From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 00:05:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE62C16A41F for ; Sun, 23 Oct 2005 00:05:14 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from smtp104.sbc.mail.mud.yahoo.com (smtp104.sbc.mail.mud.yahoo.com [68.142.198.203]) by mx1.FreeBSD.org (Postfix) with SMTP id 6A3F943D48 for ; Sun, 23 Oct 2005 00:05:14 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: (qmail 69379 invoked from network); 23 Oct 2005 00:05:13 -0000 Received: from unknown (HELO ?192.168.1.25?) (mixx941@sbcglobal.net@66.139.109.225 with plain) by smtp104.sbc.mail.mud.yahoo.com with SMTP; 23 Oct 2005 00:05:11 -0000 Message-ID: <435AD3B3.7030506@mkproductions.org> Date: Sat, 22 Oct 2005 19:05:07 -0500 From: Mark Kane User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050928) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Teilhard Knight References: <03c201c5d764$be36c8d0$210110ac@fortunato> In-Reply-To: <03c201c5d764$be36c8d0$210110ac@fortunato> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Subject: Re: Sound driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 00:05:15 -0000 Teilhard Knight wrote: > Hello: > > I have only compiled a kernel for FreeBSD for the series 4.x. I now > installed version 5.4, and I do not have sound. I am compiling my custom > kernel essentially to get sound. In the series 4.x the driver "pcm" > worked fine for me. My question is whether I should stick to the same > driver or I should use another driver in the 5.4 install. Any feedback > will be appreciated. > > Teilhard. Hi. Check out: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html It's "device sound" in 5.x instead of "device pcm". Obviously then add in support for your specific sound card with the documentation provided there. Hope that helps. :) -Mark From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 00:36:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31DF316A41F for ; Sun, 23 Oct 2005 00:36:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C88743D45 for ; Sun, 23 Oct 2005 00:36:08 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a083.otenet.gr [212.205.215.83]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j9N0a4DH018392; Sun, 23 Oct 2005 03:36:05 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9N0YU53098643; Sun, 23 Oct 2005 03:34:30 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9N0YUBe098642; Sun, 23 Oct 2005 03:34:30 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 23 Oct 2005 03:34:30 +0300 From: Giorgos Keramidas To: vittorio Message-ID: <20051023003430.GB98548@flame.pc> References: <200510222207.20034.vdemart1@tin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510222207.20034.vdemart1@tin.it> Cc: freebsd-questions@freebsd.org, netbsd-users@netbsd.org Subject: Re: Editor for C & C++ language X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 00:36:11 -0000 On 2005-10-22 22:07, vittorio wrote: > Working usually under kde I'm looking for something similar to the > llc-win32 program under ms-windows - that is a development environment > where you can edit your c++ program, compile it, debug it step by > step, and finally run it in a suitable window. > I tried the nice editor kate which allows to compile the file only. No > debugging, no running. > Is there anything of the kind of llc-win32? I'm using Emacs as my IDE for years now. It's not exactly what someone who is used to windowing environments would call a "GUI IDE", but it can do the following: - Edit the source code (with syntax highlighting if need be) - Compile (with the hit of a single key, once configured) - Parse compiler output and move to the file/line of an error, then to the next error, etc. - Interactively debug C, C++, Perl, Python, or LISP programs, line by line -- working as a "control program" for GNU gdb and that's only a minor subset of the features it has. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 02:54:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ACDE16A41F for ; Sun, 23 Oct 2005 02:54:50 +0000 (GMT) (envelope-from rperry@gti.net) Received: from apollo.gti.net (apollo.gti.net [199.171.27.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C61E43D45 for ; Sun, 23 Oct 2005 02:54:50 +0000 (GMT) (envelope-from rperry@gti.net) Received: from homey.my.domain (ts5m-pool0-150.gti.net [208.216.126.150]) by apollo.gti.net (mail) with ESMTP id 32C3D36140 for ; Sat, 22 Oct 2005 22:52:05 -0400 (EDT) From: Bob Perry To: "freebsd-questions@freebsd.org" Content-Type: text/plain Date: Sat, 22 Oct 2005 22:55:20 -0400 Message-Id: <1130036120.809.5.camel@homey.my.domain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Is there a Data Communications Program Native to FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 02:54:50 -0000 Hello, I'm running FreeBSD 5.4 and just installed HylaFAX. I'm just curious if there is a data communications program native to FreeBSD that I could easily install and run that would facilitate configuration of my modem? Thanks, Bob From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 02:58:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A43516A41F for ; Sun, 23 Oct 2005 02:58:13 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E6E43D58 for ; Sun, 23 Oct 2005 02:58:12 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (sccrmhc14) with ESMTP id <2005102302580801400sfoipe>; Sun, 23 Oct 2005 02:58:12 +0000 Message-ID: <435AFC41.7020101@computer.org> Date: Sat, 22 Oct 2005 21:58:09 -0500 From: Eric Schuele User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Shelby Westman References: <4efe47610510220854n2bff8c1el585d03a3a7d08c89@mail.gmail.com> In-Reply-To: <4efe47610510220854n2bff8c1el585d03a3a7d08c89@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ntpd problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 02:58:13 -0000 Shelby Westman wrote: > Hello, all, > > I am a relatively new freeBSD user. The problem I describe below happens on > both a 5.4 install and a 6.0 RC1 install. > > Right after installing the OS, I enable ntpd in rc.conf, and setup a simple Are you intending on running an NTP daemon? Or are you just trying to sync your clock with an NTP source? If the later, try adding the following to your rc.conf: ntpdate_enable="YES" ntpdate_flags="" HTH. > config file in /etc/ntp.conf. When I reboot, I get this message: > > Oct 22 10:40:57 alter ntpd[392]: ntpd 4.2.0-a Sun Oct 9 18:33:33 UTC 2005 > (1) > Oct 22 10:40:57 alter ntpd[392]: bind() fd 6, family 28, port 123, addr > fe80:1::202:55ff:fe58:2957, in6_is_addr_multicast=0 flags=0 fails: Can't > assign requested address > > Then ntpd does not synchronize the time. I set the clock manually (using > date) five minutes ahead to check and in fact it does not get adjusted. > > I have tried all sorts of things. I tried assigning numeric addresses rather > than host names in the config file. I tried enabling ipv6 in sysinstall. > This machine does have a good route to the internet - I can use nslookup to > resolve host names, so I know the networking is working. > > Below I have quoted the ntp.conf. The log file is empty - nothing is being > written there. > > Does anyone have any ideas? I am stumped... thanks for your help. > > Shelby > > __________________ > > config file as it stands now... > > logfile /var/log/ntpd.log > > # deny-by-default policy > restrict default ignore > > #server -4 ntp-2.ece.cmu.edu > #server -4 ticker.cis.sac.accd.edu > #server -4 lain.ziaspace.com > #server -4 ntp1.linuxmedialabs.com > server 17.254.0.31 > > driftfile /var/spool/ntp.drift > _______________________________________________ > 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" > -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 03:13:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2CF816A434 for ; Sun, 23 Oct 2005 03:13:37 +0000 (GMT) (envelope-from bill@celestial.com) Received: from mail.mi.celestial.com (dagney.celestial.com [192.136.111.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 856E843D5F for ; Sun, 23 Oct 2005 03:13:36 +0000 (GMT) (envelope-from bill@celestial.com) Received: from localhost (localhost [127.0.0.1]) by mail.mi.celestial.com (Postfix) with ESMTP id 435A3149966; Sat, 22 Oct 2005 20:13:35 -0700 (PDT) Received: from mail.mi.celestial.com ([127.0.0.1]) by localhost (alexis.mi.celestial.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 51584-02; Sat, 22 Oct 2005 20:13:34 -0700 (PDT) Received: by mail.mi.celestial.com (Postfix, from userid 203) id 6ABC51495AF; Sat, 22 Oct 2005 20:13:34 -0700 (PDT) Date: Sat, 22 Oct 2005 20:13:33 -0700 From: Bill Campbell To: "freebsd-questions@freebsd.org" Message-ID: <20051023031333.GA55360@alexis.mi.celestial.com> Mail-Followup-To: "freebsd-questions@freebsd.org" References: <1130036120.809.5.camel@homey.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1130036120.809.5.camel@homey.my.domain> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: amavisd-new at mi.celestial.com Subject: Re: Is there a Data Communications Program Native to FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@celestial.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 03:13:37 -0000 On Sat, Oct 22, 2005, Bob Perry wrote: >Hello, > >I'm running FreeBSD 5.4 and just installed HylaFAX. I'm just curious if >there is a data communications program native to FreeBSD that I could >easily install and run that would facilitate configuration of my >modem? ckermit, minicom perhaps? Bill -- INTERNET: bill@Celestial.COM Bill Campbell; Celestial Software LLC UUCP: camco!bill PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 URL: http://www.celestial.com/ When I hear a man applauded by the mob I always feel a pang of pity for him. All he has to do to be hissed is to live long enough. -- H.L. Mencken, ``Minority Report'' From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 03:28:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDAAE16A41F for ; Sun, 23 Oct 2005 03:28:21 +0000 (GMT) (envelope-from noeldude@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A18743D49 for ; Sun, 23 Oct 2005 03:28:21 +0000 (GMT) (envelope-from noeldude@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so387101wra for ; Sat, 22 Oct 2005 20:28:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e25MmOP8qmJSA+jvLGKJAsa5DI1jt60sKKYi51W9PRyFaY5oIlbPLbAqJ1o+7cAhEIWm7760ZqNL6arTtDrwoF9xh47Mr+VNXLxU4kXGFvD2RAXvt6umLfAimdakFZDzH/6yTGLh6gY0Hp6b2kTZRjZdpRJaDBsQQG2hGL6RbEE= Received: by 10.54.80.5 with SMTP id d5mr2390329wrb; Sat, 22 Oct 2005 20:28:20 -0700 (PDT) Received: by 10.54.83.7 with HTTP; Sat, 22 Oct 2005 20:28:20 -0700 (PDT) Message-ID: Date: Sat, 22 Oct 2005 22:28:20 -0500 From: Noel Jones To: "freebsd-questions@freebsd.org" In-Reply-To: <1130036120.809.5.camel@homey.my.domain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1130036120.809.5.camel@homey.my.domain> Subject: Re: Is there a Data Communications Program Native to FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 03:28:21 -0000 On 10/22/05, Bob Perry wrote: > Hello, > > I'm running FreeBSD 5.4 and just installed HylaFAX. I'm just curious if > there is a data communications program native to FreeBSD that I could > easily install and run that would facilitate configuration of my > modem? > tip and cu are part of the base system and should work for manually setting modem parameters. If you want something more sophisticated, ports/comms has several.=20 I've used ecu and kermit for various projects in the past. -- Noel Jones From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 04:01:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4643916A420 for ; Sun, 23 Oct 2005 04:01:35 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE9943D48 for ; Sun, 23 Oct 2005 04:01:34 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (sccrmhc13) with ESMTP id <20051023040121013003df7je>; Sun, 23 Oct 2005 04:01:26 +0000 Message-ID: <435B0B11.3070002@computer.org> Date: Sat, 22 Oct 2005 23:01:21 -0500 From: Eric Schuele User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Schuele References: <4efe47610510220854n2bff8c1el585d03a3a7d08c89@mail.gmail.com> <435AFC41.7020101@computer.org> In-Reply-To: <435AFC41.7020101@computer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Shelby Westman , freebsd-questions@freebsd.org Subject: Re: ntpd problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 04:01:35 -0000 Eric Schuele wrote: > Shelby Westman wrote: > >> Hello, all, >> >> I am a relatively new freeBSD user. The problem I describe below >> happens on >> both a 5.4 install and a 6.0 RC1 install. >> >> Right after installing the OS, I enable ntpd in rc.conf, and setup a >> simple > > > Are you intending on running an NTP daemon? Or are you just trying to > sync your clock with an NTP source? If the later, try adding the > following to your rc.conf: > > ntpdate_enable="YES" > ntpdate_flags="" FWIW... after checking the man pages, I think ntpdate is being deprecated some time in the near future. ntpd should be used. So here is what I now have in my rc.conf: ntpd_enable="YES" ntpd_flags="-q" /etc/ntp.conf contains exactly one line: server north-america.pool.ntp.org Works fine. Also... another thought. You might try disabling IPv6 unless you need it. (remove 'options INET6' from kernconf) > > HTH. > >> config file in /etc/ntp.conf. When I reboot, I get this message: >> >> Oct 22 10:40:57 alter ntpd[392]: ntpd 4.2.0-a Sun Oct 9 18:33:33 UTC 2005 >> (1) >> Oct 22 10:40:57 alter ntpd[392]: bind() fd 6, family 28, port 123, addr >> fe80:1::202:55ff:fe58:2957, in6_is_addr_multicast=0 flags=0 fails: Can't >> assign requested address >> >> Then ntpd does not synchronize the time. I set the clock manually (using >> date) five minutes ahead to check and in fact it does not get adjusted. >> >> I have tried all sorts of things. I tried assigning numeric addresses >> rather >> than host names in the config file. I tried enabling ipv6 in sysinstall. >> This machine does have a good route to the internet - I can use >> nslookup to >> resolve host names, so I know the networking is working. >> >> Below I have quoted the ntp.conf. The log file is empty - nothing is >> being >> written there. >> >> Does anyone have any ideas? I am stumped... thanks for your help. >> >> Shelby >> >> __________________ >> >> config file as it stands now... >> >> logfile /var/log/ntpd.log >> >> # deny-by-default policy >> restrict default ignore >> >> #server -4 ntp-2.ece.cmu.edu >> #server -4 ticker.cis.sac.accd.edu >> #server -4 lain.ziaspace.com >> #server -4 ntp1.linuxmedialabs.com >> server 17.254.0.31 >> >> driftfile /var/spool/ntp.drift >> _______________________________________________ >> 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" >> > > -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 04:25:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DCC416A420 for ; Sun, 23 Oct 2005 04:25:19 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD6543D48 for ; Sun, 23 Oct 2005 04:25:19 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail1.panix.com (Postfix) with ESMTP id 1B10959B41 for ; Sun, 23 Oct 2005 00:25:08 -0400 (EDT) Received: from teddy.fas.com (pcp08632294pcs.mplsnt01.sc.comcast.net [68.58.232.106]) by mailspool2.panix.com (Postfix) with ESMTP id A0B8311F76A for ; Sun, 23 Oct 2005 00:25:07 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1ETXPu-0000iD-00 for ; Sun, 23 Oct 2005 00:25:06 -0400 Date: Sun, 23 Oct 2005 00:25:06 -0400 From: stan To: "freebsd-questions@freebsd.org" Message-ID: <20051023042506.GA2386@teddy.fas.com> Mail-Followup-To: "freebsd-questions@freebsd.org" References: <1130036120.809.5.camel@homey.my.domain> <20051023031333.GA55360@alexis.mi.celestial.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051023031333.GA55360@alexis.mi.celestial.com> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 00:05:51 up 71 days, 3:38, 1 user, load average: 0.08, 0.05, 0.01 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Re: Is there a Data Communications Program Native to FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 04:25:19 -0000 On Sat, Oct 22, 2005 at 08:13:33PM -0700, Bill Campbell wrote: > On Sat, Oct 22, 2005, Bob Perry wrote: > >Hello, > > > >I'm running FreeBSD 5.4 and just installed HylaFAX. I'm just curious if > >there is a data communications program native to FreeBSD that I could > >easily install and run that would facilitate configuration of my > >modem? > > ckermit, minicom perhaps? > cu is in the base system. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 04:42:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B83516A420 for ; Sun, 23 Oct 2005 04:42:20 +0000 (GMT) (envelope-from michael@christie.org.au) Received: from dory.powerzone.net.au (dory.powerzone.net.au [203.23.237.240]) by mx1.FreeBSD.org (Postfix) with SMTP id 56EBA43D45 for ; Sun, 23 Oct 2005 04:42:18 +0000 (GMT) (envelope-from michael@christie.org.au) Received: (qmail 95897 invoked by uid 1012); 23 Oct 2005 04:42:17 -0000 Received: from 202.76.164.109 by 203.23.237.240 (envelope-from , uid 1010) with qmail-scanner-1.24-st-qms (clamdscan: 0.80/630. perlscan: 1.24-st-qms. Clear:RC:0(202.76.164.109):. Processed in 0.25236 secs); 23 Oct 2005 04:42:17 -0000 X-Antivirus-dory.powerzone.net.au-Mail-From: michael@christie.org.au via 203.23.237.240 X-Antivirus-dory.powerzone.net.au: 1.24-st-qms (Clear:RC:0(202.76.164.109):. Processed in 0.25236 secs Process 95891) Received: from dialup-2-109.melbournepwrtl2.dft.com.au (HELO ?202.81.98.161?) (michael@powerzone.net.au@202.76.164.109) by dory.powerzone.net.au with SMTP; 23 Oct 2005 04:42:17 -0000 Message-ID: <435B1576.6060406@christie.org.au> Date: Sun, 23 Oct 2005 14:45:42 +1000 From: Michael Christie User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Priority: 1 (Highest) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Linux computability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 04:42:20 -0000 Hi all, Last night I was trying to work out how to get Linux programs to run under freebsd. I have worked out how to get Linux programs to run in side a jail under freebsd Linux computability. 1, install linux_base on to the host server, edit rc.conf add linux_enable="YES" 2, make a jail using jail tools and or jail tools webmin. http://www.the-labs.com/FreeBSD/JailTools/ 3, add mounts from the host to the jail add mount, mount_nullfs /compat/ /usr/jails/myjailname/compat/ mount_linprocfs linprocfs /usr/jails/myjailname/compat/linux/proc To Mount at boot time edit /etc/fstab /compat /usr/jails/myjailname/compat nullfs rw 0 0 linproc /usr/jails/myjailname/compat/linux/proc linprocfs rw 0 0 4 edit rc.conf inside the jail add linux_enable="YES" Now Linux programs run in side of the jail. Thanks Michael www.thebushtelegraph.net From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 04:53:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 193BB16A420 for ; Sun, 23 Oct 2005 04:53:44 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: from web35802.mail.mud.yahoo.com (web35802.mail.mud.yahoo.com [66.163.179.171]) by mx1.FreeBSD.org (Postfix) with SMTP id A06C943D46 for ; Sun, 23 Oct 2005 04:53:43 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: (qmail 27952 invoked by uid 60001); 23 Oct 2005 04:53:43 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=JWnOxepJpDugv3L+kPGeFCyWJEMeMCWGu2DyUQL6y4nX2hiBpBAComEkG51StyUDJ3v5JQVZNubtuERmlhxNeNFH4ST1iriHhES5qH3HXyxLaHxQmcHPZk2kyHi19Mda91+jkerY15F8bnpPLklx2hQVpYo9spvTXHux8VIamU8= ; Message-ID: <20051023045343.27950.qmail@web35802.mail.mud.yahoo.com> Received: from [209.121.45.40] by web35802.mail.mud.yahoo.com via HTTP; Sun, 23 Oct 2005 00:53:43 EDT Date: Sun, 23 Oct 2005 00:53:43 -0400 (EDT) From: John Do To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: IPFW equivalent of iptables --state ESTABLISHED, RELATED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 04:53:44 -0000 Hi guys I'm having trouble with IPFW I need to allow user initiated traffic IN but I can't Basically in iptables for Linux I would have used something like -A INPUT -p tcp -m tcp --state ESTABLISHED,RELATED -j ACCEPT Can someone help me discover what the equivalent syntax in IPFW would be? I have tried to use "allow tcp from any to any established in" but it doesn't work much appreciated thanks guys ! __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 05:23:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EAD316A41F for ; Sun, 23 Oct 2005 05:23:32 +0000 (GMT) (envelope-from ahnjoan@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A257843D45 for ; Sun, 23 Oct 2005 05:23:31 +0000 (GMT) (envelope-from ahnjoan@gmail.com) Received: by xproxy.gmail.com with SMTP id t15so53704wxc for ; Sat, 22 Oct 2005 22:23:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=pBXbEeoR/ni8nUdZ1jDTZ+cf3yV0e+LTqRhzJBV+q1fTfgKS5ppy8TjY66HMHA5iD4lat1pHZQ3VNuMIQuX6L8tRJvLJzAc6eSPafIsahgLPZEPANI7XO9iXhe4y8Grop1Cu960Prgw9WtT0BxWLJ8U/Ob23a13dYHBpzZMVZIA= Received: by 10.70.29.5 with SMTP id c5mr2765054wxc; Sat, 22 Oct 2005 22:16:49 -0700 (PDT) Received: by 10.70.102.7 with HTTP; Sat, 22 Oct 2005 22:16:49 -0700 (PDT) Message-ID: <5e575c8a0510222216k3478b466p6d89eab8ee7a9d92@mail.gmail.com> Date: Sun, 23 Oct 2005 01:16:49 -0400 From: Ahnjoan Amous To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: base64 Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: default routing question ZIPB ADSL PPPoA X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 05:23:32 -0000 IFRoZSBzaG9ydCA6IEkgYmVsaWV2ZSB0aGUgcHJvYmxlbSBJIGFtIGhhdmluZyBpcyBkdWUgdG8g cm91dGluZy4gQSBESENQCnNlcnZlciBzZW5kcyBtZSBJUCBBLkIuQy5EIHdpdGggYSBkZWZhdWx0 IHJvdXRlIG9mIEEuQi5DLkQuICJkaGNsaWVudCIgaXNuJ3QKaGFuZGxpbmcgdGhpcyB3ZWxsIGFu ZCBJIGRvbid0IGtub3cgaG93IHRvIGZpeCBpdC4gV2luZG93cyBhcyB3ZWxsIGFzIExpbnV4CkRI Q1AgY2xpZW50cyBkbyBub3QgaGF2ZSBhIHByb2JsZW0gd2l0aCB0aGlzIGFuZCBJIGFtIGF0IG15 IHdpdHMgZW5kIHRyeWluZwp0byBmaWd1cmUgb3V0IHdoYXQgY29tYmluYXRpb24gb2Ygcm91dGUg Y29tbWFuZHMgd2lsbCBmaXggbXkgaXNzdWUuCgpUaGUgbG9uZyA6IEkgaGF2ZSBhIENlbGxQaXBl IEFEU0wgcm91dGVyL2JyaWRnZSBmcm9tIEx1Y2VudC4gVGhpcyBkZXZpY2UgaXMKcHJvdmlkZWQg Ynkgb3VyIElTUC4gSSBhbSBleHBsb3JpbmcgdGhlIFpJUEIgZnVuY3Rpb25hbGl0eSBvZiB0aGUg ZGV2aWNlIHRvCmFsbG93IG15IEZyZWVCU0QgaG9zdCB0byBvd24gdGhlIHB1YmxpYyBJUC4gVGhl IGJhc2ljcyBvZiB0aGUgY29uZmlndXJhdGlvbgpmb3IgdGhvc2UgdW5mYW1pbGlhciBpcyBhcyBm b2xsb3dzLiBQUFBvQSBpcyBlc3RhYmxpc2hlZCBieSB0aGUgZGV2aWNlIGFuZAp0aGUgdGhlIChw dWJsaWMpIElQIGFjcXVpcmVkIHRocm91Z2ggdGhlIHByZXZpb3VzIHByb2Nlc3MgaXMgZGVsaXZl cmVkIHRvIGEKaG9zdCBiZWhpbmQgdGhhdCBDZWxsUGlwZSB2aWEgREhDUC4gQWZ0ZXIgREhDUCB0 aGUgZGV2aWNlIGFjdHMgYXMgYQoiYnJpZGdlIiwgYWxsb3dpbmcgdGhlIGludGVybmFsIGRldmlj ZSB0byB1c2UgdGhlIHB1YmxpYyBJUCBhcyBpdHMgb3duLiBJJ20Kc3VyZSB0aGlzIGRlc2NyaXB0 aW9uIGlzIHZhZ3VlIGJ1dCBJIGRvbid0IGtub3cgYW55IG90aGVyIHdheSB0byBleHBsYWluLgoK SW5mbyA6IEFmdGVyIGRoY2xpZW50IGFjcXVpcmVzIGl0cyBpbmZvIHRoZSBldGhlcm5ldCBpbnRl cmZhY2UgbG9va3MgbGlrZQp0aGlzCmlmY29uZmlnIGV0aGVybmV0IGludGVyZmFjZSCWIGluZXQg QS5CLkMuRCBuZXRtYXNrCjI1NS4yNTUuMjU1LjI1NTxodHRwOi8vMjU1LjI1NS4yNTUuMjU1PgoK V2hlbiBJIGNvbm5lY3QgYSB3aW5kb3dzIG9yIExpbnV4IGhvc3QgdGhleSBzZWVtIHRvIHRyZWF0 IHRoZSBpbnRlcmZhY2UgYXMKdGhlIGRlZmF1bHQgcm91dGUgYW5kIHdvcmsgYXMgZXhwZWN0ZWQu IFdpdGggRnJlZUJTRCBJIGhhdmUgdHJpZWQgcmVtb3ZpbmcKYWxsIHJvdXRlcyBmb3IgdGhlIGRl dmljZSBhZnRlciBhc3NpZ25tZW50LCBhbmQgdGhlbiBhZGRpbmcgZGVmYXVsdCByb3V0ZQpiYXNl ZCBvbiAtaW50ZXJmYWNlIGZsYWcgZm9yIHJvdXRlIGNvbW1hbmQuIEkgaGF2ZSBhbHNvIHRyaWVk IG9wZW5pbmcgdXAgdGhlCm5ldG1hc2sgb24gdGhlIGV0aGVybmV0IGludGVyZmFjZSBhbmQgYWRk aW5nIGEgZGVmYXVsdCByb3V0ZSBkZXN0aW5lZCBmb3IKd2hhdCBJIGtub3cgdGhlIFBQUG9BIGNv bm5lY3Rpb25zIGVuZCBwb2ludCBpcy4KCk5vdGhpbmcgSSBoYXZlIHRyaWVkIHNlZW1zIHRvIHdv cmsuIEkgZG9uJ3QgY29uc2lkZXIgbXlzZWxmIGFuIGV4cGVydCBieSBhbnkKbWVhbnMgYnV0IHRo aXMgaXMgY2xlYXJseSBiZXlvbmQgbXkga25vd2xlZGdlLgoKSSdtIGhhcHB5IHRvIHByb3ZpZGUg YW55IGluZm9ybWF0aW9uIHlvdSBuZWVkIGl0IHlvdSBoYXZlIGFuIGlkZWEuCgpUaGFua3MKCkFo bmpvYW4K From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 07:10:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A9116A41F for ; Sun, 23 Oct 2005 07:10:24 +0000 (GMT) (envelope-from dan@nezlok.unixathome.org) Received: from nezlok.unixathome.org (nezlok.unixathome.org [66.154.97.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A27D43D45 for ; Sun, 23 Oct 2005 07:10:24 +0000 (GMT) (envelope-from dan@nezlok.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nezlok.unixathome.org (Postfix) with ESMTP id 4D59F5B02 for ; Sun, 23 Oct 2005 00:10:22 -0700 (PDT) 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 16760-04 for ; Sun, 23 Oct 2005 03:10:06 -0400 (EDT) Received: by nezlok.unixathome.org (Postfix, from userid 1000) id 9C31459E1; Sun, 23 Oct 2005 00:10:03 -0700 (PDT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20051023071003.9C31459E1@nezlok.unixathome.org> Date: Sun, 23 Oct 2005 00:10:03 -0700 (PDT) X-Virus-Scanned: by amavisd-new at unixathome.org Subject: The FreeBSD Diary: 2005-10-02 - 2005-10-22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 07:10:24 -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 . These are the articles posted during this period: 18-Oct : FreeBSD 6.0-RC1 This is the desciption http://freebsddiary.org/freebsd-6.0-rc1.php?2 14-Oct : Cross compiling on AMD64 - the teaser Why let a big machine idle? http://freebsddiary.org/index.html?2 -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 08:58:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B12216A41F for ; Sun, 23 Oct 2005 08:58:55 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: from smtp2.versatel.nl (smtp2.versatel.nl [62.58.50.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id E214D43D49 for ; Sun, 23 Oct 2005 08:58:54 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: (qmail 2993 invoked by uid 0); 23 Oct 2005 08:58:52 -0000 Received: from unknown (HELO [192.168.2.5]) ([62.59.173.176]) (envelope-sender ) by smtp2.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 23 Oct 2005 08:58:52 -0000 Message-ID: <435B50FE.2020803@gmx.net> Date: Sun, 23 Oct 2005 10:59:42 +0200 From: Frank Staals User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051015) X-Accept-Language: en-us, en MIME-Version: 1.0 To: vittorio References: <200510222207.20034.vdemart1@tin.it> In-Reply-To: <200510222207.20034.vdemart1@tin.it> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, netbsd-users@netbsd.org Subject: Re: Editor for C & C++ language X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 08:58:55 -0000 vittorio wrote: >Working usually under kde I'm looking for something similar to the llc-win32 >program under ms-windows - that is a development environment where you can >edit your c++ program, compile it, debug it step by step, and finally run it >in a suitable window. >I tried the nice editor kate which allows to compile the file only. No >debugging, no running. >Is there anything of the kind of llc-win32? >Ciao >Vittorio >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > If you have an up to date system with at least 512MB ram I reccommend Eclipse with CDT as someone else allready mentioned. But a bit less system-resources-draining is anjuta, which works pretty nice. http://anjuta.sourceforge.net/ The anjuta 1 ( stable ) port is available in the portstree devel/anjuta . Their developement release ( 2.X ) isn't available in the portstree and should be manually installed. -- -Frank Staals From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 10:52:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E04716A41F for ; Sun, 23 Oct 2005 10:52:25 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from vsmtp2.tin.it (vsmtp2alice.tin.it [212.216.176.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B2F843D49 for ; Sun, 23 Oct 2005 10:52:24 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from [192.168.10.8] (82.55.233.144) by vsmtp2.tin.it (7.2.060.1) (authenticated as vdemart1@tin.it) id 4359D8EE00078EE8; Sun, 23 Oct 2005 12:52:19 +0200 From: vittorio To: freebsd-questions@freebsd.org Date: Sun, 23 Oct 2005 12:52:11 +0200 User-Agent: KMail/1.8.2 References: <200510222207.20034.vdemart1@tin.it> <20051023003430.GB98548@flame.pc> In-Reply-To: <20051023003430.GB98548@flame.pc> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510231252.12516.vdemart1@tin.it> Cc: netbsd-users@netbsd.org Subject: Re: Editor for C & C++ language X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 10:52:25 -0000 Alle 02:34, domenica 23 ottobre 2005, Giorgos Keramidas ha scritto: > On 2005-10-22 22:07, vittorio wrote: > > Working usually under kde I'm looking for something similar to the > > llc-win32 program under ms-windows - that is a development environment > > where you can edit your c++ program, compile it, debug it step by > > step, and finally run it in a suitable window. > > > > I tried the nice editor kate which allows to compile the file only. No > > debugging, no running. > > > > Is there anything of the kind of llc-win32? > > I'm using Emacs as my IDE for years now. It's not exactly what someone > who is used to windowing environments would call a "GUI IDE", but it can > do the following: > > - Edit the source code (with syntax highlighting if need be) > > - Compile (with the hit of a single key, once configured) > > - Parse compiler output and move to the file/line of an error, > then to the next error, etc. > - Interactively debug C, C++, Perl, Python, or LISP programs, > line by line -- working as a "control program" for GNU gdb > > and that's only a minor subset of the features it has. Well, as a matter of fact I'm obliged at wok to use windows but my pet OS are both BSDs. In my freebsd portable I have xemacs that is "sensitive" to many environments (I use it for the statiscal program R and for pdflatex) among which C++ . In fact the C++ program I edit triggers a C++ menu and many options among which there are also debug and compile. This latter unfortunately calls a "make -k" command while I'd like to run "g++ prog.c -g -o prog" as usual. Could someone explain what shoujld I do to modify xemacs as I want? Ciao Vittorio From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 11:05:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E2E416A41F for ; Sun, 23 Oct 2005 11:05:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id D63CD43D46 for ; Sun, 23 Oct 2005 11:05:26 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j9NB5PkM021512; Sun, 23 Oct 2005 14:05:25 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9NB3pGf029641; Sun, 23 Oct 2005 14:03:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9NB3o9m029640; Sun, 23 Oct 2005 14:03:50 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 23 Oct 2005 14:03:50 +0300 From: Giorgos Keramidas To: vittorio Message-ID: <20051023110350.GA29565@flame.pc> References: <200510222207.20034.vdemart1@tin.it> <20051023003430.GB98548@flame.pc> <200510231252.12516.vdemart1@tin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510231252.12516.vdemart1@tin.it> Cc: freebsd-questions@freebsd.org, netbsd-users@netbsd.org Subject: Re: Editor for C & C++ language X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 11:05:28 -0000 On 2005-10-23 12:52, vittorio wrote: > In my freebsd portable I have xemacs that is "sensitive" to many > environments (I use it for the statiscal program R and for pdflatex) > among which C++ . In fact the C++ program I edit triggers a C++ > menu and many options among which there are also debug and compile. > This latter unfortunately calls a "make -k" command while I'd like to > run "g++ prog.c -g -o prog" as usual. Could someone explain what > shoujld I do to modify xemacs as I want? This is probably an effect of the default value of ``compile-command''. What do you see if you type: M-: (list compile-command) RET should be ("make -k"). By customizing this variable, or setting it to a local value when C++ code is edited, you should be able to make the menu entry invoke any command you find more useful. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 12:03:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6211016A41F for ; Sun, 23 Oct 2005 12:03:16 +0000 (GMT) (envelope-from mtmi@o2.pl) Received: from rekin14.go2.pl (rekin14.go2.pl [193.17.41.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027DE43D45 for ; Sun, 23 Oct 2005 12:03:15 +0000 (GMT) (envelope-from mtmi@o2.pl) Received: from poczta.o2.pl (rekin [127.0.0.1]) by rekin14.go2.pl (o2.pl Mailer 2.0.1) with ESMTP id 6868021405C; Sun, 23 Oct 2005 14:03:13 +0200 (CEST) From: =?iso-8859-2?Q?Micha=B3_T._Mas=B3owski?= To: =?iso-8859-2?Q?Kris_Kennaway?= Date: Sun, 23 Oct 2005 14:03:13 +0200 Content-Type: text/plain; charset="iso-8859-2"; Content-Transfer-Encoding: 8bit X-Mailer: o2.pl WebMail v5.28 X-Originator: 81.219.200.34 In-Reply-To: <20051001155714.GC64006@xor.obsecurity.org> References: <200510011150.55330.mtmi@o2.pl> <20051001155714.GC64006@xor.obsecurity.org> Message-Id: <20051023120313.6868021405C@rekin14.go2.pl> Cc: freebsd-questions@freebsd.org Subject: Re: vrele: negative ref cnt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 12:03:16 -0000 > > When I turn off the computer by halt, halt -p or something else, usually it > > shows kernel panic with "vrele: negative ref cnt". What should I do? > > I'm using FreeBSD 5.4-p7. > > Try updating to -stable, or try the 6.0 beta. If the problem > persists, follow the advice in the chapter on kernel debugging in the > developers handbook. > > Kris > Thank for your advice. I will try updating, but I think that the problem is with the hard disk. It occurs only when device of file system which is being unmounted has read errors. What else should I do except from changing the faulty disk? From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 12:27:21 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FBC516A41F for ; Sun, 23 Oct 2005 12:27:21 +0000 (GMT) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id C548243D45 for ; Sun, 23 Oct 2005 12:27:20 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [192.168.11.22]) by nagual.st with esmtp; Sun, 23 Oct 2005 14:27:19 +0200 id 00000034.435B81A7.00000F96 Date: Sun, 23 Oct 2005 14:28:50 +0200 From: dick hoogendijk To: fbsdq Message-Id: <20051023142850.090bee8d.dick@nagual.st> Organization: de nagual X-Mailer: Sylpheed version 2.0.3 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 12:27:21 -0000 I discouvered QEMU today and I think it is an amazing program. Just to be sure and on the safe site: Will the command "qemu -hda win98se.img -boot d -user-net" do as I think it will do: .. boot from my cdrom device so I can install windows from it to the win98se.img file? Needless to sy I created the img file with "qemu-img create -f qcow win98se.img 10G" On oszoo.org they say you can even create a compressed clone of the image file by giving this cmd: "qemu-img convert -f qcow -c win98se.img -O qcow image_compressed.img" but this does not work form me. The msg is that compression is not supproted for this format. Is this right? Or do I do something wrong? -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 12:38:51 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07B2316A41F for ; Sun, 23 Oct 2005 12:38:51 +0000 (GMT) (envelope-from albi@scii.nl) Received: from mail.eyfa.org (eyfa.demon.nl [212.238.155.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9628943D46 for ; Sun, 23 Oct 2005 12:38:50 +0000 (GMT) (envelope-from albi@scii.nl) Received: from mail.eyfa.org (unknown [192.168.1.47]) by mail.eyfa.org (Postfix) with ESMTP id 5388B3B1DC1 for ; Sun, 23 Oct 2005 14:42:04 +0200 (CEST) Received: from mail.eyfa.org (unknown [192.168.1.47]) by mail.eyfa.org (Postfix) with ESMTP id BCB4A3AF54C for ; Sun, 23 Oct 2005 14:41:59 +0200 (CEST) Received: from 194.109.233.143 (SquirrelMail authenticated user albi) by mail.eyfa.org with HTTP; Sun, 23 Oct 2005 14:41:59 +0200 (CEST) Message-ID: <18294.194.109.233.143.1130071319.squirrel@mail.eyfa.org> Date: Sun, 23 Oct 2005 14:41:59 +0200 (CEST) From: "albi" To: questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal References: <20051023142850.090bee8d.dick@nagual.st> In-Reply-To: <20051023142850.090bee8d.dick@nagual.st> X-AV-Checked: ClamAV using ClamSMTP Cc: Subject: Re: qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 12:38:51 -0000 > I discouvered QEMU today and I think it is an amazing program. fully agreed :) > Just to be sure and on the safe site: > > Will the command "qemu -hda win98se.img -boot d -user-net" do as I think it > will do: .. boot from my cdrom device so I can install windows from it to > the win98se.img file? i never had success with booting from the real cdrom, but creating an iso-file (using dd) and booting from that (-cdrom file.iso) did the trick see also : http://www.qemu.org/qemu-doc.html#SEC10 From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 12:43:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E78216A41F for ; Sun, 23 Oct 2005 12:43:23 +0000 (GMT) (envelope-from mtmi@o2.pl) Received: from poczta.o2.pl (mx.go2.pl [193.17.41.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F132143D48 for ; Sun, 23 Oct 2005 12:43:22 +0000 (GMT) (envelope-from mtmi@o2.pl) Received: from [10.50.93.21] (unregister185207219081.c207.msk.pl [81.219.207.185]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP id 70A7F137909 for ; Sun, 23 Oct 2005 14:43:18 +0200 (CEST) From: =?utf-8?q?Micha=C5=82_Mas=C5=82owski?= To: freebsd-questions@freebsd.org Date: Sun, 23 Oct 2005 14:43:05 +0200 User-Agent: KMail/1.8 References: <43518497.6050505@mykitchentable.net> In-Reply-To: <43518497.6050505@mykitchentable.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510231443.06819.mtmi@o2.pl> Subject: Re: Bash Pattern Matching Syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 12:43:23 -0000 > I want to list the files in a directory that end in ".jpg" irregardless > of case. Thus after reading the bash man page, it seems I should be > able to issue a command something along the lines of "ls [*.[JjPpGg]]" > or "ls *.[JjPpGg]" but neither of these work and return a "No such file > or directory" message. I've also tried various ways of escaping the > '*' and '." but that didn't help either. However "ls *[JjPpGg]" does > work by listing the files. However I want to match the "." before "jpg" > as well. What is the correct syntax for what I'm trying to do? > > Thanks, > > Drew ls *.{JPG,jpg} or ls *.{J,j}{P,p}{G,g} From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 12:53:03 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F06A516A41F for ; Sun, 23 Oct 2005 12:53:03 +0000 (GMT) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 501FE43D48 for ; Sun, 23 Oct 2005 12:53:01 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [192.168.11.22]) by nagual.st with esmtp; Sun, 23 Oct 2005 14:53:00 +0200 id 00000034.435B87AC.00000FF5 Date: Sun, 23 Oct 2005 14:54:31 +0200 From: dick hoogendijk To: fbsdq Message-Id: <20051023145431.5f844f73.dick@nagual.st> In-Reply-To: <18294.194.109.233.143.1130071319.squirrel@mail.eyfa.org> References: <20051023142850.090bee8d.dick@nagual.st> <18294.194.109.233.143.1130071319.squirrel@mail.eyfa.org> Organization: de nagual X-Mailer: Sylpheed version 2.0.3 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 12:53:04 -0000 On Sun, 23 Oct 2005 14:41:59 +0200 (CEST) "albi" wrote: > > I discouvered QEMU today and I think it is an amazing program. > > fully agreed :) > > > Just to be sure and on the safe site: > > > > Will the command "qemu -hda win98se.img -boot d -user-net" do as I > > think > it > will do: .. boot from my cdrom device so I can install windows > from it to > > the win98se.img file? > > i never had success with booting from the real cdrom, but creating an > iso-file > (using dd) and booting from that (-cdrom file.iso) did the trick Thanks. Some googling learns that the "-f raw" fileformat is used. As I understand the "-f qcow" fileformat gives the option that it is growable. Which is better? qcow or raw ? -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 12:53:12 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFA5E16A41F for ; Sun, 23 Oct 2005 12:53:12 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D7A43D48 for ; Sun, 23 Oct 2005 12:53:11 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr4.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9NCrAC9015498; Sun, 23 Oct 2005 14:53:10 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 2E34CB80A; Sun, 23 Oct 2005 14:53:10 +0200 (CEST) Date: Sun, 23 Oct 2005 14:53:10 +0200 From: Roland Smith To: dick hoogendijk Message-ID: <20051023125310.GA19705@slackbox.xs4all.nl> References: <20051023142850.090bee8d.dick@nagual.st> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <20051023142850.090bee8d.dick@nagual.st> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: fbsdq Subject: Re: qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 12:53:13 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 23, 2005 at 02:28:50PM +0200, dick hoogendijk wrote: > I discouvered QEMU today and I think it is an amazing program. Indeed. Very usefull to check out other OS on your FreeBSD box. > Just to be sure and on the safe site: >=20 > Will the command "qemu -hda win98se.img -boot d -user-net" do as I > think it will do: .. boot from my cdrom device so I can install windows > from it to the win98se.img file? You'll have to add '-cdrom /dev/cd0' (substitute your CD-ROM drive for cd0). Alternatively, you can use an ISO image as CD-ROM. =20 > On oszoo.org they say you can even create a compressed clone of the > image file by giving this cmd: "qemu-img convert -f qcow -c win98se.img > -O qcow image_compressed.img" but this does not work form me. The msg > is that compression is not supproted for this format. Is this right? Or > do I do something wrong? I get the same. According to the qemu-img manual page, this command should be formatted as convert [-c] [-e] [-f fmt] filename [-O output_fmt] output_filename but that doesn't work either; it just produces a help message. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDW4e2EnfvsMMhpyURAgTuAJ0f0nAZB1DkBOQpW4UQ84xVfgShgACdHuWU cC4uvEf6aib88ytNYefe7Tk= =Qbq3 -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 13:52:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6640116A41F for ; Sun, 23 Oct 2005 13:52:39 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF4D043D45 for ; Sun, 23 Oct 2005 13:52:38 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so125395qbd for ; Sun, 23 Oct 2005 06:52:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Cdsm5y4Hzv+KgYBSt+1wwK6UVUbyNJvF7HNlQFHgFIb85ZBwd/gJoH3FN509PsZZjH+QV8TTTCZTV2sl0p99O9vhC0aJBbtme956jDQ7oNPw37CMdErkrFllk6LKdWjqhyOhPAjV7DPROlRte3klMobVTLLC5pDA5x1BaThkOiI= Received: by 10.64.53.20 with SMTP id b20mr178546qba; Sun, 23 Oct 2005 06:52:38 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Sun, 23 Oct 2005 06:52:38 -0700 (PDT) Message-ID: Date: Sun, 23 Oct 2005 15:52:38 +0200 From: Linnea Forslund To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: problems running mixxx (direct rendering, segfault) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 13:52:39 -0000 Yesterday I installed mixxx and managed to start it, but only as root. Then i got this message: "Direct rendering is not enabled in your machine. This means that the waveform displays will be very slow and take a lot of CPU time. Either upgrade your configuration to enable direct rendering or disable the waveform displays in the control panel by selecting "Simple" under waveform displays. NOTE: In case you run NVidia hardware direct rendering may not be present, but you will not experience a degradation in performance." I tried selecting "simple" but it said that the changes will take effect only after I restart the program and since it started everytime like the first time it was back to the normal waveform again. Also the sound was hacking. I don't know if this was because of the waveform-thing. If it's something else then I have another problem. Today it won't start from root etiher. I get the same text as when I'm "ordinary": Debug: Starting up... Debug: MidiObjectOSS: No MIDI devices available. Debug: playlist name Default Debug: id 0, sr 8000, ch 2, bufsize 16, bufno 400 Segmentation fault (core dumped) I'm supposed to have this running smoothly on thursday when I'm taking care of the music at my schools halloween-party so I'm kind of stressed out. Do you think you can help me? I'm new to both unix and freeBSD so if you explain things like I'm a retarded kid i might get it ^^ Here they had the same problem: http://sourceforge.net/forum/forum.php?thread_id=3D1236134&forum_id=3D15615= 7 and someone said I "can disable visuals manually by editing your ~/.mixxx.cfg file so that the line with Visuals reads 1 instead of 0" Sounds like something to do if nothing else works. How would I do that? /Linnea From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 14:05:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE8D16A41F for ; Sun, 23 Oct 2005 14:05:01 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 524F443D46 for ; Sun, 23 Oct 2005 14:05:00 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.100] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9NE9FO2011897 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Sun, 23 Oct 2005 09:09:15 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=hfkqf8DG9CDH3G2aN9Eud0/h11aD74iY10X9U9Smj7GLtQfhdjCSRojkZbpKKgLB8 FvOo/leQQrjBqhRrKXubg== In-Reply-To: <20051023045343.27950.qmail@web35802.mail.mud.yahoo.com> References: <20051023045343.27950.qmail@web35802.mail.mud.yahoo.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4950C291-2CC5-4042-BB56-42A8C95CAC90@secure-computing.net> Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Sun, 23 Oct 2005 09:04:29 -0500 To: John Do X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on grog.secure-computing.net Cc: freebsd-questions@freebsd.org Subject: Re: IPFW equivalent of iptables --state ESTABLISHED, RELATED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 14:05:01 -0000 On Oct 22, 2005, at 11:53 PM, John Do wrote: > Hi guys > > I'm having trouble with IPFW I need to allow user > initiated traffic IN but I can't > > Basically in iptables for Linux I would have used > something like > -A INPUT -p tcp -m tcp --state ESTABLISHED,RELATED -j > ACCEPT > > > Can someone help me discover what the equivalent > syntax in IPFW would be? > > I have tried to use "allow tcp from any to any > established in" but it doesn't work > > much appreciated > > thanks guys ! I'm not quite sure what you're trying to accomplish. If you just want traffic enabled so that when users are browsing the web they get the replies from their requests, that rule is written as: ipfw add ### allow ip from any to any established The rule won't allow new traffic in or out without other rules enabling it. An example ruleset could look like this: ipfw add 100 allow ip from me to any ipfw add 200 allow ip from 192.168.1.0/24 to any out via dc0 ipfw add 300 allow ip from any to any established ipfw add 400 deny ip from 192.168.1.0/24 to me in via dc0 ipfw add 500 allow ip from any to any via sk0 In this example, I'm assuming your FreeBSD machine is the network gateway. NIC dc0 is the outside NIC and sk0 is the internal one. HTH _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 14:44:41 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 009BB16A41F for ; Sun, 23 Oct 2005 14:44:41 +0000 (GMT) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58E4843D45 for ; Sun, 23 Oct 2005 14:44:40 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [192.168.11.22]) by nagual.st with esmtp; Sun, 23 Oct 2005 16:44:39 +0200 id 00000019.435BA1D7.000011A1 Date: Sun, 23 Oct 2005 16:46:10 +0200 From: dick hoogendijk To: fbsdq Message-Id: <20051023164610.4ffa784b.dick@nagual.st> In-Reply-To: <20051023125310.GA19705@slackbox.xs4all.nl> References: <20051023142850.090bee8d.dick@nagual.st> <20051023125310.GA19705@slackbox.xs4all.nl> Organization: de nagual X-Mailer: Sylpheed version 2.0.3 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 14:44:41 -0000 On Sun, 23 Oct 2005 14:53:10 +0200 Roland Smith wrote: > On Sun, Oct 23, 2005 at 02:28:50PM +0200, dick hoogendijk wrote: > > I discouvered QEMU today and I think it is an amazing program. > > Indeed. Very usefull to check out other OS on your FreeBSD box. Win98 is up and runnign very smoothly. I'm very impressed. I used to run vmware3 on FreeBSD, but lately this was kind of a hassle on my 5.4 system. Hangups, crashes.. QEMU even toggles between fullscreen and a small window without errors (unlike vmware) and last but nog least, even the sound is OK! -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 14:50:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DB7616A41F for ; Sun, 23 Oct 2005 14:50:52 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA7FC43D46 for ; Sun, 23 Oct 2005 14:50:51 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 29279 invoked from network); 23 Oct 2005 14:50:50 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Oct 2005 14:50:50 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id AD87F2D; Sun, 23 Oct 2005 10:50:49 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Shelby Westman References: <4efe47610510220854n2bff8c1el585d03a3a7d08c89@mail.gmail.com> From: Lowell Gilbert Date: 23 Oct 2005 10:50:49 -0400 In-Reply-To: <4efe47610510220854n2bff8c1el585d03a3a7d08c89@mail.gmail.com> Message-ID: <44ek6cgud2.fsf@be-well.ilk.org> Lines: 51 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: ntpd problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Oct 2005 14:50:52 -0000 Shelby Westman writes: > I am a relatively new freeBSD user. The problem I describe below happens on > both a 5.4 install and a 6.0 RC1 install. > > Right after installing the OS, I enable ntpd in rc.conf, and setup a simple > config file in /etc/ntp.conf. When I reboot, I get this message: > > Oct 22 10:40:57 alter ntpd[392]: ntpd 4.2.0-a Sun Oct 9 18:33:33 UTC 2005 > (1) > Oct 22 10:40:57 alter ntpd[392]: bind() fd 6, family 28, port 123, addr > fe80:1::202:55ff:fe58:2957, in6_is_addr_multicast=0 flags=0 fails: Can't > assign requested address > > Then ntpd does not synchronize the time. I set the clock manually (using > date) five minutes ahead to check and in fact it does not get adjusted. > > I have tried all sorts of things. I tried assigning numeric addresses rather > than host names in the config file. I tried enabling ipv6 in sysinstall. > This machine does have a good route to the internet - I can use nslookup to > resolve host names, so I know the networking is working. > > Below I have quoted the ntp.conf. The log file is empty - nothing is being > written there. > > Does anyone have any ideas? I am stumped... thanks for your help. > > Shelby > > __________________ > > config file as it stands now... > > logfile /var/log/ntpd.log > > # deny-by-default policy > restrict default ignore > > #server -4 ntp-2.ece.cmu.edu > #server -4 ticker.cis.sac.accd.edu > #server -4 lain.ziaspace.com > #server -4 ntp1.linuxmedialabs.com > server 17.254.0.31 > > driftfile /var/spool/ntp.drift You're probably running into problems with your restrict clause, but I'm not sure what offhand. Use the "-d" flag to ntpd (or more than one) to get more information on what it thinks the problem is. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:13:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47CCF16A41F for ; Sun, 23 Oct 2005 15:13:51 +0000 (GMT) (envelope-from mtmi@o2.pl) Received: from poczta.o2.pl (mx2.go2.pl [193.17.41.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB27F43D45 for ; Sun, 23 Oct 2005 15:13:50 +0000 (GMT) (envelope-from mtmi@o2.pl) Received: from [10.50.93.21] (unregister185207219081.c207.msk.pl [81.219.207.185]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP id 3FBDC7480EA for ; Sun, 23 Oct 2005 17:13:48 +0200 (CEST) From: =?utf-8?q?Micha=C5=82_Mas=C5=82owski?= To: freebsd-questions@freebsd.org Date: Sun, 23 Oct 2005 17:13:41 +0200 User-Agent: KMail/1.8 References: <002201c5d387$643863b0$210110ac@fortunato> In-Reply-To: <002201c5d387$643863b0$210110ac@fortunato> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510231713.42255.mtmi@o2.pl> Subject: Re: Difficulties to launch KDE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 15:13:51 -0000 > Hello: > > I am sure you will find my problem quite easy. I just installed FreeBSD > 5.4, and I configured KDE and related configurations according with the > handbook. My .xinitrc file contains only the line: "echo "exec startkde"". > When I type "startx" everything seems to be well, but KDE doesn't start. > There are no errors reported or anything pointing to the problem, except a > line at the end which reads: > > xauth: (argv):1: bad display name "Monique.gateway.2wire.net:0" in > "remove" command > > I am behind a wireless modem-router with domain name "gateway.2wire.net". > > I do not know what command "remove" is referred here or where it occurs, > and how to fix it. No entry like this in "xorg.conf". > > I will appreciate any help. > > Teilhard. Do you have "exec startkde" in .xinitrc ? "echo "exec startkde"" is used to put it in a file. If this problem still occurs, read startx's man page. I don't know anything about xauth. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:26:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61BB316A41F for ; Sun, 23 Oct 2005 15:26:51 +0000 (GMT) (envelope-from xmisoy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE18E43D45 for ; Sun, 23 Oct 2005 15:26:50 +0000 (GMT) (envelope-from xmisoy@gmail.com) Received: by xproxy.gmail.com with SMTP id s15so31394wxc for ; Sun, 23 Oct 2005 08:26:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=V/LfpCwKO3Gwj/E9nNwVjP6AH8cx0GHkdXgJoz8MpkI1KXC6yg+Jr3opOPp+uO5Q8Lz2Uv9y/jiGzikcZyym/eC4gfXWEZibADCvgtz7FTJYI7BTMS7R/F2wODu5E1Ndh30GHjgkvt34Q2tpuZe62fHjfmd9v10Jwi+gkpFRiL4= Received: by 10.70.72.14 with SMTP id u14mr1477717wxa; Sun, 23 Oct 2005 08:26:50 -0700 (PDT) Received: by 10.70.31.1 with HTTP; Sun, 23 Oct 2005 08:26:50 -0700 (PDT) Message-ID: <36f5bbba0510230826s49ecf259k7b68f426f6f5bbdb@mail.gmail.com> Date: Sun, 23 Oct 2005 08:26:50 -0700 From: "Edwin D. Vinas" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: NAT+NET-SNMP Problem+FreeBSD-4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 15:26:51 -0000 Hi, This is just a follow-up on my previous posting on my problem with snmp. M= y setup involves 1 DSL interface and 1 LAN interface in a FreeBSD-4.10 which is configured as gateway and NAT router. I haven't been able to query any SNMP data from this machine which acts as my DSL router. Was it a problem with NAT? -- -- Edwin D. Vi=F1as http://www.geocities.com/edwin_vinas/ IN THE WORLD OF SCIENCE, NOTHING IS IMPOSSIBLE. -- From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:29:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3DEA16A4DB for ; Sun, 23 Oct 2005 15:29:48 +0000 (GMT) (envelope-from xmisoy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1747843D45 for ; Sun, 23 Oct 2005 15:29:47 +0000 (GMT) (envelope-from xmisoy@gmail.com) Received: by xproxy.gmail.com with SMTP id t15so93470wxc for ; Sun, 23 Oct 2005 08:29:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ZAzedjmhpDwZYIXmChsj7btFWrQINzu7ZgLTvGZZ11lMUiTSoIBK3C+dSdkcRA4+rXXXTkI6Z/GUokmMbmvEqAnmzC8uhXl6jIZvztQoTMBXq877L3BGw8zIJtu/t7DkhqZAm6P98pPwl4Nn705n1IiwLP9eTrb+HnECLiK9ndQ= Received: by 10.70.118.5 with SMTP id q5mr2982212wxc; Sun, 23 Oct 2005 08:29:47 -0700 (PDT) Received: by 10.70.31.1 with HTTP; Sun, 23 Oct 2005 08:29:47 -0700 (PDT) Message-ID: <36f5bbba0510230829y3b7ce683jcf2bfed8988b7e9b@mail.gmail.com> Date: Sun, 23 Oct 2005 08:29:47 -0700 From: "Edwin D. Vinas" To: freebsd-questions@freebsd.org In-Reply-To: <36f5bbba0510230826s49ecf259k7b68f426f6f5bbdb@mail.gmail.com> MIME-Version: 1.0 References: <36f5bbba0510230826s49ecf259k7b68f426f6f5bbdb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Fwd: NAT+NET-SNMP Problem+FreeBSD-4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 15:29:49 -0000 "Applications that work with identified devices, or that actually identify devices (such as the *Simple Network Management Protocol* [SNMP] and DNS) require very careful configuration when operating an a NAT environment." - Source: http://www.cisco.com/en/US/about/ac123/ac147/archived_issues/ipj_7-3/anatom= y.html Am I really right to assume that my SNMP problem was a missing configuration in NAT? ---------- Forwarded message ---------- From: Edwin D. Vinas Date: Oct 23, 2005 8:26 AM Subject: NAT+NET-SNMP Problem+FreeBSD-4.10 To: freebsd-questions@freebsd.org Hi, This is just a follow-up on my previous posting on my problem with snmp. M= y setup involves 1 DSL interface and 1 LAN interface in a FreeBSD-4.10 which is configured as gateway and NAT router. I haven't been able to query any SNMP data from this machine which acts as my DSL router. Was it a problem with NAT? -- -- Edwin D. Vi=F1as http://www.geocities.com/edwin_vinas/ IN THE WORLD OF SCIENCE, NOTHING IS IMPOSSIBLE. -- -- -- Edwin D. Vi=F1as http://www.geocities.com/edwin_vinas/ IN THE WORLD OF SCIENCE, NOTHING IS IMPOSSIBLE. -- From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:36:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B13216A41F for ; Sun, 23 Oct 2005 15:36:27 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A0943D45 for ; Sun, 23 Oct 2005 15:36:26 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: by wproxy.gmail.com with SMTP id i6so527944wra for ; Sun, 23 Oct 2005 08:36:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Tg7unB0VaubkCK4Waz11a4R04P1GV2V99iBUOGmYYQCf3caVUKgjiTpMnk5ik7jhxYltt7Y8d9Lq20GuQv6Nbua8x9m7oVc2icnPYpn4TVYC9qhlwE3rmxvrXiWTsXnFbIPxKBip0RggeSFPhN3Uma9ZFbl7pS5Ioz4oIoyc55M= Received: by 10.54.118.5 with SMTP id q5mr2776564wrc; Sun, 23 Oct 2005 08:36:26 -0700 (PDT) Received: from ?192.168.0.102? ( [80.197.43.178]) by mx.gmail.com with ESMTP id 44sm1365581wri.2005.10.23.08.36.25; Sun, 23 Oct 2005 08:36:25 -0700 (PDT) From: Philip Lykke Carlsen To: freebsd-questions@freebsd.org Date: Sun, 23 Oct 2005 17:36:06 +0200 User-Agent: KMail/1.8.2 References: <002201c5d387$643863b0$210110ac@fortunato> <200510231713.42255.mtmi@o2.pl> In-Reply-To: <200510231713.42255.mtmi@o2.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200510231736.06554.plcplc@gmail.com> Subject: Re: Difficulties to launch KDE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: plcplc@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 15:36:27 -0000 Sunday 23 October 2005 17:13 skrev Micha=C5=82 Mas=C5=82owski: > > Hello: > > > > I am sure you will find my problem quite easy. I just installed FreeBSD > > 5.4, and I configured KDE and related configurations according with the > > handbook. My .xinitrc file contains only the line: "echo "exec > > startkde"". When I type "startx" everything seems to be well, but KDE > > doesn't start. There are no errors reported or anything pointing to the > > problem, except a line at the end which reads: > > > > xauth: (argv):1: bad display name "Monique.gateway.2wire.net:0" in > > "remove" command > > > > I am behind a wireless modem-router with domain name "gateway.2wire.net= ". > > > > I do not know what command "remove" is referred here or where it occurs, > > and how to fix it. No entry like this in "xorg.conf". > > > > I will appreciate any help. > > > > Teilhard. > > Do you have "exec startkde" in .xinitrc ? > "echo "exec startkde"" is used to put it in a file. > > If this problem still occurs, read startx's man page. > > I don't know anything about xauth. Well, .xinitrc only needs to contain "startkde".. the echo thing will only= =20 write it to the terminal you use to start X with..=20 your xauth problem is probably due to your hostname not being in=20 your /etc/hosts.. just add it under localhost and you should be fine.. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:37:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA7A416A420 for ; Sun, 23 Oct 2005 15:37:02 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0568943D48 for ; Sun, 23 Oct 2005 15:37:01 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 568AE5D32; Sun, 23 Oct 2005 11:37:01 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87125-06; Sun, 23 Oct 2005 11:37:00 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-76-130.ny325.east.verizon.net [68.161.76.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 77F675C21; Sun, 23 Oct 2005 11:37:00 -0400 (EDT) Message-ID: <435BAE1D.8030305@mac.com> Date: Sun, 23 Oct 2005 11:37:01 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Do References: <20051023045343.27950.qmail@web35802.mail.mud.yahoo.com> In-Reply-To: <20051023045343.27950.qmail@web35802.mail.mud.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: IPFW equivalent of iptables --state ESTABLISHED, RELATED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 15:37:03 -0000 John Do wrote: > Hi guys > > I'm having trouble with IPFW I need to allow user > initiated traffic IN but I can't > > Basically in iptables for Linux I would have used > something like > -A INPUT -p tcp -m tcp --state ESTABLISHED,RELATED -j > ACCEPT > > > Can someone help me discover what the equivalent > syntax in IPFW would be? > > I have tried to use "allow tcp from any to any > established in" but it doesn't work "allow tcp from any to any established" ...as another poster said, however, this will allow data traffic not associated with legitimate connections in, too. If you want use stateful rules in IPFW, something like: check-state allow ip from me to any setup keep-state Take a look at /etc/rc.firewall for more detailed rules... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:37:36 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E581916A41F for ; Sun, 23 Oct 2005 15:37:36 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [82.99.44.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5117A43D45 for ; Sun, 23 Oct 2005 15:37:35 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [83.249.140.66] by mail2.swebase.com (MDaemon.PRO.v8.1.0.R) with ESMTP id md50003303870.msg for ; Sun, 23 Oct 2005 17:35:34 +0200 Message-ID: <435BADCC.6050400@swehack.se> Date: Sun, 23 Oct 2005 17:35:40 +0200 From: nocturnal User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050819) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-MDRemoteIP: 83.249.140.66 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: questions@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2 X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-Spam-Processed: mail2.swebase.com, Sun, 23 Oct 2005 17:35:35 +0200 Cc: Subject: Hosting a mirror? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 15:37:37 -0000 Hi I really tried finding information for people who can host mirrors but could not find any. I'd like to know everything i need to know about hosting a mirror for the FreeBSD project and how i apply for it. -- Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:41:49 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EB6D16A420 for ; Sun, 23 Oct 2005 15:41:49 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [82.99.44.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id F40F243D6A for ; Sun, 23 Oct 2005 15:41:45 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [83.249.140.66] by mail2.swebase.com (MDaemon.PRO.v8.1.0.R) with ESMTP id md50003303915.msg for ; Sun, 23 Oct 2005 17:40:18 +0200 Message-ID: <435BAEE6.5000702@swehack.se> Date: Sun, 23 Oct 2005 17:40:22 +0200 From: nocturnal User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050819) X-Accept-Language: en-us, en MIME-Version: 1.0 To: nocturnal@swehack.se Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-MDRemoteIP: 83.249.140.66 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: questions@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2 X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-Spam-Processed: mail2.swebase.com, Sun, 23 Oct 2005 17:40:24 +0200 Cc: nocturnal@swehack.se, questions@freebsd.org Subject: Re: Hosting a mirror? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 15:41:49 -0000 Hi Sorry for my last e-mail, i was not paying attention and found everything i needed now. -- Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:44:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0428F16A41F for ; Sun, 23 Oct 2005 15:44:45 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C422743D6B for ; Sun, 23 Oct 2005 15:44:36 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.100] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9NFiXeX022656 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Sun, 23 Oct 2005 10:44:33 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=mime-version:to:message-id:content-type:from:subject:date: x-mailer:x-spam-status:x-spam-checker-version; b=GtPm6gkZLiLQb7WsvxqyBOA1Ud8KWcQeQII1Tk2hJOHDJFJ+HEDvl2sA3Gb8To9o+ V39qonEyofjO1nnrz+G0Q== Mime-Version: 1.0 (Apple Message framework v734) To: free bsd questions Message-Id: <1440F1E5-DC5A-4C7B-AC72-8ECBEC7B4A65@secure-computing.net> Content-Type: multipart/mixed; boundary=Apple-Mail-1--696276356 From: Eric F Crist Date: Sun, 23 Oct 2005 10:44:22 -0500 X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-5.1 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Subject: RFC: my firewall ruleset(s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 15:44:45 -0000 --Apple-Mail-1--696276356 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Hey all. I'm relatively new to shell scripting and I'm looking for some comments on my firewall script. Comments on either the ipfw rules themselves or on my scripting lack of ability would be appreciated. Thanks. --Apple-Mail-1--696276356 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0644; name="nerp.firewall" Content-Disposition: attachment; filename=nerp.firewall #!/bin/sh -x ## This is a generic shell script for firewall initialization. ## Created 1/2/2005 15:52 By Eric Crist ## Support/Input from Edward McCabe ################# INSTRUCTIONS ##################### # This firewall script will look for the following # # variables in your /etc/rc.conf file. If these # # are not found, the defaults are listed in square # # brackets here. If there is a *, the script will # # fail. # ################################################### # grog_firewall_enable Enable this firewall? # grog_firewall_oif Outside interface # grog_firewall_iif Inside interface # grog_firewall_oif_network Network/Netmask of outside interface (written as 0.0.0.0/8) # grog_firewall_iif_network Network/Netmask of inside interface (written as 0.0.0.0/8) # grog_firewall_type What type of firewall to configure? . /etc/rc.conf fwcmd=/sbin/ipfw rulenum1=50 ## Generic allow rules rulenum2=10000 ## 2nd level allow rules rulenum3=20000 ## 3rd level allow rules rulenum4=30000 ## Deny rulesets ## Generic ruleset functions setup_open_firewall () { ${fwcmd} -f flush ${fwcmd} add ${rulenum1} allow all from any to any return 0 } setup_ntp () { ${fwcmd} add ${rulenum1} allow udp from any 123 to any 123; rulenum1=`expr $rulenum1 + 50` } setup_loopback () { ${fwcmd} add ${rulenum1} pass all from any to any via lo0; rulenum1=`expr $rulenum1 + 50` ${fwcmd} add ${rulenum1} deny all from any to 127.0.0.0/8; rulenum1=`expr $rulenum1 + 50` ${fwcmd} add ${rulenum1} deny ip from 127.0.0.0/8 to any; rulenum1=`expr $rulenum1 + 50` } setup_keepstate () { ${fwcmd} add ${rulenum1} check-state ${fwcmd} add ${rulenum1} allow tcp from ${grog_firewall_oif_network} to any setup keep-state; rulenum1=`expr $rulenum1 + 50` ${fwcmd} add ${rulenum1} allow tcp from ${grog_firewall_iif_network} to any setup keep-state; rulenum1=`expr $rulenum1 + 50` } ## BEGIN FIREWALL CONFIGURATION ## if [ "$grog_firewall_enable" = "YES" ] then echo "Initializing firewall ruleset for `hostname`, of type $grog_firewall_type." case $grog_firewall_type in [Gg][Rr][Oo][Gg]) ## Begin Eric's ruleset. ## First, we need to flush current rules. $fwcmd -f flush ## Let's setup the pulic, internet side, first. setup_loopback setup_keepstate setup_ntp $fwcmd add $rulenum1 allow ip from any to me established; rulenum1=`expr $rulenum1 + 50` $fwcmd add $rulenum1 allow ip from me to any; rulenum1=`expr $rulenum1 + 50` ## Allow all traffic out $fwcmd add $rulenum1 allow ip from any to me 774; rulenum1=`expr $rulenum1 + 50` ## SSH on port 774 $fwcmd add $rulenum1 allow ip from any to me 80; rulenum1=`expr $rulenum1 + 50` ## HTTP on port 80 $fwcmd add $rulenum1 allow ip from any to me 443; rulenum1=`expr $rulenum1 + 50` ## HTTPS on port 443 $fwcmd add $rulenum1 allow ip from any to me 110; rulenum1=`expr $rulenum1 + 50` ## POP3 on port 110 $fwcmd add $rulenum1 allow ip from any to me 995; rulenum1=`expr $rulenum1 + 50` ## POP3S on port 995 $fwcmd add $rulenum1 allow ip from any to me 25; rulenum1=`expr $rulenum1 + 50` ## SMTP on port 25 $fwcmd add $rulenum1 allow ip from any to me 53; rulenum1=`expr $rulenum1 + 50` ## BIND tcp 53 $fwcmd add $rulenum1 allow ip from any to me 81; rulenum1=`expr $rulenum1 + 50` ## Usermin $fwcmd add $rulenum1 allow ip from any to me 82; rulenum1=`expr $rulenum1 +50` ## Webmin $fwcmd add $rulenum1 allow udp from any 53 to me; rulenum1=`expr $rulenum1 + 50` ## BIND udp 53 $fwcmd add $rulenum1 allow udp from me to any; rulenum1=`expr $rulenum1 + 50` $fwcmd add $rulenum1 allow ip from any to me 20-21; rulenum1=`expr $rulenum1 + 50` ## FTP on ports 20, 21 $fwcmd add $rulenum1 deny ip from any 138-139 to any out via $grog_firewall_oif; rulenum1=`expr $rulenum1 + 50` ## Deny 138, 139 to the 'net $fwcmd add $rulenum1 deny ip from any to me 138-139 in via $grog_firewall_oif; rulenum1=`expr $rulenum1 + 50` ## Deny 138, 139 to the 'net ## No traffic from web in to local network. $fwcmd add $rulenum1 deny all from any to $grog_firewall_iif_network in via $grog_firewall_oif; rulenum1=`expr $rulenum1 + 50` ## Now let's setup the internal, non-public interface(s). $fwcmd add $rulenum1 allow ip from $grog_firewall_iif_network to me in via $grog_firewall_iif; rulenum1=`expr $rulenum1 + 50` ## Allow all traffic $fwcmd add $rulenum1 allow ip from me to $grog_firewall_iif_network out via $grog_firewall_iif; rulenum1=`expr $rulenum1 + 50` ## Time to allow all traffic from/to our own public network $fwcmd add $rulenum1 allow ip from $grog_firewall_oif_network to me; rulenum1=`expr $rulenum1 + 50` $fwcmd add $rulenum1 allow ip from me to $grog_firewall_oif_network; rulenum1=`expr $rulenum1 + 50` ;; [Ee][Uu][Aa]) setup_open_firewall ;; esac echo "Initialization of firewall complete at `date`." exit 0 elif [ "$grog_firewall_enable" = "NO" ] then echo "Firewall for `hostname` currently disabled by configuration:" echo "`more /etc/rc.conf | grep grog_firewall_enable`" echo "Creating OPEN ruleset:" setup_open_firewall exit 0 else echo "Configuration Error" exit 1 fi exit 0 --Apple-Mail-1--696276356 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson --Apple-Mail-1--696276356-- From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:49:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B82B16A41F for ; Sun, 23 Oct 2005 15:49:12 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E6F343D46 for ; Sun, 23 Oct 2005 15:49:11 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.100] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9NFn7ll022681 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Sun, 23 Oct 2005 10:49:08 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=gjvX6GBd8MxohrKGi1YXhZF8ustAaRsdMcU3PQ5+Rqhuiq1p8PccGGJb070qCp2im TxLKIg5nPXQ2bwiFpPw7w== In-Reply-To: <1440F1E5-DC5A-4C7B-AC72-8ECBEC7B4A65@secure-computing.net> References: <1440F1E5-DC5A-4C7B-AC72-8ECBEC7B4A65@secure-computing.net> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <067ACA9A-1356-4F64-9B36-55C887E8738A@secure-computing.net> Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Sun, 23 Oct 2005 10:48:56 -0500 To: Eric F Crist X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-5.1 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: free bsd questions Subject: Re: RFC: my firewall ruleset(s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 15:49:12 -0000 On Oct 23, 2005, at 10:44 AM, Eric F Crist wrote: > Hey all. I'm relatively new to shell scripting and I'm looking for > some comments on my firewall script. > > Comments on either the ipfw rules themselves or on my scripting > lack of ability would be appreciated. > > Thanks. > > > > > > _______________________________________________________ > Eric F Crist "I am so smart, S.M.R.T!" > Secure Computing Networks -Homer J Simpson Sorry to post a shell program as an attachment. I wasn't thinking. Please don't run the shell program - it'll set an open firewall on your *nix system if you're root. _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:49:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72CB616A41F for ; Sun, 23 Oct 2005 15:49:51 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1218043D46 for ; Sun, 23 Oct 2005 15:49:50 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so544445wra for ; Sun, 23 Oct 2005 08:49:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:reply-to:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=ncOKlt9SkJM9otMnmLCLNMsUNyWAoXPQzJiuTduAs1GgV1Io2B91Bfkmt1tCodfW2/UNPihox209jxwiOFydgmTpkPWQ2fD6+aRCjP4rTP9ZgrzKIXQBPGOuFZMZE2QGXwNJhubu3XW+G6eO2tzzH6XtnVuHBD5VDh4zlWUnGi8= Received: by 10.54.157.10 with SMTP id f10mr2777550wre; Sun, 23 Oct 2005 08:49:50 -0700 (PDT) Received: from ?192.168.0.102? ( [80.197.43.178]) by mx.gmail.com with ESMTP id d6sm428641wra.2005.10.23.08.49.49; Sun, 23 Oct 2005 08:49:50 -0700 (PDT) From: Philip Lykke Carlsen To: freebsd-questions@freebsd.org Date: Sun, 23 Oct 2005 17:49:48 +0200 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510231749.48212.plcplc@gmail.com> Subject: Preloading of shared libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: plcplc@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 15:49:51 -0000 Hey.. I wondered if it was possible to load a selection of shared libraies into the cache at boot time.. I figure that it would speed up starting things.. like the KDE login manager for instance.. hm.. is this possible? .. and if so.. would it speed up the process of starting stuff at all?.. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:50:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E45816A42D for ; Sun, 23 Oct 2005 15:50:08 +0000 (GMT) (envelope-from jackt123@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4792D43D45 for ; Sun, 23 Oct 2005 15:50:08 +0000 (GMT) (envelope-from jackt123@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so495373nzk for ; Sun, 23 Oct 2005 08:50:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=W6oopUZPL0PEaiTKYbmRy756fv7aClPO6am5loJ9rq5YM7uGRfw/b7RwsS2a3azkcZkoVJTcq2SjsHkL1I2wPSk1k6wEAqePTl5UzVtNFacilRVsittLE8r90PxYc4oBTAAAmri1OHH4TziLlLV4zl7d2mEKlsmG8+lsBYm7MpQ= Received: by 10.36.224.63 with SMTP id w63mr5615143nzg; Sun, 23 Oct 2005 08:50:07 -0700 (PDT) Received: by 10.37.21.6 with HTTP; Sun, 23 Oct 2005 08:50:07 -0700 (PDT) Message-ID: Date: Sun, 23 Oct 2005 15:50:07 +0000 From: Jack T To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: RE: OpenAFS for FreeBSD... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 15:50:08 -0000 Forrest Aldrich wrote: > I've asked the OpenAFS people about a port to FreeBSD. > > They recently gained a port to OS X, which I understand > has a similar/FreeBSD codebase. Please look at Arla. I've been using Arla quite happily on FreeBSD 5.4, and it provides all the AFS functionalities I need. Perhaps it would be sufficient for you? From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 15:59:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95B2316A420 for ; Sun, 23 Oct 2005 15:59:48 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from smtp109.sbc.mail.mud.yahoo.com (smtp109.sbc.mail.mud.yahoo.com [68.142.198.208]) by mx1.FreeBSD.org (Postfix) with SMTP id 18B9F43D46 for ; Sun, 23 Oct 2005 15:59:47 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: (qmail 20663 invoked from network); 23 Oct 2005 15:59:47 -0000 Received: from unknown (HELO ?192.168.1.25?) (mixx941@sbcglobal.net@66.139.109.225 with plain) by smtp109.sbc.mail.mud.yahoo.com with SMTP; 23 Oct 2005 15:59:46 -0000 Message-ID: <435BB36C.1020703@mkproductions.org> Date: Sun, 23 Oct 2005 10:59:40 -0500 From: Mark Kane User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050928) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Teilhard Knight References: <03c201c5d764$be36c8d0$210110ac@fortunato> <435AD3B3.7030506@mkproductions.org> <047f01c5d7bf$2f0d3fd0$210110ac@fortunato> In-Reply-To: <047f01c5d7bf$2f0d3fd0$210110ac@fortunato> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Sound driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 15:59:48 -0000 Teilhard Knight wrote: > Mark Kane wrote: > >> Teilhard Knight wrote: >> >>> Hello: >>> >>> I have only compiled a kernel for FreeBSD for the series 4.x. I now >>> installed version 5.4, and I do not have sound. I am compiling my >>> custom kernel essentially to get sound. In the series 4.x the driver >>> "pcm" worked fine for me. My question is whether I should stick to >>> the same driver or I should use another driver in the 5.4 install. >>> Any feedback will be appreciated. >>> >>> Teilhard. >> >> >> Hi. Check out: >> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html >> >> >> It's "device sound" in 5.x instead of "device pcm". Obviously then add >> in support for your specific sound card with the documentation >> provided there. >> >> Hope that helps. :) > > > It helped a lot. I issued the command "kldload sound" in my original > kernel, and loaded the module snd_ich. I have sound now when I click on > "test sound" in the sound section of the CC and on starting a KDE session. > > Problem is, I only get sound through the right hand side and I get > nothing when trying to play a CD. Any ideas? > > Teilhard. Glad you got it working. Now for the new issues: I have not used KDE in a long time but I do know that their aRTs daemon takes over sound. Are there any settings showing the left and right channels that you can adjust? Maybe called "Balance"? You might also make sure that the connector on the actual sound card going to your speakers/headphones is plugged in all the way. I know if mine is only halfway in then I only hear one channel. As for CD audio not playing, have you made sure that the audio connector is connected from your CD drive to your sound card? It could be that, or the mixer levels in aRTs are muted or not raised for CD's. -Mark From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:12:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B81E916A41F for ; Sun, 23 Oct 2005 16:12:24 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5389D43D46 for ; Sun, 23 Oct 2005 16:12:24 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 546E35D4B; Sun, 23 Oct 2005 12:12:23 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 63681-01; Sun, 23 Oct 2005 12:12:20 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-76-130.ny325.east.verizon.net [68.161.76.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 943DA5C20; Sun, 23 Oct 2005 12:12:20 -0400 (EDT) Message-ID: <435BB665.70001@mac.com> Date: Sun, 23 Oct 2005 12:12:21 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric F Crist References: <1440F1E5-DC5A-4C7B-AC72-8ECBEC7B4A65@secure-computing.net> In-Reply-To: <1440F1E5-DC5A-4C7B-AC72-8ECBEC7B4A65@secure-computing.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd questions Subject: Re: RFC: my firewall ruleset(s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:12:24 -0000 Eric F Crist wrote: > Hey all. I'm relatively new to shell scripting and I'm looking for > some comments on my firewall script. > > Comments on either the ipfw rules themselves or on my scripting lack of > ability would be appreciated. Ugh. :-) IPFW knows how to increment rule numbers all by itself; you can get rid of the "rulenum1=`expr $rulenum1 + 50`" stuff. The breakdown of sh functions like setup_loopback, setup_keepstate, setup_ntp is fine if you want to play with shell scripts, but it scatters your IPFW rules into different places. I'd rather see something that closely resembles what "ipfw list" gives you. You could chain several ports together into a list rather than listing them all seperately as individual rules, IPFW will end up doing less work. You have anti-spoofing for the lookback, lo0 interface, but not for your other interfaces. You should add anti-spoofing rules, and also block strict and loose source routing [1]: # Stop strict and loose source routing add deny log all from any to any ipoptions ssrr add deny log all from any to any ipoptions lsrr You should give some thought to ICMP filtering. Consider something like: add allow icmp from any to any icmptypes 0,3,4,8,11,12 You should use the log command more when developing a ruleset, to see what traffic you are blocking or permitting, until you've gotten your rules and network finalized. -- -Chuck [1]: This is known to hackers as the "how to go through a firewall as if it wasn't there" IP option if you don't block these. :-) From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:14:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E297916A41F for ; Sun, 23 Oct 2005 16:14:10 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from mx1.highperformance.net (ip30.gte215.dsl-acs2.sea.iinet.com [209.20.215.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A11F43D46 for ; Sun, 23 Oct 2005 16:14:08 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from [192.168.1.16] (w16.stradamotorsports.com [192.168.1.16]) by mx1.highperformance.net (8.13.3/8.13.3) with ESMTP id j9NGDk79086771; Sun, 23 Oct 2005 09:13:56 -0700 (PDT) (envelope-from jcw@highperformance.net) Message-ID: <435BB6C4.3070705@highperformance.net> Date: Sun, 23 Oct 2005 09:13:56 -0700 From: "Jason C. Wells" User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 To: Jack T , freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on s4.stradamotorsports.com Cc: Subject: Re: OpenAFS for FreeBSD... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:14:11 -0000 Jack T wrote: > Forrest Aldrich wrote: >> I've asked the OpenAFS people about a port to FreeBSD. >> >> They recently gained a port to OS X, which I understand >> has a similar/FreeBSD codebase. > > Please look at Arla. I've been using Arla quite happily on FreeBSD 5.4, > and it provides all the AFS functionalities I need. Arla was marked as BROKEN when I last tried to build it under 6X. IIRC, it was marked as broken for 5.4 too. Is there some special secret you could share with us to get an AFS client? I'd love to hear it. Thanks, Jason C. Wells From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:23:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E115F16A420 for ; Sun, 23 Oct 2005 16:23:24 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E5EC43D58 for ; Sun, 23 Oct 2005 16:23:24 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id CC53C5D4B; Sun, 23 Oct 2005 12:23:23 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87125-08; Sun, 23 Oct 2005 12:23:23 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-76-130.ny325.east.verizon.net [68.161.76.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id E71555C53; Sun, 23 Oct 2005 12:23:22 -0400 (EDT) Message-ID: <435BB8FC.8030601@mac.com> Date: Sun, 23 Oct 2005 12:23:24 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: plcplc@gmail.com References: <200510231749.48212.plcplc@gmail.com> In-Reply-To: <200510231749.48212.plcplc@gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: Preloading of shared libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:23:25 -0000 Philip Lykke Carlsen wrote: > Hey.. I wondered if it was possible to load a selection of shared libraies > into the cache at boot time.. I figure that it would speed up starting > things.. like the KDE login manager for instance.. > > hm.. is this possible? .. and if so.. would it speed up the process of > starting stuff at all?.. Sort of. At one point, you could set the sticky bit on files as a hint to the pager to try and keep them in memory, which was intended for things like /bin/sh, cron, login, and maybe libc. Whether it would help in your particular case is harder to say, how much RAM does your machine have, and what kind of CPU? Some people believe that KDE requires excessive resources for what it does, consider fluxbox or something more lightweight... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:26:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D0A516A41F for ; Sun, 23 Oct 2005 16:26:51 +0000 (GMT) (envelope-from teilhk@sociopathicnut.org) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC76B43D55 for ; Sun, 23 Oct 2005 16:26:50 +0000 (GMT) (envelope-from teilhk@sociopathicnut.org) Received: from [201.144.61.174] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.52 (FreeBSD)) id 1ETigL-000MSD-JN for freebsd-questions@freebsd.org; Sun, 23 Oct 2005 12:26:50 -0400 Message-ID: <04ad01c5d7ee$94da7420$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBSD" References: <03c201c5d764$be36c8d0$210110ac@fortunato><435AD3B3.7030506@mkproductions.org><047f01c5d7bf$2f0d3fd0$210110ac@fortunato> <435BB36C.1020703@mkproductions.org> Date: Sun, 23 Oct 2005 11:26:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - sociopathicnut.org X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Sound driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:26:51 -0000 Mark Kane wrote: > Teilhard Knight wrote: >> Mark Kane wrote: >> >>> Teilhard Knight wrote: >>> >>>> Hello: >>>> >>>> I have only compiled a kernel for FreeBSD for the series 4.x. I now >>>> installed version 5.4, and I do not have sound. I am compiling my >>>> custom kernel essentially to get sound. In the series 4.x the >>>> driver "pcm" worked fine for me. My question is whether I should >>>> stick to the same driver or I should use another driver in the 5.4 >>>> install. Any feedback will be appreciated. >>>> >>>> Teilhard. >>> >>> >>> Hi. Check out: >>> >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html >>> >>> >>> It's "device sound" in 5.x instead of "device pcm". Obviously then >>> add in support for your specific sound card with the documentation >>> provided there. >>> >>> Hope that helps. :) >> >> >> It helped a lot. I issued the command "kldload sound" in my original >> kernel, and loaded the module snd_ich. I have sound now when I click >> on "test sound" in the sound section of the CC and on starting a KDE >> session. Problem is, I only get sound through the right hand side and I >> get >> nothing when trying to play a CD. Any ideas? >> >> Teilhard. > > Glad you got it working. Now for the new issues: > > I have not used KDE in a long time but I do know that their aRTs > daemon takes over sound. Are there any settings showing the left and > right channels that you can adjust? Maybe called "Balance"? You might > also make sure that the connector on the actual sound card going to your > speakers/headphones is plugged in all the way. I know if mine is only > halfway in then I only hear one channel. > > As for CD audio not playing, have you made sure that the audio > connector is connected from your CD drive to your sound card? It could be > that, > or the mixer levels in aRTs are muted or not raised for CD's. As far as I can see, the only thing present in my system to make audio adjustments is Kmix. Very simple compared to Alsamixer in Mandriva. It does not have any sort of balance or individual controls for left and right channels, but for example, only slider for volume. I have now compiled my kernel and included support for audio. It came out without it, as the generic kernel. I'd better make another post and explain in more detail, as it is a different issue. Thanks so much for your feedback. Teilhard. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:27:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5658D16A41F for ; Sun, 23 Oct 2005 16:27:25 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283F443D49 for ; Sun, 23 Oct 2005 16:27:23 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.100] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9NGQnHh022857 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Sun, 23 Oct 2005 11:27:20 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=mime-version:in-reply-to:references:content-type:message-id: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=jPNMPsYiCMDgNLW/kDUL0FJoivBiTBuN3wuXLpHIBGUPmJFmHtL6/ksaN3dlSB7K2 2YR6vbVKjIuuXVFCNXIyQ== Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <435BB665.70001@mac.com> References: <1440F1E5-DC5A-4C7B-AC72-8ECBEC7B4A65@secure-computing.net> <435BB665.70001@mac.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Sun, 23 Oct 2005 11:27:14 -0500 To: free bsd questions X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-5.1 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Subject: Re: RFC: my firewall ruleset(s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:27:25 -0000 On Oct 23, 2005, at 11:12 AM, Chuck Swiger wrote: > Eric F Crist wrote: > > >> Hey all. I'm relatively new to shell scripting and I'm looking >> for some comments on my firewall script. >> Comments on either the ipfw rules themselves or on my scripting >> lack of ability would be appreciated. >> >> > > Ugh. :-) IPFW knows how to increment rule numbers all by itself; > you can get rid of the "rulenum1=`expr $rulenum1 + 50`" stuff. > > I do this so that I have sufficient space between rules for my own sanity. By default, IPFW numbers rules that increment by 1. I have a need on occasion to add or remove a rule on the fly. Perhaps there is a better way? > The breakdown of sh functions like setup_loopback, setup_keepstate, > setup_ntp is fine if you want to play with shell scripts, but it > scatters your IPFW rules into different places. I'd rather see > something that closely resembles what "ipfw list" gives you. > > The reasoning behind this is so I have a single firewall script for all of my servers. At some point in the very near future, there will be a cron job on each server the pulls the current script from a central source. Depending on the rc.conf entries on that server, the firewall script will be executed accordingly. This allows me to edit one script and have it apply to multiple systems. I'm calling the functions for basic components, rather than writing the whole thing out each time. > You could chain several ports together into a list rather than > listing them all seperately as individual rules, IPFW will end up > doing less work. > Is this a 'good' way to do things? The server in this instance has really nothing else to do, save serving up a couple website with low traffic. > > You have anti-spoofing for the lookback, lo0 interface, but not for > your other interfaces. You should add anti-spoofing rules, and > also block strict and loose source routing [1]: > > Point taken. I pulled those rules from the default script that ships with FreeBSD. I did a brief google search on the strict and loose source routing. Can you share more information? > # Stop strict and loose source routing > add deny log all from any to any ipoptions ssrr > add deny log all from any to any ipoptions lsrr > > You should give some thought to ICMP filtering. Consider something > like: > > add allow icmp from any to any icmptypes 0,3,4,8,11,12 > > This was simply forgotten. Thanks! > You should use the log command more when developing a ruleset, to > see what traffic you are blocking or permitting, until you've > gotten your rules and network finalized. > > Is there a way to direct different rules to different facilities or log files? This is the primary reason I have not enabled logging more. > -- > -Chuck > > [1]: This is known to hackers as the "how to go through a firewall > as if it wasn't there" IP option if you don't block these. :-) > Thanks for the great input! I'll work further to develop my script. Part of my reason for getting so involved with the shell scripting on this ruleset is so that I have an actual project with a purpose in front of me to develop my scripting abilities. _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:32:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 072BC16A41F for ; Sun, 23 Oct 2005 16:32:29 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A0D43D45 for ; Sun, 23 Oct 2005 16:32:28 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.144.61.174] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.52 (FreeBSD)) id 1ETiln-000NeJ-Cs for freebsd-questions@freebsd.org; Sun, 23 Oct 2005 12:32:27 -0400 Message-ID: <04bb01c5d7ef$5e3ba550$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBSD" References: <03c201c5d764$be36c8d0$210110ac@fortunato> <435AD3B3.7030506@mkproductions.org> Date: Sun, 23 Oct 2005 11:32:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Sound driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:32:29 -0000 Mark Kane wrote: > Teilhard Knight wrote: >> Hello: >> >> I have only compiled a kernel for FreeBSD for the series 4.x. I now >> installed version 5.4, and I do not have sound. I am compiling my >> custom kernel essentially to get sound. In the series 4.x the driver >> "pcm" worked fine for me. My question is whether I should stick to >> the same driver or I should use another driver in the 5.4 install. >> Any feedback will be appreciated. >> >> Teilhard. > > Hi. Check out: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html > > It's "device sound" in 5.x instead of "device pcm". Obviously then add > in support for your specific sound card with the documentation > provided there. > > Hope that helps. It helped a lot. I issued the command "kldload sound" in my original kernel, and loaded the module snd_ich. I have sound now when I click on "test sound" in the sound section of the CC and on starting a KDE session. Problem is, I only get sound through the right hand side and I get nothing when trying to play a CD. Any ideas? Teilhard From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:32:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2E6916A445 for ; Sun, 23 Oct 2005 16:32:45 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B49D43D46 for ; Sun, 23 Oct 2005 16:32:45 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 5C54C60E8; Sun, 23 Oct 2005 11:32:44 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66786-04; Sun, 23 Oct 2005 11:32:42 -0500 (CDT) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 1262860D9; Sun, 23 Oct 2005 11:32:40 -0500 (CDT) Message-ID: <435BBB21.5050308@makeworld.com> Date: Sun, 23 Oct 2005 11:32:33 -0500 From: Chris User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Davour References: In-Reply-To: X-Enigmail-Version: 0.93.0.0 OpenPGP: id=C01BC363 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.3 (20050822) at makeworld.com - Isn't it ironic Cc: freebsd-questions@freebsd.org Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: RacerX@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:32:46 -0000 Andreas Davour wrote: > > Hi! > > I have realized that my new motherboard has a built-in network > interface, and I'd like to use it as well as the PCI based one I have. > > But, what do I call it when I plumb it with "ifconfig"? > > The PCI card I have is identified during boot as rl0, and the built-in > as "rlphy0: on miibus0". > > Using "ifconfig rlphy0 plumb" does not work. It says: > ifconfig: SIOCIFCREATE: Invalid argument > > and that's it. > > So, what do I call it? I tried rl1 as well, no cookie. > > /andreas > Do this: dmesg | more Look for instances of all nics. If its onboard - it may be called fxp0 -- Best regards, Chris A shy, introverted child will choose a crowded public area to loudly demonstrate new acquired vocabulary. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:38:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28C8A16A41F for ; Sun, 23 Oct 2005 16:38:42 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BEF943D45 for ; Sun, 23 Oct 2005 16:38:41 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.100] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9NGcbA2022932 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Sun, 23 Oct 2005 11:38:37 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=YmkC1i2cKhs1YEToTDtrjpmZNiqhcqQqicfkwZXnTcC5/J5uYZs+mGNo8F1gEi5K5 ymQ1oX7eOrvsoTb4bY39A== In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Sun, 23 Oct 2005 11:38:26 -0500 To: Andreas Davour X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-5.1 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: freebsd-questions@freebsd.org Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:38:42 -0000 On Oct 23, 2005, at 11:30 AM, Andreas Davour wrote: > > Hi! > > I have realized that my new motherboard has a built-in network > interface, and I'd like to use it as well as the PCI based one I have. > > But, what do I call it when I plumb it with "ifconfig"? > > The PCI card I have is identified during boot as rl0, and the built- > in as "rlphy0: on miibus0". > > Using "ifconfig rlphy0 plumb" does not work. It says: > ifconfig: SIOCIFCREATE: Invalid argument > > and that's it. > > So, what do I call it? I tried rl1 as well, no cookie. > If you type 'ifconfig -a' at the command line, it should list all network interfaces... _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:40:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36E0416A420 for ; Sun, 23 Oct 2005 16:40:10 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A0FE43D5E for ; Sun, 23 Oct 2005 16:40:08 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.100] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9NGe51H022941 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Sun, 23 Oct 2005 11:40:05 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=mime-version:content-transfer-encoding:message-id: content-type:to:from:subject:date:x-mailer:x-spam-status:x-spam-checker-version; b=dm5xoaHiaCfSER8kKckVRHz5nOFh1CpQrL/Wt/YLpHP8i4FTWOtCdMFgU38JOLMW+ JVsiq+T+Ju/j/KO5plOIw== Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: free bsd questions From: Eric F Crist Date: Sun, 23 Oct 2005 11:39:54 -0500 X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-5.0 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Subject: writing to syslog from a shell script? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:40:10 -0000 How could I write an entry to syslog from a shell script. For example, I want to write an entry stating that a command worked or didn't work, along with an error message. TIA _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:41:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9963B16A41F for ; Sun, 23 Oct 2005 16:41:01 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id B655143D67 for ; Sun, 23 Oct 2005 16:40:53 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 434E6D1D002214D7 for freebsd-questions@freebsd.org; Sun, 23 Oct 2005 18:40:52 +0200 Received: (qmail 41042 invoked by uid 1001); 23 Oct 2005 18:40:50 +0200 Date: Sun, 23 Oct 2005 18:40:50 +0200 From: Erik Trulsson To: Andreas Davour Message-ID: <20051023164050.GA40949@falcon.midgard.homeip.net> Mail-Followup-To: Andreas Davour , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:41:01 -0000 On Sun, Oct 23, 2005 at 06:30:35PM +0200, Andreas Davour wrote: > > Hi! > > I have realized that my new motherboard has a built-in network > interface, and I'd like to use it as well as the PCI based one I have. > > But, what do I call it when I plumb it with "ifconfig"? That would depend on what chipset, etc. the built-in interface uses. > > The PCI card I have is identified during boot as rl0, and the built-in > as "rlphy0: on miibus0". rlphy0 is just part of the rl0 interface, and not a separate interface by itself. Reading the miibus(4) manpage might be useful. > > Using "ifconfig rlphy0 plumb" does not work. It says: > ifconfig: SIOCIFCREATE: Invalid argument > > and that's it. > > So, what do I call it? I tried rl1 as well, no cookie. > > /andreas If it does not show up in the dmesg(8) output it might not be supported, or the correct driver might not be included in the kernel. What does 'pciconf -lv' say? -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:42:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11FBD16A41F for ; Sun, 23 Oct 2005 16:42:58 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id A239D43D46 for ; Sun, 23 Oct 2005 16:42:57 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id r21so3160wxc for ; Sun, 23 Oct 2005 09:42:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HFTAKFBHcH7O3zMSlVKRzYeZb2c0LjIceM1z6SCfXQtqKGvRB6ir4RbvnkFrDQvqC4tvH6Uo/jK6qGJf6aklEpB38Uy69Gz3/x7HCnKVYPzH27gfdBTKILFYsVnkAkSaq/QInFLyPJwg7VkMMMtPD0uxp2FsLfqXKwi+nQqHZrY= Received: by 10.70.102.12 with SMTP id z12mr3014875wxb; Sun, 23 Oct 2005 09:42:56 -0700 (PDT) Received: by 10.70.104.18 with HTTP; Sun, 23 Oct 2005 09:42:56 -0700 (PDT) Message-ID: <35c231bf0510230942x5ec4f65av941857bb211a9d04@mail.gmail.com> Date: Sun, 23 Oct 2005 09:42:56 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: Eric F Crist In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: free bsd questions Subject: Re: writing to syslog from a shell script? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:42:58 -0000 On 10/23/05, Eric F Crist wrote: > How could I write an entry to syslog from a shell script. For > example, I want to write an entry stating that a command worked or > didn't work, along with an error message. Check out logger(1) From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:48:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEDA616A41F for ; Sun, 23 Oct 2005 16:48:25 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 336F343D46 for ; Sun, 23 Oct 2005 16:48:25 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr15.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9NGmNAq048961; Sun, 23 Oct 2005 18:48:23 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 333F7B80A; Sun, 23 Oct 2005 18:48:23 +0200 (CEST) Date: Sun, 23 Oct 2005 18:48:23 +0200 From: Roland Smith To: Andreas Davour Message-ID: <20051023164823.GA28587@slackbox.xs4all.nl> Mail-Followup-To: Andreas Davour , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:48:25 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 23, 2005 at 06:30:35PM +0200, Andreas Davour wrote: >=20 > Hi! >=20 > I have realized that my new motherboard has a built-in network=20 > interface, and I'd like to use it as well as the PCI based one I have. >=20 > But, what do I call it when I plumb it with "ifconfig"? >=20 > The PCI card I have is identified during boot as rl0, and the built-in=20 > as "rlphy0: on miibus0". This is not another network card, but another interface to the rl0 card. Using "dmesg |grep 'Ethernet address'|sort|uniq" gives a list of network interfaces. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDW77XEnfvsMMhpyURAlm1AKCgB2l0Sf3qlxfoV/eBNnf3WxkDJgCgqv4V Zy6AfRmsuJyuSyhaLBpVU8E= =vxrE -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:56:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0D8E16A41F for ; Sun, 23 Oct 2005 16:56:57 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7C643D45 for ; Sun, 23 Oct 2005 16:56:57 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.144.61.174] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.52 (FreeBSD)) id 1ETj9U-00005p-D6 for freebsd-questions@freebsd.org; Sun, 23 Oct 2005 12:56:56 -0400 Message-ID: <04c601c5d7f2$c9d7fcc0$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBSD" Date: Sun, 23 Oct 2005 11:56:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: I compiled mykernel seeking for sound support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 16:56:58 -0000 Hello: This is a second post in which I seek for advice about sound. I tried to solve my problem with the kernel after install, by using "kldload snd_driver". The result was that I had sound only in the right channel, and there was no output from audio CD's. I now compiled my own kernel with sound support and I have no sound regardless. The two lines I added to have sound in the configuration file are: device sound device snd_ich snd_ich is the driver loaded by snd_driver. Did I make anything wrong? Surely I did, and any help you can give me will be highly appreciated. I know my card, speakers and CD wiring are OK, as this machine has several OS's and everything works perfectly in them. Teilhard From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 17:01:13 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E6616A41F for ; Sun, 23 Oct 2005 17:01:13 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 462A043D48 for ; Sun, 23 Oct 2005 17:01:11 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 756595CEC; Sun, 23 Oct 2005 13:01:10 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 94273-01; Sun, 23 Oct 2005 13:01:06 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-76-130.ny325.east.verizon.net [68.161.76.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 321D35C21; Sun, 23 Oct 2005 13:01:06 -0400 (EDT) Message-ID: <435BC1D3.5010508@mac.com> Date: Sun, 23 Oct 2005 13:01:07 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric F Crist References: <1440F1E5-DC5A-4C7B-AC72-8ECBEC7B4A65@secure-computing.net> <435BB665.70001@mac.com> <4376FDAE-DE1C-4E8B-809F-D5B775788E7F@secure-computing.net> In-Reply-To: <4376FDAE-DE1C-4E8B-809F-D5B775788E7F@secure-computing.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd Questions Subject: Re: RFC: my firewall ruleset(s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 17:01:14 -0000 Eric F Crist wrote: [ ... ] >> Ugh. :-) IPFW knows how to increment rule numbers all by itself; >> you can get rid of the "rulenum1=`expr $rulenum1 + 50`" stuff. > > I do this so that I have sufficient space between rules for my own > sanity. By default, IPFW numbers rules that increment by 1. I have a > need on occasion to add or remove a rule on the fly. Perhaps there is > a better way? The default increment should be 100, and it is controlled by: Automatic rule numbers are assigned by incrementing the last non- default rule number by the value of the sysctl variable net.inet.ip.fw.autoinc_step which defaults to 100. If this is not possible (e.g. because we would go beyond the maximum allowed rule number), the number of the last non-default value is used instead. >> The breakdown of sh functions like setup_loopback, setup_keepstate, >> setup_ntp is fine if you want to play with shell scripts, but it >> scatters your IPFW rules into different places. I'd rather see >> something that closely resembles what "ipfw list" gives you. > > The reasoning behind this is so I have a single firewall script for all > of my servers. At some point in the very near future, there will be a > cron job on each server the pulls the current script from a central > source. Depending on the rc.conf entries on that server, the firewall > script will be executed accordingly. This allows me to edit one script > and have it apply to multiple systems. I'm calling the functions for > basic components, rather than writing the whole thing out each time. Large-scale firewall deployments (think Cisco Enterprise Manager, or Edition, or whatever it's called) use such techniques to manage hundreds or thousands of firewalls, but they have several weaknesses, in particular the central distribution server becomes a target, which, if compromised, can then be used to compromise all of the firewall boxes pulling down rulesets. One of the whole reasons for setting up multiple firewalls and multiple rulesets is to obtain "defense in depth". Using a central config mechanism contradicts that design intention. Therefore, I am convinced that a firewall ought to be self-contained in terms of enforcing a security policy, and should have as little dependence on any other host as practical, none at all, if possible. Other opinions are possible, but Microsoft's domain-aware firewall and proxy box is a good example of what this can lead to. >> You could chain several ports together into a list rather than >> listing them all seperately as individual rules, IPFW will end up >> doing less work. > > Is this a 'good' way to do things? The server in this instance has > really nothing else to do, save serving up a couple website with low > traffic. It's more efficient from the standpoint of IPFW workload, but if the traffic volume is low, go with whatever design seems the easiest to work with and understand. I find something like this: # block all NetBIOS, domain-server, UPnP traffic add deny log tcp from any to any 135-139,445,5000 ...to be more clear than 4 seperate lines, YMMV. >> You have anti-spoofing for the lookback, lo0 interface, but not for >> your other interfaces. You should add anti-spoofing rules, and also >> block strict and loose source routing [1]: > > Point taken. I pulled those rules from the default script that ships > with FreeBSD. I did a brief google search on the strict and loose > source routing. Can you share more information? > >> # Stop strict and loose source routing >> add deny log all from any to any ipoptions ssrr >> add deny log all from any to any ipoptions lsrr Sure. In the early days of TCP/IP networking, people didn't always have conventions like default routes and routers which could figure out where to send traffic for any destination, so there is a mechanism for routing traffic directly, hop by hop, which supercedes the normal behavior of routers and many firewalls. It conceptually resembles the bang-path notation used for UUCP email before SMTP email using domains via DNS was available. It can be used to pretend that traffic from outside your network came from an inside IP, or from the firewall itself, which often lets that traffic go through. In practice nowadays, the LSR and SSR options are pretty much *only* used for malicious traffic, except once in a while by people writing a TCP/IP stack who are testing the option handling code. See page 15 & 17-20 of RFC-791, http://www.rfc-editor.org/rfc/rfc791.txt: The following internet options are defined: CLASS NUMBER LENGTH DESCRIPTION ----- ------ ------ ----------- 0 0 - End of Option list. This option occupies only 1 octet; it has no length octet. 0 1 - No Operation. This option occupies only 1 octet; it has no length octet. 0 2 11 Security. Used to carry Security, Compartmentation, User Group (TCC), and Handling Restriction Codes compatible with DOD requirements. 0 3 var. Loose Source Routing. Used to route the internet datagram based on information supplied by the source. 0 9 var. Strict Source Routing. Used to route the internet datagram based on information supplied by the source. 0 7 var. Record Route. Used to trace the route an internet datagram takes. [ ... ] >> You should use the log command more when developing a ruleset, to see >> what traffic you are blocking or permitting, until you've gotten your >> rules and network finalized. > > Is there a way to direct different rules to different facilities or log > files? This is the primary reason I have not enabled logging more. You can probably change which facility IPFW logs to, and to change where that goes you'd change /etc/syslog.conf. I don't think you can log individual lines to a seperate facility, but you can grep by rulenumber which works just fine. >> [1]: This is known to hackers as the "how to go through a firewall as >> if it wasn't there" IP option if you don't block these. :-) > > Thanks for the great input! I'll work further to develop my script. > Part of my reason for getting so involved with the shell scripting on > this ruleset is so that I have an actual project with a purpose in > front of me to develop my scripting abilities. You're welcome. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 17:03:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7932B16A420 for ; Sun, 23 Oct 2005 17:03:02 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0B3A43D46 for ; Sun, 23 Oct 2005 17:03:00 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id E88F460D9; Sun, 23 Oct 2005 12:02:59 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67132-04; Sun, 23 Oct 2005 12:02:57 -0500 (CDT) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 920206118; Sun, 23 Oct 2005 12:02:57 -0500 (CDT) Message-ID: <435BC239.1070609@makeworld.com> Date: Sun, 23 Oct 2005 12:02:49 -0500 From: Chris User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Teilhard Knight References: <04c601c5d7f2$c9d7fcc0$210110ac@fortunato> In-Reply-To: <04c601c5d7f2$c9d7fcc0$210110ac@fortunato> X-Enigmail-Version: 0.93.0.0 OpenPGP: id=C01BC363 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.3 (20050822) at makeworld.com - Isn't it ironic Cc: FreeBSD Subject: Re: I compiled mykernel seeking for sound support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: RacerX@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 17:03:02 -0000 Teilhard Knight wrote: > Hello: > > This is a second post in which I seek for advice about sound. I tried to > solve my problem with the kernel after install, by using "kldload > snd_driver". The result was that I had sound only in the right channel, and > there was no output from audio CD's. > > I now compiled my own kernel with sound support and I have no sound > regardless. The two lines I added to have sound in the configuration file > are: > > device sound > device snd_ich > > snd_ich is the driver loaded by snd_driver. Did I make anything wrong? > Surely I did, and any help you can give me will be highly appreciated. I > know my card, speakers and CD wiring are OK, as this machine has several > OS's and everything works perfectly in them. > > Teilhard I would go back to the kldload options. With sound_load="YES" and snd_ich_load="YES" in /boot/loader.conf and you were only able to get half the sound - ensure you are using the proper driver. When in doubt, load em all: sound_load="YES" snd_driver_load="YES" This will ensure that you get them all and perhaps it will work after the fact. Then, play around untill you get the right driver. You can find them listed in /boot/defaults/loader.conf near the bottom of the file. HTH -- Best regards, Chris Blessed are those who go around in circles, for they shall be known as wheels. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 17:09:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BD1716A41F for ; Sun, 23 Oct 2005 17:09:24 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD4E643D46 for ; Sun, 23 Oct 2005 17:09:23 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 4B1796118; Sun, 23 Oct 2005 12:09:23 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67176-04; Sun, 23 Oct 2005 12:09:21 -0500 (CDT) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 42013613E; Sun, 23 Oct 2005 12:09:20 -0500 (CDT) Message-ID: <435BC3B9.7060408@makeworld.com> Date: Sun, 23 Oct 2005 12:09:13 -0500 From: Chris User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mohsen Pahlevanzadeh References: <436BD99E.909@pahlevanzadeh.org> In-Reply-To: <436BD99E.909@pahlevanzadeh.org> X-Enigmail-Version: 0.93.0.0 OpenPGP: id=C01BC363 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.3 (20050822) at makeworld.com - Isn't it ironic Cc: freebsd-questions@freebsd.org Subject: Re: su command & PPP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: RacerX@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 17:09:24 -0000 Mohsen Pahlevanzadeh wrote: > Dears, > I have 2 question : > 1.for dialing PPP ,Am i do compile kernel? I don't know - I have not done PPP in years. > 2.When i run gdm,i can't use su command.When i use this command,i > recieve following text : > "su : sorrry!" Add yourself to the group wheel > Please guide me... > Yours,Mohsen. > -- Best regards, Chris If a series of events can go wrong, it will do so in the worst possible sequence. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 17:13:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8319716A41F for ; Sun, 23 Oct 2005 17:13:59 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C9843D6D for ; Sun, 23 Oct 2005 17:13:54 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail2.panix.com (Postfix) with ESMTP id 6EA359DB10 for ; Sun, 23 Oct 2005 13:13:53 -0400 (EDT) Received: from teddy.fas.com (pcp08632294pcs.mplsnt01.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id 646ED4308E6 for ; Sun, 23 Oct 2005 13:13:53 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1ETjPs-0005oA-00 for ; Sun, 23 Oct 2005 13:13:52 -0400 Date: Sun, 23 Oct 2005 13:13:52 -0400 From: stan To: Free BSD Questions list Message-ID: <20051023171352.GC21684@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 12:56:51 up 71 days, 16:29, 1 user, load average: 0.00, 0.02, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: promail error message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 17:13:59 -0000 I'm trying to implement a new users .procmailrc file, and I'm getting this: Suspicious rcfile "/home/sff/.procmailrc" in /var/mail/log Here's the .prcmailrc file SHELL=/bin/sh PATH=/usr/bin:/bin:/usr/local/bin:. DEFAULT=/var/Mail/sff MAILDIR=$HOME/Mail # You'd better make sure it exists LOCKFILE=$HOME/.lockmail LOGFILE=$HOME/.procmail/procmail.log # Create a backup cache of 1000 most recent messages in case of mistakes :0 c ${MAILDIR}/.backup :0 ic | cd ${MAILDIR}/.backup && rm -f dummy `ls -t msg.* | sed -e 1,1000d` # Regenerate "From" lines to make sure they are valid :0 fhw | formail -I "From " -a "From " # Regenerate "From" lines to make sure they are valid :0 fhw | formail -I "From " -a "From " TO=`formail -xTo:` # is moved to "viruses". :0: * ^X-Virus-Status: Yes | formail -I "To: is_virus, $TO" # Mails with a score of 15 or higher are almost certainly spam (with 0.05% # false positives according to rules/STATISTICS.txt). Let's put them in a # different mbox. (This one is optional.) :0: * ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\* | formail -I "To: certainly_spam, $TO" # All mail tagged as spam (eg. with a score higher than the set threshold) # is moved to "probably-spam". :0: * ^X-Spam-Status: Yes | formail -I "To: probably_spam, $TO" # If you leav this in messages already in teh DCC list of spam @ will simply be /dev/null'd # If you'd rather keep this, just change the action line # to be like one of the formail commands above. :0 fW | /usr/local/bin/dccproc -ERw whiteclnt -ccmn,10 :0 e { EXITCODE=67 :0 /dev/null } And here are the permissions: -rw-r----- 1 sff staff 1417 Oct 23 12:55 .procmailrc What am I doing wrong? -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 17:16:03 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27DF716A41F for ; Sun, 23 Oct 2005 17:16:03 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB5F443D48 for ; Sun, 23 Oct 2005 17:16:02 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id E2A8E611D; Sun, 23 Oct 2005 12:16:01 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67176-05; Sun, 23 Oct 2005 12:15:59 -0500 (CDT) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id A57F16118; Sun, 23 Oct 2005 12:15:59 -0500 (CDT) Message-ID: <435BC548.4010207@makeworld.com> Date: Sun, 23 Oct 2005 12:15:52 -0500 From: Chris User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: nocturnal References: <435BADCC.6050400@swehack.se> In-Reply-To: <435BADCC.6050400@swehack.se> X-Enigmail-Version: 0.93.0.0 OpenPGP: id=C01BC363 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.3 (20050822) at makeworld.com - Isn't it ironic Cc: questions@FreeBSD.org Subject: Re: Hosting a mirror? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: RacerX@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 17:16:03 -0000 nocturnal wrote: > Hi > > I really tried finding information for people who can host mirrors but > could not find any. I'd like to know everything i need to know about > hosting a mirror for the FreeBSD project and how i apply for it. Simply typing in mirrors in the search box near the top of the FreeBSD site gives you many tags. One of which is: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/hubs/mirror-official.html -- Best regards, Chris Only a mediocre person is always at their best. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 17:19:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E80916A420 for ; Sun, 23 Oct 2005 17:19:39 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7ED43D62 for ; Sun, 23 Oct 2005 17:19:38 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id D4310611D; Sun, 23 Oct 2005 12:19:37 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67509-01; Sun, 23 Oct 2005 12:19:35 -0500 (CDT) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 8185D6118; Sun, 23 Oct 2005 12:19:35 -0500 (CDT) Message-ID: <435BC61F.1010300@makeworld.com> Date: Sun, 23 Oct 2005 12:19:27 -0500 From: Chris User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mohsen Pahlevanzadeh References: <436BD99E.909@pahlevanzadeh.org> In-Reply-To: <436BD99E.909@pahlevanzadeh.org> X-Enigmail-Version: 0.93.0.0 OpenPGP: id=C01BC363 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.3 (20050822) at makeworld.com - Isn't it ironic Cc: freebsd-questions@freebsd.org Subject: Re: su command & PPP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: RacerX@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 17:19:39 -0000 Mohsen Pahlevanzadeh wrote: > Dears, > I have 2 question : > 1.for dialing PPP ,Am i do compile kernel? > 2.When i run gdm,i can't use su command.When i use this command,i > recieve following text : > "su : sorrry!" > Please guide me... > Yours,Mohsen. Oh - and btw, fix your time and date. -- Best regards, Chris Only a mediocre person is always at their best. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 17:22:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C752316A41F for ; Sun, 23 Oct 2005 17:22:21 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E27243D45 for ; Sun, 23 Oct 2005 17:22:20 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr2.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9NHMJOP059114 for ; Sun, 23 Oct 2005 19:22:19 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 59B03B80A; Sun, 23 Oct 2005 19:22:19 +0200 (CEST) Date: Sun, 23 Oct 2005 19:22:19 +0200 From: Roland Smith To: Free BSD Questions list Message-ID: <20051023172219.GA30069@slackbox.xs4all.nl> Mail-Followup-To: Free BSD Questions list References: <20051023171352.GC21684@teddy.fas.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline In-Reply-To: <20051023171352.GC21684@teddy.fas.com> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: promail error message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 17:22:21 -0000 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 23, 2005 at 01:13:52PM -0400, stan wrote: > I'm trying to implement a new users .procmailrc file, and I'm getting thi= s: >=20 > Suspicious rcfile "/home/sff/.procmailrc" >=20 > in /var/mail/log >=20 > Here's the .prcmailrc file > @ will simply be /dev/null'd '@' should be '#', I think. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDW8bLEnfvsMMhpyURAm5gAKCFsbl7G4XlonoVXM5FPNq/8aSARgCePv/B UxmNx0SAXKn7lh/I2VzD1xQ= =TpV5 -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 17:25:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F7A16A41F for ; Sun, 23 Oct 2005 17:25:25 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AC6E43D46 for ; Sun, 23 Oct 2005 17:25:23 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a005.otenet.gr [212.205.215.5]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j9NHPK9T016596; Sun, 23 Oct 2005 20:25:21 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9NHNhsT001360; Sun, 23 Oct 2005 20:23:43 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9NHNht3001359; Sun, 23 Oct 2005 20:23:43 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 23 Oct 2005 20:23:43 +0300 From: Giorgos Keramidas To: Chuck Swiger Message-ID: <20051023172343.GA1290@flame.pc> References: <1440F1E5-DC5A-4C7B-AC72-8ECBEC7B4A65@secure-computing.net> <435BB665.70001@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <435BB665.70001@mac.com> Cc: Eric F Crist , freebsd questions Subject: Re: RFC: my firewall ruleset(s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 17:25:25 -0000 On 2005-10-23 12:12, Chuck Swiger wrote: > You have anti-spoofing for the lookback, lo0 interface, but not for > your other interfaces. You should add anti-spoofing rules, and also > block strict and loose source routing [1]: > > # Stop strict and loose source routing > add deny log all from any to any ipoptions ssrr > add deny log all from any to any ipoptions lsrr Agreed. Please note that this is ``an extra layer of protection'' though. The relevant bits are already disabled through sysctl settings, by default, and have to be explicitly enabled: % flame:/home/keramida$ sysctl -a | fgrep accept_source % net.inet.ip.accept_sourceroute: 0 % flame:/home/keramida$ sysctl -a | fgrep redirect % net.inet.ip.redirect: 1 % net.inet.icmp.log_redirect: 1 % net.inet.icmp.drop_redirect: 1 % net.inet6.ip6.redirect: 1 % flame:/home/keramida$ I'm sure Chuck already knows this. Just adding a minor note, to make sure you Eric don't get the wrong impression that a firewall is an absolute *requirement* to block these. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 17:36:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A7A316A41F for ; Sun, 23 Oct 2005 17:36:15 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F9143D45 for ; Sun, 23 Oct 2005 17:36:14 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.100] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9NHZpsr023607 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Sun, 23 Oct 2005 12:35:53 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=IVLoPLHFTh0rHZ+UgTit9KKMhLzOnk4eVRgk5wAGLhillOwlPNGONhBMrPy06/ZeB VHuHTvl7oURjk9Zw8GUxw== In-Reply-To: <35c231bf0510230942x5ec4f65av941857bb211a9d04@mail.gmail.com> References: <35c231bf0510230942x5ec4f65av941857bb211a9d04@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <57D5EF6A-F685-4B56-850E-3A28B44A8188@secure-computing.net> Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Sun, 23 Oct 2005 12:35:40 -0500 To: David Kirchner X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-5.0 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: free bsd questions Subject: Re: writing to syslog from a shell script? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 17:36:15 -0000 On Oct 23, 2005, at 11:42 AM, David Kirchner wrote: > On 10/23/05, Eric F Crist wrote: > >> How could I write an entry to syslog from a shell script. For >> example, I want to write an entry stating that a command worked or >> didn't work, along with an error message. >> > > Check out logger(1) Thanks! That does exactly what I need! _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 17:47:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D6BF16A41F for ; Sun, 23 Oct 2005 17:47:37 +0000 (GMT) (envelope-from richard@firebadger.net) Received: from mail.firebadger.net (82-69-4-157.dsl.in-addr.zen.co.uk [82.69.4.157]) by mx1.FreeBSD.org (Postfix) with SMTP id 10DA143D55 for ; Sun, 23 Oct 2005 17:47:35 +0000 (GMT) (envelope-from richard@firebadger.net) Received: (qmail 5431 invoked by uid 1011); 23 Oct 2005 16:44:33 -0000 Received: from 192.168.1.34 by brian.firebadger.net (envelope-from , uid 1009) with qmail-scanner-1.25-st-qms (clamdscan: 0.86.2/1038. spamassassin: 3.0.4. perlscan: 1.25-st-qms. Clear:RC:0(192.168.1.34):SA:0(-2.7/5.0):. Processed in 5.041555 secs); 23 Oct 2005 16:44:33 -0000 X-Spam-Status: No, hits=-2.7 required=5.0 X-Antivirus-FIREBADGER-Mail-From: richard@firebadger.net via brian.firebadger.net X-Antivirus-FIREBADGER: 1.25-st-qms (Clear:RC:0(192.168.1.34):SA:0(-2.7/5.0):. Processed in 5.041555 secs Process 5423) Received: from unknown (HELO ?192.168.1.34?) (richard@firebadger.net@192.168.1.34) by mail.firebadger.net with SMTP; 23 Oct 2005 16:44:28 -0000 Message-ID: <435BCCA5.6060502@firebadger.net> Date: Sun, 23 Oct 2005 18:47:17 +0100 From: Richard Collyer User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) 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: Crash When "make index" - Repair Needed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 17:47:37 -0000 Hello, My box (5.4 Stable) has taken to crashing when I do a make index (in /usr/ports) after a cvsup ports upgrade. I think the problem may be down to overheating as it only does this when the server is put under considerable stress (I take it that make index is stressful on the PC) and has done it before when I was doing some data manipulation which stressed it for an hour or so. After that I added some cooling which solved the problem...until now. My question is do I need to repair the index if the box crashes while making it? If so how do I do it. I read on google that 5.x doesnt need to make index in the same way as 4.x did so I am safe by not running the command? Cheers Richard From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 18:10:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 203B716A41F for ; Sun, 23 Oct 2005 18:10:39 +0000 (GMT) (envelope-from xmisoy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F0643D45 for ; Sun, 23 Oct 2005 18:10:38 +0000 (GMT) (envelope-from xmisoy@gmail.com) Received: by xproxy.gmail.com with SMTP id r21so15169wxc for ; Sun, 23 Oct 2005 11:10:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=nynt1lV7HPGh/NfiX1NJ+TekcvjksA0XxAss0QlZxfpF06jOR+mCkyirJi1bWDvRNPKg3XdShTmNggNB5qSjy3bzpdEbVxMB9XP8UEFP358PlJCEpJIp88XbzctQNVxw/ImBkXBFzZGdpwGEYJLlerfPLPGxTVqpYPrE6sEQok8= Received: by 10.70.54.6 with SMTP id c6mr3060991wxa; Sun, 23 Oct 2005 11:10:37 -0700 (PDT) Received: by 10.70.31.1 with HTTP; Sun, 23 Oct 2005 11:10:37 -0700 (PDT) Message-ID: <36f5bbba0510231110y1d829f61se809a0348fe1bd3b@mail.gmail.com> Date: Sun, 23 Oct 2005 11:10:37 -0700 From: "Edwin D. Vinas" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: SNMP problem in FreeBSD-4.10 has been solved X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 18:10:39 -0000 If you are having some problems with net-snmp in FreeBSD-4.10: - Don't use latest net-snmp from sourceforge. - Use the /usr/ports/net-mgmt/net-snmp4/ which is the original UCD-SNMP package. - Use also the mrtg package which comes with ports. Now, I can already monitor my DSL link! -- -- Edwin D. Vi=F1as http://www.geocities.com/edwin_vinas/ IN THE WORLD OF SCIENCE, NOTHING IS IMPOSSIBLE. -- From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 18:15:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9989816A41F for ; Sun, 23 Oct 2005 18:15:32 +0000 (GMT) (envelope-from shelby.westman@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FEAD43D46 for ; Sun, 23 Oct 2005 18:15:32 +0000 (GMT) (envelope-from shelby.westman@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so506539nzk for ; Sun, 23 Oct 2005 11:15:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=h2XF8U8Ce4SZvDcEzYEN6lo2bkKyeXGca8c6XooVM+HTkdt2/UP8z+8ApBjzksulwZ/h3Xo7VIoivDkgdTS4hCp9wBthhE/a7wxi3bgRv6DOfWL2JdENlVuV+SUKOKslESJKy3McARyA99zC0fp5N7Q/x8yNZem261KnlewxPHk= Received: by 10.36.135.17 with SMTP id i17mr5237071nzd; Sun, 23 Oct 2005 11:15:31 -0700 (PDT) Received: by 10.36.84.17 with HTTP; Sun, 23 Oct 2005 11:15:31 -0700 (PDT) Message-ID: <4efe47610510231115u33529d6fld981fd8aba6701f2@mail.gmail.com> Date: Sun, 23 Oct 2005 13:15:31 -0500 From: Shelby Westman To: Eric Schuele In-Reply-To: <435B0B11.3070002@computer.org> MIME-Version: 1.0 References: <4efe47610510220854n2bff8c1el585d03a3a7d08c89@mail.gmail.com> <435AFC41.7020101@computer.org> <435B0B11.3070002@computer.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ntpd problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 18:15:32 -0000 >Also... another thought. You might try disabling IPv6 unless you need >it. (remove 'options INET6' from kernconf) Yes, after I did that and recompiled the kernel, it got rid of the error message. Thanks! From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 18:55:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D16D16A41F for ; Sun, 23 Oct 2005 18:55:53 +0000 (GMT) (envelope-from ross.penner@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E5B43D48 for ; Sun, 23 Oct 2005 18:55:52 +0000 (GMT) (envelope-from ross.penner@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so509429nzk for ; Sun, 23 Oct 2005 11:55:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:cc:subject:references:message-id:date:from:content-type:mime-version:content-transfer-encoding:in-reply-to:user-agent; b=q8Bp5pwNE3nJ7AWa2l+20FggDKxIKO8suAsn53m2KSQpcDQqVN18WK6N/Ob4c7Cnwi+CnwhY4jRN8kPDyl9rgucTachjkedrvLk2fh2ZZeL8q5buBIUb9Pw2NHw3C/NtszlReceoSMVZme1tu2wlNQlEJk5fSijATsNDJZUf25U= Received: by 10.36.104.11 with SMTP id b11mr384716nzc; Sun, 23 Oct 2005 11:55:52 -0700 (PDT) Received: from ross.inet ( [205.250.255.161]) by mx.gmail.com with ESMTP id 15sm3542425nzo.2005.10.23.11.55.43; Sun, 23 Oct 2005 11:55:46 -0700 (PDT) To: "Kris Kennaway" References: <200510212242.j9LMgaq2017337@clunix.cl.msu.edu> <20051021230711.GA69140@xor.obsecurity.org> Message-ID: Date: Sun, 23 Oct 2005 11:55:40 -0700 From: ross Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <20051021230711.GA69140@xor.obsecurity.org> User-Agent: Opera M2/8.50 (FreeBSD, build 1358) Cc: "freebsd-questions@freebsd.org" Subject: Re: Making ports in alternative areas X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 18:55:53 -0000 On Fri, 21 Oct 2005 16:07:12 -0700, Kris Kennaway wrote: > On Fri, Oct 21, 2005 at 06:42:36PM -0400, Jerry McAllister wrote: >> > >> > I'm running low on disc space on my /usr partition and I would like to >> > compile a program from the ports that is rather large. I have enough >> space >> > once it's compiled, it's just the work that I don't have enough space >> for. >> > how can I get the port to do it's work in a different area on a >> different >> > partition? >> >> Do you have enough space on another partition to move the whole >> ports tree over there? That would be nicest. But, the principle >> is the same even if you only move that directory. >> >> Make a directory in the larger partition. If it is for all of ports >> I might suggest calling it usr.ports >> Tar up the stuff you want to move. >> Unroll it in the new roomier space. >> Create a symlink to the new space. >> You can tar to a pipe and untar from that pipe, but if there is room >> I prefer to go to and from a file. It improves my confidence. > > [...] > > This is way too much work. We have environment variable to solve the > OP's problem. See make.conf(5) and ports(7). > > Kris Thanks for the solution. There is still the problem being that I, being the beginner I am, don't know how to change the enviroment variable for WRKDIRPREFIX. Think I could get a little more guidence? From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 18:57:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1997F16A41F for ; Sun, 23 Oct 2005 18:57:23 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFEC743D49 for ; Sun, 23 Oct 2005 18:57:22 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail1.panix.com (Postfix) with ESMTP id 1CEC759856 for ; Sun, 23 Oct 2005 14:57:22 -0400 (EDT) Received: from teddy.fas.com (pcp08632294pcs.mplsnt01.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id EE7954308E6 for ; Sun, 23 Oct 2005 14:57:21 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1ETl20-0006cM-00 for ; Sun, 23 Oct 2005 14:57:20 -0400 Date: Sun, 23 Oct 2005 14:57:20 -0400 From: stan To: Free BSD Questions list Message-ID: <20051023185720.GA25424@teddy.fas.com> Mail-Followup-To: Free BSD Questions list References: <20051023171352.GC21684@teddy.fas.com> <20051023172219.GA30069@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051023172219.GA30069@slackbox.xs4all.nl> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 14:56:23 up 71 days, 18:29, 3 users, load average: 0.05, 0.05, 0.01 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Re: promail error message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 18:57:23 -0000 On Sun, Oct 23, 2005 at 07:22:19PM +0200, Roland Smith wrote: > On Sun, Oct 23, 2005 at 01:13:52PM -0400, stan wrote: > > I'm trying to implement a new users .procmailrc file, and I'm getting this: > > > > Suspicious rcfile "/home/sff/.procmailrc" > > > > in /var/mail/log > > > > Here's the .prcmailrc file > > > > @ will simply be /dev/null'd > > '@' should be '#', I think. > Thansk, that does appear to have fixed it. Good catch! Interesting error message though. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 19:02:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB12A16A41F for ; Sun, 23 Oct 2005 19:02:25 +0000 (GMT) (envelope-from jackt123@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A5CB43D45 for ; Sun, 23 Oct 2005 19:02:25 +0000 (GMT) (envelope-from jackt123@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so509863nzk for ; Sun, 23 Oct 2005 12:02:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iEyASL6t/am/DB6KyajIQ7FVHxMXExAekjtcf9/a6Z6RynSRmsAXYGxjgWDDsG3zzTGQ4Q+1Do8SLyq3rgvGo5gQtJAPkTsy0QtW4hrfdevG+tRZeVdzJNn4HjqluvwOTTGLwt/A3maBQfs04kryVwfaK9bZpA8z+Hw9WdXGkUk= Received: by 10.37.18.78 with SMTP id v78mr5806984nzi; Sun, 23 Oct 2005 12:02:24 -0700 (PDT) Received: by 10.37.21.6 with HTTP; Sun, 23 Oct 2005 12:02:24 -0700 (PDT) Message-ID: Date: Sun, 23 Oct 2005 19:02:24 +0000 From: Jack T To: "Jason C. Wells" In-Reply-To: <435BB6C4.3070705@highperformance.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <435BB6C4.3070705@highperformance.net> Cc: freebsd-questions@freebsd.org Subject: Re: OpenAFS for FreeBSD... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 19:02:26 -0000 On 10/23/05, Jason C. Wells wrote: > Arla was marked as BROKEN when I last tried to build it under 6X. IIRC, > it was marked as broken for 5.4 too. Is there some special secret you > could share with us to get an AFS client? I'd love to hear it. It's broken only for the reason that it overwrites files from security/heimdal. Otherwise, I believe it works just fine on FreeBSD 5.4. So, that means (1) you should install and configure security/heimdal until you are happy with it, and then install arla. And (2) you can upgrade heimdal or arla using portupgrade or any of the automatic port upgrade tools. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 19:04:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5462316A41F for ; Sun, 23 Oct 2005 19:04:41 +0000 (GMT) (envelope-from jackt123@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEBDA43D45 for ; Sun, 23 Oct 2005 19:04:40 +0000 (GMT) (envelope-from jackt123@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so510003nzk for ; Sun, 23 Oct 2005 12:04:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b8kvicIfkYJslw9aerbOlIyTphorNwG97/uOpaKUakaMw8D8mp9LbOOk2Er/kBYDY0HqpKoXX5U1EJU1OLLvS79UEipFuyqOvHGb84fQHX51/H/3/DPh1WOug5YwhwmdYvdJe/ecY6KzMnbgv3NwuPW6XcBH9WsAzSRqf/1V7O0= Received: by 10.37.22.20 with SMTP id z20mr5799802nzi; Sun, 23 Oct 2005 12:04:40 -0700 (PDT) Received: by 10.37.21.6 with HTTP; Sun, 23 Oct 2005 12:04:40 -0700 (PDT) Message-ID: Date: Sun, 23 Oct 2005 19:04:40 +0000 From: Jack T To: "Jason C. Wells" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <435BB6C4.3070705@highperformance.net> Cc: freebsd-questions@freebsd.org Subject: Re: OpenAFS for FreeBSD... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 19:04:41 -0000 On 10/23/05, Jack T wrote: > On 10/23/05, Jason C. Wells wrote: > > Arla was marked as BROKEN when I last tried to build it under 6X. IIRC= , > > it was marked as broken for 5.4 too. Is there some special secret you > > could share with us to get an AFS client? I'd love to hear it. > > It's broken only for the reason that it overwrites files from > security/heimdal. Otherwise, I believe it works just fine on FreeBSD 5.4. > > So, that means (1) you should install and configure security/heimdal > until you are happy with it, and then install arla. > And (2) you can upgrade heimdal or arla using portupgrade > or any of the automatic port upgrade tools. I apologize for replying to my own message (thus cluttering the mailing lis= t). But I had a typo: I meant to say that you can NOT upgrade heimdal or arla using portupgrade. (To build it, just edit the Makefile and remove the line that says BROKEN, then you can make install it just fine) From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 19:09:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00DD916A41F for ; Sun, 23 Oct 2005 19:09:53 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 710E743D45 for ; Sun, 23 Oct 2005 19:09:52 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail2.panix.com (Postfix) with ESMTP id D3CFA9DADA for ; Sun, 23 Oct 2005 15:09:51 -0400 (EDT) Received: from teddy.fas.com (pcp08632294pcs.mplsnt01.sc.comcast.net [68.58.232.106]) by mailspool2.panix.com (Postfix) with ESMTP id B98A211F76A for ; Sun, 23 Oct 2005 15:09:51 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1ETlE7-0006ii-00 for ; Sun, 23 Oct 2005 15:09:51 -0400 Date: Sun, 23 Oct 2005 15:09:51 -0400 From: stan To: Free BSD Questions list Message-ID: <20051023190951.GA25702@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 15:05:11 up 71 days, 18:38, 3 users, load average: 0.00, 0.03, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: procmail/formail syntax question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 19:09:53 -0000 I'm trying to get procmail to rewrite the TO: header. I've tried something like: TO=`formail -xTo:` # is moved to "viruses". :0: * ^X-Virus-Status: Yes | formail -I "To: is_virus, $TO" # Mails with a score of 15 or higher are almost certainly spam (with 0.05% # false positives according to rules/STATISTICS.txt). Let's put them in a # different mbox. (This one is optional.) :0: * ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\* | formail -I "To: certainly_spam, $TO" # All mail tagged as spam (eg. with a score higher than the set threshold) # is moved to "probably-spam". :0: * ^X-Spam-Status: Yes | formail -I "To: probably_spam, $TO" But this does not seem to be working. What am I doing wrong? -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 19:12:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B1CE16A41F for ; Sun, 23 Oct 2005 19:12:19 +0000 (GMT) (envelope-from sabshere@Princeton.EDU) Received: from Princeton.EDU (postoffice01.Princeton.EDU [128.112.129.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F1E043D45 for ; Sun, 23 Oct 2005 19:12:19 +0000 (GMT) (envelope-from sabshere@Princeton.EDU) Received: from smtpserver2.Princeton.EDU (smtpserver2.Princeton.EDU [128.112.129.148]) by Princeton.EDU (8.12.9/8.12.9) with ESMTP id j9NJCHW3019598 for ; Sun, 23 Oct 2005 15:12:18 -0400 (EDT) Received: from [140.180.160.177] (sabshere.student.Princeton.EDU [140.180.160.177]) (authenticated bits=0) by smtpserver2.Princeton.EDU (8.12.9/8.12.9) with ESMTP id j9NJCHpM029505 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Sun, 23 Oct 2005 15:12:17 -0400 (EDT) Message-ID: <435BE091.3000804@princeton.edu> Date: Sun, 23 Oct 2005 15:12:17 -0400 From: Seamus Abshere User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051006) 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: M-Audio Transit USB on FreeBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 19:12:20 -0000 dear FreeBSD friends, is there any way I can use my M-Audio Transit USB soundcard on FreeBSD 5.4? I have tried OSS, but they do not support any USB cards on FreeBSD. thanks, Seamus Abshere From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 20:00:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D7A16A469 for ; Sun, 23 Oct 2005 20:00:31 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 749EB43D5D for ; Sun, 23 Oct 2005 20:00:23 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr12.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9NK0LZ5000951; Sun, 23 Oct 2005 22:00:21 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 84FC0B80A; Sun, 23 Oct 2005 22:00:21 +0200 (CEST) Date: Sun, 23 Oct 2005 22:00:21 +0200 From: Roland Smith To: Andreas Davour Message-ID: <20051023200021.GA82057@slackbox.xs4all.nl> Mail-Followup-To: Andreas Davour , freebsd-questions@freebsd.org References: <20051023164823.GA28587@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 20:00:32 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 23, 2005 at 09:36:38PM +0200, Andreas Davour wrote: > >Using "dmesg |grep 'Ethernet address'|sort|uniq" gives a list of network > >interfaces. >=20 > It unfortunately just shows my rl0 device. Then it seems that the other device is not supported my the FreeBSD kernel, or it could be disabled in the BIOS. If you could post the make and type of your motherboard, it might be easier to tell... Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDW+vVEnfvsMMhpyURAkM/AKCqK4n7rpEJYsHsc0H9ex7DDkOC7wCfcXSf xX6jdICS11fskKGKnDVHTJ0= =3X4r -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 20:07:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9409B16A420 for ; Sun, 23 Oct 2005 20:07:21 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9687243D6B for ; Sun, 23 Oct 2005 20:07:18 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr4.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9NK7HPG014656 for ; Sun, 23 Oct 2005 22:07:17 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 66AA4B80A; Sun, 23 Oct 2005 22:07:17 +0200 (CEST) Date: Sun, 23 Oct 2005 22:07:17 +0200 From: Roland Smith To: Free BSD Questions list Message-ID: <20051023200717.GB82057@slackbox.xs4all.nl> Mail-Followup-To: Free BSD Questions list References: <20051023190951.GA25702@teddy.fas.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="b5gNqxB1S1yM7hjW" Content-Disposition: inline In-Reply-To: <20051023190951.GA25702@teddy.fas.com> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: procmail/formail syntax question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 20:07:21 -0000 --b5gNqxB1S1yM7hjW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 23, 2005 at 03:09:51PM -0400, stan wrote: > I'm trying to get procmail to rewrite the TO: header. I've tried somethin= g like: >=20 > TO=3D`formail -xTo:` I think this command is expanded only once, and gives an empty string because you didn't give formail any input. > # is moved to "viruses". > :0: > * ^X-Virus-Status: Yes > | formail -I "To: is_virus, $TO" > But this does not seem to be working. >=20 > What am I doing wrong? Why don't you put it in an appropriate mailbox directly? E.g: :0: * ^X-Virus-Status: Yes /home/username/Mail/virus :0: * ^X-Spam-Status: Yes /home/username/Mail/probably_spam Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --b5gNqxB1S1yM7hjW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDW+11EnfvsMMhpyURAsMjAJ0YxjqCuKQAitnI//dL5TgbB6RCuwCgjI35 RKuS45FAetLeZ1m4nxxtCJk= =kEd2 -----END PGP SIGNATURE----- --b5gNqxB1S1yM7hjW-- From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 20:25:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C06516A41F for ; Sun, 23 Oct 2005 20:25:33 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6955543D49 for ; Sun, 23 Oct 2005 20:25:32 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so152271qbd for ; Sun, 23 Oct 2005 13:25:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q/ex7R2W70l1XjQhyzJbMRAO9C5xJbrIDUish3j9+NDvBqEPhPujJfQ0fmPBbBwrV4VdW9cO87Kt3N7W2AlF3m+sb2pWHLabU0IZ9KmRB8S0cJoI/qjJu+tYCJmuSo9s5y9Uqzz9f76MNMk3UnzqgwYJwDfm6T1nu3wnSWisgLA= Received: by 10.65.196.14 with SMTP id y14mr222394qbp; Sun, 23 Oct 2005 13:25:30 -0700 (PDT) Received: by 10.65.107.8 with HTTP; Sun, 23 Oct 2005 13:25:30 -0700 (PDT) Message-ID: <59adc1a0510231325u25bef8e8v@mail.gmail.com> Date: Sun, 23 Oct 2005 23:25:30 +0300 From: Dimitar Vasilev To: bc In-Reply-To: <1130098047.975.15.camel@serafim.b61.bg.wi> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-5 Content-Transfer-Encoding: base64 Content-Disposition: inline References: <59adc1a0510202135s6ee2c00x@mail.gmail.com> <1130098047.975.15.camel@serafim.b61.bg.wi> Cc: freebsd-hubs@freebsd.org, Free BSD Questions list Subject: Re: extending volumes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 20:25:33 -0000 MjAwNS8xMC8yMywgYmMgPGJjQGRlZmF1bHQuY28ueXU+Ogo+IE9uIEZyaSwgMjAwNS0xMC0yMSBh dCAwNzozNSArMDMwMCwgRGltaXRhciBWYXNpbGV2IHdyb3RlOgo+ID4gSGkhCj4gPiBDb3VsZCBz b21lb25lIGFkdmlzZSBvbiBob3cgdG8gZXh0ZW5kIGFuIGV4aXN0aW5nIHN0cmlwZSB3aXRoIGdy b3dmcz8KPiA+IEkgcG9zdGVkIGEgcXVlc3Rpb24gb24gZnJlZWJzZC1xdWVzdGlvbnMgYmVmb3Jl IDMgZGF5cyBhbmQgbmV2ZXIgZ290IHJlcGx5Lgo+ID4gVGhlIG1lc3NhZ2UgaXMgYXZhaWxhYmxl IGF0Cj4gPiBodHRwOi8vbWFyYy50aGVhaW1zZ3JvdXAuY29tLz9sPWZyZWVic2QtcXVlc3Rpb25z Jm09MTEyOTY2ODI3MTE5Nzk3Jnc9Mgo+ID4KPgo+IEhlbGxvLAo+Cj4gSSB0aGluayB5b3UncmUg YXR0ZW1wdGluZyB0byBkbyBpbXBvc3NpYmxlLgpVbmRlciBTb2xhcmlzIGFuZCBBSVggaXQgaXMg cGVyZmVjdGx5IHBvc3NpYmxlIC0gaG93ZXZlciB0aGV5J3JlIGFub3RoZXIgYmVlci4KPiBJJ3Zl IHJlY3JlYXRlZCB5b3VyIHNjZW5hcmlvIHVzaW5nIDMgbWZzIGJhY2tlZCBkaXNrcyBtZDAsIG1k MSBhbmQgbTIuCj4gQW5kIEknbSBrZWVwIGdldHRpbmcgdGhpcyBpbiBteSBsb2dzOgo+Cj4gT2N0 IDIzIDIyOjAzOjU0IHNlcmFmaW0ga2VybmVsOiBHRU9NX1NUUklQRTogRGlzayBtZDAgcmVtb3Zl ZCBmcm9tCj4gdGVzdDIuCj4gT2N0IDIzIDIyOjAzOjU0IHNlcmFmaW0ga2VybmVsOiBHRU9NX1NU UklQRTogRGlzayBtZDEgcmVtb3ZlZCBmcm9tCj4gdGVzdDIuCj4gT2N0IDIzIDIyOjAzOjU0IHNl cmFmaW0ga2VybmVsOiBHRU9NX1NUUklQRTogRGV2aWNlIHRlc3QyIGRlc3Ryb3llZC4KPiBPY3Qg MjMgMjI6MDM6NTQgc2VyYWZpbSBrZXJuZWw6IEdFT01fU1RSSVBFOiBEZXZpY2UgdGVzdDIgY3Jl YXRlZAo+IChpZD00MjMwMTU4MjgzKS4KPiBPY3QgMjMgMjI6MDM6NTQgc2VyYWZpbSBrZXJuZWw6 IEdFT01fU1RSSVBFOiBEaXNrIG1kMCBhdHRhY2hlZCB0byB0ZXN0Mi4KPiBPY3QgMjMgMjI6MDM6 NTQgc2VyYWZpbSBrZXJuZWw6IEdFT01fU1RSSVBFOiBEaXNrIG1kMSBhdHRhY2hlZCB0byB0ZXN0 Mi4KPiBPY3QgMjMgMjI6MDM6NTQgc2VyYWZpbSBrZXJuZWw6IEdFT01fU1RSSVBFOiBEaXNrIG1k MSByZW1vdmVkIGZyb20KPiB0ZXN0Mi4KPiBPY3QgMjMgMjI6MDM6NTQgc2VyYWZpbSBrZXJuZWw6 IEdFT01fU1RSSVBFOiBEaXNrIG1kMSBhdHRhY2hlZCB0byB0ZXN0Mi4KPgo+Cj4gSSd2ZSBqb2lu ZWQgbWQwIGFuZCBtZDEgaW4gb25lIHN0cmlwZWQgdm9sdW1lLCBjcmVhdGVkIHNvbWUgYnVsayBm aWxlcywKPiBzdG9wZXBkIGl0LCB0aGVuIGNyZWF0ZWQgYWdhaW4gYWxvbmcgd2l0aCBtZDIgaW4g Z3JvdXAuIEJlc2lkZSB0aGF0IGxvZwo+IHNuaXBwZXQgbm90aGluZyBhcGVhcnMgaW4gL2Rldi9z dHJpcGUvCj4KPiBCdHcsIEkndmUgdXNlZCA1LjQtUkVMRUFTRSBHRU5FUklDIGtlcm5lbC4KCk91 cnMgaXMgbm90IHZlcnkgZmFyIGZyb20gR0VORVJJQyAtIHdlIGluY2x1ZGUgR0VORVJJQyBhbmQg Y291cGxlIG9mCm9wdGlvbnMgKFBGLFBJTSxldGMpLiBUaGUgbWFjaGluZSBpcyAgNS40LXN0YWJs ZS9hbWQ2NApJdCdzIHN0aWxsIGEgc29sdXRpb24gLSB3ZSB3aWxsIGtub3cgdGhhdCBpcyByaXNr eSBhbmQgd2lsbCBzZXR1cCBhCm5ldyBzdHJpcGUgZnJvbSB0aGUgc3BhcmUgZGlza3MgdGhhdCB3 ZSBoYXZlIGFuZCB3aWxsIHJ1biB3aXRoIHRoZW0KZm9yIGFib3V0IGEgeWVhci4KVGhlbiB3aWxs IHVwZ3JhZGUgdG8gYSBkZWNlbnQgM3dhcmUgY29udHJvbGxlciwgYSBidW5jaCBvZiBuZXcgZGlz a3MKYW5kIG90aGVyIHN0dWZmLgoKsdvQ097U0ODvL1RoYW5rcy9IdmFsYSEKLS0KtNjc2OLq4CCy 0OHY29XSCkRpbWl0YXIgVmFzc2lsZXYKCkdudVBHIGtleSBJRDogMHg0QjhEQjUyNQpLZXlzZXJ2 ZXI6IHBncC5taXQuZWR1CktleSBmaW5nZXJwcmludDogRDg4QSAzQjkyIERFRDUgOTE3RSAzNDFF IEQ2MkYgOEM1MSA1RkM0IDRCOEQgQjUyNQo= From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 20:29:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0346616A41F for ; Sun, 23 Oct 2005 20:29:17 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51A3843D49 for ; Sun, 23 Oct 2005 20:29:16 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr1.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9NKTEOq098934; Sun, 23 Oct 2005 22:29:14 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 4FFD0B80A; Sun, 23 Oct 2005 22:29:14 +0200 (CEST) Date: Sun, 23 Oct 2005 22:29:14 +0200 From: Roland Smith To: Andreas Davour Message-ID: <20051023202914.GD82057@slackbox.xs4all.nl> Mail-Followup-To: Andreas Davour , Erik Trulsson , freebsd-questions@freebsd.org References: <20051023164050.GA40949@falcon.midgard.homeip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zbGR4y+acU1DwHSi" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org, Erik Trulsson Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 20:29:17 -0000 --zbGR4y+acU1DwHSi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 23, 2005 at 10:00:55PM +0200, Andreas Davour wrote: > Having done that I conclude it is a Realtek 8201BL chip. Wouldn't there= =20 > be another rl interface, then? The re nor the rl driver seem to support the 8201BL. > >What does 'pciconf -lv' say? >=20 > Quite a lot. The parts that looks relevant is this: > rl0@pci0:11:0: class=3D0x020000 card=3D0x813910ec chip=3D0x813910ec rev= =3D0x10=20 > hdr=3D0x00 > vendor =3D 'Realtek Semiconductor' > device =3D 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' > class =3D network > subclass =3D ethernet >=20 > and >=20 > none2@pci0:18:0: class=3D0x020000 card=3D0x80ed1043 chip=3D0x30651= 106=20 > rev=3D0x78 hdr=3D0x00 > vendor =3D 'VIA Technologies Inc' > device =3D 'VT6102 Rhine II PCI Fast Ethernet Controller' > class =3D network > subclass =3D ethernet >=20 > But none2 doesn't sound much like the name of a network device. I guess= =20 > it does confirm that there exists such a thing. It says nothing about=20 > Realtek, like the docs, though. The "none" only means it's not bound to a driver. You might try the vr(4) driver, although the 6102 is not mentioned in vr(4). Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --zbGR4y+acU1DwHSi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDW/KaEnfvsMMhpyURAu0SAJ4nZ4Vz3R5iX1PmQ8FfaCNOfOfDHgCZARZ8 rj9HGWZbOyiTHuQSXLgIN0E= =J3N3 -----END PGP SIGNATURE----- --zbGR4y+acU1DwHSi-- From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 20:50:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B6E216A41F for ; Sun, 23 Oct 2005 20:50:47 +0000 (GMT) (envelope-from shelby.westman@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42A843D48 for ; Sun, 23 Oct 2005 20:50:46 +0000 (GMT) (envelope-from shelby.westman@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so517362nzk for ; Sun, 23 Oct 2005 13:50:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=rTtrOIMy0PScS6W0vDmtZeltnFBSpy2XlSJtr7iNHp/ErTjPJd6fasJtoqzw7wE8Q3641cPxgFBrT56fvN4mTNmD9qJ60a3kWRtpY0j3keO+l7cajbC0eh+Ldy9N0D5yRA8XKFeCUnxF22qUp7dDjtrKMtRp2e8VedaJZya3BWo= Received: by 10.36.224.74 with SMTP id w74mr5860889nzg; Sun, 23 Oct 2005 13:50:46 -0700 (PDT) Received: by 10.36.84.17 with HTTP; Sun, 23 Oct 2005 13:50:46 -0700 (PDT) Message-ID: <4efe47610510231350t3ffd01e8we5fda521b16c6e0e@mail.gmail.com> Date: Sun, 23 Oct 2005 15:50:46 -0500 From: Shelby Westman To: freebsd-questions@freebsd.org In-Reply-To: <44ek6cgud2.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <4efe47610510220854n2bff8c1el585d03a3a7d08c89@mail.gmail.com> <44ek6cgud2.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: ntpd problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 20:50:47 -0000 Regarding ntpd, Lowell wrote > > > # deny-by-default policy > > restrict default ignore > > > You're probably running into problems with your restrict clause, but > I'm not sure what offhand. > Use the "-d" flag to ntpd (or more than one) to get more information > on what it thinks the problem is. Yes, I think you are right. When I removed that clause, ntpd started working. I did try the -d flag, but it reported back to me that ntpd was compiled without debugging, so that -d wouldn't report anything. oh, well, I'll restrict access other ways. Thanks Shelby From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 21:01:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF0F316A41F for ; Sun, 23 Oct 2005 21:01:35 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A72343D46 for ; Sun, 23 Oct 2005 21:01:34 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from [192.168.0.60] ([82.35.113.47]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Sun, 23 Oct 2005 22:02:25 +0100 Message-ID: <435BFA18.6010001@childeric.freeserve.co.uk> Date: Sun, 23 Oct 2005 22:01:12 +0100 From: Chris User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200510212242.j9LMgaq2017337@clunix.cl.msu.edu> <20051021230711.GA69140@xor.obsecurity.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Oct 2005 21:02:25.0576 (UTC) FILETIME=[11E06A80:01C5D815] Subject: Re: Making ports in alternative areas X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 21:01:36 -0000 ross wrote: >> This is way too much work. We have environment variable to solve the >> OP's problem. See make.conf(5) and ports(7). >> >> Kris > > > Thanks for the solution. There is still the problem being that I, being > the beginner I am, don't know how to change the enviroment variable for > WRKDIRPREFIX. Think I could get a little more guidence? In /etc/make.conf: WRKDIRPREFIX=/someplace/workdir You can put it there by doing as root: # echo WRKDIRPREFIX=/someplace/workdir >> /etc/make.conf and check it is there with # tail /etc/make.conf Chris From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 21:02:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB21016A425 for ; Sun, 23 Oct 2005 21:02:52 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id C383F43D5F for ; Sun, 23 Oct 2005 21:02:43 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 435BDF6A000058A8 for freebsd-questions@freebsd.org; Sun, 23 Oct 2005 23:02:42 +0200 Received: (qmail 37265 invoked by uid 1001); 23 Oct 2005 23:02:41 +0200 Date: Sun, 23 Oct 2005 23:02:41 +0200 From: Erik Trulsson To: Andreas Davour Message-ID: <20051023210241.GA34101@falcon.midgard.homeip.net> Mail-Followup-To: Andreas Davour , freebsd-questions@freebsd.org References: <20051023164050.GA40949@falcon.midgard.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 21:02:53 -0000 On Sun, Oct 23, 2005 at 10:00:55PM +0200, Andreas Davour wrote: > On Sun, 23 Oct 2005, Erik Trulsson wrote: > > >On Sun, Oct 23, 2005 at 06:30:35PM +0200, Andreas Davour wrote: > >> > >>Hi! > >> > >>I have realized that my new motherboard has a built-in network > >>interface, and I'd like to use it as well as the PCI based one I have. > >> > >>But, what do I call it when I plumb it with "ifconfig"? > > > >That would depend on what chipset, etc. the built-in interface uses. > > Reasonable. Considering it is mounted to the motherboard I guess I > should look at the motherboard documentation. > > *later* > > Having done that I conclude it is a Realtek 8201BL chip. Wouldn't there > be another rl interface, then? No, that is only the PHY part of the interface, and should should show up as rlphy0, attached to miibus0, which in turn will be attached to actual interface. > > >>The PCI card I have is identified during boot as rl0, and the built-in > >>as "rlphy0: on miibus0". > > > >rlphy0 is just part of the rl0 interface, and not a separate interface by > >itself. Reading the miibus(4) manpage might be useful. > > There is a miibus manpage? OK, I'll do that. > > >If it does not show up in the dmesg(8) output it might not be supported, or > >the correct driver might not be included in the kernel. > > I can't find anything looking like a network interface in the dmesg > output. I guess I could always post all of it here. > > I don't understand how to include the driver if I don't know what I > need, but since it's supposed to be a Realtek controller I should be set > already, yes? > > >What does 'pciconf -lv' say? > > Quite a lot. The parts that looks relevant is this: > rl0@pci0:11:0: class=0x020000 card=0x813910ec chip=0x813910ec rev=0x10 > hdr=0x00 > vendor = 'Realtek Semiconductor' > device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' > class = network > subclass = ethernet > > and > > none2@pci0:18:0: class=0x020000 card=0x80ed1043 chip=0x30651106 > rev=0x78 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT6102 Rhine II PCI Fast Ethernet Controller' > class = network > subclass = ethernet > > But none2 doesn't sound much like the name of a network device. I guess > it does confirm that there exists such a thing. It says nothing about > Realtek, like the docs, though. That one certainly looks like a network card, and should show up as vr0, if you have the vr(4) driver loaded. > > All of the output follows: > bash-2.05b$ pciconf -lv > hostb0@pci0:0:0: class=0x060000 card=0x807f1043 chip=0x31891106 > rev=0x80 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT8377 Apollo KT400/A/600 CPU to PCI Bridge' > class = bridge > subclass = HOST-PCI > pcib1@pci0:1:0: class=0x060400 card=0x00000080 chip=0xb1981106 rev=0x00 > hdr=0x01 > vendor = 'VIA Technologies Inc' > device = 'ProSavageDDR P4X600 CPU to AGP Bridge' > class = bridge > subclass = PCI-PCI > rl0@pci0:11:0: class=0x020000 card=0x813910ec chip=0x813910ec rev=0x10 > hdr=0x00 > vendor = 'Realtek Semiconductor' > device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' > class = network > subclass = ethernet > atapci0@pci0:15:0: class=0x010400 card=0x80ed1043 chip=0x31491106 > rev=0x80 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = '??? SATA RAID Controller' > class = mass storage > subclass = RAID > atapci1@pci0:15:1: class=0x01018a card=0x80ed1043 chip=0x05711106 > rev=0x06 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT82xxxx EIDE Controller (All VIA Chipsets)' > class = mass storage > subclass = ATA > uhci0@pci0:16:0: class=0x0c0300 card=0x80ed1043 chip=0x30381106 > rev=0x81 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' > class = serial bus > subclass = USB > uhci1@pci0:16:1: class=0x0c0300 card=0x80ed1043 chip=0x30381106 > rev=0x81 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' > class = serial bus > subclass = USB > uhci2@pci0:16:2: class=0x0c0300 card=0x80ed1043 chip=0x30381106 > rev=0x81 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' > class = serial bus > subclass = USB > uhci3@pci0:16:3: class=0x0c0300 card=0x80ed1043 chip=0x30381106 > rev=0x81 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' > class = serial bus > subclass = USB > none0@pci0:16:4: class=0x0c0320 card=0x80ed1043 chip=0x31041106 > rev=0x86 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT6202 USB 2.0 Enhanced Host Controller' > class = serial bus > subclass = USB > isab0@pci0:17:0: class=0x060100 card=0x80ed1043 chip=0x32271106 > rev=0x00 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT8237 PCI-to-ISA Bridge' > class = bridge > subclass = PCI-ISA > none1@pci0:17:5: class=0x040100 card=0x810d1043 chip=0x30591106 > rev=0x60 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller' > class = multimedia > subclass = audio > none2@pci0:18:0: class=0x020000 card=0x80ed1043 chip=0x30651106 > rev=0x78 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT6102 Rhine II PCI Fast Ethernet Controller' > class = network > subclass = ethernet > pcm0@pci0:19:0: class=0x040100 card=0x80271102 chip=0x00021102 rev=0x08 > hdr=0x00 > vendor = 'Creative Labs' > device = 'EMU10000 Sound Blaster Live! (Also Live! 5.1) - OEM from > DELL - CT4780' > class = multimedia > subclass = audio > emujoy0@pci0:19:1: class=0x098000 card=0x00201102 chip=0x70021102 > rev=0x08 hdr=0x00 > vendor = 'Creative Labs' > device = 'EMU10000 Game Port' > class = input device > nvidia0@pci1:0:0: class=0x030000 card=0x289e107d chip=0x025310de > rev=0xa3 hdr=0x00 > vendor = 'NVIDIA Corporation' > device = 'GeForce4 Ti 4200 [NV25.4]' > class = display > subclass = VGA > > /Andreas -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 21:04:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BEEC16A41F for ; Sun, 23 Oct 2005 21:04:20 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 309C143D6E for ; Sun, 23 Oct 2005 21:04:15 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 435BDF6A00005988 for freebsd-questions@freebsd.org; Sun, 23 Oct 2005 23:04:14 +0200 Received: (qmail 37356 invoked by uid 1001); 23 Oct 2005 23:04:13 +0200 Date: Sun, 23 Oct 2005 23:04:13 +0200 From: Erik Trulsson To: Andreas Davour , freebsd-questions@freebsd.org Message-ID: <20051023210413.GB34101@falcon.midgard.homeip.net> Mail-Followup-To: Andreas Davour , freebsd-questions@freebsd.org References: <20051023164050.GA40949@falcon.midgard.homeip.net> <20051023202914.GD82057@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051023202914.GD82057@slackbox.xs4all.nl> User-Agent: Mutt/1.5.11 Cc: Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 21:04:20 -0000 On Sun, Oct 23, 2005 at 10:29:14PM +0200, Roland Smith wrote: > On Sun, Oct 23, 2005 at 10:00:55PM +0200, Andreas Davour wrote: > > Having done that I conclude it is a Realtek 8201BL chip. Wouldn't there > > be another rl interface, then? > > The re nor the rl driver seem to support the 8201BL. > > > >What does 'pciconf -lv' say? > > > > Quite a lot. The parts that looks relevant is this: > > rl0@pci0:11:0: class=0x020000 card=0x813910ec chip=0x813910ec rev=0x10 > > hdr=0x00 > > vendor = 'Realtek Semiconductor' > > device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' > > class = network > > subclass = ethernet > > > > and > > > > none2@pci0:18:0: class=0x020000 card=0x80ed1043 chip=0x30651106 > > rev=0x78 hdr=0x00 > > vendor = 'VIA Technologies Inc' > > device = 'VT6102 Rhine II PCI Fast Ethernet Controller' > > class = network > > subclass = ethernet > > > > But none2 doesn't sound much like the name of a network device. I guess > > it does confirm that there exists such a thing. It says nothing about > > Realtek, like the docs, though. > > The "none" only means it's not bound to a driver. You might try the > vr(4) driver, although the 6102 is not mentioned in vr(4). VT6102 might not be mentioned in the vr(4) manpage, but Rhine II is. VT6102 is mentioned in the sourcecode for the vr(4) driver though, so it should work fine. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 21:30:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D7E16A421 for ; Sun, 23 Oct 2005 21:30:18 +0000 (GMT) (envelope-from kei@delfi.lv) Received: from smtp1.apollo.lv (smtp1.apollo.lv [80.232.168.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5260243D4C for ; Sun, 23 Oct 2005 21:30:16 +0000 (GMT) (envelope-from kei@delfi.lv) X-Virusscan: Clamd Received: by smtp1.apollo.lv (CommuniGate Pro PIPE 4.3.5) with PIPE id 70448402; Mon, 24 Oct 2005 00:30:15 +0300 Received: from [81.198.7.120] (HELO laptop.kei.lv) by smtp1.apollo.lv (CommuniGate Pro SMTP 4.3.5) with SMTP id 70448381 for freebsd-questions@freebsd.org; Mon, 24 Oct 2005 00:30:00 +0300 Date: Mon, 24 Oct 2005 00:29:59 +0300 From: Kaspars Bankovskis To: freebsd-questions@freebsd.org Message-Id: <20051024002959.5fec413a.kei@delfi.lv> In-Reply-To: <04ad01c5d7ee$94da7420$210110ac@fortunato> References: <03c201c5d764$be36c8d0$210110ac@fortunato> <435AD3B3.7030506@mkproductions.org> <047f01c5d7bf$2f0d3fd0$210110ac@fortunato> <435BB36C.1020703@mkproductions.org> <04ad01c5d7ee$94da7420$210110ac@fortunato> X-Mailer: Sylpheed version 2.1.4 (GTK+ 2.6.9; i386-portbld-freebsd6.0) X-Operating-System: FreeBSD 6.0-RC1 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on smtp1.apollo.lv X-Spam-Level: X-Spam-Status: No, score=0.0 required=7.0 tests=none autolearn=failed version=3.0.0 Subject: Re: Sound driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 21:30:18 -0000 hi! for audio adjustment: mixer 100:100 (or any other value instead of 100 - from 0 to 100) as for audio cd's - if i'm not wrong, there was something about groups - add yourself to the "operator" group. i suppose it helps. On Sun, 23 Oct 2005 11:26:48 -0500 "Teilhard Knight" wrote: > Mark Kane wrote: > > Teilhard Knight wrote: > >> Mark Kane wrote: > >> > >>> Teilhard Knight wrote: > >>> > >>>> Hello: > >>>> > >>>> I have only compiled a kernel for FreeBSD for the series 4.x. I now > >>>> installed version 5.4, and I do not have sound. I am compiling my > >>>> custom kernel essentially to get sound. In the series 4.x the > >>>> driver "pcm" worked fine for me. My question is whether I should > >>>> stick to the same driver or I should use another driver in the 5.4 > >>>> install. Any feedback will be appreciated. > >>>> > >>>> Teilhard. > >>> > >>> > >>> Hi. Check out: > >>> > >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html > >>> > >>> > >>> It's "device sound" in 5.x instead of "device pcm". Obviously then > >>> add in support for your specific sound card with the documentation > >>> provided there. > >>> > >>> Hope that helps. :) > >> > >> > >> It helped a lot. I issued the command "kldload sound" in my original > >> kernel, and loaded the module snd_ich. I have sound now when I click > >> on "test sound" in the sound section of the CC and on starting a KDE > >> session. Problem is, I only get sound through the right hand side and I > >> get > >> nothing when trying to play a CD. Any ideas? > >> > >> Teilhard. > > > > Glad you got it working. Now for the new issues: > > > > I have not used KDE in a long time but I do know that their aRTs > > daemon takes over sound. Are there any settings showing the left and > > right channels that you can adjust? Maybe called "Balance"? You might > > also make sure that the connector on the actual sound card going to your > > speakers/headphones is plugged in all the way. I know if mine is only > > halfway in then I only hear one channel. > > > > As for CD audio not playing, have you made sure that the audio > > connector is connected from your CD drive to your sound card? It could be > > that, > > or the mixer levels in aRTs are muted or not raised for CD's. > > As far as I can see, the only thing present in my system to make audio > adjustments is Kmix. Very simple compared to Alsamixer in Mandriva. It does > not have any sort of balance or individual controls for left and right > channels, but for example, only slider for volume. > > I have now compiled my kernel and included support for audio. It came out > without it, as the generic kernel. I'd better make another post and explain > in more detail, as it is a different issue. Thanks so much for your > feedback. > > Teilhard. > > _______________________________________________ > 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" -- Kaspars Bankovskis +371-6365619 kei@delfi.lv From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 21:49:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B431516A420 for ; Sun, 23 Oct 2005 21:49:41 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2623843D4C for ; Sun, 23 Oct 2005 21:49:40 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail2.panix.com (Postfix) with ESMTP id E6FD99DC15 for ; Sun, 23 Oct 2005 17:49:39 -0400 (EDT) Received: from teddy.fas.com (pcp08632294pcs.mplsnt01.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id 7F2084308E6 for ; Sun, 23 Oct 2005 17:49:40 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1ETnil-0007v5-00 for ; Sun, 23 Oct 2005 17:49:39 -0400 Date: Sun, 23 Oct 2005 17:49:39 -0400 From: stan To: Free BSD Questions list Message-ID: <20051023214939.GB30009@teddy.fas.com> Mail-Followup-To: Free BSD Questions list References: <20051023190951.GA25702@teddy.fas.com> <20051023200717.GB82057@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051023200717.GB82057@slackbox.xs4all.nl> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 17:36:08 up 71 days, 21:09, 2 users, load average: 0.13, 0.04, 0.01 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Re: procmail/formail syntax question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 21:49:41 -0000 On Sun, Oct 23, 2005 at 10:07:17PM +0200, Roland Smith wrote: > On Sun, Oct 23, 2005 at 03:09:51PM -0400, stan wrote: > > I'm trying to get procmail to rewrite the TO: header. I've tried something like: > > > > TO=`formail -xTo:` > > I think this command is expanded only once, and gives an empty string > because you didn't give formail any input. > > > # is moved to "viruses". > > :0: > > * ^X-Virus-Status: Yes > > | formail -I "To: is_virus, $TO" > > > But this does not seem to be working. > > > > What am I doing wrong? > > Why don't you put it in an appropriate mailbox directly? E.g: > > :0: > * ^X-Virus-Status: Yes > /home/username/Mail/virus > > :0: > * ^X-Spam-Status: Yes > /home/username/Mail/probably_spam > That is _exactly_ wht _I_ do. However this is for a friend who recieves mail on this machine, then uses IMAP to fecth it to a Windoze box where he reads it with Outlook. He aparently does not now how to filter within Outlook on anything but the subject. So, I need to be able to rewrite the subject. Yes it's dumb but.... -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 21:55:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12AB916A41F for ; Sun, 23 Oct 2005 21:55:04 +0000 (GMT) (envelope-from danny@ricin.com) Received: from smtpq3.home.nl (smtpq3.home.nl [213.51.128.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B16D43D45 for ; Sun, 23 Oct 2005 21:55:03 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.134] (port=49457 helo=smtp3.home.nl) by smtpq3.home.nl with esmtp (Exim 4.30) id 1ETnnx-0001ad-SZ for freebsd-questions@freebsd.org; Sun, 23 Oct 2005 23:55:01 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:54227 helo=desktop.homenet) by smtp3.home.nl with esmtp (Exim 4.30) id 1ETnnw-0002N0-PI for freebsd-questions@freebsd.org; Sun, 23 Oct 2005 23:55:00 +0200 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Sun, 23 Oct 2005 23:53:49 +0000 User-Agent: KMail/1.8.2 References: <03c201c5d764$be36c8d0$210110ac@fortunato> <435BB36C.1020703@mkproductions.org> <04ad01c5d7ee$94da7420$210110ac@fortunato> In-Reply-To: <04ad01c5d7ee$94da7420$210110ac@fortunato> X-Face: :N, f2_*44g[tRY8Y-gL2zi`G|<6SpFjTeHt|V5LO6Yl2E7yAfEh{E6-8pqxUFX"l)=?utf-8?q?Nm8y=7E=0A=09IWJSAWQ=7D+=3DpP=7CT=5D?=@sy1sz%h)*CW6gtbp]"fe@MjICtIUo.0, CH~{[R4PXSyL MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510232353.49635.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: Sound driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 21:55:04 -0000 On Sunday 23 October 2005 16:26, Teilhard Knight wrote: > As far as I can see, the only thing present in my system to make audio > adjustments is Kmix. Very simple compared to Alsamixer in Mandriva. It does > not have any sort of balance or individual controls for left and right > channels, but for example, only slider for volume. It does. Right click on the channel, and you can split them in left and right. The horizontal slider at the bottom is for overall L/R balance also. Dan From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 22:15:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3773816A41F for ; Sun, 23 Oct 2005 22:15:52 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82D2643D48 for ; Sun, 23 Oct 2005 22:15:50 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a216.otenet.gr [212.205.215.216]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j9NMFTaH019474 for ; Mon, 24 Oct 2005 01:15:42 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9NMDnXK001272 for ; Mon, 24 Oct 2005 01:13:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9NMDIic001259 for freebsd-questions@freebsd.org; Mon, 24 Oct 2005 01:13:18 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 24 Oct 2005 01:13:18 +0300 From: Giorgos Keramidas To: freebsd-questions@freebsd.org Message-ID: <20051023221317.GA1211@flame.pc> References: <20051023190951.GA25702@teddy.fas.com> <20051023200717.GB82057@slackbox.xs4all.nl> <20051023214939.GB30009@teddy.fas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051023214939.GB30009@teddy.fas.com> Subject: Re: procmail/formail syntax question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 22:15:52 -0000 On 2005-10-23 17:49, stan wrote: >On Sun, Oct 23, 2005 at 10:07:17PM +0200, Roland Smith wrote: >>On Sun, Oct 23, 2005 at 03:09:51PM -0400, stan wrote: >>> I'm trying to get procmail to rewrite the TO: header. I've tried something like: >>> >>> TO=`formail -xTo:` >> >> I think this command is expanded only once, and gives an empty string >> because you didn't give formail any input. >> >>> # is moved to "viruses". >>> :0: >>> * ^X-Virus-Status: Yes >>> | formail -I "To: is_virus, $TO" >> >>> But this does not seem to be working. >>> >>> What am I doing wrong? >> >> Why don't you put it in an appropriate mailbox directly? E.g: >> >> :0: >> * ^X-Virus-Status: Yes >> /home/username/Mail/virus >> >> :0: >> * ^X-Spam-Status: Yes >> /home/username/Mail/probably_spam > > That is _exactly_ wht _I_ do. However this is for a friend who recieves > mail on this machine, then uses IMAP to fecth it to a Windoze box where he > reads it with Outlook. He aparently does not now how to filter within > Outlook on anything but the subject. > > So, I need to be able to rewrite the subject. Yes it's dumb but.... ``Much confusion in you I sense, young Jedi.'' If you want to rewrite the *SUBJECT* of the messages, then why are you trying to rewrite the *RECIPIENT* header? Having said that, I think that what you're missing is the 'f' option in the rule that pipes mail to formail and that you don't really need formail for something as simple: :0 Hf * X-Virus-Status: Yes | sed -e 's/^[sS]ubject:[[:space:]]\+/Subject: [virus] ' From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 22:40:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B81AC16A420 for ; Sun, 23 Oct 2005 22:40:06 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD6A43D62 for ; Sun, 23 Oct 2005 22:40:03 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr4.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9NMe204073298; Mon, 24 Oct 2005 00:40:02 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 2249DB80A; Mon, 24 Oct 2005 00:40:02 +0200 (CEST) Date: Mon, 24 Oct 2005 00:40:02 +0200 From: Roland Smith To: Andreas Davour Message-ID: <20051023224002.GB86261@slackbox.xs4all.nl> Mail-Followup-To: Andreas Davour , freebsd-questions@freebsd.org References: <20051023164050.GA40949@falcon.midgard.homeip.net> <20051023202914.GD82057@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mxv5cy4qt+RJ9ypb" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 22:40:07 -0000 --mxv5cy4qt+RJ9ypb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 23, 2005 at 10:52:39PM +0200, Andreas Davour wrote: > >The "none" only means it's not bound to a driver. You might try the > >vr(4) driver, although the 6102 is not mentioned in vr(4). >=20 > Ok, then "none" makes more sense. It read about the vr driver and it=20 > worked! How did you know the vr(4) driver was for Rhine I/II/III=20 > controllers? It feels like there's something I have missed... By using this command: "grep Rhine /usr/src/sys/i386/conf/GENERIC", which returned: "device vr # VIA Rhine, Rhine II". Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --mxv5cy4qt+RJ9ypb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXBFCEnfvsMMhpyURAu17AJwOQib2eX6kd0KnYtUv0PeAGFrEzgCfbbHi 8oZcft4a08pcPe6snkIDhXY= =RGuj -----END PGP SIGNATURE----- --mxv5cy4qt+RJ9ypb-- From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 22:56:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95A5916A41F for ; Sun, 23 Oct 2005 22:56:50 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1877143D48 for ; Sun, 23 Oct 2005 22:56:49 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail3.panix.com (Postfix) with ESMTP id 41A2E13ACEA for ; Sun, 23 Oct 2005 18:56:49 -0400 (EDT) Received: from teddy.fas.com (pcp08632294pcs.mplsnt01.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id AAAE54308E8 for ; Sun, 23 Oct 2005 18:56:49 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1ETolk-0008Jf-00 for ; Sun, 23 Oct 2005 18:56:48 -0400 Date: Sun, 23 Oct 2005 18:56:48 -0400 From: stan To: freebsd-questions@freebsd.org Message-ID: <20051023225648.GB31109@teddy.fas.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <20051023190951.GA25702@teddy.fas.com> <20051023200717.GB82057@slackbox.xs4all.nl> <20051023214939.GB30009@teddy.fas.com> <20051023221317.GA1211@flame.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051023221317.GA1211@flame.pc> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 18:15:24 up 71 days, 21:48, 2 users, load average: 0.00, 0.00, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Re: procmail/formail syntax question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 22:56:50 -0000 On Mon, Oct 24, 2005 at 01:13:18AM +0300, Giorgos Keramidas wrote: > On 2005-10-23 17:49, stan wrote: > >On Sun, Oct 23, 2005 at 10:07:17PM +0200, Roland Smith wrote: > >>On Sun, Oct 23, 2005 at 03:09:51PM -0400, stan wrote: > >>> I'm trying to get procmail to rewrite the TO: header. I've tried something like: > >>> > >>> TO=`formail -xTo:` > >> > >> I think this command is expanded only once, and gives an empty string > >> because you didn't give formail any input. > >> > >>> # is moved to "viruses". > >>> :0: > >>> * ^X-Virus-Status: Yes > >>> | formail -I "To: is_virus, $TO" > >> > >>> But this does not seem to be working. > >>> > >>> What am I doing wrong? > >> > >> Why don't you put it in an appropriate mailbox directly? E.g: > >> > >> :0: > >> * ^X-Virus-Status: Yes > >> /home/username/Mail/virus > >> > >> :0: > >> * ^X-Spam-Status: Yes > >> /home/username/Mail/probably_spam > > > > That is _exactly_ wht _I_ do. However this is for a friend who recieves > > mail on this machine, then uses IMAP to fecth it to a Windoze box where he > > reads it with Outlook. He aparently does not now how to filter within > > Outlook on anything but the subject. > > > > So, I need to be able to rewrite the subject. Yes it's dumb but.... > > ``Much confusion in you I sense, young Jedi.'' > > If you want to rewrite the *SUBJECT* of the messages, then why are you > trying to rewrite the *RECIPIENT* header? > > Having said that, I think that what you're missing is the 'f' option in > the rule that pipes mail to formail and that you don't really need > formail for something as simple: > > :0 Hf > * X-Virus-Status: Yes > | sed -e 's/^[sS]ubject:[[:space:]]\+/Subject: [virus] ' > Yes, Oh freat master, I sense a great confusion :-) It's the To: header he wants rewriten. I'll try your magic spell with To: -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 23:11:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35EA016A41F for ; Sun, 23 Oct 2005 23:11:26 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1FA243D46 for ; Sun, 23 Oct 2005 23:11:25 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: by xproxy.gmail.com with SMTP id r21so56014wxc for ; Sun, 23 Oct 2005 16:11:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DW8hWz+UJTvdyZefYgx3lFOQ+ZWoiKpaC7cPDIRWDqPb/dm918eoNBiIa9+1j9aXAnTgUBv40LY5DvKURUKnCAjRDMgC3CIa8lbV6MR3uhWmejVtsbmlrrINQFqcr+K91b9aV0X1qNkrQ8u7l5sTlPzXr1CRBx5e0VrEiJmfNOU= Received: by 10.70.67.16 with SMTP id p16mr3191015wxa; Sun, 23 Oct 2005 16:11:25 -0700 (PDT) Received: by 10.70.91.17 with HTTP; Sun, 23 Oct 2005 16:11:25 -0700 (PDT) Message-ID: <57416b300510231611x5dd0d190v1164012b2af0d39e@mail.gmail.com> Date: Mon, 24 Oct 2005 09:11:25 +1000 From: Peter Clutton To: Johnny Billquist In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510222207.20034.vdemart1@tin.it> Cc: vittorio , netbsd-users@netbsd.org, freebsd-questions@freebsd.org Subject: Re: Editor for C & C++ language X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 23:11:26 -0000 On 10/23/05, Johnny Billquist wrote: > emacs can do anything. Put it might not be graphical enough for your tast= e > if you come from Windows... I agree that Emacs rocks. I come from a Windows background and appreciated the control, and just plain coolness of Emacs. Took a little getting used to, but a fine book by O'Rielly, and alot of practice helped ease the transition. A useful group of indenting styles for C and C++ makes it easy to find the appropriate one, or make your own. From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 23:27:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A10AB16A41F for ; Sun, 23 Oct 2005 23:27:15 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id E536143D46 for ; Sun, 23 Oct 2005 23:27:14 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a216.otenet.gr [212.205.215.216]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j9NNR7G6006349; Mon, 24 Oct 2005 02:27:08 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9NNPVvl001787; Mon, 24 Oct 2005 02:25:31 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9NNPUNg001786; Mon, 24 Oct 2005 02:25:30 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 24 Oct 2005 02:25:30 +0300 From: Giorgos Keramidas To: stan Message-ID: <20051023232530.GA1753@flame.pc> References: <20051023190951.GA25702@teddy.fas.com> <20051023200717.GB82057@slackbox.xs4all.nl> <20051023214939.GB30009@teddy.fas.com> <20051023221317.GA1211@flame.pc> <20051023231103.GE31109@teddy.fas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051023231103.GE31109@teddy.fas.com> Cc: freebsd-questions@freebsd.org Subject: Re: procmail/formail syntax question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 23:27:15 -0000 Please do *not* remove the mailing list from the Cc: header, unless there is a very good reason (i.e. confidential information in the message text). On 2005-10-23 19:11, stan wrote: >On Mon, Oct 24, 2005 at 01:13:18AM +0300, Giorgos Keramidas wrote: >>On 2005-10-23 17:49, stan wrote: >>>On Sun, Oct 23, 2005 at 10:07:17PM +0200, Roland Smith wrote: >>>>On Sun, Oct 23, 2005 at 03:09:51PM -0400, stan wrote: >>>>> I'm trying to get procmail to rewrite the TO: header. I've tried something like: >>>>> >>>>> TO=`formail -xTo:` >> >> :0 Hf >> * X-Virus-Status: Yes >> | sed -e 's/^[sS]ubject:[[:space:]]\+/Subject: [virus] ' > > Mmm, we are close here I put in: > > # test > :0 Hf > | sed -e 's/^[tT]o:[[:space:]]\+/To: [STAN] ' > > (Unconditional to test the action). That's plainly wrong. The "To:" header will contain broken crap instead of a recipient address. Just *DON'T* do that. Try to modify the "Subject:" instead. I'm positively sure than even the crapware from a well-known Redmond-based company can filter based on the subject of individual posts. > But I got this error in the procmail logfile: > > sed: 1: "s/^[tT]o:[[:space:]]\+/ ...": unescaped newline inside substitute pattern It may be that procmail does weird things with the regexp string or that procmail doesn't accept extended regexps (I think I remember finding out about this one a while ago). Let's see: % flame:/home/keramida$ cd /tmp/stan/ % flame:/tmp/stan$ ls -l % total 6 % -rw------- 1 keramida wheel - 4109 Oct 24 02:13 mbox % flame:/tmp/stan$ cat > procmailrc % :0 Hf % | sed -e 's/^[tT]o:[[:space:]]\+/To: [STAN] ' % flame:/tmp/stan$ formail -s procmail /tmp/stan/procmailrc < mbox | grep -i to: % sed: 1: "s/^[tT]o:[[:space:]]\+/ ...": unescaped newline inside substitute pattern % flame:/tmp/stan$ When I avoid using the \+ trick, it works fine: % flame:/tmp/stan$ cat > procmailrc % :0 Hf % | sed -e 's/^[tT][oO]:[[:space:]][[:space:]]*\([^[:space:]]\)/To: [STAN] \1/' % % :0 % /tmp/stan/newbox % flame:/tmp/stan$ formail -s procmail /tmp/stan/procmailrc < mbox % flame:/tmp/stan$ ls -l % total 14 % -rw------- 1 keramida wheel - 4109 Oct 24 02:13 mbox % -rw------- 1 keramida wheel - 4116 Oct 24 02:20 newbox % -rw-rw-r-- 1 keramida wheel - 105 Oct 24 02:19 procmailrc % flame:/tmp/stan$ diff -u mbox newbox % --- mbox Mon Oct 24 02:13:03 2005 % +++ newbox Mon Oct 24 02:20:05 2005 % @@ -36,7 +36,7 @@ % for ; Sun, 23 Oct 2005 19:11:03 -0400 % Date: Sun, 23 Oct 2005 19:11:03 -0400 % From: stan % -To: Giorgos Keramidas % +To: [STAN] Giorgos Keramidas % Subject: Re: procmail/formail syntax question % Message-ID: <20051023231103.GE31109@teddy.fas.com> % References: <20051023190951.GA25702@teddy.fas.com> <20051023200717.GB82057@slackbox.xs4all.nl> <20051023214939.GB30009@teddy.fas.com> <20051023221317.GA1211@flame.pc> So it *does* work, using plain regexps and not extended regexps and it changes the To: header as expected (even though that's wrong, as I said above). - Giorgos From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 23:29:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 831DA16A48F for ; Sun, 23 Oct 2005 23:29:56 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB33443D45 for ; Sun, 23 Oct 2005 23:29:55 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a216.otenet.gr [212.205.215.216]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j9NNTo5G004290 for ; Mon, 24 Oct 2005 02:29:51 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9NNSEYI001814 for ; Mon, 24 Oct 2005 02:28:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9NNSEwX001813 for freebsd-questions@freebsd.org; Mon, 24 Oct 2005 02:28:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 24 Oct 2005 02:28:14 +0300 From: Giorgos Keramidas To: freebsd-questions@freebsd.org Message-ID: <20051023232814.GB1753@flame.pc> References: <20051023190951.GA25702@teddy.fas.com> <20051023200717.GB82057@slackbox.xs4all.nl> <20051023214939.GB30009@teddy.fas.com> <20051023221317.GA1211@flame.pc> <20051023225648.GB31109@teddy.fas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051023225648.GB31109@teddy.fas.com> Subject: Re: procmail/formail syntax question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 23:29:56 -0000 On 2005-10-23 18:56, stan wrote: >On Mon, Oct 24, 2005 at 01:13:18AM +0300, Giorgos Keramidas wrote: >>On 2005-10-23 17:49, stan wrote: >>>On Sun, Oct 23, 2005 at 10:07:17PM +0200, Roland Smith wrote: >>>>On Sun, Oct 23, 2005 at 03:09:51PM -0400, stan wrote: >>>>> I'm trying to get procmail to rewrite the TO: header. I've tried something like: >>>>> >>>>> TO=`formail -xTo:` >>>> >>>> [...] >>> >>> So, I need to be able to rewrite the subject. Yes it's dumb but.... >> >> ``Much confusion in you I sense, young Jedi.'' >> >> If you want to rewrite the *SUBJECT* of the messages, then why are you >> trying to rewrite the *RECIPIENT* header? >> >> Having said that, I think that what you're missing is the 'f' option in >> the rule that pipes mail to formail and that you don't really need >> formail for something as simple: >> >> :0 Hf >> * X-Virus-Status: Yes >> | sed -e 's/^[sS]ubject:[[:space:]]\+/Subject: [virus] ' > > Yes, Oh freat master, I sense a great confusion :-) > It's the To: header he wants rewriten. You can always hit the Windows user hard on the head with a cluebat. All the mail reading software for Windows that I've recently had to work with supports filtering by the _SUBJETC_ of the messages too :-) From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 23:53:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B00716A41F for ; Sun, 23 Oct 2005 23:53:27 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4231943D53 for ; Sun, 23 Oct 2005 23:53:26 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail3.panix.com (Postfix) with ESMTP id 8C82813A9CE for ; Sun, 23 Oct 2005 19:53:25 -0400 (EDT) Received: from teddy.fas.com (pcp08632294pcs.mplsnt01.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id 0B4924308E7 for ; Sun, 23 Oct 2005 19:53:26 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1ETpeX-0000Ko-00 for ; Sun, 23 Oct 2005 19:53:25 -0400 Date: Sun, 23 Oct 2005 19:53:25 -0400 From: stan To: freebsd-questions@freebsd.org Message-ID: <20051023235325.GE629@teddy.fas.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <20051023190951.GA25702@teddy.fas.com> <20051023200717.GB82057@slackbox.xs4all.nl> <20051023214939.GB30009@teddy.fas.com> <20051023221317.GA1211@flame.pc> <20051023231103.GE31109@teddy.fas.com> <20051023232530.GA1753@flame.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051023232530.GA1753@flame.pc> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 19:31:00 up 71 days, 23:03, 2 users, load average: 0.09, 0.03, 0.01 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Re: procmail/formail syntax question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 23:53:27 -0000 On Mon, Oct 24, 2005 at 02:25:30AM +0300, Giorgos Keramidas wrote: > Please do *not* remove the mailing list from the Cc: header, unless > there is a very good reason (i.e. confidential information in the > message text). > Sorry, I hit "r" instead of "l" in mutt. My apoligies. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 01:31:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D1E16A41F for ; Mon, 24 Oct 2005 01:31:18 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E70A43D4C for ; Mon, 24 Oct 2005 01:31:17 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a216.otenet.gr [212.205.215.216]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j9O1VDpP002588 for ; Mon, 24 Oct 2005 04:31:14 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9O1TAgt007152 for ; Mon, 24 Oct 2005 04:29:10 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9O1SnNj007143 for freebsd-questions@freebsd.org; Mon, 24 Oct 2005 04:28:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 24 Oct 2005 04:28:49 +0300 From: Giorgos Keramidas To: freebsd-questions@freebsd.org Message-ID: <20051024012849.GA7091@flame.pc> References: <20051023190951.GA25702@teddy.fas.com> <20051023200717.GB82057@slackbox.xs4all.nl> <20051023214939.GB30009@teddy.fas.com> <20051023221317.GA1211@flame.pc> <20051023231103.GE31109@teddy.fas.com> <20051023232530.GA1753@flame.pc> <20051023235325.GE629@teddy.fas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051023235325.GE629@teddy.fas.com> Subject: Re: procmail/formail syntax question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 01:31:19 -0000 On 2005-10-23 19:53, stan wrote: >On Mon, Oct 24, 2005 at 02:25:30AM +0300, Giorgos Keramidas wrote: >> Please do *not* remove the mailing list from the Cc: header, unless >> there is a very good reason (i.e. confidential information in the >> message text). > > Sorry, I hit "r" instead of "l" in mutt. > My apoligies. That's ok. I usually hit 'g' (group-reply), and it's not too much trouble to Cc: the list again. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 02:22:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16D8716A41F for ; Mon, 24 Oct 2005 02:22:50 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A29843D45 for ; Mon, 24 Oct 2005 02:22:49 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail1.panix.com (Postfix) with ESMTP id C23565984B; Sun, 23 Oct 2005 22:22:48 -0400 (EDT) Received: from teddy.fas.com (pcp08632294pcs.mplsnt01.sc.comcast.net [68.58.232.106]) by mailspool2.panix.com (Postfix) with ESMTP id C61DE11F76A; Sun, 23 Oct 2005 22:22:48 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1ETrz6-0001I9-00; Sun, 23 Oct 2005 22:22:48 -0400 Date: Sun, 23 Oct 2005 22:22:48 -0400 From: stan To: Giorgos Keramidas Message-ID: <20051024022248.GA4862@teddy.fas.com> Mail-Followup-To: Giorgos Keramidas , freebsd-questions@freebsd.org References: <20051023190951.GA25702@teddy.fas.com> <20051023200717.GB82057@slackbox.xs4all.nl> <20051023214939.GB30009@teddy.fas.com> <20051023221317.GA1211@flame.pc> <20051023231103.GE31109@teddy.fas.com> <20051023232530.GA1753@flame.pc> <20051023235325.GE629@teddy.fas.com> <20051024012849.GA7091@flame.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051024012849.GA7091@flame.pc> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 22:17:33 up 72 days, 1:50, 1 user, load average: 0.00, 0.00, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: freebsd-questions@freebsd.org Subject: Re: procmail/formail syntax question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 02:22:50 -0000 On Mon, Oct 24, 2005 at 04:28:49AM +0300, Giorgos Keramidas wrote: > On 2005-10-23 19:53, stan wrote: > >On Mon, Oct 24, 2005 at 02:25:30AM +0300, Giorgos Keramidas wrote: > >> Please do *not* remove the mailing list from the Cc: header, unless > >> there is a very good reason (i.e. confidential information in the > >> message text). > > > > Sorry, I hit "r" instead of "l" in mutt. > > My apoligies. > > That's ok. I usually hit 'g' (group-reply), and it's not too much > trouble to Cc: the list again. Oh, and I learned another mutt command! Another secret mutt user surfaces :-) -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 03:21:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8870016A41F for ; Mon, 24 Oct 2005 03:21:00 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1091843D46 for ; Mon, 24 Oct 2005 03:20:59 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j9O3Kns3080614; Sun, 23 Oct 2005 22:20:51 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <435C530C.8010300@daleco.biz> Date: Sun, 23 Oct 2005 22:20:44 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.11) Gecko/20050923 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard Collyer References: <435BCCA5.6060502@firebadger.net> In-Reply-To: <435BCCA5.6060502@firebadger.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Crash When "make index" - Repair Needed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 03:21:00 -0000 Richard Collyer wrote: > Hello, > > My box (5.4 Stable) has taken to crashing when I do a make > index (in /usr/ports) after a cvsup ports upgrade. I think the > problem may be down to overheating as it only does this when > the server is put under considerable stress (I take it that > make index is stressful on the PC) and has done it before > when I was doing some data manipulation which stressed > it for an hour or so. After that I added some cooling which > solved the problem...until now. > > > My question is do I need to repair the index if the box crashes > while making it? If so how do I do it. I read on google that 5.x > doesnt need to make index in the same way as 4.x did so I am > safe by not running the command? > > > Cheers > Richard Sounds like a case for "make fetchindex", in which your box will download INDEX-5 from a freebsd.org server instead of building it from scratch. HTH, Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 03:22:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E0F16A41F for ; Mon, 24 Oct 2005 03:22:41 +0000 (GMT) (envelope-from ahnjoan@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA9AA43D48 for ; Mon, 24 Oct 2005 03:22:40 +0000 (GMT) (envelope-from ahnjoan@gmail.com) Received: by xproxy.gmail.com with SMTP id r21so90825wxc for ; Sun, 23 Oct 2005 20:22:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=c9Rg2aVhd335og0tc91Et6CGDDCyK27Hj+7trdi+bbVfsgc3+UXgf08BRrmmh5nzTVznG0bSOVd2KrtBBY0RTpBMnkrx2l5TsRIAO6zfs/oNjv0iuLTTi1otbG766pf9vemHfgyDnAxYFhnU8JO+Yc/W5ubUhzzii+BEo7VCTWI= Received: by 10.70.96.6 with SMTP id t6mr3295572wxb; Sun, 23 Oct 2005 20:22:40 -0700 (PDT) Received: by 10.70.102.7 with HTTP; Sun, 23 Oct 2005 20:22:40 -0700 (PDT) Message-ID: <5e575c8a0510232022m22dbb31ewa99ed10ee2a3092b@mail.gmail.com> Date: Sun, 23 Oct 2005 23:22:40 -0400 From: Ahnjoan Amous To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: base64 Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: default routing question ZIPB ADSL PPPoA X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 03:22:41 -0000 VGhlIHNob3J0IDogSSBiZWxpZXZlIHRoZSBwcm9ibGVtIEkgYW0gaGF2aW5nIGlzIGR1ZSB0byBy b3V0aW5nLiBBIERIQ1AKc2VydmVyIHNlbmRzIG1lIElQIEEuQi5DLkQgd2l0aCBhIGRlZmF1bHQg cm91dGUgb2YgQS5CLkMuRC4gImRoY2xpZW50IiBpc24ndApoYW5kbGluZyB0aGlzIHdlbGwgYW5k IEkgZG9uJ3Qga25vdyBob3cgdG8gZml4IGl0LiBXaW5kb3dzIGFzIHdlbGwgYXMgTGludXgKREhD UCBjbGllbnRzIGRvIG5vdCBoYXZlIGEgcHJvYmxlbSB3aXRoIHRoaXMgYW5kIEkgYW0gYXQgbXkg d2l0cyBlbmQgdHJ5aW5nCnRvIGZpZ3VyZSBvdXQgd2hhdCBjb21iaW5hdGlvbiBvZiByb3V0ZSBj b21tYW5kcyB3aWxsIGZpeCBteSBpc3N1ZS4KClRoZSBsb25nIDogSSBoYXZlIGEgQ2VsbFBpcGUg QURTTCByb3V0ZXIvYnJpZGdlIGZyb20gTHVjZW50LiBUaGlzIGRldmljZSBpcwpwcm92aWRlZCBi eSBvdXIgSVNQLiBJIGFtIGV4cGxvcmluZyB0aGUgWklQQiBmdW5jdGlvbmFsaXR5IG9mIHRoZSBk ZXZpY2UgdG8KYWxsb3cgbXkgRnJlZUJTRCBob3N0IHRvIG93biB0aGUgcHVibGljIElQLiBUaGUg YmFzaWNzIG9mIHRoZSBjb25maWd1cmF0aW9uCmZvciB0aG9zZSB1bmZhbWlsaWFyIGlzIGFzIGZv bGxvd3MuIFBQUG9BIGlzIGVzdGFibGlzaGVkIGJ5IHRoZSBkZXZpY2UgYW5kCnRoZSB0aGUgKHB1 YmxpYykgSVAgYWNxdWlyZWQgdGhyb3VnaCB0aGUgcHJldmlvdXMgcHJvY2VzcyBpcyBkZWxpdmVy ZWQgdG8gYQpob3N0IGJlaGluZCB0aGF0IENlbGxQaXBlIHZpYSBESENQLiBBZnRlciBESENQIHRo ZSBkZXZpY2UgYWN0cyBhcyBhCiJicmlkZ2UiLCBhbGxvd2luZyB0aGUgaW50ZXJuYWwgZGV2aWNl IHRvIHVzZSB0aGUgcHVibGljIElQIGFzIGl0cyBvd24uIEknbQpzdXJlIHRoaXMgZGVzY3JpcHRp b24gaXMgdmFndWUgYnV0IEkgZG9uJ3Qga25vdyBhbnkgb3RoZXIgd2F5IHRvIGV4cGxhaW4uCgpJ bmZvIDogQWZ0ZXIgZGhjbGllbnQgYWNxdWlyZXMgaXRzIGluZm8gdGhlIGV0aGVybmV0IGludGVy ZmFjZSBsb29rcyBsaWtlCnRoaXMKaWZjb25maWcgZXRoZXJuZXQgaW50ZXJmYWNlIJYgaW5ldCBB LkIuQy5EIG5ldG1hc2sKMjU1LjI1NS4yNTUuMjU1PGh0dHA6Ly8yNTUuMjU1LjI1NS4yNTUvPgoK V2hlbiBJIGNvbm5lY3QgYSB3aW5kb3dzIG9yIExpbnV4IGhvc3QgdGhleSBzZWVtIHRvIHRyZWF0 IHRoZSBpbnRlcmZhY2UgYXMKdGhlIGRlZmF1bHQgcm91dGUgYW5kIHdvcmsgYXMgZXhwZWN0ZWQu IFdpdGggRnJlZUJTRCBJIGhhdmUgdHJpZWQgcmVtb3ZpbmcKYWxsIHJvdXRlcyBmb3IgdGhlIGRl dmljZSBhZnRlciBhc3NpZ25tZW50LCBhbmQgdGhlbiBhZGRpbmcgZGVmYXVsdCByb3V0ZQpiYXNl ZCBvbiAtaW50ZXJmYWNlIGZsYWcgZm9yIHJvdXRlIGNvbW1hbmQuIEkgaGF2ZSBhbHNvIHRyaWVk IG9wZW5pbmcgdXAgdGhlCm5ldG1hc2sgb24gdGhlIGV0aGVybmV0IGludGVyZmFjZSBhbmQgYWRk aW5nIGEgZGVmYXVsdCByb3V0ZSBkZXN0aW5lZCBmb3IKd2hhdCBJIGtub3cgdGhlIFBQUG9BIGNv bm5lY3Rpb25zIGVuZCBwb2ludCBpcy4KCk5vdGhpbmcgSSBoYXZlIHRyaWVkIHNlZW1zIHRvIHdv cmsuIEkgZG9uJ3QgY29uc2lkZXIgbXlzZWxmIGFuIGV4cGVydCBieSBhbnkKbWVhbnMgYnV0IHRo aXMgaXMgY2xlYXJseSBiZXlvbmQgbXkga25vd2xlZGdlLgoKSSdtIGhhcHB5IHRvIHByb3ZpZGUg YW55IGluZm9ybWF0aW9uIHlvdSBuZWVkIGl0IHlvdSBoYXZlIGFuIGlkZWEuCgpUaGFua3MKCkFo bmpvYW4K From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 03:54:35 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 153FF16A41F for ; Mon, 24 Oct 2005 03:54:35 +0000 (GMT) (envelope-from mohsen@pahlevanzadeh.org) Received: from cpanel.unitedhosts.com (server7.unitedhosts.com [207.44.134.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEFC643D46 for ; Mon, 24 Oct 2005 03:54:34 +0000 (GMT) (envelope-from mohsen@pahlevanzadeh.org) Received: from [81.91.153.7] (helo=[192.168.12.73]) by cpanel.unitedhosts.com with esmtpa (Exim 4.52) id 1ETrnN-0003oP-G4 for questions@freebsd.org; Sun, 23 Oct 2005 19:10:20 -0700 Message-ID: <4376945A.4000807@pahlevanzadeh.org> From: Mohsen Pahlevanzadeh User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel.unitedhosts.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - pahlevanzadeh.org X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: an Iranian forum & power of BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 24 Oct 2005 03:54:35 -0000 X-Original-Date: Sun, 13 Nov 2005 04:48:18 +0330 X-List-Received-Date: Mon, 24 Oct 2005 03:54:35 -0000 Dears,I'm discussing on power of BSD family.I told you bind(),accept() & socket() is own of BSD.But they saying me GNU write it.write or Rewrite? Yours,Mohsen From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 04:30:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B14916A41F for ; Mon, 24 Oct 2005 04:30:41 +0000 (GMT) (envelope-from mohsen@pahlevanzadeh.org) Received: from cpanel.unitedhosts.com (server7.unitedhosts.com [207.44.134.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A0FE43D48 for ; Mon, 24 Oct 2005 04:30:41 +0000 (GMT) (envelope-from mohsen@pahlevanzadeh.org) Received: from [81.91.153.7] (helo=[192.168.12.106]) by cpanel.unitedhosts.com with esmtpa (Exim 4.52) id 1ETUGU-0008AG-T4; Sat, 22 Oct 2005 18:02:50 -0700 Message-ID: <4375330B.3040805@pahlevanzadeh.org> From: Mohsen Pahlevanzadeh User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: vittorio References: <200510222207.20034.vdemart1@tin.it> In-Reply-To: <200510222207.20034.vdemart1@tin.it> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel.unitedhosts.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - pahlevanzadeh.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org, netbsd-users@netbsd.org Subject: Re: Editor for C & C++ language X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 24 Oct 2005 04:30:41 -0000 X-Original-Date: Sat, 12 Nov 2005 03:40:51 +0330 X-List-Received-Date: Mon, 24 Oct 2005 04:30:41 -0000 vittorio wrote: >Working usually under kde I'm looking for something similar to the llc-win32 >program under ms-windows - that is a development environment where you can >edit your c++ program, compile it, debug it step by step, and finally run it >in a suitable window. >I tried the nice editor kate which allows to compile the file only. No >debugging, no running. >Is there anything of the kind of llc-win32? >Ciao >Vittorio >_______________________________________________ >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" > > May be yoo need to an IDE insted of editor. You can use kdevelop package. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 05:50:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90C7916A41F for ; Mon, 24 Oct 2005 05:50:57 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Received: from web32715.mail.mud.yahoo.com (web32715.mail.mud.yahoo.com [68.142.206.28]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E50C43D49 for ; Mon, 24 Oct 2005 05:50:57 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Received: (qmail 11866 invoked by uid 60001); 24 Oct 2005 05:50:56 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=CueMNVIATMV0kwWB0fGqhjPFGZVFdqGJGIVs49pYOcuYsyDgo9gg+ceoL8Iukcl+B88JTTM8UT9qHjE6e32dGuGVIhHEEKSgZfCTyFexAMPDqv7lF5NR0CxPU6QZPssz2WCFBRTtWRrwBrhrU5DuLPfKYREl5vqUdyKz3PtD/OQ= ; Message-ID: <20051024055056.11864.qmail@web32715.mail.mud.yahoo.com> Received: from [68.157.30.21] by web32715.mail.mud.yahoo.com via HTTP; Sun, 23 Oct 2005 22:50:56 PDT Date: Sun, 23 Oct 2005 22:50:56 -0700 (PDT) From: stheg olloydson To: mohsen@pahlevanzadeh.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: an Iranian forum & power of BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 05:50:57 -0000 it was said: > Dears,I'm discussing on power of BSD family.I told you >bind(),accept() & >socket() is own of BSD.But they saying me GNU write it.write or >Rewrite? >Yours,Mohsen You do not specify which bind(), accept(), and socket() you are talking about, so I will assume you mean the system calls. They first appeared in 4.2BSD, which was released in August 1983. (This is NOT the same thing as FreeBSD 4.2.) This was the first unix to have TCP/IP built in. The following month, September 1983, Richard Stallman started the GNU project. By the way, FreeBSD 1.0 was released in December 1993. Linux 1.0 was released in March 1994; but the first version of Linux, 0.01, was released in August 1991. HTH, stheg __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 05:51:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B8C616A41F for ; Mon, 24 Oct 2005 05:51:49 +0000 (GMT) (envelope-from raydentg85@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D390C43D5E for ; Mon, 24 Oct 2005 05:51:46 +0000 (GMT) (envelope-from raydentg85@gmail.com) Received: by xproxy.gmail.com with SMTP id i29so64365wxd for ; Sun, 23 Oct 2005 22:51:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=KSLs61FqcYV/HxibWfKeGz806Xe2z2Zvfir3DR3Y8VcHguEP3o0707Q4X/4ZsS43Rk4rxjlt5PhNS8wcvaHaezqS1SCijiqNEopYllSR5SMbKaY57mnrmLIXvG/nilAYyjOaLmPH0bfHkAGqBMCCZCqeuIDf4C9hQMfbGXoXQQk= Received: by 10.70.73.1 with SMTP id v1mr3346640wxa; Sun, 23 Oct 2005 22:51:46 -0700 (PDT) Received: by 10.70.108.15 with HTTP; Sun, 23 Oct 2005 22:51:45 -0700 (PDT) Message-ID: Date: Mon, 24 Oct 2005 07:51:46 +0200 From: Eyad Salah To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 05:51:49 -0000 I'm kinda new to Linux, How can I start FreeBSD GUI (Like windows)? -- NEVER FORGET RAYDEN IS WATCHIN From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 06:32:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C3516A41F for ; Mon, 24 Oct 2005 06:32:04 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id EACCF43D45 for ; Mon, 24 Oct 2005 06:32:03 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1ETvsH-000CO3-NV; Mon, 24 Oct 2005 10:32:01 +0400 Message-ID: <435C7FD2.9080601@speechpro.com> Date: Mon, 24 Oct 2005 10:31:46 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: spen , freebsd-questions@freebsd.org References: <20051022145659.45698.qmail@web31114.mail.mud.yahoo.com> In-Reply-To: <20051022145659.45698.qmail@web31114.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: samba question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 06:32:04 -0000 spen wrote: > smbd >Abort trap > nmbd >------------------------------------------------ >The story is that the first time I installed samba I >enabled it in my /etc/rc.conf writting > >"echo " smbd" && /usr/local/sbin/smbd -D >echo " nmbd" && /usr/local/sbin/nmbd -D " > > This is incorrect way to start daemons. You need read manual page for rc.conf. What is last mail with abort trap you got? From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 06:45:04 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FA0016A41F for ; Mon, 24 Oct 2005 06:45:04 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B573943D45 for ; Mon, 24 Oct 2005 06:45:03 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 1BE3A1310C4; Mon, 24 Oct 2005 16:15:02 +0930 (CST) Received: from eucla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by wantadilla.lemis.com (Postfix) with ESMTP id 8D0DC8463F; Mon, 24 Oct 2005 16:15:01 +0930 (CST) Received: by eucla.lemis.com (Postfix, from userid 1004) id 7F6EF4D315; Mon, 24 Oct 2005 09:45:00 +0300 (EEST) Date: Mon, 24 Oct 2005 09:45:00 +0300 From: Greg 'groggy' Lehey To: Mohsen Pahlevanzadeh Message-ID: <20051024064500.GB763@eucla.lemis.com> References: <4376945A.4000807@pahlevanzadeh.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4376945A.4000807@pahlevanzadeh.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: questions@freebsd.org Subject: Re: an Iranian forum & power of BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 06:45:04 -0000 On Sunday, 13 November 2005 at 4:48:18 +0330, Mohsen Pahlevanzadeh wrote: > Dears,I'm discussing on power of BSD family.I told you > bind(),accept() & socket() is own of BSD.But they saying me GNU > write it.write or Rewrite? The functions that you refer to come from the original TCP/IP implementation for 4.2BSD, some time round 1981. Most other systems have copied them at some time. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 08:27:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 275CF16A428 for ; Mon, 24 Oct 2005 08:27:20 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from esemetz.metz.supelec.fr (esemetz.metz.supelec.fr [193.48.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9A1843D45 for ; Mon, 24 Oct 2005 08:27:16 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from smtp.metz.supelec.fr (smtp.metz.supelec.fr [193.48.224.205]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id j9O8RFI21965 for ; Mon, 24 Oct 2005 10:27:15 +0200 Received: from [193.48.225.2] (nou.rez-metz.supelec.fr [193.48.225.2]) by smtp.metz.supelec.fr (8.11.6/8.11.6) with ESMTP id j9O8L3K00921 for ; Mon, 24 Oct 2005 10:21:03 +0200 Message-ID: <435C9AE0.40506@altern.org> Date: Mon, 24 Oct 2005 10:27:12 +0200 From: Gregory Nou User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051009) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-Questions Questions Content-Type: multipart/mixed; boundary="------------050702010202090400020701" Subject: [Fwd: Suspected problem with /libexec/ld-elf.so.1] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 08:27:20 -0000 This is a multi-part message in MIME format. --------------050702010202090400020701 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit As nobody seems concerned in current, I suppose it is not an error due to current. Does someone here have an idea on why this thing is (seems) broken ? uname : 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Fri Oct 21 17:13:29 CEST 2005 Thanks a lot :) --------------050702010202090400020701 Content-Type: message/rfc822; name="Suspected problem with /libexec/ld-elf.so.1" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Suspected problem with /libexec/ld-elf.so.1" X-Account-Key: account3 Return-Path: X-Original-To: gregorynou@altern.org Delivered-To: gregorynou@altern.org Received: from mx.altern.org (mx.altern.org [80.67.174.51]) by filer2.altern.org (Postfix) with ESMTP id 765C948824BD for ; Sun, 23 Oct 2005 18:52:10 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mx.altern.org (Postfix) with ESMTP id A951814217 for ; Sun, 23 Oct 2005 18:15:20 +0200 (CEST) Received: from mx.altern.org ([127.0.0.1]) by localhost (filer [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18483-06 for ; Sun, 23 Oct 2005 18:15:20 +0200 (CEST) Received: from mx2.freebsd.org (unknown [216.136.204.119]) by mx.altern.org (Postfix) with ESMTP id 503E01421E for ; Sun, 23 Oct 2005 18:15:20 +0200 (CEST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id DB8BF5C841; Sun, 23 Oct 2005 15:52:53 +0000 (GMT) (envelope-from owner-freebsd-current@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id DB1B016A439; Sun, 23 Oct 2005 15:52:51 +0000 (GMT) (envelope-from owner-freebsd-current@freebsd.org) X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A52216A420 for ; Sun, 23 Oct 2005 15:52:33 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from esemetz.metz.supelec.fr (esemetz.metz.supelec.fr [193.48.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF3843D6D for ; Sun, 23 Oct 2005 15:52:29 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from smtp.metz.supelec.fr (smtp.metz.supelec.fr [193.48.224.205]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id j9NFqQI13829 for ; Sun, 23 Oct 2005 17:52:26 +0200 Received: from [193.48.225.2] (nou.rez-metz.supelec.fr [193.48.225.2]) by smtp.metz.supelec.fr (8.11.6/8.11.6) with ESMTP id j9NFkFK19478 for ; Sun, 23 Oct 2005 17:46:16 +0200 Message-ID: <435BB1B8.9050603@altern.org> Date: Sun, 23 Oct 2005 17:52:24 +0200 From: Gregory Nou User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051009) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Suspected problem with /libexec/ld-elf.so.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: owner-freebsd-current@freebsd.org Errors-To: owner-freebsd-current@freebsd.org X-Spam-Status: No, hits=-1.7 tagged_above=-999.0 required=5.0 tests=AWL, BAYES_00 X-Spam-Level: Hi, I'm experiencing lots of weird problems since my last cvsup (yesterday) Everything I have installed using packages or sources after the cvsup doesn't work, exiting with weird error messages like for example: % pdflatex rapport.tex zsh: exec format error: pdflatex or % texi2pdf rapport.tex pdflatex: 2: Syntax error: ")" unexpected /usr/local/bin/texi2dvi: pdflatex exited with bad status, quitting. and also : /libexec/ld-elf.so.1: some_lib_here: unsupported file layout % xpdf /libexec/ld-elf.so.1: /usr/local/lib/libt1.so.5: unsupported file layout % kile /libexec/ld-elf.so.1: /usr/X11R6/lib/libqt-mt.so.3: unsupported file layout Is someone experiencing the same problem ? -- Gregory _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" --------------050702010202090400020701-- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 08:34:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E7D516A41F for ; Mon, 24 Oct 2005 08:34:45 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id C556143D45 for ; Mon, 24 Oct 2005 08:34:44 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: (qmail invoked by alias); 24 Oct 2005 08:34:41 -0000 Received: from pD952E95F.dip0.t-ipconnect.de (EHLO p4-3200.local) [217.82.233.95] by mail.gmx.net (mp006) with SMTP; 24 Oct 2005 10:34:41 +0200 X-Authenticated: #4870692 From: Andreas Rudisch To: Eyad Salah In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-hpf7HljBIcRw+3MVfAiz" Date: Mon, 24 Oct 2005 10:34:41 +0200 Message-Id: <1130142881.515.0.camel@p4-3200.local> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 08:34:45 -0000 --=-hpf7HljBIcRw+3MVfAiz Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-10-24 at 07:51 +0200, Eyad Salah wrote: > I'm kinda new to Linux, How can I start FreeBSD GUI (Like windows)? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ --=20 GnuPG key : 0xD25FCC81 | http://cyb.websimplex.de/pubkey.asc Fingerprint: D182 6F22 7EEC DD4C 0F6E 564C 691B 0372 D25F CC81 --=-hpf7HljBIcRw+3MVfAiz Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDXJyhaRsDctJfzIERAqQrAJ4hI3ahFkMQjYdcsJvnDmb2ZsBY9ACfSxt0 94od6XTd7XvYM4sjfsE4fKc= =gGBG -----END PGP SIGNATURE----- --=-hpf7HljBIcRw+3MVfAiz-- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 08:52:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3D8116A41F for ; Mon, 24 Oct 2005 08:52:21 +0000 (GMT) (envelope-from renas13@yahoo.com) Received: from web31115.mail.mud.yahoo.com (web31115.mail.mud.yahoo.com [68.142.201.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 5483543D66 for ; Mon, 24 Oct 2005 08:52:20 +0000 (GMT) (envelope-from renas13@yahoo.com) Received: (qmail 70048 invoked by uid 60001); 24 Oct 2005 08:52:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=6sSh79Gzu+4WunSjKp3CFZf8r/XmwMjcxFtfWlHYrdeTBg94lmiuaah0kWN22NVl+EfdwAoKKA1Dso2agXh/UY1lihJDklzhf0vRKnAW4yhjNslBrQ3G1twywJujBb44e/clSyq3m8G5yQkxMsJcD0Xr8SQ+Cw/Qu8k72T/QUBg= ; Message-ID: <20051024085219.70046.qmail@web31115.mail.mud.yahoo.com> Received: from [193.111.103.122] by web31115.mail.mud.yahoo.com via HTTP; Mon, 24 Oct 2005 01:52:19 PDT Date: Mon, 24 Oct 2005 01:52:19 -0700 (PDT) From: spen To: freebsd-questions@freebsd.org In-Reply-To: <435C7FD2.9080601@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: igorr@speechpro.com Subject: Re: samba question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 08:52:22 -0000 I have already changed the way to enable samba on the machine. I do not use this in rc.conf >"echo " smbd" && /usr/local/sbin/smbd -D >echo " nmbd" && /usr/local/sbin/nmbd -D " but simply: #enable samba samba_enable="YES" the last message was the one I posted. Fortunatelly I haven't got any mail since then, so I guess things are OK. Do you think the whole problem was on those two lines above that I used to have in my rc.conf? i'll include the last mail I got for abort trap: Message 1: >From operator@BSD.BSD.org Fri Oct 21 13:22:01 2005 Date: Fri, 21 Oct 2005 13:22:00 +0300 (EEST) From: operator@BSD.BSD.org (Cron Daemon) To: operator@BSD.BSD.org Subject: Cron /usr/libexec/save-entropy X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: smbd Abort trap nmbd Could you also enlight me in what "Abort trap" means? thank you Spen __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 09:36:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39DD216A420 for ; Mon, 24 Oct 2005 09:36:55 +0000 (GMT) (envelope-from fowlplay77@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4AEA43D45 for ; Mon, 24 Oct 2005 09:36:54 +0000 (GMT) (envelope-from fowlplay77@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so210333qbd for ; Mon, 24 Oct 2005 02:36:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=stNZ1pqtcHXavyYkzwmn53volw07tnW8STjqa6mZPsV6F4tVJI4qsivchbKR00tH99IABT77gD2nZ2yh6YwVSJdbrJxxXA08wpnrRe/6mEYYflynbV4MBtAyI7W6DtrIR6GqDUcIwQX5TN10D72YVOk/9BU0m/KuBI2GtaA14WU= Received: by 10.65.95.10 with SMTP id x10mr325713qbl; Mon, 24 Oct 2005 02:36:54 -0700 (PDT) Received: by 10.65.83.15 with HTTP; Mon, 24 Oct 2005 02:36:54 -0700 (PDT) Message-ID: <25b28b630510240236q29ab1107q4dea413663cb5672@mail.gmail.com> Date: Mon, 24 Oct 2005 16:36:54 +0700 From: Owen Jeremiah To: spen In-Reply-To: <20051024085219.70046.qmail@web31115.mail.mud.yahoo.com> MIME-Version: 1.0 References: <435C7FD2.9080601@speechpro.com> <20051024085219.70046.qmail@web31115.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: igorr@speechpro.com, freebsd-questions@freebsd.org Subject: Re: samba question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 09:36:55 -0000 If I remember correctly, you have to start inetd to run smbd and nmbd. Chec= k FreeBSD handbook for further details about configuring samba. Regards, OJ From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 10:06:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 144F216A41F for ; Mon, 24 Oct 2005 10:06:58 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id C896843D49 for ; Mon, 24 Oct 2005 10:06:57 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-91-226-109.san.res.rr.com [66.91.226.109]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j9OA6uXu007062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 24 Oct 2005 03:06:57 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20051024030314.05cb8eb0@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Mon, 24 Oct 2005 03:04:23 -0700 To: Owen Jeremiah , spen From: Glenn Dawson In-Reply-To: <25b28b630510240236q29ab1107q4dea413663cb5672@mail.gmail.co m> References: <435C7FD2.9080601@speechpro.com> <20051024085219.70046.qmail@web31115.mail.mud.yahoo.com> <25b28b630510240236q29ab1107q4dea413663cb5672@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: igorr@speechpro.com, freebsd-questions@freebsd.org Subject: Re: samba question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 10:06:58 -0000 At 02:36 AM 10/24/2005, Owen Jeremiah wrote: >If I remember correctly, you have to start inetd to run smbd and nmbd. Check >FreeBSD handbook for further details about configuring samba. Samba doesn't care about inetd. Adding samba_enable="YES" to rc.conf is sufficient. (assuming you built samba from ports) -Glenn >Regards, >OJ >_______________________________________________ >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 Oct 24 10:58:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AF3F16A41F for ; Mon, 24 Oct 2005 10:58:29 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3D943D48 for ; Mon, 24 Oct 2005 10:58:28 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EU022-00027U-FE; Mon, 24 Oct 2005 14:58:23 +0400 Message-ID: <435CBE3E.2080701@speechpro.com> Date: Mon, 24 Oct 2005 14:58:06 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Owen Jeremiah , freebsd-questions@freebsd.org References: <435C7FD2.9080601@speechpro.com> <20051024085219.70046.qmail@web31115.mail.mud.yahoo.com> <25b28b630510240236q29ab1107q4dea413663cb5672@mail.gmail.com> In-Reply-To: <25b28b630510240236q29ab1107q4dea413663cb5672@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: samba question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 10:58:29 -0000 Owen Jeremiah wrote: > If I remember correctly, you have to start inetd to run smbd and nmbd. > Check FreeBSD handbook for further details about configuring samba. You _dont need_ inetd for Samba, moreover, inetd will degrade Samba performance, and AFAIK is not recommeded by Samba team . From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 11:11:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF94016A41F for ; Mon, 24 Oct 2005 11:11:34 +0000 (GMT) (envelope-from og.smith@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB7E43D53 for ; Mon, 24 Oct 2005 11:11:33 +0000 (GMT) (envelope-from og.smith@gmail.com) Received: by nproxy.gmail.com with SMTP id n15so163235nfc for ; Mon, 24 Oct 2005 04:11:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ORh3ieHOGcycKJjGPjUmcwOC8I9P3rF0UBOWx8EjiQsbfVojjLbES4AbECluL5FqhxEwJ3B26Br9UgQMTx3YX4XFq+hU3v4IAwXlBo9venquxXaCL5ZhYLskqhIKSS32zUxKCJPqCXXzazPcto53NqXPUj3+LzGF+H71hR2oPZM= Received: by 10.48.199.3 with SMTP id w3mr341019nff; Mon, 24 Oct 2005 04:11:31 -0700 (PDT) Received: by 10.48.235.11 with HTTP; Mon, 24 Oct 2005 04:11:29 -0700 (PDT) Message-ID: <472ab61e0510240411t77f839fcm51f4455c62f99144@mail.gmail.com> Date: Mon, 24 Oct 2005 12:11:29 +0100 From: Owen Smith To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: page fault while in kernel mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 11:11:35 -0000 Hi Whilst running 5.3-RELEASE-p22 on a GENERIC+ SMP options kernel we have had this: Fatal trap 12: page fault while in kernel mode cpuid =3D 1; apic id =3D 00 fault virtual address =3D 0x42d38cf0 fault code =3D supervisor write, page not present instruction pointer =3D 0x8:0xc062f242 stack pointer =3D 0x10:0xeb4649bc frame pointer =3D 0x10:0xeb4649c4 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 1015 (screen) trap number =3D 12 panic: page fault cpuid =3D 1 boot() called on cpu#1 Uptime: 12d18h29m43s Cannot dump. No dump device defined. iir0: Flushing all Host Drives. Please wait ... kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 01 fault virtual address =3D 0x24 fault code =3D supervisor read, page not present instruction pointer =3D 0x8:0xc062c613 stack pointer =3D 0x10:0xe4dffc30 frame pointer =3D 0x10:0xe4dffc44 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D resume, IOPL =3D 0 current process =3D 37 (swi5: clock sio) trap number =3D 12 spin lock sched lock held by 0xc22b94b0 for > 5 seconds panic: spin lock held too long cpuid =3D 1 spin lock sched lock held by 0xc22b94b0 for > 5 seconds panic: spin lock held too long cpuid =3D 1 # nm -n /boot/kernel/kernel | grep c062f c062f098 T openbsd_poll c062f0a8 T clear_selinfo_list c062f0d4 T selrecord c062f178 T selwakeup c062f188 T selwakeuppri c062f198 t doselwakeup c062f320 t selectinit c062f348 t pipeinit c062f37c t pipe_zone_ctor c062f454 t pipe_zone_dtor c062f468 t pipe_zone_init c062f48c t pipe_zone_fini c062f4a0 T pipe c062f794 t pipespace_new c062f8d0 t pipespace c062f8e0 t pipe_create c062f94c t pipe_read c062ff34 t pipe_build_write_buffer It is the 2nd time in a month the server has crashed the first time it rebooted on its own so I didn't get the error, but this time I had to power cycle it. The server is a Dual 800MHz intel box with 1.5GB RAM and 4*36GB RAID SCSI d= isks, It generally is not under much load. Whats the best thing todo? debugging kernel etc or just upgrade to 5.4? Thanks Ogg From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 11:53:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BEC416A41F for ; Mon, 24 Oct 2005 11:53:08 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: from web34611.mail.mud.yahoo.com (web34611.mail.mud.yahoo.com [209.191.68.145]) by mx1.FreeBSD.org (Postfix) with SMTP id B12E743D45 for ; Mon, 24 Oct 2005 11:53:07 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: (qmail 76470 invoked by uid 60001); 24 Oct 2005 11:53:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=da293WMCVGZ4r2a8HKpEMalvTgG6z5emKMlFDv7FQ1L2jQWZNzHYTVVKQknokOwfxfqHJ7sEv2nSOVGQ6vwBTRaPDOGrpNPP0abEm9CqwukbOVeAy9H1JcLonmqzN411mqYkLdSpD9WQ1voLJvxUi1rZ3Lm1q5I5kUq9B9HmsG0= ; Message-ID: <20051024115307.76468.qmail@web34611.mail.mud.yahoo.com> Received: from [210.18.143.69] by web34611.mail.mud.yahoo.com via HTTP; Mon, 24 Oct 2005 12:53:07 BST Date: Mon, 24 Oct 2005 12:53:07 +0100 (BST) From: Deepak Naidu To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: dmesg shows no output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 11:53:08 -0000 Hi, I just checked today, that when executing dmesg command, I didnt get any output ie no logs. And more over even if I stop and start /etc/rc.d/dmesg the /var/run/dmesg.boot is deleted and not inputted with new logs. I just want to know, whether someone has hacked my system or ? is dmesg not giving any output..... I hope some can help me out in this issue. Cheers, Deepak Naidu. ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 12:03:13 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0667A16A41F for ; Mon, 24 Oct 2005 12:03:13 +0000 (GMT) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6DF143D45 for ; Mon, 24 Oct 2005 12:03:12 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [192.168.11.22]) by nagual.st with esmtp; Mon, 24 Oct 2005 14:03:10 +0200 id 00000020.435CCD7E.00003B25 Date: Mon, 24 Oct 2005 14:04:44 +0200 From: dick hoogendijk To: fbsdq Message-Id: <20051024140444.75901df5.dick@nagual.st> Organization: de nagual X-Mailer: Sylpheed version 2.0.3 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: kqemu.ko X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 12:03:13 -0000 I know I can kldload kqemu.ko if needed. Right now I've put it into /boot/loader.conf What I'd like to know is is this kqemu kernel module harmless (it _is_ alpha after all) or is it better to load it when I want to run qemu? -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 12:37:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 227EC16A41F for ; Mon, 24 Oct 2005 12:37:10 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA3343D48 for ; Mon, 24 Oct 2005 12:37:09 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 9D28FCD6225 for ; Mon, 24 Oct 2005 08:37:08 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Mon, 24 Oct 2005 08:37:08 -0400 X-Sasl-enc: nxvfhi7njVHyDktOhyLB9a4JGa0C+bhGJ4zf67q8Rkya 1130157428 Received: from gumby.localdomain (88-104-206-218.dynamic.dsl.as9105.com [88.104.206.218]) by frontend2.messagingengine.com (Postfix) with ESMTP id 0AFD95703BD for ; Mon, 24 Oct 2005 08:37:07 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Mon, 24 Oct 2005 13:36:33 +0100 User-Agent: KMail/1.8.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510241336.35057.list-freebsd-2004@morbius.sent.com> Subject: Re: newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 12:37:10 -0000 On Monday 24 October 2005 06:51, Eyad Salah wrote: > I'm kinda new to Linux, How can I start FreeBSD GUI (Like windows)? FreeBSD is not Linux. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 12:45:40 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A47C16A41F for ; Mon, 24 Oct 2005 12:45:40 +0000 (GMT) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E86343D48 for ; Mon, 24 Oct 2005 12:45:39 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [192.168.11.22]) by nagual.st with esmtp; Mon, 24 Oct 2005 14:45:38 +0200 id 00000019.435CD772.000070E6 Date: Mon, 24 Oct 2005 14:47:11 +0200 From: dick hoogendijk To: fbsdq Message-Id: <20051024144711.6dbc87b0.dick@nagual.st> Organization: de nagual X-Mailer: Sylpheed version 2.0.3 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: tun/tap and qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 12:45:40 -0000 Qemu uses user-net network stack if NO tun/tap network init script is found. The example on their website is about linux. When I use user-net all works very fine, but my virtual machine is outside my intranet domain. It gets an 10.0.2.x IP As I understand, using tun/tap gives me the opportunity to use a virtual card that I can assign an ip like 192.168.11.x That way my virtual machine becomes a member of that 192.168.11 local network (more like vmware does). What I did was put the tun0 device in devfs.conf (usr:root:xxx); perm:660) The device is created under /dev (shouldn't this be /dev/net ?) But where and how comes the initscript into being? If I ifconfig tun0 in rc.conf only one extra ip gets assigned. Can someone shine some light on this matter? If tun/tap is difficult or not adviced, how can I make my 10.0.0.x machines show themselves on my mail 192.168.11.xx network? -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 13:02:22 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2BF216A41F for ; Mon, 24 Oct 2005 13:02:22 +0000 (GMT) (envelope-from guru@Sisis.de) Received: from hunter.Sisis.de (hunter.sisis.de [193.31.11.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D697743D45 for ; Mon, 24 Oct 2005 13:02:21 +0000 (GMT) (envelope-from guru@Sisis.de) Received: (from mail@localhost) by hunter.Sisis.de (8.8.8/8.8.8) id PAA06360; Mon, 24 Oct 2005 15:01:08 +0200 (CEST) (envelope-from guru@Sisis.de) From: guru@Sisis.de Received: from hermes.sisis.de(193.31.10.38) by hunter.Sisis.de via smap (V2.1) id xma006358; Mon, 24 Oct 05 15:01:08 +0200 Received: from rebelion.Sisis.de (rebelion.Sisis.de [193.31.10.34]) by hermes.sisis.de (8.8.8/8.8.8) with ESMTP id PAA20637; Mon, 24 Oct 2005 15:02:20 +0200 (CEST) (envelope-from guru@Sisis.de) Received: (from guru@localhost) by rebelion.Sisis.de (8.13.3/8.13.3/Submit) id j9OD2Ixm008234; Mon, 24 Oct 2005 15:02:18 +0200 (CEST) (envelope-from guru@Sisis.de) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to guru@Sisis.de using -f Date: Mon, 24 Oct 2005 15:02:18 +0200 To: dick hoogendijk Message-ID: <20051024130218.GB8020@rebelion.Sisis.de> References: <20051024144711.6dbc87b0.dick@nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20051024144711.6dbc87b0.dick@nagual.st> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE (i386) Cc: fbsdq Subject: Re: tun/tap and qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: guru@Sisis.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 13:02:22 -0000 El día Monday, October 24, 2005 a las 02:47:11PM +0200, dick hoogendijk escribió: > Qemu uses user-net network stack if NO tun/tap network init script is > found. The example on their website is about linux. > > When I use user-net all works very fine, but my virtual machine is > outside my intranet domain. It gets an 10.0.2.x IP As I understand, > using tun/tap gives me the opportunity to use a virtual card that I can > assign an ip like 192.168.11.x That way my virtual machine becomes a > member of that 192.168.11 local network (more like vmware does). > > What I did was put the tun0 device in devfs.conf (usr:root:xxx); > perm:660) The device is created under /dev (shouldn't this > be /dev/net ?) But where and how comes the initscript into being? > If I ifconfig tun0 in rc.conf only one extra ip gets assigned. > > Can someone shine some light on this matter? > > If tun/tap is difficult or not adviced, how can I make my 10.0.0.x > machines show themselves on my mail 192.168.11.xx network? I have in /boot/loader.conf # # this is required my qemu # kqemu_load=YES if_tap_load=YES and qemu must be started as 'root' to bring up the interface with a script /etc/qemu-ifup: #!/bin/sh /sbin/ifconfig $1 172.20.0.1 I'm launching the VM via an icon on the desktop which itself launches a script /home/guru/qemu/w2k/qemu.sh to make it easy to see if qemu could boot up from some saved state or has to boot the guest OS from scratch (normaly I save the VM into a file 'ram', which is of course a little bit dangerous because you are 'root'; but I'm the only person on my laptop and mostly I know what I do :-)): #!/bin/sh test `id -u` -ne 0 && { echo must be started by root ; exit } cd /home/guru/qemu/w2k # we must decide to reboot from disk or loadvm from last saved ram # test -f .laststart || { logger -t $0 "no file .laststart -- can't start, exit" exit 1 } if [ .laststart -nt ram ]; then touch .laststart qemu -localtime disk else touch .laststart qemu -localtime -loadvm ram disk fi my VM contacts the FreeBSD Samba share and printers via the IP net 172.20.0.x and for having access to the rest of the world I have NAT configured ... all works very nice and so I can run our Windows applications on top of FreeBSD.... matthias -- Matthias Apitz / Sisis Informationssysteme GmbH Gruenwalder Weg 28g / D-82041 Oberhaching Fon: ++49 89 / 61308-351, Fax: -399, Mobile ++49 170 4527211 http://www.sisis.de/~guru/ From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 13:16:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CE9016A41F for ; Mon, 24 Oct 2005 13:16:32 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB3F43D58 for ; Mon, 24 Oct 2005 13:16:31 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EU2Bh-0007P1-LZ; Mon, 24 Oct 2005 17:16:29 +0400 Message-ID: <435CDE9D.7080705@speechpro.com> Date: Mon, 24 Oct 2005 17:16:13 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dick hoogendijk , freebsd-questions@freebsd.org References: <20051024144711.6dbc87b0.dick@nagual.st> In-Reply-To: <20051024144711.6dbc87b0.dick@nagual.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: tun/tap and qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 13:16:32 -0000 dick hoogendijk wrote: >Qemu uses user-net network stack if NO tun/tap network init script is >found. The example on their website is about linux. > > >Can someone shine some light on this matter? > >If tun/tap is difficult or not adviced, how can I make my 10.0.0.x >machines show themselves on my mail 192.168.11.xx network? > > > On FreeBSD qemu uses "tap" device. Just patch /usr/src/sys/net/if_tap.c for non-root access, then recompile it and load if_tap module. Make sure /dev/tap* have correct permissions From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 13:22:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6826D16A420 for ; Mon, 24 Oct 2005 13:22:37 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B16A743D46 for ; Mon, 24 Oct 2005 13:22:36 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 10285 invoked from network); 24 Oct 2005 13:22:35 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Oct 2005 13:22:35 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 901BD3F; Mon, 24 Oct 2005 09:22:34 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Ahnjoan Amous References: <5e575c8a0510232022m22dbb31ewa99ed10ee2a3092b@mail.gmail.com> From: Lowell Gilbert Date: 24 Oct 2005 09:22:34 -0400 In-Reply-To: <5e575c8a0510232022m22dbb31ewa99ed10ee2a3092b@mail.gmail.com> Message-ID: <44acgz6odh.fsf@be-well.ilk.org> Lines: 36 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: default routing question ZIPB ADSL PPPoA X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 13:22:37 -0000 Ahnjoan Amous writes: > The short : I believe the problem I am having is due to routing. A DHCP > server sends me IP A.B.C.D with a default route of A.B.C.D. "dhclient" is= n't > handling this well and I don't know how to fix it. Windows as well as Lin= ux > DHCP clients do not have a problem with this and I am at my wits end tryi= ng > to figure out what combination of route commands will fix my issue. >=20 > The long : I have a CellPipe ADSL router/bridge from Lucent. This device = is > provided by our ISP. I am exploring the ZIPB functionality of the device = to > allow my FreeBSD host to own the public IP. The basics of the configurati= on > for those unfamiliar is as follows. PPPoA is established by the device and > the the (public) IP acquired through the previous process is delivered to= a > host behind that CellPipe via DHCP. After DHCP the device acts as a > "bridge", allowing the internal device to use the public IP as its own. I= 'm > sure this description is vague but I don't know any other way to explain. >=20 > Info : After dhclient acquires its info the ethernet interface looks like > this > ifconfig ethernet interface =96 inet A.B.C.D netmask > 255.255.255.255 >=20 > When I connect a windows or Linux host they seem to treat the interface as > the default route and work as expected. With FreeBSD I have tried removing > all routes for the device after assignment, and then adding default route > based on -interface flag for route command. I have also tried opening up = the > netmask on the ethernet interface and adding a default route destined for > what I know the PPPoA connections end point is. >=20 > Nothing I have tried seems to work. I don't consider myself an expert by = any > means but this is clearly beyond my knowledge. >=20 > I'm happy to provide any information you need it you have an idea. Sounds like it's "really" an "unnumbered" interface. Did you try the "-iface" option to route(8)? From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 13:23:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A22416A41F for ; Mon, 24 Oct 2005 13:23:36 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id E560443D6D for ; Mon, 24 Oct 2005 13:23:34 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so235436qbd for ; Mon, 24 Oct 2005 06:23:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=U0ZrnwTY/JqWy575dDqhHPNHrHH8azWTRlLa5AYsVBAOh1A6SsM1yFuie27vMuvOnfTD6AVvILJedJrfQJ1IDDrBlx3kCI1tpBFDZZUE+9gWlH+ZmA6CC5vIOih02UvIkC9tugDeJ3ato5pBc21thZrx4t4yVlFZp+xDG0dSlPk= Received: by 10.65.95.3 with SMTP id x3mr373440qbl; Mon, 24 Oct 2005 06:23:34 -0700 (PDT) Received: by 10.65.154.4 with HTTP; Mon, 24 Oct 2005 06:23:34 -0700 (PDT) Message-ID: Date: Mon, 24 Oct 2005 09:23:34 -0400 From: John DeStefano To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: "Andrew P." Subject: aclocal: not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 13:23:36 -0000 Per Andrew P.'s suggestions, I've changed my ports updating scheme from cvsup to portsnap in order to address some problems I was having with interdependencies. Unfortunately, I'm still running into trouble: no matter how I try to install mbstring (pkg_add, making/installing in the ports tree), it still fails. Here are the results after I resorted to a "portinstall -rRk php5-mbstring": ... =3D=3D=3D> PHPizing for php5-mbstring-5.0.5_1 aclocal: not found *** Error code 1 Stop in /usr/ports/converters/php5-mbstring. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall97852.15 make ** Fix the problem and try again. [Updating the pkgdb in /var/db/pkg ... - 409 packages found (-0 +1) . done] ** Listing the failed packages (*:skipped / !:failed) ! lang/php5 (php5-5.0.0.a3_2) (install error) ! converters/php5-mbstring (unknown build error) ---> Packages processed: 0 done, 14 ignored, 0 skipped and 2 failed automake and autoconf are both installed. Not sure what else to do about "aclocal", or if that's truly the problem. Any ideas on the problem or a possible solution? I didn't reap much info from Google or the list archives. Thank you, ~John %uname -a FreeBSD zurg.thedestefanos.com 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Sun Mar 20 13:34:04 EST 2005 =20 root@zurg.thedestefanos.com:/usr/obj/usr/src/sys/GENERIC i386 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 14:15:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5932216A41F for ; Mon, 24 Oct 2005 14:15:49 +0000 (GMT) (envelope-from nick.date@ukonline.co.uk) Received: from mk-smarthost-2.mail.uk.tiscali.com (mk-smarthost-2.mail.uk.tiscali.com [212.74.114.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6282243D48 for ; Mon, 24 Oct 2005 14:15:46 +0000 (GMT) (envelope-from nick.date@ukonline.co.uk) Received: from 88-110-134-165.dynamic.dsl.as9105.com (HELO mk-smarthost-8.mail.uk.tiscali.com) ([88.110.134.165]) by mk-smarthost-2.mail.uk.tiscali.com with ESMTP; 24 Oct 2005 15:15:24 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AB4FAPOIXEOGASg X-IronPort-AV: i="3.97,245,1125874800"; d="scan'208"; a="37545186:sNHT4701883557" Received: from 88-110-134-165.dynamic.dsl.as9105.com ([88.110.134.165]:29587 helo=nickdate) by mk-smarthost-8.mail.uk.tiscali.com with esmtp (Exim 4.30) id 1EU36h-0005X9-Fz for freebsd-questions@freebsd.org; Mon, 24 Oct 2005 14:15:23 +0000 From: "Nick J. Date" To: Date: Mon, 24 Oct 2005 15:15:23 +0100 Message-ID: <014601c5d8a5$6046e6f0$02fea8c0@nickdate> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Subject: Open Sound System on FreeBSD 6 RC1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 14:15:49 -0000 Hiya! I've just "upgraded" my FreeBSD installation from 5.4-RELEASE to 6.0-RC1. With 5.4 I learnt that my sound card (SoundBlaster Live! 24-bit) wasn't supported by the drivers that come with FreeBSD, so I was using the free version of the Open Sound System (www.opensound.com) drivers. On installing 6.0-RC1, I didn't want to take any chances so I downloaded the OSS drivers again (selecting 6.0-RC1 as my operating system this time). The installation and sound tests completed fine and I could hear music being played. However, although the driver now loads on startup, it doesn't load any sort of mixer support and the device /dev/mixer doesn't exist. Even attempting to load OSS's own mixer software reports that /dev/mixer is non-existant. A re-install doesn't help and I can't find any option in the set up program that might make the mixer work. Has anyone else had a similar problem, and if so does anyone know of a solution? Anyway, if anyone could give me a hand or point me in the right direction it would be highly appreciated. Kind regards, Nick. -- Nick Date Bath, England, UK From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 08:14:06 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07F2D16A41F for ; Mon, 24 Oct 2005 08:14:06 +0000 (GMT) (envelope-from gkatsanos@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA5C43D46 for ; Mon, 24 Oct 2005 08:14:05 +0000 (GMT) (envelope-from gkatsanos@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so2798wxc for ; Mon, 24 Oct 2005 01:14:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:x-mailer:thread-index:x-mimeole:disposition-notification-to; b=IORzeufEZ7QXzOedLPzzeRkKyzBpfUOPeFSQ5F8wBoMknzVA6J7nKkFzjBrCX5oqPiZQMOPwm4Uh6jWKLgUnmNKFpBrrw1/nct0jzBB1nSc7KDjNXW5rJqMDx1EXLBcz1HgtWGY23jhPB0L8VWouJCfjL8t/jA6Hsfd3txS0Dro= Received: by 10.70.54.2 with SMTP id c2mr280468wxa; Mon, 24 Oct 2005 01:14:05 -0700 (PDT) Received: from georgek ( [87.202.74.70]) by mx.gmail.com with ESMTP id i34sm401091wxd.2005.10.24.01.14.03; Mon, 24 Oct 2005 01:14:04 -0700 (PDT) From: "George Katsanos" To: Date: Mon, 24 Oct 2005 11:14:00 +0300 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcXYcuN7qoEFr5DIT46ZJm3QaYNGzA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailman-Approved-At: Mon, 24 Oct 2005 14:16:22 +0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Release Information : A standard question !...:/ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 08:14:06 -0000 Dear Sir, Is there any information that you can give to the freebsd fans about the 6.0 RELEASE [ releng] and its ..'release' date ? Kind Regards, Thank you From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 10:28:36 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E5916A41F for ; Mon, 24 Oct 2005 10:28:36 +0000 (GMT) (envelope-from gevik@xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E17343D75 for ; Mon, 24 Oct 2005 10:28:32 +0000 (GMT) (envelope-from gevik@xs4all.nl) Received: from gevbook (213-84-4-128.adsl.xs4all.nl [213.84.4.128]) by smtp-vbr14.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9OASU7o002073 for ; Mon, 24 Oct 2005 12:28:30 +0200 (CEST) (envelope-from gevik@xs4all.nl) Message-Id: <200510241028.j9OASU7o002073@smtp-vbr14.xs4all.nl> From: "Gevik Babakhani" To: Date: Mon, 24 Oct 2005 12:28:36 +0200 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Thread-Index: AcXYhbDA940poQkmSHCfz81WsQ6snw== X-Virus-Scanned: by XS4ALL Virus Scanner X-Mailman-Approved-At: Mon, 24 Oct 2005 14:16:22 +0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 10:28:36 -0000 Dear Sirs, At this moment I am working on an opensource knowledgebase system. I was wondering if I could use the html template and styles from www.freebsd.org Regards, Gevik Babakhani. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 14:18:24 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8254016A41F for ; Mon, 24 Oct 2005 14:18:24 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B69E043D49 for ; Mon, 24 Oct 2005 14:18:04 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com[208.206.151.59]) by comcast.net (rwcrmhc12) with ESMTP id <2005102414180301400633rpe>; Mon, 24 Oct 2005 14:18:04 +0000 Message-ID: <435CED19.60302@computer.org> Date: Mon, 24 Oct 2005 09:18:01 -0500 From: Eric Schuele User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dick hoogendijk References: <20051024140444.75901df5.dick@nagual.st> In-Reply-To: <20051024140444.75901df5.dick@nagual.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: fbsdq Subject: Re: kqemu.ko X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 14:18:24 -0000 dick hoogendijk wrote: > I know I can kldload kqemu.ko if needed. > Right now I've put it into /boot/loader.conf > What I'd like to know is is this kqemu kernel module harmless (it _is_ > alpha after all) or is it better to load it when I want to run qemu? > FWIW... I load mine at boot... never had any difficulties. I'm using RELENG_6. -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 14:21:51 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2EA816A41F for ; Mon, 24 Oct 2005 14:21:51 +0000 (GMT) (envelope-from norgaard@math.ku.dk) Received: from mail.math.ku.dk (fw.math.ku.dk [130.225.103.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E551D43D76 for ; Mon, 24 Oct 2005 14:21:50 +0000 (GMT) (envelope-from norgaard@math.ku.dk) Received: from mail.math.ku.dk (localhost [127.0.0.1]) by mail.math.ku.dk (Postfix) with ESMTP id 4B71725137; Mon, 24 Oct 2005 16:21:43 +0200 (CEST) Received: from shannon.math.ku.dk (shannon.math.ku.dk [130.225.103.12]) by mail.math.ku.dk (Postfix) with ESMTP; Mon, 24 Oct 2005 16:21:43 +0200 (CEST) Date: Mon, 24 Oct 2005 16:21:43 +0200 (CEST) From: Erik Norgaard To: George Katsanos In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@FreeBSD.org Subject: Re: Release Information : A standard question !...:/ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 14:21:51 -0000 On Mon, 24 Oct 2005, George Katsanos wrote: > Is there any information that you can give to the freebsd fans about the 6.0 > RELEASE [ releng] and its ..'release' date ? http://www.freebsd.org/releases/6.0R/schedule.html Erik From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 14:27:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF80D16A41F for ; Mon, 24 Oct 2005 14:27:41 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76F0E43D45 for ; Mon, 24 Oct 2005 14:27:41 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so608595nzo for ; Mon, 24 Oct 2005 07:27:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WLmqcaz/3TVS28lzgjEO5YQmqKr81IKhVjefK8CuRNHgmXyJPTUKnAKW+ccRVTjH8IwmKbmjM2p279orAE7EQwfWTGHMFX7gJkRV+YFJmGYgUn36tJqVYNF0am+sAzVMwmxEOrzzZD2K68JvpVGga7iS3U1BQ4r9NDVG8N7FRPc= Received: by 10.36.216.6 with SMTP id o6mr867247nzg; Mon, 24 Oct 2005 07:27:38 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Mon, 24 Oct 2005 07:27:38 -0700 (PDT) Message-ID: Date: Mon, 24 Oct 2005 18:27:38 +0400 From: "Andrew P." To: "Nick J. Date" In-Reply-To: <014601c5d8a5$6046e6f0$02fea8c0@nickdate> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <014601c5d8a5$6046e6f0$02fea8c0@nickdate> Cc: freebsd-questions@freebsd.org Subject: Re: Open Sound System on FreeBSD 6 RC1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 14:27:42 -0000 On 10/24/05, Nick J. Date wrote: > Hiya! > > I've just "upgraded" my FreeBSD installation from 5.4-RELEASE to > 6.0-RC1. With 5.4 I learnt that my sound card (SoundBlaster Live! > 24-bit) wasn't supported by the drivers that come with FreeBSD, so I was > using the free version of the Open Sound System (www.opensound.com) > drivers. > > On installing 6.0-RC1, I didn't want to take any chances so I downloaded > the OSS drivers again (selecting 6.0-RC1 as my operating system this > time). The installation and sound tests completed fine and I could hear > music being played. However, although the driver now loads on startup, > it doesn't load any sort of mixer support and the device /dev/mixer > doesn't exist. Even attempting to load OSS's own mixer software reports > that /dev/mixer is non-existant. A re-install doesn't help and I can't > find any option in the set up program that might make the mixer work. > > Has anyone else had a similar problem, and if so does anyone know of a > solution? > > Anyway, if anyone could give me a hand or point me in the right > direction it would be highly appreciated. > > Kind regards, > > Nick. > > -- > Nick Date > Bath, England, UK > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > http://www.4front-tech.com/forum/viewtopic.php?t=3D560 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 14:29:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A273416A41F for ; Mon, 24 Oct 2005 14:29:22 +0000 (GMT) (envelope-from rebehn@ant.uni-bremen.de) Received: from antsrv1.ant.uni-bremen.de (antsrv1.ant.uni-bremen.de [134.102.176.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3338143D45 for ; Mon, 24 Oct 2005 14:29:21 +0000 (GMT) (envelope-from rebehn@ant.uni-bremen.de) Received: from bremerhaven.ant.uni-bremen.de ([134.102.176.10]) by antsrv1.ant.uni-bremen.de with esmtp (Exim 4.54 (FreeBSD)) id 1EU3KB-0008xy-JB; Mon, 24 Oct 2005 16:29:19 +0200 Message-ID: <435CEFBF.9020204@ant.uni-bremen.de> Date: Mon, 24 Oct 2005 16:29:19 +0200 From: Heinrich Rebehn User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: a2ps -P display not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 14:29:22 -0000 Hello all, I installed a2ps-a4-4.13b_3, but it does not work when using with -P display. First i had to correct 2 errors in /usr/local/etc/a2ps.cfg: root@antsrv1 [/usr/local/etc] # diff a2ps.cfg a2ps.cfg~ 194c194 < Variable: ghostview gv --antialias --arguments -dNOPLATFONTS --- > Variable: ghostview gv -antialias -arguments -dNOPLATFONTS Still, gv does not show any pages. Any ideas what else could be wrong? 5.4-RELEASE-p8, ports are current. Cheers, Heinrich -- Heinrich Rebehn University of Bremen Physics / Electrical and Electronics Engineering - Department of Telecommunications - Phone : +49/421/218-4664 Fax : -3341 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 14:31:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 018DC16A41F for ; Mon, 24 Oct 2005 14:31:57 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 954C543D53 for ; Mon, 24 Oct 2005 14:31:55 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id i28so669601nzi for ; Mon, 24 Oct 2005 07:31:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SyC5Zounz/5S6aww5IPu1Gsb29xM8EczCP9zSMEa296Un47Tq2Zj5+D7YBkG+xKO2m2fryFzARLbmJogu7Jhv+6ewyjcWU+/8pYpYjDos6mVfO//N/YOD9GY94uY0/Z+q22iJkw28bQ8X7Oxxzzlu8FDRj+ifUeGzlIo8lLnCfk= Received: by 10.36.74.10 with SMTP id w10mr6032845nza; Mon, 24 Oct 2005 07:31:54 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Mon, 24 Oct 2005 07:31:54 -0700 (PDT) Message-ID: Date: Mon, 24 Oct 2005 18:31:54 +0400 From: "Andrew P." To: "Nick J. Date" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <014601c5d8a5$6046e6f0$02fea8c0@nickdate> Cc: freebsd-questions@freebsd.org Subject: Re: Open Sound System on FreeBSD 6 RC1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 14:31:57 -0000 On 10/24/05, Andrew P. wrote: > On 10/24/05, Nick J. Date wrote: > > Hiya! > > > > I've just "upgraded" my FreeBSD installation from 5.4-RELEASE to > > 6.0-RC1. With 5.4 I learnt that my sound card (SoundBlaster Live! > > 24-bit) wasn't supported by the drivers that come with FreeBSD, so I wa= s > > using the free version of the Open Sound System (www.opensound.com) > > drivers. > > > > On installing 6.0-RC1, I didn't want to take any chances so I downloade= d > > the OSS drivers again (selecting 6.0-RC1 as my operating system this > > time). The installation and sound tests completed fine and I could hear > > music being played. However, although the driver now loads on startup, > > it doesn't load any sort of mixer support and the device /dev/mixer > > doesn't exist. Even attempting to load OSS's own mixer software reports > > that /dev/mixer is non-existant. A re-install doesn't help and I can't > > find any option in the set up program that might make the mixer work. > > > > Has anyone else had a similar problem, and if so does anyone know of a > > solution? > > > > Anyway, if anyone could give me a hand or point me in the right > > direction it would be highly appreciated. > > > > Kind regards, > > > > Nick. > > > > -- > > Nick Date > > Bath, England, UK > > _______________________________________________ > > 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" > > > > http://www.4front-tech.com/forum/viewtopic.php?t=3D560 > Actually, apart from editing devfs.conf as per my advice in the topic, I've got a startup script, /root/oss.sh, containing these: #!/bin/sh /usr/local/lib/oss/bin/soundon /etc/rc.d/devfs restart and a line in /etc/crontab: @reboot root sleep 30 && /root/oss.sh I am thinking about writing a port, but still only thinking. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 15:05:59 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E8E016A41F for ; Mon, 24 Oct 2005 15:05:59 +0000 (GMT) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 742D843D46 for ; Mon, 24 Oct 2005 15:05:58 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [192.168.11.22]) by nagual.st with esmtp; Mon, 24 Oct 2005 17:05:57 +0200 id 00000033.435CF855.0000A255 Date: Mon, 24 Oct 2005 17:07:31 +0200 From: dick hoogendijk To: fbsdq Message-Id: <20051024170731.39f4ea0f.dick@nagual.st> In-Reply-To: <435CED19.60302@computer.org> References: <20051024140444.75901df5.dick@nagual.st> <435CED19.60302@computer.org> Organization: de nagual X-Mailer: Sylpheed version 2.0.3 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: kqemu.ko X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 15:05:59 -0000 On Mon, 24 Oct 2005 09:18:01 -0500 Eric Schuele wrote: > dick hoogendijk wrote: > > Right now I've put it into /boot/loader.conf > > What I'd like to know is is this kqemu kernel module harmless > > FWIW... I load mine at boot... never had any difficulties. I'm using > RELENG_6. I do that on 5.4 also. Today I compiled qemu/kqemu on my freebsd-4.11 Strangely enough starting qemu [file] I get a warning "could not open '/dev/kqemu' - QEMU accellaration layer not activated" I kldloaded kqemu.ko and in /dev I see the device (666). Does kqemu work on fbsd4-11? What can be the problem? -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 16:45:42 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C74A16A41F for ; Mon, 24 Oct 2005 16:45:42 +0000 (GMT) (envelope-from njt@ayvali.org) Received: from sanddollar.geekisp.com (sanddollar.geekisp.com [204.89.131.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F0E743D45 for ; Mon, 24 Oct 2005 16:45:41 +0000 (GMT) (envelope-from njt@ayvali.org) Received: (qmail 26217 invoked by uid 1003); 24 Oct 2005 16:45:40 -0000 Received: from clam.int.geekisp.com (HELO clam.geekisp.com) (192.168.4.38) by mail.geekisp.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 24 Oct 2005 16:45:40 -0000 Received: from clam.geekisp.com (njt@localhost.geekisp.com [127.0.0.1]) by clam.geekisp.com (8.13.3/8.12.11) with ESMTP id j9OGjdpd001500 for ; Mon, 24 Oct 2005 12:45:39 -0400 (EDT) Received: (from njt@localhost) by clam.geekisp.com (8.13.3/8.13.3/Submit) id j9OGjdwV013807 for questions@freebsd.org; Mon, 24 Oct 2005 12:45:39 -0400 (EDT) X-Authentication-Warning: clam.geekisp.com: njt set sender to njt@ayvali.org using -f Date: Mon, 24 Oct 2005 12:45:39 -0400 From: "N.J. Thomas" To: questions@freebsd.org Message-ID: <20051024164538.GA23846@ayvali.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: Subject: setting up X -- under VMWare? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 16:45:42 -0000 I'm setting up X on a FreeBSD 4.11 machine. I've done that before, but this is the first time I'm doing it inside a VMWare virtual machine. What monitor/video card parameters should I supply for XFree86-4 configuration? That of my real monitor/video card or some virtual VMWare one? thanks, Thomas -- N.J. Thomas njt@ayvali.org Etiamsi occiderit me, in ipso sperabo From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 17:02:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DF0916A41F for ; Mon, 24 Oct 2005 17:02:12 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2304843D48 for ; Mon, 24 Oct 2005 17:02:12 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so650266nzk for ; Mon, 24 Oct 2005 10:02:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=V7H9wVWE98hQLFCC6HMprrntc6k9oQTdw0ZYk88BfGfzBcXzkGM2w3vwq6lbQdVXM2H/tJ7pbsO26mdIjDEY6zHU5cygojF2DaT6XFDlt/rx7VduPz6Jq9rJKa0LTsaZgO1O04ACeeTprPvcGKTUs5rRW6W4Jnki/VSdTIbjRig= Received: by 10.36.252.77 with SMTP id z77mr7044116nzh; Mon, 24 Oct 2005 10:02:11 -0700 (PDT) Received: by 10.36.47.5 with HTTP; Mon, 24 Oct 2005 10:02:11 -0700 (PDT) Message-ID: <810a540e0510241002l56e9e0d1ra4c4f949da4a8fb9@mail.gmail.com> Date: Mon, 24 Oct 2005 11:02:11 -0600 From: Pat Maddox To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Backing up postgresql data X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 17:02:12 -0000 I've got postgresql 8 running on my system, and want to do nightly backups of the database. I took a look at the docs, and there are a few methods of doing backups - pg_dump, file system level, and using WAL. I just want to be able to rsync my data every night, maybe every few hours, so that I can recover it if there are any problems...so what's the best way to do this. Are there any scripts or utilities available to make my life easy? Thanks, Pat From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 17:04:16 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F6F516A41F for ; Mon, 24 Oct 2005 17:04:16 +0000 (GMT) (envelope-from nomadlogic@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ADFA43D45 for ; Mon, 24 Oct 2005 17:04:15 +0000 (GMT) (envelope-from nomadlogic@gmail.com) Received: by xproxy.gmail.com with SMTP id i29so166442wxd for ; Mon, 24 Oct 2005 10:04:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=KqtRcdfb/RiXv0PXVegHXhe4M2ZTUq69B07rdJCeo4DJhFCB3xcrcTPHBROeTnWwILOYCQwAb6ZWcXQXAMKHAIhUKzGXmxBnhU6/w0mIPhG5hDYLbZEnSewekx4XXUgmqJeSlBawY3qrIAGMmHmn2D2pjWySX5nhZPBqarRPB2o= Received: by 10.70.72.14 with SMTP id u14mr2240965wxa; Mon, 24 Oct 2005 10:04:15 -0700 (PDT) Received: by 10.70.65.12 with HTTP; Mon, 24 Oct 2005 10:04:14 -0700 (PDT) Message-ID: <57d710000510241004p170a99u3abc981ecdd9e271@mail.gmail.com> Date: Mon, 24 Oct 2005 10:04:14 -0700 From: pete wright To: "N.J. Thomas" In-Reply-To: <20051024164538.GA23846@ayvali.org> MIME-Version: 1.0 References: <20051024164538.GA23846@ayvali.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: setting up X -- under VMWare? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 17:04:16 -0000 On 10/24/05, N.J. Thomas wrote: > > I'm setting up X on a FreeBSD 4.11 machine. I've done that before, but > this is the first time I'm doing it inside a VMWare virtual machine. > > What monitor/video card parameters should I supply for XFree86-4 > configuration? That of my real monitor/video card or some virtual > VMWare one? VMware exports a virtual video device if I remember correctly. I'd try running xf86cfg to see if it recognizes it...who know's you'll get lucky ;) otherwise it .ko should be located in /kernel/modules. -pete thanks, > Thomas > > -- > N.J. Thomas > njt@ayvali.org > Etiamsi occiderit me, in ipso sperabo > _______________________________________________ > 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" > -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 17:07:14 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36A7D16A41F for ; Mon, 24 Oct 2005 17:07:14 +0000 (GMT) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B97D43D49 for ; Mon, 24 Oct 2005 17:07:13 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [192.168.11.22]) by nagual.st with esmtp; Mon, 24 Oct 2005 19:07:12 +0200 id 00000029.435D14C0.00000414 Date: Mon, 24 Oct 2005 19:08:47 +0200 From: dick hoogendijk To: fbsdq Message-Id: <20051024190847.5b856678.dick@nagual.st> Organization: de nagual X-Mailer: Sylpheed version 2.0.3 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: /dev/kqemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 17:07:14 -0000 Earlier I wrote: Strangely enough starting qemu [file] I get a warning "could not open '/dev/kqemu' - QEMU accellaration layer not activated" I kldloaded kqemu.ko and in /dev I see the device (666). I have found out that only the FIRST user that starts QEMU on ht computer gets support for kqemu accellaration. Even if he closes hiw qemu session and logs off, another NEW user can start QEMU but gets NO accel support. The above error is put on the screen. So, how come the device kqemu is not freed after I close the qemu session and keeps being "busy"? Is there a solution I have overlooked to overcome this problem? I looked into the user and kqemu online dox but can't find a thing relating to my problem. Who has some clues? -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 17:10:19 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3F3316A41F for ; Mon, 24 Oct 2005 17:10:19 +0000 (GMT) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4715043D46 for ; Mon, 24 Oct 2005 17:10:19 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [192.168.11.22]) by nagual.st with esmtp; Mon, 24 Oct 2005 19:10:18 +0200 id 00000029.435D157A.00000425 Date: Mon, 24 Oct 2005 19:11:52 +0200 From: dick hoogendijk To: fbsdq Message-Id: <20051024191152.04bfe691.dick@nagual.st> In-Reply-To: <20051024164538.GA23846@ayvali.org> References: <20051024164538.GA23846@ayvali.org> Organization: de nagual X-Mailer: Sylpheed version 2.0.3 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: setting up X -- under VMWare? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 17:10:20 -0000 On Mon, 24 Oct 2005 12:45:39 -0400 "N.J. Thomas" wrote: > I'm setting up X on a FreeBSD 4.11 machine. I've done that before, but > this is the first time I'm doing it inside a VMWare virtual machine. > > What monitor/video card parameters should I supply for XFree86-4 > configuration? That of my real monitor/video card or some virtual > VMWare one? What I always do is run a knoppix live CD under vmware. The generated Xorg.conf is absolutely great. Write is down (or save it somewhere; put it into /etc/X11 on your freebsd virtual machine and all's well. -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 17:13:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CAD016A41F for ; Mon, 24 Oct 2005 17:13:34 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D5B43D46 for ; Mon, 24 Oct 2005 17:13:30 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so286743qbd for ; Mon, 24 Oct 2005 10:13:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-disposition:cc:content-type:content-transfer-encoding:message-id; b=Z855Uv8HPHIK/SOS+FadDYYIGBzZLDA+tFpXIZPzx9oV2eqSPSB7qIoK4Fw931vEUIMiy+aBIGwKMedsAFxLmYhHwkGRPFyXaU8U+2O42XyWV/zx+pezE3wJwPXEWCQu0HZkSGZBnRASrFcxSREfJSQ/VN8mEhNoespjeoVyuYY= Received: by 10.65.155.12 with SMTP id h12mr560287qbo; Mon, 24 Oct 2005 10:13:29 -0700 (PDT) Received: from ?10.0.1.254? ( [80.164.23.11]) by mx.gmail.com with ESMTP id e18sm320986qbe.2005.10.24.10.13.27; Mon, 24 Oct 2005 10:13:29 -0700 (PDT) From: Philip Lykke Carlsen To: cswinger@mac.com Date: Mon, 24 Oct 2005 19:13:25 +0200 User-Agent: KMail/1.8.2 References: <200510231749.48212.plcplc@gmail.com> <435BB8FC.8030601@mac.com> In-Reply-To: <435BB8FC.8030601@mac.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200510241913.25396.plcplc@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Preloading of shared libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: plcplc@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 17:13:34 -0000 Sunday 23 October 2005 18:23 skrev du: > Philip Lykke Carlsen wrote: > > Hey.. I wondered if it was possible to load a selection of shared > > libraies into the cache at boot time.. I figure that it would speed up > > starting things.. like the KDE login manager for instance.. > > > > hm.. is this possible? .. and if so.. would it speed up the process of > > starting stuff at all?.. > > Sort of. At one point, you could set the sticky bit on files as a hint to > the pager to try and keep them in memory, which was intended for things > like /bin/sh, cron, login, and maybe libc. aah.. I always wondered what the sticky bit actually did.. > > Whether it would help in your particular case is harder to say, how much > RAM does your machine have, and what kind of CPU? Some people believe that > KDE requires excessive resources for what it does, consider fluxbox or > something more lightweight... No problem when when it comes to resources.. ( I have an ordinary x86 2,6 GHz Celeron CPU and 768 mb DDR RAM ) I tried fluxbox once.. didn't like it though.. but that's just a matter of taste.. just thought I'd try KDE as a change as I've previously only used wm's like EvilWM, LWM, TWM an Co.. .. so, there isn't a program that doesn't do anything but load a shared object into memory and then close? .. hm.. if all it takes is to call open() for a sticky-bit file to stay in memory, I'd gladly write that program myself :-) From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 17:25:48 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22FA916A41F for ; Mon, 24 Oct 2005 17:25:48 +0000 (GMT) (envelope-from nomadlogic@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FF5C43D45 for ; Mon, 24 Oct 2005 17:25:47 +0000 (GMT) (envelope-from nomadlogic@gmail.com) Received: by xproxy.gmail.com with SMTP id r21so222680wxc for ; Mon, 24 Oct 2005 10:25:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=UubJuYpdB6B/3G1dy9JTAamG9091VGQdfiMt6Kz647ccYeU5qFoW9wt2cOnQeD5TwWlxsSO4pe/uk83fNl5WI15VM4qMgt95PoprSkFsGRov1pEg5f5T2FirNPzyBIhYEAgKIIHmuIPFkU6qvA4xlF5YylNSB/nRBHlMNsUYtJg= Received: by 10.70.90.1 with SMTP id n1mr3752853wxb; Mon, 24 Oct 2005 10:25:46 -0700 (PDT) Received: by 10.70.65.12 with HTTP; Mon, 24 Oct 2005 10:25:46 -0700 (PDT) Message-ID: <57d710000510241025i53e77acid186e4d21b3624e1@mail.gmail.com> Date: Mon, 24 Oct 2005 10:25:46 -0700 From: pete wright To: dick hoogendijk In-Reply-To: <20051024191152.04bfe691.dick@nagual.st> MIME-Version: 1.0 References: <20051024164538.GA23846@ayvali.org> <20051024191152.04bfe691.dick@nagual.st> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: fbsdq Subject: Re: setting up X -- under VMWare? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 17:25:48 -0000 On 10/24/05, dick hoogendijk wrote: > > On Mon, 24 Oct 2005 12:45:39 -0400 > "N.J. Thomas" wrote: > > > I'm setting up X on a FreeBSD 4.11 machine. I've done that before, but > > this is the first time I'm doing it inside a VMWare virtual machine. > > > > What monitor/video card parameters should I supply for XFree86-4 > > configuration? That of my real monitor/video card or some virtual > > VMWare one? > > What I always do is run a knoppix live CD under vmware. The generated > Xorg.conf is absolutely great. Write is down (or save it somewhere; put > it into /etc/X11 on your freebsd virtual machine and all's well. err except that I think the default X server for 4.x is still XF86 not x.org. The conf's should be mostly portable, but a few issues may pop up. -p -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE > ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 > + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja > _______________________________________________ > 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" > -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 17:45:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D0316A41F for ; Mon, 24 Oct 2005 17:45:20 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth08.mail.atl.earthlink.net (smtpauth08.mail.atl.earthlink.net [209.86.89.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id C622143D48 for ; Mon, 24 Oct 2005 17:45:19 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=grokwell.org) by smtpauth08.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1EU6Nm-00039A-L0; Mon, 24 Oct 2005 13:45:14 -0400 Date: Mon, 24 Oct 2005 12:46:02 -0500 From: "Andrew L. Gould" To: Pat Maddox Message-ID: <20051024124602.15a69f63@grokwell.org> In-Reply-To: <810a540e0510241002l56e9e0d1ra4c4f949da4a8fb9@mail.gmail.com> References: <810a540e0510241002l56e9e0d1ra4c4f949da4a8fb9@mail.gmail.com> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcc087ad1f3505550808233f598f116e69350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: FreeBSD Questions Subject: Re: Backing up postgresql data X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 17:45:20 -0000 On Mon, 24 Oct 2005 11:02:11 -0600 Pat Maddox wrote: > I've got postgresql 8 running on my system, and want to do nightly > backups of the database. I took a look at the docs, and there are a > few methods of doing backups - pg_dump, file system level, and using > WAL. I just want to be able to rsync my data every night, maybe every > few hours, so that I can recover it if there are any problems...so > what's the best way to do this. Are there any scripts or utilities > available to make my life easy? > > Thanks, > Pat Are your databases very large or extremely active? If not, a nightly pg_dump (or pg_dumpall) should suffice. I've found the combination of PostgreSQL and FreeBSD to be very stable. If you need more frequent backups, you might consider one of the replication solutions for PostgreSQL. Here are links to a couple of them that I found at PgFoundry: http://pgfoundry.org/projects/slony1/ http://pgfoundry.org/projects/pgpool/ I haven't used any of the replication solutions. Hopefully, someone else will chime in with additional information/advice. Best of luck, Andrew Gould From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 17:49:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03EF416A41F for ; Mon, 24 Oct 2005 17:49:47 +0000 (GMT) (envelope-from bob@bobleeit.net) Received: from fed1rmmtao12.cox.net (fed1rmmtao12.cox.net [68.230.241.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D37A43D49 for ; Mon, 24 Oct 2005 17:49:46 +0000 (GMT) (envelope-from bob@bobleeit.net) Received: from [24.251.222.159] by fed1rmmtao12.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20051024174907.SFXX2059.fed1rmmtao12.cox.net@[24.251.222.159]> for ; Mon, 24 Oct 2005 13:49:07 -0400 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Mon, 24 Oct 2005 10:50:44 -0700 From: "Bob Lee" Date: Mon, 24 Oct 2005 10:50:44 -0700 To: freebsd-questions@freebsd.org Message-ID: <20051024175044.GA8036@mach.cnsisp.com> References: <810a540e0510241002l56e9e0d1ra4c4f949da4a8fb9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <810a540e0510241002l56e9e0d1ra4c4f949da4a8fb9@mail.gmail.com> User-Agent: Mutt/1.5.11 Subject: Re: Backing up postgresql data X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bob Lee List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 17:49:47 -0000 Hello Pat, Just advice from another user -- I always used the dump facility and have restored the data successfully using this method. Thge only glitch that I can ever recall was self-inflicted as I upgraded the DB and then the data couldn't be directly restored. That was a while ago and my memory may not be perfect on that detail. Bob Lee Quoting Pat Maddox : > I've got postgresql 8 running on my system, and want to do nightly > backups of the database. I took a look at the docs, and there are a > few methods of doing backups - pg_dump, file system level, and using > WAL. I just want to be able to rsync my data every night, maybe every > few hours, so that I can recover it if there are any problems...so > what's the best way to do this. Are there any scripts or utilities > available to make my life easy? > > Thanks, > Pat > _______________________________________________ > 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" -- ********* I prefer mail in plain text format ********** PGP/GnuPG: D3EE2269 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 17:55:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D1BF16A46E for ; Mon, 24 Oct 2005 17:55:57 +0000 (GMT) (envelope-from nick.date@ukonline.co.uk) Received: from mk-smarthost-2.mail.uk.tiscali.com (mk-smarthost-2.mail.uk.tiscali.com [212.74.114.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E0E43D49 for ; Mon, 24 Oct 2005 17:55:56 +0000 (GMT) (envelope-from nick.date@ukonline.co.uk) Received: from 88-110-134-165.dynamic.dsl.as9105.com (HELO mk-smarthost-9.mail.uk.tiscali.com) ([88.110.134.165]) by mk-smarthost-2.mail.uk.tiscali.com with ESMTP; 24 Oct 2005 18:53:34 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AB4FACm6XEOGASg X-IronPort-AV: i="3.97,245,1125874800"; d="scan'208"; a="37654305:sNHT4286790522" Received: from 88-110-134-165.dynamic.dsl.as9105.com ([88.110.134.165]:34347 helo=nickdate) by mk-smarthost-9.mail.uk.tiscali.com with esmtp (Exim 4.30) id 1EU6TU-000Dxt-VO for freebsd-questions@freebsd.org; Mon, 24 Oct 2005 18:51:09 +0100 From: "Nick J. Date" To: Date: Mon, 24 Oct 2005 18:53:33 +0100 Message-ID: <000001c5d8c3$daaa3fa0$02fea8c0@nickdate> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Subject: RE: Open Sound System on FreeBSD 6 RC1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 17:55:57 -0000 Hi Andrew! Many thanks! I'm trying that now! Regards, Nick. -- Nick Date Bath, England, UK > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Andrew P. > Sent: 24 October 2005 15:32 > To: Nick J. Date > Cc: freebsd-questions@freebsd.org > Subject: Re: Open Sound System on FreeBSD 6 RC1 > > > On 10/24/05, Andrew P. wrote: > > On 10/24/05, Nick J. Date wrote: > > > Hiya! > > > > > > I've just "upgraded" my FreeBSD installation from 5.4-RELEASE to > > > 6.0-RC1. With 5.4 I learnt that my sound card (SoundBlaster Live! > > > 24-bit) wasn't supported by the drivers that come with > FreeBSD, so I > > > was using the free version of the Open Sound System > > > (www.opensound.com) drivers. > > > > > > On installing 6.0-RC1, I didn't want to take any chances so I > > > downloaded the OSS drivers again (selecting 6.0-RC1 as my > operating > > > system this time). The installation and sound tests > completed fine > > > and I could hear music being played. However, although the driver > > > now loads on startup, it doesn't load any sort of mixer > support and > > > the device /dev/mixer doesn't exist. Even attempting to > load OSS's > > > own mixer software reports that /dev/mixer is non-existant. A > > > re-install doesn't help and I can't find any option in the set up > > > program that might make the mixer work. > > > > > > Has anyone else had a similar problem, and if so does > anyone know of > > > a solution? > > > > > > Anyway, if anyone could give me a hand or point me in the right > > > direction it would be highly appreciated. > > > > > > Kind regards, > > > > > > Nick. > > > > > > -- > > > Nick Date > > > Bath, England, UK _______________________________________________ > > > 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" > > > > > > > http://www.4front-tech.com/forum/viewtopic.php?t=560 > > > > Actually, apart from editing devfs.conf as per my > advice in the topic, I've got a startup script, > /root/oss.sh, containing these: > > #!/bin/sh > /usr/local/lib/oss/bin/soundon > /etc/rc.d/devfs restart > > and a line in /etc/crontab: > @reboot root sleep 30 && /root/oss.sh > > I am thinking about writing a port, but still only > thinking. > _______________________________________________ > 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 Mon Oct 24 17:56:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA5E116A41F for ; Mon, 24 Oct 2005 17:56:59 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03A8143D4C for ; Mon, 24 Oct 2005 17:56:58 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail2.panix.com (Postfix) with ESMTP id DB0979DB1D; Mon, 24 Oct 2005 13:56:57 -0400 (EDT) Received: from teddy.fas.com (pcp08632294pcs.mplsnt01.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id CA0D825EC5; Mon, 24 Oct 2005 13:56:58 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1EU6Z1-0008RJ-00; Mon, 24 Oct 2005 13:56:51 -0400 Date: Mon, 24 Oct 2005 13:56:51 -0400 From: stan To: Owen Smith Message-ID: <20051024175651.GA32097@teddy.fas.com> Mail-Followup-To: Owen Smith , freebsd-questions@freebsd.org References: <472ab61e0510240411t77f839fcm51f4455c62f99144@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <472ab61e0510240411t77f839fcm51f4455c62f99144@mail.gmail.com> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 13:49:39 up 72 days, 17:22, 1 user, load average: 0.09, 0.03, 0.01 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: freebsd-questions@freebsd.org Subject: Re: page fault while in kernel mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 17:56:59 -0000 On Mon, Oct 24, 2005 at 12:11:29PM +0100, Owen Smith wrote: > > Whats the best thing todo? debugging kernel etc or just upgrade to 5.4? > Run a memory est on the machine. memtest386 works well. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 18:22:00 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A21316A420 for ; Mon, 24 Oct 2005 18:22:00 +0000 (GMT) (envelope-from njt@ayvali.org) Received: from sanddollar.geekisp.com (sanddollar.geekisp.com [204.89.131.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C89943D46 for ; Mon, 24 Oct 2005 18:21:59 +0000 (GMT) (envelope-from njt@ayvali.org) Received: (qmail 6208 invoked by uid 1003); 24 Oct 2005 18:21:58 -0000 Received: from clam.int.geekisp.com (HELO clam.geekisp.com) (192.168.4.38) by mail.geekisp.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 24 Oct 2005 18:21:58 -0000 Received: from clam.geekisp.com (njt@localhost.geekisp.com [127.0.0.1]) by clam.geekisp.com (8.13.3/8.12.11) with ESMTP id j9OILwIJ005913 for ; Mon, 24 Oct 2005 14:21:58 -0400 (EDT) Received: (from njt@localhost) by clam.geekisp.com (8.13.3/8.13.3/Submit) id j9OILw0P027330 for questions@freebsd.org; Mon, 24 Oct 2005 14:21:58 -0400 (EDT) X-Authentication-Warning: clam.geekisp.com: njt set sender to njt@ayvali.org using -f Date: Mon, 24 Oct 2005 14:21:58 -0400 From: "N.J. Thomas" To: questions@freebsd.org Message-ID: <20051024182157.GD23846@ayvali.org> Mail-Followup-To: questions@freebsd.org References: <20051024164538.GA23846@ayvali.org> <20051024191152.04bfe691.dick@nagual.st> <57d710000510241025i53e77acid186e4d21b3624e1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57d710000510241025i53e77acid186e4d21b3624e1@mail.gmail.com> User-Agent: Mutt/1.5.9i Cc: Subject: Re: setting up X -- under VMWare? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 18:22:00 -0000 * pete wright [2005-10-24 10:25:46 -0700]: > On 10/24/05, dick hoogendijk wrote: > > > > > What monitor/video card parameters should I supply for XFree86-4 > > > configuration? That of my real monitor/video card or some virtual > > > VMWare one? > > > > What I always do is run a knoppix live CD under vmware. The > > generated Xorg.conf is absolutely great. > > err except that I think the default X server for 4.x is still XF86 not > x.org That's fine...we can figure the X.org to XF86 translation if it works correctly. Trying it now... Thomas -- N.J. Thomas njt@ayvali.org Etiamsi occiderit me, in ipso sperabo From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 19:09:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E45F16A421 for ; Mon, 24 Oct 2005 19:09:38 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF9A743D5A for ; Mon, 24 Oct 2005 19:09:36 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id BB57A1A3C33; Mon, 24 Oct 2005 12:09:36 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B804D51A49; Sun, 23 Oct 2005 15:17:56 -0400 (EDT) Date: Sun, 23 Oct 2005 15:17:56 -0400 From: Kris Kennaway To: =?us-ascii?B?PT9pc28tODg1OS0yP1E/TWljaGE9QjNfVC4=?= _Mas=B3owski?= Message-ID: <20051023191756.GB70859@xor.obsecurity.org> References: <200510011150.55330.mtmi@o2.pl> <20051001155714.GC64006@xor.obsecurity.org> <20051023120313.6868021405C@rekin14.go2.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BwCQnh7xodEAoBMC" Content-Disposition: inline In-Reply-To: <20051023120313.6868021405C@rekin14.go2.pl> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: vrele: negative ref cnt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 19:09:38 -0000 --BwCQnh7xodEAoBMC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 23, 2005 at 02:03:13PM +0200, =3D?iso-8859-2?Q?Micha=3DB3_T. _M= as=3DB3owski?=3D wrote: > > > When I turn off the computer by halt, halt -p or something else, > usually it=20 > > > shows kernel panic with "vrele: negative ref cnt". What should I do? > > > I'm using FreeBSD 5.4-p7. > >=20 > > Try updating to -stable, or try the 6.0 beta. If the problem > > persists, follow the advice in the chapter on kernel debugging in the > > developers handbook. > >=20 > > Kris > >=20 >=20 > Thank for your advice. I will try updating, but I think that the > problem is with the hard disk. >=20 > It occurs only when device of file system which is being unmounted > has read errors. > What else should I do except from changing the faulty disk? Nothing...when your hardware goes bad, all bets are off. Replace it immediately before it dies completely and you lose your data. Kris --BwCQnh7xodEAoBMC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDW+HjWry0BWjoQKURAiPKAKDls8iOt9dGbvDPekEd5regsCvi6QCg/j/r YtKES/bzcEA44PFtXocygLA= =eV4/ -----END PGP SIGNATURE----- --BwCQnh7xodEAoBMC-- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 19:24:23 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8569A16A41F for ; Mon, 24 Oct 2005 19:24:23 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B5E943D46 for ; Mon, 24 Oct 2005 19:24:22 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: by zproxy.gmail.com with SMTP id i28so722772nzi for ; Mon, 24 Oct 2005 12:24:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Kma3cP3m1LzMId+elrhl4FB5vkU7auMKBuyio5BhGyyhfxbs+YzVNvwbfsVGQ+Ao/rMZpNicjtCpNjkthXVoIFUWNW+2EEE3RFLfppm1Vrmp4AiypQXgDYCoJeJkkRQSYthGhg2dzp/bSZdys90/1fQgtWqgJxqV2k79xPNbny8= Received: by 10.36.158.11 with SMTP id g11mr6284495nze; Mon, 24 Oct 2005 12:24:22 -0700 (PDT) Received: by 10.36.147.16 with HTTP; Mon, 24 Oct 2005 12:24:21 -0700 (PDT) Message-ID: Date: Mon, 24 Oct 2005 15:24:21 -0400 From: Teo De Las Heras To: questions@freebsd.org In-Reply-To: <20051024182157.GD23846@ayvali.org> MIME-Version: 1.0 References: <20051024164538.GA23846@ayvali.org> <20051024191152.04bfe691.dick@nagual.st> <57d710000510241025i53e77acid186e4d21b3624e1@mail.gmail.com> <20051024182157.GD23846@ayvali.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: setting up X -- under VMWare? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 19:24:23 -0000 Let us know the steps you go through...I'm interested in doing this as well= . Teo On 10/24/05, N.J. Thomas wrote: > > * pete wright [2005-10-24 10:25:46 -0700]: > > On 10/24/05, dick hoogendijk wrote: > > > > > > > What monitor/video card parameters should I supply for XFree86-4 > > > > configuration? That of my real monitor/video card or some virtual > > > > VMWare one? > > > > > > What I always do is run a knoppix live CD under vmware. The > > > generated Xorg.conf is absolutely great. > > > > err except that I think the default X server for 4.x is still XF86 not > > x.org > > That's fine...we can figure the X.org to XF86 translation > if it works > correctly. > > Trying it now... > > Thomas > > -- > N.J. Thomas > njt@ayvali.org > Etiamsi occiderit me, in ipso sperabo > _______________________________________________ > 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 Oct 24 19:50:39 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D52516A420 for ; Mon, 24 Oct 2005 19:50:39 +0000 (GMT) (envelope-from debackerl@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8207A43D46 for ; Mon, 24 Oct 2005 19:50:38 +0000 (GMT) (envelope-from debackerl@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so323262qbd for ; Mon, 24 Oct 2005 12:50:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=EYgvtpv8SrjI+k3E97SZyTaIVZoyNn9v5j7vwcPxdMb1O8SFgCGALF4CXYUCbGOtABjd09m9tITVF1ZJtN+K5gRcdV8SIUCHzmI4Bg++evL71GOIGzZ+mEtseR7fxAmRN9VG1Lf2zVwskMksNgqAKcI+A8uZ8XWwuEmBQ4bimwI= Received: by 10.65.59.3 with SMTP id m3mr694455qbk; Mon, 24 Oct 2005 12:50:37 -0700 (PDT) Received: by 10.65.97.3 with HTTP; Mon, 24 Oct 2005 12:50:37 -0700 (PDT) Message-ID: <75751ca80510241250w2d923bb4x4e194da5d4d6743c@mail.gmail.com> Date: Mon, 24 Oct 2005 21:50:37 +0200 From: Laurent Debacker To: questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_4138_16199707.1130183437715" References: <20051024164538.GA23846@ayvali.org> <20051024191152.04bfe691.dick@nagual.st> <57d710000510241025i53e77acid186e4d21b3624e1@mail.gmail.com> <20051024182157.GD23846@ayvali.org> Cc: Subject: Re: setting up X -- under VMWare? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 19:50:39 -0000 ------=_Part_4138_16199707.1130183437715 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline This is the xorg.conf I use under VMware. I made it at hand... As far as I remember, the only difference with Linux is the paths. Laurent. On 10/24/05, Teo De Las Heras wrote: > Let us know the steps you go through...I'm interested in doing this as we= ll. > Teo > > On 10/24/05, N.J. Thomas wrote: > > > > * pete wright [2005-10-24 10:25:46 -0700]: > > > On 10/24/05, dick hoogendijk wrote: > > > > > > > > > What monitor/video card parameters should I supply for XFree86-4 > > > > > configuration? That of my real monitor/video card or some virtual > > > > > VMWare one? > > > > > > > > What I always do is run a knoppix live CD under vmware. The > > > > generated Xorg.conf is absolutely great. > > > > > > err except that I think the default X server for 4.x is still XF86 no= t > > > x.org > > > > That's fine...we can figure the X.org to XF86 translatio= n > > if it works > > correctly. > > > > Trying it now... > > > > Thomas > > > > -- > > N.J. Thomas > > njt@ayvali.org > > Etiamsi occiderit me, in ipso sperabo > > _______________________________________________ > > 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-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > ------=_Part_4138_16199707.1130183437715 Content-Type: application/octet-stream; name="xorg.conf" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="xorg.conf" IyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09DQojID09PSBYb3Jn IGNvbmZpZ3VyYXRpb24gZmlsZSBmb3IgRnJlZUJTRCA9PT0NCiMNCiMgVk0tV0FSRQ0KIw0KIyBU byBiZSBwbGFjZWQgaW4gL2V0Yy9YMTEvDQojID09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT0NCg0KU2VjdGlvbiAiU2VydmVyTGF5b3V0Ig0KDQoJSWRlbnRpZmllcgki TGFuZHNjYXBlIg0KCVNjcmVlbiAgICAgIAkwCSJTY3JlZW4wIgkwCTANCglJbnB1dERldmljZQki TW91c2UyIgkiQ29yZVBvaW50ZXIiDQoJSW5wdXREZXZpY2UJIktleWJvYXJkMCIJIkNvcmVLZXli b2FyZCINCg0KRW5kU2VjdGlvbg0KDQpTZWN0aW9uICJNb2R1bGUiDQoNCgkjIERCRSBleHRlbnNp b24gbW9kdWxlDQoJTG9hZAkiZGJlIg0KDQoJIyBGb250IG1vZHVsZXMNCglMb2FkCSJ0eXBlMSIN CglMb2FkCSJmcmVldHlwZSINCglMb2FkCSJzcGVlZG8iDQoNCgkjIE9wZW5HTCBYIHByb3RvY29s IGludGVyZmFjZQ0KCUxvYWQJImdseCINCg0KCUxvYWQJImV4dG1vZCINCglMb2FkCSJ4aWUiDQoJ TG9hZAkicGV4NSINCglMb2FkCSJyZWNvcmQiDQoJTG9hZAkieHRyYXAiDQoJI0xvYWQJIkdMY29y ZSINCg0KRW5kU2VjdGlvbg0KDQpTZWN0aW9uICJTZXJ2ZXJGbGFncyINCg0KCSMgRGlzcGxheXMg YSBibGFjayBzY3JlZW4NCglPcHRpb24JIkJsYW5rVGltZSIJIjE1Ig0KCSMgQ1JUJ3MgZWxlY3Ry b24gZ3VuIGlzIHR1cm5lZCBvZmYsIGJ1dCBURlQncyB0dWJlIGZpbGFtZW50cyByZW1haW4gZW5l cmdpemVkLiAoRFBNUykNCglPcHRpb24JIlN0YW5kYnlUaW1lIgkiMTUiDQoJIyBBbHNvIHR1cm4g b2ZmIG1vbml0b3IncyBwb3dlciBzdXBwbHkgKERQTVMpDQoJT3B0aW9uCSJTdXNwZW5kVGltZSIJ IjE4Ig0KCSMgVGhlIG1vbml0b3IgaXMgdHVybmVkIG9mZiAoRFBNUykNCglPcHRpb24JIk9mZlRp bWUiCSIyMCINCg0KRW5kU2VjdGlvbg0KDQojU2VjdGlvbiAiRXh0ZW5zaW9ucyINCg0KCSMgVG8g ZW5hYmxlIGRyb3Atc2hhZG93DQojCU9wdGlvbgkiQ29tcG9zaXRlIgkiRW5hYmxlIg0KIwlPcHRp b24JIlJFTkRFUiIJIkVuYWJsZSINCg0KI0VuZFNlY3Rpb24NCg0KU2VjdGlvbiAiRmlsZXMiDQoN CglSZ2JQYXRoCQkiL3Vzci9YMTFSNi9saWIvWDExL3JnYiINCglNb2R1bGVQYXRoCSIvdXNyL1gx MVI2L2xpYi9tb2R1bGVzIg0KCUZvbnRQYXRoCSIvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvYml0 c3RyZWFtLXZlcmEvIg0KCUZvbnRQYXRoCSIvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvbWlzYy8i DQoJRm9udFBhdGgJIi91c3IvWDExUjYvbGliL1gxMS9mb250cy9TcGVlZG8vIg0KCUZvbnRQYXRo CSIvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvVHlwZTEvIg0KCUZvbnRQYXRoCSIvdXNyL1gxMVI2 L2xpYi9YMTEvZm9udHMvNzVkcGkvIg0KCUZvbnRQYXRoCSIvdXNyL1gxMVI2L2xpYi9YMTEvZm9u dHMvMTAwZHBpLyINCglGb250UGF0aAkiL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzL2ZyZWVmb250 LyINCglGb250UGF0aAkiL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzL2FydHdpei1mb250cyINCglG b250UGF0aAkiL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzL1VSVyINCglGb250UGF0aAkiL3Vzci9Y MTFSNi9saWIvWDExL2ZvbnRzL2ptayINCglGb250UGF0aAkiL3Vzci9YMTFSNi9saWIvWDExL2Zv bnRzL2xvY2FsL3NnaSINCg0KRW5kU2VjdGlvbg0KDQojIyMjIyMjIyMjIyMjIyMjIElOUFVUIERF VklDRVMgIyMjIyMjIyMjIyMjIyMjIw0KDQpTZWN0aW9uICJJbnB1dERldmljZSINCg0KCUlkZW50 aWZpZXIJIktleWJvYXJkMCINCglEcml2ZXIJCSJrZXlib2FyZCINCglPcHRpb24JCSJYa2JMYXlv dXQiCSJiZSINCglPcHRpb24JCSJYa2JSdWxlcyIJInhvcmciDQoJT3B0aW9uCQkiWGtiTW9kZWwi CSJwYzEwNSINCglPcHRpb24JCSJBdXRvUmVwZWF0IgkiNTAwIDIwIg0KDQpFbmRTZWN0aW9uDQoN ClNlY3Rpb24gIklucHV0RGV2aWNlIg0KDQoJSWRlbnRpZmllcgkiTW91c2UyIg0KCURyaXZlcgkJ Im1vdXNlIg0KCU9wdGlvbgkJIlByb3RvY29sIgkiU3lzTW91c2UiDQoJT3B0aW9uCQkiRGV2aWNl IgkiL2Rldi9zeXNtb3VzZSINCglPcHRpb24JCSJCdXR0b25zIgkiNSINCglPcHRpb24JCSJaQXhp c01hcHBpbmciCSI0IDUiDQoJT3B0aW9uCQkiRW11bGF0ZTNCdXR0b25zIgkjIFByZXNzIEwgYW5k IFIgc2ltdWx0YW5lb3VzbHkNCg0KRW5kU2VjdGlvbg0KDQojIyMjIyMjIyMjIyMjIyMjIEdSQVBI SUMgIyMjIyMjIyMjIyMjIyMjIw0KDQpTZWN0aW9uICJNb25pdG9yIg0KDQoJSWRlbnRpZmllcgki TW9uaXRvcjAiDQoJVmVuZG9yTmFtZQkiTW9uaXRvciBWZW5kb3IiDQoJTW9kZWxOYW1lCSJNb25p dG9yIE1vZGVsIg0KCUhvcml6U3luYwkzMS02MQ0KCVZlcnRSZWZyZXNoCTUwLTc1DQoJTW9kZWxp bmUJIjEwMjR4NzY4IiAgIDc1LjAwICAgMTAyNCAxMDQ4IDExODQgMTMyOCAgICA3NjggIDc3MSAg Nzc3ICA4MDYgLWhzeW5jIC12c3luYw0KCU9wdGlvbgkJIkRQTVMiCSMgRW5lcmd5IFN0YXIgZmVh dHVyZXMNCg0KRW5kU2VjdGlvbg0KDQpTZWN0aW9uICJEZXZpY2UiDQoNCgkjIyMgVmFsdWVzOiA8 aT46IGludGVnZXIsIDxmPjogZmxvYXQsIDxib29sPjogIlRydWUiLyJGYWxzZSIsDQoJIyMjIDxz dHJpbmc+OiAiU3RyaW5nIiwgPGZyZXE+OiAiPGY+IEh6L2tIei9NSHoiDQoJIyMjIFthcmddOiBh cmcgb3B0aW9uYWwNCgkjIyMgc2VlIGh0dHA6Ly93d3cueC5vcmcvWDExUjYuOC4yL2RvYy90cmlk ZW50LjQuaHRtbA0KDQoJSWRlbnRpZmllcgkiQ2hpcDAiDQoJRHJpdmVyCQkidm13YXJlIg0KDQpF bmRTZWN0aW9uDQoNClNlY3Rpb24gIlNjcmVlbiINCg0KCUlkZW50aWZpZXIJIlNjcmVlbjAiDQoJ RGV2aWNlCQkiQ2hpcDAiDQoJTW9uaXRvcgkJIk1vbml0b3IwIg0KCURlZmF1bHREZXB0aCAgICAy NA0KDQoJU3ViU2VjdGlvbiAiRGlzcGxheSINCgkJRGVwdGgJMQ0KCUVuZFN1YlNlY3Rpb24NCglT dWJTZWN0aW9uICJEaXNwbGF5Ig0KCQlEZXB0aAk0DQoJRW5kU3ViU2VjdGlvbg0KCVN1YlNlY3Rp b24gIkRpc3BsYXkiDQoJCURlcHRoCTgNCglFbmRTdWJTZWN0aW9uDQoJU3ViU2VjdGlvbiAiRGlz cGxheSINCgkJRGVwdGgJMTUNCglFbmRTdWJTZWN0aW9uDQoJU3ViU2VjdGlvbiAiRGlzcGxheSIN CgkJRGVwdGgJMTYNCgkJTW9kZXMJIjEwMjR4NzY4IiAiODAweDYwMCIgIjY0MHg0ODAiDQoJRW5k U3ViU2VjdGlvbg0KCVN1YlNlY3Rpb24gIkRpc3BsYXkiDQoJCURlcHRoCTI0DQoJCU1vZGVzCSIx MDI0eDc2OCIgIjgwMHg2MDAiICI2NDB4NDgwIg0KCUVuZFN1YlNlY3Rpb24NCg0KRW5kU2VjdGlv bg0K ------=_Part_4138_16199707.1130183437715-- From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 19:54:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF92516A444 for ; Mon, 24 Oct 2005 19:54:27 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C67B43D46 for ; Mon, 24 Oct 2005 19:54:27 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout2.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.09) with ESMTP id j9OJsQYx002732 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Oct 2005 12:54:27 -0700 X-Auth-Received: from [128.208.7.167] (pinocchio.dyn.cs.washington.edu [128.208.7.167]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.09) with ESMTP id j9OJsQSK031295 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 24 Oct 2005 12:54:26 -0700 Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: References: <20051024164538.GA23846@ayvali.org> <20051024191152.04bfe691.dick@nagual.st> <57d710000510241025i53e77acid186e4d21b3624e1@mail.gmail.com> <20051024182157.GD23846@ayvali.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <47A53027-FCB3-4F6A-9B56-49CD9BDE88F8@u.washington.edu> Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Mon, 24 Oct 2005 12:54:25 -0700 To: FreeBSD Questions X-Mailer: Apple Mail (2.734) X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __PORN_PHRASE_15_0 0, __SANE_MSGID 0' Subject: Re: setting up X -- under VMWare? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 19:54:28 -0000 On Oct 24, 2005, at 12:24 PM, Teo De Las Heras wrote: > Let us know the steps you go through...I'm interested in doing this > as well. > Teo > > On 10/24/05, N.J. Thomas wrote: > >> >> * pete wright [2005-10-24 10:25:46 -0700]: >> >>> On 10/24/05, dick hoogendijk wrote: >>> >>>> >>>> >>>>> What monitor/video card parameters should I supply for XFree86-4 >>>>> configuration? That of my real monitor/video card or some virtual >>>>> VMWare one? >>>>> >>>> >>>> What I always do is run a knoppix live CD under vmware. The >>>> generated Xorg.conf is absolutely great. >>>> >>> >>> err except that I think the default X server for 4.x is still >>> XF86 not >>> x.org >>> >> >> That's fine...we can figure the X.org to XF86 >> translation >> if it works >> correctly. >> >> Trying it now... >> >> Thomas >> >> -- >> N.J. Thomas >> njt@ayvali.org >> Etiamsi occiderit me, in ipso sperabo Remembering my unix windows via vmware experience, I would think that vmware would run its own special video card, while the monitor refresh rate would be for your actual monitor possibly. -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 20:01:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A202B16A41F for ; Mon, 24 Oct 2005 20:01:38 +0000 (GMT) (envelope-from f@7f000001.org) Received: from roo.7f000001.org (frankie.ba.netlab.sk [84.245.66.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4893743D49 for ; Mon, 24 Oct 2005 20:01:37 +0000 (GMT) (envelope-from f@7f000001.org) Received: by roo.7f000001.org (Postfix, from userid 19508) id 529202E052; Mon, 24 Oct 2005 21:00:08 +0200 (CEST) Date: Mon, 24 Oct 2005 21:00:08 +0200 From: "Michal F. Hanula" To: freebsd-questions@freebsd.org Message-ID: <20051024190008.GA734@roo.7f000001.org> References: <1129822042.780.20.camel@itsc.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1129822042.780.20.camel@itsc.at> User-Agent: Mutt/1.5.11 Subject: Re: How to remove a "Hotplug" Laptop CD/DVD Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 20:01:38 -0000 On Thu, Oct 20, 2005 at 05:27:22PM +0200, Thomas Linton wrote: > What is the correct and safe way to remove a "Hotplug" CD/DVD Drive from > a Laptop? If the drive is on a separate IDE channel, try atacontrol stop m&f From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 20:09:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C85916A41F for ; Mon, 24 Oct 2005 20:09:11 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DECD343D45 for ; Mon, 24 Oct 2005 20:09:10 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EU8c1-0007M7-D2 for freebsd-questions@freebsd.org; Mon, 24 Oct 2005 22:08:05 +0200 Received: from adsl-71-131-243-0.dsl.sntc01.pacbell.net ([71.131.243.0]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Oct 2005 22:08:05 +0200 Received: from nick-gmane by adsl-71-131-243-0.dsl.sntc01.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Oct 2005 22:08:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Nick Triantos Date: Mon, 24 Oct 2005 13:08:24 -0700 Lines: 13 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-71-131-243-0.dsl.sntc01.pacbell.net User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Sender: news Subject: jdk15 without having to install X Windows? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 20:09:11 -0000 Hi, I'm trying to install JDK15 (from ports: java/jdk15) on a server that does not have X Windows installed. It appears from the Makefile that Java is dependent upon OpenMotif, which in turn is dependent upon a bunch of X client libs. Does anyone have experience with installing Java without any X windows support? I'd like the keep the number of installed packages on this server to a bare minimum. thanks, -Nick From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 21:20:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D1C16A41F for ; Mon, 24 Oct 2005 21:20:42 +0000 (GMT) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1905C43D49 for ; Mon, 24 Oct 2005 21:20:42 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id 10FFA3135D; Mon, 24 Oct 2005 17:20:37 -0400 (EDT) Date: Mon, 24 Oct 2005 17:20:37 -0400 (EDT) From: user To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: traffic accounting per username with ipfw in 5.4 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 21:20:42 -0000 I remember that ipfw had been augmented some time ago to do traffic counting, etc., based on usernames ... but I see no mention of that in the ipfw man page on my 5.4-RELEASE system. Is this something that only exists in IPFW2 ? Does ipfw2 even exist anymore ? Can someone clarify for me what is going on with regard to what used to be called IPFW2, FreeBSD 5.x, and per-user traffic counting ? thanks. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 21:32:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC8016A41F for ; Mon, 24 Oct 2005 21:32:55 +0000 (GMT) (envelope-from dave.list@pixelhammer.com) Received: from ecluster6.tls.net (ecluster6.tls.net [65.196.224.136]) by mx1.FreeBSD.org (Postfix) with SMTP id 7B48C43D49 for ; Mon, 24 Oct 2005 21:32:54 +0000 (GMT) (envelope-from dave.list@pixelhammer.com) Received: (qmail 38887 invoked by uid 89); 24 Oct 2005 21:31:12 -0000 Received: from 64-184-8-5.bb.hrtc.net (HELO ?192.168.0.102?) (ldg%tls.net@64.184.8.5) by auth-ecluster6.tls.net with SMTP; 24 Oct 2005 21:31:12 -0000 Message-ID: <435D5303.3030906@pixelhammer.com> Date: Mon, 24 Oct 2005 16:32:51 -0500 From: DAve User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) 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: Carp and Apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 21:32:55 -0000 Good afternoon, This might be a stupid question, but that never stopped me before ;^) I've been watching CARP and now that it is in 5.4 I would like to give it a try but I am not able to find much information outside of using it with PF. I am curious how apache should be setup. Where httpd.conf requires an IP for named based hosting, should the httpd.conf contain the IP of the interface or the IP configured with CARP? I believe the carp interface is configured directly on top of the physical interface. That question in mind, am I completely off track here? I currently have ifconfig_em0="inet 10.0.240.140 netmask 255.255.255.0" ifconfig_em1="inet 10.0.241.140 netmask 255.255.255.0" ifconfig_em1_alias0="inet 10.0.241.143 netmask 0xffffffff" ifconfig_em1_alias1="inet 10.0.241.144 netmask 0xffffffff" ifconfig_em1_alias2="inet 10.0.241.145 netmask 0xffffffff" ifconfig_em1_alias3="inet 10.0.241.146 netmask 0xffffffff" defaultrouter="10.0.241.1" So from what I have read, simply adding the below should get me setup, providing that this is the rc.conf from the master ifconfig carp0 create ifconfig carp0 vhid 1 pass sdf899734h 10.0.241.140/24 ifconfig carp1 create ifconfig carp1 vhid 1 pass sdf899734h 10.0.241.143/24 ifconfig carp2 create ifconfig carp2 vhid 1 pass sdf899734h 10.0.241.144/24 ifconfig carp3 create ifconfig carp3 vhid 1 pass sdf899734h 10.0.241.145/24 ifconfig carp4 create ifconfig carp4 vhid 1 pass sdf899734h 10.0.241.146/24 Thanks, DAve From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 21:35:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE40916A41F for ; Mon, 24 Oct 2005 21:35:22 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 790D243D45 for ; Mon, 24 Oct 2005 21:35:22 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id i28so743524nzi for ; Mon, 24 Oct 2005 14:35:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VQPr3kTeYL+E3D8Ue0OoNaJ/UXS8weVaZ5adTcAA2M6q7y3QJPgD6xk6PiQgNjvjdFAuO0lyZiCd59AbRD5VvJUJbcbd6duvyuxdY1kBpb+turkbGDOrK9HlthsaYmlWOqGkfU21nZenrWaiFzIypJhOu6IBebGd5NFTG9c2z+4= Received: by 10.37.12.59 with SMTP id p59mr6402476nzi; Mon, 24 Oct 2005 14:35:21 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Mon, 24 Oct 2005 14:35:21 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 01:35:21 +0400 From: "Andrew P." To: user In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: traffic accounting per username with ipfw in 5.4 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 21:35:23 -0000 On 10/25/05, user wrote: > > I remember that ipfw had been augmented some time ago to do traffic > counting, etc., based on usernames ... but I see no mention of that in th= e > ipfw man page on my 5.4-RELEASE system. > > Is this something that only exists in IPFW2 ? Does ipfw2 even exist > anymore ? > > Can someone clarify for me what is going on with regard to what used to b= e > called IPFW2, FreeBSD 5.x, and per-user traffic counting ? > > thanks. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > ipfw2 replaced ipfw in 5.x Read the manpage more carefully, please. Search for "uid" option. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 21:40:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 580E516A422 for ; Mon, 24 Oct 2005 21:40:51 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id B942443D4C for ; Mon, 24 Oct 2005 21:40:50 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so346385qbd for ; Mon, 24 Oct 2005 14:40:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=ScvPfcF6aS4QgxFV+y8bJ748anLkunD31pjV8P8LvctoHEWx7rUyG7fNcDxrgeFpGwftdxkVI/KIq8QPF+KobgDqFRHFx/wCwuGXxvRPk32xJtFbq+sNK8kOI+Btr5oFFru67rVvnYoPxe1fMpWNOGecBBFGFNIX6H6U5NCSfpw= Received: by 10.65.112.4 with SMTP id p4mr787303qbm; Mon, 24 Oct 2005 14:40:49 -0700 (PDT) Received: by 10.65.107.8 with HTTP; Mon, 24 Oct 2005 14:40:49 -0700 (PDT) Message-ID: <59adc1a0510241440v52c42da2s@mail.gmail.com> Date: Tue, 25 Oct 2005 00:40:49 +0300 From: Dimitar Vasilev To: Joerg Wunsch MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-5 Content-Transfer-Encoding: base64 Content-Disposition: inline Cc: freebsd-hubs@freebsd.org, Free BSD Questions list Subject: Re: extending volumes [ was growfs + stripes] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 21:40:51 -0000 MjAwNS8xMC8yNCwgSm9lcmcgV3Vuc2NoIDxqQHVyaWFoLmhlZXAuc2F4LmRlPjoKCj4gTm9wZS4g IEV4dGVuZGluZyBhIHN0cmlwZWQgdm9sdW1lIGJ5IGFub3RoZXIgc3RyaXBlIGlzIGltcG9zc2li bGUgaW4KPiBhYm91dCBhbnkgc3lzdGVtIEkndmUgc2VlbiBzbyBmYXIuICAoRXh0ZW5kaW5nIGEg c3RyaXBlZCB2b2x1bWUgYnkKPiBjb25jYXRlbmF0aW5nIGFub3RoZXIgc2V0IG9mIHN0cmlwZXMg aXMgc29tZXRoaW5nIGRpZmZlcmVudCwgYW5kIEkKPiBndWVzcyBHRU9NJ3MgYXJjaGl0ZWN0dXJl IHdvdWxkIGFsbG93IGZvciB0aGF0LikKCj4gRXh0ZW5kaW5nIGZpbGUgc3lzdGVtcyBpcyBzb21l dGhpbmcgZGlmZmVyZW50LiAgQUlYIGNhbiBkbyBpdCwgeWVzLAo+IGFuZCBjYW4gZXZlbiBzaHJp bmsgdGhlbSAod2hpY2ggaXMgbXVjaCBtb3JlIHdvcmspLCBhbGJlaXQgaXQgbWlnaHQKPiB0YWtl IGZvcmV2ZXIsIGRlcGVuZGluZyBvbiB0aGUgbG9hZC4gIFNvbGFyaXMnIGdyb3dmcyBpc24ndCB0 aGF0IG11Y2gKPiBtb3JlIGNhcGFibGUgdGhhbiBGcmVlQlNEJ3MgZ3Jvd2ZzIGlzLCBleGNlcHQg U29sYXJpcyBoYXMgZ290IHRoZQo+IGxvY2tmcygyKSBzeXNjYWxsIHNvIHRoZXkgY2FuIGdyb3cg YSBmaWxlc3lzdGVtIG9ubGluZSwgd2hpbGUgRnJlZUJTRAo+IHJlcXVpcmVzIHRoZSBmaWxlc3lz dGVtIHRvIGJlIHVubW91bnRlZC4gIFNvbGFyaXMgd2l0aCB2eGZzIGlzIGFib3V0Cj4gdGhlIHNh bWUgYXMgQUlYIGlzIChidXQgeW91IGdvdHRhIHBheSBhIGxvdCBvZiBidWNrcyBmb3IgdGhhdCku Cj4KPiBJIHRoaW5rIHZpbnVtIGNvdWxkIGJlIHRyaWNrZWQgaW50byBleHRlbmRpbmcgYSBzdHJp cGUgc2V0IGJ5IGFub3RoZXIKPiBzdHJpcGUgc2V0IChzbyBhIGNvbmNldGFuYXRpb24gd2lsbCBy ZXN1bHQpLCBidXQgSSdtIG5vdCBzdXJlIGFib3V0Cj4gaXQsIGFuZCB3b3VsZCBnZW5lcmFsbHkg YmUgdmVyeSBjYXJlZnVsIHdpdGggdGhhdC4gIChOb3Qgc3VyZSBhYm91dAo+IGd2aW51bSBoZXJl LCBwZXJoYXBzIGl0IGNhbiBkbyBpdCBhcyB3ZWxsLikgIEJ1dCB0aGF0IGRvZXNuJ3Qgc2VlbSB0 bwo+IGJlIERpbWl0YXIncyBpbnRlbnRpb24uICBTZWUgYWJvdmUsIGluc2VydGluZyBhbm90aGVy IHN0cmlwZSByb3cgd2lsbAo+IGNvbXBsZXRlbHkgY2hhbmdlIHRoZSB0b3BvbG9neSwgc28gdGhl IGZpbGUgc3lzdGVtIG9uIHRvcCBvZiB0aGUKPiB2b2x1bWUgd2lsbCBiZWNvbWUgaW52YWxpZC4K Pgo+IChJJ3ZlIHNlZW4gYSBmZWF0dXJlIGxpa2UgdGhhdCBiZWluZyBhbm5vdW5jZWQgaW4gc29t ZSBoYXJkd2FyZSBSQUlECj4gYXJyYXkgcXVpdGUgc29tZSB0aW1lIGFnbywgYnV0IHdoZW4gd2Ug dHJpZWQsIGl0IHRvb2sgZm9yZXZlciBkdWUgdG8KPiB0aGUgbWFzc2l2ZSBhbW91bnQgb2YgY29w eSBvcGVyYXRpb25zIG5lZWRlZCwgYW5kIHRoZW4gaXQgY3Jhc2hlZAo+IGFueXdheS4pCj4KPiBJ U1RSIHNvbWVvbmUgb25jZSBhbmFseXplZCB0aGF0IHN0cmlwaW5nIGRvZXNuJ3QgbWFrZSBtdWNo IHNlbnNlIHdpdGgKPiBtb2Rlcm4gVUZTZXMgYXQgYWxsLCBhcyB0aGUgVUZTIGl0c2VsZiBkaXN0 cmlidXRlcyB0aGUgZGF0YSBhbHJlYWR5Cj4gd2VsbCBlbm91Z2gsIHNvIGEgY29uY2F0ZW5hdGlv biB5aWVsZHMgdGhlIHNhbWUgb3ZlcmFsbCBwZXJmb3JtYW5jZS4KPiBDb25jZXRhbmV0aW9ucyBh cmUgd2F5IGVhc2llciB0byBoYW5kbGUgaW4gYW55IHJlc3BlY3QsIGFuZCBzZWUgYWJvdmUsCj4g b25jZSB5b3UndmUgYWRkZWQgc29tZXRoaW5nIHRvIHRoZSBjb25jYXQsIHlvdSBjb3VsZCB1c2Ug Z3Jvd2ZzIHRvCj4gdGVsbCB0aGUgZmlsZSBzeXN0ZW0gdG8gcGljayB1cCB0aGUgdm9sdW1lJ3Mg bmV3IHNpemUuICBJJ3ZlIGRvbmUgdGhpcwo+IGEgbnVtYmVyIG9mIHRpbWVzIHdpdGggRnJlZUJT RCAoYWxiZWl0IHdpdGggW2dddmludW0tYmFzZWQgdm9sdW1lcyksCj4gYnV0IEkndmUgYWxzbyBz ZWVuIGl0IGZhaWwgb2NjYXNpb25hbGx5LiA6LS8gIEJ1dCB0aGVuLCBJJ3ZlIGFsc28KPiBzZWVu IFNvbGFyaXMnIGdyb3dmcyBnZXR0aW5nIHN0dWNrLCBhbmQgdHJhc2hpbmcgYSB2b2x1bWUsIGFz IHdlbGwKPiBhcyB2eHZtIHRyYXNoaW5nIHNldmVyYWwgaHVuZHJlZCBNZWdhYnl0ZXMgb2YgZGF0 YS4gIFRvIHF1b3RlIGEKPiBzaWduYXR1cmUgbXkgY29sbGVhZ3VlIGlzIHVzaW5nOiBgYEZhaWx1 cmUgaXMgbm90IGFuIG9wdGlvbi4gIEl0IGNvbWVzCj4gYnVuZGxlZCB3aXRoIHRoZSBzb2Z0d2Fy ZS4nJwpUaGFua3MgSm9lcmchCkkgcHJlZmVyIGtlZXBpbmcgY29ycG9yYXRlIHRveXMgYXdheSBm cm9tIG15IEZyZWVCU0QuClRoZXkgdGVuZCB0byBiZSBpbnRvbGVyYW50IGFuZCBzaGFwZSBldmVy eXRoaW5nIGluIHRoZWlyIHdheS4KR29vZ2xlIGp1c3Qgc2hvd2VkIGl0IGlzIHBvc3NpYmxlLiBX aXRoIGxhcmdlIGRhdGEgYW5kIG5vIG1lYW5zIG9mCmJhY2t1cCBvbmUgc2hvdWxkIGJlY29tZSBj YXJlZnVsLgpJdCdzIG5pY2UgdGhhdCB0aGVzZSB3aG9sZSBkaXNjdXNzaW9ucyB3aWxsIGhlbHAg c29tZW9uZSBlbHNlCnNlYXJjaGluZyBmb3Igc3VjaCBhIHNvbHV0aW9uLgpBcyBwcmV2aW91c2x5 IG1lbnRpb25lZCwgd2UgaGF2ZSBhIHJlc291cmNlIGFuZCA5OSUgd2lsbCB1c2UgaXQgdG8KbWFr ZSBhIG5ldyBzdHJpcGUgYW5kCm1vdmUgdGhlIGRhdGEgdGhlcmUgd2l0aCBsb29wIGJhY2sgcnN5 bmMuIFdlIHdpbGwgaGF2ZSBhIGNsb3NlZApkaXNjdXNzaW9uIGFnYWluIHNvb24sIGFzIHRoZSB0 aW1lIHRvIGFjdCB3aWxsIGNvbWUgdmVyeSBzb29uLgpXaXRoIDAsNVRCIGZvciBGVFAgd2Ugd2ls bCBiZSBzZXJ2aW5nIGl0IGZvciBhYm91dCBhIHllYXIuClRoZW4gSSdtIHBsYW5uaW5nIHRvIGVu bGFyZ2UgdGhlIHN0b3JhZ2UgYWdhaW4gYW5kIGJyaW5nIGFsc28gc3BhcmUKZGlza3MgZm9yIGJ6 aXBwZWQgYmFja3Vwcy4KVG8gYmUgaG9uZXN0LCB0aGUgcmVhbCBmdXNzIGlzIGFib3V0IHRoYXQg SSdtIHRha2luZyB1cCBhIHByb2plY3QgdGhhdAp3aWxsIHJlcXVpcmUgZnJlcXVlbnQgdHJhdmVs bGluZyBhbmQgd2lsbCBiZSBuZWFyIHRoZSBmdHAtbWFzdGVyIGluCkJybm8uCkkgIHdvbid0IGhh dmUgdGhlIHNhbWUgZnJlZSB0aW1lIGFzIG5vdyB0byBjb21taXQgdG8gdGhlIG1pcnJvciAtCmVz cGVjaWFsbHkgZm9yIGhhcmR3YXJlIHVwZ3JhZGVzLCB0aGF0J3Mgd2h5IEkgdGVuZCB0byAicG91 ciBkaXNrcwp1bnRpbCBoYXBweSIuClRoZSBlZmZvcnQgIGlzICB0byBjb25jZW50cmF0ZSB0aGUg YWRtaW4gdGVhbSAgb24gY29tbW9uIHRhc2tzLCBub3Qgb24KcmVib290aW5nIGV2ZXJ5IDItMyBt b250aHMgZm9yIGFuIHVwZ3JhZGUuCk9uIHRoZSBvdGhlciBzaWRlLCBJIHdpbGwgYmUgY2xvc2Ug dG8gUnVkb2xmIGFuZCBjYW4gYmUgaGVsZApwZXJzb25hbGx5IGFjY291bnRhYmxlIDstKQpBcG9s b2dpZXMgZm9yIHRoZSBwZXJzb25hbCBvZmYgdG9waWMsIGJ1dCBJJ20gZXhjaXRlZCBhYm91dCBh bGwgdGhpcwpiaWcgY29pbmNpZGVuY2UuClJlZ2FyZHMsCgotLQq02NzY4urgILLQ4djb1dIKRGlt aXRhciBWYXNzaWxldgoKR251UEcga2V5IElEOiAweDRCOERCNTI1CktleXNlcnZlcjogcGdwLm1p dC5lZHUKS2V5IGZpbmdlcnByaW50OiBEODhBIDNCOTIgREVENSA5MTdFIDM0MUUgRDYyRiA4QzUx IDVGQzQgNEI4RCBCNTI1Cg== From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 21:54:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AE7416A420 for ; Mon, 24 Oct 2005 21:54:29 +0000 (GMT) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55EE043D5C for ; Mon, 24 Oct 2005 21:54:28 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id 36F963135D; Mon, 24 Oct 2005 17:54:27 -0400 (EDT) Date: Mon, 24 Oct 2005 17:54:27 -0400 (EDT) From: user To: "Andrew P." In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: traffic accounting per username with ipfw in 5.4 ? (more) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 21:54:29 -0000 Hello, On Tue, 25 Oct 2005, Andrew P. wrote: > On 10/25/05, user wrote: > > > > I remember that ipfw had been augmented some time ago to do traffic > > counting, etc., based on usernames ... but I see no mention of that in the > > ipfw man page on my 5.4-RELEASE system. > > > > Is this something that only exists in IPFW2 ? Does ipfw2 even exist > > anymore ? > > > > Can someone clarify for me what is going on with regard to what used to be > > called IPFW2, FreeBSD 5.x, and per-user traffic counting ? > > > > thanks. > > ipfw2 replaced ipfw in 5.x > > Read the manpage more carefully, please. Search > for "uid" option. Thanks - I was searching for username and getting nowhere. Also, thank you for the clarification regarding ipfw2/ipfw and their current state. I notice that the traffic accounting per uid only applies to traffic initiated by that user, and initiated from the local machine. If I scp a file away from the machine (as user X) the traffic does not get incremented, and if I scp a file to the local machine (as user X) it also does not get incremented - even though those are non-anonymous actions that occur under the auspices of a particular username. Doe anyone have any suggestions for traffic accounting (of particularly ssh traffic) on a per user basis, for _all_ traffic that occurs under the auspices of that username, and not just what _they themselves_ initiate, personally, in their own login shell ? Thank you. From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 22:18:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 796DB16A41F for ; Mon, 24 Oct 2005 22:18:28 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1673A43D45 for ; Mon, 24 Oct 2005 22:18:27 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so353130qbd for ; Mon, 24 Oct 2005 15:18:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Yqpiw8ldzACXhw5yquaOusJ79hO4TQjzVa8LpyEL4xHo5E8XQ/QQNApYge9csKX/tULjqahP5NQm1ko3cRhymGv+Gz1q05tumqNtI1LRCQmjWgRN0Cg1udCwQ/NKowbubWJJSFGE8NmAgJfrI9k0D+vXjHDnj5ZoqcUdDQpfpcs= Received: by 10.65.105.20 with SMTP id h20mr815933qbm; Mon, 24 Oct 2005 15:18:27 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Mon, 24 Oct 2005 15:18:27 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 00:18:27 +0200 From: Linnea Forslund To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 22:18:28 -0000 So I learned that in order to fix direct rendering to run mixxx, as I've been asking about before, I need to fix a driver for my card, maybe this http://www.nvidia.com/object/freebsd_1.0-7676.html And in order to install that i first need to have "kernel source tree in /usr/src/sys (package 'ssys' installed)" and sinsce I had nothing in /usr/src/sys I did as it said in http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-buil= ding.html and started sysinstall. I do this: "choosing Configure, then Distributions, then src, then sys" And when I chose "ok" to the last one I get back to the previous and when choosing "ok" to that one again it asks where I wan't to install it from and I choose ftp and Sweden. There is a message asking "running multiuser, assume network has already been configured?" I say yes, since I don't know what it's about. Then it waits for a looong time saying it's logging in, but it doesn't connect. What have I done wrong? What can I do? I have two more days to fix everything... please help! /Linnea From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 22:24:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7149716A421 for ; Mon, 24 Oct 2005 22:24:19 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EAB643D49 for ; Mon, 24 Oct 2005 22:24:18 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so354028qbd for ; Mon, 24 Oct 2005 15:24:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=T+6S6jzitQsLlfQEqlfB9Pb5+VE6aoKzvTQw5Iwbq38OSLfm7hm4jkmphQmOhS7A88TvzrzoLYGWDJMlTz1cV7GaM57qty0eaVwTipU334QZ2s/BahbGU6d4AE2rqIjG8+X+lcmQ+z/N7JUc1yIa0iZuPS4rY9hyodeWnRPD8p4= Received: by 10.65.112.4 with SMTP id p4mr819502qbm; Mon, 24 Oct 2005 15:24:18 -0700 (PDT) Received: by 10.65.154.4 with HTTP; Mon, 24 Oct 2005 15:24:16 -0700 (PDT) Message-ID: Date: Mon, 24 Oct 2005 18:24:18 -0400 From: John DeStefano To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: updating in single-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 22:24:19 -0000 When updating world, section 20.4.5 of the handbook calls for dropping to single user mode. The reasons given for this make sense. But this is a problem for me: my BSD server does not have a local K/V/M setup connected directly to it; it sits on my network and I connect to it via PuTTy for administration. Is there a way to achieve single-user mode while still being able to connect remotely (via LAN)? (I know that's something of an oximoron, but I needed to ask) And if not, am I losing any serious features/functionality of the update process by _not_ dropping into single user? Thanks, ~John From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 22:27:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FC1D16A41F for ; Mon, 24 Oct 2005 22:27:49 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 719E643D45 for ; Mon, 24 Oct 2005 22:27:48 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.50] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9OMRlFl029686 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Mon, 24 Oct 2005 17:27:47 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=TxVMd61tfH6YjJnUpRaSD54YTLCwLkNhcQhktwnLC3/BQ6fy8BQLOFhlv6wWeukDr TmjCFAIWg6st5xS4funlQ== In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Mon, 24 Oct 2005 17:27:31 -0500 To: Linnea Forslund X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-5.0 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 22:27:49 -0000 On Oct 24, 2005, at 5:18 PM, Linnea Forslund wrote: > There is a message asking > "running multiuser, assume network has already been configured?" I say > yes, since I don't know what it's about. Then it waits for a looong > time saying it's logging in, but it doesn't connect. > > What have I done wrong? What can I do? I have two more days to fix > everything... please help! Is this machine connected to a working internet connection? The dialog you are talking about has noticed that your computer is not running in single-user mode, but rather in multi-user mode. Typically, systems running multi-user are configured for network and/ or internet access. Make sure the machine is connected to the internet. _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 22:29:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B50816A41F for ; Mon, 24 Oct 2005 22:29:29 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 226EF43D45 for ; Mon, 24 Oct 2005 22:29:28 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so354804qbd for ; Mon, 24 Oct 2005 15:29:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JgLGekC3SJe+QKM8h/KClore+XBoVujHLD1laSGfsjtIrohO6gSHfIzWg2vapA+FGJLlOyUkS5+T7k489/V1lVd9cfqOa6GsdjtbzktVikXLpsWNlwYpBxviwVyoXu/vMA+lt/dNy94ro8233YCWrbghhQrAf5LHUmqygLbiCF8= Received: by 10.64.53.20 with SMTP id b20mr824297qba; Mon, 24 Oct 2005 15:29:28 -0700 (PDT) Received: by 10.65.107.8 with HTTP; Mon, 24 Oct 2005 15:29:28 -0700 (PDT) Message-ID: <59adc1a0510241529x9d163fap@mail.gmail.com> Date: Tue, 25 Oct 2005 01:29:28 +0300 From: Dimitar Vasilev To: John DeStefano In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-5 Content-Transfer-Encoding: base64 Content-Disposition: inline References: Cc: Free BSD Questions list Subject: Re: updating in single-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 22:29:29 -0000 Pgo+IElzIHRoZXJlIGEgd2F5IHRvIGFjaGlldmUgc2luZ2xlLXVzZXIgbW9kZSB3aGlsZSBzdGls bCBiZWluZyBhYmxlIHRvCj4gY29ubmVjdCByZW1vdGVseSAodmlhIExBTik/ICAoSSBrbm93IHRo YXQncyBzb21ldGhpbmcgb2YgYW4gb3hpbW9yb24sCj4gYnV0IEkgbmVlZGVkIHRvIGFzaykgIEFu ZCBpZiBub3QsIGFtIEkgbG9zaW5nIGFueSBzZXJpb3VzCj4gZmVhdHVyZXMvZnVuY3Rpb25hbGl0 eSBvZiB0aGUgdXBkYXRlIHByb2Nlc3MgYnkgX25vdF8gZHJvcHBpbmcgaW50bwo+IHNpbmdsZSB1 c2VyPwpTZXJpYWwgY2FibGUgbGluayB3aXRoIGFub3RoZXIgbWFjaGluZSBpcyB5b3VyIGZyaWVu ZC4KCi0tCrTY3Nji6uAgstDh2NvV0gpEaW1pdGFyIFZhc3NpbGV2CgpHbnVQRyBrZXkgSUQ6IDB4 NEI4REI1MjUKS2V5c2VydmVyOiBwZ3AubWl0LmVkdQpLZXkgZmluZ2VycHJpbnQ6IEQ4OEEgM0I5 MiBERUQ1IDkxN0UgMzQxRSBENjJGIDhDNTEgNUZDNCA0QjhEIEI1MjUK From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 22:32:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC2B16A41F for ; Mon, 24 Oct 2005 22:32:37 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A6F43D46 for ; Mon, 24 Oct 2005 22:32:36 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so355345qbd for ; Mon, 24 Oct 2005 15:32:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p3C+kqFp3JA7wL3myGA6pehF60sOcW0BQDmq2szO4t2J/tu2BNnK9IkVNiOb1XHV+em5e3u/SFboOq09B+2h4iD2glV8zI4QXhDMZZsT76Ikvrh4iuESNimY9kKkGn2Xikzam7QqvcsNESGKylSHFoNF/8N1kiSWB8v75sg6MtU= Received: by 10.65.236.8 with SMTP id n8mr824277qbr; Mon, 24 Oct 2005 15:32:36 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Mon, 24 Oct 2005 15:32:36 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 00:32:36 +0200 From: Linnea Forslund To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: Fwd: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 22:32:37 -0000 ---------- Forwarded message ---------- From: Linnea Forslund Date: Oct 25, 2005 12:31 AM Subject: Re: i get stuck installing kernel To: Eric F Crist On 10/25/05, Eric F Crist wrote: > On Oct 24, 2005, at 5:18 PM, Linnea Forslund wrote: > > There is a message asking > > "running multiuser, assume network has already been configured?" I say > > yes, since I don't know what it's about. Then it waits for a looong > > time saying it's logging in, but it doesn't connect. > > > > What have I done wrong? What can I do? I have two more days to fix > > everything... please help! > > Is this machine connected to a working internet connection? The > dialog you are talking about has noticed that your computer is not > running in single-user mode, but rather in multi-user mode. > Typically, systems running multi-user are configured for network and/ > or internet access. > > Make sure the machine is connected to the internet. > It _is_ connected to the internet. It is the machine I'm using right now. /Linnea From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 22:38:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D648916A41F for ; Mon, 24 Oct 2005 22:38:10 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB3743D49 for ; Mon, 24 Oct 2005 22:38:10 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail3.panix.com (Postfix) with ESMTP id AA55913A986 for ; Mon, 24 Oct 2005 18:38:09 -0400 (EDT) Received: from teddy.fas.com (pcp08632294pcs.mplsnt01.sc.comcast.net [68.58.232.106]) by mailspool2.panix.com (Postfix) with ESMTP id AA9C7433080 for ; Mon, 24 Oct 2005 18:38:09 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1EUAxE-0002vJ-00 for ; Mon, 24 Oct 2005 18:38:08 -0400 Date: Mon, 24 Oct 2005 18:38:08 -0400 From: stan To: Free BSD Questions list Message-ID: <20051024223808.GA10918@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 18:29:21 up 72 days, 22:02, 2 users, load average: 0.02, 0.05, 0.06 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: sendmail/mailertable question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 22:38:11 -0000 I'm trying to get sendmail to do something that I think it should be able to do, but I can't quite get working. I have a machine that hosts several virtual domains. The domains have wildcarded DNS records. I want mail recived for say "foo@listmaint.samp.ivosite.com" to get passed on downstream like that without striping out the "listmaint" part. I think I can do this with mailertable. Here's what I've got: =2Emc file: divert(-1) # # Copyright (c) 1983 Eric P. Allman # Copyright (c) 1988, 1993 # The Regents of the University of California. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # 3. All advertising materials mentioning features or use of this software # must display the following acknowledgement: # This product includes software developed by the University of # California, Berkeley and its contributors. # 4. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # # # This is a generic configuration file for FreeBSD 4.X and later systems. # If you want to customize it, copy it to a name appropriate for your # environment and do the modifications there. # # The best documentation for this .mc file is: # /usr/share/sendmail/cf/README or # /usr/src/contrib/sendmail/cf/README # divert(0) VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.10.2.19 2003/12/31 17:= 42:16 gshapiro Exp $') OSTYPE(freebsd4) DOMAIN(generic) FEATURE(local_lmtp) FEATURE(virtusertable, `hash /etc/mail/virtusertable') FEATURE(local_procmail)dnl FEATURE(mailertable, `hash -o /etc/mail/mailertable') dnl Uncomment to allow relaying based on your MX records. dnl NOTE: This can allow sites to use your server as a backup MX without dnl your permission. dnl FEATURE(relay_based_on_MX) dnl DNS based black hole lists dnl -------------------------------- dnl DNS based black hole lists come and go on a regular basis dnl so this file will not serve as a database of the available servers. dnl For that, visit dnl http://directory.google.com/Top/Computers/Internet/Abuse/Spam/Blacklist= s/ dnl Uncomment to activate Realtime Blackhole List dnl information available at http://www.mail-abuse.com/ dnl NOTE: This is a subscription service as of July 31, 2001 dnl FEATURE(dnsbl) dnl Alternatively, you can provide your own server and rejection message: dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `"550 Mail from " $&{client= _addr} " rejected, see http://mail-abuse.org/cgi-bin/lookup?" $&{client_add= r}') dnl Dialup users should uncomment and define this appropriately dnl define(`SMART_HOST', `your.isp.mail.server') dnl Uncomment the first line to change the location of the default dnl /etc/mail/local-host-names and comment out the second line. dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw') define(`confCW_FILE', `-o /etc/mail/local-host-names') dnl Enable for both IPv4 and IPv6 (optional) DAEMON_OPTIONS(`Name=3DIPv4, Family=3Dinet') dnl DAEMON_OPTIONS(`Name=3DIPv6, Family=3Dinet6, Modifiers=3DO') define(`confBIND_OPTS', `WorkAroundBrokenAAAA') define(`confNO_RCPT_ACTION', `add-to-undisclosed') define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy') dnl MAILER(local) MAILER(smtp) MAILER(procmail) INPUT_MAIL_FILTER(`sid-filter', `S=3Dlocal:/var/run/sid-filter') INPUT_MAIL_FILTER(`spamassassin', `S=3Dlocal:/var/run/spamass-milter.sock, = F=3D, T=3DC:15m;S:4m;R:4m;E:10m') define(`confMILTER_MACROS_CONNECT',`b, j, _, {daemon_name}, {if_name}, {if_= addr}')dnl dnl set SASL options TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl mailertable: # $FreeBSD: src/etc/mail/mailertable.sample,v 1.1.2.1 2000/03/20 12:21:05 p= eter Exp $ # # List of domains (possibly wildcarded) and destination mailers # admin.samp.ivosite.com smtp:admin.samp.ivosite.com listmaint.samp.ivosite.com smtp:listmaint.samp.ivosite.com samp.ivosite.com smtp:samp.ivosite.com =2Esamp.ivosite.com smtp:samp.ivosite.com But when I test this here is what happens: Script started on Mon Oct 24 18:25:54 2005 prod1 as stan# echo "3,0 foo@listmaint.samp.ivosite.com" | sendmail -bt -d0 Version 8.13.1 Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS PIPELINING SASL SCANF STARTTLS TCPWRAPPERS USERDB XDEBUG =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D SYSTEM IDENTITY (after readcf) =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (short domain name) $w =3D prod1 (canonical domain name) $j =3D prod1.ivo.net (subdomain name) $m =3D ivo.net (node name) $k =3D prod1.ivo.net =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D ADDRESS TEST MODE (ruleset 3 NOT automatically invoked) Enter
> canonify input: foo @ listmaint . samp . ivosite . com Canonify2 input: foo < @ listmaint . samp . ivosite . com > Canonify2 returns: foo < @ ivosite . com . > canonify returns: foo < @ ivosite . com . > parse input: foo < @ ivosite . com . > Parse0 input: foo < @ ivosite . com . > Parse0 returns: foo < @ ivosite . com . > ParseLocal input: foo < @ ivosite . com . > ParseLocal returns: foo < @ ivosite . com . > Parse1 input: foo < @ ivosite . com . > Mailertable input: < ivosite . com > foo < @ ivosite . com . > Mailertable input: ivosite . < com > foo < @ ivosite . com . > Mailertable returns: foo < @ ivosite . com . > Mailertable returns: foo < @ ivosite . com . > MailerToTriple input: < > foo < @ ivosite . com . > MailerToTriple returns: foo < @ ivosite . com . > Parse1 returns: $# esmtp $@ ivosite . com . $: foo < @ ivosite . = com . > parse returns: $# esmtp $@ ivosite . com . $: foo < @ ivosite . = com . > > prod1 as stan# ^D=08=08exit Script done on Mon Oct 24 18:26:15 2005 As you can see, the Canonify routine is striping off the "listmaint" part. What am I doing wrong here? Thanks for any sugestions. --=20 U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietco= ng Terror=20 - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 22:51:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF3DF16A41F for ; Mon, 24 Oct 2005 22:51:26 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF6043D60 for ; Mon, 24 Oct 2005 22:51:26 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 431BA5CC4; Mon, 24 Oct 2005 18:51:25 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 95043-04; Mon, 24 Oct 2005 18:51:24 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 52AAA5C90; Mon, 24 Oct 2005 18:51:24 -0400 (EDT) In-Reply-To: <20051024223808.GA10918@teddy.fas.com> References: <20051024223808.GA10918@teddy.fas.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9184F321-00C3-47C9-885C-014BFE245993@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 24 Oct 2005 18:51:12 -0400 To: stan X-Mailer: Apple Mail (2.734) X-Virus-Scanned: amavisd-new at codefab.com Cc: Free BSD Questions list Subject: Re: sendmail/mailertable question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 22:51:26 -0000 On Oct 24, 2005, at 6:38 PM, stan wrote: > I have a machine that hosts several virtual domains. The domains > have wildcarded DNS records. > > I want mail recived for say "foo@listmaint.samp.ivosite.com" to get > passed > on downstream like that without striping out the "listmaint" part. > I think I can do this with mailertable. Get rid of the "hash -o" in your mailertable line, too. Your DNS wildcard MX records are telling sendmail that the mail should go to prod1.ivo.net: ;; QUERY SECTION: ;; listmaint.samp.ivosite.com, type = MX, class = IN ;; ANSWER SECTION: listmaint.samp.ivosite.com. 1H IN MX 10 prod1.ivo.net. If you want to disable DNS canonification, do something like this in your mailertable: listmaint.samp.ivosite.com smtp:[IP_of_real_MX] ...where IP_of_real_MX if the IP address of the machine which is supposed to actually handle the mail for that machine, and is different from prod1.ivo.net. You can't fool your wildcard DNS record otherwise, because even if you try, remote SMTP hosts will look up the MX anyway. This is also why the usage of wildcard MX records is highly discouraged. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 22:54:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 868BE16A41F for ; Mon, 24 Oct 2005 22:54:00 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39F5843D55 for ; Mon, 24 Oct 2005 22:53:56 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.50] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9OMrudx029796 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Mon, 24 Oct 2005 17:53:56 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=nTAZGLsDUq5jufSCvNwRcklDB3pbeNgvSKKCa9Cc4Z46MctcU2AW1/d21yBqTb+3m Wvu9UO5qWTYkplWRHADMw== In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Mon, 24 Oct 2005 17:53:47 -0500 To: Linnea Forslund X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-5.0 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 22:54:00 -0000 On Oct 24, 2005, at 5:32 PM, Linnea Forslund wrote: > ---------- Forwarded message ---------- > From: Linnea Forslund > Date: Oct 25, 2005 12:31 AM > Subject: Re: i get stuck installing kernel > To: Eric F Crist > > > On 10/25/05, Eric F Crist wrote: > >> On Oct 24, 2005, at 5:18 PM, Linnea Forslund wrote: >> >>> There is a message asking >>> "running multiuser, assume network has already been configured?" >>> I say >>> yes, since I don't know what it's about. Then it waits for a looong >>> time saying it's logging in, but it doesn't connect. >>> >>> What have I done wrong? What can I do? I have two more days to fix >>> everything... please help! >>> >> >> Is this machine connected to a working internet connection? The >> dialog you are talking about has noticed that your computer is not >> running in single-user mode, but rather in multi-user mode. >> Typically, systems running multi-user are configured for network and/ >> or internet access. >> >> Make sure the machine is connected to the internet. >> >> > > It _is_ connected to the internet. It is the machine I'm using > right now. > > /Linnea You could try going to /usr/src/ssys, or which ever directory houses the function you need and typing 'make install' HTH _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 22:59:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 570A816A41F for ; Mon, 24 Oct 2005 22:59:38 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D28DE43D46 for ; Mon, 24 Oct 2005 22:59:37 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so359428qbd for ; Mon, 24 Oct 2005 15:59:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BgwW2lC/o1V5OFiXkMYYdMk4zi69/TG//nAtKrKW87YbF2tADQdFg+FHBjY5DTlE0BO9S/cfQV23+jIiOUwWQhRJZfuOPJso+BTkBAvI0Kqp4R0jJGV9y11q8sK3XxWmUy7k/6MEdITvLgn+Z9IzVc89tQwTi2KUIkcuwlyvDuU= Received: by 10.65.147.11 with SMTP id z11mr842116qbn; Mon, 24 Oct 2005 15:59:37 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Mon, 24 Oct 2005 15:59:37 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 00:59:37 +0200 From: Linnea Forslund To: Eric F Crist In-Reply-To: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> Cc: freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 22:59:38 -0000 On 10/25/05, Eric F Crist wrote: > > On Oct 24, 2005, at 5:32 PM, Linnea Forslund wrote: > > > ---------- Forwarded message ---------- > > From: Linnea Forslund > > Date: Oct 25, 2005 12:31 AM > > Subject: Re: i get stuck installing kernel > > To: Eric F Crist > > > > > > On 10/25/05, Eric F Crist wrote: > > > >> On Oct 24, 2005, at 5:18 PM, Linnea Forslund wrote: > >> > >>> There is a message asking > >>> "running multiuser, assume network has already been configured?" > >>> I say > >>> yes, since I don't know what it's about. Then it waits for a looong > >>> time saying it's logging in, but it doesn't connect. > >>> > >>> What have I done wrong? What can I do? I have two more days to fix > >>> everything... please help! > >>> > >> > >> Is this machine connected to a working internet connection? The > >> dialog you are talking about has noticed that your computer is not > >> running in single-user mode, but rather in multi-user mode. > >> Typically, systems running multi-user are configured for network and/ > >> or internet access. > >> > >> Make sure the machine is connected to the internet. > >> > >> > > > > It _is_ connected to the internet. It is the machine I'm using > > right now. > > > > /Linnea > > You could try going to /usr/src/ssys, or which ever directory houses > the function you need and typing 'make install' > But there is nothing in there > cd /usr/src/ssys /usr/src/ssys: No such file or directory. /Linnea From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 23:06:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A38C16A41F for ; Mon, 24 Oct 2005 23:06:29 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE6843D4C for ; Mon, 24 Oct 2005 23:06:28 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.50] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9ON6R23029858 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Mon, 24 Oct 2005 18:06:27 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=mpPCCKbEE/d3GMjsA4z3akEmD1F5WNXcab8DgQwmy30CJYnB2bib6CBmovXmiVxAG 6lYAgwVoinAvzUIEc/iLQ== In-Reply-To: References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Mon, 24 Oct 2005 18:06:18 -0500 To: Linnea Forslund X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-4.9 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 23:06:29 -0000 On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote: > But there is nothing in there > > >> cd /usr/src/ssys >> > /usr/src/ssys: No such file or directory. > Install cvsup. Create a cvsup file to fetch the entire source tree. cvsup your source tree. see what happens. _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 23:08:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9871016A42A for ; Mon, 24 Oct 2005 23:08:17 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id B042643D8E for ; Mon, 24 Oct 2005 23:07:58 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail1.panix.com (Postfix) with ESMTP id 2081159708; Mon, 24 Oct 2005 19:07:57 -0400 (EDT) Received: from teddy.fas.com (pcp08632294pcs.mplsnt01.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id 021504DFB82; Mon, 24 Oct 2005 19:07:57 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1EUBQ4-00039r-00; Mon, 24 Oct 2005 19:07:56 -0400 Date: Mon, 24 Oct 2005 19:07:56 -0400 From: stan To: Charles Swiger Message-ID: <20051024230756.GA12082@teddy.fas.com> Mail-Followup-To: Charles Swiger , Free BSD Questions list , Stewart Flood References: <20051024223808.GA10918@teddy.fas.com> <9184F321-00C3-47C9-885C-014BFE245993@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9184F321-00C3-47C9-885C-014BFE245993@mac.com> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 19:04:18 up 72 days, 22:37, 1 user, load average: 0.10, 0.12, 0.05 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: Stewart Flood , Free BSD Questions list Subject: Re: sendmail/mailertable question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 23:08:17 -0000 On Mon, Oct 24, 2005 at 06:51:12PM -0400, Charles Swiger wrote: > On Oct 24, 2005, at 6:38 PM, stan wrote: > >I have a machine that hosts several virtual domains. The domains > >have wildcarded DNS records. > > > >I want mail recived for say "foo@listmaint.samp.ivosite.com" to get > >passed > >on downstream like that without striping out the "listmaint" part. > >I think I can do this with mailertable. > > Get rid of the "hash -o" in your mailertable line, too. Your DNS > wildcard MX records are telling sendmail that the mail should go to > prod1.ivo.net: Just the -o part, right? > > ;; QUERY SECTION: > ;; listmaint.samp.ivosite.com, type = MX, class = IN > > ;; ANSWER SECTION: > listmaint.samp.ivosite.com. 1H IN MX 10 prod1.ivo.net. > > If you want to disable DNS canonification, do something like this in > your mailertable: > > listmaint.samp.ivosite.com smtp:[IP_of_real_MX] > > ...where IP_of_real_MX if the IP address of the machine which is > supposed to actually handle the mail for that machine, and is > different from prod1.ivo.net. You can't fool your wildcard DNS > record otherwise, because even if you try, remote SMTP hosts will > look up the MX anyway. But it's _not_ different than prod1. I just want sendmail to pass the ucanonified name on to the downstream processing (think procmail) so that it's easy for automated downstream processing to handle it. Sorry if I was not clear in the original message. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 23:14:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E738A16A41F for ; Mon, 24 Oct 2005 23:14:40 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F6F43D55 for ; Mon, 24 Oct 2005 23:14:39 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so361661qbd for ; Mon, 24 Oct 2005 16:14:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rfXjrIynWaQYAeaMuBmWDXZ/1CQ1myAPDJ26LVgpbKOERJ0rhj+mazDt3d3qapRodM+l/aBTkRzrvZ33KtsJ73AqhNVT8NItCfTN0xVrE9DVIPpizPJuXsvVTYAynJIF+N+Sk6ieLAe2pPOeib33hMOHCvotsGsrZGaclAigBXY= Received: by 10.65.182.20 with SMTP id j20mr854478qbp; Mon, 24 Oct 2005 16:14:39 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Mon, 24 Oct 2005 16:14:39 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 01:14:39 +0200 From: Linnea Forslund To: Eric F Crist In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> Cc: freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 23:14:41 -0000 On 10/25/05, Eric F Crist wrote: > On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote: > > > But there is nothing in there > > > > > >> cd /usr/src/ssys > >> > > /usr/src/ssys: No such file or directory. > > > > Install cvsup. Create a cvsup file to fetch the entire source tree. > cvsup your source tree. > > see what happens. > _______________________________________________________ Ok, I'll try that tomorrow after som sleep and some animating. If you could explain it a bit more I would be happy-happy ^^ Night, Linnea From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 00:27:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC58A16A41F for ; Tue, 25 Oct 2005 00:27:22 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp1.suscom.net (smtp1.suscom.net [64.78.119.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D1A443D45 for ; Tue, 25 Oct 2005 00:27:22 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp1 [127.0.0.1]) by smtp1.suscom.net (Postfix) with ESMTP id A5CC9D826C for ; Mon, 24 Oct 2005 20:27:18 -0400 (EDT) Received: from smtp1.suscom.net ([127.0.0.1]) by localhost (smtp1 [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 11473-03 for ; Mon, 24 Oct 2005 20:27:17 -0400 (EDT) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp1.suscom.net (Postfix) with SMTP id DF948D825E for ; Mon, 24 Oct 2005 20:27:16 -0400 (EDT) Received: from [192.168.0.2] (//gerard [192.168.0.2]) by seibercom.net (8.13.4/8.13.4) with ESMTP id j9P0RILI006455 for ; Mon, 24 Oct 2005 20:27:18 -0400 (EDT) (envelope-from gerard@seibercom.net) Date: Mon, 24 Oct 2005 20:27:21 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20051024202134.AD9F.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailer: Becky! ver. 2.22.02 [en] Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by amavisd-new .250 at suscom.net Subject: Error message while running 'portsdb -Uu' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 00:27:22 -0000 I just updated my ports using cvsup and then proceeded to run 'portsdb -Uu' to generate the index file. Upon completion, it produced this error message: Updating the ports index ... Generating INDEX.tmp - please wait..jot: infinite sequences cannot be bounded "Makefile", line 19: warning: "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status jot: infinite sequences cannot be bounded "/usr/ports/editors/vim-lite/../vim/Makefile", line 19: warning: "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status jot: infinite sequences cannot be bounded "/usr/ports/editors/vim6+ruby/../vim/Makefile", line 19: warning: "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.6 Warning: Duplicate INDEX entry: mod_frontpage2-5.0.2.2635 Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.4 Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 Done. I have never seen that one before. What does it mean, and what should I do to correct it, it anything? --=20 Gerard Seibert gerard@seibercom.net Berra's Law: You can observe a lot just by watching. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 01:12:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECEAE16A41F for ; Tue, 25 Oct 2005 01:12:19 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 657D343D48 for ; Tue, 25 Oct 2005 01:12:19 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 18519 invoked by uid 85); 25 Oct 2005 01:12:15 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.971258 secs); 25 Oct 2005 01:12:15 -0000 Received: from unknown (HELO ?192.168.2.200?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 25 Oct 2005 01:12:13 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org Date: Mon, 24 Oct 2005 17:11:53 -0800 User-Agent: KMail/1.8.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1523637.rqLr346dNy"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200510241712.11320.akbeech@gmail.com> Cc: John DeStefano Subject: Re: updating in single-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 01:12:20 -0000 --nextPart1523637.rqLr346dNy Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 24 October 2005 02:24 pm, John DeStefano wrote: > When updating world, section 20.4.5 of the handbook calls for dropping > to single user mode. The reasons given for this make sense. But this > is a problem for me: my BSD server does not have a local K/V/M setup > connected directly to it; it sits on my network and I connect to it > via PuTTy for administration. > > Is there a way to achieve single-user mode while still being able to > connect remotely (via LAN)? (I know that's something of an oximoron, > but I needed to ask) And if not, am I losing any serious > features/functionality of the update process by _not_ dropping into > single user? > > Thanks, > ~John I don't reccommend doing installworld or kernel in multiuser, but I have ne= ver=20 had any problems doing it on a lightly loaded machine. With that said what= =20 could bite you is your new kernel not booting or something broken in=20 userland. You will then need console access (serial or local) to fix it. I= =20 would set up your machine with serial console access and use a laptop or=20 another machine when you reboot. Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \=20 =2D------------------------------------------------------------------------= =2D------------- --nextPart1523637.rqLr346dNy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDXYZrVq19LUoGB+MRAo03AKCMtKFLenwo5MJHRc0Z8JVqjuJofQCgwBpb DL4kqnbIA3DPXvrPCwPw9yo= =yAV2 -----END PGP SIGNATURE----- --nextPart1523637.rqLr346dNy-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 01:17:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49EE616A41F for ; Tue, 25 Oct 2005 01:17:52 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EBC543D5D for ; Tue, 25 Oct 2005 01:17:42 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so342224nzd for ; Mon, 24 Oct 2005 18:17:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=A0SSajlseFq3cifl4XL84VSB8cGjVg9fVqOEh2Iv+hlbFcBU8RMEKmLr+qy2Hs7LR/lEZfVPzD0tVrIkUtmmQ8A7GhuXEvdBxAEr0O5xk0SewVR7A//v4v9kGKIWNptnUF0wNwo/1pFFdHmdaUlbpFENDb/oJ7l2pVOOPV8lTMo= Received: by 10.36.216.6 with SMTP id o6mr1420039nzg; Mon, 24 Oct 2005 18:17:41 -0700 (PDT) Received: by 10.36.147.16 with HTTP; Mon, 24 Oct 2005 18:17:41 -0700 (PDT) Message-ID: Date: Mon, 24 Oct 2005 20:17:41 -0500 From: Teo De Las Heras To: freebsd-questions@freebsd.org In-Reply-To: <20051023224002.GB86261@slackbox.xs4all.nl> MIME-Version: 1.0 References: <20051023164050.GA40949@falcon.midgard.homeip.net> <20051023202914.GD82057@slackbox.xs4all.nl> <20051023224002.GB86261@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 01:17:52 -0000 I have a similar problem with a DFI LanParty Ultra-D with two gigabit on-board NIC's. I DONT see any 'ethernet' subclass devices listed other tha= n the one I have working. Is it simply not supported by the Kernel? The machine in question is dual-booting (with windows), so I can see that the driver for the card that isn't working is NVIDIA. Motherboards website: http://www.dfi.com.tw/Product/xx_product_spec_details_r_us.jsp?PRODUCT_ID= =3D3471&CATEGORY_TYPE=3DLP&SITE=3DUS pciconf -lv output none0@pci0:0:0: class=3D0x058000 card=3D0x00000000 chip=3D0x005e10de rev=3D= 0xa3 hdr=3D0x00 vendor =3D 'NVIDIA Corporation' class =3D memory isab0@pci0:1:0: class=3D0x060100 card=3D0xcb8410de chip=3D0x005010de rev=3D= 0xa3 hdr=3D0x00 vendor =3D 'NVIDIA Corporation' class =3D bridge subclass =3D PCI-ISA none1@pci0:1:1: class=3D0x0c0500 card=3D0xcb8410de chip=3D0x005210de rev=3D= 0xa2 hdr=3D0x00 vendor =3D 'NVIDIA Corporation' class =3D serial bus subclass =3D SMBus ohci0@pci0:2:0: class=3D0x0c0310 card=3D0xcb8410de chip=3D0x005a10de rev=3D= 0xa2 hdr=3D0x00 vendor =3D 'NVIDIA Corporation' class =3D serial bus subclass =3D USB none2@pci0:2:1: class=3D0x0c0320 card=3D0xcb8410de chip=3D0x005b10de rev=3D= 0xa3 hdr=3D0x00 vendor =3D 'NVIDIA Corporation' class =3D serial bus subclass =3D USB pcm0@pci0:4:0: class=3D0x040100 card=3D0xcb8410de chip=3D0x005910de rev=3D0= xa2 hdr=3D0x00 vendor =3D 'NVIDIA Corporation' class =3D multimedia subclass =3D audio atapci0@pci0:6:0: class=3D0x01018a card=3D0xcb8410de chip=3D0x005310de rev= =3D0xa2 hdr=3D0x00 vendor =3D 'NVIDIA Corporation' class =3D mass storage subclass =3D ATA atapci1@pci0:7:0: class=3D0x010185 card=3D0xcb8410de chip=3D0x005410de rev= =3D0xa3 hdr=3D0x00 vendor =3D 'NVIDIA Corporation' class =3D mass storage subclass =3D ATA atapci2@pci0:8:0: class=3D0x010185 card=3D0xcb8410de chip=3D0x005510de rev= =3D0xa3 hdr=3D0x00 vendor =3D 'NVIDIA Corporation' class =3D mass storage subclass =3D ATA pcib1@pci0:9:0: class=3D0x060401 card=3D0x00000000 chip=3D0x005c10de rev=3D= 0xa2 hdr=3D0x01 vendor =3D 'NVIDIA Corporation' class =3D bridge subclass =3D PCI-PCI none3@pci0:10:0: class=3D0x068000 card=3D0xcb8410de chip=3D0x005710de rev= =3D0xa3 hdr=3D0x00 vendor =3D 'NVIDIA Corporation' class =3D bridge pcib2@pci0:11:0: class=3D0x060400 card=3D0x00000040 chip=3D0x005d10de rev= =3D0xa3 hdr=3D0x01 vendor =3D 'NVIDIA Corporation' class =3D bridge subclass =3D PCI-PCI pcib3@pci0:12:0: class=3D0x060400 card=3D0x00000040 chip=3D0x005d10de rev= =3D0xa3 hdr=3D0x01 vendor =3D 'NVIDIA Corporation' class =3D bridge subclass =3D PCI-PCI pcib4@pci0:13:0: class=3D0x060400 card=3D0x00000040 chip=3D0x005d10de rev= =3D0xa3 hdr=3D0x01 vendor =3D 'NVIDIA Corporation' class =3D bridge subclass =3D PCI-PCI pcib5@pci0:14:0: class=3D0x060400 card=3D0x00000040 chip=3D0x005d10de rev= =3D0xa3 hdr=3D0x01 vendor =3D 'NVIDIA Corporation' class =3D bridge subclass =3D PCI-PCI hostb0@pci0:24:0: class=3D0x060000 card=3D0x00000000 chip=3D0x11001022 rev= =3D0x00 hdr=3D0x00 vendor =3D 'Advanced Micro Devices (AMD)' device =3D 'Athlon 64 / Opteron HyperTransport Technology Configuration' class =3D bridge subclass =3D HOST-PCI hostb1@pci0:24:1: class=3D0x060000 card=3D0x00000000 chip=3D0x11011022 rev= =3D0x00 hdr=3D0x00 vendor =3D 'Advanced Micro Devices (AMD)' device =3D 'Athlon 64 / Opteron Address Map' class =3D bridge subclass =3D HOST-PCI hostb2@pci0:24:2: class=3D0x060000 card=3D0x00000000 chip=3D0x11021022 rev= =3D0x00 hdr=3D0x00 vendor =3D 'Advanced Micro Devices (AMD)' device =3D 'Athlon 64 / Opteron DRAM Controller' class =3D bridge subclass =3D HOST-PCI hostb3@pci0:24:3: class=3D0x060000 card=3D0x00000000 chip=3D0x11031022 rev= =3D0x00 hdr=3D0x00 vendor =3D 'Advanced Micro Devices (AMD)' device =3D 'Athlon 64 / Opteron Miscellaneous Control' class =3D bridge subclass =3D HOST-PCI fwohci0@pci1:9:0: class=3D0x0c0010 card=3D0x100615bd chip=3D0x30441106 rev= =3D0x80 hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT6306 VIA Fire II IEEE-1394 OHCI Link Layer Controller' class =3D serial bus subclass =3D FireWire skc0@pci1:10:0: class=3D0x020000 card=3D0x100a15bd chip=3D0x432011ab rev=3D= 0x13 hdr=3D0x00 vendor =3D 'Marvell Semiconductor (Was: Galileo Technology Ltd)' device =3D '88E8001 Gigabit 32-bit Ethernet Controller with Integrated PHY' class =3D network subclass =3D ethernet nvidia0@pci5:0:0: class=3D0x030000 card=3D0x00000000 chip=3D0x014010de rev= =3D0xa2 hdr=3D0x00 vendor =3D 'NVIDIA Corporation' class =3D display subclass =3D VGA On 10/23/05, Roland Smith wrote: > > On Sun, Oct 23, 2005 at 10:52:39PM +0200, Andreas Davour wrote: > > >The "none" only means it's not bound to a driver. You might try the > > >vr(4) driver, although the 6102 is not mentioned in vr(4). > > > > Ok, then "none" makes more sense. It read about the vr driver and it > > worked! How did you know the vr(4) driver was for Rhine I/II/III > > controllers? It feels like there's something I have missed... > > By using this command: "grep Rhine /usr/src/sys/i386/conf/GENERIC", > which returned: "device vr # VIA Rhine, Rhine II". > > Roland > -- > R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain > text. > public key: http://www.xs4all.nl/~rsmith/pubkey.txt > > > From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 01:18:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C94F316A425 for ; Tue, 25 Oct 2005 01:18:14 +0000 (GMT) (envelope-from fowlplay77@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 525C843D46 for ; Tue, 25 Oct 2005 01:18:14 +0000 (GMT) (envelope-from fowlplay77@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so378597qbd for ; Mon, 24 Oct 2005 18:18:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=X2y+Qhc5pir5FsyDxxyEIr7DFNMYqOOp8+rT1DKDkt6bBA9hHbHA0ycCPd+/Ww6RoewZjtMomdWDOYj10ncnWXpOWDwnh0N3TbR8hQ97ofk8b8Hm/rNRLHKzjp9xqZ0Q4pWM8s2+/OkYZcbyKmOwsIn5+hSxnfm+eofx5BBodt0= Received: by 10.65.155.13 with SMTP id h13mr930188qbo; Mon, 24 Oct 2005 18:18:13 -0700 (PDT) Received: by 10.65.83.15 with HTTP; Mon, 24 Oct 2005 18:18:13 -0700 (PDT) Message-ID: <25b28b630510241818j10b5d656udec1ea83df13564f@mail.gmail.com> Date: Tue, 25 Oct 2005 08:18:13 +0700 From: Owen Jeremiah To: Igor Robul In-Reply-To: <435CBE3E.2080701@speechpro.com> MIME-Version: 1.0 References: <435C7FD2.9080601@speechpro.com> <20051024085219.70046.qmail@web31115.mail.mud.yahoo.com> <25b28b630510240236q29ab1107q4dea413663cb5672@mail.gmail.com> <435CBE3E.2080701@speechpro.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: samba question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 01:18:14 -0000 My mistake. I was referring to SWAT instead of smbd and nmbd. Regards, OJ From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 01:24:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A0C716A41F for ; Tue, 25 Oct 2005 01:24:13 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 4E10A43D45 for ; Tue, 25 Oct 2005 01:24:12 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 28404 invoked by uid 502); 25 Oct 2005 01:24:10 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 25 Oct 2005 01:24:10 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <435D8938.7020702@ywave.com> Date: Mon, 24 Oct 2005 18:24:08 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Linnea Forslund References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Eric F Crist , freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 01:24:13 -0000 Linnea Forslund wrote: > On 10/25/05, Eric F Crist wrote: > >>On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote: >> >> >>>But there is nothing in there >>> >>> >>> >>>>cd /usr/src/ssys >>>> >>> >>>/usr/src/ssys: No such file or directory. >>> >> >>Install cvsup. Create a cvsup file to fetch the entire source tree. >>cvsup your source tree. >> >>see what happens. >>_______________________________________________________ > > > Ok, I'll try that tomorrow after som sleep and some animating. If you > could explain it a bit more I would be happy-happy ^^ > > Night, > > Linnea Check out http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html note: you probably don't want cutting edge, but that's where the general procedure for cvsupping and compiling your system is. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 01:59:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D26B416A41F for ; Tue, 25 Oct 2005 01:59:23 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67FCF43D45 for ; Tue, 25 Oct 2005 01:59:23 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id BE6B65D40; Mon, 24 Oct 2005 21:59:22 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 84522-07; Mon, 24 Oct 2005 21:59:21 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-76-130.ny325.east.verizon.net [68.161.76.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 724245CF6; Mon, 24 Oct 2005 21:59:21 -0400 (EDT) Message-ID: <435D917B.7040804@mac.com> Date: Mon, 24 Oct 2005 21:59:23 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stan References: <20051024223808.GA10918@teddy.fas.com> <9184F321-00C3-47C9-885C-014BFE245993@mac.com> <20051024230756.GA12082@teddy.fas.com> In-Reply-To: <20051024230756.GA12082@teddy.fas.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: Stewart Flood , Free BSD Questions list Subject: Re: sendmail/mailertable question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 01:59:24 -0000 stan wrote: > On Mon, Oct 24, 2005 at 06:51:12PM -0400, Charles Swiger wrote: [ ... ] >>Get rid of the "hash -o" in your mailertable line, too. Your DNS >>wildcard MX records are telling sendmail that the mail should go to >>prod1.ivo.net: > > Just the -o part, right? Yes. >>If you want to disable DNS canonification, do something like this in >>your mailertable: >> >>listmaint.samp.ivosite.com smtp:[IP_of_real_MX] >> >>...where IP_of_real_MX if the IP address of the machine which is >>supposed to actually handle the mail for that machine, and is >>different from prod1.ivo.net. You can't fool your wildcard DNS >>record otherwise, because even if you try, remote SMTP hosts will >>look up the MX anyway. > > But it's _not_ different than prod1. I just want sendmail to pass > the ucanonified name on to the downstream processing (think > procmail) so that it's easy for automated downstream processing > to handle it. If this mail is going to be delivered locally, then you ought to add listmaint.samp.ivosite.com to class w, perhaps via the file /etc/mail/local-host-names. ----- You might want to use MASQUERADE_EXCEPTION(), as in: FEATURE(`allmasquerade')dnl FEATURE(`masquerade_envelope')dnl FEATURE(`masquerade_entire_domain')dnl MASQUERADE_AS(`example.com')dnl MASQUERADE_DOMAIN(`example.com')dnl MASQUERADE_EXCEPTION(`www.example.com')dnl MASQUERADE_EXCEPTION(`public.example.com')dnl MASQUERADE_EXCEPTION(`private.example.com')dnl Sendmail will re-write the hostname for anything matching *.example.com, _except_ for www.example.com, public.example.com, as explicitly listed. And you either need to list www.example.com in class w (aka the local-host-names file), or you need to specify a mailertable entry using square brackets to send the mail to some other server which will perform local delivery for that hostname. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 02:11:00 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A79D16A41F for ; Tue, 25 Oct 2005 02:11:00 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [216.148.227.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id D807E43D46 for ; Tue, 25 Oct 2005 02:10:59 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (rwcrmhc13) with ESMTP id <2005102502103701500rgb6ne>; Tue, 25 Oct 2005 02:10:42 +0000 Message-ID: <435D9412.1030900@computer.org> Date: Mon, 24 Oct 2005 21:10:26 -0500 From: Eric Schuele User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dick hoogendijk References: <20051024140444.75901df5.dick@nagual.st> <435CED19.60302@computer.org> <20051024170731.39f4ea0f.dick@nagual.st> In-Reply-To: <20051024170731.39f4ea0f.dick@nagual.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: fbsdq Subject: Re: kqemu.ko X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 02:11:00 -0000 dick hoogendijk wrote: > On Mon, 24 Oct 2005 09:18:01 -0500 > Eric Schuele wrote: > > >>dick hoogendijk wrote: >> >>>Right now I've put it into /boot/loader.conf >>>What I'd like to know is is this kqemu kernel module harmless >> >>FWIW... I load mine at boot... never had any difficulties. I'm using >>RELENG_6. > > > I do that on 5.4 also. > > Today I compiled qemu/kqemu on my freebsd-4.11 > Strangely enough starting qemu [file] I get a warning > "could not open '/dev/kqemu' - QEMU accellaration layer not activated" > > I kldloaded kqemu.ko and in /dev I see the device (666). > Does kqemu work on fbsd4-11? What can be the problem? > I do not know if it works on 4.x or not. But I did see that message on 5.x at one point... and the port maintainer was very responsive and helpful. So if no one else offers a solution (a cvsup in my case)... you might drop him an e-mail. -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 02:23:24 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C1116A41F for ; Tue, 25 Oct 2005 02:23:24 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id E537743D46 for ; Tue, 25 Oct 2005 02:23:23 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (rwcrmhc13) with ESMTP id <2005102502220301500r8khee>; Tue, 25 Oct 2005 02:22:03 +0000 Message-ID: <435D96C8.2040407@computer.org> Date: Mon, 24 Oct 2005 21:22:00 -0500 From: Eric Schuele User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dick hoogendijk References: <20051024190847.5b856678.dick@nagual.st> In-Reply-To: <20051024190847.5b856678.dick@nagual.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: fbsdq Subject: Re: /dev/kqemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 02:23:24 -0000 dick hoogendijk wrote: > Earlier I wrote: > > > Strangely enough starting qemu [file] I get a warning > "could not open '/dev/kqemu' - QEMU accellaration layer not activated" > I kldloaded kqemu.ko and in /dev I see the device (666). > > > I have found out that only the FIRST user that starts QEMU on ht > computer gets support for kqemu accellaration. Even if he closes hiw > qemu session and logs off, another NEW user can start QEMU but gets NO > accel support. The above error is put on the screen. > Hmmm... after reading this post... I wondered if that was the problem I was experiencing. But I retested on RELENG_6, and I am not seeing this behavior. Is that your 4.x or your 5.x machine behaving that way? > So, how come the device kqemu is not freed after I close the qemu > session and keeps being "busy"? > > Is there a solution I have overlooked to overcome this problem? > > I looked into the user and kqemu online dox but can't find a thing > relating to my problem. Who has some clues? > -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 03:47:32 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3651416A41F for ; Tue, 25 Oct 2005 03:47:32 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: from web52704.mail.yahoo.com (web52704.mail.yahoo.com [206.190.48.227]) by mx1.FreeBSD.org (Postfix) with SMTP id C54C543D46 for ; Tue, 25 Oct 2005 03:47:31 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: (qmail 36945 invoked by uid 60001); 25 Oct 2005 03:47:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=rwGduBfow24OBBsmbVbSAwC8hA04+XoJvNJ9iNSxmBGNifrUCibah4LTSRstJBVV2NGPAxjFBsXxie0fAqYew+98yuVqezbpuBj4YQrKlU9r4EWAHJUAvRnQkw06PiBKeNXC1wGllXaPYbPKYC/trOErfHcJOqtBk+az6PqvUjA= ; Message-ID: <20051025034730.36943.qmail@web52704.mail.yahoo.com> Received: from [172.194.1.181] by web52704.mail.yahoo.com via HTTP; Mon, 24 Oct 2005 20:47:30 PDT Date: Mon, 24 Oct 2005 20:47:30 -0700 (PDT) From: Kris Anderson To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Qwest DLS & MSN Premium & Linksys Router & FreeBSD.. Oh my X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 03:47:32 -0000 Hey folks, I'm getting off cable (Comcast and 6 megabits) and either looking at Qwest DSL w/MSN premium or a service called Clear Wire (Wireless internet). I'm a bit baffled because Qwest says they have a deal that I could get DSL for $19.99 a month for a year. Of course the fine prints MSN is the ISP so forth and so on. Their fine print - Qwest Choice™ DSL Deluxe with MSN® Premium: Available for residential use only. Service not available in all areas. Special offer available for new Qwest DSL® customers only and includes $19.99 monthly charge for 12 months when combined on one bill with a qualifying home phone pac kage ($24.99 otherwise), free activation and 50% off optional technician installation (regularly $100). After twelve months of service, price will revert to standard pricing which is currently $39.99 per month when service is combined with a qualifying Qwest local phone package on one bill (otherwise $44.99 per month). Rates subject to change. Limit of one bundle discount for DSL services per account. Qwest local phone service or package required. DSL modem can be purchased from Qwest for $59.99 or rented for $5/month ,plus $9.99 shipping and handling fee. Non Qwest-supplied modems may not be supported. Actual DSL speed varies depending on a variety of factors. Uninterrupted or error-free service not guaranteed. All prices do not include taxes, incremental charges and surcharges. Other restrictions may apply. MSN ISP requires agreement to MSN Acceptable Use Policy. Microsoft, MSN and the MSN logo are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Special Offer until January 28, 2006. Qwest Choice™ DSL with MSN® Premium: Available for residential use only. Service not available in all areas. Special offer available for new Qwest DSL® customers only and includes free activation and 50% off optional technician installation (regularly $99.99). After twelve months of service, price will revert to standard pricing which is currently $39.99 per month when service is combined with a qualifying Qwest local phone package on one bill (otherwise $44.99 per month). Rates subject to change. Limit of one bundle discount for DSL services per account. Qwest local phone service or package required. Mod em may be purchased from Qwest for $59.99 or rented for $5/month, plus $9.99 shipping and handling fee. Non Qwest-supplied modems may not be supported. Actual DSL speed varies depending on a variety of factors. Uninterrupted or error-free service not guaranteed. Prices do not include taxes, incremental charges and surcharges. Other restrictions may apply. MSN ISP requires agreement to MSN Acceptable Use Policy. Microsoft, MSN and the MSN logo are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Special Offer valid until January 28, 2006. - How I had it previously was Comcast's modem to wireless router (Linksys WRT-54G), a little Linksys switch, FreeBSD and misc. Windows computers happily sharing the connection. Just to confirm, my guess is that this would not be the service to go with since I would love to have my spiffy Linksys Router (WRT-54G) hook to the DSL. And to the WR54G the usual network systems of FreeBSD, and misc Windows computers. If the above isn't going to work then I'm stuck with a different bundle (a few bucks more) that would allow me to do the same thing. I hope. I'm not familiar with the way in which DSL does its connectivity thing. Okay, I saw in a previous question that PPoE is needed with DSL. And I noticed that I could set my WRT54G to utilize PPoE, so maybe MSN ISP & Qwest service will work? So am I right in still thinking that with MSN as the ISP my setup it isn't going to be FreeBSD friendly and that my spiffy little Comcast setup isn't going to work with MSN as the ISP? Most appreciated. Gah, that means I'm probably not going to be needing my little WRT-54G router then. :~( Hope I wasn't to confusiong there. ~Mr. Anderson __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 04:15:34 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3350416A420 for ; Tue, 25 Oct 2005 04:15:34 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: from web52707.mail.yahoo.com (web52707.mail.yahoo.com [206.190.48.230]) by mx1.FreeBSD.org (Postfix) with SMTP id 3D99443D48 for ; Tue, 25 Oct 2005 04:15:33 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: (qmail 26593 invoked by uid 60001); 25 Oct 2005 04:15:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=LzwgVTMM4aKn++6WhZYZSTllzkuEQ+ZBwrvKZ0Oka81TJNEW6oz4iIAk3tAqfpr2OKVIDYT2SaknxMl4fPRMciye+Io81bDirQ0pJk+8QWMs7MGzl3f9d0tNtxcrvdpnnz/GXCON0+OM7rh2fgN2h6HXkBrcBDadDKw8H5dI2kE= ; Message-ID: <20051025041532.26591.qmail@web52707.mail.yahoo.com> Received: from [172.194.1.181] by web52707.mail.yahoo.com via HTTP; Mon, 24 Oct 2005 21:15:32 PDT Date: Mon, 24 Oct 2005 21:15:32 -0700 (PDT) From: Kris Anderson To: questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-431686699-1130213732=:23924" Content-Transfer-Encoding: 8bit Cc: Subject: Fwd: Re: Qwest DLS & MSN Premium & Linksys Router & FreeBSD.. Oh my X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 04:15:34 -0000 --0-431686699-1130213732=:23924 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Oops, I don't think this got to the list. So I'm sending just in case. --- Steve Camp wrote: > Hi, > > Where are you located? Oregon. > I'm in Denver. I use Qwest DSL, but Dimensional > Communications / > Forethought (www.dim.com / www.dimensional.com / > www.forethought.com) > is my ISP. No way in hell that I'd use MSN for my > ISP. So I take it that my little eutopia wont work then. :( > I'd inquire about using a 3rd party ISP. That has > not been a problem > with Qwest here in Denver. At one point phone > companies were > required to open their DSL networks to 3rd party > ISPs. Not sure if > that is still the case or not. But I'm pretty > positive that 3rd party > ISP is not a problem, at least in the Denver area. > You might not get > the killer monthly deal, though. But you can get > things like static > IPs, possibly a /29 or /28 network if you have a > good reason / > multiple machines. You can typically also run other > protocols (e.g. > ftp, smtp, telnet, www etc) on a 3rd party ISP / DSL > setup. I think they have another deal that doesn't use MSN. Not the killer 19.99 deal though. :( > Hope this helps. It did a little, I got a good laugh from your comment about MSN. Alrighty, I'll do more research then work on the logistics of getting service of some kind (maybe that clear wire gizmo). > -- > Steve Camp > Centennial, CO > steve@camp.com > > > On Mon, Oct 24, 2005 at 08:47:30PM -0700, Kris > Anderson wrote: > > Hey folks, > > > > I'm getting off cable (Comcast and 6 megabits) and > > either looking at Qwest DSL w/MSN premium or a > service > > called Clear Wire (Wireless internet). > > > > I'm a bit baffled because Qwest says they have a > deal > > that I could get DSL for $19.99 a month for a > year. Of > > course the fine prints MSN is the ISP so forth and > so > > on. > > > > Their fine print - > > Qwest Choice™ DSL Deluxe with MSN® Premium: > Available > > for residential use only. Service not available in > all > > areas. Special offer available for new Qwest DSL® > > customers only and includes $19.99 monthly charge > for > > 12 months when combined on one bill with a > qualifying > > home phone pac kage ($24.99 otherwise), free > > activation and 50% off optional technician > > installation (regularly $100). After twelve months > of > > service, price will revert to standard pricing > which > > is currently $39.99 per month when service is > combined > > with a qualifying Qwest local phone package on one > > bill (otherwise $44.99 per month). Rates subject > to > > change. Limit of one bundle discount for DSL > services > > per account. Qwest local phone service or package > > required. DSL modem can be purchased from Qwest > for > > $59.99 or rented for $5/month ,plus $9.99 shipping > and > > handling fee. Non Qwest-supplied modems may not be > > supported. Actual DSL speed varies depending on a > > variety of factors. Uninterrupted or error-free > > service not guaranteed. All prices do not include > > taxes, incremental charges and surcharges. Other > > restrictions may apply. MSN ISP requires agreement > to > > MSN Acceptable Use Policy. Microsoft, MSN and the > MSN > > logo are either registered trademarks or > trademarks of > > Microsoft Corporation in the United States and/or > > other countries. Special Offer until January 28, > 2006. > > > > > > Qwest Choice™ DSL with MSN® Premium: Available for > > residential use only. Service not available in all > > areas. Special offer available for new Qwest DSL® > > customers only and includes free activation and > 50% > > off optional technician installation (regularly > > $99.99). After twelve months of service, price > will > > revert to standard pricing which is currently > $39.99 > > per month when service is combined with a > qualifying > > Qwest local phone package on one bill (otherwise > > $44.99 per month). Rates subject to change. Limit > of > > one bundle discount for DSL services per account. > > Qwest local phone service or package required. Mod > em > > may be purchased from Qwest for $59.99 or rented > for > > $5/month, plus $9.99 shipping and handling fee. > Non > > Qwest-supplied modems may not be supported. Actual > DSL > > speed varies depending on a variety of factors. > > Uninterrupted or error-free service not > guaranteed. > > Prices do not include taxes, incremental charges > and > > surcharges. Other restrictions may apply. MSN ISP > > requires agreement to MSN Acceptable Use Policy. > > Microsoft, MSN and the MSN logo are either > registered > > trademarks or trademarks of Microsoft Corporation > in > > the United States and/or other countries. Special > > Offer valid until January 28, 2006. > > - > > > > How I had it previously was Comcast's modem to > > wireless router (Linksys WRT-54G), a little > Linksys > > switch, FreeBSD and misc. Windows computers > happily > > sharing the connection. > > > > Just to confirm, my guess is that this would not > be > > the service to go with since I would love to have > my > > spiffy Linksys Router (WRT-54G) hook to the DSL. > And > > to the WR54G the usual network systems of FreeBSD, > and > > misc Windows computers. > > > > If the above isn't going to work then I'm stuck > with a > > different bundle (a few bucks more) that would > allow > > me to do the same thing. I hope. I'm not familiar > with > > the way in which DSL does its connectivity thing. > > Okay, I saw in a previous question that PPoE is > needed > > with DSL. And I noticed that I could set my WRT54G > to > > utilize PPoE, so maybe MSN ISP & Qwest service > will > > work? > > > > So am I right in still thinking that with MSN as > the > > ISP my setup it isn't going to be FreeBSD friendly > and > > that my spiffy little Comcast setup isn't going to > > work with MSN as the ISP? > > > > Most appreciated. Gah, that means I'm probably not > > going to be needing my little WRT-54G router then. > :~( > > > > Hope I wasn't to confusiong there. > > > > ~Mr. Anderson > > > > > > > > __________________________________ > > Yahoo! FareChase: Search multiple travel sites in > one click. > > http://farechase.yahoo.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" > __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com --0-431686699-1130213732=:23924 Content-Type: message/rfc822 Content-Transfer-Encoding: 8bit Received: from [172.194.1.181] by web52704.mail.yahoo.com via HTTP; Mon, 24 Oct 2005 21:10:33 PDT Date: Mon, 24 Oct 2005 21:10:32 -0700 (PDT) From: Kris Anderson Subject: Re: Qwest DLS & MSN Premium & Linksys Router & FreeBSD.. Oh my To: Steve Camp In-Reply-To: <20051024215020.J3077@aslan.camp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 2908 --- Steve Camp wrote: > Hi, > > Where are you located? Oregon. > I'm in Denver. I use Qwest DSL, but Dimensional > Communications / > Forethought (www.dim.com / www.dimensional.com / > www.forethought.com) > is my ISP. No way in hell that I'd use MSN for my > ISP. So I take it that my little eutopia wont work then. :( > I'd inquire about using a 3rd party ISP. That has > not been a problem > with Qwest here in Denver. At one point phone > companies were > required to open their DSL networks to 3rd party > ISPs. Not sure if > that is still the case or not. But I'm pretty > positive that 3rd party > ISP is not a problem, at least in the Denver area. > You might not get > the killer monthly deal, though. But you can get > things like static > IPs, possibly a /29 or /28 network if you have a > good reason / > multiple machines. You can typically also run other > protocols (e.g. > ftp, smtp, telnet, www etc) on a 3rd party ISP / DSL > setup. I think they have another deal that doesn't use MSN. Not the killer 19.99 deal though. :( > Hope this helps. It did a little, I got a good laugh from your comment about MSN. Alrighty, I'll do more research then work on the logistics of getting service of some kind (maybe that clear wire gizmo). > -- > Steve Camp > Centennial, CO > steve@camp.com > > > On Mon, Oct 24, 2005 at 08:47:30PM -0700, Kris > Anderson wrote: > > Hey folks, > > > > I'm getting off cable (Comcast and 6 megabits) and > > either looking at Qwest DSL w/MSN premium or a > service > > called Clear Wire (Wireless internet). > > > > I'm a bit baffled because Qwest says they have a > deal > > that I could get DSL for $19.99 a month for a > year. Of > > course the fine prints MSN is the ISP so forth and > so > > on. > > > > Their fine print - > > Qwest Choice™ DSL Deluxe with MSN® Premium: > Available > > for residential use only. Service not available in > all > > areas. Special offer available for new Qwest DSL® > > customers only and includes $19.99 monthly charge > for > > 12 months when combined on one bill with a > qualifying > > home phone pac kage ($24.99 otherwise), free > > activation and 50% off optional technician > > installation (regularly $100). After twelve months > of > > service, price will revert to standard pricing > which > > is currently $39.99 per month when service is > combined > > with a qualifying Qwest local phone package on one > > bill (otherwise $44.99 per month). Rates subject > to > > change. Limit of one bundle discount for DSL > services > > per account. Qwest local phone service or package > > required. DSL modem can be purchased from Qwest > for > > $59.99 or rented for $5/month ,plus $9.99 shipping > and > > handling fee. Non Qwest-supplied modems may not be > > supported. Actual DSL speed varies depending on a > > variety of factors. Uninterrupted or error-free > > service not guaranteed. All prices do not include > > taxes, incremental charges and surcharges. Other > > restrictions may apply. MSN ISP requires agreement > to > > MSN Acceptable Use Policy. Microsoft, MSN and the > MSN > > logo are either registered trademarks or > trademarks of > > Microsoft Corporation in the United States and/or > > other countries. Special Offer until January 28, > 2006. > > > > > > Qwest Choice™ DSL with MSN® Premium: Available for > > residential use only. Service not available in all > > areas. Special offer available for new Qwest DSL® > > customers only and includes free activation and > 50% > > off optional technician installation (regularly > > $99.99). After twelve months of service, price > will > > revert to standard pricing which is currently > $39.99 > > per month when service is combined with a > qualifying > > Qwest local phone package on one bill (otherwise > > $44.99 per month). Rates subject to change. Limit > of > > one bundle discount for DSL services per account. > > Qwest local phone service or package required. Mod > em > > may be purchased from Qwest for $59.99 or rented > for > > $5/month, plus $9.99 shipping and handling fee. > Non > > Qwest-supplied modems may not be supported. Actual > DSL > > speed varies depending on a variety of factors. > > Uninterrupted or error-free service not > guaranteed. > > Prices do not include taxes, incremental charges > and > > surcharges. Other restrictions may apply. MSN ISP > > requires agreement to MSN Acceptable Use Policy. > > Microsoft, MSN and the MSN logo are either > registered > > trademarks or trademarks of Microsoft Corporation > in > > the United States and/or other countries. Special > > Offer valid until January 28, 2006. > > - > > > > How I had it previously was Comcast's modem to > > wireless router (Linksys WRT-54G), a little > Linksys > > switch, FreeBSD and misc. Windows computers > happily > > sharing the connection. > > > > Just to confirm, my guess is that this would not > be > > the service to go with since I would love to have > my > > spiffy Linksys Router (WRT-54G) hook to the DSL. > And > > to the WR54G the usual network systems of FreeBSD, > and > > misc Windows computers. > > > > If the above isn't going to work then I'm stuck > with a > > different bundle (a few bucks more) that would > allow > > me to do the same thing. I hope. I'm not familiar > with > > the way in which DSL does its connectivity thing. > > Okay, I saw in a previous question that PPoE is > needed > > with DSL. And I noticed that I could set my WRT54G > to > > utilize PPoE, so maybe MSN ISP & Qwest service > will > > work? > > > > So am I right in still thinking that with MSN as > the > > ISP my setup it isn't going to be FreeBSD friendly > and > > that my spiffy little Comcast setup isn't going to > > work with MSN as the ISP? > > > > Most appreciated. Gah, that means I'm probably not > > going to be needing my little WRT-54G router then. > :~( > > > > Hope I wasn't to confusiong there. > > > > ~Mr. Anderson > > > > > > > > __________________________________ > > Yahoo! FareChase: Search multiple travel sites in > one click. > > http://farechase.yahoo.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" > __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com --0-431686699-1130213732=:23924-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 04:52:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E578016A41F for ; Tue, 25 Oct 2005 04:52:21 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1409443D45 for ; Tue, 25 Oct 2005 04:52:20 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so406700qbd for ; Mon, 24 Oct 2005 21:52:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CS9JpDNKNxhWfoGGQzakVrys/IDLS88sXfjXig/Ww1cWqaqqEs26L9GFHmrDJPoxgKpz1dRikjkKUO5zfd8Itz261DLi3vSjzr5hjqiy6E0nJDVV4PlQKd46l1Ms11RSNRwq7YT2HHrWfI/XtQG75MFadfrcSS8nMk3iUcHhnRw= Received: by 10.65.124.8 with SMTP id b8mr1044447qbn; Mon, 24 Oct 2005 21:45:39 -0700 (PDT) Received: by 10.65.107.8 with HTTP; Mon, 24 Oct 2005 21:45:39 -0700 (PDT) Message-ID: <59adc1a0510242145s343b34afl@mail.gmail.com> Date: Tue, 25 Oct 2005 07:45:39 +0300 From: Dimitar Vasilev To: freebsd-questions@freebsd.org In-Reply-To: <200510241712.11320.akbeech@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-5 Content-Transfer-Encoding: base64 Content-Disposition: inline References: <200510241712.11320.akbeech@gmail.com> Subject: Re: updating in single-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 04:52:22 -0000 PiBJIGRvbid0IHJlY2NvbW1lbmQgZG9pbmcgaW5zdGFsbHdvcmxkIG9yIGtlcm5lbCBpbiBtdWx0 aXVzZXIsIGJ1dCBJIGhhdmUgbmV2ZXIKPiBoYWQgYW55IHByb2JsZW1zIGRvaW5nIGl0IG9uIGEg bGlnaHRseSBsb2FkZWQgbWFjaGluZS4gV2l0aCB0aGF0IHNhaWQgd2hhdAo+IGNvdWxkIGJpdGUg eW91IGlzIHlvdXIgbmV3IGtlcm5lbCBub3QgYm9vdGluZyBvciBzb21ldGhpbmcgYnJva2VuIGlu Cj4gdXNlcmxhbmQuIFlvdSB3aWxsIHRoZW4gbmVlZCBjb25zb2xlIGFjY2VzcyAoc2VyaWFsIG9y IGxvY2FsKSB0byBmaXggaXQuIEkKPiB3b3VsZCBzZXQgdXAgeW91ciBtYWNoaW5lIHdpdGggc2Vy aWFsIGNvbnNvbGUgYWNjZXNzIGFuZCB1c2UgYSBsYXB0b3Agb3IKPiBhbm90aGVyIG1hY2hpbmUg d2hlbiB5b3UgcmVib290Lgo+Cj4gQmVlY2gKPiAtLQpJIGhhdmUgZG9uZSBpdCB3aGVuIHRoZXJl IGlzIE5PIGFjdGl2aXR5IG9uIHRoZSBtYWNoaW5lLiBSZWFkIFVQREFUSU5HIGZpcnN0LgpSZXNl dCB5b3VyIHNlY3VyZWxldmVsIHRvIC0xLCBzdG9wIGFsbCBzZXJ2aWNlcyBleGNlcHQgU1NIIGFu ZCBnby4KSXQncyBwb3NzaWJsZSB0byBicmVhayB5b3VyIG1hY2hpbmUgdGhvdWdoLgpUaGVuIHlv dSBoYXZlIHRvIHJlYnVpbGQgaXQgYWdhaW4gYW5kIGl0J3MgNTAvNTAgdG8gc3VjY2VlZC4KQXMg YWR2aXNlZCB0d2ljZSwgdXNlIHNlcmlhbCBjYWJsZXMvS1ZNIHN3aXRjaGVzIGlmIHBvc3NpYmxl LgotLQq02NzY4urgILLQ4djb1dIKRGltaXRhciBWYXNzaWxldgoKR251UEcga2V5IElEOiAweDRC OERCNTI1CktleXNlcnZlcjogcGdwLm1pdC5lZHUKS2V5IGZpbmdlcnByaW50OiBEODhBIDNCOTIg REVENSA5MTdFIDM0MUUgRDYyRiA4QzUxIDVGQzQgNEI4RCBCNTI1Cg== From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 05:05:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF7916A41F for ; Tue, 25 Oct 2005 05:05:54 +0000 (GMT) (envelope-from mapsware@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy07.prodigy.net.mx [148.235.52.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58E4343D45 for ; Tue, 25 Oct 2005 05:05:54 +0000 (GMT) (envelope-from mapsware@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy07 [148.235.52.27]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar 3 2005)) with ESMTP id <0IOW00KWKGPYN0@smtp.prodigy.net.mx>; Tue, 25 Oct 2005 00:03:35 -0500 (CDT) Received: from morena(customer-201-133-165-138.prod-infinitum.com.mx [201.133.165.138]) by smtp.prodigy.net.mx(iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar 3 2005))with ESMTP id <0IOW00098GPYFI@smtp.prodigy.net.mx>; Tue, 25 Oct 2005 00:03:34 -0500 (CDT) Date: Mon, 24 Oct 2005 22:05:45 -0700 From: Martin Alejandro Paredes Sanchez In-reply-to: <5e575c8a0510232022m22dbb31ewa99ed10ee2a3092b@mail.gmail.com> To: freebsd-questions@freebsd.org Message-id: <200510242205.46142.mapsware@prodigy.net.mx> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: quoted-printable Content-disposition: inline User-Agent: KMail/1.8 X-imss-version: 2.033 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:2 C:2 M:2 S:2 R:2 (3.0000 3.0000) References: <5e575c8a0510232022m22dbb31ewa99ed10ee2a3092b@mail.gmail.com> Subject: Re: default routing question ZIPB ADSL PPPoA X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 05:05:54 -0000 El Dom 23 Oct 2005 20:22, Ahnjoan Amous escribi=C3=B3: > The long : I have a CellPipe ADSL router/bridge from Lucent. This device = is > provided by our ISP. I am exploring the ZIPB functionality of the device = to > allow my FreeBSD host to own the public IP. The basics of the configurati= on > for those unfamiliar is as follows. PPPoA is established by the device and > the the (public) IP acquired through the previous process is delivered to= a > host behind that CellPipe via DHCP. After DHCP the device acts as a > "bridge", allowing the internal device to use the public IP as its own. I= 'm > sure this description is vague but I don't know any other way to explain. Looks like you are using PPPoA over a modem bridge. How do you connect your= =20 modem to your PC? (ethernet, usb, ???) > Info : After dhclient acquires its info the ethernet interface looks like > this > ifconfig ethernet interface =E2=80=93 inet A.B.C.D netmask > 255.255.255.255 > Send the result of this command, if you want to keep your privacy, change t= he=20 net address. ifconfig netstat -rn Also, I don't understand, what is your problem? I have a PPPoE connection and the ifconfig give somenthig like this % ifconfig tun0 tun0: flags=3D8051 mtu 1500 inet 216.136.204.21 --> 204.152.186.171 netmask 0xffffff00=20 Opened by PID 918 maps From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 05:19:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99DC716A41F for ; Tue, 25 Oct 2005 05:19:21 +0000 (GMT) (envelope-from mapsware@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy03.prodigy.net.mx [148.235.52.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4680943D46 for ; Tue, 25 Oct 2005 05:19:21 +0000 (GMT) (envelope-from mapsware@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy03 [148.235.52.23]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar 3 2005)) with ESMTP id <0IOW00LL3HDAWV@smtp.prodigy.net.mx>; Tue, 25 Oct 2005 00:17:35 -0500 (CDT) Received: from morena(customer-201-133-165-138.prod-infinitum.com.mx [201.133.165.138]) by smtp.prodigy.net.mx(iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar 3 2005))with ESMTP id <0IOW00MR9HD7AO@smtp.prodigy.net.mx>; Tue, 25 Oct 2005 00:17:33 -0500 (CDT) Date: Mon, 24 Oct 2005 22:19:08 -0700 From: Martin Alejandro Paredes Sanchez In-reply-to: To: freebsd-questions@freebsd.org Message-id: <200510242219.08350.mapsware@prodigy.net.mx> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Content-disposition: inline User-Agent: KMail/1.8 X-imss-version: 2.033 X-imss-result: Passed X-imss-scores: Clean:83.72375 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:2 C:2 M:2 S:2 R:2 (3.0000 3.0000) References: <"2005 1023224002.GB8626 1"@slackbox.xs4all.nl> Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 05:19:21 -0000 El Lun 24 Oct 2005 18:17, Teo De Las Heras escribi=F3: > skc0@pci1:10:0: class=3D0x020000 card=3D0x100a15bd chip=3D0x432011ab rev= =3D0x13 > hdr=3D0x00 > vendor =3D 'Marvell Semiconductor (Was: Galileo Technology Ltd)' > device =3D '88E8001 Gigabit 32-bit Ethernet Controller with Integrated PH= Y' > class =3D network > subclass =3D ethernet This is the only ethernet card found in your motherboard and it has the dri= ver=20 skc attached. maps From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 06:09:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C92F516A41F; Tue, 25 Oct 2005 06:09:54 +0000 (GMT) (envelope-from vincent@kenic.or.ke) Received: from ole.kenic.or.ke (ole.kenic.or.ke [198.32.67.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E61743D45; Tue, 25 Oct 2005 06:09:45 +0000 (GMT) (envelope-from vincent@kenic.or.ke) Received: from [198.32.67.40] (vincent [198.32.67.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ole.kenic.or.ke (Postfix) with ESMTP id A22F96DC5E; Tue, 25 Oct 2005 09:09:29 +0300 (EAT) From: Vincent Ngundi To: FreeBSD Java Issues In-Reply-To: <1129302221.1195.23.camel@vince> References: <1129302221.1195.23.camel@vince> Content-Type: text/plain Organization: KENIC Message-Id: <1130220564.1154.2.camel@vince> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 25 Oct 2005 09:09:24 +0300 Content-Transfer-Encoding: 7bit X-KENIC-MailScanner-Information: Please contact the ISP for more information X-KENIC-MailScanner: Found to be clean X-KENIC-MailScanner-From: vincent@kenic.or.ke Cc: FrreBSD General Questions Subject: Re: Problem Installing native jdk1.5.0 on FreeBSD 5.3-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vincent@kenic.or.ke List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 06:09:55 -0000 All I had to do was to disable Kernel Security in /etc/rc.conf.. -V On Fri, 2005-10-14 at 18:03, Vincent Ngundi wrote: > Objective > --------- > > I'm trying to install native jdk 1.5.0 on a box running FreeBSD > 5.3-RELEASE. > > > Problem > ------- > > When I run "make install clean", I'm getting a message telling me that I > should mount LINPROCFS before starting to build jdk 1.5.0 and that the > commands "kldload linprocfs" and > "mount -t linprocfs linprocfs /compat/linux/proc" should do that. > > ** Major Problem: When I run "kldload linprocfs" (as root), I get the > following error: > > "kldload: can't load linprocfs: Operation not permitted" > > > I have the following files on my box: > > /usr/src/sys/compat/linprocfs > /usr/src/sys/i386/compile/****/modules/usr/src/sys/modules/linprocfs > /usr/src/sys/modules/linprocfs > > > What I have done > ---------------- > > ) I have tried to googled out the error > > ) I have lowered the _kernel_secure_level to 1...even to -1 > > ) I have added the following line into my /etc/fstab file: > > "linprocfs /compat/linux/proc linprocfs rw 0 0" > > I still get the same error when I run "kldload linprocfs". > > Please help!! -- -Vincent From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 06:17:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E42EE16A41F for ; Tue, 25 Oct 2005 06:17:46 +0000 (GMT) (envelope-from aleksandr.derevianko@ru.transport.bombardier.com) Received: from smtp2.transport.bombardier.com (smtp2.transport.bombardier.com [20.133.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3811443D49 for ; Tue, 25 Oct 2005 06:17:45 +0000 (GMT) (envelope-from aleksandr.derevianko@ru.transport.bombardier.com) Received: from EMEAML01.UK.BOMBARDIER.TRANSPORT.COM (emea-ml01.atle.bombardier.com [10.157.248.21]) by smtp2.transport.bombardier.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id j9P6Hh2n007152 for ; Tue, 25 Oct 2005 08:17:43 +0200 (CEST) Sensitivity: To: freebsd-questions@freebsd.org From: aleksandr.derevianko@ru.transport.bombardier.com Date: Tue, 25 Oct 2005 10:17:43 +0000 Message-ID: X-MIMETrack: Serialize by Router on EMEA-ML01/Server/Transport/Bombardier(Release 6.0.3|September 18, 2003) at 10/25/2005 07:20:01 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Subject: NEC DVD_RW - file read problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 06:17:47 -0000 Hello All, I have the following problem: OS: FreeBSD 4.11-RELEASE. DVD RW: acd0: DVD-R <_NEC DVD_RW ND-3500AG> at ata1-master UDMA33 I use DVD R's primary for data backup. The backup data is archived and splitted on files ~500Mb size, which was written on DVD-R's. I have also store the MD5 sums of those files in small checksum file. The problem is: sometimes then i check content on DVD the checksum is differs. Where is no read errors on console, and several attempts to calculate checksum return different results. bash-2.05b# grep 00001 /cdrom/md5.sums acc8b491f03bfa01e341808773a6f94f depot.147.tar.00001 bash-2.05b# md5 /cdrom/depot.147.tar.00001 MD5 (/cdrom/depot.147.tar.00001) = d821bd902c4b0e9c12510f302c10ee71 # File seems cached in RAM bash-2.05b# md5 /cdrom/depot.147.tar.00001 MD5 (/cdrom/depot.147.tar.00001) = d821bd902c4b0e9c12510f302c10ee71 bash-2.05b# umount /cdrom # After unmounting and mounting again - different (correct) checksum. bash-2.05b# !mou mount /cdrom bash-2.05b# md5 /cdrom/depot.147.tar.00001 MD5 (/cdrom/depot.147.tar.00001) = acc8b491f03bfa01e341808773a6f94f # Now the checksum is OK. It seems for me that sometimes device correct soft read errors on media, and sometimes - does not. Does anybody have the same expirience (i.e. checksum differs without read errors) ? Best Regards, Alexander Derevyanko From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 06:56:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59F3016A41F for ; Tue, 25 Oct 2005 06:56:40 +0000 (GMT) (envelope-from alp@rosten.elektra.ru) Received: from center.rosten.elektra.ru (relay.rosten.elektra.ru [80.80.105.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE9E343D45 for ; Tue, 25 Oct 2005 06:56:38 +0000 (GMT) (envelope-from alp@rosten.elektra.ru) Received: from aqua.rosten.elektra.ru ([172.18.64.20]) by center.rosten.elektra.ru with esmtp (Exim 4.50) id 1EUImM-000Jt4-NM for freebsd-questions@freebsd.org; Tue, 25 Oct 2005 10:59:26 +0400 Received: from pyhalov.rosten.elektra.ru ([172.18.64.114]) by aqua.rosten.elektra.ru with esmtp (Exim 4.32) id 1EUIjc-00060h-Io for freebsd-questions@freebsd.org; Tue, 25 Oct 2005 10:56:36 +0400 Received: from pyhalov.rosten.elektra.ru ([172.18.64.114]) by pyhalov.rosten.elektra.ru with esmtp (Exim 4.52) id 1EUIjc-0000RC-9f for freebsd-questions@freebsd.org; Tue, 25 Oct 2005 10:56:36 +0400 From: Alexander Pyhalov Organization: Rostovenergo To: freebsd-questions@freebsd.org Date: Tue, 25 Oct 2005 10:56:35 +0400 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510251056.36076.alp@pyhalov.rosten.elektra.ru> Subject: pppd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 06:56:40 -0000 I use the last port collection, but there is only 2.3.11 version of pppd there. Are there any plans for updating it? From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 07:37:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FFE316A41F for ; Tue, 25 Oct 2005 07:37:05 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id C70B743D45 for ; Tue, 25 Oct 2005 07:37:04 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id i28so821343nzi for ; Tue, 25 Oct 2005 00:37:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oO+7cSIBBYtotAuJ1Jfb/U8x6VqTSNDFK0ZXT353fZ2Vp1bCWOJ17QKA60XyZdQLvsUbTZa7ImR2wb87uho10Pauieq4UeJylFmFFxPfyEXaqXY2F3QbFZE1EZDMcUhboGZGaFQRxvQhBiwa1DOezvNEZFkUtygSEhnvoI2VLrg= Received: by 10.37.12.59 with SMTP id p59mr6922395nzi; Tue, 25 Oct 2005 00:37:04 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Tue, 25 Oct 2005 00:37:04 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 11:37:04 +0400 From: "Andrew P." To: user In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: traffic accounting per username with ipfw in 5.4 ? (more) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 07:37:05 -0000 On 10/25/05, user wrote: > > Hello, > > On Tue, 25 Oct 2005, Andrew P. wrote: > > > On 10/25/05, user wrote: > > > > > > I remember that ipfw had been augmented some time ago to do traffic > > > counting, etc., based on usernames ... but I see no mention of that i= n the > > > ipfw man page on my 5.4-RELEASE system. > > > > > > Is this something that only exists in IPFW2 ? Does ipfw2 even exist > > > anymore ? > > > > > > Can someone clarify for me what is going on with regard to what used = to be > > > called IPFW2, FreeBSD 5.x, and per-user traffic counting ? > > > > > > thanks. > > > > ipfw2 replaced ipfw in 5.x > > > > Read the manpage more carefully, please. Search > > for "uid" option. > > > Thanks - I was searching for username and getting nowhere. Also, thank > you for the clarification regarding ipfw2/ipfw and their current state. > > I notice that the traffic accounting per uid only applies to traffic > initiated by that user, and initiated from the local machine. If I scp a > file away from the machine (as user X) the traffic does not get > incremented, and if I scp a file to the local machine (as user X) it also > does not get incremented - even though those are non-anonymous actions > that occur under the auspices of a particular username. > > Doe anyone have any suggestions for traffic accounting (of particularly > ssh traffic) on a per user basis, for _all_ traffic that occurs under the > auspices of that username, and not just what _they themselves_ initiate, > personally, in their own login shell ? > > Thank you. > > ipfw looks at the owner of a process, sshd in your case. If you really need to account the not-locally- initiated ssh traffic, start another sshd running as the user (on another port), and connect to that port [you can easily allow a user to connect only to a selected server by editing sshd_config's]. Anyway, try thinking logically. How ipfw could ever know what user traffic belongs to if all authentication is handled by sshd internally. Otherwise, it would be a security whole (though some actions can certainly be logged to limited- access log files). Hassle-free solutions, i.e. complex accounting systems, come for money. Though, whatever problem you might have, I'm sure somehow that there's another way. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 07:40:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6820E16A41F for ; Tue, 25 Oct 2005 07:40:37 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E8EC43D4C for ; Tue, 25 Oct 2005 07:40:36 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so382017nzd for ; Tue, 25 Oct 2005 00:40:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X6DGBegVAPlJy//fgMdyfATOZD2or6gX0sl369XsbrsaOFXUOtRwbj3ngdJoRMWJPsqj1JcDwXmS3dTXgXSJ72JGaXAxmlIC370SZwkucb9rMdrOGWTdxIiR881754asZ1slmC1wm8T6J5bisPYcHt22+x8agmOLUZX2K6ib1Oc= Received: by 10.36.216.6 with SMTP id o6mr1755842nzg; Tue, 25 Oct 2005 00:40:35 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Tue, 25 Oct 2005 00:40:35 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 11:40:35 +0400 From: "Andrew P." To: "aleksandr.derevianko@ru.transport.bombardier.com" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: base64 Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: NEC DVD_RW - file read problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 07:40:37 -0000 T24gMTAvMjUvMDUsIGFsZWtzYW5kci5kZXJldmlhbmtvQHJ1LnRyYW5zcG9ydC5ib21iYXJkaWVy LmNvbQo8YWxla3NhbmRyLmRlcmV2aWFua29AcnUudHJhbnNwb3J0LmJvbWJhcmRpZXIuY29tPiB3 cm90ZToKPgo+Cj4KPgo+IEhlbGxvIEFsbCwKPgo+IEkgaGF2ZSB0aGUgZm9sbG93aW5nIHByb2Js ZW06Cj4KPiBPUzogRnJlZUJTRCA0LjExLVJFTEVBU0UuCj4gRFZEIFJXOiBhY2QwOiBEVkQtUiA8 X05FQyBEVkRfUlcgTkQtMzUwMEFHPiBhdCBhdGExLW1hc3RlciBVRE1BMzMKPgo+IEkgdXNlIERW RCBSJ3MgcHJpbWFyeSBmb3IgZGF0YSBiYWNrdXAuIFRoZSBiYWNrdXAgZGF0YSBpcyBhcmNoaXZl ZCBhbmQgc3BsaXR0ZWQgb24gZmlsZXMgfjUwME1iIHNpemUsCj4gd2hpY2ggd2FzIHdyaXR0ZW4g b24gRFZELVIncy4gSSBoYXZlIGFsc28gc3RvcmUgdGhlIE1ENSBzdW1zIG9mIHRob3NlIGZpbGVz IGluIHNtYWxsIGNoZWNrc3VtIGZpbGUuCj4KPiBUaGUgcHJvYmxlbSBpczogc29tZXRpbWVzIHRo ZW4gaSBjaGVjayBjb250ZW50IG9uIERWRCB0aGUgY2hlY2tzdW0gaXMgZGlmZmVycy4gV2hlcmUg aXMgbm8gcmVhZCBlcnJvcnMgb24gY29uc29sZSwKPiBhbmQgc2V2ZXJhbCBhdHRlbXB0cyB0byBj YWxjdWxhdGUgY2hlY2tzdW0gcmV0dXJuIGRpZmZlcmVudCByZXN1bHRzLgo+Cj4KPiBiYXNoLTIu MDViIyBncmVwIDAwMDAxIC9jZHJvbS9tZDUuc3Vtcwo+IGFjYzhiNDkxZjAzYmZhMDFlMzQxODA4 NzczYTZmOTRmIGRlcG90LjE0Ny50YXIuMDAwMDEKPiBiYXNoLTIuMDViIyBtZDUgL2Nkcm9tL2Rl cG90LjE0Ny50YXIuMDAwMDEKPiBNRDUgKC9jZHJvbS9kZXBvdC4xNDcudGFyLjAwMDAxKSA9IGQ4 MjFiZDkwMmM0YjBlOWMxMjUxMGYzMDJjMTBlZTcxCj4KPiAjIEZpbGUgc2VlbXMgY2FjaGVkIGlu IFJBTQo+Cj4gYmFzaC0yLjA1YiMgbWQ1IC9jZHJvbS9kZXBvdC4xNDcudGFyLjAwMDAxCj4gTUQ1 ICgvY2Ryb20vZGVwb3QuMTQ3LnRhci4wMDAwMSkgPSBkODIxYmQ5MDJjNGIwZTljMTI1MTBmMzAy YzEwZWU3MQo+IGJhc2gtMi4wNWIjIHVtb3VudCAvY2Ryb20KPgo+ICMgQWZ0ZXIgdW5tb3VudGlu ZyBhbmQgbW91bnRpbmcgYWdhaW4gLSBkaWZmZXJlbnQgKGNvcnJlY3QpIGNoZWNrc3VtLgo+Cj4g YmFzaC0yLjA1YiMgIW1vdQo+IG1vdW50IC9jZHJvbQo+IGJhc2gtMi4wNWIjIG1kNSAvY2Ryb20v ZGVwb3QuMTQ3LnRhci4wMDAwMQo+IE1ENSAoL2Nkcm9tL2RlcG90LjE0Ny50YXIuMDAwMDEpID0g YWNjOGI0OTFmMDNiZmEwMWUzNDE4MDg3NzNhNmY5NGYKPgo+ICMgTm93IHRoZSBjaGVja3N1bSBp cyBPSy4KPgo+IEl0IHNlZW1zIGZvciBtZSB0aGF0IHNvbWV0aW1lcyBkZXZpY2UgY29ycmVjdCBz b2Z0IHJlYWQgZXJyb3JzIG9uIG1lZGlhLCBhbmQgc29tZXRpbWVzIC0gZG9lcyBub3QuCj4KPiBE b2VzIGFueWJvZHkgaGF2ZSB0aGUgc2FtZSBleHBpcmllbmNlIChpLmUuIGNoZWNrc3VtIGRpZmZl cnMgd2l0aG91dCByZWFkIGVycm9ycykgPwo+Cj4KPiBCZXN0IFJlZ2FyZHMsCj4gQWxleGFuZGVy IERlcmV2eWFua28KPgo+IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fCj4gZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmcgbWFpbGluZyBsaXN0Cj4gaHR0 cDovL2xpc3RzLmZyZWVic2Qub3JnL21haWxtYW4vbGlzdGluZm8vZnJlZWJzZC1xdWVzdGlvbnMK PiBUbyB1bnN1YnNjcmliZSwgc2VuZCBhbnkgbWFpbCB0byAiZnJlZWJzZC1xdWVzdGlvbnMtdW5z dWJzY3JpYmVAZnJlZWJzZC5vcmciCj4KCvDSz9fF0tgg0MHN0dTYLiDwz9PUwdfYIM7BIM7P3tgg bWVtdGVzdCDJzMkKZG9jbWVtb3J5Lgo= From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 07:47:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5076A16A41F for ; Tue, 25 Oct 2005 07:47:10 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6658543D4C for ; Tue, 25 Oct 2005 07:47:09 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 123D9306D; Tue, 25 Oct 2005 02:47:09 -0500 (CDT) Date: Tue, 25 Oct 2005 02:47:09 -0500 To: Alexander Pyhalov Message-ID: <20051025074709.GC5202@soaustin.net> References: <200510251056.36076.alp@pyhalov.rosten.elektra.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510251056.36076.alp@pyhalov.rosten.elektra.ru> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-questions@freebsd.org Subject: Re: pppd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 07:47:10 -0000 On Tue, Oct 25, 2005 at 10:56:35AM +0400, Alexander Pyhalov wrote: > I use the last port collection, but there is only 2.3.11 version of pppd > there. Are there any plans for updating it? The first place you should always ask about plans to update a port is the maintainer. If the maintainer is ports@FreeBSD.org (it is not in this case) then the answer is "it's not maintained and so no one is planning to update it until someone submits a PR." mcl From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 07:56:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B1D116A41F for ; Tue, 25 Oct 2005 07:56:53 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1138243D45 for ; Tue, 25 Oct 2005 07:56:52 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id i28so823743nzi for ; Tue, 25 Oct 2005 00:56:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PPaQJ3AGqkNnqgp1BUikdM9zC/X79AMOgF1GVKru1/L6FiqqNLsE/XkWxds8bLRKaba4b7YZUNf0L6OpZkQfz3hlJShieqFQCeSDPrldCGA5jfvx8PrH7hymMwNMZyMBgXhMWZP+dxPD4lJibbHO9INIX1uePxWf5TVKjvMtdlw= Received: by 10.36.146.8 with SMTP id t8mr6946407nzd; Tue, 25 Oct 2005 00:56:52 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Tue, 25 Oct 2005 00:56:52 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 11:56:52 +0400 From: "Andrew P." To: Martin Alejandro Paredes Sanchez In-Reply-To: <200510242219.08350.mapsware@prodigy.net.mx> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510242219.08350.mapsware@prodigy.net.mx> Cc: freebsd-questions@freebsd.org Subject: Re: How do I name my network interface? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 07:56:53 -0000 On 10/25/05, Martin Alejandro Paredes Sanchez wro= te: > El Lun 24 Oct 2005 18:17, Teo De Las Heras escribi=F3: > > skc0@pci1:10:0: class=3D0x020000 card=3D0x100a15bd chip=3D0x432011ab re= v=3D0x13 > > hdr=3D0x00 > > vendor =3D 'Marvell Semiconductor (Was: Galileo Technology Ltd)' > > device =3D '88E8001 Gigabit 32-bit Ethernet Controller with Integrated = PHY' > > class =3D network > > subclass =3D ethernet > > This is the only ethernet card found in your motherboard and it has the d= river > skc attached. > > maps > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > The 2nd interface may not enabled in the BIOS or it might be a CSA adapter (not supported, but I thought only Intel manufactured this shit). From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 08:01:19 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F8816A41F for ; Tue, 25 Oct 2005 08:01:19 +0000 (GMT) (envelope-from kl@os.lv) Received: from balodis.pvd.gov.lv (balodis.pvd.gov.lv [159.148.155.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA3E43D46 for ; Tue, 25 Oct 2005 08:01:16 +0000 (GMT) (envelope-from kl@os.lv) Received: from balodis.pvd.gov.lv (mail [192.168.2.10]) by balodis.pvd.gov.lv (Postfix) with ESMTP id 82F1D85101B for ; Tue, 25 Oct 2005 10:59:39 +0300 (EEST) Received: by balodis.pvd.gov.lv (Postfix, from userid 65534) id 692F3851025; Tue, 25 Oct 2005 10:59:39 +0300 (EEST) Received: from [192.168.1.21] (sr [159.148.155.3]) by balodis.pvd.gov.lv (Postfix) with ESMTP id 02A8D85101B for ; Tue, 25 Oct 2005 10:59:36 +0300 (EEST) Message-ID: <435DE65C.5040606@os.lv> Date: Tue, 25 Oct 2005 11:01:32 +0300 From: Casper User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on mail X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.0 X-AV-Checked: SMTP-scan Cc: Subject: Upcoming FreeBSD releases... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 08:01:19 -0000 Hi, I`m trying to make little schedule for upgrading and wanted to know when approximate will be new FreeBSD releases... How I understand in few weeks must be FreeBSD 5.5 release, but I can`t find schedule for upcoming 5.5 version... Or it is delayed? Or in few weeks will be maybe sooner 6.0 version of FreeBSD? Only information what I can find: http://www.freebsd.org/releng/index.html#schedule But I`m not sure what is status, maybe somebody can coment... thanx, Casper From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 08:05:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C56B16A41F for ; Tue, 25 Oct 2005 08:05:09 +0000 (GMT) (envelope-from aleksandr.derevianko@ru.transport.bombardier.com) Received: from smtp2.transport.bombardier.com (smtp2.transport.bombardier.com [20.133.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8617A43D46 for ; Tue, 25 Oct 2005 08:05:06 +0000 (GMT) (envelope-from aleksandr.derevianko@ru.transport.bombardier.com) Received: from EMEAML01.UK.BOMBARDIER.TRANSPORT.COM (emea-ml01.atle.bombardier.com [10.157.248.21]) by smtp2.transport.bombardier.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id j9P84t1O023279; Tue, 25 Oct 2005 10:05:02 +0200 (CEST) Sensitivity: To: "Andrew P." From: aleksandr.derevianko@ru.transport.bombardier.com Date: Tue, 25 Oct 2005 12:04:47 +0000 Message-ID: X-MIMETrack: Serialize by Router on EMEA-ML01/Server/Transport/Bombardier(Release 6.0.3|September 18, 2003) at 10/25/2005 09:07:19 MIME-Version: 1.0 Content-type: text/plain; charset=KOI8-R Content-transfer-encoding: base64 Cc: freebsd-questions@freebsd.org Subject: Re: NEC DVD_RW - file read problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 08:05:09 -0000 DQoNCg0KDQoNCg0KSSBoYXZlIGFscmVhZHkgY2hlY2tlZCBtZW1vcnkgLSBhbGwgY2hlY2tzIHdl bnQgT0suDQoNCg0KDQoNCg0KRnJvbToNCg0KMjUuMTAuMjAwNSAgIDA3OjQwOjM1DQoiQW5kcmV3 IFAuIiA8aW5mb2Zhcm1lckBnbWFpbC5jb20+DQoNCg0KVG86ICAgIEFsZWtzYW5kciBEZXJldmlh bmtvL1JVL1RyYW5zcG9ydC9Cb21iYXJkaWVyQFRyYW5zcG9ydA0KY2M6ICAgIGZyZWVic2QtcXVl c3Rpb25zQGZyZWVic2Qub3JnDQoNClNlY3VyaXR5IExldmVsOj8gICAgICAgICAgICAgIEludGVy bmFsDQoNClN1YmplY3Q6IFJlOiBORUMgRFZEX1JXIC0gZmlsZSByZWFkIHByb2JsZW1zLg0KDQoN Ck9uIDEwLzI1LzA1LCBhbGVrc2FuZHIuZGVyZXZpYW5rb0BydS50cmFuc3BvcnQuYm9tYmFyZGll ci5jb20NCjxhbGVrc2FuZHIuZGVyZXZpYW5rb0BydS50cmFuc3BvcnQuYm9tYmFyZGllci5jb20+ IHdyb3RlOg0KPg0KPg0KPg0KPg0KPiBIZWxsbyBBbGwsDQo+DQo+IEkgaGF2ZSB0aGUgZm9sbG93 aW5nIHByb2JsZW06DQo+DQo+IE9TOiBGcmVlQlNEIDQuMTEtUkVMRUFTRS4NCj4gRFZEIFJXOiBh Y2QwOiBEVkQtUiA8X05FQyBEVkRfUlcgTkQtMzUwMEFHPiBhdCBhdGExLW1hc3RlciBVRE1BMzMN Cj4NCj4gSSB1c2UgRFZEIFIncyBwcmltYXJ5IGZvciBkYXRhIGJhY2t1cC4gVGhlIGJhY2t1cCBk YXRhIGlzIGFyY2hpdmVkIGFuZA0Kc3BsaXR0ZWQgb24gZmlsZXMgfjUwME1iIHNpemUsDQo+IHdo aWNoIHdhcyB3cml0dGVuIG9uIERWRC1SJ3MuIEkgaGF2ZSBhbHNvIHN0b3JlIHRoZSBNRDUgc3Vt cyBvZiB0aG9zZQ0KZmlsZXMgaW4gc21hbGwgY2hlY2tzdW0gZmlsZS4NCj4NCj4gVGhlIHByb2Js ZW0gaXM6IHNvbWV0aW1lcyB0aGVuIGkgY2hlY2sgY29udGVudCBvbiBEVkQgdGhlIGNoZWNrc3Vt IGlzDQpkaWZmZXJzLiBXaGVyZSBpcyBubyByZWFkIGVycm9ycyBvbiBjb25zb2xlLA0KPiBhbmQg c2V2ZXJhbCBhdHRlbXB0cyB0byBjYWxjdWxhdGUgY2hlY2tzdW0gcmV0dXJuIGRpZmZlcmVudCBy ZXN1bHRzLg0KPg0KPg0KPiBiYXNoLTIuMDViIyBncmVwIDAwMDAxIC9jZHJvbS9tZDUuc3Vtcw0K PiBhY2M4YjQ5MWYwM2JmYTAxZTM0MTgwODc3M2E2Zjk0ZiBkZXBvdC4xNDcudGFyLjAwMDAxDQo+ IGJhc2gtMi4wNWIjIG1kNSAvY2Ryb20vZGVwb3QuMTQ3LnRhci4wMDAwMQ0KPiBNRDUgKC9jZHJv bS9kZXBvdC4xNDcudGFyLjAwMDAxKSA9IGQ4MjFiZDkwMmM0YjBlOWMxMjUxMGYzMDJjMTBlZTcx DQo+DQo+ICMgRmlsZSBzZWVtcyBjYWNoZWQgaW4gUkFNDQo+DQo+IGJhc2gtMi4wNWIjIG1kNSAv Y2Ryb20vZGVwb3QuMTQ3LnRhci4wMDAwMQ0KPiBNRDUgKC9jZHJvbS9kZXBvdC4xNDcudGFyLjAw MDAxKSA9IGQ4MjFiZDkwMmM0YjBlOWMxMjUxMGYzMDJjMTBlZTcxDQo+IGJhc2gtMi4wNWIjIHVt b3VudCAvY2Ryb20NCj4NCj4gIyBBZnRlciB1bm1vdW50aW5nIGFuZCBtb3VudGluZyBhZ2FpbiAt IGRpZmZlcmVudCAoY29ycmVjdCkgY2hlY2tzdW0uDQo+DQo+IGJhc2gtMi4wNWIjICFtb3UNCj4g bW91bnQgL2Nkcm9tDQo+IGJhc2gtMi4wNWIjIG1kNSAvY2Ryb20vZGVwb3QuMTQ3LnRhci4wMDAw MQ0KPiBNRDUgKC9jZHJvbS9kZXBvdC4xNDcudGFyLjAwMDAxKSA9IGFjYzhiNDkxZjAzYmZhMDFl MzQxODA4NzczYTZmOTRmDQo+DQo+ICMgTm93IHRoZSBjaGVja3N1bSBpcyBPSy4NCj4NCj4gSXQg c2VlbXMgZm9yIG1lIHRoYXQgc29tZXRpbWVzIGRldmljZSBjb3JyZWN0IHNvZnQgcmVhZCBlcnJv cnMgb24gbWVkaWEsDQphbmQgc29tZXRpbWVzIC0gZG9lcyBub3QuDQo+DQo+IERvZXMgYW55Ym9k eSBoYXZlIHRoZSBzYW1lIGV4cGlyaWVuY2UgKGkuZS4gY2hlY2tzdW0gZGlmZmVycyB3aXRob3V0 IHJlYWQNCmVycm9ycykgPw0KPg0KPg0KPiBCZXN0IFJlZ2FyZHMsDQo+IEFsZXhhbmRlciBEZXJl dnlhbmtvDQo+DQo+IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fDQo+IGZyZWVic2QtcXVlc3Rpb25zQGZyZWVic2Qub3JnIG1haWxpbmcgbGlzdA0KPiBodHRw Oi8vbGlzdHMuZnJlZWJzZC5vcmcvbWFpbG1hbi9saXN0aW5mby9mcmVlYnNkLXF1ZXN0aW9ucw0K PiBUbyB1bnN1YnNjcmliZSwgc2VuZCBhbnkgbWFpbCB0bw0KImZyZWVic2QtcXVlc3Rpb25zLXVu c3Vic2NyaWJlQGZyZWVic2Qub3JnIg0KPg0KDQrw0s/XxdLYINDBzdHU2C4g8M/T1MHX2CDOwSDO z97YIG1lbXRlc3QgyczJDQpkb2NtZW1vcnkuDQoNCg0K From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 08:30:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A99D16A41F for ; Tue, 25 Oct 2005 08:30:03 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36214.mail.mud.yahoo.com (web36214.mail.mud.yahoo.com [209.191.68.240]) by mx1.FreeBSD.org (Postfix) with SMTP id 65E2D43D46 for ; Tue, 25 Oct 2005 08:30:02 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 13162 invoked by uid 60001); 25 Oct 2005 08:30:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=5sUpe+iYoyVyqqGGVzA61clh/WZm87cHX9ibgRRusmaiwM/VpBDLH79NaqzqriWVwtmjffY5TP+GTRl33qXQo/852vxLlGzEC2GSzdMyhWRvZB/dNelV3BgCjMqg5zr8VlocX3JAki6QE0xc9dFXozfcncJmHsnKEKD/+3RD9bE= ; Message-ID: <20051025083000.13159.qmail@web36214.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36214.mail.mud.yahoo.com via HTTP; Tue, 25 Oct 2005 01:30:00 PDT Date: Tue, 25 Oct 2005 01:30:00 -0700 (PDT) From: Rob To: FreeBSD questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: dlopen() causes libXcursor.so.1.0 "not found": libX11.so problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 08:30:03 -0000 Hi, I'm running 5-Stable. I wonder if there is a problem with my xorg libX11.so.6 library. I have recompiled the xorg-libraries-6.8.2 port, but to no avail. Here is the problem: The math/graphics package xmgrace encounters a serious problem, when it calls the ldopen() routine: Shared object "libXcursor.so.1.0" not found As a result, xmgrace does not work properly under certain conditions. The executable 'xmgrace' does not depend on any 'libXcursor' library, and 'locate libXcursor.so.1.0' gives: /usr/compat/linux/usr/X11R6/lib/libXcursor.so.1.0.2 But xmgrace is linked against libX11.so.6 and when I do 'strings /usr/X11R6/lib/libX11.so.6', there is a line with "libXcursor.so.1.0.2" Any idea why xmgrace's ldopen() call complains about not finding libXcursor.so.1.0 ? Is this indeed caused by a problem in libX11.so.6 ? Any suggestions how I can further analyse this problem ? Thanks, Rob. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 09:05:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15D616A420 for ; Tue, 25 Oct 2005 09:05:17 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C5643D45 for ; Tue, 25 Oct 2005 09:05:17 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUKk6-0006Ry-Sx; Tue, 25 Oct 2005 13:05:14 +0400 Message-ID: <435DF53D.4030307@speechpro.com> Date: Tue, 25 Oct 2005 13:05:01 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Pyhalov , freebsd-questions@freebsd.org References: <200510251056.36076.alp@pyhalov.rosten.elektra.ru> In-Reply-To: <200510251056.36076.alp@pyhalov.rosten.elektra.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: pppd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 09:05:17 -0000 Alexander Pyhalov wrote: >I use the last port collection, but there is only 2.3.11 version of pppd >there. Are there any plans for updating it? >_______________________________________________ > > AFAIK pppd is in base system, not in ports. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 10:27:57 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 294A316A41F for ; Tue, 25 Oct 2005 10:27:57 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ADCC43D46 for ; Tue, 25 Oct 2005 10:27:56 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.50] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9PARuPu032352 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Tue, 25 Oct 2005 05:27:56 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=n0vBtlmsn9KOCYcWCqJZLMHcfOE6zVedZZkPSSqsaiSiMjca77+w8HV+9MPdpRtVr /4lnAj1ovVnBXE1oyacUQ== In-Reply-To: <20051025034730.36943.qmail@web52704.mail.yahoo.com> References: <20051025034730.36943.qmail@web52704.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Tue, 25 Oct 2005 05:27:39 -0500 To: Kris Anderson X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-4.9 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: questions@freebsd.org Subject: Re: Qwest DLS & MSN Premium & Linksys Router & FreeBSD.. Oh my X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 10:27:57 -0000 On Oct 24, 2005, at 10:47 PM, Kris Anderson wrote: > Hey folks, > > I'm getting off cable (Comcast and 6 megabits) and > either looking at Qwest DSL w/MSN premium or a service > called Clear Wire (Wireless internet). > > I'm a bit baffled because Qwest says they have a deal > that I could get DSL for $19.99 a month for a year. Of > course the fine prints MSN is the ISP so forth and so > on. > [snip] > How I had it previously was Comcast's modem to > wireless router (Linksys WRT-54G), a little Linksys > switch, FreeBSD and misc. Windows computers happily > sharing the connection. > > Just to confirm, my guess is that this would not be > the service to go with since I would love to have my > spiffy Linksys Router (WRT-54G) hook to the DSL. And > to the WR54G the usual network systems of FreeBSD, and > misc Windows computers. > > If the above isn't going to work then I'm stuck with a > different bundle (a few bucks more) that would allow > me to do the same thing. I hope. I'm not familiar with > the way in which DSL does its connectivity thing. > Okay, I saw in a previous question that PPoE is needed > with DSL. And I noticed that I could set my WRT54G to > utilize PPoE, so maybe MSN ISP & Qwest service will > work? > > So am I right in still thinking that with MSN as the > ISP my setup it isn't going to be FreeBSD friendly and > that my spiffy little Comcast setup isn't going to > work with MSN as the ISP? > > Most appreciated. Gah, that means I'm probably not > going to be needing my little WRT-54G router then. :~( > > Hope I wasn't to confusiong there. > Your FreeBSD system will work fine. You login credentials get entered into the DSL router/modem. If you want to do some webhosting, etc out of your home, spend the extra money and utilize a *real* ISP. Even Qwest.net supports static IP addresses (up to a /26). HTH _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 10:30:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAFCB16A41F for ; Tue, 25 Oct 2005 10:30:53 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059C143D53 for ; Tue, 25 Oct 2005 10:30:47 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.50] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9PAUmCU032365 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Tue, 25 Oct 2005 05:30:48 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=cdK3Vwih9xkLTRVjPB+r0xsNDWBsiUxvWGw3ETjG8jaPhduDPpDrNXuD72OX6v/lX ZCQZSrKT6Y38Q+hbXlwgQ== In-Reply-To: <59adc1a0510242145s343b34afl@mail.gmail.com> References: <200510241712.11320.akbeech@gmail.com> <59adc1a0510242145s343b34afl@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed Message-Id: <3480C023-AFED-42A7-A8F3-9821A23A16F8@secure-computing.net> Content-Transfer-Encoding: quoted-printable From: Eric F Crist Date: Tue, 25 Oct 2005 05:30:38 -0500 To: Dimitar Vasilev X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-4.9 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: freebsd-questions@freebsd.org Subject: Re: updating in single-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 10:30:53 -0000 On Oct 24, 2005, at 11:45 PM, Dimitar Vasilev wrote: >> I don't reccommend doing installworld or kernel in multiuser, but =20 >> I have never >> had any problems doing it on a lightly loaded machine. With that =20 >> said what >> could bite you is your new kernel not booting or something broken in >> userland. You will then need console access (serial or local) to =20 >> fix it. I >> would set up your machine with serial console access and use a =20 >> laptop or >> another machine when you reboot. >> >> Beech >> -- >> > I have done it when there is NO activity on the machine. Read =20 > UPDATING first. > Reset your securelevel to -1, stop all services except SSH and go. > It's possible to break your machine though. > Then you have to rebuild it again and it's 50/50 to succeed. > As advised twice, use serial cables/KVM switches if possible. > -- > =D0=94=D0=B8=D0=BC=D0=B8=D1=82=D1=8A=D1=80 =D0=92=D0=B0=D1=81=D0=B8=D0=BB= =D0=B5=D0=B2 > Dimitar Vassilev > > GnuPG key ID: 0x4B8DB525 > Keyserver: pgp.mit.edu > Key fingerprint: D88A 3B92 DED5 917E 341E D62F 8C51 5FC4 4B8D B525 If this isn't a production machine, try it. I have been doing system =20= updates since 3.4 and not once have I booted into single user mode to =20= compile my kernel or userland. I've even done it as recently as two =20 weeks ago. I don't have a huge userbase, so my system is pretty quiet. _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 10:34:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A49416A41F for ; Tue, 25 Oct 2005 10:34:41 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: from web34614.mail.mud.yahoo.com (web34614.mail.mud.yahoo.com [209.191.68.148]) by mx1.FreeBSD.org (Postfix) with SMTP id 9DB0243D48 for ; Tue, 25 Oct 2005 10:34:40 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: (qmail 50507 invoked by uid 60001); 25 Oct 2005 10:34:40 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=kFK2tKQmdMQmLYT9Shq+z3mkW8YJuTXnVQ8X0KxXKKo84ZBP17R6OM3zJwkYYva8woA4iID9/9Amba5tJjMuDMKut0ckAG76CQPC3jwXXVM0Vnc7OdW90MiQ2haapS+Le21WGe5SlJ/IyeEj14VwZkpndBUytgZPHP82z43KCbE= ; Message-ID: <20051025103440.50505.qmail@web34614.mail.mud.yahoo.com> Received: from [202.149.214.46] by web34614.mail.mud.yahoo.com via HTTP; Tue, 25 Oct 2005 11:34:40 BST Date: Tue, 25 Oct 2005 11:34:40 +0100 (BST) From: Deepak Naidu To: freebsd-questions@freebsd.org, freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 10:34:41 -0000 Hi, I dont know ? all the errors are bouncing on my FreeBSD mail server. A month ago I have ported my mail server from Linux to FreeBSD 5.4-Release. I get the below error in my /var/log/messages regarding the filesystem being full, whereas it is not full. Filesystem is not full at all, then why I am getting this error message, did any one faced this issue. Oct 25 14:58:30 kernel: pid 60077 (perl5.8.6), uid 125 inumber 50855 on /var/spool/MailScanner/incoming: filesystem full Oct 25 14:58:30 kernel: pid 60198 (perl5.8.6), uid 125 inumber 1051 on /var/spool/MailScanner/incoming: filesystem full Oct 25 14:58:30 kernel: pid 60151 (perl5.8.6), uid 125 inumber 50857 on /var/spool/MailScanner/incoming: filesystem full and also /var/spool filesystem ful error. #df -h Filesystem Size Used Avail Capacity Mounted on /dev/da0s1a 9.7G 576M 8.3G 6% / devfs 1.0K 1.0K 0B 100% /dev /dev/da0s1g 13G 4.2G 7.7G 35% /usr /dev/da0s1d 9.7G 232M 8.7G 3% /var /dev/da0s1e 19G 1.5G 16G 9% /var/log /dev/da0s1f 9.7G 968M 8.0G 11% /var/spool /dev/md1 1.4G 175M 1.1G 13% /var/spool/MailScanner/incoming devfs 1.0K 1.0K 0B 100% /var/named/dev #mount /dev/da0s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/da0s1g on /usr (ufs, local, soft-updates) /dev/da0s1d on /var (ufs, local, soft-updates) /dev/da0s1e on /var/log (ufs, local, noatime, soft-updates) /dev/da0s1f on /var/spool (ufs, local, noatime, soft-updates) /dev/md1 on /var/spool/MailScanner/incoming (ufs, local, noatime, soft-updates) devfs on /var/named/dev (devfs, local) Is this a bug or anything falat. Cheers, Deepak Naidu. ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 11:19:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB6816A41F for ; Tue, 25 Oct 2005 11:19:35 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: from web34608.mail.mud.yahoo.com (web34608.mail.mud.yahoo.com [209.191.68.142]) by mx1.FreeBSD.org (Postfix) with SMTP id DC77443D45 for ; Tue, 25 Oct 2005 11:19:34 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: (qmail 13156 invoked by uid 60001); 25 Oct 2005 11:19:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=TPbsMRwEAbhpuPMsdgwmYh32mq2wN7vNwuwLVCAzhAhGTe+FpCSrbk5IrgyTMam36JGLNob8FIJA16HEkO4zf4yZUisAtArVfCAB25NijscEoFSu8Va7O7v2UfRVPteAtiwj+9uyZEAQttEjti1oSip5ye17024l+NxsN/okpxM= ; Message-ID: <20051025111934.13154.qmail@web34608.mail.mud.yahoo.com> Received: from [202.149.214.46] by web34608.mail.mud.yahoo.com via HTTP; Tue, 25 Oct 2005 12:19:34 BST Date: Tue, 25 Oct 2005 12:19:34 +0100 (BST) From: Deepak Naidu To: Alex Zbyslaw In-Reply-To: <435E0FB2.20907@dial.pipex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 11:19:35 -0000 I am not sure whether I am running out of inodes or not... If i run out of inodes, what would be the resolution... #df -i Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/da0s1a 10154158 591772 8750054 6% 9976 1308934 1% / devfs 1 1 0 100% 0 0 100% /dev /dev/da0s1g 13565262 4415504 8064538 35% 174990 1591408 10% /usr /dev/da0s1d 10154158 262848 9078978 3% 3061 1315849 0% /var /dev/da0s1e 20308398 1615522 17068206 9% 137 2637685 0% /var/log /dev/da0s1f 10154158 1152026 8189800 12% -15710 1334620 -1% /var/spool /dev/md1 1482638 205238 1158790 15% 426 211540 0% /var/spool/MailScanner/incoming devfs 1 1 0 100% 0 0 100% /var/named/dev Cheers, Deepak Naidu. --- Alex Zbyslaw wrote: > Deepak Naidu wrote: > > >I get the below error in my /var/log/messages > >regarding the filesystem being full, whereas it is > not > >full. > > > > > >#df -h > >Filesystem Size Used Avail Capacity Mounted > on > >/dev/da0s1a 9.7G 576M 8.3G 6% / > >devfs 1.0K 1.0K 0B 100% /dev > >/dev/da0s1g 13G 4.2G 7.7G 35% /usr > >/dev/da0s1d 9.7G 232M 8.7G 3% /var > >/dev/da0s1e 19G 1.5G 16G 9% /var/log > >/dev/da0s1f 9.7G 968M 8.0G 11% /var/spool > >/dev/md1 1.4G 175M 1.1G 13% > >/var/spool/MailScanner/incoming > >devfs 1.0K 1.0K 0B 100% > /var/named/dev > > > > > > > > > > What does "df -i" show? Maybe you ran out of > inodes. > > --Alex > > PS > > ___________________________________________________________ How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 11:20:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5CA16A41F for ; Tue, 25 Oct 2005 11:20:15 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA98143D45 for ; Tue, 25 Oct 2005 11:20:14 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [80.192.2.234] ([80.192.2.234]) by smtp-out2.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 25 Oct 2005 11:58:47 +0100 Message-ID: <435E0FB2.20907@dial.pipex.com> Date: Tue, 25 Oct 2005 11:57:54 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.11) Gecko/20050917 X-Accept-Language: en-us, pl MIME-Version: 1.0 To: Deepak Naidu References: <20051025103440.50505.qmail@web34614.mail.mud.yahoo.com> In-Reply-To: <20051025103440.50505.qmail@web34614.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Oct 2005 10:58:47.0281 (UTC) FILETIME=[12EAAE10:01C5D953] Cc: freebsd-questions@freebsd.org Subject: Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 11:20:15 -0000 Deepak Naidu wrote: >I get the below error in my /var/log/messages >regarding the filesystem being full, whereas it is not >full. > > >#df -h >Filesystem Size Used Avail Capacity Mounted on >/dev/da0s1a 9.7G 576M 8.3G 6% / >devfs 1.0K 1.0K 0B 100% /dev >/dev/da0s1g 13G 4.2G 7.7G 35% /usr >/dev/da0s1d 9.7G 232M 8.7G 3% /var >/dev/da0s1e 19G 1.5G 16G 9% /var/log >/dev/da0s1f 9.7G 968M 8.0G 11% /var/spool >/dev/md1 1.4G 175M 1.1G 13% >/var/spool/MailScanner/incoming >devfs 1.0K 1.0K 0B 100% /var/named/dev > > > > What does "df -i" show? Maybe you ran out of inodes. --Alex PS From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 11:47:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F7B916A41F; Tue, 25 Oct 2005 11:47:44 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A7EF43D4C; Tue, 25 Oct 2005 11:47:43 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id j9PBlgui070286; Tue, 25 Oct 2005 06:47:42 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <435E1B46.4030804@centtech.com> Date: Tue, 25 Oct 2005 06:47:18 -0500 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051021 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Deepak Naidu References: <20051025103440.50505.qmail@web34614.mail.mud.yahoo.com> In-Reply-To: <20051025103440.50505.qmail@web34614.mail.mud.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.82/1146/Thu Oct 20 23:36:48 2005 on mh1.centtech.com X-Virus-Status: Clean Cc: freebsd-fs@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 11:47:44 -0000 Deepak Naidu wrote: > Hi, > > I dont know ? all the errors are bouncing on my > FreeBSD mail server. A month ago I have ported my > mail server from Linux to FreeBSD 5.4-Release. > > I get the below error in my /var/log/messages > regarding the filesystem being full, whereas it is not > full. > > Filesystem is not full at all, then why I am getting > this error message, did any one faced this issue. Can you send the output of df -i? I bet you ran out of inodes. Eric -- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Anything that works is better than anything that doesn't. ------------------------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 11:52:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56D6C16A420 for ; Tue, 25 Oct 2005 11:52:26 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 936A843D48 for ; Tue, 25 Oct 2005 11:52:23 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so470667qbd for ; Tue, 25 Oct 2005 04:52:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UlgSx0egbK/oqo8mADyjbobf5fDKIDObYLorCimAghBRJsS907FUXSP6/jAEcygsyvUvPcJhaf2ts0Oi62+3fYDBnqWFHvvYo8ybY26y4QaKrjtIDHgk7QhlmMOfcZ62E9y83qsOe0H+aCDSHiRKhAzqTxpisK/PCMmEI2BDrrM= Received: by 10.65.83.9 with SMTP id k9mr1306074qbl; Tue, 25 Oct 2005 04:52:22 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 04:52:22 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 13:52:22 +0200 From: Linnea Forslund To: Micah In-Reply-To: <435D8938.7020702@ywave.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> <435D8938.7020702@ywave.com> Cc: Eric F Crist , freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 11:52:26 -0000 On 10/25/05, Micah wrote: > Linnea Forslund wrote: > > On 10/25/05, Eric F Crist wrote: > > > >>On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote: > >> > >> > >>>But there is nothing in there > >>> > >>> > >>> > >>>>cd /usr/src/ssys > >>>> > >>> > >>>/usr/src/ssys: No such file or directory. > >>> > >> > >>Install cvsup. Create a cvsup file to fetch the entire source tree. > >>cvsup your source tree. > >> > >>see what happens. > >>_______________________________________________________ > > > > > > Ok, I'll try that tomorrow after som sleep and some animating. If you > > could explain it a bit more I would be happy-happy ^^ > > > > Night, > > > > Linnea > > Check out > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.ht= ml > note: you probably don't want cutting edge, but that's where the > general procedure for cvsupping and compiling your system is. > When i try to download and install a cvsup-package it says > pkg_add -r cvsup Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cv= sup.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/c= vsup.tbz' by URL > It seems like I can't connect to the ftp from there either. I can however download the files using my opera-browser. Where should I put it to make it work? Now when I just tried putting it in my user-catalogue this is what was said: > pkg_add cvsup-16.1h_2.tbz man/man1/cvpasswd.1.gz: Can't open 'man/man1/cvpasswd.1.gz': File exists man/man1/cvsup.1.gz: Can't open 'man/man1/cvsup.1.gz': File exists man/man8/cvsupd.8.gz: Can't open 'man/man8/cvsupd.8.gz': File exists bin/cvpasswd: Can't open 'bin/cvpasswd': File exists bin/cvsup: Can't open 'bin/cvsup': File exists sbin/cvsupd: Can't open 'sbin/cvsupd': File exists share/cvsup/License: Can't open 'share/cvsup/License': File exists pkg_add: extract_plist: can not invoke 179 byte tar pipeline: /usr/bin/tar cf - man/man1/cvpasswd.1.gz man/man1/cvsup.1.gz man/man8/cvsupd.8.gz bin/cvpasswd bin/cvsup sbin/cvsupd share/cvsup/License|/usr/bin/tar --unlink -xpf - -C /usr/local /Linnea From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 12:04:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5103C16A41F for ; Tue, 25 Oct 2005 12:04:33 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A419243D6B for ; Tue, 25 Oct 2005 12:04:26 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so473132qbd for ; Tue, 25 Oct 2005 05:04:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JlEfEmAoyxaAHT/vaT1fxvgrZCuPwZfbyypvoTmyVz9KNHga2UJSk9s2rlwe/VFZ/tqfXEU5nIJLBX8dWy88xMCc5eBWYhSiUMMPydkfTWo8Ffe0Zke9qprB7HZpXW/cBhx6H8eAahoKNgr0/fYhgGa5uMBUhvjcK2fqYHPoYMQ= Received: by 10.65.112.4 with SMTP id p4mr1317301qbm; Tue, 25 Oct 2005 05:04:25 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 05:04:25 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 14:04:25 +0200 From: Linnea Forslund To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 12:04:33 -0000 I know, I know. I ask a lot of questions right now, but it's just because I've waited until it's very acute until I got myself to start fixing these things. So, I can't seem to find my cd/dvd-device. What do I do? /Linnea From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 12:10:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 393C816A41F for ; Tue, 25 Oct 2005 12:10:41 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E20C43D46 for ; Tue, 25 Oct 2005 12:10:40 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 29559131D5E; Tue, 25 Oct 2005 21:40:39 +0930 (CST) Received: from eucla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by wantadilla.lemis.com (Postfix) with ESMTP id 9E79A8463F; Tue, 25 Oct 2005 21:40:38 +0930 (CST) Received: by eucla.lemis.com (Postfix, from userid 1004) id 763064D30F; Tue, 25 Oct 2005 15:10:37 +0300 (EEST) Date: Tue, 25 Oct 2005 15:10:37 +0300 From: Greg 'groggy' Lehey To: Linnea Forslund Message-ID: <20051025121037.GA764@eucla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: freebsd-questions@freebsd.org Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 12:10:41 -0000 On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote: > I know, I know. I ask a lot of questions right now, but it's just > because I've waited until it's very acute until I got myself to start > fixing these things. > > So, I can't seem to find my cd/dvd-device. What do I do? That depends on what you've already done. What did you do? Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 12:19:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65F7416A41F for ; Tue, 25 Oct 2005 12:19:12 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB4743D48 for ; Tue, 25 Oct 2005 12:19:11 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so476329qbd for ; Tue, 25 Oct 2005 05:19:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ThP7LCDYZ/IjGfj2yl+E/MUr+hl1pIrEsmI2df3MJrfRlmTsUzBzq2xHrRODSRIVemBVKxBmozmVYKG/kIEzu3/0RodHijVK4htJOqsQa/4kDiB/Stqd46kDiceLqlk07HIffzd+j4C6CHz25W9g9VXE8zmktAEw5kJLC2tUimw= Received: by 10.65.236.8 with SMTP id n8mr1330184qbr; Tue, 25 Oct 2005 05:19:04 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 05:19:04 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 14:19:04 +0200 From: Linnea Forslund To: Greg 'groggy' Lehey In-Reply-To: <20051025121037.GA764@eucla.lemis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051025121037.GA764@eucla.lemis.com> Cc: freebsd-questions@freebsd.org Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 12:19:12 -0000 On 10/25/05, Greg 'groggy' Lehey wrote: > On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote: > > I know, I know. I ask a lot of questions right now, but it's just > > because I've waited until it's very acute until I got myself to start > > fixing these things. > > > > So, I can't seem to find my cd/dvd-device. What do I do? > > That depends on what you've already done. What did you do? > > Greg Well, what "I" did originally I didn't do. Someone else did and I feel a bit handicapped not knowing what's reallt been done and not. Now I tried som commands in the newbie guide like these: supermoccine# mount /cdrom cd9660: /dev/acd0: Invalid argument supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom mount_cd9660: /dev/cd0a: No such file or directory supermoccine# And I tried inserting a cd with musicfiles and find it from xmms, but there was nothing in /cdrom. /Linnea From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 12:26:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 171A016A41F for ; Tue, 25 Oct 2005 12:26:26 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80B3D43D46 for ; Tue, 25 Oct 2005 12:26:24 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [80.192.2.234] ([80.192.2.234]) by smtp-out2.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 25 Oct 2005 13:15:12 +0100 Message-ID: <435E219B.3030105@dial.pipex.com> Date: Tue, 25 Oct 2005 13:14:19 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.11) Gecko/20050917 X-Accept-Language: en-us, pl MIME-Version: 1.0 To: Deepak Naidu References: <20051025111934.13154.qmail@web34608.mail.mud.yahoo.com> In-Reply-To: <20051025111934.13154.qmail@web34608.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Oct 2005 12:15:12.0079 (UTC) FILETIME=[BFAB55F0:01C5D95D] Cc: freebsd-questions@freebsd.org Subject: Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 12:26:26 -0000 Deepak Naidu wrote: >I am not sure whether I am running out of inodes or >not... > >If i run out of inodes, what would be the >resolution... > >#df -i >Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on >/dev/da0s1f 10154158 1152026 8189800 12% -15710 1334620 -1% /var/spool > > If you run out of inodes you can't create new files - that might be interpreted by something as running out of disk space. Resolution is tricky as you need to rebuild the filesystem (dump, newfs with more inodes, restore). That doesn't seem to be the case here (1334620) remaining, though why you have the -ve %iused I do not know. Something not right there. Dunno, sorry, --Alex From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 12:38:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAD1E16A41F for ; Tue, 25 Oct 2005 12:38:02 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1067943D53 for ; Tue, 25 Oct 2005 12:38:01 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id D4FC4131D5E; Tue, 25 Oct 2005 22:08:00 +0930 (CST) Received: from eucla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by wantadilla.lemis.com (Postfix) with ESMTP id 4ACCF8463F; Tue, 25 Oct 2005 22:08:00 +0930 (CST) Received: by eucla.lemis.com (Postfix, from userid 1004) id 33EA54D30F; Tue, 25 Oct 2005 15:37:59 +0300 (EEST) Date: Tue, 25 Oct 2005 15:37:59 +0300 From: Greg 'groggy' Lehey To: Linnea Forslund Message-ID: <20051025123759.GC764@eucla.lemis.com> References: <20051025121037.GA764@eucla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: freebsd-questions@freebsd.org Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 12:38:02 -0000 On Tuesday, 25 October 2005 at 14:19:04 +0200, Linnea Forslund wrote: > On 10/25/05, Greg 'groggy' Lehey wrote: >> On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote: >>> I know, I know. I ask a lot of questions right now, but it's just >>> because I've waited until it's very acute until I got myself to start >>> fixing these things. >>> >>> So, I can't seem to find my cd/dvd-device. What do I do? >> >> That depends on what you've already done. What did you do? > > Well, what "I" did originally I didn't do. Someone else did and I > feel a bit handicapped not knowing what's reallt been done and > not. Now I tried som commands in the newbie guide like these: > > supermoccine# mount /cdrom > cd9660: /dev/acd0: Invalid argument > supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom > mount_cd9660: /dev/cd0a: No such file or directory > supermoccine# OK, that's part of what I wanted to know. Now what version of FreeBSD are you running? What does this say? # dmesg | grep cd0 > And I tried inserting a cd with musicfiles and find it from xmms, > but there was nothing in /cdrom. No, there wouldn't be. /cdrom is a directory, not a CD. You can mount file systems on it, but you'll need other software to play it. I'll leave it to others to suggest their favourites. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 12:55:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30EF016A41F; Tue, 25 Oct 2005 12:55:26 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A92543D4C; Tue, 25 Oct 2005 12:55:25 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr9.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9PCtH9i042830; Tue, 25 Oct 2005 14:55:18 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 82BFBB80A; Tue, 25 Oct 2005 14:55:17 +0200 (CEST) Date: Tue, 25 Oct 2005 14:55:17 +0200 From: Roland Smith To: Linnea Forslund Message-ID: <20051025125517.GB33926@slackbox.xs4all.nl> Mail-Followup-To: Linnea Forslund , Greg 'groggy' Lehey , freebsd-questions@freebsd.org References: <20051025121037.GA764@eucla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CUfgB8w4ZwR/yMy5" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 12:55:26 -0000 --CUfgB8w4ZwR/yMy5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 02:19:04PM +0200, Linnea Forslund wrote: > On 10/25/05, Greg 'groggy' Lehey wrote: > > On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote: > > > I know, I know. I ask a lot of questions right now, but it's just > > > because I've waited until it's very acute until I got myself to start > > > fixing these things. > > > > > > So, I can't seem to find my cd/dvd-device. What do I do? > > > > That depends on what you've already done. What did you do? > > > > Greg >=20 > Well, what "I" did originally I didn't do. Someone else did and I feel > a bit handicapped not knowing what's reallt been done and not. Now I > tried som commands in the newbie guide like these: >=20 > supermoccine# mount /cdrom > cd9660: /dev/acd0: Invalid argument > supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom > mount_cd9660: /dev/cd0a: No such file or directory That should be /dev/acd0 or /dev/cd0, not /dev/cd0a. Check that CD devices are actually there, with "ls /dev/*cd*". On my system this returns: "/dev/cd0 /dev/cd1" but that's because I use SCSI emulation. A system with a GENERIC kernel would probably show /dev/acd0. > And I tried inserting a cd with musicfiles and find it from xmms, but > there was nothing in /cdrom. Playing music is very different from mounting, so that's perfectly normal. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --CUfgB8w4ZwR/yMy5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXis1EnfvsMMhpyURAg2dAKCMqPV7C0roncWZZQuotCPIate0FQCeOE8U balhDdb4gP0tNculMaZiFrc= =VsJ/ -----END PGP SIGNATURE----- --CUfgB8w4ZwR/yMy5-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 12:58:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ACB216A41F for ; Tue, 25 Oct 2005 12:58:39 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D9D043D5C for ; Tue, 25 Oct 2005 12:58:36 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 0559613109F; Tue, 25 Oct 2005 22:28:34 +0930 (CST) Received: from eucla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by wantadilla.lemis.com (Postfix) with ESMTP id 6C71984643; Tue, 25 Oct 2005 22:28:34 +0930 (CST) Received: by eucla.lemis.com (Postfix, from userid 1004) id 59EB34D30F; Tue, 25 Oct 2005 15:58:33 +0300 (EEST) Date: Tue, 25 Oct 2005 15:58:33 +0300 From: Greg 'groggy' Lehey To: Linnea Forslund , freebsd-questions@freebsd.org Message-ID: <20051025125833.GD764@eucla.lemis.com> References: <20051025121037.GA764@eucla.lemis.com> <20051025125517.GB33926@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051025125517.GB33926@slackbox.xs4all.nl> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 12:58:39 -0000 On Tuesday, 25 October 2005 at 14:55:17 +0200, Roland Smith wrote: > On Tue, Oct 25, 2005 at 02:19:04PM +0200, Linnea Forslund wrote: >> On 10/25/05, Greg 'groggy' Lehey wrote: >>> On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote: >>>> I know, I know. I ask a lot of questions right now, but it's just >>>> because I've waited until it's very acute until I got myself to start >>>> fixing these things. >>>> >>>> So, I can't seem to find my cd/dvd-device. What do I do? >>> >>> That depends on what you've already done. What did you do? >> >> Well, what "I" did originally I didn't do. Someone else did and I feel >> a bit handicapped not knowing what's reallt been done and not. Now I >> tried som commands in the newbie guide like these: >> >> supermoccine# mount /cdrom >> cd9660: /dev/acd0: Invalid argument >> supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom >> mount_cd9660: /dev/cd0a: No such file or directory > > That should be /dev/acd0 or /dev/cd0, not /dev/cd0a. Depends on the version of FreeBSD. > Check that CD devices are actually there, with "ls /dev/*cd*". That too depends on the version. On 4.x, you'll always find a /dev/acd0, even if there's no CD drive connected. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 13:04:41 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1B5516A41F for ; Tue, 25 Oct 2005 13:04:41 +0000 (GMT) (envelope-from brandon.weisz@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD30243D49 for ; Tue, 25 Oct 2005 13:04:40 +0000 (GMT) (envelope-from brandon.weisz@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so486309qbd for ; Tue, 25 Oct 2005 06:04:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=BqTCC6OboHu2nL4oN2/kcFlCYeg8AuZK5c1gVO0ggDgISRcLzN/I02REuLEIAICLNgkyvinsyTPOm/o/ZovDw7asIKsz/MSRh7UvTfq8LoNAPCP0i+mXAi/5O+gtDODD5AcYlvB5eKB8MKFdJ9YjwOqmbcdVc7+0RzQixTDmCmo= Received: by 10.65.155.12 with SMTP id h12mr1364338qbo; Tue, 25 Oct 2005 06:04:40 -0700 (PDT) Received: by 10.65.132.7 with HTTP; Tue, 25 Oct 2005 06:04:40 -0700 (PDT) Message-ID: <3749282b0510250604g1e94efefm7eeb505d4c019ecb@mail.gmail.com> Date: Tue, 25 Oct 2005 08:04:40 -0500 From: Brandon Weisz To: Kris Anderson , questions@freebsd.org In-Reply-To: MIME-Version: 1.0 References: <20051025034730.36943.qmail@web52704.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Qwest DLS & MSN Premium & Linksys Router & FreeBSD.. Oh my X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 13:04:41 -0000 On 10/25/05, Eric F Crist wrote: > > > On Oct 24, 2005, at 10:47 PM, Kris Anderson wrote: > > > Hey folks, > > > > I'm getting off cable (Comcast and 6 megabits) and > > either looking at Qwest DSL w/MSN premium or a service > > called Clear Wire (Wireless internet). > > > > I'm a bit baffled because Qwest says they have a deal > > that I could get DSL for $19.99 a month for a year. Of > > course the fine prints MSN is the ISP so forth and so > > on. > > > > [snip] > > > How I had it previously was Comcast's modem to > > wireless router (Linksys WRT-54G), a little Linksys > > switch, FreeBSD and misc. Windows computers happily > > sharing the connection. > > > > Just to confirm, my guess is that this would not be > > the service to go with since I would love to have my > > spiffy Linksys Router (WRT-54G) hook to the DSL. And > > to the WR54G the usual network systems of FreeBSD, and > > misc Windows computers. > > > > If the above isn't going to work then I'm stuck with a > > different bundle (a few bucks more) that would allow > > me to do the same thing. I hope. I'm not familiar with > > the way in which DSL does its connectivity thing. > > Okay, I saw in a previous question that PPoE is needed > > with DSL. And I noticed that I could set my WRT54G to > > utilize PPoE, so maybe MSN ISP & Qwest service will > > work? > > > > So am I right in still thinking that with MSN as the > > ISP my setup it isn't going to be FreeBSD friendly and > > that my spiffy little Comcast setup isn't going to > > work with MSN as the ISP? > > > > Most appreciated. Gah, that means I'm probably not > > going to be needing my little WRT-54G router then. :~( > > > > Hope I wasn't to confusiong there. > > > > Your FreeBSD system will work fine. You login credentials get > entered into the DSL router/modem. If you want to do some > webhosting, etc out of your home, spend the extra money and utilize a > *real* ISP. Even Qwest.net supports static IP addresse= s > (up to a /26). > > HTH > Stay away from the Actiontec GT701-WG DSL router modem device Qwest is pushing. Its running linux of some sort and absolutely pukes at high PPS rates. I didnt bother trouble shooting it, rather I turned it to bridge mode and added a soekris box running FreeBSD behind it to do the pppoe/routing etc for my /29. I didnt try the "msn" service but have been happy with qwest.net as my isp. Brandon From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 13:20:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 234B716A420 for ; Tue, 25 Oct 2005 13:20:08 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60DAE43D53 for ; Tue, 25 Oct 2005 13:20:01 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so945657wxc for ; Tue, 25 Oct 2005 06:20:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qcREDa/tllxvXRMZljOOOSnfC4MYQvq36r9v2k9qfhA/XjX7qB3hKtI7Ch6draefJxO64s7ZhyZx2hQwutRTXYGstD3D7ZaZEexbBmsixahh3/gOQHRzoLkNL1DIccYsIs3rpw8BwgYsY1okc4cevEmHXcyrH/PWI2y8rgIP9Gw= Received: by 10.70.7.8 with SMTP id 8mr2635579wxg; Tue, 25 Oct 2005 06:20:00 -0700 (PDT) Received: by 10.70.34.4 with HTTP; Tue, 25 Oct 2005 06:20:00 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 18:50:00 +0530 From: Jayesh Jayan To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Installation problem with Freebsd 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 13:20:08 -0000 Hi, I am having problem with installing freebsd on my old HP Pavillion PC. The below is the configuration of the pc. AMD K6 2 550 MHz 10 GB Maxtor HDD Sony CD RW 64 MB sd ram It is having phoenix BIOS 4.0 release 6.0 B I am using freebsd 5.4 cd's to install. I am able to create partitions and also label it. After that I get the belo= w error Cannot Dump. No dump device defined Automatic reboot in 15 seconds - press a key on the console to abort* * Hope to get your advices soon .... From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 13:27:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A1316A41F; Tue, 25 Oct 2005 13:27:26 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDF1043D46; Tue, 25 Oct 2005 13:27:25 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr4.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9PDRKgK002899; Tue, 25 Oct 2005 15:27:24 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 82BFBB80A; Tue, 25 Oct 2005 14:55:17 +0200 (CEST) Date: Tue, 25 Oct 2005 14:55:17 +0200 From: Roland Smith To: Linnea Forslund Message-ID: <20051025125517.GB33926@slackbox.xs4all.nl> Mail-Followup-To: Linnea Forslund , Greg 'groggy' Lehey , freebsd-questions@freebsd.org References: <20051025121037.GA764@eucla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CUfgB8w4ZwR/yMy5" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 13:27:26 -0000 --CUfgB8w4ZwR/yMy5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 02:19:04PM +0200, Linnea Forslund wrote: > On 10/25/05, Greg 'groggy' Lehey wrote: > > On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote: > > > I know, I know. I ask a lot of questions right now, but it's just > > > because I've waited until it's very acute until I got myself to start > > > fixing these things. > > > > > > So, I can't seem to find my cd/dvd-device. What do I do? > > > > That depends on what you've already done. What did you do? > > > > Greg >=20 > Well, what "I" did originally I didn't do. Someone else did and I feel > a bit handicapped not knowing what's reallt been done and not. Now I > tried som commands in the newbie guide like these: >=20 > supermoccine# mount /cdrom > cd9660: /dev/acd0: Invalid argument > supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom > mount_cd9660: /dev/cd0a: No such file or directory That should be /dev/acd0 or /dev/cd0, not /dev/cd0a. Check that CD devices are actually there, with "ls /dev/*cd*". On my system this returns: "/dev/cd0 /dev/cd1" but that's because I use SCSI emulation. A system with a GENERIC kernel would probably show /dev/acd0. > And I tried inserting a cd with musicfiles and find it from xmms, but > there was nothing in /cdrom. Playing music is very different from mounting, so that's perfectly normal. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --CUfgB8w4ZwR/yMy5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXis1EnfvsMMhpyURAg2dAKCMqPV7C0roncWZZQuotCPIate0FQCeOE8U balhDdb4gP0tNculMaZiFrc= =VsJ/ -----END PGP SIGNATURE----- --CUfgB8w4ZwR/yMy5-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 13:33:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9340816A41F for ; Tue, 25 Oct 2005 13:33:16 +0000 (GMT) (envelope-from mohansingh68@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3850943D45 for ; Tue, 25 Oct 2005 13:33:16 +0000 (GMT) (envelope-from mohansingh68@gmail.com) Received: by zproxy.gmail.com with SMTP id i28so870898nzi for ; Tue, 25 Oct 2005 06:33:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Q5N5PLi8vVj9QqgijlAyE4Tw+xfORNaUKFSGFjvL01wxyTw5JJEn/DlLtiWQf1pQrrAYvYSWvcJX+i5Z5TolTqbHQrRrXm+Ypgz77AFrrqmsXedhhUeZhghSBSbmsvHiLNTdScf/yWDVQ9tu49LxNaP/f4q5W/5TLgJX3p/Z9qo= Received: by 10.36.250.79 with SMTP id x79mr7179872nzh; Tue, 25 Oct 2005 06:33:15 -0700 (PDT) Received: by 10.36.251.7 with HTTP; Tue, 25 Oct 2005 06:33:15 -0700 (PDT) Message-ID: <48d803190510250633k93e3934n7f1dd2bca493e21e@mail.gmail.com> Date: Tue, 25 Oct 2005 06:33:15 -0700 From: Mohan Singh To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: telnetting/netcatting into a DNS server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 13:33:16 -0000 Whenever I need to test a mail/ssh/web server, I usually just telnet or nc into the appropriate port, i.e.: $ echo "GET / " |nc -v yahoo.com 80 $ nc -v localhost 22 Connection to localhost 22 port [tcp/ssh] succeeded! SSH-1.99-OpenSSH_4.2 How would I connect to a nameserver and talk to it so I can know it is working? I get as far as connecting to the port, but I don't know how to make it send back anything meaningful. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 13:34:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D5516A41F for ; Tue, 25 Oct 2005 13:34:55 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C9543D46 for ; Tue, 25 Oct 2005 13:34:54 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so493550qbd for ; Tue, 25 Oct 2005 06:34:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=imAkEMmA0VFDWrKxKPIDaxromq9DOdTT9dPR68jl/puktcTaxVFerSiJocYBcbTFRj4zn7k153x/dLOkH59pPAxKNpE+OT0t1vAzMZtxiYBLDNZ2Yh1R2YKn/QfP8Q+q/kTvI6It2GZLdJeuxCBrfL7IBtHjZYN1Qhp5DhN8Jvc= Received: by 10.65.156.17 with SMTP id i17mr1394137qbo; Tue, 25 Oct 2005 06:34:54 -0700 (PDT) Received: by 10.65.154.4 with HTTP; Tue, 25 Oct 2005 06:34:54 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 09:34:54 -0400 From: John DeStefano To: Beecher Rintoul , Dimitar Vasilev In-Reply-To: <200510241712.11320.akbeech@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510241712.11320.akbeech@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: updating in single-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 13:34:55 -0000 On 10/24/05, Beecher Rintoul wrote: > On Monday 24 October 2005 02:24 pm, John DeStefano wrote: > > When updating world, section 20.4.5 of the handbook calls for dropping > > to single user mode. The reasons given for this make sense. But this > > is a problem for me: my BSD server does not have a local K/V/M setup > > connected directly to it; it sits on my network and I connect to it > > via PuTTy for administration. > > > > Is there a way to achieve single-user mode while still being able to > > connect remotely (via LAN)? (I know that's something of an oximoron, > > but I needed to ask) And if not, am I losing any serious > > features/functionality of the update process by _not_ dropping into > > single user? > > > > Thanks, > > ~John > > I don't reccommend doing installworld or kernel in multiuser, but I have = never > had any problems doing it on a lightly loaded machine. With that said wha= t > could bite you is your new kernel not booting or something broken in > userland. You will then need console access (serial or local) to fix it. = I > would set up your machine with serial console access and use a laptop or > another machine when you reboot. > > Beech > -- Thank you. Because I'm impatient and obtuse, and because I was already in the midst of the procedure when I received your replies, I decided to proceed with the build world process from my LAN connection. Believe it or not, it went (or seemed to go) without a hitch, including the updated kernel installation. In your opinion, where/how would I check the new system to verify that there were no breaks during the build and install processes, and that the system is indeed fully updated? Thanks, ~John %uname -a FreeBSD zurg.thedestefanos.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Oct 24 22:27:33 EDT 2005 =20 root@zurg.thedestefanos.com:/usr/obj/usr/src/sys/MYKERNEL i386 From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 13:38:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C4E16A41F for ; Tue, 25 Oct 2005 13:38:19 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03A9F43D45 for ; Tue, 25 Oct 2005 13:38:18 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUP0K-000JjT-97; Tue, 25 Oct 2005 17:38:16 +0400 Message-ID: <435E353B.4070609@speechpro.com> Date: Tue, 25 Oct 2005 17:38:03 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mohan Singh , freebsd-questions@freebsd.org References: <48d803190510250633k93e3934n7f1dd2bca493e21e@mail.gmail.com> In-Reply-To: <48d803190510250633k93e3934n7f1dd2bca493e21e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: telnetting/netcatting into a DNS server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 13:38:19 -0000 Mohan Singh wrote: >Whenever I need to test a mail/ssh/web server, I usually just telnet or nc >into the appropriate port, i.e.: > > $ echo "GET / " |nc -v yahoo.com 80 > > $ nc -v localhost 22 > Connection to localhost 22 port [tcp/ssh] succeeded! > SSH-1.99-OpenSSH_4.2 > >How would I connect to a nameserver and talk to it so I can know it is >working? I get as far as connecting to the port, but I don't know how to >make it send back anything meaningful. > > if you wish "know" your nameserver works, then nslookup - your.server.ip then try resolve some hostname/ip or host _name_to_resolve_ your.server.ip From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 13:39:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 613D116A41F for ; Tue, 25 Oct 2005 13:39:10 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F3C943D5C for ; Tue, 25 Oct 2005 13:39:06 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so1004645wxc for ; Tue, 25 Oct 2005 06:39:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=kqX02Nkwb2KiHat28m5qIJkO8vvJBZ4NE7QJk0jYFNq3+XYedicsPTPtpDlOct2D6Qm3G2GjcWtyyIPwI9Z4e7EN8TtZQk4l5yvVLm+8DJ4OeU/yhC3QT2vrP4vRXwuJiV0oziVAAb0+5+bErJ9LimuLpBpyxgPU8PiGeAs810k= Received: by 10.70.39.3 with SMTP id m3mr4075874wxm; Tue, 25 Oct 2005 06:39:05 -0700 (PDT) Received: by 10.70.34.4 with HTTP; Tue, 25 Oct 2005 06:39:05 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 19:09:05 +0530 From: Jayesh Jayan To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Installation problem with Freebsd 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 13:39:10 -0000 an update to the issue. the error what i get is panic : page fault Cannnot Dump. No dump device defined. Automatic reboot in 15 seconds - press a key on the console to abort On 10/25/05, Jayesh Jayan wrote: > > Hi, > > I am having problem with installing freebsd on my old HP Pavillion PC. Th= e > below is the configuration of the pc. > > AMD K6 2 550 MHz > 10 GB Maxtor HDD > Sony CD RW > 64 MB sd ram > > It is having phoenix BIOS 4.0 release 6.0 B > > I am using freebsd 5.4 cd's to install. > > I am able to create partitions and also label it. After that I get the > below error > > > Cannot Dump. No dump device defined > > Automatic reboot in 15 seconds - press a key on the console to abort* > > * > > > Hope to get your advices soon .... > > From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 13:49:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6793916A41F for ; Tue, 25 Oct 2005 13:49:00 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B71F43D49 for ; Tue, 25 Oct 2005 13:48:59 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so496885qbd for ; Tue, 25 Oct 2005 06:48:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YQPrYs3WL4ILjBRmpYBXBya51mR+IXw1Lpg/bq+jBOF1+SEoJ9wn6RBrQPT7SpfpKoc9PM4Psswvj/fUEuwcS2RKzZIZrBS2zE+HMRx2Wcpw6cpVaXFC1vNaU6ekgelbITh+tci9dlOwfx/brf596+JgE0FUNWR3AOX1FdUBVW8= Received: by 10.65.122.1 with SMTP id z1mr365604qbm; Tue, 25 Oct 2005 06:48:59 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 06:48:59 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 15:48:59 +0200 From: Linnea Forslund To: Linnea Forslund , Greg 'groggy' Lehey , freebsd-questions@freebsd.org In-Reply-To: <20051025125517.GB33926@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051025121037.GA764@eucla.lemis.com> <20051025125517.GB33926@slackbox.xs4all.nl> Cc: Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 13:49:00 -0000 On 10/25/05, Roland Smith wrote: > On Tue, Oct 25, 2005 at 02:19:04PM +0200, Linnea Forslund wrote: > > On 10/25/05, Greg 'groggy' Lehey wrote: > > > On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote: > > > > I know, I know. I ask a lot of questions right now, but it's just > > > > because I've waited until it's very acute until I got myself to sta= rt > > > > fixing these things. > > > > > > > > So, I can't seem to find my cd/dvd-device. What do I do? > > > > > > That depends on what you've already done. What did you do? > > > > > > Greg > > > > Well, what "I" did originally I didn't do. Someone else did and I feel > > a bit handicapped not knowing what's reallt been done and not. Now I > > tried som commands in the newbie guide like these: > > > > supermoccine# mount /cdrom > > cd9660: /dev/acd0: Invalid argument > > supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom > > mount_cd9660: /dev/cd0a: No such file or directory > > That should be /dev/acd0 or /dev/cd0, not /dev/cd0a. > > Check that CD devices are actually there, with "ls /dev/*cd*". On my > system this returns: "/dev/cd0 /dev/cd1" but that's because I use SCSI > emulation. A system with a GENERIC kernel would probably show /dev/acd0. A whole bunch shows up: > ls /dev/*cd* /dev/acd0 /dev/acd0t03 /dev/acd0t06 /dev/acd0t09 /dev/acd0t1= 2 /dev/acd0t01 /dev/acd0t04 /dev/acd0t07 /dev/acd0t10 /dev/acd0t1= 3 /dev/acd0t02 /dev/acd0t05 /dev/acd0t08 /dev/acd0t11 > > > And I tried inserting a cd with musicfiles and find it from xmms, but > > there was nothing in /cdrom. > > Playing music is very different from mounting, so that's perfectly normal= . > So what should I do to play musicfiles from cd? .mp3, .sid and so on.. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 13:49:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA44C16A42A for ; Tue, 25 Oct 2005 13:49:13 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60024.mail.yahoo.com (web60024.mail.yahoo.com [209.73.178.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 324FE43D53 for ; Tue, 25 Oct 2005 13:49:13 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 12967 invoked by uid 60001); 25 Oct 2005 13:49:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=sCeE0sqOm/7G8yURt9O0RXnG4p+PQ7V5WjKOW8YHiK29keW21ZYN8rVsvybU2snBfvR/JGSDljPz5kuxyPlTgCZJnoEXbKvziQXsx/k4U3Gyj24jeXWM9olsQ1D2aMR6GdGPtXQ8rPiSiRueP6J/MvwyejwafT7+Pu+VANVnC1E= ; Message-ID: <20051025134912.12965.qmail@web60024.mail.yahoo.com> Received: from [216.252.85.107] by web60024.mail.yahoo.com via HTTP; Tue, 25 Oct 2005 09:49:12 EDT Date: Tue, 25 Oct 2005 09:49:12 -0400 (EDT) From: Peter Matulis To: freebsd-questions@freebsd.org In-Reply-To: <3480C023-AFED-42A7-A8F3-9821A23A16F8@secure-computing.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: updating in single-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 13:49:13 -0000 --- Eric F Crist wrote: > On Oct 24, 2005, at 11:45 PM, Dimitar Vasilev wrote: > > >> I don't reccommend doing installworld or kernel in multiuser, > but > >> I have never > >> had any problems doing it on a lightly loaded machine. With > that > >> said what > >> could bite you is your new kernel not booting or something > broken in > >> userland. You will then need console access (serial or local) > to > >> fix it. I > >> would set up your machine with serial console access and use a > > >> laptop or > >> another machine when you reboot. > >> > >> Beech > >> -- > >> > > I have done it when there is NO activity on the machine. Read > > UPDATING first. > > Reset your securelevel to -1, stop all services except SSH and > go. > > It's possible to break your machine though. > > Then you have to rebuild it again and it's 50/50 to succeed. > > As advised twice, use serial cables/KVM switches if possible. > > -- > > Димитър ВаÑилев > > Dimitar Vassilev > > > > GnuPG key ID: 0x4B8DB525 > > Keyserver: pgp.mit.edu > > Key fingerprint: D88A 3B92 DED5 917E 341E D62F 8C51 5FC4 4B8D > B525 > > > If this isn't a production machine, try it. I have been doing > system > updates since 3.4 and not once have I booted into single user mode > to > compile my kernel or userland. I've even done it as recently as > two > weeks ago. I don't have a huge userbase, so my system is pretty > quiet. I also just finished compiling world and compiling & installing my kernel in multi-user. What's the big deal? I did, though, go into single to test (boot) the kernel and install world. Does anyone have a clear understanding of why things can go wrong otherwise? __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 13:52:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22C7416A41F for ; Tue, 25 Oct 2005 13:52:12 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96C9743D46 for ; Tue, 25 Oct 2005 13:52:09 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so497569qbd for ; Tue, 25 Oct 2005 06:52:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nZ/7Mr2dCFnqr16ju9wc3Au5b0GyDOkFYk2u3sIEhIcXw2WlYFL1u0O4+dEWU+AzoyOVERrr4rXCjmTWkugPNz26kAya8oVgwsuHcGExESUJ3+mo9mQUIVidwzs6SwJ0x/D8ut5bcQeQWD85ygExp6XM5VTqYMqy8RF4jUk+pGI= Received: by 10.65.137.6 with SMTP id p6mr1400159qbn; Tue, 25 Oct 2005 06:52:08 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 06:52:08 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 15:52:08 +0200 From: Linnea Forslund To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051025121037.GA764@eucla.lemis.com> <20051025123759.GC764@eucla.lemis.com> Subject: Fwd: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 13:52:12 -0000 ---------- Forwarded message ---------- From: Linnea Forslund Date: Oct 25, 2005 3:51 PM Subject: Re: problems with cd/dvd-device To: Greg 'groggy' Lehey On 10/25/05, Greg 'groggy' Lehey wrote: > On Tuesday, 25 October 2005 at 14:19:04 +0200, Linnea Forslund wrote: > > On 10/25/05, Greg 'groggy' Lehey wrote: > >> On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote: > >>> I know, I know. I ask a lot of questions right now, but it's just > >>> because I've waited until it's very acute until I got myself to start > >>> fixing these things. > >>> > >>> So, I can't seem to find my cd/dvd-device. What do I do? > >> > >> That depends on what you've already done. What did you do? > > > > Well, what "I" did originally I didn't do. Someone else did and I > > feel a bit handicapped not knowing what's reallt been done and > > not. Now I tried som commands in the newbie guide like these: > > > > supermoccine# mount /cdrom > > cd9660: /dev/acd0: Invalid argument > > supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom > > mount_cd9660: /dev/cd0a: No such file or directory > > supermoccine# > > OK, that's part of what I wanted to know. Now what version of FreeBSD > are you running? I don't know. I suppose there are ways to check this? What does this say? > > # dmesg | grep cd0 > dmesg | grep cd0 acd0: DVDR at ata0-master UDMA33 > > > And I tried inserting a cd with musicfiles and find it from xmms, > > but there was nothing in /cdrom. > > No, there wouldn't be. /cdrom is a directory, not a CD. You can > mount file systems on it, but you'll need other software to play it. > I'll leave it to others to suggest their favourites. > > Greg > -- > When replying to this message, please copy the original recipients. > If you don't, I may ignore the reply or reply to the original recipients. > For more information, see http://www.lemis.com/questions.html > See complete headers for address and phone numbers > From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 13:57:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A3516A41F for ; Tue, 25 Oct 2005 13:57:35 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE8243D48 for ; Tue, 25 Oct 2005 13:57:34 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so1007391wxc for ; Tue, 25 Oct 2005 06:57:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=qzWoErJ/O1ii6NbHl5GaLZVSESxo+CVsX006sSR6J9EVs+Hr6sNL7lV16jjGDgtaaU0YYnPTD0DnbS3i4na0ulK0NEPXyJFW0fJltjDxylNYpg808zyhhg9eYaNLuaoieZzVEn4QjJ2fzsLPliMQ/DwtBeLz6NW1OBI/WWuxpFU= Received: by 10.70.47.18 with SMTP id u18mr4075503wxu; Tue, 25 Oct 2005 06:57:33 -0700 (PDT) Received: by 10.70.34.4 with HTTP; Tue, 25 Oct 2005 06:57:33 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 19:27:33 +0530 From: Jayesh Jayan To: Nicholas Lozinsky , freebsd-questions@freebsd.org In-Reply-To: <76ff51010510250651m27de3b19kdfb1513d90d3eddc@mail.gmail.com> MIME-Version: 1.0 References: <76ff51010510250651m27de3b19kdfb1513d90d3eddc@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Installation problem with Freebsd 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 13:57:35 -0000 I am installing freebsd on this machine for the first time. Anyhow i have installed freebsd on another machine with out any problem which has AMD athlon 2.8 GHz, 256 MB DDR ram, 40 GB SEAGATE HDD. I just wanted to use this machine as my gateway machine which will not have any monitor or so connected to it. On 10/25/05, Nicholas Lozinsky wrote: > > > an update to the issue. > > > > the error what i get is > > > > panic : page fault > > Cannnot Dump. No dump device defined. > > Automatic reboot in 15 seconds - press a key on the console to abort > > > > > I am having problem with installing freebsd on my old HP Pavillion PC= . > The > > > below is the configuration of the pc. > > > > > > AMD K6 2 550 MHz > > > 10 GB Maxtor HDD > > > Sony CD RW > > > 64 MB sd ram > > > > > > It is having phoenix BIOS 4.0 release 6.0 B > > > > > > I am using freebsd 5.4 cd's to install. > > > > > > I am able to create partitions and also label it. After that I get th= e > > > below error > > > > > > > > > Cannot Dump. No dump device defined > > > > > > Automatic reboot in 15 seconds - press a key on the console to abort* > > Is this a fresh installation of BSD or something that has once worked? > Proprietary BIOS and chipsets such as VIA on AMD boards, in my > experience, have funny effects on BSD. For example, a Compaq M2000 > with an AMD Sempron CPU will not install any FreeBSD, OpenBSD or > NetBSD version onto it; all versions after 4.8 malfunction. I just > want to give you a heads up as to why it might not be working, so you > don't pull your hair out. I still haven't figured out my issue with my > box here, but I've moved on. > > Nick L. > From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 13:58:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0556B16A420 for ; Tue, 25 Oct 2005 13:58:04 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A0B143D48 for ; Tue, 25 Oct 2005 13:58:03 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr2.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9PDw1Vi073191; Tue, 25 Oct 2005 15:58:01 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 42445B822; Tue, 25 Oct 2005 15:58:01 +0200 (CEST) Date: Tue, 25 Oct 2005 15:58:01 +0200 From: Roland Smith To: Jayesh Jayan Message-ID: <20051025135801.GA66887@slackbox.xs4all.nl> Mail-Followup-To: Jayesh Jayan , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Installation problem with Freebsd 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 13:58:04 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 07:09:05PM +0530, Jayesh Jayan wrote: > an update to the issue. >=20 > the error what i get is >=20 > panic : page fault > Cannnot Dump. No dump device defined. > Automatic reboot in 15 seconds - press a key on the console to abort =20 Without knowing which program produces the fault, it's hard to diagnose the problem.=20 One thing you could try is to burn a 6.0-RC1 CD and try that. Test your memory with memtest86 (http://www.memtest86.com/). =20 > On 10/25/05, Jayesh Jayan wrote: > > > > Hi, > > > > I am having problem with installing freebsd on my old HP Pavillion PC. = The > > below is the configuration of the pc. > > > > AMD K6 2 550 MHz > > 10 GB Maxtor HDD > > Sony CD RW > > 64 MB sd ram > > > > It is having phoenix BIOS 4.0 release 6.0 B --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXjnpEnfvsMMhpyURAk5SAKCCHxPWCxPGw5AxCKZ4NWmMOlZSZgCfUH3A 6kbp7UWxi9znOg4HioDkrVY= =8d67 -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:02:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA4AD16A420 for ; Tue, 25 Oct 2005 14:02:15 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B1F43D48 for ; Tue, 25 Oct 2005 14:02:14 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr7.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9PE2DcQ049372; Tue, 25 Oct 2005 16:02:13 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id CD5E0B822; Tue, 25 Oct 2005 16:02:12 +0200 (CEST) Date: Tue, 25 Oct 2005 16:02:12 +0200 From: Roland Smith To: Linnea Forslund Message-ID: <20051025140212.GB66887@slackbox.xs4all.nl> Mail-Followup-To: Linnea Forslund , freebsd-questions@freebsd.org References: <20051025121037.GA764@eucla.lemis.com> <20051025123759.GC764@eucla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QTprm0S8XgL7H0Dt" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Fwd: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:02:15 -0000 --QTprm0S8XgL7H0Dt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 03:52:08PM +0200, Linnea Forslund wrote: > From: Linnea Forslund > Date: Oct 25, 2005 3:51 PM > Subject: Re: problems with cd/dvd-device > To: Greg 'groggy' Lehey >=20 >=20 > On 10/25/05, Greg 'groggy' Lehey wrote: > > On Tuesday, 25 October 2005 at 14:19:04 +0200, Linnea Forslund wrote: > > > On 10/25/05, Greg 'groggy' Lehey wrote: > > >> On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote: > > >>> I know, I know. I ask a lot of questions right now, but it's just > > >>> because I've waited until it's very acute until I got myself to sta= rt > > >>> fixing these things. > > >>> > > >>> So, I can't seem to find my cd/dvd-device. What do I do? > > >> > > >> That depends on what you've already done. What did you do? > > > > > > Well, what "I" did originally I didn't do. Someone else did and I > > > feel a bit handicapped not knowing what's reallt been done and > > > not. Now I tried som commands in the newbie guide like these: > > > > > > supermoccine# mount /cdrom > > > cd9660: /dev/acd0: Invalid argument > > > supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom > > > mount_cd9660: /dev/cd0a: No such file or directory > > > supermoccine# > > > > OK, that's part of what I wanted to know. Now what version of FreeBSD > > are you running? >=20 > I don't know. I suppose there are ways to check this? uname -r > What does this say? > > > > # dmesg | grep cd0 >=20 > > dmesg | grep cd0 > acd0: DVDR at ata0-master UDMA33 Well, at least your DVD rewriter is recognized. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --QTprm0S8XgL7H0Dt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXjrkEnfvsMMhpyURAqPzAKCd/XTkKr9nT8z9pO5Cgq6J59bD2wCeJ7iS 2qmcWB2mbYlVxrciub3U8vk= =y55u -----END PGP SIGNATURE----- --QTprm0S8XgL7H0Dt-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:10:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E532616A41F for ; Tue, 25 Oct 2005 14:10:13 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 649E643D45 for ; Tue, 25 Oct 2005 14:10:13 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so501889qbd for ; Tue, 25 Oct 2005 07:10:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sDr/13B2EOdihWjzgCrWl3UpwX6AcfiMXH2+6kfpNAJtK3NNKuN7f6WuhkKMjB/kc8Ck+ue2lC4aL+WdkI9HVzDe88FxH3dcQTYcUDTymEpxVSg1VkFdQo8pCqS9DpP5+4/CwqAltMAZrmCPhCf1Y9XdfgxgzfiThpjYWuD6CC0= Received: by 10.65.155.12 with SMTP id h12mr1421868qbo; Tue, 25 Oct 2005 07:10:12 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 07:10:12 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 16:10:12 +0200 From: Linnea Forslund To: Linnea Forslund , freebsd-questions@freebsd.org In-Reply-To: <20051025140212.GB66887@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051025121037.GA764@eucla.lemis.com> <20051025123759.GC764@eucla.lemis.com> <20051025140212.GB66887@slackbox.xs4all.nl> Cc: Subject: Re: Fwd: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:10:14 -0000 On 10/25/05, Roland Smith wrote: > On Tue, Oct 25, 2005 at 03:52:08PM +0200, Linnea Forslund wrote: > > From: Linnea Forslund > > Date: Oct 25, 2005 3:51 PM > > Subject: Re: problems with cd/dvd-device > > To: Greg 'groggy' Lehey > > > > > > On 10/25/05, Greg 'groggy' Lehey wrote: > > > On Tuesday, 25 October 2005 at 14:19:04 +0200, Linnea Forslund wrote: > > > > On 10/25/05, Greg 'groggy' Lehey wrote: > > > >> On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wro= te: > > > >>> I know, I know. I ask a lot of questions right now, but it's just > > > >>> because I've waited until it's very acute until I got myself to s= tart > > > >>> fixing these things. > > > >>> > > > >>> So, I can't seem to find my cd/dvd-device. What do I do? > > > >> > > > >> That depends on what you've already done. What did you do? > > > > > > > > Well, what "I" did originally I didn't do. Someone else did and I > > > > feel a bit handicapped not knowing what's reallt been done and > > > > not. Now I tried som commands in the newbie guide like these: > > > > > > > > supermoccine# mount /cdrom > > > > cd9660: /dev/acd0: Invalid argument > > > > supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom > > > > mount_cd9660: /dev/cd0a: No such file or directory > > > > supermoccine# > > > > > > OK, that's part of what I wanted to know. Now what version of FreeBS= D > > > are you running? > > > > I don't know. I suppose there are ways to check this? > > uname -r Aha! 5.3-RELEASE > > > What does this say? > > > > > > # dmesg | grep cd0 > > > > > dmesg | grep cd0 > > acd0: DVDR at ata0-master UDMA33 > > Well, at least your DVD rewriter is recognized. Well, that's all there is.. It's supposed to be able to read and write cd's to. What I need from it now is to read .mp3-files with mixxx or to burn my mp3's and run them with mixxx at another computer (if I can't manage to get my computer working this evening). > > Roland > -- > R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain tex= t. > public key: http://www.xs4all.nl/~rsmith/pubkey.txt > > > -- /Linnea From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:11:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D35F16A420 for ; Tue, 25 Oct 2005 14:11:34 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id B5D3A43D49 for ; Tue, 25 Oct 2005 14:11:24 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 29114 invoked by uid 502); 25 Oct 2005 14:11:23 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 25 Oct 2005 14:11:23 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <435E3D0A.1000205@ywave.com> Date: Tue, 25 Oct 2005 07:11:22 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Linnea Forslund References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> <435D8938.7020702@ywave.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:11:34 -0000 Linnea Forslund wrote: > On 10/25/05, Micah wrote: > >>Linnea Forslund wrote: >> >>>On 10/25/05, Eric F Crist wrote: >>> >>> >>>>On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote: >>>> >>>> >>>> >>>>>But there is nothing in there >>>>> >>>>> >>>>> >>>>> >>>>>>cd /usr/src/ssys >>>>>> >>>>> >>>>>/usr/src/ssys: No such file or directory. >>>>> >>>> >>>>Install cvsup. Create a cvsup file to fetch the entire source tree. >>>>cvsup your source tree. >>>> >>>>see what happens. >>>>_______________________________________________________ >>> >>> >>>Ok, I'll try that tomorrow after som sleep and some animating. If you >>>could explain it a bit more I would be happy-happy ^^ >>> >>>Night, >>> >>>Linnea >> >>Check out >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html >>note: you probably don't want cutting edge, but that's where the >>general procedure for cvsupping and compiling your system is. >> > > > When i try to download and install a cvsup-package it says > > >>pkg_add -r cvsup > > Error: FTP Unable to get > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cvsup.tbz: > File unavailable (e.g., file not found, no access) > pkg_add: unable to fetch > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cvsup.tbz' > by URL > > > It seems like I can't connect to the ftp from there either. I can > however download the files using my opera-browser. Where should I put > it to make it work? Now when I just tried putting it in my > user-catalogue this is what was said: It looks like you're running FreeBSD 5.3. Trying to get the latest source may be more than you want to get into at this time (though you should do it soon). If you have your FreeBSD 5.3 cds around still, you can get the source by doing the following: * login as root or su - * run sysinstall * Select 'configure' -> 'distributions' -> 'src' -> 'all' -> 'cd/dvd' If you don't have the install cds you'll probably have to upgrade to FreeBSD 5.4. In that case.... > > >>pkg_add cvsup-16.1h_2.tbz > > man/man1/cvpasswd.1.gz: Can't open 'man/man1/cvpasswd.1.gz': File exists > man/man1/cvsup.1.gz: Can't open 'man/man1/cvsup.1.gz': File exists > man/man8/cvsupd.8.gz: Can't open 'man/man8/cvsupd.8.gz': File exists > bin/cvpasswd: Can't open 'bin/cvpasswd': File exists > bin/cvsup: Can't open 'bin/cvsup': File exists > sbin/cvsupd: Can't open 'sbin/cvsupd': File exists > share/cvsup/License: Can't open 'share/cvsup/License': File exists > pkg_add: extract_plist: can not invoke 179 byte tar pipeline: > /usr/bin/tar cf - man/man1/cvpasswd.1.gz man/man1/cvsup.1.gz > man/man8/cvsupd.8.gz bin/cvpasswd bin/cvsup sbin/cvsupd > share/cvsup/License|/usr/bin/tar --unlink -xpf - -C /usr/local > > /Linnea I don't use packages, I use the ports system (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html). Maybe this is pkg_add's way of saying that cvsup is already installed? What doesn pkg_info cvsup\* tell you? How about the command "which cvsup"? If you get output from both of these commands you already have cvsup and can go about following the links I sent earlier to get the source and upgrade your system. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:13:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C399B16A41F; Tue, 25 Oct 2005 14:13:22 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34E743D45; Tue, 25 Oct 2005 14:13:21 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr15.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9PEDKgw082023; Tue, 25 Oct 2005 16:13:20 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id C51CEB825; Tue, 25 Oct 2005 16:13:19 +0200 (CEST) Date: Tue, 25 Oct 2005 16:13:19 +0200 From: Roland Smith To: Linnea Forslund Message-ID: <20051025141319.GC66887@slackbox.xs4all.nl> Mail-Followup-To: Linnea Forslund , Greg 'groggy' Lehey , freebsd-questions@freebsd.org References: <20051025121037.GA764@eucla.lemis.com> <20051025125517.GB33926@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oTHb8nViIGeoXxdp" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:13:22 -0000 --oTHb8nViIGeoXxdp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 03:48:59PM +0200, Linnea Forslund wrote: > > Check that CD devices are actually there, with "ls /dev/*cd*". On my > > system this returns: "/dev/cd0 /dev/cd1" but that's because I use SCSI > > emulation. A system with a GENERIC kernel would probably show /dev/acd0. >=20 > A whole bunch shows up: >=20 > > ls /dev/*cd* > /dev/acd0 /dev/acd0t03 /dev/acd0t06 /dev/acd0t09 /dev/acd0= t12 > /dev/acd0t01 /dev/acd0t04 /dev/acd0t07 /dev/acd0t10 /dev/acd0= t13 > /dev/acd0t02 /dev/acd0t05 /dev/acd0t08 /dev/acd0t11 Try using /dev/acd0. If you run the following command as root, does it work? (there should be a data CD in the drive btw, not a music CD) mount -t cd9660 /dev/acd0 /cdrom > > > And I tried inserting a cd with musicfiles and find it from xmms, but > > > there was nothing in /cdrom. > > > > Playing music is very different from mounting, so that's perfectly norm= al. > > >=20 > So what should I do to play musicfiles from cd? .mp3, .sid and so on.. Music encoded as .mp3 sits on a data CD (usually CD-ROM mode 1), and should be mounted first. See above. Regular music CDs are written in different format (CD-DA). You do not have to mount these. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --oTHb8nViIGeoXxdp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXj1/EnfvsMMhpyURAlXQAJ0cHhWR9gz49mxZhv0OzAwJSfgGIACfdqGM yADz6m1G9PrsgvlX/cU2jhA= =YilH -----END PGP SIGNATURE----- --oTHb8nViIGeoXxdp-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:18:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E37516A41F for ; Tue, 25 Oct 2005 14:18:52 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50C5143D55 for ; Tue, 25 Oct 2005 14:18:51 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so504304qbd for ; Tue, 25 Oct 2005 07:18:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mPz5LheHW9RXKu4bcRCYN7Lk4Bya1R9Usyu/Q0OKCPKoTem464WvLrdaoUCm6V+imwXphNBow8ntgAEjOtShFjItST90x6uwgi6jBEbhjNAyHQ6nJtlS4utYzsrQH/CT9u8g88YULZsBX3W6IFyCNZO5yIVbVSFtF1OsPVJ5v98= Received: by 10.65.83.9 with SMTP id k9mr1429701qbl; Tue, 25 Oct 2005 07:18:50 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 07:18:50 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 16:18:50 +0200 From: Linnea Forslund To: Micah In-Reply-To: <435E3D0A.1000205@ywave.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> <435D8938.7020702@ywave.com> <435E3D0A.1000205@ywave.com> Cc: freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:18:52 -0000 On 10/25/05, Micah wrote: > Linnea Forslund wrote: > > On 10/25/05, Micah wrote: > > > >>Linnea Forslund wrote: > >> > >>>On 10/25/05, Eric F Crist wrote: > >>> > >>> > >>>>On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote: > >>>> > >>>> > >>>> > >>>>>But there is nothing in there > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>>cd /usr/src/ssys > >>>>>> > >>>>> > >>>>>/usr/src/ssys: No such file or directory. > >>>>> > >>>> > >>>>Install cvsup. Create a cvsup file to fetch the entire source tree. > >>>>cvsup your source tree. > >>>> > >>>>see what happens. > >>>>_______________________________________________________ > >>> > >>> > >>>Ok, I'll try that tomorrow after som sleep and some animating. If you > >>>could explain it a bit more I would be happy-happy ^^ > >>> > >>>Night, > >>> > >>>Linnea > >> > >>Check out > >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html an= d > >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.= html > >>note: you probably don't want cutting edge, but that's where the > >>general procedure for cvsupping and compiling your system is. > >> > > > > > > When i try to download and install a cvsup-package it says > > > > > >>pkg_add -r cvsup > > > > Error: FTP Unable to get > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Lates= t/cvsup.tbz: > > File unavailable (e.g., file not found, no access) > > pkg_add: unable to fetch > > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Late= st/cvsup.tbz' > > by URL > > > > > > It seems like I can't connect to the ftp from there either. I can > > however download the files using my opera-browser. Where should I put > > it to make it work? Now when I just tried putting it in my > > user-catalogue this is what was said: > > It looks like you're running FreeBSD 5.3. Trying to get the latest > source may be more than you want to get into at this time (though you > should do it soon). If you have your FreeBSD 5.3 cds around still, you > can get the source by doing the following: > * login as root or su - > * run sysinstall > * Select 'configure' -> 'distributions' -> 'src' -> 'all' -> 'cd/dvd' > If you don't have the install cds you'll probably have to upgrade to > FreeBSD 5.4. In that case.... I don't have any cds. I installed from floppys... > > > > > > >>pkg_add cvsup-16.1h_2.tbz > > > > man/man1/cvpasswd.1.gz: Can't open 'man/man1/cvpasswd.1.gz': File exist= s > > man/man1/cvsup.1.gz: Can't open 'man/man1/cvsup.1.gz': File exists > > man/man8/cvsupd.8.gz: Can't open 'man/man8/cvsupd.8.gz': File exists > > bin/cvpasswd: Can't open 'bin/cvpasswd': File exists > > bin/cvsup: Can't open 'bin/cvsup': File exists > > sbin/cvsupd: Can't open 'sbin/cvsupd': File exists > > share/cvsup/License: Can't open 'share/cvsup/License': File exists > > pkg_add: extract_plist: can not invoke 179 byte tar pipeline: > > /usr/bin/tar cf - man/man1/cvpasswd.1.gz man/man1/cvsup.1.gz > > man/man8/cvsupd.8.gz bin/cvpasswd bin/cvsup sbin/cvsupd > > share/cvsup/License|/usr/bin/tar --unlink -xpf - -C /usr/local > > > > /Linnea > > I don't use packages, I use the ports system > (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html). > Maybe this is pkg_add's way of saying that cvsup is already installed? > What doesn pkg_info cvsup\* tell you? > pkg_info cvsup\* Information for cvsup-without-gui-16.1h: Comment: General network file distribution system optimized for CVS (non-GUI version= ) Description: CVSup is a software package for distributing and updating collections of files across a network. It can efficiently and accurately mirror all types of files, including sources, binaries, hard links, symbolic links, and even device nodes. CVSup's streaming communication protocol and multithreaded architecture make it most likely the fastest mirroring tool in existence today. In addition to being a great general-purpose mirroring tool, CVSup includes special features and optimizations specifically tailored to CVS repositories. This port of CVSup omits the GUI and does not require X11. For a version that includes the GUI, use the "net/cvsup" port. WWW: http://www.cvsup.org/ How about the command "which > cvsup"? > which cvsup /usr/local/bin/cvsup If you get output from both of these commands you already have > cvsup and can go about following the links I sent earlier to get the > source and upgrade your system. Ok, I suppose I already have it then. Horray! I'll get on with it. Thanks a= lot. > > HTH, > Micah > -- /Linnea From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:23:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F2816A41F for ; Tue, 25 Oct 2005 14:23:58 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F111143D48 for ; Tue, 25 Oct 2005 14:23:57 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr1.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9PENnTG021086; Tue, 25 Oct 2005 16:23:49 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id CCBF1B824; Tue, 25 Oct 2005 16:23:48 +0200 (CEST) Date: Tue, 25 Oct 2005 16:23:48 +0200 From: Roland Smith To: Micah Message-ID: <20051025142348.GE66887@slackbox.xs4all.nl> Mail-Followup-To: Micah , Linnea Forslund , freebsd-questions@freebsd.org References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> <435D8938.7020702@ywave.com> <435E3D0A.1000205@ywave.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2hMgfIw2X+zgXrFs" Content-Disposition: inline In-Reply-To: <435E3D0A.1000205@ywave.com> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Linnea Forslund , freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:23:58 -0000 --2hMgfIw2X+zgXrFs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 07:11:22AM -0700, Micah wrote: > >>pkg_add cvsup-16.1h_2.tbz > > > >man/man1/cvpasswd.1.gz: Can't open 'man/man1/cvpasswd.1.gz': File exists > >man/man1/cvsup.1.gz: Can't open 'man/man1/cvsup.1.gz': File exists > >man/man8/cvsupd.8.gz: Can't open 'man/man8/cvsupd.8.gz': File exists > >bin/cvpasswd: Can't open 'bin/cvpasswd': File exists > >bin/cvsup: Can't open 'bin/cvsup': File exists > >sbin/cvsupd: Can't open 'sbin/cvsupd': File exists > >share/cvsup/License: Can't open 'share/cvsup/License': File exists > >pkg_add: extract_plist: can not invoke 179 byte tar pipeline: > >/usr/bin/tar cf - man/man1/cvpasswd.1.gz man/man1/cvsup.1.gz > >man/man8/cvsupd.8.gz bin/cvpasswd bin/cvsup sbin/cvsupd > >share/cvsup/License|/usr/bin/tar --unlink -xpf - -C /usr/local Looks like cvsup is already installed? There are some example datafiles for cvsup in /usr/share/examples/cvsup Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --2hMgfIw2X+zgXrFs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXj/0EnfvsMMhpyURAqBsAKCPN8uiB2VInyufJhjVpOdluFZfNACgh5c0 Jzsrd9oXFPeXrFhYHKUSmcI= =DWlP -----END PGP SIGNATURE----- --2hMgfIw2X+zgXrFs-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:33:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC9DD16A41F for ; Tue, 25 Oct 2005 14:33:02 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6D643D53 for ; Tue, 25 Oct 2005 14:33:01 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so508094qbd for ; Tue, 25 Oct 2005 07:33:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X3a2AYrAZwNbaTTS/P9xxa3+QXZAoSnu9jX17fp0UgMRTmGknCmGmaQv+leD0d2eu9edDs2se6Ze0NOseOM9mvwLt21SoF8BMzD+U6fuTY3MCwA4eQNafAF55y6RV7c56Nxaj4e0EcfoVg5Co+LnuhBGYSDBEPIPcjA+oSfZ+WQ= Received: by 10.65.155.13 with SMTP id h13mr1449561qbo; Tue, 25 Oct 2005 07:33:00 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 07:33:00 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 16:33:00 +0200 From: Linnea Forslund To: Linnea Forslund , Greg 'groggy' Lehey , freebsd-questions@freebsd.org In-Reply-To: <20051025141319.GC66887@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051025121037.GA764@eucla.lemis.com> <20051025125517.GB33926@slackbox.xs4all.nl> <20051025141319.GC66887@slackbox.xs4all.nl> Cc: Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:33:02 -0000 On 10/25/05, Roland Smith wrote: > On Tue, Oct 25, 2005 at 03:48:59PM +0200, Linnea Forslund wrote: > > > > Check that CD devices are actually there, with "ls /dev/*cd*". On my > > > system this returns: "/dev/cd0 /dev/cd1" but that's because I use SCS= I > > > emulation. A system with a GENERIC kernel would probably show /dev/ac= d0. > > > > A whole bunch shows up: > > > > > ls /dev/*cd* > > /dev/acd0 /dev/acd0t03 /dev/acd0t06 /dev/acd0t09 /dev/ac= d0t12 > > /dev/acd0t01 /dev/acd0t04 /dev/acd0t07 /dev/acd0t10 /dev/ac= d0t13 > > /dev/acd0t02 /dev/acd0t05 /dev/acd0t08 /dev/acd0t11 > > Try using /dev/acd0. If you run the following command as root, does it > work? (there should be a data CD in the drive btw, not a music CD) > > mount -t cd9660 /dev/acd0 /cdrom The first cd I tried was a music-cd with a data part. It said this: supermoccine# mount -t cd9660 /dev/acd0 /cdrom cd9660: /dev/acd0: Invalid argument The second one was a data cd. It said this: supermoccine# mount -t cd9660 /dev/acd0 /cdrom supermoccine# and the machine started buzzing a little. but this last one was with a movie-file. I couldn't find any with mp3's... > > > > > And I tried inserting a cd with musicfiles and find it from xmms, b= ut > > > > there was nothing in /cdrom. > > > > > > Playing music is very different from mounting, so that's perfectly no= rmal. > > > > > > > So what should I do to play musicfiles from cd? .mp3, .sid and so on.. > > Music encoded as .mp3 sits on a data CD (usually CD-ROM mode 1), and > should be mounted first. See above. > > Regular music CDs are written in different format (CD-DA). You do not > have to mount these. Where should I look when I want to open files from xmms, mixxx or some other program? Files from music-cds and data-cds.. -- /Linnea From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:37:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB71C16A41F for ; Tue, 25 Oct 2005 14:37:37 +0000 (GMT) (envelope-from listmail@filn.net) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 736D543D6E for ; Tue, 25 Oct 2005 14:37:37 +0000 (GMT) (envelope-from listmail@filn.net) Received: (qmail 29387 invoked from network); 25 Oct 2005 14:37:36 -0000 Received: from dsl093-017-017.msp1.dsl.speakeasy.net (HELO [192.168.3.55]) (tim@filn.net@[66.93.17.17]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 25 Oct 2005 14:37:36 -0000 Message-ID: <435E430F.2030103@filn.net> Date: Tue, 25 Oct 2005 09:37:03 -0500 From: Tim Erlin User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mohan Singh References: <48d803190510250633k93e3934n7f1dd2bca493e21e@mail.gmail.com> In-Reply-To: <48d803190510250633k93e3934n7f1dd2bca493e21e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: telnetting/netcatting into a DNS server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: listmail@filn.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:37:38 -0000 Mohan Singh wrote: > How would I connect to a nameserver and talk to it so I can know it is > working? I get as far as connecting to the port, but I don't know how to > make it send back anything meaningful. You could use the 'dig' command: dig @ a yahoo.com Or you could use 'nmap' with a -sV option, limiting it to port 53/udp or 53/tcp, to actually scan for an application response. --Tim From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:54:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BDC216A41F for ; Tue, 25 Oct 2005 14:54:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id B66EE43D48 for ; Tue, 25 Oct 2005 14:54:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j9PEs4QD011870; Tue, 25 Oct 2005 17:54:05 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9PEs16h004378; Tue, 25 Oct 2005 17:54:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9PEs1gk004377; Tue, 25 Oct 2005 17:54:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 25 Oct 2005 17:54:00 +0300 From: Giorgos Keramidas To: Linnea Forslund Message-ID: <20051025145400.GA4268@flame.pc> References: <20051025121037.GA764@eucla.lemis.com> <20051025125517.GB33926@slackbox.xs4all.nl> <20051025141319.GC66887@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:54:07 -0000 On 2005-10-25 16:33, Linnea Forslund wrote: > > Music encoded as .mp3 sits on a data CD (usually CD-ROM mode 1), and > > should be mounted first. See above. > > > > Regular music CDs are written in different format (CD-DA). You do not > > have to mount these. > > Where should I look when I want to open files from xmms, mixxx or some > other program? Files from music-cds and data-cds.. Data CD-ROMs have to be mounted before you access the files stored in a track of the CD-ROM. So, you'd have to use something like this to access the mp3 files in a data CD-ROM: # mount_cd9660 -o ro /dev/acd0 /cdrom Audio CD-ROMs can be controlled with cdcontrol(1): # cdcontrol -f /dev/acd0 play 1 More details about data and audio CD-ROMs are described in the Handbook, so you really *have* to look at the relevant section: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html Regards, Giorgos From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:57:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EC0D16A41F for ; Tue, 25 Oct 2005 14:57:17 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E8D43D76 for ; Tue, 25 Oct 2005 14:57:05 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so514375qbd for ; Tue, 25 Oct 2005 07:57:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tdnEzuWYNtnfXzhhRr6/DfZeEplMcV/g/kE7ovnzNK7V/yvfwAFWP0qMDDAMndC7Stki0lOUZJmyusN+HggE58m2ypF1RaCO6Ra6QD0UB5xXkq2cW6Pz5JYDc6vozNwFlz7l4QzSQhKHK3CoeWXgCS4T9r3xogyYgifhptBW7+4= Received: by 10.65.137.6 with SMTP id p6mr1436818qbn; Tue, 25 Oct 2005 07:31:38 -0700 (PDT) Received: by 10.65.107.8 with HTTP; Tue, 25 Oct 2005 07:31:38 -0700 (PDT) Message-ID: <59adc1a0510250731u64665c02g@mail.gmail.com> Date: Tue, 25 Oct 2005 17:31:38 +0300 From: Dimitar Vasilev To: Peter Matulis In-Reply-To: <20051025134912.12965.qmail@web60024.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-5 Content-Transfer-Encoding: base64 Content-Disposition: inline References: <3480C023-AFED-42A7-A8F3-9821A23A16F8@secure-computing.net> <20051025134912.12965.qmail@web60024.mail.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: updating in single-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:57:17 -0000 PiA+Cj4gPiBJZiB0aGlzIGlzbid0IGEgcHJvZHVjdGlvbiBtYWNoaW5lLCB0cnkgaXQuICBJIGhh dmUgYmVlbiBkb2luZwo+ID4gc3lzdGVtCj4gPiB1cGRhdGVzIHNpbmNlIDMuNCBhbmQgbm90IG9u Y2UgaGF2ZSBJIGJvb3RlZCBpbnRvIHNpbmdsZSB1c2VyIG1vZGUKPiA+IHRvCj4gPiBjb21waWxl IG15IGtlcm5lbCBvciB1c2VybGFuZC4gIEkndmUgZXZlbiBkb25lIGl0IGFzIHJlY2VudGx5IGFz Cj4gPiB0d28KPiA+IHdlZWtzIGFnby4gIEkgZG9uJ3QgaGF2ZSBhIGh1Z2UgdXNlcmJhc2UsIHNv IG15IHN5c3RlbSBpcyBwcmV0dHkKPiA+IHF1aWV0Lgo+Cj4gSSBhbHNvIGp1c3QgZmluaXNoZWQg Y29tcGlsaW5nIHdvcmxkIGFuZCBjb21waWxpbmcgJiBpbnN0YWxsaW5nIG15Cj4ga2VybmVsIGlu IG11bHRpLXVzZXIuICBXaGF0J3MgdGhlIGJpZyBkZWFsPyAgSSBkaWQsIHRob3VnaCwgZ28gaW50 bwo+IHNpbmdsZSB0byB0ZXN0IChib290KSB0aGUga2VybmVsIGFuZCBpbnN0YWxsIHdvcmxkLgo+ Cj4gRG9lcyBhbnlvbmUgaGF2ZSBhIGNsZWFyIHVuZGVyc3RhbmRpbmcgb2Ygd2h5IHRoaW5ncyBj YW4gZ28gd3Jvbmcgb3RoZXJ3aXNlPwpGcm9tIHRpbWUgdG8gdGltZSB0aGVyZSBhcmUgbGlicmFy eSBidW1wcyBhbmQgaXQncyBiZXR0ZXIgZm9yIHlvdSB0bwpiZSBpbiBzaW5nbGUgdXNlciBtb2Rl IHRvIHVwZ3JhZGUgeW91ciBzeXN0ZW0gcHJvcGVybHkuCkkgaGFkIHJ1aW5lZCBhIG1haWxzZXJ2 ZXIgd2hlbiBJIHVwZGF0ZWQgdGhlIG5hbWVkIG9uIGl0IGZyb20gOC54IHRvCjkuMy54IC0gSSB3 YXMgaW4gbXVsdGl1c2VyLCB3aXRoIHNlY3VyZWxldmVsIHR1cm5lZCBvbiBhbmQgdGhlIG5hbWVk CnJ1bm5pbmcuCkFmdGVyIHRoYXQgSSBoYWQgdG8gcnVuIGNvdXBsZSBvZiB0aW1lcyB0aGUgYnVp bGQgdG8gZ2V0IGV2ZXJ5dGhpbmcgZml4ZWQuCk5vdyBJIHJ1biBpbiBtdWx0aXVzZXIgYnVpbGR3 b3JsZCBldCBhbGwgb24gbWFjaGluZXMgSSBoYXZlIG5vIHNlcmlhbAphY2Nlc3MgdG8gYW5kIGJl Zm9yZSB0aGF0IEkgY2hlY2sgd2l0aCBVUERBVElORyB0byBzZWUgd2hhdCB3aWxsIGZhaWwKcG90 ZW50aWFsbHkuCgoKLS0KtNjc2OLq4CCy0OHY29XSCkRpbWl0YXIgVmFzc2lsZXYKCkdudVBHIGtl eSBJRDogMHg0QjhEQjUyNQpLZXlzZXJ2ZXI6IHBncC5taXQuZWR1CktleSBmaW5nZXJwcmludDog RDg4QSAzQjkyIERFRDUgOTE3RSAzNDFFIEQ2MkYgOEM1MSA1RkM0IDRCOEQgQjUyNQo= From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 15:06:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9497B16A41F for ; Tue, 25 Oct 2005 15:06:24 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) 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 2D88143D46 for ; Tue, 25 Oct 2005 15:06:23 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-44-187.woh.res.rr.com [65.31.44.187]) by ms-smtp-04-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j9PF6KHH019807 for ; Tue, 25 Oct 2005 11:06:21 -0400 (EDT) Message-ID: <003301c5d974$bb2adf70$0900a8c0@satellite> From: "Dave" To: Date: Tue, 25 Oct 2005 10:59:42 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: probably a simple routing or firewall question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 15:06:24 -0000 Hello, Hello, I've got a 5.4 box acting as a gateway/router and i have to set up another for another network. This one will rely on a different ip range, so i thought i'd hand it out while i'm doing the install via my dhcp server, this part works but the box can't get to the net to retrieve ports and so forth. I'm suspecting either a routing or firewall issue. I'm using pf and am natting all traffic from this new box to my external interface and passing all traffic, that should be working. My network range is 10.8.0.0 and the range for this new box is 10.10.0.0 i believe my problem is here, i'm not sure where to fix it at, my gateway, this new box or both? I'd rather not make to many modifications to this new machine save what it needs to get going, ideally i'd like to hand it over, and have it be dropped in and go. It needs to be that simple, the person whose getting it has an impulsive habbit especially if something doesn't work right out of the box. Any help appreciated. Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 15:08:52 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7904A16A41F for ; Tue, 25 Oct 2005 15:08:52 +0000 (GMT) (envelope-from sysjo@hades.yoafrica.com) Received: from opium.yoafrica.com (opium.yoafrica.com [66.135.41.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33C5143D45 for ; Tue, 25 Oct 2005 15:08:51 +0000 (GMT) (envelope-from sysjo@hades.yoafrica.com) Received: from cortizone.yoafrica.com ([196.44.176.6]) by opium.yoafrica.com with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1EUQPs-0001qX-4X for questions@freebsd.org; Tue, 25 Oct 2005 15:08:50 +0000 Received: from hades.yoafrica.com ([196.44.177.50] ident=Debian-exim) by cortizone.yoafrica.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.51 (FreeBSD)) id 1EUQNb-0004JF-51 for questions@freebsd.org; Tue, 25 Oct 2005 17:06:23 +0200 Received: from sysjo by hades.yoafrica.com with local (Exim 4.54) id 1EUQMp-00033A-7A for questions@freebsd.org; Tue, 25 Oct 2005 17:05:35 +0200 Date: Tue, 25 Oct 2005 17:05:35 +0200 From: John Oxley To: questions@freebsd.org Message-ID: <20051025150535.GA11665@yoafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Spam-Score: 0.0 (/) Cc: Subject: Cisco Netflow Port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 15:08:52 -0000 What netflow graphing tool(s) do you guys recommend to capture Cisco Netflow data. -John -- John Oxley Systems Administrator Yo!Africa E-Mail: john at yoafrica.com Tel: +263 4 858404 echo '9k[l:l;sx]s"[1+l>] s>[q]s-[d77/3*2-s;47l"x-P1+d78>`]s`0[d23/.5-3*s:0l`xr10P1+d24>$]ds$x'|dc From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 15:17:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B98716A41F for ; Tue, 25 Oct 2005 15:17:47 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8809E43D45 for ; Tue, 25 Oct 2005 15:17:46 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so519511qbd for ; Tue, 25 Oct 2005 08:17:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eNH9LGlQgfHRYxLh5owmxBn+2LMat6AIcmnRTWrELHVTiETvjN4fzzy+RMLoMuQcyIYuTFVZoBkznxNh66SmHoLQKcvR+VMfVUFw1y/Jn/iGzFgo72iSY7GiD3XV2V9AAcSEQtlE0HBEC5C0MJj7MEv8xlH8XkLfBqdhlUDl/6U= Received: by 10.65.124.8 with SMTP id b8mr1489783qbn; Tue, 25 Oct 2005 08:17:45 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 08:17:45 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 17:17:45 +0200 From: Linnea Forslund To: Giorgos Keramidas In-Reply-To: <20051025145400.GA4268@flame.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051025121037.GA764@eucla.lemis.com> <20051025125517.GB33926@slackbox.xs4all.nl> <20051025141319.GC66887@slackbox.xs4all.nl> <20051025145400.GA4268@flame.pc> Cc: freebsd-questions@freebsd.org Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 15:17:47 -0000 On 10/25/05, Giorgos Keramidas wrote: > On 2005-10-25 16:33, Linnea Forslund wrote: > > > Music encoded as .mp3 sits on a data CD (usually CD-ROM mode 1), and > > > should be mounted first. See above. > > > > > > Regular music CDs are written in different format (CD-DA). You do not > > > have to mount these. > > > > Where should I look when I want to open files from xmms, mixxx or some > > other program? Files from music-cds and data-cds.. > > Data CD-ROMs have to be mounted before you access the files stored in a > track of the CD-ROM. So, you'd have to use something like this to > access the mp3 files in a data CD-ROM: > > # mount_cd9660 -o ro /dev/acd0 /cdrom > > Audio CD-ROMs can be controlled with cdcontrol(1): > > # cdcontrol -f /dev/acd0 play 1 > > More details about data and audio CD-ROMs are described in the Handbook, > so you really *have* to look at the relevant section: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.ht= ml Oh, thank you, I didn't find this section before! > > Regards, > Giorgos > > -- /Linnea From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 15:31:32 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1839C16A41F for ; Tue, 25 Oct 2005 15:31:32 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: from web52714.mail.yahoo.com (web52714.mail.yahoo.com [206.190.48.237]) by mx1.FreeBSD.org (Postfix) with SMTP id 91C5643D48 for ; Tue, 25 Oct 2005 15:31:31 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: (qmail 12046 invoked by uid 60001); 25 Oct 2005 15:31:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=6KovYL9q35BXN8hltzgsppdcZ6V/AIvTfZ4zwhFYVniTFqC/Rx6+QtO2mfH6mDOMYoohyABytWETYSYyQFfJXkEy5mt3WJToIJQvVVWPRhQ2DsXoh/ZjOUw+X375jOdZNwTiZ3H76tfLThhOafv22a1MQaUshgKLO08D8T1dEIg= ; Message-ID: <20051025153130.12044.qmail@web52714.mail.yahoo.com> Received: from [216.210.226.206] by web52714.mail.yahoo.com via HTTP; Tue, 25 Oct 2005 08:31:30 PDT Date: Tue, 25 Oct 2005 08:31:30 -0700 (PDT) From: Kris Anderson To: Eric F Crist In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: questions@freebsd.org Subject: Re: Qwest DLS & MSN Premium & Linksys Router & FreeBSD.. Oh my X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 15:31:32 -0000 --- Eric F Crist wrote: > > On Oct 24, 2005, at 10:47 PM, Kris Anderson wrote: > > > Hey folks, > > > > I'm getting off cable (Comcast and 6 megabits) and > > either looking at Qwest DSL w/MSN premium or a > service > > called Clear Wire (Wireless internet). > > > > I'm a bit baffled because Qwest says they have a > deal > > that I could get DSL for $19.99 a month for a > year. Of > > course the fine prints MSN is the ISP so forth and > so > > on. > > > > [snip] > > > How I had it previously was Comcast's modem to > > wireless router (Linksys WRT-54G), a little > Linksys > > switch, FreeBSD and misc. Windows computers > happily > > sharing the connection. > > > > Just to confirm, my guess is that this would not > be > > the service to go with since I would love to have > my > > spiffy Linksys Router (WRT-54G) hook to the DSL. > And > > to the WR54G the usual network systems of FreeBSD, > and > > misc Windows computers. > > > > If the above isn't going to work then I'm stuck > with a > > different bundle (a few bucks more) that would > allow > > me to do the same thing. I hope. I'm not familiar > with > > the way in which DSL does its connectivity thing. > > Okay, I saw in a previous question that PPoE is > needed > > with DSL. And I noticed that I could set my WRT54G > to > > utilize PPoE, so maybe MSN ISP & Qwest service > will > > work? > > > > So am I right in still thinking that with MSN as > the > > ISP my setup it isn't going to be FreeBSD friendly > and > > that my spiffy little Comcast setup isn't going to > > work with MSN as the ISP? > > > > Most appreciated. Gah, that means I'm probably not > > going to be needing my little WRT-54G router then. > :~( > > > > Hope I wasn't to confusiong there. > > > > Your FreeBSD system will work fine. You login > credentials get > entered into the DSL router/modem. If you want to > do some > webhosting, etc out of your home, spend the extra > money and utilize a > *real* ISP. Even Qwest.net supports static IP > addresses (up to a /26). > > HTH Thanks for the reply, I think I will go that route or at least check out the other option that is available as well, Clearwire internet. I would like to do a few things that cable wouldn't allow. ~Mr. Anderson __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 15:32:02 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B96816A420 for ; Tue, 25 Oct 2005 15:32:02 +0000 (GMT) (envelope-from me@raiden.net) Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [69.51.151.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED88D43D5A for ; Tue, 25 Oct 2005 15:32:01 +0000 (GMT) (envelope-from me@raiden.net) Received: from works.raiden.net (works.jasnetworks.net [192.168.0.3]) by dragoncrest.jasnetworks.net (8.13.1/8.13.1) with ESMTP id j9PFn59D054506 for ; Tue, 25 Oct 2005 11:49:05 -0400 (EDT) (envelope-from me@raiden.net) Message-Id: <5.2.0.9.2.20051025113806.00bd6bf0@192.168.0.25> X-Sender: raiden@raiden.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Tue, 25 Oct 2005 11:42:08 -0400 To: freebsd-questions@FreeBSD.ORG From: Lord Raiden Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Problem with freebsd on epia X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 15:32:02 -0000 Hi all. I've got a problem and I'm not sure if this is an xorg problem or a freebsd problem or a bit of both. I've currently got an Epia SP13000 running Freebsd 5.3 and I'm trying to configure it for Xwindows. Well, the kicker is, it uses the newer Via Unicrome pro graphics chip and I've been through the video config for xorg and can't find any trace of the driver for this, or any via driver anywhere. Nor is there anything in the ports either. What do I need to do to get the driver working on this so I can run X on this machine? Many thanks in advance. :D Steven Lake -Owner/Webmaster Raiden's Realm www.raiden.net From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 15:50:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E05B16A420 for ; Tue, 25 Oct 2005 15:50:51 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E50F43D48 for ; Tue, 25 Oct 2005 15:50:50 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so527773qbd for ; Tue, 25 Oct 2005 08:50:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IVbAxae/9gDg/schh1tEAu+JAu162rL3vihk7g6Plm56RfS9iW/YvHE9q57ahlO33v5AHDTtFIn/H0Zv8wxCna4K64RKZfhBSd4cQ9ZfGEDNnAxCXW1A+3Jq13LuHcCLHCLOfDM92ftbaxSZFWZh8aQ3OIY8JjWhgmZq4Xjvle8= Received: by 10.65.236.16 with SMTP id n16mr1510703qbr; Tue, 25 Oct 2005 08:50:49 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 08:50:49 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 17:50:49 +0200 From: Linnea Forslund To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051025123759.GC764@eucla.lemis.com> <20051025140212.GB66887@slackbox.xs4all.nl> <20051025141946.GD66887@slackbox.xs4all.nl> <20051025153834.GA23237@slackbox.xs4all.nl> Subject: Fwd: Fwd: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 15:50:51 -0000 ---------- Forwarded message ---------- From: Linnea Forslund Date: Oct 25, 2005 5:50 PM Subject: Re: Fwd: problems with cd/dvd-device To: Roland Smith On 10/25/05, Roland Smith wrote: > On Tue, Oct 25, 2005 at 05:14:58PM +0200, Linnea Forslund wrote: > > > > To read a data CD with mp3 files you should run > > > > > > mount -t cd9660 /dev/acd0 /cdrom > > > > > > as root (for now). If that command finishes without error, the conten= ts > > > of the CD will be under /cdrom. See "ls /cdrom". > > > > I can see it! Weehoo! > > > > supermoccine# ls /cdrom > > Hipp Hipp - Extra Material.avi > > > > When i tried running it with mplayer just copying and pasting the name > > I got this: > > > > supermoccine# mplayer Hipp Hipp - Extra Material.avi > > Spaces are seen as seperation characters between arguments. So what you a= re > trying to do is invoke mplayer with five arguments. > > If a filename contains spaces, use quotes around the filename. > > Try this instead: > > mplayer "Hipp Hipp - Extra Material.avi" > Ah! Thats it.. It still won't play though. supermoccine# mplayer "Hipp Hipp - Extra Material.avi" MPlayer 1.0pre6-3.4.2 (C) 2000-2004 MPlayer Team CPU: Advanced Micro Devices (Family: 8, Stepping: 0) Detected cache-line size is 64 bytes CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled with runtime CPU detection - WARNING - this is not optimal! To get best performance, recompile MPlayer with --disable-runtime-cpudetect= ion. Playing Hipp Hipp - Extra Material.avi. File not found: 'Hipp Hipp - Extra Material.avi' Failed to open Hipp Hipp - Extra Material.avi Exiting... (End of file) supermoccine# Should I recompile as it says? Well, maybe I don't need to do that now.. there are far more important things to take care of... /Linnea -- /Linnea From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 15:56:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C1216A421 for ; Tue, 25 Oct 2005 15:56:40 +0000 (GMT) (envelope-from visua2@visual-atrophy.com) Received: from jabbah.lunarpages.com (jabbah.lunarpages.com [216.193.248.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF16143D58 for ; Tue, 25 Oct 2005 15:56:39 +0000 (GMT) (envelope-from visua2@visual-atrophy.com) Received: from cpe-69-201-151-233.nyc.res.rr.com ([69.201.151.233] helo=antec.nyc.rr.com) by jabbah.lunarpages.com with smtp (Exim 4.52) id 1EURAD-0000Mm-GM for freebsd-questions@freebsd.org; Tue, 25 Oct 2005 08:56:37 -0700 Date: Tue, 25 Oct 2005 11:56:52 -0500 From: John Wilson To: freebsd-questions@freebsd.org Message-Id: <20051025115652.087f2eee.visua2@visual-atrophy.com> In-Reply-To: References: <20051025123759.GC764@eucla.lemis.com> <20051025140212.GB66887@slackbox.xs4all.nl> <20051025141946.GD66887@slackbox.xs4all.nl> <20051025153834.GA23237@slackbox.xs4all.nl> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jabbah.lunarpages.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - visual-atrophy.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Fwd: Fwd: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 15:56:40 -0000 On Tue, 25 Oct 2005 17:50:49 +0200 Linnea Forslund wrote: [...] > Ah! Thats it.. > > It still won't play though. > > supermoccine# mplayer "Hipp Hipp - Extra Material.avi" [...] Pass the full path: mplayer "/cdrom/Hipp Hipp - Extra Material.avi" From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 16:41:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C2CE16A41F for ; Tue, 25 Oct 2005 16:41:28 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0528D43D48 for ; Tue, 25 Oct 2005 16:41:24 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so541524qbd for ; Tue, 25 Oct 2005 09:41:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kfQpH0p21i7Ag5RDR395MPH1l5TyjoYDLzcqFjSQo18JQiym+JZJ+fsZS5nW1lWUvutSfQHLAHGobzZFyZbP4+aL4iK9B7xfI0Xbhub9iZFqA2anRlkfNm01hYkcvW1wO1UP4UzSizpX9uhw2FztQqLzht5tx7gPJjXeuvkow2o= Received: by 10.65.83.9 with SMTP id k9mr1559315qbl; Tue, 25 Oct 2005 09:41:17 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 09:41:17 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 18:41:17 +0200 From: Linnea Forslund To: John Wilson In-Reply-To: <20051025115652.087f2eee.visua2@visual-atrophy.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051025140212.GB66887@slackbox.xs4all.nl> <20051025141946.GD66887@slackbox.xs4all.nl> <20051025153834.GA23237@slackbox.xs4all.nl> <20051025115652.087f2eee.visua2@visual-atrophy.com> Cc: freebsd-questions@freebsd.org Subject: Re: Fwd: Fwd: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 16:41:28 -0000 On 10/25/05, John Wilson wrote: > On Tue, 25 Oct 2005 17:50:49 +0200 > Linnea Forslund wrote: > [...] > > Ah! Thats it.. > > > > It still won't play though. > > > > supermoccine# mplayer "Hipp Hipp - Extra Material.avi" > [...] > > Pass the full path: > > mplayer "/cdrom/Hipp Hipp - Extra Material.avi" Oh, great! Now it works just fine. -- /Linnea From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 16:47:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0318616A41F for ; Tue, 25 Oct 2005 16:47:04 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5553F43D48 for ; Tue, 25 Oct 2005 16:47:03 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so1036871wxc for ; Tue, 25 Oct 2005 09:47:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=AFVU7+NEJaeeTI3EFOrnEbLTPebJJXejyr+BLnfD62W4wePcjV8cpifgRfe/ckyAhfQTMRMXIN5NL6Mdxatfa6iYOjm65Jv6ZTCWSewBd8uiEp6sw/lF9KzmStslEOlqVg96jqGUELn9UIFxp7Dc4KIfJucd1sk4rl15gyA3F60= Received: by 10.70.10.10 with SMTP id 10mr4223375wxj; Tue, 25 Oct 2005 09:47:02 -0700 (PDT) Received: by 10.70.34.4 with HTTP; Tue, 25 Oct 2005 09:47:02 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 22:17:02 +0530 From: Jayesh Jayan To: freebsd-questions@freebsd.org, rsmith@xs4all.nl In-Reply-To: <20051025135801.GA66887@slackbox.xs4all.nl> MIME-Version: 1.0 References: <20051025135801.GA66887@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Installation problem with Freebsd 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 16:47:04 -0000 Hi, If i install FreeBSD on to a HDD with a good machine where i have already installed freebsd before and then move the HDD to that machine. Will it work ?? This is what happens when I try to install freebsd on the machine I can go till the step of Choosing distribution After I choose the distribution it starts the installation it shows transffering ...... in a blue screen with a progress bar. it then transfers 32 of 33 chunks and then it comes up with the error mentioned before. I would like to setup the gateway .... and i want to use freebsd ...... because of it's power which i am learning now ..... hope to get more guidance on the issue ... On 10/25/05, Roland Smith wrote: > > On Tue, Oct 25, 2005 at 07:09:05PM +0530, Jayesh Jayan wrote: > > an update to the issue. > > > > the error what i get is > > > > panic : page fault > > Cannnot Dump. No dump device defined. > > Automatic reboot in 15 seconds - press a key on the console to abort > > Without knowing which program produces the fault, it's hard to diagnose > the problem. > > One thing you could try is to burn a 6.0-RC1 CD and try that. Test your > memory with memtest86 (http://www.memtest86.com/). > > > On 10/25/05, Jayesh Jayan wrote: > > > > > > Hi, > > > > > > I am having problem with installing freebsd on my old HP Pavillion PC= . > The > > > below is the configuration of the pc. > > > > > > AMD K6 2 550 MHz > > > 10 GB Maxtor HDD > > > Sony CD RW > > > 64 MB sd ram > > > > > > It is having phoenix BIOS 4.0 release 6.0 B > > > > -- > R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain > text. > public key: http://www.xs4all.nl/~rsmith/pubkey.txt > > > From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 17:00:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F1BA16A428 for ; Tue, 25 Oct 2005 17:00:27 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1375643D46 for ; Tue, 25 Oct 2005 17:00:27 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 6EB5D5D78; Tue, 25 Oct 2005 13:00:26 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 64272-06; Tue, 25 Oct 2005 13:00:25 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-76-130.ny325.east.verizon.net [68.161.76.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 79ED75D40; Tue, 25 Oct 2005 13:00:25 -0400 (EDT) Message-ID: <435E64AC.5060409@mac.com> Date: Tue, 25 Oct 2005 13:00:28 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jayesh Jayan References: <20051025135801.GA66887@slackbox.xs4all.nl> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: Installation problem with Freebsd 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 17:00:27 -0000 Jayesh Jayan wrote: > If i install FreeBSD on to a HDD with a good machine where i have already > installed freebsd before and then move the HDD to that machine. > > Will it work ?? Yes, probably, that's definitely a decent idea and worth a try. > This is what happens when I try to install freebsd on the machine > > I can go till the step of Choosing distribution > > After I choose the distribution it starts the installation > > it shows transffering ...... in a blue screen with a progress bar. > > it then transfers 32 of 33 chunks > > and then it comes up with the error mentioned before. Sometimes this is simply a problem with the CD being dirty or not being read correctly. This might also indicate your hardware is a little flaky. The AMD Athlons are fine processors, but the earlier AMD K6 and Cyrix CPUs are a bit less reliable and some contained interesting hardware flaws (like with the L2 cache). -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 17:03:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7632B16A41F for ; Tue, 25 Oct 2005 17:03:25 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id E143B43D46 for ; Tue, 25 Oct 2005 17:03:24 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so1039671wxc for ; Tue, 25 Oct 2005 10:03:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=kKs8rVo6VVqebiMM4naCadI96O0rxvl0tlersHHgqLirV3LMQz2sdPjqAoejTJI6SggZRYdks33Kl7/SOSjtxpyVI5iV1tKo8J7dcbp6xvaNA0gQndUUkgM0kBuwfPt6JT8gy5KhuyQPgaEVlHKXwEDdBYotPRFCKLeUD4IYvKc= Received: by 10.70.33.14 with SMTP id g14mr4244588wxg; Tue, 25 Oct 2005 10:03:24 -0700 (PDT) Received: by 10.70.34.4 with HTTP; Tue, 25 Oct 2005 10:03:24 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 22:33:24 +0530 From: Jayesh Jayan To: Chuck Swiger In-Reply-To: <435E64AC.5060409@mac.com> MIME-Version: 1.0 References: <20051025135801.GA66887@slackbox.xs4all.nl> <435E64AC.5060409@mac.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Installation problem with Freebsd 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 17:03:25 -0000 Thank you .... I will try it out and let you know the output :) But it is not a proper thing to do ..... anyhow will give it a try .... On 10/25/05, Chuck Swiger wrote: > > Jayesh Jayan wrote: > > If i install FreeBSD on to a HDD with a good machine where i have > already > > installed freebsd before and then move the HDD to that machine. > > > > Will it work ?? > > Yes, probably, that's definitely a decent idea and worth a try. > > > This is what happens when I try to install freebsd on the machine > > > > I can go till the step of Choosing distribution > > > > After I choose the distribution it starts the installation > > > > it shows transffering ...... in a blue screen with a progress bar. > > > > it then transfers 32 of 33 chunks > > > > and then it comes up with the error mentioned before. > > Sometimes this is simply a problem with the CD being dirty or not being > read > correctly. > > This might also indicate your hardware is a little flaky. The AMD Athlons > are > fine processors, but the earlier AMD K6 and Cyrix CPUs are a bit less > reliable and some contained interesting hardware flaws (like with the L2 > cache). > > -- > -Chuck > > From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 17:09:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF70816A41F for ; Tue, 25 Oct 2005 17:09:10 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DCD243D46 for ; Tue, 25 Oct 2005 17:09:10 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 5541 invoked by uid 502); 25 Oct 2005 17:09:09 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 25 Oct 2005 17:09:09 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <435E66B4.9030705@ywave.com> Date: Tue, 25 Oct 2005 10:09:08 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Linnea Forslund References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> <435D8938.7020702@ywave.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Eric F Crist , freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 17:09:10 -0000 Linnea Forslund wrote: > On 10/25/05, Micah wrote: > >>Linnea Forslund wrote: >> >>>On 10/25/05, Eric F Crist wrote: >>> >>> >>>>On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote: >>>> >>>> >>>> >>>>>But there is nothing in there >>>>> >>>>> >>>>> >>>>> >>>>>>cd /usr/src/ssys >>>>>> >>>>> >>>>>/usr/src/ssys: No such file or directory. >>>>> >>>> >>>>Install cvsup. Create a cvsup file to fetch the entire source tree. >>>>cvsup your source tree. >>>> >>>>see what happens. >>>>_______________________________________________________ >>> >>> >>>Ok, I'll try that tomorrow after som sleep and some animating. If you >>>could explain it a bit more I would be happy-happy ^^ >>> >>>Night, >>> >>>Linnea >> >>Check out >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and > > > If I'm going to create a supfile as it says in the handbook, where do > i write? In an xterm just as it is? Do I include the "*"? > > > >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html >>note: you probably don't want cutting edge, but that's where the >>general procedure for cvsupping and compiling your system is. >> >>HTH, >>Micah >> Checkout http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html partway down the page it directs you to some standard sup files on your computer. Copy one to a convenient folder and edit it (I believe it has some "change mes" in it). As for an editor, try edit (should've been installed with the system). It's not the nicest editor, but it'll do. Also, doing a site:freebsd.org search from google will probably turn up many helpful pages. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 17:22:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE07616A41F for ; Tue, 25 Oct 2005 17:22:07 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B39343D48 for ; Tue, 25 Oct 2005 17:22:07 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so551478qbd for ; Tue, 25 Oct 2005 10:22:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kUql4dQ2cxnGQ4Ag/Aauzi7DcGE8UYLHBbfqIjaBZ4ct+mMPneKIEqyfXAR+524rwZj6Y8EcehyVxuxrmTABGinrAHiGEuRG7WN5NazQUbXp89OiUGMRC9w9QKrYjRWSu+DznM2EGlJ46X5I/3wcsTCFq0Kv8qxPIs9NgMrTyYA= Received: by 10.65.155.12 with SMTP id h12mr1570187qbo; Tue, 25 Oct 2005 09:54:51 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 09:54:51 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 18:54:51 +0200 From: Linnea Forslund To: Micah In-Reply-To: <435D8938.7020702@ywave.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> <435D8938.7020702@ywave.com> Cc: Eric F Crist , freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 17:22:08 -0000 On 10/25/05, Micah wrote: > Linnea Forslund wrote: > > On 10/25/05, Eric F Crist wrote: > > > >>On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote: > >> > >> > >>>But there is nothing in there > >>> > >>> > >>> > >>>>cd /usr/src/ssys > >>>> > >>> > >>>/usr/src/ssys: No such file or directory. > >>> > >> > >>Install cvsup. Create a cvsup file to fetch the entire source tree. > >>cvsup your source tree. > >> > >>see what happens. > >>_______________________________________________________ > > > > > > Ok, I'll try that tomorrow after som sleep and some animating. If you > > could explain it a bit more I would be happy-happy ^^ > > > > Night, > > > > Linnea > > Check out > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and If I'm going to create a supfile as it says in the handbook, where do i write? In an xterm just as it is? Do I include the "*"? > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.ht= ml > note: you probably don't want cutting edge, but that's where the > general procedure for cvsupping and compiling your system is. > > HTH, > Micah > -- /Linnea From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 17:31:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C2AF16A422 for ; Tue, 25 Oct 2005 17:31:58 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2B9243D49 for ; Tue, 25 Oct 2005 17:31:56 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so554030qbd for ; Tue, 25 Oct 2005 10:31:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MPTrF9b+qSDyFj2QhGChmG8HanexRjUP0tbCLFwkHKehcvnsgco/EkE/bPeqDOZQsnfrrddbBANm8zEksCXdsHddGtPuoSlv2vVH3RoJeDwCsyCHUdvRMNXn1GP9669xj9rPhDQZ9BC9VUlP/1iKhxj195p7B4tFC788nTeQHj4= Received: by 10.65.148.15 with SMTP id a15mr1602885qbo; Tue, 25 Oct 2005 10:31:53 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 10:31:53 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 19:31:53 +0200 From: Linnea Forslund To: Micah In-Reply-To: <435E66B4.9030705@ywave.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> <435D8938.7020702@ywave.com> <435E66B4.9030705@ywave.com> Cc: Eric F Crist , freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 17:31:58 -0000 On 10/25/05, Micah wrote: > Linnea Forslund wrote: > > On 10/25/05, Micah wrote: > > > >>Linnea Forslund wrote: > >> > >>>On 10/25/05, Eric F Crist wrote: > >>> > >>> > >>>>On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote: > >>>> > >>>> > >>>> > >>>>>But there is nothing in there > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>>cd /usr/src/ssys > >>>>>> > >>>>> > >>>>>/usr/src/ssys: No such file or directory. > >>>>> > >>>> > >>>>Install cvsup. Create a cvsup file to fetch the entire source tree. > >>>>cvsup your source tree. > >>>> > >>>>see what happens. > >>>>_______________________________________________________ > >>> > >>> > >>>Ok, I'll try that tomorrow after som sleep and some animating. If you > >>>could explain it a bit more I would be happy-happy ^^ > >>> > >>>Night, > >>> > >>>Linnea > >> > >>Check out > >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html an= d > > > > > > If I'm going to create a supfile as it says in the handbook, where do > > i write? In an xterm just as it is? Do I include the "*"? > > > > > > > >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.= html > >>note: you probably don't want cutting edge, but that's where the > >>general procedure for cvsupping and compiling your system is. > >> > >>HTH, > >>Micah > >> > > Checkout > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.= html > partway down the page it directs you to some standard sup files on your > computer. Copy one to a convenient folder and edit it (I believe it has > some "change mes" in it). As for an editor, try edit (should've been > installed with the system). It's not the nicest editor, but it'll do. > Also, doing a site:freebsd.org search from google will probably turn up > many helpful pages. > Ok, this feels a bit silly to ask, but what would be a convenient folder? Should I move it later? Does it matter where i have it when i run it later? -- /Linnea From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 17:50:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1C7916A41F for ; Tue, 25 Oct 2005 17:50:26 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F2C43D55 for ; Tue, 25 Oct 2005 17:50:26 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id i28so918092nzi for ; Tue, 25 Oct 2005 10:50:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tTSSZ/+baBJFZxXQeR91Hs9Lae20ggFQ1DeqJhF2FgQkzAw76OriVrhv+vWkOEAro7DSsuQoe4OIDa3yn0fbihVKdqEaCxbK/ObWSHk001MRnGWncwk/ldFLZG1omMWw7vnwpSblweUYCTbC69+4DH8JYtgYI1BHOOCAx8qUw/4= Received: by 10.37.20.35 with SMTP id x35mr7365339nzi; Tue, 25 Oct 2005 10:50:25 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Tue, 25 Oct 2005 10:50:25 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 21:50:25 +0400 From: "Andrew P." To: Mohan Singh In-Reply-To: <48d803190510250633k93e3934n7f1dd2bca493e21e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <48d803190510250633k93e3934n7f1dd2bca493e21e@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: telnetting/netcatting into a DNS server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 17:50:26 -0000 On 10/25/05, Mohan Singh wrote: > Whenever I need to test a mail/ssh/web server, I usually just telnet or n= c > into the appropriate port, i.e.: > > $ echo "GET / " |nc -v yahoo.com 80 > > $ nc -v localhost 22 > Connection to localhost 22 port [tcp/ssh] succeeded! > SSH-1.99-OpenSSH_4.2 > > How would I connect to a nameserver and talk to it so I can know it is > working? I get as far as connecting to the port, but I don't know how to > make it send back anything meaningful. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Why don't you read the netcat manpage for starters? From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 17:53:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37C8916A41F for ; Tue, 25 Oct 2005 17:53:22 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id CB0E343D46 for ; Tue, 25 Oct 2005 17:53:21 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 8509 invoked by uid 502); 25 Oct 2005 17:53:20 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 25 Oct 2005 17:53:20 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <435E710F.9080201@ywave.com> Date: Tue, 25 Oct 2005 10:53:19 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Linnea Forslund References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> <435D8938.7020702@ywave.com> <435E66B4.9030705@ywave.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 17:53:22 -0000 Linnea Forslund wrote: > On 10/25/05, Micah wrote: > >>Linnea Forslund wrote: >> >>>On 10/25/05, Micah wrote: >>> >>> >>>>Linnea Forslund wrote: >>>> >>>> >>>>>On 10/25/05, Eric F Crist wrote: >>>>> >>>>> >>>>> >>>>>>On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>>But there is nothing in there >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>>cd /usr/src/ssys >>>>>>>> >>>>>>> >>>>>>>/usr/src/ssys: No such file or directory. >>>>>>> >>>>>> >>>>>>Install cvsup. Create a cvsup file to fetch the entire source tree. >>>>>>cvsup your source tree. >>>>>> >>>>>>see what happens. >>>>>>_______________________________________________________ >>>>> >>>>> >>>>>Ok, I'll try that tomorrow after som sleep and some animating. If you >>>>>could explain it a bit more I would be happy-happy ^^ >>>>> >>>>>Night, >>>>> >>>>>Linnea >>>> >>>>Check out >>>>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and >>> >>> >>>If I'm going to create a supfile as it says in the handbook, where do >>>i write? In an xterm just as it is? Do I include the "*"? >>> >>> >>> >>> >>>>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html >>>>note: you probably don't want cutting edge, but that's where the >>>>general procedure for cvsupping and compiling your system is. >>>> >>>>HTH, >>>>Micah >>>> >> >>Checkout >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html >>partway down the page it directs you to some standard sup files on your >>computer. Copy one to a convenient folder and edit it (I believe it has >>some "change mes" in it). As for an editor, try edit (should've been >>installed with the system). It's not the nicest editor, but it'll do. >>Also, doing a site:freebsd.org search from google will probably turn up >>many helpful pages. >> > > > Ok, this feels a bit silly to ask, but what would be a convenient > folder? Should I move it later? Does it matter where i have it when i > run it later? I have mine in /root It really doesn't matter where you place it because you will specify the name on the cvsup command line (something like cvsup /root/my-supfile). The only reason to copy it somewhere is so that you still have the original in case something goes wrong. Later, Micah From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 17:55:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F26C416A41F for ; Tue, 25 Oct 2005 17:55:32 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A63043D48 for ; Tue, 25 Oct 2005 17:55:32 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so463303nzd for ; Tue, 25 Oct 2005 10:55:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZKTBZ6G5Xvuqzl+jFmTB318pP7OqIcAhU6c6pPgpTKygUlw9a6A8KQVOzcKjMR7u1ljei0sOjlimHoiKNANGw45iARtx2CoiKjd9irB+za2et5jEsbUKva5lOx/GegtZQhOtc3DdEGyGRTmb2gE/9LMUMOA+kyr80Q5iC+5/nSE= Received: by 10.36.177.8 with SMTP id z8mr100557nze; Tue, 25 Oct 2005 10:55:31 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Tue, 25 Oct 2005 10:55:31 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 21:55:31 +0400 From: "Andrew P." To: Mohan Singh In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <48d803190510250633k93e3934n7f1dd2bca493e21e@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: telnetting/netcatting into a DNS server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 17:55:33 -0000 On 10/25/05, Andrew P. wrote: > On 10/25/05, Mohan Singh wrote: > > Whenever I need to test a mail/ssh/web server, I usually just telnet or= nc > > into the appropriate port, i.e.: > > > > $ echo "GET / " |nc -v yahoo.com 80 > > > > $ nc -v localhost 22 > > Connection to localhost 22 port [tcp/ssh] succeeded! > > SSH-1.99-OpenSSH_4.2 > > > > How would I connect to a nameserver and talk to it so I can know it is > > working? I get as far as connecting to the port, but I don't know how t= o > > make it send back anything meaningful. > > _______________________________________________ > > 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" > > > > Why don't you read the netcat manpage for starters? > Oh, I'm mighty sorry. I was sure the exact example was there, but I reread now - and there is none. I will post a link here as soon as I find it. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 17:59:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 773A816A41F for ; Tue, 25 Oct 2005 17:59:45 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF0B43D46 for ; Tue, 25 Oct 2005 17:59:45 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 1DA611A3C2D; Tue, 25 Oct 2005 10:59:45 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8F51651248; Tue, 25 Oct 2005 13:59:44 -0400 (EDT) Date: Tue, 25 Oct 2005 13:59:44 -0400 From: Kris Kennaway To: Gregory Nou Message-ID: <20051025175944.GA46045@xor.obsecurity.org> References: <435C9AE0.40506@altern.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline In-Reply-To: <435C9AE0.40506@altern.org> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD-Questions Questions Subject: Re: [Fwd: Suspected problem with /libexec/ld-elf.so.1] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 17:59:45 -0000 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 24, 2005 at 10:27:12AM +0200, Gregory Nou wrote: > As nobody seems concerned in current, I suppose it is not an error due=20 > to current. I guess you didn't read my mail? Kris --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXnKQWry0BWjoQKURAuGQAJ4ukpR8sIVBfcxNkdXkvudoDCBtJQCdFJTv veW/rP2x07TKnNhjMtOUIBs= =QiJs -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 17:59:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F39E216A428 for ; Tue, 25 Oct 2005 17:59:58 +0000 (GMT) (envelope-from maudeuser@yahoo.com) Received: from web31609.mail.mud.yahoo.com (web31609.mail.mud.yahoo.com [68.142.198.155]) by mx1.FreeBSD.org (Postfix) with SMTP id 8A89E43D48 for ; Tue, 25 Oct 2005 17:59:58 +0000 (GMT) (envelope-from maudeuser@yahoo.com) Received: (qmail 76669 invoked by uid 60001); 25 Oct 2005 17:59:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=uTAJCUEUOfigwHiTz5YZ835QqMQ4pxf59cuVKxUCKMHNHfeioQIRHhzFzD7Zdlu/VqYYMVbdT+U4cFdFjS1FdkyGs9Mmn3KFqCbNd5/pfB8SlhO+EgER29U+lpk4BYLORS/B03LJN7BfsnnW3Z0bTDw56k2xd5o8STWmb9CKq+I= ; Message-ID: <20051025175957.76667.qmail@web31609.mail.mud.yahoo.com> Received: from [200.217.199.106] by web31609.mail.mud.yahoo.com via HTTP; Tue, 25 Oct 2005 10:59:57 PDT Date: Tue, 25 Oct 2005 10:59:57 -0700 (PDT) From: Maude User 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.5 Subject: Need to boot from CD and delete a file on the hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 17:59:59 -0000 Hello All -- SUMMARY: I changed a configuration file and now I can no longer boot from my hard drive (but I can still boot from the CD). I would like to boot from the CD and undo my change to the configuration file -- but when I boot from the CD it automatically launches the install program. Is there a way to boot from the boot CD and get a shell and make a change to a file on the hard drive? (I got an "emergency shell" after booting from the CD -- but I can't figure out how to access my hard drive filesystem from it.) DETAILS: I was trying to set up a serial console using the instructions here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html I typed the following at the prompt: # echo 'console="comconsole"' >> /boot/loader.conf then unplugged my regular keyboard and tried to reboot -- but the machine now freezes on bootup. I now want to boot from a CD and remove the file /boot/loader.conf from the hard drive. Then I should be able to boot normally again from the hard drive. I went into the BIOS and booted from the CD and this put me in the install program. I don't want to install everything again -- I just want to boot up from the CD and execute the following command at the prompt: # rm /boot/loader.conf After booting from the CD, I found a command in the install program to enter an "emergency shell" and accessed this shell by hitting ALT-F4 -- but if I do an "rm" command in this emergency shell, it doesn't apply to the filesystem on the hard drive -- it applies to the CD. I need to delete the file /boot/loader.conf while booting from the CD. Is there any way to fix this without installing FreeBSD all over again? Thanks. Scott Alexander --------------------------------- Yahoo! FareChase - Search multiple travel sites in one click. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:01:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D151F16A41F for ; Tue, 25 Oct 2005 18:01:33 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C54F43D6A for ; Tue, 25 Oct 2005 18:01:22 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id BABC91A3C28; Tue, 25 Oct 2005 11:01:19 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1E2F25121A; Tue, 25 Oct 2005 14:01:19 -0400 (EDT) Date: Tue, 25 Oct 2005 14:01:18 -0400 From: Kris Kennaway To: Owen Smith Message-ID: <20051025180118.GB46045@xor.obsecurity.org> References: <472ab61e0510240411t77f839fcm51f4455c62f99144@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yNb1oOkm5a9FJOVX" Content-Disposition: inline In-Reply-To: <472ab61e0510240411t77f839fcm51f4455c62f99144@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: page fault while in kernel mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:01:33 -0000 --yNb1oOkm5a9FJOVX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 24, 2005 at 12:11:29PM +0100, Owen Smith wrote: > Whats the best thing todo? debugging kernel etc or just upgrade to 5.4? The latter. A few hundred bugs were fixed between 5.3 and 5.4, and the former is no longer supported anyway. Kris --yNb1oOkm5a9FJOVX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXnLuWry0BWjoQKURAkbgAKCuP+cdLNKzsxIJ20hnRuye64eDagCfXfKU Ek5Bt5sGjj/lBkBps4XZD7E= =sCWD -----END PGP SIGNATURE----- --yNb1oOkm5a9FJOVX-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:02:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E6316A41F for ; Tue, 25 Oct 2005 18:02:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C86743D48 for ; Tue, 25 Oct 2005 18:02:42 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 6C6DF1A3C2D; Tue, 25 Oct 2005 11:02:42 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A7C265121A; Tue, 25 Oct 2005 14:02:41 -0400 (EDT) Date: Tue, 25 Oct 2005 14:02:40 -0400 From: Kris Kennaway To: Philip Lykke Carlsen Message-ID: <20051025180238.GC46045@xor.obsecurity.org> References: <200510231749.48212.plcplc@gmail.com> <435BB8FC.8030601@mac.com> <200510241913.25396.plcplc@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KN5l+BnMqAQyZLvT" Content-Disposition: inline In-Reply-To: <200510241913.25396.plcplc@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, cswinger@mac.com Subject: Re: Preloading of shared libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:02:43 -0000 --KN5l+BnMqAQyZLvT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 24, 2005 at 07:13:25PM +0200, Philip Lykke Carlsen wrote: > Sunday 23 October 2005 18:23 skrev du: > > Philip Lykke Carlsen wrote: > > > Hey.. I wondered if it was possible to load a selection of shared > > > libraies into the cache at boot time.. I figure that it would speed up > > > starting things.. like the KDE login manager for instance.. > > > > > > hm.. is this possible? .. and if so.. would it speed up the process of > > > starting stuff at all?.. > > > > Sort of. At one point, you could set the sticky bit on files as a hint= to > > the pager to try and keep them in memory, which was intended for things > > like /bin/sh, cron, login, and maybe libc. >=20 > aah.. I always wondered what the sticky bit actually did.. See sticky(8). It doesn't do any longer what the previous poster said. Kris --KN5l+BnMqAQyZLvT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXnM+Wry0BWjoQKURAgbbAJ0U/nuqHNKYXsiVse6EITtFBaW+MQCgkf34 ZaSqJU9CjBdTXRisgrEJses= =9aIm -----END PGP SIGNATURE----- --KN5l+BnMqAQyZLvT-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:04:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 313F716A435 for ; Tue, 25 Oct 2005 18:04:19 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C8A43D86 for ; Tue, 25 Oct 2005 18:03:44 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 1127E1A3C28 for ; Tue, 25 Oct 2005 11:03:44 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 75ACA5121A; Tue, 25 Oct 2005 14:03:43 -0400 (EDT) Date: Tue, 25 Oct 2005 14:03:43 -0400 From: Kris Kennaway To: freebsd-questions@freebsd.org Message-ID: <20051025180342.GD46045@xor.obsecurity.org> References: <20051024202134.AD9F.GERARD@seibercom.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JwB53PgKC5A7+0Ej" Content-Disposition: inline In-Reply-To: <20051024202134.AD9F.GERARD@seibercom.net> User-Agent: Mutt/1.4.2.1i Subject: Re: Error message while running 'portsdb -Uu' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:04:19 -0000 --JwB53PgKC5A7+0Ej Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 24, 2005 at 08:27:21PM -0400, Gerard Seibert wrote: > I just updated my ports using cvsup and then proceeded to run 'portsdb > -Uu' to generate the index file. Upon completion, it produced this error > message: >=20 > Updating the ports index ... Generating INDEX.tmp - please wait..jot: > infinite sequences cannot be bounded "Makefile", line 19: warning: > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status jot: > infinite sequences cannot be bounded > "/usr/ports/editors/vim-lite/../vim/Makefile", line 19: warning: > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status jot: > infinite sequences cannot be bounded > "/usr/ports/editors/vim6+ruby/../vim/Makefile", line 19: warning: > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status >=20 > Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.6 > Warning: Duplicate INDEX entry: mod_frontpage2-5.0.2.2635 > Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.4 > Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 > Done. >=20 > I have never seen that one before. What does it mean, and what should I > do to correct it, it anything? cvsup again, and in general, read discussion on ports@ before sending duplicate reports :) Kris --JwB53PgKC5A7+0Ej Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXnN+Wry0BWjoQKURAuhAAKDB21lX3GHyvvX9O6iqBDDB0XXX1ACgqiuD dI/4nBX6AagHz2JZKXT3J8c= =wEQv -----END PGP SIGNATURE----- --JwB53PgKC5A7+0Ej-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:04:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37ED016A423 for ; Tue, 25 Oct 2005 18:04:20 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4113443DB5 for ; Tue, 25 Oct 2005 18:04:14 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 236A11A3C28; Tue, 25 Oct 2005 11:04:14 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 85A455121A; Tue, 25 Oct 2005 14:04:13 -0400 (EDT) Date: Tue, 25 Oct 2005 14:04:13 -0400 From: Kris Kennaway To: Igor Robul Message-ID: <20051025180412.GE46045@xor.obsecurity.org> References: <200510251056.36076.alp@pyhalov.rosten.elektra.ru> <435DF53D.4030307@speechpro.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Yb+qhiCg54lqZFXW" Content-Disposition: inline In-Reply-To: <435DF53D.4030307@speechpro.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Alexander Pyhalov Subject: Re: pppd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:04:20 -0000 --Yb+qhiCg54lqZFXW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 01:05:01PM +0400, Igor Robul wrote: > Alexander Pyhalov wrote: >=20 > >I use the last port collection, but there is only 2.3.11 version of pppd= =20 > >there. Are there any plans for updating it? > >_______________________________________________ > >=20 > > > AFAIK pppd is in base system, not in ports. It's in net/pppd23 as well. Kris --Yb+qhiCg54lqZFXW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXnOcWry0BWjoQKURAuK4AKDPtKbmdROouU5xNx3JhS5sSqCtyACglVSg wDSWOuSIsvpnPWXGKSQQY0A= =Bgb4 -----END PGP SIGNATURE----- --Yb+qhiCg54lqZFXW-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:05:01 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 389D116A41F for ; Tue, 25 Oct 2005 18:05:01 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E536443D55 for ; Tue, 25 Oct 2005 18:04:52 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id C61B21A3C29; Tue, 25 Oct 2005 11:04:52 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F267D5121A; Tue, 25 Oct 2005 14:04:51 -0400 (EDT) Date: Tue, 25 Oct 2005 14:04:51 -0400 From: Kris Kennaway To: Casper Message-ID: <20051025180451.GF46045@xor.obsecurity.org> References: <435DE65C.5040606@os.lv> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8TaQrIeukR7mmbKf" Content-Disposition: inline In-Reply-To: <435DE65C.5040606@os.lv> User-Agent: Mutt/1.4.2.1i Cc: questions@FreeBSD.org Subject: Re: Upcoming FreeBSD releases... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:05:01 -0000 --8TaQrIeukR7mmbKf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 11:01:32AM +0300, Casper wrote: >=20 > Hi, >=20 > I`m trying to make little schedule for upgrading and wanted to know=20 > when approximate will be new FreeBSD releases... > How I understand in few weeks must be FreeBSD 5.5 release, but I can`t= =20 > find schedule for upcoming 5.5 version... Or it is delayed? > Or in few weeks will be maybe sooner 6.0 version of FreeBSD? 5.5 will be a few months after 6.0, i.e. perhaps not before the beginning of next year. Kris --8TaQrIeukR7mmbKf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXnPDWry0BWjoQKURAproAKD/J/wdzATFdHCG7zoTS1X8sknl9gCgsSwt 6NoZr1N8NqDNx6jVWx+10Os= =kfwd -----END PGP SIGNATURE----- --8TaQrIeukR7mmbKf-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:06:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0913416A41F for ; Tue, 25 Oct 2005 18:06:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B003843D81 for ; Tue, 25 Oct 2005 18:06:17 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 0352F1A3C2E; Tue, 25 Oct 2005 11:06:17 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4E3AC5121A; Tue, 25 Oct 2005 14:06:16 -0400 (EDT) Date: Tue, 25 Oct 2005 14:06:15 -0400 From: Kris Kennaway To: Rob Message-ID: <20051025180615.GG46045@xor.obsecurity.org> References: <20051025083000.13159.qmail@web36214.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="c7hkjup166d4FzgN" Content-Disposition: inline In-Reply-To: <20051025083000.13159.qmail@web36214.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD questions Subject: Re: dlopen() causes libXcursor.so.1.0 "not found": libX11.so problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:06:27 -0000 --c7hkjup166d4FzgN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 25, 2005 at 01:30:00AM -0700, Rob wrote: > Any idea why xmgrace's ldopen() call complains > about not finding libXcursor.so.1.0 ? > Is this indeed caused by a problem in libX11.so.6 ? Sounds like the application is broken for requesting it, since as you found there is no such library on FreeBSD. Kris --c7hkjup166d4FzgN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXnQXWry0BWjoQKURAneJAJ0UdcTxyO1g2gqTS2dz6aNdGH47VwCgmKbx UzpXNG5au9WWgAFrUbv7moQ= =m526 -----END PGP SIGNATURE----- --c7hkjup166d4FzgN-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:13:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E966F16A41F for ; Tue, 25 Oct 2005 18:13:56 +0000 (GMT) (envelope-from cp@web-walrus.com) Received: from mail814.megamailservers.com (mail814.carrierinternetsolutions.com [69.49.106.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8608943D46 for ; Tue, 25 Oct 2005 18:13:56 +0000 (GMT) (envelope-from cp@web-walrus.com) X-POP-User: webwalrus.clearwire.net Received: from 64.13.24.182 (64-13-24-182.ecl.clearwire-dns.net [64.13.24.182]) by mail814.megamailservers.com (8.13.1/8.13.1) with SMTP id j9PIDrCw003423 for ; Tue, 25 Oct 2005 14:13:55 -0400 From: Robert Wall To: X-Mailer: PocoMail 3.1 (1880) - Licensed Version Date: Tue, 25 Oct 2005 13:13:52 -0500 Message-ID: <20051025131352.217826@bob> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:13:57 -0000 Hello! I'm attempting to run GPG from cron, and it's not working. I can= run the script from the command line, and all works perfectly. When I try= to run it from cron, however, it doesn't work. The crontab calls this= script, called "pgpdecrypt" with the following crontab line: */1 * * * * root /bin/bash /etc/pgpdecrypt The /bin/bash wasn't originally there; I added it to make sure that the= script was using the correct shell. Still no luck. Here's the script that= it calls: echo >> /etc/pgpdecrypt.logger "PGP Decrypter Starting" cd /home/folder for filename in `ls *pgp` do gpg --batch --no-tty --passphrase-fd 0 --output= /home/folder/pgp-decrypted/$filename.txt --decrypt /home/folder/$filename <= /home/folder/pp /home/folder/pgp-decrypted/import.pl= /home/folder/pgp-decrypted/$filename.txt echo >> /etc/pgpdecrypt.logger "/home/folder/$filename= /home/folder/pgp-original/$filename" done The output file is cheerfully logging the filenames appropriately. = /var/log/messages doesn't contain any errors. Anybody got any ideas? Even= if I could get a competent logging mechanism in place to see why GPG= doesn't feel like running, that would be great. Any help would be greatly appreciated. Thanks! From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:18:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A37CC16A420 for ; Tue, 25 Oct 2005 18:18:33 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 622FC43D45 for ; Tue, 25 Oct 2005 18:18:33 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 441DE1A3C29; Tue, 25 Oct 2005 11:18:33 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B299A51248; Tue, 25 Oct 2005 14:18:32 -0400 (EDT) Date: Tue, 25 Oct 2005 14:18:32 -0400 From: Kris Kennaway To: Robert Wall Message-ID: <20051025181832.GA61086@xor.obsecurity.org> References: <20051025131352.217826@bob> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <20051025131352.217826@bob> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:18:33 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote: > Hello! I'm attempting to run GPG from cron, and it's not working. I can= run the script from the command line, and all works perfectly. When I try= to run it from cron, however, it doesn't work. The crontab calls this scr= ipt, called "pgpdecrypt" with the following crontab line: >=20 > */1 * * * * root /bin/bash /etc/pgpdecrypt >=20 > The /bin/bash wasn't originally there; I added it to make sure that the s= cript was using the correct shell. Still no luck. Here's the script that = it calls: >=20 > echo >> /etc/pgpdecrypt.logger "PGP Decrypter Starting" > cd /home/folder > for filename in `ls *pgp` > do > gpg --batch --no-tty --passphrase-fd 0 --output /home/folder/pgp-decrypte= d/$filename.txt --decrypt /home/folder/$filename < /home/folder/pp > /home/folder/pgp-decrypted/import.pl /home/folder/pgp-decrypted/$filename= .txt > echo >> /etc/pgpdecrypt.logger "/home/folder/$filename /home/folder/pgp-o= riginal/$filename" > done >=20 > The output file is cheerfully logging the filenames appropriately. /var/= log/messages doesn't contain any errors. Anybody got any ideas? Even if I= could get a competent logging mechanism in place to see why GPG doesn't fe= el like running, that would be great. You're assuming gpg is in PATH, which it probably isn't. crontab errors aren't logged in /var/log/messages anyway (they're mailed to you) - see the manpages. Kris --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXnb4Wry0BWjoQKURAsHmAKDz2wHh2Nnt+obuQQC1hlP6SlFt3gCeJ77w f1QiKezVw6SCh0FGpdzyAhc= =8omE -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:22:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AB5116A41F for ; Tue, 25 Oct 2005 18:22:32 +0000 (GMT) (envelope-from njt@ayvali.org) Received: from sanddollar.geekisp.com (sanddollar.geekisp.com [204.89.131.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A6843D45 for ; Tue, 25 Oct 2005 18:22:31 +0000 (GMT) (envelope-from njt@ayvali.org) Received: (qmail 32419 invoked by uid 1003); 25 Oct 2005 18:22:30 -0000 Received: from clam.int.geekisp.com (HELO clam.geekisp.com) (192.168.4.38) by mail.geekisp.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 25 Oct 2005 18:22:30 -0000 Received: from clam.geekisp.com (njt@localhost.geekisp.com [127.0.0.1]) by clam.geekisp.com (8.13.3/8.12.11) with ESMTP id j9PIMUZw006366; Tue, 25 Oct 2005 14:22:30 -0400 (EDT) Received: (from njt@localhost) by clam.geekisp.com (8.13.3/8.13.3/Submit) id j9PIMT81022288; Tue, 25 Oct 2005 14:22:29 -0400 (EDT) X-Authentication-Warning: clam.geekisp.com: njt set sender to njt@ayvali.org using -f Date: Tue, 25 Oct 2005 14:22:29 -0400 From: "N.J. Thomas" To: Robert Wall Message-ID: <20051025182229.GD26831@ayvali.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <20051025131352.217826@bob> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051025131352.217826@bob> User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:22:32 -0000 * Robert Wall [2005-10-25 13:13:52 -0500]: > I'm attempting to run GPG from cron, and it's not working. I can run > the script from the command line, and all works perfectly. When I try > to run it from cron, however, it doesn't work. Run /usr/bin/env (or wherever env is located on your system) from cron and see what environment your script has. Then run your script manually and keep removing envariables until something breaks. Thomas -- N.J. Thomas njt@ayvali.org Etiamsi occiderit me, in ipso sperabo From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:24:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D4516A41F for ; Tue, 25 Oct 2005 18:24:26 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B0EE43D45 for ; Tue, 25 Oct 2005 18:24:25 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so840626nzk for ; Tue, 25 Oct 2005 11:24:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jyDYbooyi4XgTuxl2OGjOerbBPHGfAD8sbJAZNafxEft6QC0QyndWJq50UfAvQnEwpjVFcfGnZvIEsZH2fthBHgFxGsPbog3ZAEddb4U8t3WOxFgnxXTtW/2RAQMsvh8LSQ5PAwxNBnrTkCrhcXUTtjFewgTg3j4TL7CP8shxbM= Received: by 10.36.113.15 with SMTP id l15mr2437nzc; Tue, 25 Oct 2005 11:24:25 -0700 (PDT) Received: by 10.36.47.5 with HTTP; Tue, 25 Oct 2005 11:24:25 -0700 (PDT) Message-ID: <810a540e0510251124p54c35257m8fd819d591cfe955@mail.gmail.com> Date: Tue, 25 Oct 2005 12:24:25 -0600 From: Pat Maddox To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: What packages can I deinstall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:24:27 -0000 I've got a bunch of packages installed on my machine and I'd like to know if I can deinstall any of them. I know what a lot of them do, and know what will happen if I deinstall them. Others, I'm not really sure. For example I've got a package named cclient (http://www.freshports.org/mail/cclient/) installed. If I run pkg_deinstall -n cclient, it says that it'd be removed without any problems. So evidently no other package is depending on this...perhaps it's just an artifact from a package I installed a while back but deinstalled? Basically I'd like to clear out any unused packages. Is it safe to just run on pkg_deinstall -n on any package I don't recognize, and if it isn't required as a dependency for another package go ahead and delete it? Thanks, Pat From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:24:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA0B816A41F for ; Tue, 25 Oct 2005 18:24:55 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) 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 B347243D5E for ; Tue, 25 Oct 2005 18:24:52 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-44-187.woh.res.rr.com [65.31.44.187]) by ms-smtp-04-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j9PIOnHH013855 for ; Tue, 25 Oct 2005 14:24:49 -0400 (EDT) Message-ID: <000301c5d990$74df5ac0$0900a8c0@satellite> From: "Dave" To: Date: Tue, 25 Oct 2005 14:18:10 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: fatal trap 12 in kernel mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:24:55 -0000 Hello, I'm trying to do a 5.4-release install on an older box, it's an AT motherboard, and i hope that's not my problem. I'm getting the below error and would appreciate any help. Thanks. Dave. Insert boot floppy and press Enter /acpi.ko text=0x414fc data=0x1dc4+0x112c syms=[0x4+0x7670+0x4+0x9d05] can't open '/boot/beastie.4th': inappropriate file type or format / Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/kernel]... Copyright (c) 1992-2005 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.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD-K6(tm) 3D processor (450.17-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping = 12 Features=0x8021bf AMD Features=0x80000800 real memory = 268435456 (256 MB) avail memory = 248946688 (237 MB) K6-family MTRR support enabled (2 registers) ACPI-0159: *** Error: AcpiLoadTables: Could not get RSDP, AE_NO_ACPI_TABLES ACPI-0213: *** Error: AcpiLoadTables: Could not load tables: AE_NO_ACPI_TABL ACPI-0213: *** Error: AcpiLoadTables: Could not load tables: AE_NO_ACPI_TABLES ACPI: table load failed: AE_NO_ACPI_TABLES npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard pcib0: pcibus 0 on motherboard pir0: on motherboard pci0: on pcib0 agp0: mem 0xe0000000-0xe3ffffff at agp0: mem 0xe0000000-0xe3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xe000-0xe00f,0x376,0x170-0x177,0x atapci0: port 0xe000-0xe00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 7.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 rl0: port 0xe800-0xe8ff mem 0xe4000000-0xe40000ff ir rl0: port 0xe800-0xe8ff mem 0xe4000000-0xe40000ff irq 10 at device 17.0 on pci0 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:08:54:00:f3:3b ohci0: mem 0xe4001000-0xe4001fff irq 9 at device 1 ohci0: mem 0xe4001000-0xe4001fff irq 9 at device 18.0 on pci0 usb0: OHCI version 1.0 usb0: on ohci0 usb0: USB revision 1.0 uhub0: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered ohci1: mem 0xe4002000-0xe4002fff irq 9 at device 1 ohci1: mem 0xe4002000-0xe4002fff irq 9 at device 18.1 on pci0 usb1: OHCI version 1.0 usb1: on ohci1 usb1: USB revision 1.0 uhub1: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pci0: at device 18.2 (no driver attached) orm0: at iomem 0xc0000-0xc7fff on isa0 pmtimer0 on isa0 atkbdc0: at port 0x64,0x60 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 fdc0: at port 0x3f0-0x3f5 irq 6 drq 2 on isa0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x100> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console 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 unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) Timecounter "TSC" frequency 450165168 Hz quality 800 Timecounters tick every 10.000 msec md0: Preloaded image 4423680 bytes at 0xc0a34270 ad0: 9541MB [19386/16/63] at ata0-master UDMA33 acd0: CDROM at ata1-slave PIO4 Fatal trap 12: page fault while in kernel mode fault virtual address = 0x1 fault code = supervisor write, page not present instruction pointer = 0x8:0xc04b4e34 stack pointer = 0x10:0xcbf37c5c frame pointer = 0x10:0xcbf37c64 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 4 (g_down) trap number = 12 panic: page fault Uptime: 3s Cannot dump. No dump device defined. Automatic reboot in 15 seconds - press a key on the console to abort kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor write, page not present instruction pointer = 0x8:0xc05ebbcd stack pointer = 0x10:0xcbf37a60 frame pointer = 0x10:0xcbf37a6c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 4 (g_down) trap number = 12 panic: page fault Uptime: 5s Cannot dump. No dump device defined. Automatic reboot in 15 seconds - press a key on the console to abort --> Press a key on the console to reboot, --> or switch off the system now. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:30:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60D6816A41F for ; Tue, 25 Oct 2005 18:30:50 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2CCE43D48 for ; Tue, 25 Oct 2005 18:30:49 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id r21so424000wxc for ; Tue, 25 Oct 2005 11:30:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aj3Vw9jT6ybNrsNYRZpfDkFz1X3aiRknK0EcKIc8S0s1Gvm1rOuzKfHTY1ZHvPa9Jr90tGy+BBknGgJk0it8YDh4INuP5pQugqCYPdbKR2gfXW7iToHLTj9kV2Br6tlOUTfPeTq3av6wvi02dLwTBWF5ZiHMZNXzHNm64zhRlY4= Received: by 10.70.90.1 with SMTP id n1mr4397896wxb; Tue, 25 Oct 2005 11:30:49 -0700 (PDT) Received: by 10.70.104.18 with HTTP; Tue, 25 Oct 2005 11:30:49 -0700 (PDT) Message-ID: <35c231bf0510251130j53f688ceqb60406426b036078@mail.gmail.com> Date: Tue, 25 Oct 2005 11:30:49 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: i386/55603, i386/59959, kern/75850, fixed in 6.0? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:30:50 -0000 Can anyone using the Mylex A352 controller update/merge the following PRs if the bug has been fixed in 6.0? Or confirm whether or not it is still present in 6.0-RC? http://www.freebsd.org/cgi/query-pr.cgi?pr=3Di386/55603 http://www.freebsd.org/cgi/query-pr.cgi?pr=3Di386/59959 http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dkern/75850 FWIW, the bug is still present in 5.4-RELEASE. I have checked cvsweb and I don't see any commits regarding this bug in the sys/dev/mly directory, but I don't know if that's still the same driver name for the card. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:33:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35C8216A41F for ; Tue, 25 Oct 2005 18:33:56 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxsf17.cluster1.charter.net (mxsf17.cluster1.charter.net [209.225.28.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC0D43D45 for ; Tue, 25 Oct 2005 18:33:55 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxip19a.cluster1.charter.net (mxip19a.cluster1.charter.net [209.225.28.149]) by mxsf17.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j9PIXrVM001330 for ; Tue, 25 Oct 2005 14:33:53 -0400 Received: from 24-176-115-34.dhcp.jcsn.tn.charter.com (HELO [192.168.254.3]) (24.176.115.34) by mxip19a.cluster1.charter.net with ESMTP; 25 Oct 2005 14:33:53 -0400 X-IronPort-AV: i="3.97,250,1125892800"; d="scan'208"; a="1723683330:sNHT220660208" User-Agent: Microsoft-Entourage/11.2.1.051004 Date: Tue, 25 Oct 2005 13:33:52 -0500 From: Charles Howse To: "freebsd-questions@freebsd.org" Message-ID: Thread-Topic: Need to boot from CD and delete a file on the hard drive Thread-Index: AcXZkqXM5CbG0UWFEdqgewARJH5tYg== In-Reply-To: <20051025175957.76667.qmail@web31609.mail.mud.yahoo.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Re: Need to boot from CD and delete a file on the hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:33:56 -0000 > Hello All -- > > SUMMARY: > I changed a configuration file and now I can no longer boot from my hard drive > (but I can still > boot from the CD). I would like to boot from the CD and undo my change to the > configuration > file -- but when I boot from the CD it automatically launches the install > program. Is there a way > to boot from the boot CD and get a shell and make a change to a file on the > hard drive? (I got > an "emergency shell" after booting from the CD -- but I can't figure out how > to access my hard > drive filesystem from it.) > > DETAILS: > I was trying to set up a serial console using the instructions here: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup. > html > > I typed the following at the prompt: > > # echo 'console="comconsole"' >> /boot/loader.conf > > then unplugged my regular keyboard and tried to reboot -- but the machine now > freezes on > bootup. > > I now want to boot from a CD and remove the file /boot/loader.conf from the > hard drive. Then I > should be able to boot normally again from the hard drive. > > I went into the BIOS and booted from the CD and this put me in the install > program. I don't > want to install everything again -- I just want to boot up from the CD and > execute the following > command at the prompt: > > # rm /boot/loader.conf > > After booting from the CD, I found a command in the install program to enter > an "emergency > shell" and accessed this shell by hitting ALT-F4 -- but if I do an "rm" > command in this > emergency shell, it doesn't apply to the filesystem on the hard drive -- it > applies to the CD. I > need to delete the file /boot/loader.conf while booting from the CD. > > Is there any way to fix this without installing FreeBSD all over again? I've never done this...but... Reboot the computer from the CD, Look for the message: Hit [Enter] to boot immediately, or any other key for command prompt. Booting [kernel] in 9 seconds... At that point press "any other key". You should then be able to mount your /boot partition and delete the file, however, you may have to look around on the CD for the appropriate commands. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:36:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64BA516A41F for ; Tue, 25 Oct 2005 18:36:02 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp2.suscom.net (smtp2.suscom.net [64.78.83.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD4043D45 for ; Tue, 25 Oct 2005 18:36:01 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp2.suscom.net [127.0.0.1]) by smtp2.suscom.net (Postfix) with ESMTP id B9D501CDC91 for ; Tue, 25 Oct 2005 14:23:42 -0400 (EDT) Received: from smtp2.suscom.net ([127.0.0.1]) by localhost (smtp2 [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 19199-10 for ; Tue, 25 Oct 2005 14:23:36 -0400 (EDT) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp2.suscom.net (Postfix) with SMTP id 34AAC1CD578 for ; Tue, 25 Oct 2005 14:23:35 -0400 (EDT) Received: from [192.168.0.2] (//gerard [192.168.0.2]) by seibercom.net (8.13.4/8.13.4) with ESMTP id j9PIZpV2018061 for ; Tue, 25 Oct 2005 14:35:52 -0400 (EDT) (envelope-from gerard@seibercom.net) Date: Tue, 25 Oct 2005 14:35:54 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom.net In-Reply-To: <20051025180342.GD46045@xor.obsecurity.org> References: <20051024202134.AD9F.GERARD@seibercom.net> <20051025180342.GD46045@xor.obsecurity.org> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20051025143341.258F.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailer: Becky! ver. 2.22.02 [en] Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by amavisd-new at suscom.net Subject: Re[2]: Error message while running 'portsdb -Uu' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:36:02 -0000 On Tuesday, October 25, 2005 2:03:43 PM, Kris Kennaway Subject: Re: Error message while running 'portsdb -Uu' Wrote these words of wisdom: > On Mon, Oct 24, 2005 at 08:27:21PM -0400, Gerard Seibert wrote: > > I just updated my ports using cvsup and then proceeded to run 'portsd= b > > -Uu' to generate the index file. Upon completion, it produced this er= ror > > message: > >=20 > > Updating the ports index ... Generating INDEX.tmp - please wait..jot: > > infinite sequences cannot be bounded "Makefile", line 19: warning: > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status jo= t: > > infinite sequences cannot be bounded > > "/usr/ports/editors/vim-lite/../vim/Makefile", line 19: warning: > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status jo= t: > > infinite sequences cannot be bounded > > "/usr/ports/editors/vim6+ruby/../vim/Makefile", line 19: warning: > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status > >=20 > > Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.6 > > Warning: Duplicate INDEX entry: mod_frontpage2-5.0.2.2635 > > Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.4 > > Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 > > Done. > >=20 > > I have never seen that one before. What does it mean, and what should= I > > do to correct it, it anything? >=20 > cvsup again, and in general, read discussion on ports@ before sending > duplicate reports :) >=20 > Kris ***** REPLY SEPARATOR ***** On 10/11/2005 5:29:42 PM, Gerard Replied: Excuse me, but what 'duplicate reports' are you referring to? From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:41:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736FA16A41F for ; Tue, 25 Oct 2005 18:41:16 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C18D243D48 for ; Tue, 25 Oct 2005 18:41:15 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.50] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9PIfGsn034332 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Tue, 25 Oct 2005 13:41:16 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=OwjEkkeCzehZK0FViX+4i7jmP/WyBDbNyfgxqouW45wQSZ1yEccPhZMmLrWGt2/A+ hXOuOrN4MIbvzU5QOLu1w== In-Reply-To: References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> <435D8938.7020702@ywave.com> <435E66B4.9030705@ywave.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <035B016A-A8D0-4902-AA7C-CA9C1A761320@secure-computing.net> Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Tue, 25 Oct 2005 13:41:06 -0500 To: Linnea Forslund X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-4.9 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: Micah , freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:41:16 -0000 > > Ok, this feels a bit silly to ask, but what would be a convenient > folder? Should I move it later? Does it matter where i have it when i > run it later? I keep my sup-files in /root, which is the root user's home directory. _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:43:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D89616A41F for ; Tue, 25 Oct 2005 18:43:19 +0000 (GMT) (envelope-from kutizs@t-online.hu) Received: from akac.mail.t-online.hu (akac.mail.t-online.hu [195.228.240.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42DB43D7B for ; Tue, 25 Oct 2005 18:43:15 +0000 (GMT) (envelope-from kutizs@t-online.hu) Received: from tinca (catv54000567.pool.t-online.hu [84.0.5.103]) by akac.mail.t-online.hu (8.13.4/8.12.11) with ESMTP id j9PIhD7v040437 for ; Tue, 25 Oct 2005 20:43:13 +0200 (CEST) Date: Tue, 25 Oct 2005 20:43:14 +0200 From: Zsolt =?ISO-8859-2?Q?K=FAti?= To: "freebsd-questions@freebsd.org" Message-ID: <20051025204314.41819a1c@tinca> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-VBMilter: scanned Subject: optical mouse problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:43:19 -0000 Dear All, I've got a Samsung PS/2 (SMOP5000WX) mouse that does not work. While the pointer appears, it hectically wanders around the screen and suddenly produces false keystroke-like actions. Applying hint.psm.0.flags="0x0200" makes it a plain PS/2 mouse, that works fine (no wheel then, of course). Without that flag, configuration is OK with another PS/2 mouse, wheel working. The optical mouse is recognized ("4D+ Mouse"). moused.c contains code that in priciple handles this type, in practice not. I tried various moused parameters, even serial types (I know, it against what it is recommended in man) , NORESET as hint, none of them helped. What could I try to get it operate normally? Or better leave it alone and go for a new one? Thanks! Zsolt From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:45:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCC2016A423 for ; Tue, 25 Oct 2005 18:45:07 +0000 (GMT) (envelope-from rjhjr@cox.net) Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D13543D55 for ; Tue, 25 Oct 2005 18:45:03 +0000 (GMT) (envelope-from rjhjr@cox.net) Received: from localhost ([68.230.186.138]) by eastrmmtao04.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051025184409.LFLW23022.eastrmmtao04.cox.net@localhost> for ; Tue, 25 Oct 2005 14:44:09 -0400 Date: Tue, 25 Oct 2005 14:45:02 -0400 From: Bob Hall To: freebsd-questions@freebsd.org Message-ID: <20051025184502.GA83689@kongemord.krig.net> Mail-Followup-To: Bob Hall , freebsd-questions@freebsd.org References: <20051025131352.217826@bob> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051025131352.217826@bob> User-Agent: Mutt/1.4.2.1i Subject: Re: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:45:07 -0000 On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote: > Hello! I'm attempting to run GPG from cron, and it's not working. I can run the script from the command line, and all works perfectly. When I try to run it from cron, however, it doesn't work. The crontab calls this script, called "pgpdecrypt" with the following crontab line: > > */1 * * * * root /bin/bash /etc/pgpdecrypt > > The /bin/bash wasn't originally there; I added it to make sure that the script was using the correct shell. Still no luck. Here's the script that it calls: > > echo >> /etc/pgpdecrypt.logger "PGP Decrypter Starting" Take the "/bin/bash" out of your crontab. Put #!/bin/bash at the beginning of your script. I just looked at your script quickly, but it looks like it should run in sh. For portability, you can use #!/bin/sh Bob Hall From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:49:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5C3216A420 for ; Tue, 25 Oct 2005 18:49:18 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECF843D70 for ; Tue, 25 Oct 2005 18:49:11 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.50] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9PInC5m034388 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Tue, 25 Oct 2005 13:49:12 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:x-priority: content-type:message-id:cc:content-transfer-encoding:from:subject:date:to: x-mailer:x-spam-status:x-spam-checker-version; b=KpUYxDo5HBbWIll6rw7BNqD0xfGmTVlsn60/5KQdCHkd8c0KQ5fBp7LEP8wZSlNOk lN7YwGpj47aWhsDSNBfkQ== In-Reply-To: <003301c5d974$bb2adf70$0900a8c0@satellite> References: <003301c5d974$bb2adf70$0900a8c0@satellite> Mime-Version: 1.0 (Apple Message framework v734) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2CFD91C0-EA7D-4016-9BE2-796917D79FDC@secure-computing.net> Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Tue, 25 Oct 2005 13:49:02 -0500 To: Dave X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-4.9 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: freebsd-questions@freebsd.org Subject: Re: probably a simple routing or firewall question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:49:18 -0000 On Oct 25, 2005, at 9:59 AM, Dave wrote: > Hello, > Hello, > I've got a 5.4 box acting as a gateway/router and i have to set > up another for another network. This one will rely on a different > ip range, so i thought i'd hand it out while i'm doing the install > via my dhcp server, this part works but the box can't get to the > net to retrieve ports and so forth. I'm suspecting either a routing > or firewall issue. I'm using pf and am natting all traffic from > this new box to my external interface and passing all traffic, that > should be working. My network range is 10.8.0.0 and the range for > this new box is 10.10.0.0 i believe my problem is here, i'm not > sure where to fix it at, my gateway, this new box or both? I'd > rather not make to many modifications to this new machine save what > it needs to get going, ideally i'd like to hand it over, and have > it be dropped in and go. It needs to be that simple, the person > whose getting it has an impulsive habbit especially if something > doesn't work right out of the box. > Any help appreciated. > Thanks. > Dave. what is your netmask for the two boxes? Your default router needs to be on the same network as the machines that need to access it. _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:50:20 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E034516A41F for ; Tue, 25 Oct 2005 18:50:19 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4905E43D53 for ; Tue, 25 Oct 2005 18:50:19 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id AE678BC300CC; Tue, 25 Oct 2005 11:50:15 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j9PIpRIj036156; Tue, 25 Oct 2005 11:51:27 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j9PIpLuQ036155; Tue, 25 Oct 2005 11:51:21 -0700 (PDT) (envelope-from garys@opusnet.com) To: Kris Anderson References: <20051025034730.36943.qmail@web52704.mail.yahoo.com> From: garys@opusnet.com (Gary W. Swearingen) Date: Tue, 25 Oct 2005 11:51:21 -0700 In-Reply-To: <20051025034730.36943.qmail@web52704.mail.yahoo.com> (Kris Anderson's message of "Mon, 24 Oct 2005 20:47:30 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: Qwest DLS & MSN Premium & Linksys Router & FreeBSD.. Oh my X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:50:20 -0000 Kris Anderson writes: > I'm getting off cable (Comcast and 6 megabits) and Good move. > Their fine print - Don't forget the finer print. "Invisible print" might be a better term; good luck even finding it before committing yourself. More below. > home phone pac kage ($24.99 otherwise), free Check out which "phone pac" that is. I doubt very much if regular phone service is considered to be a home phone pac; I mangaged to find (after considerable searching) their page for ordering non-pac phone service to get a 12.50 basic service (before more than that in various fees and taxes, one which seems to be part of _their_ taxes -- grrr). > restrictions may apply. MSN ISP requires agreement to > MSN Acceptable Use Policy. Yeah, after considerable searching I found a "MSN Subscription Agreement" link at http://support.msn.com/ which took me to a member sign-in form. Do you really want to do business with a company that does business like that? > So am I right in still thinking that with MSN as the > ISP my setup it isn't going to be FreeBSD friendly and > that my spiffy little Comcast setup isn't going to > work with MSN as the ISP? I can't help you; and I wouldn't help MSN if I could. I know I first bought a (used) modem that was "guaranteed" to work with Qwest and a non-MSFT ISP, but I later learned that it would only work with Qwest+MSN and had to pay a "restocking" fee to get most of my money back. Grrr. I found what seems (in about 5 mo) to be a good ISP at opusnet.com . Relatively good contract terms and in actual practice, so far. And about as cheap as they come. Note that _almost_ all ISPs have indemnity clauses whereby you agree to pay their legal and other costs if some third party makes claims against the ISP which involve you in any way, whether or not you've done anything wrong in most such clauses. Another facter is how far away the courthouse and your lawyer would be. Last time I looked, Quest had no indemnity clause for their pure DSL service, but they had one in their ISP contract and, of course, MSN does too. I say "of course", but I should note that MSN.net is one of increasingly-few web sites that has no indemnity clause in the site-use contract. Even such "open source" sites as Slashdot have them these days. I assume the risk of using such sites in read-only mode, but seldom, if ever, post anything to them. BTW, my insurance guy knows of no personal insurance against such indemnity risks. I bought a DSL modem at Fry's for about 10 $ more than Qwest's, mostly because Qwest has given me many reasons to dislike and distrust them and partly because my modem has a 2-yr guarantee. It is a Zoom ADSL X5 and seems to work fine and was easy to configure once I got past some problem that I had with Mozilla not accessing the modem's configuration web forms correctly. (I've already forgotten the cause.) Beware that the Zoom modem package says in big print that it comes with DSL filters and in fine print it says how many it comes with, which I didn't notice was _zero_. Grrr.) With the Zoom modem, at least, you may configure it to run DHCP and give the modem a fixed (eg, 10.something) IP address or run DHCP on whatever you connect to the modem. The Zoom X5 is also a 4-port router, but this one was not wireless like the Qwest modem. Finally, beware that a few weeks ago DSL providers like Qwest got permission (from the US gov) to refuse to do business (after 2005, IIRC) with good ISPs like opusnet.com, so don't be suprised if your choice in 2006 is between Qwest+MSN and Comcast+Comcast. Grr. -- Grry From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:52:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69A2216A41F for ; Tue, 25 Oct 2005 18:52:34 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E66A43D48 for ; Tue, 25 Oct 2005 18:52:34 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id F0FD41A3C28; Tue, 25 Oct 2005 11:52:33 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 419F6511FD; Tue, 25 Oct 2005 14:52:33 -0400 (EDT) Date: Tue, 25 Oct 2005 14:52:33 -0400 From: Kris Kennaway To: Dave Message-ID: <20051025185232.GB63163@xor.obsecurity.org> References: <000301c5d990$74df5ac0$0900a8c0@satellite> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QKdGvSO+nmPlgiQ/" Content-Disposition: inline In-Reply-To: <000301c5d990$74df5ac0$0900a8c0@satellite> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: fatal trap 12 in kernel mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:52:34 -0000 --QKdGvSO+nmPlgiQ/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 02:18:10PM -0400, Dave wrote: > Hello, > I'm trying to do a 5.4-release install on an older box, it's an AT=20 > motherboard, and i hope that's not my problem. I'm getting the below erro= r=20 > and would appreciate any help. Try disabling acpi, many older motherboards had broken acpi support (although if you're lucky there's an updated bios). Kris --QKdGvSO+nmPlgiQ/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXn7wWry0BWjoQKURArG/AJ9rAAtUas7MlSlopDDtBkzNLUN1wgCeOgfn fgtoQN7fF6PBcLFaGJ5EgeM= =Q2oB -----END PGP SIGNATURE----- --QKdGvSO+nmPlgiQ/-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:53:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AD7A16A438 for ; Tue, 25 Oct 2005 18:53:11 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2770F43D46 for ; Tue, 25 Oct 2005 18:53:10 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 63364 invoked by uid 89); 26 Oct 2005 04:53:09 +1000 Received: by simscan 1.1.0 ppid: 63291, pid: 63322, t: 3.9300s scanners: clamav: 0.86.1/m:33/d:984 spam: 3.0.4 Received: from unknown (HELO ?192.168.1.34?) (194.125.71.240) by 0 with SMTP; 26 Oct 2005 04:53:05 +1000 Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-Id: <67BE63FB-D752-4188-AAB1-C67F37D1B2CB@redry.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: eoghan Date: Tue, 25 Oct 2005 19:52:56 +0100 X-Mailer: Apple Mail (2.734) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,WEIRD_PORT autolearn=no version=3.0.4 Subject: swat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:53:11 -0000 Hello I have followed the manual for setting up SWAT. http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html I have checked my /etc/services and it has swat 901/tcp and I have commented in the line in /etc/inetd.conf swat stream tcp nowait/400 root /usr/local/ sbin/swat swat my paths to my swat file is correct. I restarted too. But when I go to http://localhost:901 i just get a connection refused message. Samba is up and running. Im using freeBSD 5.3 swat version 3.0.20 Any things I should consider? Thank you Eoghan From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:56:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F7A16A41F for ; Tue, 25 Oct 2005 18:56:24 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxsf29.cluster1.charter.net (mxsf29.cluster1.charter.net [209.225.28.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EE8243D45 for ; Tue, 25 Oct 2005 18:56:24 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxip30a.cluster1.charter.net (mxip30a.cluster1.charter.net [209.225.28.189]) by mxsf29.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j9PIuKfs014128 for ; Tue, 25 Oct 2005 14:56:21 -0400 Received: from 24-176-115-34.dhcp.jcsn.tn.charter.com (HELO [192.168.254.3]) ([24.176.115.34]) by mxip30a.cluster1.charter.net with ESMTP; 25 Oct 2005 14:56:21 -0400 X-IronPort-AV: i="3.97,250,1125892800"; d="scan'208"; a="353232394:sNHT20244478" User-Agent: Microsoft-Entourage/11.2.1.051004 Date: Tue, 25 Oct 2005 13:56:17 -0500 From: Charles Howse To: "freebsd-questions@freebsd.org" Message-ID: Thread-Topic: Need to boot from CD and delete a file on the hard drive Thread-Index: AcXZkqXM5CbG0UWFEdqgewARJH5tYgAAyGvA In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Re: Need to boot from CD and delete a file on the hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:56:25 -0000 >> Hello All -- >> >> SUMMARY: >> I changed a configuration file and now I can no longer boot from my hard >> drive >> (but I can still >> boot from the CD). I would like to boot from the CD and undo my change to >> the >> configuration >> file -- but when I boot from the CD it automatically launches the install >> program. Is there a way >> to boot from the boot CD and get a shell and make a change to a file on the >> hard drive? (I got >> an "emergency shell" after booting from the CD -- but I can't figure out how >> to access my hard >> drive filesystem from it.) >> >> DETAILS: >> I was trying to set up a serial console using the instructions here: >> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup>> . >> html >> >> I typed the following at the prompt: >> >> # echo 'console="comconsole"' >> /boot/loader.conf >> >> then unplugged my regular keyboard and tried to reboot -- but the machine now >> freezes on >> bootup. >> >> I now want to boot from a CD and remove the file /boot/loader.conf from the >> hard drive. Then I >> should be able to boot normally again from the hard drive. >> >> I went into the BIOS and booted from the CD and this put me in the install >> program. I don't >> want to install everything again -- I just want to boot up from the CD and >> execute the following >> command at the prompt: >> >> # rm /boot/loader.conf >> >> After booting from the CD, I found a command in the install program to enter >> an "emergency >> shell" and accessed this shell by hitting ALT-F4 -- but if I do an "rm" >> command in this >> emergency shell, it doesn't apply to the filesystem on the hard drive -- it >> applies to the CD. I >> need to delete the file /boot/loader.conf while booting from the CD. >> >> Is there any way to fix this without installing FreeBSD all over again? > > I've never done this...but... > Reboot the computer from the CD, > Look for the message: > > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [kernel] in 9 seconds... > > At that point press "any other key". > You should then be able to mount your /boot partition and delete the file, > however, you may have to look around on the CD for the appropriate commands. Apologies for replying to my own msg, but I just 'had' to try what I told you, and there are no tools such as 'mount', or 'rm' available when booting to a command prompt as I said. I tried the Emergency Shell from the CD, same thing. Sorry I sent you on a wild goose chase, but I'm sure you'll get the correct answer soon. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:57:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D573316A41F for ; Tue, 25 Oct 2005 18:57:36 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9256D43D45 for ; Tue, 25 Oct 2005 18:57:36 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 74F1B1A3C31; Tue, 25 Oct 2005 11:57:36 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F0E7C511FD; Tue, 25 Oct 2005 14:57:35 -0400 (EDT) Date: Tue, 25 Oct 2005 14:57:35 -0400 From: Kris Kennaway To: Pat Maddox Message-ID: <20051025185735.GC63163@xor.obsecurity.org> References: <810a540e0510251124p54c35257m8fd819d591cfe955@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IpbVkmxF4tDyP/Kb" Content-Disposition: inline In-Reply-To: <810a540e0510251124p54c35257m8fd819d591cfe955@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Questions Subject: Re: What packages can I deinstall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:57:37 -0000 --IpbVkmxF4tDyP/Kb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 12:24:25PM -0600, Pat Maddox wrote: > I've got a bunch of packages installed on my machine and I'd like to > know if I can deinstall any of them. I know what a lot of them do, > and know what will happen if I deinstall them. Others, I'm not really > sure. For example I've got a package named cclient > (http://www.freshports.org/mail/cclient/) installed. If I run > pkg_deinstall -n cclient, it says that it'd be removed without any > problems. So evidently no other package is depending on > this...perhaps it's just an artifact from a package I installed a > while back but deinstalled? >=20 > Basically I'd like to clear out any unused packages. Is it safe to > just run on pkg_deinstall -n on any package I don't recognize, and if > it isn't required as a dependency for another package go ahead and > delete it? You probably want pkg_cutleaves. If you're not using portupgrade, it's possible that your dependency database may be inconsistent (e.g. if you've done pkg_delete -f or failed to uninstall old versions before installing new ones over the top). Run pkgdb -F to check consistency first. Kris --IpbVkmxF4tDyP/Kb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXoAfWry0BWjoQKURAsviAKCL1obE01SxlEkwZQhlluWG4igkMgCggGTk F/J4ffl/LnrbkPMAkd25Q7k= =4LlZ -----END PGP SIGNATURE----- --IpbVkmxF4tDyP/Kb-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:58:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F9116A421 for ; Tue, 25 Oct 2005 18:58:17 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E94E43D83 for ; Tue, 25 Oct 2005 18:58:01 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id C2E405D6A; Tue, 25 Oct 2005 14:58:00 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07755-09; Tue, 25 Oct 2005 14:57:58 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-76-130.ny325.east.verizon.net [68.161.76.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 19D9D5C46; Tue, 25 Oct 2005 14:57:58 -0400 (EDT) Message-ID: <435E8039.4020205@mac.com> Date: Tue, 25 Oct 2005 14:58:01 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stan , freebsd-questions References: <20051024223808.GA10918@teddy.fas.com> <9184F321-00C3-47C9-885C-014BFE245993@mac.com> <20051024230756.GA12082@teddy.fas.com> <435D917B.7040804@mac.com> <20051025024946.GA18256@teddy.fas.com> <435E5F62.5050002@mac.com> <20051025173932.GA13863@teddy.fas.com> In-Reply-To: <20051025173932.GA13863@teddy.fas.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: Subject: Re: sendmail/mailertable question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:58:17 -0000 stan wrote: [ ... ] >>Yes and no. Masquerading is for mail which passes through the server, >>which includes mail being delivered locally from some other machine. > > OK, that makes sense. > > Next question, since sendmail is _already_ rewriting the address, why will > adding still more rewritng stop it from doing what it is doing now, since > Masquerading isn't enabled presently. There's a big long discussion of this in cf/README, but reasonable people have been known to find sendmail documentation non-informative. :-) It might be the case that using statements of the form: VIRTUSER_DOMAIN(`example.com')dnl ...in your .mc file may help exclude them from canonification. It may also be the case that what you want to do is going to be better handled by two SMTP servers, one as an external gateway, using and exposed to DNS and your wildcard MX records, and one internal mailserver which handles local delivery, masquerading, a mailertable distributing mail to any other local SMTP destinations (think mailserver/listservers running on other machines), and even use FEATURE nocanonify if you want to/have to disregard DNS entirely. Put a spamfilter/virusfilter on your external relay, which will then serve as your SMART_HOST for the internal mailserver. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:59:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B078C16A420 for ; Tue, 25 Oct 2005 18:59:02 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 482F943D75 for ; Tue, 25 Oct 2005 18:58:54 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 296C71A3C2E; Tue, 25 Oct 2005 11:58:54 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 96CE9511FD; Tue, 25 Oct 2005 14:58:53 -0400 (EDT) Date: Tue, 25 Oct 2005 14:58:53 -0400 From: Kris Kennaway To: David Kirchner Message-ID: <20051025185853.GD63163@xor.obsecurity.org> References: <35c231bf0510251130j53f688ceqb60406426b036078@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="osDK9TLjxFScVI/L" Content-Disposition: inline In-Reply-To: <35c231bf0510251130j53f688ceqb60406426b036078@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: i386/55603, i386/59959, kern/75850, fixed in 6.0? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:59:02 -0000 --osDK9TLjxFScVI/L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 11:30:49AM -0700, David Kirchner wrote: > Can anyone using the Mylex A352 controller update/merge the following > PRs if the bug has been fixed in 6.0? Or confirm whether or not it is > still present in 6.0-RC? >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Di386/55603 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Di386/59959 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dkern/75850 You should follow up to the PR and note that it's still an issue with 5.4. If they're all reporting the same bug, 2 of them should be closed to avoid duplicates. Kris --osDK9TLjxFScVI/L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXoBtWry0BWjoQKURAiKpAKCdi8YU7Lt3ecwsw2LrEm+6KphlAwCcCT9B WF+2cEtsEaExyvJeIQk9HPc= =XY4b -----END PGP SIGNATURE----- --osDK9TLjxFScVI/L-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:59:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A259E16A421 for ; Tue, 25 Oct 2005 18:59:32 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9159843D55 for ; Tue, 25 Oct 2005 18:59:25 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 746E21A3C2D for ; Tue, 25 Oct 2005 11:59:25 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E509551505; Tue, 25 Oct 2005 14:59:24 -0400 (EDT) Date: Tue, 25 Oct 2005 14:59:24 -0400 From: Kris Kennaway To: freebsd-questions@freebsd.org Message-ID: <20051025185924.GE63163@xor.obsecurity.org> References: <20051024202134.AD9F.GERARD@seibercom.net> <20051025180342.GD46045@xor.obsecurity.org> <20051025143341.258F.GERARD@seibercom.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X3gaHHMYHkYqP6yf" Content-Disposition: inline In-Reply-To: <20051025143341.258F.GERARD@seibercom.net> User-Agent: Mutt/1.4.2.1i Subject: Re: Error message while running 'portsdb -Uu' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:59:32 -0000 --X3gaHHMYHkYqP6yf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 02:35:54PM -0400, Gerard Seibert wrote: > On Tuesday, October 25, 2005 2:03:43 PM, Kris Kennaway > Subject: Re: Error message while running 'portsdb -Uu' > Wrote these words of wisdom: >=20 > > On Mon, Oct 24, 2005 at 08:27:21PM -0400, Gerard Seibert wrote: > > > I just updated my ports using cvsup and then proceeded to run 'portsdb > > > -Uu' to generate the index file. Upon completion, it produced this er= ror > > > message: > > >=20 > > > Updating the ports index ... Generating INDEX.tmp - please wait..jot: > > > infinite sequences cannot be bounded "Makefile", line 19: warning: > > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status jo= t: > > > infinite sequences cannot be bounded > > > "/usr/ports/editors/vim-lite/../vim/Makefile", line 19: warning: > > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status jo= t: > > > infinite sequences cannot be bounded > > > "/usr/ports/editors/vim6+ruby/../vim/Makefile", line 19: warning: > > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status > > >=20 > > > Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.6 > > > Warning: Duplicate INDEX entry: mod_frontpage2-5.0.2.2635 > > > Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.4 > > > Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 > > > Done. > > >=20 > > > I have never seen that one before. What does it mean, and what should= I > > > do to correct it, it anything? > >=20 > > cvsup again, and in general, read discussion on ports@ before sending > > duplicate reports :) > >=20 > > Kris >=20 >=20 > ***** REPLY SEPARATOR ***** > On 10/11/2005 5:29:42 PM, Gerard Replied: >=20 > Excuse me, but what 'duplicate reports' are you referring to? Others reporting the same problem, which was introduced a day or so ago and then fixed. Kris --X3gaHHMYHkYqP6yf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXoCMWry0BWjoQKURAuDCAKCLtZz32SYZpIYgCrzREserFdFw0QCgsrgY rlZxKo3Ffu30yU7JSKM8oAY= =m3CY -----END PGP SIGNATURE----- --X3gaHHMYHkYqP6yf-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:00:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA23416A42C for ; Tue, 25 Oct 2005 19:00:29 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8503343D7E for ; Tue, 25 Oct 2005 19:00:19 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 49CAF1A3C2F; Tue, 25 Oct 2005 12:00:19 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8C95651248; Tue, 25 Oct 2005 15:00:18 -0400 (EDT) Date: Tue, 25 Oct 2005 15:00:18 -0400 From: Kris Kennaway To: Bob Hall , freebsd-questions@freebsd.org Message-ID: <20051025190017.GF63163@xor.obsecurity.org> References: <20051025131352.217826@bob> <20051025184502.GA83689@kongemord.krig.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aPdhxNJGSeOG9wFI" Content-Disposition: inline In-Reply-To: <20051025184502.GA83689@kongemord.krig.net> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:00:30 -0000 --aPdhxNJGSeOG9wFI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 02:45:02PM -0400, Bob Hall wrote: > On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote: > > Hello! I'm attempting to run GPG from cron, and it's not working. I c= an run the script from the command line, and all works perfectly. When I t= ry to run it from cron, however, it doesn't work. The crontab calls this s= cript, called "pgpdecrypt" with the following crontab line: > >=20 > > */1 * * * * root /bin/bash /etc/pgpdecrypt > >=20 > > The /bin/bash wasn't originally there; I added it to make sure that the= script was using the correct shell. Still no luck. Here's the script tha= t it calls: > >=20 > > echo >> /etc/pgpdecrypt.logger "PGP Decrypter Starting" >=20 > Take the "/bin/bash" out of your crontab. Put > #!/bin/bash > at the beginning of your script. What do you think that will do to help? It's a NOP, so it can't fix the problem (which is because of bad assumptions about PATH, per my other message). Kris --aPdhxNJGSeOG9wFI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXoDBWry0BWjoQKURAoRZAKD6PZjmb7UXdY4d6CiJiNV1j14+dgCeMhXV XY0K2prvQWy/qlJxYrX4lpM= =EBR4 -----END PGP SIGNATURE----- --aPdhxNJGSeOG9wFI-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:00:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E0FF16A420 for ; Tue, 25 Oct 2005 19:00:30 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 8EB7743D7D for ; Tue, 25 Oct 2005 19:00:25 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 12897 invoked by uid 502); 25 Oct 2005 19:00:24 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 25 Oct 2005 19:00:24 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <435E80C7.1050807@ywave.com> Date: Tue, 25 Oct 2005 12:00:23 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maude User References: <20051025175957.76667.qmail@web31609.mail.mud.yahoo.com> In-Reply-To: <20051025175957.76667.qmail@web31609.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Need to boot from CD and delete a file on the hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:00:31 -0000 Maude User wrote: > Hello All -- > > SUMMARY: > I changed a configuration file and now I can no longer boot from my hard drive (but I can still > boot from the CD). I would like to boot from the CD and undo my change to the configuration > file -- but when I boot from the CD it automatically launches the install program. Is there a way > to boot from the boot CD and get a shell and make a change to a file on the hard drive? (I got > an "emergency shell" after booting from the CD -- but I can't figure out how to access my hard > drive filesystem from it.) > > DETAILS: > I was trying to set up a serial console using the instructions here: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html > > I typed the following at the prompt: > > # echo 'console="comconsole"' >> /boot/loader.conf > > then unplugged my regular keyboard and tried to reboot -- but the machine now freezes on > bootup. > > I now want to boot from a CD and remove the file /boot/loader.conf from the hard drive. Then I > should be able to boot normally again from the hard drive. > > I went into the BIOS and booted from the CD and this put me in the install program. I don't > want to install everything again -- I just want to boot up from the CD and execute the following > command at the prompt: > > # rm /boot/loader.conf > > After booting from the CD, I found a command in the install program to enter an "emergency > shell" and accessed this shell by hitting ALT-F4 -- but if I do an "rm" command in this > emergency shell, it doesn't apply to the filesystem on the hard drive -- it applies to the CD. I > need to delete the file /boot/loader.conf while booting from the CD. > > Is there any way to fix this without installing FreeBSD all over again? > > Thanks. > > Scott Alexander > The option you are looking for is "fixit" from the install disk menu. This'll get you a command prompt. You will have to manually mount the partion that boot is on then you can delete, rename, edit, etc the file in question. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:01:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2716516A420 for ; Tue, 25 Oct 2005 19:01:01 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 435BD43D80 for ; Tue, 25 Oct 2005 19:00:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 266281A3C29; Tue, 25 Oct 2005 12:00:55 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8554E51376; Tue, 25 Oct 2005 15:00:54 -0400 (EDT) Date: Tue, 25 Oct 2005 15:00:54 -0400 From: Kris Kennaway To: eoghan Message-ID: <20051025190053.GG63163@xor.obsecurity.org> References: <67BE63FB-D752-4188-AAB1-C67F37D1B2CB@redry.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aYDVKSzuImP48n7V" Content-Disposition: inline In-Reply-To: <67BE63FB-D752-4188-AAB1-C67F37D1B2CB@redry.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: swat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:01:01 -0000 --aYDVKSzuImP48n7V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 07:52:56PM +0100, eoghan wrote: > Hello > I have followed the manual for setting up SWAT. > http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html > I have checked my /etc/services and it has > swat 901/tcp > and I have commented in the line in /etc/inetd.conf > swat stream tcp nowait/400 root /usr/local/=20 > sbin/swat swat > my paths to my swat file is correct. > I restarted too. > But when I go to http://localhost:901 i just get a connection refused =20 > message. > Samba is up and running. > Im using freeBSD 5.3 > swat version 3.0.20 > Any things I should consider? Enable inetd (in /etc/rc.conf)? :-) Kris --aYDVKSzuImP48n7V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXoDlWry0BWjoQKURAvX3AKDMoGVqXV+TviHvLMFTMetUl0DA0gCg8lzj RubNLIf8iKetO5I3X9taQZ4= =zI9U -----END PGP SIGNATURE----- --aYDVKSzuImP48n7V-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:02:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCD6516A41F for ; Tue, 25 Oct 2005 19:02:11 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39E2143D8B for ; Tue, 25 Oct 2005 19:02:10 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-91-226-109.san.res.rr.com [66.91.226.109]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j9PJ28jJ017671 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 25 Oct 2005 12:02:09 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20051025115811.059c2b30@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Tue, 25 Oct 2005 11:59:20 -0700 To: eoghan , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <67BE63FB-D752-4188-AAB1-C67F37D1B2CB@redry.net> References: <67BE63FB-D752-4188-AAB1-C67F37D1B2CB@redry.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: swat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:02:12 -0000 At 11:52 AM 10/25/2005, eoghan wrote: >Hello >I have followed the manual for setting up SWAT. >http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html >I have checked my /etc/services and it has >swat 901/tcp >and I have commented in the line in /etc/inetd.conf >swat stream tcp nowait/400 root >/usr/local/ sbin/swat swat The path might be correct, but the extra space after /usr/local/ is going to cause trouble. -Glenn >my paths to my swat file is correct. >I restarted too. >But when I go to http://localhost:901 i just get a connection refused >message. >Samba is up and running. >Im using freeBSD 5.3 >swat version 3.0.20 >Any things I should consider? >Thank you >Eoghan >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:04:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E3F016A41F for ; Tue, 25 Oct 2005 19:04:21 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A14DB43DBF for ; Tue, 25 Oct 2005 19:04:07 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 73334 invoked by uid 89); 26 Oct 2005 05:04:07 +1000 Received: by simscan 1.1.0 ppid: 73191, pid: 73264, t: 2.8862s scanners: clamav: 0.86.1/m:33/d:984 spam: 3.0.4 Received: from unknown (HELO ?192.168.1.34?) (194.125.71.240) by 0 with SMTP; 26 Oct 2005 05:04:04 +1000 In-Reply-To: <20051025190053.GG63163@xor.obsecurity.org> References: <67BE63FB-D752-4188-AAB1-C67F37D1B2CB@redry.net> <20051025190053.GG63163@xor.obsecurity.org> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: eoghan Date: Tue, 25 Oct 2005 20:03:58 +0100 To: Kris Kennaway X-Mailer: Apple Mail (2.734) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,WEIRD_PORT autolearn=no version=3.0.4 Cc: freebsd-questions@freebsd.org Subject: Re: swat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:04:22 -0000 On 25 Oct 2005, at 20:00, Kris Kennaway wrote: > On Tue, Oct 25, 2005 at 07:52:56PM +0100, eoghan wrote: > >> Hello >> I have followed the manual for setting up SWAT. >> http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html >> I have checked my /etc/services and it has >> swat 901/tcp >> and I have commented in the line in /etc/inetd.conf >> swat stream tcp nowait/400 root /usr/ >> local/ >> sbin/swat swat >> my paths to my swat file is correct. >> I restarted too. >> But when I go to http://localhost:901 i just get a connection refused >> message. >> Samba is up and running. >> Im using freeBSD 5.3 >> swat version 3.0.20 >> Any things I should consider? >> > > Enable inetd (in /etc/rc.conf)? :-) > > Kris > inetd_enable="YES" ? Thanks From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:05:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35A3116A41F for ; Tue, 25 Oct 2005 19:05:14 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 7135243D68 for ; Tue, 25 Oct 2005 19:05:13 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 13141 invoked by uid 502); 25 Oct 2005 19:05:12 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 25 Oct 2005 19:05:12 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <435E81E7.7020904@ywave.com> Date: Tue, 25 Oct 2005 12:05:11 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pat Maddox References: <810a540e0510251124p54c35257m8fd819d591cfe955@mail.gmail.com> In-Reply-To: <810a540e0510251124p54c35257m8fd819d591cfe955@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: What packages can I deinstall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:05:14 -0000 Pat Maddox wrote: > I've got a bunch of packages installed on my machine and I'd like to > know if I can deinstall any of them. I know what a lot of them do, > and know what will happen if I deinstall them. Others, I'm not really > sure. For example I've got a package named cclient > (http://www.freshports.org/mail/cclient/) installed. If I run > pkg_deinstall -n cclient, it says that it'd be removed without any > problems. So evidently no other package is depending on > this...perhaps it's just an artifact from a package I installed a > while back but deinstalled? > > Basically I'd like to clear out any unused packages. Is it safe to > just run on pkg_deinstall -n on any package I don't recognize, and if > it isn't required as a dependency for another package go ahead and > delete it? > > Thanks, > Pat It should be safe to do as long as you are fairly sure you don't need it. There's a KDE program called gpkgdep (sysutils/gpkgdep) that let's you see what depends on a package. It also lets you "simulate" the deinstall of different packages. It might be quicker than the command line tools to find those packages, though you still have to pkg_deinstall manually. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:06:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E5F16A41F for ; Tue, 25 Oct 2005 19:06:38 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2CE43D60 for ; Tue, 25 Oct 2005 19:06:30 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 76813 invoked by uid 89); 26 Oct 2005 05:06:24 +1000 Received: by simscan 1.1.0 ppid: 76648, pid: 76686, t: 3.8794s scanners: clamav: 0.86.1/m:33/d:984 spam: 3.0.4 Received: from unknown (HELO ?192.168.1.34?) (194.125.71.240) by 0 with SMTP; 26 Oct 2005 05:06:20 +1000 In-Reply-To: <6.2.3.4.2.20051025115811.059c2b30@cobalt.antimatter.net> References: <67BE63FB-D752-4188-AAB1-C67F37D1B2CB@redry.net> <6.2.3.4.2.20051025115811.059c2b30@cobalt.antimatter.net> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: eoghan Date: Tue, 25 Oct 2005 20:06:15 +0100 To: Glenn Dawson X-Mailer: Apple Mail (2.734) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Cc: freebsd-questions@freebsd.org Subject: Re: swat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:06:38 -0000 On 25 Oct 2005, at 19:59, Glenn Dawson wrote: > At 11:52 AM 10/25/2005, eoghan wrote: > >> Hello >> I have followed the manual for setting up SWAT. >> http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html >> I have checked my /etc/services and it has >> swat 901/tcp >> and I have commented in the line in /etc/inetd.conf >> swat stream tcp nowait/400 root /usr/local/ >> sbin/swat swat >> > > The path might be correct, but the extra space after /usr/local/ is > going to cause trouble. Its my mail client (i think?)... im using apple mail. I can assure you there is no space (this actually caused confusion before)... not sure why mail is adding spaces... anyway, there is no space there in my inetd.conf... hmmm test.... this/has/no/spaces/at/all/between/any/of/these/words But thanks! Eoghan From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:07:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72F2516A41F for ; Tue, 25 Oct 2005 19:07:15 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FBAB43D77 for ; Tue, 25 Oct 2005 19:07:13 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so328292wxc for ; Tue, 25 Oct 2005 12:07:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KYcX3AucH/2yqrR5dQq03tpGLLUOVrt2r1pdPEnBVMuTOZv6RAWN5wLiBgWxhw5bB9/UzihsTxXeEhBUWd9J5b2HMhpSVNoJHadFE58KrZ3RTY8qRReQpD6RYdryhN+I+dBKZA+UbwnSjzQt8teX+mNGlbe+PZfDzJTKxH6INAI= Received: by 10.70.71.11 with SMTP id t11mr7385wxa; Tue, 25 Oct 2005 12:07:13 -0700 (PDT) Received: by 10.70.104.18 with HTTP; Tue, 25 Oct 2005 12:07:13 -0700 (PDT) Message-ID: <35c231bf0510251207y24643989g31a6a56e089995f4@mail.gmail.com> Date: Tue, 25 Oct 2005 12:07:13 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: Kris Kennaway In-Reply-To: <20051025185853.GD63163@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <35c231bf0510251130j53f688ceqb60406426b036078@mail.gmail.com> <20051025185853.GD63163@xor.obsecurity.org> Cc: freebsd-questions@freebsd.org Subject: Re: i386/55603, i386/59959, kern/75850, fixed in 6.0? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:07:15 -0000 On 10/25/05, Kris Kennaway wrote: > On Tue, Oct 25, 2005 at 11:30:49AM -0700, David Kirchner wrote: > > Can anyone using the Mylex A352 controller update/merge the following > > PRs if the bug has been fixed in 6.0? Or confirm whether or not it is > > still present in 6.0-RC? > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Di386/55603 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Di386/59959 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dkern/75850 > > You should follow up to the PR and note that it's still an issue with > 5.4. If they're all reporting the same bug, 2 of them should be > closed to avoid duplicates. > > Kris OK, I've followed up to all 3, requesting that the two newer ones be closed and the originators Cc:'d on i386/55603 action. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:07:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3311416A420 for ; Tue, 25 Oct 2005 19:07:37 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FBBE43D76 for ; Tue, 25 Oct 2005 19:07:36 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 42EEA1A3C33; Tue, 25 Oct 2005 12:07:36 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 64B975121A; Tue, 25 Oct 2005 15:07:35 -0400 (EDT) Date: Tue, 25 Oct 2005 15:07:35 -0400 From: Kris Kennaway To: eoghan Message-ID: <20051025190734.GA74494@xor.obsecurity.org> References: <67BE63FB-D752-4188-AAB1-C67F37D1B2CB@redry.net> <20051025190053.GG63163@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: swat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:07:37 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 08:03:58PM +0100, eoghan wrote: >=20 > On 25 Oct 2005, at 20:00, Kris Kennaway wrote: >=20 > >On Tue, Oct 25, 2005 at 07:52:56PM +0100, eoghan wrote: > > > >>Hello > >>I have followed the manual for setting up SWAT. > >>http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html > >>I have checked my /etc/services and it has > >>swat 901/tcp > >>and I have commented in the line in /etc/inetd.conf > >>swat stream tcp nowait/400 root /usr/=20 > >>local/ > >>sbin/swat swat > >>my paths to my swat file is correct. > >>I restarted too. > >>But when I go to http://localhost:901 i just get a connection refused > >>message. > >>Samba is up and running. > >>Im using freeBSD 5.3 > >>swat version 3.0.20 > >>Any things I should consider? > >> > > > >Enable inetd (in /etc/rc.conf)? :-) > > > >Kris > > >=20 > inetd_enable=3D"YES" ? Yes. Then either reboot, start inetd by hand or run /etc/rc.d/inetd start if you're on 5.x and above. Kris --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXoJ2Wry0BWjoQKURAkitAKCt4EJqG6edyBFgPaESmkgd1m6dngCfU+Mc CBmHdaKUsV8iUS45x/17HNE= =DDBR -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:11:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B82016A41F for ; Tue, 25 Oct 2005 19:11:06 +0000 (GMT) (envelope-from mnslinky@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1119643D80 for ; Tue, 25 Oct 2005 19:10:54 +0000 (GMT) (envelope-from mnslinky@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so475020nzd for ; Tue, 25 Oct 2005 12:10:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:subject:date:to:x-mailer:from; b=OIOK2UQpaMvGsCq/051HjwlfbMnZ3JWG3r9DtTbp+DC+Sd3iRSqb+3lO8rTJM7+aTGYHG6COHzvt5qF5kZXSQc8EkCVFgfFi7BLKSvT9kQT4tSGiegY+O2DJEDvmBvYq7XHMazrarjh4RuObmcHKZoeffv8QoN1lixH+yQmJAjw= Received: by 10.36.158.11 with SMTP id g11mr40953nze; Tue, 25 Oct 2005 12:10:54 -0700 (PDT) Received: from ?192.168.1.50? ( [216.243.161.77]) by mx.gmail.com with ESMTP id 14sm1434184nzp.2005.10.25.12.10.49; Tue, 25 Oct 2005 12:10:53 -0700 (PDT) In-Reply-To: <001b01c5d996$5d5572d0$0900a8c0@satellite> References: <003301c5d974$bb2adf70$0900a8c0@satellite> <2CFD91C0-EA7D-4016-9BE2-796917D79FDC@secure-computing.net> <001b01c5d996$5d5572d0$0900a8c0@satellite> Mime-Version: 1.0 (Apple Message framework v734) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <86951D1F-11E0-4020-B3AB-2FADC25D1981@secure-computing.net> Content-Transfer-Encoding: 7bit Date: Tue, 25 Oct 2005 14:10:48 -0500 To: "Dave" X-Mailer: Apple Mail (2.734) From: Eric F Crist Cc: free bsd questions Subject: Re: probably a simple routing or firewall question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:11:06 -0000 On Oct 25, 2005, at 2:00 PM, Dave wrote: > Hi, > The netmask for my working setup is 255.255.0.0 same for the > nonworking setup. I am starting to wondering since the boxes are in > two different subnets if they need a route to each other? > Thanks. > Dave. Yes, they do. _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:09:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF50A16A420 for ; Tue, 25 Oct 2005 19:09:15 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 166C843D60 for ; Tue, 25 Oct 2005 19:09:15 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id D31711A3C29; Tue, 25 Oct 2005 12:09:14 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2C92E5121A; Tue, 25 Oct 2005 15:09:14 -0400 (EDT) Date: Tue, 25 Oct 2005 15:09:14 -0400 From: Kris Kennaway To: David Kirchner Message-ID: <20051025190913.GB74494@xor.obsecurity.org> References: <35c231bf0510251130j53f688ceqb60406426b036078@mail.gmail.com> <20051025185853.GD63163@xor.obsecurity.org> <35c231bf0510251207y24643989g31a6a56e089995f4@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GRPZ8SYKNexpdSJ7" Content-Disposition: inline In-Reply-To: <35c231bf0510251207y24643989g31a6a56e089995f4@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: i386/55603, i386/59959, kern/75850, fixed in 6.0? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:09:16 -0000 --GRPZ8SYKNexpdSJ7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 12:07:13PM -0700, David Kirchner wrote: > On 10/25/05, Kris Kennaway wrote: > > On Tue, Oct 25, 2005 at 11:30:49AM -0700, David Kirchner wrote: > > > Can anyone using the Mylex A352 controller update/merge the following > > > PRs if the bug has been fixed in 6.0? Or confirm whether or not it is > > > still present in 6.0-RC? > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Di386/55603 > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Di386/59959 > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dkern/75850 > > > > You should follow up to the PR and note that it's still an issue with > > 5.4. If they're all reporting the same bug, 2 of them should be > > closed to avoid duplicates. > > > > Kris >=20 > OK, I've followed up to all 3, requesting that the two newer ones be > closed and the originators Cc:'d on i386/55603 action. Thanks. Kris --GRPZ8SYKNexpdSJ7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXoLZWry0BWjoQKURApPoAKDqDqnmjHpjkPhTqTmcxGSyOqH1ZACaAijP o5JSuqmv9D7+g43tbtLWqPo= =7M43 -----END PGP SIGNATURE----- --GRPZ8SYKNexpdSJ7-- From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:14:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F8716A41F for ; Tue, 25 Oct 2005 19:14:30 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD9343D75 for ; Tue, 25 Oct 2005 19:14:29 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 84117 invoked by uid 89); 26 Oct 2005 05:14:29 +1000 Received: by simscan 1.1.0 ppid: 84084, pid: 84098, t: 0.6138s scanners: clamav: 0.86.1/m:33/d:984 spam: 3.0.4 Received: from unknown (HELO ?192.168.1.34?) (194.125.71.240) by 0 with SMTP; 26 Oct 2005 05:14:28 +1000 In-Reply-To: <20051025190734.GA74494@xor.obsecurity.org> References: <67BE63FB-D752-4188-AAB1-C67F37D1B2CB@redry.net> <20051025190053.GG63163@xor.obsecurity.org> <20051025190734.GA74494@xor.obsecurity.org> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <258D1CFD-B132-40BD-84FD-2ED99512D7EB@redry.net> Content-Transfer-Encoding: 7bit From: eoghan Date: Tue, 25 Oct 2005 20:14:23 +0100 To: Kris Kennaway X-Mailer: Apple Mail (2.734) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Cc: freebsd-questions@freebsd.org Subject: Re: swat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:14:30 -0000 On 25 Oct 2005, at 20:07, Kris Kennaway wrote: >>> Enable inetd (in /etc/rc.conf)? :-) >>> >>> Kris >>> >>> >> >> inetd_enable="YES" ? >> > > Yes. Then either reboot, start inetd by hand or run /etc/rc.d/inetd > start if you're on 5.x and above. Thanks Kris! Its up and running nicely now! Eoghan From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:29:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF3916A420 for ; Tue, 25 Oct 2005 19:29:25 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxsf08.cluster1.charter.net (mxsf08.cluster1.charter.net [209.225.28.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id E051043D45 for ; Tue, 25 Oct 2005 19:29:24 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxip07a.cluster1.charter.net (mxip07a.cluster1.charter.net [209.225.28.137]) by mxsf08.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j9PJTMvg021136 for ; Tue, 25 Oct 2005 15:29:22 -0400 Received: from 24-176-115-34.dhcp.jcsn.tn.charter.com (HELO [192.168.254.3]) ([24.176.115.34]) by mxip07a.cluster1.charter.net with ESMTP; 25 Oct 2005 15:29:21 -0400 X-IronPort-AV: i="3.97,250,1125892800"; d="scan'208"; a="1541815302:sNHT1483887362" User-Agent: Microsoft-Entourage/11.2.1.051004 Date: Tue, 25 Oct 2005 14:29:16 -0500 From: Charles Howse To: "freebsd-questions@freebsd.org" Message-ID: Thread-Topic: Need to boot from CD and delete a file on the hard drive Thread-Index: AcXZmmMOoYpQDEWNEdqgewARJH5tYg== In-Reply-To: <20051025175957.76667.qmail@web31609.mail.mud.yahoo.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Re: Need to boot from CD and delete a file on the hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:29:25 -0000 > Hello All -- > > SUMMARY: > I changed a configuration file and now I can no longer boot from my hard drive > (but I can still > boot from the CD). I would like to boot from the CD and undo my change to the > configuration > file -- but when I boot from the CD it automatically launches the install > program. Is there a way > to boot from the boot CD and get a shell and make a change to a file on the > hard drive? (I got > an "emergency shell" after booting from the CD -- but I can't figure out how > to access my hard > drive filesystem from it.) > > DETAILS: > I was trying to set up a serial console using the instructions here: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup. > html > > I typed the following at the prompt: > > # echo 'console="comconsole"' >> /boot/loader.conf > > then unplugged my regular keyboard and tried to reboot -- but the machine now > freezes on > bootup. > > I now want to boot from a CD and remove the file /boot/loader.conf from the > hard drive. Then I > should be able to boot normally again from the hard drive. > > I went into the BIOS and booted from the CD and this put me in the install > program. I don't > want to install everything again -- I just want to boot up from the CD and > execute the following > command at the prompt: > > # rm /boot/loader.conf > > After booting from the CD, I found a command in the install program to enter > an "emergency > shell" and accessed this shell by hitting ALT-F4 -- but if I do an "rm" > command in this > emergency shell, it doesn't apply to the filesystem on the hard drive -- it > applies to the CD. I > need to delete the file /boot/loader.conf while booting from the CD. > > Is there any way to fix this without installing FreeBSD all over again? OK, I'm going to try one more time, and then leave it to the pro's. :-) You will need Disc 2 of your install CD's, that contains the live file system. Boot with the install cd (1), choose 'Fixit' from the install menu, insert disc 2 when prompted for the fixit disc, then... I found this link explaining the process: http://www.freebsd-corp-net-guide.com/technotes/fixit.html From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:32:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75AFE16A42D for ; Tue, 25 Oct 2005 19:32:07 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp4.suscom.net (smtp4.suscom.net [64.78.119.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7103043D46 for ; Tue, 25 Oct 2005 19:32:06 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp4.suscom.net (Postfix) with ESMTP id 7FF0F150072 for ; Tue, 25 Oct 2005 15:32:04 -0400 (EDT) Received: from smtp4.suscom.net ([127.0.0.1]) by localhost (smtp4.suscom.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08126-02-88 for ; Tue, 25 Oct 2005 15:32:00 -0400 (EDT) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp4.suscom.net (Postfix) with SMTP id 8B7CB150074 for ; Tue, 25 Oct 2005 15:32:00 -0400 (EDT) Received: from [192.168.0.2] (//gerard [192.168.0.2]) by seibercom.net (8.13.4/8.13.4) with ESMTP id j9PJW0Ft058725 for ; Tue, 25 Oct 2005 15:32:01 -0400 (EDT) (envelope-from gerard@seibercom.net) Date: Tue, 25 Oct 2005 15:32:03 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom.net In-Reply-To: <20051025185924.GE63163@xor.obsecurity.org> References: <20051025143341.258F.GERARD@seibercom.net> <20051025185924.GE63163@xor.obsecurity.org> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20051025152725.EEB8.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.22.02 [en] X-Virus-Scanned: amavisd-new at suscom.net Subject: Re[2]: Error message while running 'portsdb -Uu' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:32:07 -0000 On Tuesday, October 25, 2005 2:59:24 PM, Kris Kennaway Subject: Re: Error message while running 'portsdb -Uu' Wrote these words of wisdom: > On Tue, Oct 25, 2005 at 02:35:54PM -0400, Gerard Seibert wrote: > > On Tuesday, October 25, 2005 2:03:43 PM, Kris Kennaway > > Subject: Re: Error message while running 'portsdb -Uu' > > Wrote these words of wisdom: > > > > > On Mon, Oct 24, 2005 at 08:27:21PM -0400, Gerard Seibert wrote: > > > > I just updated my ports using cvsup and then proceeded to run 'portsdb > > > > -Uu' to generate the index file. Upon completion, it produced this error > > > > message: > > > > > > > > Updating the ports index ... Generating INDEX.tmp - please wait..jot: > > > > infinite sequences cannot be bounded "Makefile", line 19: warning: > > > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status jot: > > > > infinite sequences cannot be bounded > > > > "/usr/ports/editors/vim-lite/../vim/Makefile", line 19: warning: > > > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status jot: > > > > infinite sequences cannot be bounded > > > > "/usr/ports/editors/vim6+ruby/../vim/Makefile", line 19: warning: > > > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status > > > > > > > > Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.6 > > > > Warning: Duplicate INDEX entry: mod_frontpage2-5.0.2.2635 > > > > Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.4 > > > > Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 > > > > Done. > > > > > > > > I have never seen that one before. What does it mean, and what should I > > > > do to correct it, it anything? > > > > > > cvsup again, and in general, read discussion on ports@ before sending > > > duplicate reports :) > > > > > > Kris > > > > > > ***** REPLY SEPARATOR ***** > > On 10/11/2005 5:29:42 PM, Gerard Replied: > > > > Excuse me, but what 'duplicate reports' are you referring to? > > Others reporting the same problem, which was introduced a day or so > ago and then fixed. > > Kris ***** REPLY SEPARATOR ***** On 10/11/2005 5:29:42 PM, Gerard Replied: Sorry! I do not have the time to read every post, although I do try to. I must have missed those. <:( -- The word "spine" is of course an anagram of the word "penis". This is true in almost fifty percent of the languages of the Galaxy and many people have attempted to explain why. Usually the explanations get bogged down in silly ones about "stand erect". From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:49:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3415116A41F for ; Tue, 25 Oct 2005 19:49:51 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from esemetz.metz.supelec.fr (esemetz.metz.supelec.fr [193.48.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5811143D55 for ; Tue, 25 Oct 2005 19:49:47 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from smtp.metz.supelec.fr (smtp.metz.supelec.fr [193.48.224.205]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id j9PJnjI11057 for ; Tue, 25 Oct 2005 21:49:45 +0200 Received: from [193.48.225.2] (nou.rez-metz.supelec.fr [193.48.225.2]) by smtp.metz.supelec.fr (8.11.6/8.11.6) with ESMTP id j9PJhUK16269; Tue, 25 Oct 2005 21:43:30 +0200 Message-ID: <435E8C58.2040208@altern.org> Date: Tue, 25 Oct 2005 21:49:44 +0200 From: Gregory Nou User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051009) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <435C9AE0.40506@altern.org> <20051025175944.GA46045@xor.obsecurity.org> In-Reply-To: <20051025175944.GA46045@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Questions Questions Subject: Re: [Fwd: Suspected problem with /libexec/ld-elf.so.1] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:49:51 -0000 Kris Kennaway wrote: > On Mon, Oct 24, 2005 at 10:27:12AM +0200, Gregory Nou wrote: > >>As nobody seems concerned in current, I suppose it is not an error due >>to current. > > > I guess you didn't read my mail? > > Kris I saw your answer after posting there. But now everything is nice and work well. Thank you again. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 20:13:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C04A716A41F for ; Tue, 25 Oct 2005 20:13:11 +0000 (GMT) (envelope-from magalhj@yahoo.com.br) Received: from web31603.mail.mud.yahoo.com (web31603.mail.mud.yahoo.com [68.142.198.149]) by mx1.FreeBSD.org (Postfix) with SMTP id 4592743D5C for ; Tue, 25 Oct 2005 20:13:05 +0000 (GMT) (envelope-from magalhj@yahoo.com.br) Received: (qmail 24461 invoked by uid 60001); 25 Oct 2005 20:13:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=aOfO+lxjn6nKCydzO1iXzffP12ogW88PVdWp+RBm67OCvrcR6Bqp9hfTqVHLvCohLowWr0y4tW4WVewpQ9fgjO7OgafmDrqATu7SQT0B1CiLv2aSCEWvkq5cQrkcuxpcofJVdd3FY4bRVdeBg0FpqWoM6pxDgxYUo/PVifiv76Y= ; Message-ID: <20051025201304.24459.qmail@web31603.mail.mud.yahoo.com> Received: from [200.216.238.36] by web31603.mail.mud.yahoo.com via HTTP; Tue, 25 Oct 2005 17:13:04 ART Date: Tue, 25 Oct 2005 17:13:04 -0300 (ART) From: Aguiar Magalhaes To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Samba3 and win9x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 20:13:11 -0000 List, I´ve installed Samba3 on a FreeBSD 5.4 server. The shared directories are see in winXP machines and they´ve worked correctly using the local users (created by adduser script with nologin) In the same network, when I use the same users in win9x machines, I´ve received a error message: "Invalid password" My smb.conf has: security = user encrypt password = no domain logons = yes The win9x machines has in the register: EnablePlainTextPassword = 1 What´s wrong ? Aguiar _______________________________________________________ Promoção Yahoo! Acesso Grátis: a cada hora navegada você acumula cupons e concorre a mais de 500 prêmios! Participe! http://yahoo.fbiz.com.br/ From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 20:48:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36A0516A421 for ; Tue, 25 Oct 2005 20:48:51 +0000 (GMT) (envelope-from maudeuser@yahoo.com) Received: from web31615.mail.mud.yahoo.com (web31615.mail.mud.yahoo.com [68.142.198.161]) by mx1.FreeBSD.org (Postfix) with SMTP id C2B9843D45 for ; Tue, 25 Oct 2005 20:48:50 +0000 (GMT) (envelope-from maudeuser@yahoo.com) Received: (qmail 42956 invoked by uid 60001); 25 Oct 2005 20:48:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=uMvH4/3zM2ap3hNbMsI5hT9Jl904e2ygsTtp2A8E66adpCKuycKF2dIlfY/eDA9y5oXLwCAurU1psDbi/kmi7zGUM77kE8gRWn0kTksHSYPv+79hg5BVHN7sAeYNHvex0nFKJ0ly5EjBZaha6MwEeza9PL0rI658197XGckss0s= ; Message-ID: <20051025204850.42954.qmail@web31615.mail.mud.yahoo.com> Received: from [201.19.162.209] by web31615.mail.mud.yahoo.com via HTTP; Tue, 25 Oct 2005 13:48:50 PDT Date: Tue, 25 Oct 2005 13:48:50 -0700 (PDT) From: Maude User 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.5 Subject: Re: Need to boot from CD and delete a file on the hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 20:48:51 -0000 Micah wrote: > The option you are looking for is "fixit" from the install disk menu. > This'll get you a command prompt. You will have to manually mount the > partion that boot is on then you can delete, rename, edit, etc the file > in question. === Micah -- Thank you for your answer -- sounds like it should work! I found a website which gives some more detail: http://www.freebsd-corp-net-guide.com/technotes/fixit.html - Scott Alexander ==== --------------------------------- Yahoo! FareChase - Search multiple travel sites in one click. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 21:03:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EA2516A41F for ; Tue, 25 Oct 2005 21:03:26 +0000 (GMT) (envelope-from paulino.calderon@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE7143D5A for ; Tue, 25 Oct 2005 21:03:25 +0000 (GMT) (envelope-from paulino.calderon@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so14940wxc for ; Tue, 25 Oct 2005 14:03:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ej5lGuNOneuy0FH4MDuK5hJ5BlADI3gszxthkCSuVBD9uN/YSEFnUfuHJCq4prpsWHN0C7W3G1OI9E0mkgqoCK9jfb+b0PG4SvVIapd8I6GAN0IQqu+sZv79tZLyYKeXf6MAkS/o7Rsa8VAA0x1HWZmQEjHvGkvfyXfKqluNhok= Received: by 10.65.61.17 with SMTP id o17mr136815qbk; Tue, 25 Oct 2005 14:03:25 -0700 (PDT) Received: by 10.65.22.11 with HTTP; Tue, 25 Oct 2005 14:03:25 -0700 (PDT) Message-ID: <8dc358df0510251403q65ac1e48ua19b263e7e379576@mail.gmail.com> Date: Tue, 25 Oct 2005 14:03:25 -0700 From: Paulino Calderon To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Kernel boot hangs during installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 21:03:26 -0000 Ive got a Toshiba Satellite P10-EE1 with the following specifications: -Intel(r) Pentium(r) 4 Processor 3.20 GHz processor with Hyper Threading Technology, 533MHz PSB L1 Cache 12KB/8KB (instruction/data), L2 Cache 512KB -Disk drive 80 gb : TOSHIBA MK9026GAX -Video card: ATI MOBILITY RADEON 9700 -TOSHIBA DVD-ROM SD-R6112 -Atheros Wireless Network Adapter Well first I tried to install freebsd 5.4 without success, i cant get it to boot, my installation cd works ( ive tried on different machines ), I get the menu with the ASCII daemon and let the countdown time out, but then it hangs when it tries to boot the kernel. Ive tried the acpi off and safe mod= e and the same thing happens, so i thought this might be a incompatibility problem so i waited and tried the 6.0 RC1 and still no luck, any help or orientation you can give me would be really appreciated, thanks. Greets. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 21:14:24 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F020516A41F for ; Tue, 25 Oct 2005 21:14:24 +0000 (GMT) (envelope-from Levitch@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0E5343D45 for ; Tue, 25 Oct 2005 21:14:24 +0000 (GMT) (envelope-from Levitch@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout03/MantshX 4.0) with ESMTP id j9PLEONo008190 for ; Tue, 25 Oct 2005 14:14:24 -0700 (PDT) Received: from [172.16.20.1] (loudsl01.4.0.6.185.c.iglou.com [64.253.111.242]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j9PLEMfY016483 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Tue, 25 Oct 2005 14:14:24 -0700 (PDT) From: Darrel To: questions@freebsd.org Date: Tue, 25 Oct 2005 17:13:56 -0400 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510251713.56275.Levitch@mac.com> Cc: Subject: Urchin5 or Sawmill | shared library problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Levitch@mac.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 21:14:25 -0000 Anyone have Urchin5 or Sawmill to work on FreeBSD6? The maintainer, vendor has not been abled to help so far. What would be interesting for solving this, other than the error messages? Darrel From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 21:21:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DB3A16A41F for ; Tue, 25 Oct 2005 21:21:41 +0000 (GMT) (envelope-from lukas@razik.de) Received: from fmmailgate07.web.de (fmmailgate07.web.de [217.72.192.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id A411B43D46 for ; Tue, 25 Oct 2005 21:21:40 +0000 (GMT) (envelope-from lukas@razik.de) Received: by fmmailgate07.web.de (8.12.10/8.12.10/webde Linux 0.7) with SMTP id j9PLLNJg000426 for ; Tue, 25 Oct 2005 23:21:39 +0200 Received: from [84.63.45.187] by freemailng5303.web.de with HTTP; Tue, 25 Oct 2005 23:21:38 +0200 Date: Tue, 25 Oct 2005 23:21:38 +0200 Message-Id: <378525338@web.de> MIME-Version: 1.0 From: Lukas Razik To: freebsd-questions@freebsd.org Precedence: fm-user Organization: http://freemail.web.de/ X-Sender: lukasrazik@web.de Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Subject: C/C++ Editor with auto completion for FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 21:21:41 -0000 Hello! Does anyone know C/C++ Editors/IDEs for X11 under FreeBSD with auto code completion and for example information boxes about the parameters of functions etc. (like NetBeans)? I've read that eclipse with CDT should do that but it doesn't work here... :-( Many Thanks in advance!!! Lukas From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 21:27:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2E0D16A41F for ; Tue, 25 Oct 2005 21:27:16 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAEFA43D6E for ; Tue, 25 Oct 2005 21:27:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a235.otenet.gr [212.205.215.235]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j9PLR2fp021103; Wed, 26 Oct 2005 00:27:03 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9PLQutp003397; Wed, 26 Oct 2005 00:26:57 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9PKHZVA002641; Tue, 25 Oct 2005 23:17:35 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 25 Oct 2005 23:17:35 +0300 From: Giorgos Keramidas To: Linnea Forslund Message-ID: <20051025201735.GA2454@flame.pc> References: <4B5BF078-F130-4519-BF94-508BB99C15A6@secure-computing.net> <435D8938.7020702@ywave.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Eric F Crist , Micah , freebsd-questions@freebsd.org Subject: Re: i get stuck installing kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 21:27:16 -0000 On 2005-10-25 18:54, Linnea Forslund wrote: >> Check out >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and > > If I'm going to create a supfile as it says in the handbook, where do > i write? In an xterm just as it is? Do I include the "*"? You don't even need to create one. You should already have several sample supfiles in ``/usr/share/examples/cvsup''. These example supfiles can be used without _any_ change at all. The cvsup program can read default options from the example supfiles and a CVSup server name from a command line option, all in one invocation: # cvsup -h cvsup.host.address /usr/share/examples/cvsup/stable-supfile NOTE: I strongly recommend using "stable-supfile" for your updates until you have gained a fair bit of experience with updates through CVSup. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 22:00:39 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A11816A41F for ; Tue, 25 Oct 2005 22:00:39 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5A043D45 for ; Tue, 25 Oct 2005 22:00:39 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so35517wxc for ; Tue, 25 Oct 2005 15:00:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WubZMYOkvu+/4VIl+g4VdrEyRkdXuz9C9grm6aidseAO0eYR2BHMjtqVC0hHjB0hqbHOWN4eq0ziVlZHo+X5eG650DwzWNW2IrtIuV360mjLzrfotFerD3Xf7YhhB37z24QcDQHZkDUZIWYD3/yPon1Y1givPxjBzT3TGTHxkWQ= Received: by 10.70.15.11 with SMTP id 11mr98095wxo; Tue, 25 Oct 2005 15:00:38 -0700 (PDT) Received: by 10.70.18.15 with HTTP; Tue, 25 Oct 2005 15:00:38 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 15:00:38 -0700 From: Kurt Buff To: John Oxley In-Reply-To: <20051025150535.GA11665@yoafrica.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051025150535.GA11665@yoafrica.com> Cc: questions@freebsd.org Subject: Re: Cisco Netflow Port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 22:00:39 -0000 On 10/25/05, John Oxley wrote: > What netflow graphing tool(s) do you guys recommend to capture Cisco > Netflow data. > > -John http://www.ntop.org will do nice things for you... From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 22:24:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BAFC16A41F for ; Tue, 25 Oct 2005 22:24:56 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA4543D46 for ; Tue, 25 Oct 2005 22:24:55 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id i28so8643nzi for ; Tue, 25 Oct 2005 15:24:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RnJpBc1gj8flyZrz8IvwHAsLAC0TRil4rkp6V5C1zqEZqqbRPCLLNseqM1Pl1BOeXue9NiCJVlNA2rM6fFa5QNjLlLvSMJmcDoMzdIJE9WQVxtr8c4FoLWUtwobdfJV2e8eTRbsIrycYe0V5zqNhjp3l7AdnPk34B5BWdvyX0Fs= Received: by 10.36.222.18 with SMTP id u18mr182509nzg; Tue, 25 Oct 2005 15:24:55 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Tue, 25 Oct 2005 15:24:54 -0700 (PDT) Message-ID: Date: Wed, 26 Oct 2005 02:24:54 +0400 From: "Andrew P." To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 22:24:56 -0000 How to tell? Apart from trying to launch it on different versions without COMPAT* in the kernel? One can always carefully examine the output of ldd, readelf and other such tools, but that requires much knowledge and a small lab with all kinds of BSD's set up. Is there a better way? From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 22:27:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C95AE16A41F for ; Tue, 25 Oct 2005 22:27:44 +0000 (GMT) (envelope-from dan@dpcsys.com) Received: from ns.beach.net (ns.beach.net [12.130.64.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E7443D46 for ; Tue, 25 Oct 2005 22:27:44 +0000 (GMT) (envelope-from dan@dpcsys.com) Received: from [148.64.213.203] (misc-148-64-213-203.pool.starband.net [148.64.213.203]) by ns.beach.net (8.12.9/8.11.3) with ESMTP id j9PMR4lv040325; Tue, 25 Oct 2005 15:27:08 -0700 (PDT) (envelope-from dan@dpcsys.com) In-Reply-To: <20051025181832.GA61086@xor.obsecurity.org> References: <20051025131352.217826@bob> <20051025181832.GA61086@xor.obsecurity.org> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Dan Busarow Date: Tue, 25 Oct 2005 16:27:26 -0600 To: Robert Wall X-Mailer: Apple Mail (2.734) Cc: freebsd-questions@freebsd.org Subject: Re: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 22:27:44 -0000 On Oct 25, 2005, at 12:18 PM, Kris Kennaway wrote: > On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote: > >> Hello! I'm attempting to run GPG from cron, and it's not >> working. I can run the script from the command line, and all >> works perfectly. When I try to run it from cron, however, it >> doesn't work. The crontab calls this script, called "pgpdecrypt" >> with the following crontab line: >> >> */1 * * * * root /bin/bash /etc/ >> pgpdecrypt >> >> The /bin/bash wasn't originally there; I added it to make sure >> that the script was using the correct shell. Still no luck. >> Here's the script that it calls: >> >> echo >> /etc/pgpdecrypt.logger "PGP Decrypter Starting" >> cd /home/folder >> for filename in `ls *pgp` >> do >> gpg --batch --no-tty --passphrase-fd 0 --output /home/folder/pgp- >> decrypted/$filename.txt --decrypt /home/folder/$filename < /home/ >> folder/pp >> /home/folder/pgp-decrypted/import.pl /home/folder/pgp-decrypted/ >> $filename.txt >> echo >> /etc/pgpdecrypt.logger "/home/folder/$filename /home/ >> folder/pgp-original/$filename" >> done >> >> The output file is cheerfully logging the filenames >> appropriately. /var/log/messages doesn't contain any errors. >> Anybody got any ideas? Even if I could get a competent logging >> mechanism in place to see why GPG doesn't feel like running, that >> would be great. >> > > You're assuming gpg is in PATH, which it probably isn't. crontab > errors aren't logged in /var/log/messages anyway (they're mailed to > you) - see the manpages. In addition to PATH you will also need to verify that LOGNAME and HOME are set in the script. Dan From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 23:10:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5666816A41F for ; Tue, 25 Oct 2005 23:10:59 +0000 (GMT) (envelope-from rjhjr@cox.net) Received: from eastrmmtao05.cox.net (eastrmmtao05.cox.net [68.230.240.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF5343D48 for ; Tue, 25 Oct 2005 23:10:58 +0000 (GMT) (envelope-from rjhjr@cox.net) Received: from localhost ([68.230.186.138]) by eastrmmtao05.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051025231056.INSZ28234.eastrmmtao05.cox.net@localhost> for ; Tue, 25 Oct 2005 19:10:56 -0400 Date: Tue, 25 Oct 2005 19:10:57 -0400 From: Bob Hall To: freebsd-questions@freebsd.org Message-ID: <20051025231057.GA84395@kongemord.krig.net> Mail-Followup-To: Bob Hall , freebsd-questions@freebsd.org References: <20051025131352.217826@bob> <20051025184502.GA83689@kongemord.krig.net> <20051025190017.GF63163@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051025190017.GF63163@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Subject: Re: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 23:10:59 -0000 On Tue, Oct 25, 2005 at 03:00:18PM -0400, Kris Kennaway wrote: > On Tue, Oct 25, 2005 at 02:45:02PM -0400, Bob Hall wrote: > > On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote: > > > Hello! I'm attempting to run GPG from cron, and it's not working. I can run the script from the command line, and all works perfectly. When I try to run it from cron, however, it doesn't work. The crontab calls this script, called "pgpdecrypt" with the following crontab line: > > > > > > */1 * * * * root /bin/bash /etc/pgpdecrypt > > > > > > The /bin/bash wasn't originally there; I added it to make sure that the script was using the correct shell. Still no luck. Here's the script that it calls: > > > > > > echo >> /etc/pgpdecrypt.logger "PGP Decrypter Starting" > > > > Take the "/bin/bash" out of your crontab. Put > > #!/bin/bash > > at the beginning of your script. > > What do you think that will do to help? It's a NOP, so it can't fix > the problem (which is because of bad assumptions about PATH, per my > other message). Well, I don't know whether "#!" is a NOP or not. It does tell the script which executable to use in executing the script. But I did make a mistake. Try whereis bash and use that path. Bob Hall From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 23:21:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 679E816A41F for ; Tue, 25 Oct 2005 23:21:22 +0000 (GMT) (envelope-from kwc@shell.TheWorld.com) Received: from TheWorld.com (pcls2.std.com [192.74.137.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0923C43D45 for ; Tue, 25 Oct 2005 23:21:21 +0000 (GMT) (envelope-from kwc@shell.TheWorld.com) Received: from shell.TheWorld.com (root@shell01.theworld.com [192.74.137.71]) by TheWorld.com (8.12.8p1/8.12.8) with ESMTP id j9PNIobS025403; Tue, 25 Oct 2005 19:21:19 -0400 Received: (from kwc@localhost) by shell.TheWorld.com (8.9.3/8.9.3) id SAA10860928; Tue, 25 Oct 2005 18:59:52 -0400 (EDT) Date: Tue, 25 Oct 2005 18:59:52 -0400 (EDT) From: Kenneth W Cochran Message-Id: <200510252259.SAA10860928@shell.TheWorld.com> To: freebsd-questions@freebsd.org X-Virus-Scanned: ClamAV 0.86rc1/1148/Tue Oct 25 15:34:12 2005 on pcls2.std.com X-Virus-Status: Clean Subject: ipfw2 NAT/forwarding config for bittorrent X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 23:21:22 -0000 Hello -questions: I would like to make bittorrent work in following scenario: - machine running py-bittorrent has private ip-address 192.168.x.y and currently runs FreeBSD 5.4-RELEASE - firewall/NAT machine is FreeBSD 4.10-STABLE, last updated by source in November 2004. - firewall/NAT is ipfw2, has run just fine for months How do I configure ipfw2 for properly forwarding the bittorrent ports (6881-6889) to the destination machine? Log_in_vain is active on the firewall machine & when bittorrent is active on the private-ip machine, the firewall's syslog is being cluttered with attempts on port 6881. Where in the firewall config would such rule(s) go in relation to the divert rule? Would that silence the port 6881 messages & properly pass that traffic to the internal machine? So far I'm not understanding the ipfw manpage for port forwarding. FAQ/documentation/RTFM pointers/examples are quite welcome. :) Please CC me any replies. Thanks, -kc From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 23:30:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DC6F16A41F for ; Tue, 25 Oct 2005 23:30:38 +0000 (GMT) (envelope-from gouda422@yahoo.com) Received: from web36315.mail.mud.yahoo.com (web36315.mail.mud.yahoo.com [209.191.84.245]) by mx1.FreeBSD.org (Postfix) with SMTP id C1F5943D48 for ; Tue, 25 Oct 2005 23:30:37 +0000 (GMT) (envelope-from gouda422@yahoo.com) Received: (qmail 5152 invoked by uid 60001); 25 Oct 2005 23:30:37 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=gB9YpJI4WDBuXwNiFy17DrstkaRCAbGvWqWV7hfxV1XiG00Idy6YTzQC1k7eP6N/8huA56r+7ZiOi8pRm6gqGPnZ3ittxJkXOjg2MsbquOiLP+ateLHuMy8hB0tm2U3zCRx5x7Jq0EyJjnoGvGQrzLSYT6rotnpYAT9BHrxJ9ns= ; Message-ID: <20051025233037.5150.qmail@web36315.mail.mud.yahoo.com> Received: from [66.129.224.36] by web36315.mail.mud.yahoo.com via HTTP; Tue, 25 Oct 2005 16:30:37 PDT Date: Tue, 25 Oct 2005 16:30:37 -0700 (PDT) From: Prakash GP To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: switch to/from Daylight savings doesn't happen X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 23:30:38 -0000 Hi, FreeBSD 4.5 doesn't seem to auto-switch to/from DST at the right time. ----------%<----------%<----------%<----------%<----------%<---------- # setenv TZ :/usr/share/zoneinfo/America/Los_Angeles # /bin/date Tue Oct 25 15:40:10 PDT 2005 # /bin/date 200510300159 Sun Oct 30 01:59:00 PST 2005 <-- should be PDT ? ----------%<----------%<----------%<----------%<----------%<---------- Oct 30, 1:59 falls under PDT, instead `date` command returns PST. I am sure I have the right tzfile. The following change in date.c seems to fix the problem; the PDT->PST switch happens automatically at oct 30 2.00am. Not sure if that's the way to fix it. Index: date.c =================================================================== @@ -270,8 +270,6 @@ setthetime(fmt, p, jflag, nflag) } } - /* Let mktime() decide whether summer time is in effect. */ - lt->tm_isdst = -1; /* convert broken-down time to GMT clock time */ if ((tval = mktime(lt)) == -1) Thanks, Prakash __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 23:40:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E43F716A41F for ; Tue, 25 Oct 2005 23:40:21 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from mail.mrburak.net (203-217-17-178.perm.iinet.net.au [203.217.17.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A08443D4C for ; Tue, 25 Oct 2005 23:40:21 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from [127.0.0.1] (unknown [10.20.0.1]) by mail.mrburak.net (Postfix) with ESMTP id B071822820; Wed, 26 Oct 2005 09:40:18 +1000 (EST) Message-ID: <435EC264.6020909@mrburak.net> Date: Wed, 26 Oct 2005 09:40:20 +1000 From: Richard Burakowski User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kenneth W Cochran References: <200510252259.SAA10860928@shell.TheWorld.com> In-Reply-To: <200510252259.SAA10860928@shell.TheWorld.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ipfw2 NAT/forwarding config for bittorrent X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 23:40:22 -0000 Kenneth W Cochran wrote: >How do I configure ipfw2 for properly forwarding the bittorrent >ports (6881-6889) to the destination machine? Log_in_vain is > > natd(8) -redirect_port ipfw will just forward the packet where as natd will rewrite it From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 23:41:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B17316A41F for ; Tue, 25 Oct 2005 23:41:48 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D80B943D45 for ; Tue, 25 Oct 2005 23:41:47 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id j9PNeiBn000686; Tue, 25 Oct 2005 19:40:44 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id j9PNeiBt000685; Tue, 25 Oct 2005 19:40:44 -0400 (EDT) From: Jerry McAllister Message-Id: <200510252340.j9PNeiBt000685@clunix.cl.msu.edu> To: chowse@charter.net (Charles Howse) Date: Tue, 25 Oct 2005 19:40:44 -0400 (EDT) In-Reply-To: X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: Need to boot from CD and delete a file on the hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 23:41:48 -0000 > > > Hello All -- > > Nuked a lot here. > > SUMMARY: > > > > After booting from the CD, I found a command in the install program to enter > > an "emergency > > shell" and accessed this shell by hitting ALT-F4 -- but if I do an "rm" > > command in this > > emergency shell, it doesn't apply to the filesystem on the hard drive -- it > > applies to the CD. I > > need to delete the file /boot/loader.conf while booting from the CD. > > > > Is there any way to fix this without installing FreeBSD all over again? > > OK, I'm going to try one more time, and then leave it to the pro's. :-) > You will need Disc 2 of your install CD's, that contains the live file > system. > Boot with the install cd (1), choose 'Fixit' from the install menu, insert > disc 2 when prompted for the fixit disc, then... > I found this link explaining the process: > http://www.freebsd-corp-net-guide.com/technotes/fixit.html Good, but I think it depends on the FreeBSD version. I think, starting with 5.xx the fixit is all on disk one and you don't need disk 2, but for 4.xxx and earlier you do. ////jerry From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 23:45:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E5E16A41F for ; Tue, 25 Oct 2005 23:45:32 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D74DE43D46 for ; Tue, 25 Oct 2005 23:45:31 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so65324wxc for ; Tue, 25 Oct 2005 16:45:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SiIL6Lg6ro3UM/IgL1nDXpUJFI7C3xycsaUNh+GSXkHkaGb/dhjE1dTh+unPjW1fYzwA884z8mhOBRXecW+SFUaCeGnbPM9yY/vR1+wx6Wab0zDFGvSY7epbUYOSsbIEEoZ9oAB1d3yH2iLntYO0K8XKgKpVqUIX3K+oUL0SWqg= Received: by 10.70.60.1 with SMTP id i1mr141497wxa; Tue, 25 Oct 2005 16:45:31 -0700 (PDT) Received: by 10.70.91.17 with HTTP; Tue, 25 Oct 2005 16:45:31 -0700 (PDT) Message-ID: <57416b300510251645m6b38842due8a83650c3800038@mail.gmail.com> Date: Wed, 26 Oct 2005 09:45:31 +1000 From: Peter Clutton To: Lukas Razik In-Reply-To: <378525338@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <378525338@web.de> Cc: freebsd-questions@freebsd.org Subject: Re: C/C++ Editor with auto completion for FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 23:45:32 -0000 On 10/26/05, Lukas Razik wrote: > Does anyone know C/C++ Editors/IDEs for X11 under FreeBSD with auto code = completion >and for example information boxes about the parameters of funct= ions etc. Emacs can do autocompletion, and you can use etags for finding functions etc. I don't know about information boxes, but there are many extensions available. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 23:52:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7855A16A41F for ; Tue, 25 Oct 2005 23:52:44 +0000 (GMT) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1936C43D48 for ; Tue, 25 Oct 2005 23:52:44 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id C2E7431359; Tue, 25 Oct 2005 19:52:42 -0400 (EDT) Date: Tue, 25 Oct 2005 19:52:42 -0400 (EDT) From: user To: "Andrew P." In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: traffic accounting per username with ipfw in 5.4 ? (more) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 23:52:44 -0000 On Tue, 25 Oct 2005, Andrew P. wrote: > ipfw looks at the owner of a process, sshd in your > case. If you really need to account the not-locally- > initiated ssh traffic, start another sshd running as > the user (on another port), and connect to that > port [you can easily allow a user to connect only > to a selected server by editing sshd_config's]. > > Anyway, try thinking logically. How ipfw could > ever know what user traffic belongs to if all > authentication is handled by sshd internally. > Otherwise, it would be a security whole (though > some actions can certainly be logged to limited- > access log files). > > Hassle-free solutions, i.e. complex accounting > systems, come for money. Though, whatever > problem you might have, I'm sure somehow that > there's another way. I am open to suggestions :) Basically I have a system that is accessible via ssh _only_, and I need to find out how much ssh traffic each individual user is generating (both send and receive) over ssh. There are a large enough population of users that one sshd/user is not workable. So, it turns out there is a patch for openSSH that does per-user traffic accounting, which makes sense, since the sshd does know all that I am trying to ask of it. The only drawbacks are, the patch is unsupported (apparently the openssh developer is philosophically opposed to traffic counting in sshd (?)), and it does not count aborted transactions (so you could upload a few gigs, and then drop off, and that doesn't get counted). So that is one solution ... can you think of any other ways to count per-user traffic, if it is a given that it is all only ssh ? thanks. From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 23:59:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4A8316A420 for ; Tue, 25 Oct 2005 23:59:09 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51E3343D49 for ; Tue, 25 Oct 2005 23:59:08 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from [192.168.0.60] ([82.35.113.47]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 25 Oct 2005 23:41:31 +0100 Message-ID: <435EB44D.3010509@childeric.freeserve.co.uk> Date: Tue, 25 Oct 2005 23:40:13 +0100 From: Chris User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <810a540e0510251124p54c35257m8fd819d591cfe955@mail.gmail.com> In-Reply-To: <810a540e0510251124p54c35257m8fd819d591cfe955@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Oct 2005 22:41:31.0178 (UTC) FILETIME=[3E8EC8A0:01C5D9B5] Subject: Re: What packages can I deinstall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 23:59:10 -0000 Pat Maddox wrote: > Basically I'd like to clear out any unused packages. Is it safe to > just run on pkg_deinstall -n on any package I don't recognize, and if > it isn't required as a dependency for another package go ahead and > delete it? Check out portmanager, specifically portmanager -slid (interactivly and safely delete leaf ports from the man page). Note that's leaf ports not just unused ports Chris > > Thanks, > Pat > _______________________________________________ > 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 Wed Oct 26 00:13:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A33D16A41F for ; Wed, 26 Oct 2005 00:13:30 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CEBC43D46 for ; Wed, 26 Oct 2005 00:13:30 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so72478wxc for ; Tue, 25 Oct 2005 17:13:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BP6P9ZlLUArS16Qi743sJWfc98D+WslR4Wdzk+Fswq9mlOG4xEQXv8Y5+vbkUS/84oEOgqRzdHLKBWysxQl6Ab3539xP1JfK2YUjaQLpxrCiyKwjRF0lS9NGRkFDGXpqRN0FuPnSapJdmOc63sohfxCutVYy9f1zIckTBJOya+0= Received: by 10.65.222.2 with SMTP id z2mr195014qbq; Tue, 25 Oct 2005 17:13:29 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 17:13:29 -0700 (PDT) Message-ID: Date: Wed, 26 Oct 2005 02:13:29 +0200 From: Linnea Forslund To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: last attempt to run mixxx (segfault, lalala) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 00:13:30 -0000 I've been posting about it before, but now, before i give it all up I thought I'll give it one last try and drop an e-mail. Who knows, maybe it really _will_ work out. So after getting cvsup, installing it, getting a nice source tree and a new driver for my graphics card it was supposed to work only it didn't. Now it doesn't even start in a crappy way (as it did before with visuals at 1). With visuals at 1 I get this segfault: > mixxx Debug: Starting up... Debug: MidiObjectOSS: No MIDI devices available. Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Debug: playlist name Default Debug: id 0, sr 8000, ch 2, bufsize 16, bufno 400 Segmentation fault (core dumped) and with visuals at 0 i get it without those Xlib: extension "GLX" missing on display ":0.0". The way I got it before. The driver has Load "glx" in its configuration file. Any ideas? -- /Linnea From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 00:43:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2778916A41F for ; Wed, 26 Oct 2005 00:43:32 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65DD343D48 for ; Wed, 26 Oct 2005 00:43:31 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from alpha.home (ppp227-49.lns2.adl4.internode.on.net [203.122.227.49]) by smtp3.adl2.internode.on.net (8.12.9/8.12.6) with ESMTP id j9Q0hPpa059876; Wed, 26 Oct 2005 10:13:26 +0930 (CST) (envelope-from malcolm.kay@internode.on.net) From: Malcolm Kay Organization: at home To: freebsd-questions@freebsd.org Date: Wed, 26 Oct 2005 10:14:35 +0930 User-Agent: KMail/1.8 References: <20051025233037.5150.qmail@web36315.mail.mud.yahoo.com> In-Reply-To: <20051025233037.5150.qmail@web36315.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510261014.36079.malcolm.kay@internode.on.net> Cc: Prakash GP Subject: Re: switch to/from Daylight savings doesn't happen X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 00:43:32 -0000 On Wed, 26 Oct 2005 09:00 am, Prakash GP wrote: > Hi, > > FreeBSD 4.5 doesn't seem to auto-switch to/from DST at the > right time. > > ----------%<----------%<----------%<----------%<----------%<-- >-------- > > # setenv TZ :/usr/share/zoneinfo/America/Los_Angeles > It would seem that the use of the TZ environment variable is somewhat deprecated. I suggest you get rid of it, and then use 'tzsetup' to set your time zone. This is menu driven -- doesn't require command line arguments. Apart from the choice of UTC or wall time for your CMOS clock, I believe the equivalent result can be achieved by copying /usr/share/zoneinfo/America/Los_Angeles to /etc/localtime. Malcolm Kay From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 00:43:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B932816A423 for ; Wed, 26 Oct 2005 00:43:37 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id A179E43D48 for ; Wed, 26 Oct 2005 00:43:36 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so80605wxc for ; Tue, 25 Oct 2005 17:43:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=hLPmjVDzS96kdq85YRitgeK8gEkezeJoq/lYUaLqTSw7ljB+xC2wvyYAoJr4Y5S1xu7liXutYVKYdhl6nHCqacozaJA+SDh5Aa5Xo8VCy/Ptgn/kYvonQAvvq6DLDZnwDo9nEA497dP56xLHXvF+tBDVC9glPhxlBbVPa4z1SuM= Received: by 10.65.83.16 with SMTP id k16mr199199qbl; Tue, 25 Oct 2005 17:43:35 -0700 (PDT) Received: by 10.65.154.4 with HTTP; Tue, 25 Oct 2005 17:43:34 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 20:43:34 -0400 From: John DeStefano To: freebsd-questions@freebsd.org, Kris Kennaway MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Re: Error message while running 'portsdb -Uu' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 00:43:38 -0000 On Tuesday, October 25, 2005 2:59:24 PM, Kris Kennaway Wrote these words of wisdom: > On Tue, Oct 25, 2005 at 02:35:54PM -0400, Gerard Seibert wrote: > > On Tuesday, October 25, 2005 2:03:43 PM, Kris Kennaway > > Subject: Re: Error message while running 'portsdb -Uu' > > Wrote these words of wisdom: > > > > > On Mon, Oct 24, 2005 at 08:27:21PM -0400, Gerard Seibert wrote: > > > > I just updated my ports using cvsup and then proceeded to run 'port= sdb > > > > -Uu' to generate the index file. Upon completion, it produced this = error > > > > message: > > > > > > > > Updating the ports index ... Generating INDEX.tmp - please wait..jo= t: > > > > infinite sequences cannot be bounded "Makefile", line 19: warning: > > > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status = jot: > > > > infinite sequences cannot be bounded > > > > "/usr/ports/editors/vim-lite/../vim/Makefile", line 19: warning: > > > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status = jot: > > > > infinite sequences cannot be bounded > > > > "/usr/ports/editors/vim6+ruby/../vim/Makefile", line 19: warning: > > > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status > > > > > > > > Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.6 > > > > Warning: Duplicate INDEX entry: mod_frontpage2-5.0.2.2635 > > > > Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.4 > > > > Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 > > > > Done. > > > > > > > > I have never seen that one before. What does it mean, and what shou= ld I > > > > do to correct it, it anything? > > > > > > cvsup again, and in general, read discussion on ports@ before sending > > > duplicate reports :) > > > > > > Kris I updated today with portsnap, and I'm seeing a different problem-- at least, it appears to me to be of a much different nature: # portsdb -uU Updating the ports index ... Generating INDEX.tmp - please wait.. "Makefile", line 30: warning: String comparison operator should be either =3D=3D or !=3D "Makefile", line 30: Malformed conditional (defined(PHP_VERS) && ${PHP_VERS} < 436) "Makefile", line 30: Need an operator "Makefile", line 32: if-less endif "Makefile", line 32: Need an operator make: fatal errors encountered -- cannot continue =3D=3D=3D> net/pear-Net_DNSBL failed *** Error code 1 1 error I haven't seen anything on -questions or -ports recently reporting these errors. Is this related? From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 00:58:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD00C16A41F for ; Wed, 26 Oct 2005 00:58:21 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B85943D45 for ; Wed, 26 Oct 2005 00:58:20 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: by nproxy.gmail.com with SMTP id o25so7382nfa for ; Tue, 25 Oct 2005 17:58:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=knku4TEgR0NCoQ48xBDBOYAA1Xf6zM91CowbeuZ6kziwxUHIV6FgsTzYFXF/DtXxaZbl7xFfEt3XToG9CC87sCvKhki3noKS28VRIW9JT6o2Oh+RQ2Rspjr43S7MBPgP5Z6euwl1lhYvWEgwbsp/I14iqFiSdWxMNw0JZS3yb0Y= Received: by 10.48.30.12 with SMTP id d12mr71413nfd; Tue, 25 Oct 2005 17:58:19 -0700 (PDT) Received: from ?10.0.1.254? ( [80.164.23.11]) by mx.gmail.com with ESMTP id p43sm50073nfa.2005.10.25.17.58.18; Tue, 25 Oct 2005 17:58:19 -0700 (PDT) From: Philip Lykke Carlsen To: freebsd-questions@freebsd.org Date: Wed, 26 Oct 2005 02:58:16 +0200 User-Agent: KMail/1.8.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510260258.17153.plcplc@gmail.com> Subject: Re: traffic accounting per username with ipfw in 5.4 ? (more) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: plcplc@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 00:58:21 -0000 Monday 24 October 2005 23:54 skrev user: > Hello, > > On Tue, 25 Oct 2005, Andrew P. wrote: > > On 10/25/05, user wrote: > > > I remember that ipfw had been augmented some time ago to do traffic > > > counting, etc., based on usernames ... but I see no mention of that in > > > the ipfw man page on my 5.4-RELEASE system. > > > > > > Is this something that only exists in IPFW2 ? Does ipfw2 even exist > > > anymore ? > > > > > > Can someone clarify for me what is going on with regard to what used to > > > be called IPFW2, FreeBSD 5.x, and per-user traffic counting ? > > > > > > thanks. > > > > ipfw2 replaced ipfw in 5.x > > > > Read the manpage more carefully, please. Search > > for "uid" option. > > Thanks - I was searching for username and getting nowhere. Also, thank > you for the clarification regarding ipfw2/ipfw and their current state. > > I notice that the traffic accounting per uid only applies to traffic > initiated by that user, and initiated from the local machine. If I scp a > file away from the machine (as user X) the traffic does not get > incremented, and if I scp a file to the local machine (as user X) it also > does not get incremented - even though those are non-anonymous actions > that occur under the auspices of a particular username. > > Doe anyone have any suggestions for traffic accounting (of particularly > ssh traffic) on a per user basis, for _all_ traffic that occurs under the > auspices of that username, and not just what _they themselves_ initiate, > personally, in their own login shell ? > > Thank you. I've looked a bit into this, and it appears that sshd changes uid in FreeBSD 6.0 (I use 6.0RC1) .. I bet upgrading the system would be a lot easier than constructing a complex traffic-accounting system.. I'd think so at least.. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 01:09:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50A9316A41F for ; Wed, 26 Oct 2005 01:09:52 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from mail.mrburak.net (203-217-17-178.perm.iinet.net.au [203.217.17.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C4B43D46 for ; Wed, 26 Oct 2005 01:09:51 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from [127.0.0.1] (unknown [10.20.0.1]) by mail.mrburak.net (Postfix) with ESMTP id 4AF2B22820 for ; Wed, 26 Oct 2005 11:09:50 +1000 (EST) Message-ID: <435ED759.4000604@mrburak.net> Date: Wed, 26 Oct 2005 11:09:45 +1000 From: Richard Burakowski User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <200510260258.17153.plcplc@gmail.com> In-Reply-To: <200510260258.17153.plcplc@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: traffic accounting per username with ipfw in 5.4 ? (more) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 01:09:52 -0000 >>I notice that the traffic accounting per uid only applies to traffic >>initiated by that user, and initiated from the local machine. If I scp a >> >I've looked a bit into this, and it appears that sshd changes uid in FreeBSD >6.0 (I use 6.0RC1) .. I bet upgrading the system would be a lot easier than >constructing a complex traffic-accounting system.. I'd think so at least.. > sshd_config(5) UsePrivilegeSeparation && cd /usr/ports make search key=accounting ... Port: ipacctd-1.46_1 Path: /usr/ports/net-mgmt/ipacctd Info: IP accounting using divert socket Maint: skv@FreeBSD.org ... among others From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 01:12:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8783616A41F for ; Wed, 26 Oct 2005 01:12:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E64F43D45 for ; Wed, 26 Oct 2005 01:12:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 163831A3C2D; Tue, 25 Oct 2005 18:12:59 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6B4E951248; Tue, 25 Oct 2005 21:12:58 -0400 (EDT) Date: Tue, 25 Oct 2005 21:12:58 -0400 From: Kris Kennaway To: John DeStefano Message-ID: <20051026011258.GA85136@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: Error message while running 'portsdb -Uu' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 01:12:59 -0000 --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 08:43:34PM -0400, John DeStefano wrote: > On Tuesday, October 25, 2005 2:59:24 PM, Kris Kennaway > Wrote these words of wisdom: > > On Tue, Oct 25, 2005 at 02:35:54PM -0400, Gerard Seibert wrote: > > > On Tuesday, October 25, 2005 2:03:43 PM, Kris Kennaway > > > Subject: Re: Error message while running 'portsdb -Uu' > > > Wrote these words of wisdom: > > > > > > > On Mon, Oct 24, 2005 at 08:27:21PM -0400, Gerard Seibert wrote: > > > > > I just updated my ports using cvsup and then proceeded to run 'po= rtsdb > > > > > -Uu' to generate the index file. Upon completion, it produced thi= s error > > > > > message: > > > > > > > > > > Updating the ports index ... Generating INDEX.tmp - please wait..= jot: > > > > > infinite sequences cannot be bounded "Makefile", line 19: warning: > > > > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero statu= s jot: > > > > > infinite sequences cannot be bounded > > > > > "/usr/ports/editors/vim-lite/../vim/Makefile", line 19: warning: > > > > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero statu= s jot: > > > > > infinite sequences cannot be bounded > > > > > "/usr/ports/editors/vim6+ruby/../vim/Makefile", line 19: warning: > > > > > "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status > > > > > > > > > > Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.6 > > > > > Warning: Duplicate INDEX entry: mod_frontpage2-5.0.2.2635 > > > > > Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.4 > > > > > Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 > > > > > Done. > > > > > > > > > > I have never seen that one before. What does it mean, and what sh= ould I > > > > > do to correct it, it anything? > > > > > > > > cvsup again, and in general, read discussion on ports@ before sendi= ng > > > > duplicate reports :) > > > > > > > > Kris >=20 > I updated today with portsnap, and I'm seeing a different problem-- at > least, it appears to me to be of a much different nature: > # portsdb -uU > Updating the ports index ... Generating INDEX.tmp - please wait.. > "Makefile", line 30: warning: String comparison operator should be > either =3D=3D or !=3D > "Makefile", line 30: Malformed conditional (defined(PHP_VERS) && > ${PHP_VERS} < 436) > "Makefile", line 30: Need an operator > "Makefile", line 32: if-less endif > "Makefile", line 32: Need an operator > make: fatal errors encountered -- cannot continue > =3D=3D=3D> net/pear-Net_DNSBL failed > *** Error code 1 > 1 error >=20 >=20 > I haven't seen anything on -questions or -ports recently reporting > these errors. Is this related? Doesn't seem to be. Do you define PHP_VERS by hand? Kris --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXtgZWry0BWjoQKURAudoAKCiabQ9FeYHnv52n/kAIDDTesVQPwCgnhwM oJDKlRgIofo+RxIc/KvZywg= =Ysh+ -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 02:34:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F2CB16A41F for ; Wed, 26 Oct 2005 02:34:18 +0000 (GMT) (envelope-from mohansingh68@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BC6043D45 for ; Wed, 26 Oct 2005 02:34:17 +0000 (GMT) (envelope-from mohansingh68@gmail.com) Received: by zproxy.gmail.com with SMTP id m22so43421nzf for ; Tue, 25 Oct 2005 19:34:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=agCYngfg9nJbDSUITPSHdvs9DQ8qp1yNIxC3tHTz6y3SK3HKZMWZy/9pPPcYMAS+zxxSLuAXjvryfsWTQ+yaVT9NSDE3fcHZ3WvSW7knI8r1J4bpsxSJnTYuJ3VWeFTfDjo/ZE3DiW0B0O/wmRs9yRyXaDmBl3aUm25cZinr3G4= Received: by 10.37.2.32 with SMTP id e32mr414113nzi; Tue, 25 Oct 2005 19:34:17 -0700 (PDT) Received: by 10.36.251.7 with HTTP; Tue, 25 Oct 2005 19:34:16 -0700 (PDT) Message-ID: <48d803190510251934g1d04bbe6sdcdac8b0c3591062@mail.gmail.com> Date: Tue, 25 Oct 2005 22:34:16 -0400 From: Mohan Singh To: freebsd-questions@freebsd.org In-Reply-To: <48d803190510250633k93e3934n7f1dd2bca493e21e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <48d803190510250633k93e3934n7f1dd2bca493e21e@mail.gmail.com> Subject: Re: telnetting/netcatting into a DNS server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 02:34:18 -0000 On 10/25/05, Mohan Singh wrote: > How would I connect to a nameserver and talk to it so I can know it is > working? I get as far as connecting to the port, but I don't know how to > make it send back anything meaningful. Thanks to all who replied. The best answer I got came from someone who emailed me offline and told me that even if I connected sucessfully to the nameserver, I couldn't get back anything readable because the DNS protocol is binary. I guess host/nslookup/dig is the proper way to do this. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 03:05:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77FAA16A41F for ; Wed, 26 Oct 2005 03:05:38 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 110EC43D45 for ; Wed, 26 Oct 2005 03:05:37 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 2CED4CD53E9 for ; Tue, 25 Oct 2005 23:05:36 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Tue, 25 Oct 2005 23:05:36 -0400 X-Sasl-enc: toUmEFz+M/GnaZWSNBy1eyp4JDDmWwsxK0xt/jRVfch1 1130295932 Received: from merkur (host-66-202-74-42.choiceone.net [66.202.74.42]) by frontend2.messagingengine.com (Postfix) with ESMTP id E4114570394 for ; Tue, 25 Oct 2005 23:05:32 -0400 (EDT) Received: by merkur (nbSMTP-1.00) for uid 1000 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) willmaier@ml1.net; Tue, 25 Oct 2005 22:05:41 -0500 (CDT) Date: Tue, 25 Oct 2005 22:05:37 -0500 From: Will Maier To: freebsd-questions@freebsd.org Message-ID: <20051026030537.GV18987@localdomain> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6+20040907i Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 03:05:38 -0000 On Wed, Oct 26, 2005 at 02:24:54AM +0400, Andrew P. wrote: > How to tell? Apart from trying to launch it on different versions > without COMPAT* in the kernel? file (1) > One can always carefully examine the output of ldd, readelf and > other such tools, but that requires much knowledge and a small lab > with all kinds of BSD's set up. Is there a better way? | ~ % file /usr/local/bin/screen | /usr/local/bin/screen: setuid ELF 32-bit LSB executable, Intel | 80386, version 1 (FreeBSD), for FreeBSD 5.4, dynamically linked | (uses shared libs), stripped | ~ % uname -a | FreeBSD vger.caenn.wisc.edu 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 | #1: Tue Oct 11 20:19:50 CDT 2005 | root@myhost.net:/usr/obj/usr/src/sys/VGER20050925 i386 -- o--------------------------{ Will Maier }--------------------------o | jabber:..wcmaier@jabber.ccc.de | email:..........wcmaier@ml1.net | | \.........wcmaier@cae.wisc.edu | \..........wcmaier@cae.wisc.edu | *------------------[ BSD Unix: Live Free or Die ]------------------* From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 03:41:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A39D016A41F for ; Wed, 26 Oct 2005 03:41:34 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36215.mail.mud.yahoo.com (web36215.mail.mud.yahoo.com [209.191.68.241]) by mx1.FreeBSD.org (Postfix) with SMTP id 0BEC443D49 for ; Wed, 26 Oct 2005 03:41:33 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 47943 invoked by uid 60001); 26 Oct 2005 03:41:33 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=nUgwh53nf7S2Rr1ymXxHPpq4EGNtQmcc+rfOO56+GEZmLEw7Oytm0Cnf+izips3p71H4BK4vbbbEOIAvdnYGfbX0wuJ5ji7413zIXa7ZkBVOkBtoV+KWKBU0HtZOoWwqe2LKOoBdB/e2DLSfbDAAVLSEMdWV5ns9GrrJY9GotH8= ; Message-ID: <20051026034133.47941.qmail@web36215.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36215.mail.mud.yahoo.com via HTTP; Tue, 25 Oct 2005 20:41:33 PDT Date: Tue, 25 Oct 2005 20:41:33 -0700 (PDT) From: Rob To: FreeBSD questions , FreeBSD Stable MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 03:41:34 -0000 Hi, I'm running FreeBSD 5-Stable. I only seem to encounter this problem with the math/graphical port 'grace', and the dlopen() call inthere. It seems to be a FreeBSD specific problem and I wonder if other people on this list encounter the same problem. This is the problem: 1. Install Grace from ports (math/grace) 2. Create $HOME/.grace/gracerc.user and put one line in this file: USE "pow" TYPE f_of_dd FROM "/usr/lib/libm.so" (this is the example from the Grace UsersGuide) 3. Start grace like this: $ xmgrace Shared object "libXcursor.so.1.0" not found, required by "xmgrace" DL module load failed: USE "pow" TYPE F_OF_DD FROM "/usr/lib/libm.so" Error at line 1 Because if this library problem, Grace cannot load "pow" from "/usr/lib/libm.so". However, apart from that, grace starts normally. The syntax in file "gracerc.user" is correct; I have verified this with the Grace mailinglist. The line "Shared object...not found" is the error message-string set by the dlopen() call in Grace: handle = (void *)dlopen("/usr/lib/libm.so", RTLD_LAZY) When I do a 'locate libXcursor.so.1.0', I get: /usr/compat/linux/usr/X11R6/lib/libXcursor.so.1.0.2 Why is dlopen() failing on "libXcursor.so.1.0" ? A possible hint could be that "libXcursor.so.1.0.2" appears when 'strings /usr/X11R6/lib/libX11.so.6'. Why is it in libX11.so.6 ?? Thanks for help or clues! Rob. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 03:48:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C81B616A41F for ; Wed, 26 Oct 2005 03:48:42 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from usenet.ath.cx (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E9E43D45 for ; Wed, 26 Oct 2005 03:48:41 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from [10.0.0.3] (solaris8.usenet.ath.cx [10.0.0.3]) by usenet.ath.cx (8.12.11/8.12.11) with ESMTP id j9Q3mbbs032229; Wed, 26 Oct 2005 05:48:37 +0200 (CEST) (envelope-from bernt@bah.homeip.net) Message-ID: <435EFC95.6020703@bah.homeip.net> Date: Wed, 26 Oct 2005 05:48:37 +0200 From: Bernt Hansson User-Agent: slrn/0.9.8.1 (FreeBSD) X-Accept-Language: sv, en-us, en MIME-Version: 1.0 To: Linnea Forslund X-Priority: 1 (Highest) 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: last attempt to run mixxx (segfault, lalala) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 03:48:42 -0000 Linnea Forslund skrev: > With visuals at 1 I get this segfault: >>mixxx > Debug: Starting up... > Debug: MidiObjectOSS: No MIDI devices available. > Xlib: extension "GLX" missing on display ":0.0". > Xlib: extension "GLX" missing on display ":0.0". > Xlib: extension "GLX" missing on display ":0.0". > Xlib: extension "GLX" missing on display ":0.0". > Xlib: extension "GLX" missing on display ":0.0". > Xlib: extension "GLX" missing on display ":0.0". > Debug: playlist name Default > Debug: id 0, sr 8000, ch 2, bufsize 16, bufno 400 > Segmentation fault (core dumped) > and with visuals at 0 i get it without those > Xlib: extension "GLX" missing on display ":0.0". > The way I got it before. > The driver has > Load "glx" Remove it, and try again. > in its configuration file. > Any ideas? Do you have the GLX extension enabled in your /etc/X11R6/xorg.conf? > -- > /Linnea From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 03:54:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E1B416A41F for ; Wed, 26 Oct 2005 03:54:49 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) Received: from ihug-mail.icp-qv1-irony3.iinet.net.au (ihug-mail.icp-qv1-irony3.iinet.net.au [203.59.1.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A19D43D45 for ; Wed, 26 Oct 2005 03:54:47 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) Received: from 203-217-13-157.perm.iinet.net.au (HELO blackthorne.virusinfo.rdksupportinc.com) ([203.217.13.157]) by ihug-mail.icp-qv1-irony3.iinet.net.au with ESMTP; 25 Oct 2005 21:23:26 +0800 Message-Id: <6.2.5.6.0.20051025232256.01cd37b8@virusinfo.rdksupportinc.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6 Date: Tue, 25 Oct 2005 23:24:43 -0700 To: freebsd-questions@freebsd.org From: Warren Liddell Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Upgrade from FreeBSD 32bit to 64bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 03:54:49 -0000 As per topic ... is it possible to upgrade from the 32 bit version of FreeBSD to the 64 bit version or is it better to do a new installation ? If upgrade can be done .. any URL/Links to a guide on how to do it ? From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 04:30:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B86A116A41F for ; Wed, 26 Oct 2005 04:30:28 +0000 (GMT) (envelope-from mefystofel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C70643D45 for ; Wed, 26 Oct 2005 04:30:28 +0000 (GMT) (envelope-from mefystofel@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so149539wxc for ; Tue, 25 Oct 2005 21:30:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MVoKWdXiLDE+AxBhmTpuaDGzETgj8bw2VgSYWp6QqhXUqcBe428Q1bbCdz9Zrk2n2+wUbF22Uo+SPn5ZtKhvfwz+JJPHMX54c2l/ZmE30uMDjEm+ODI5pYwPPjiHDKOjpU+5RtrKor21yndrvWJh+eEyqFWrYsUJXGA4Y/TdDsk= Received: by 10.70.54.3 with SMTP id c3mr232689wxa; Tue, 25 Oct 2005 21:30:27 -0700 (PDT) Received: by 10.70.61.9 with HTTP; Tue, 25 Oct 2005 21:30:27 -0700 (PDT) Message-ID: Date: Wed, 26 Oct 2005 10:30:27 +0600 From: Roman Serbski To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Please help with pppd and routing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 04:30:28 -0000 Dear all, I would appreciate your advise regarding pppd and routing. FreeBSD 5.4-STABLE, pppd with mgetty acting as dial-in server with one external modem. I can connect to server with no problem but it seems like routing doesn't work for dial-in user. I cannot even ping the ip address of dial-in server. Here is my configuration: The IP address of dial-in server: 192.168.1.35/28 The end address of the PPP link is 192.168.1.41/28 The IP address to be assigned to dial-in user is 192.168.1.44/28 IP forwarding is on. # sysctl -a | grep forward net.inet.ip.forwarding: 1 # cat /etc/ppp/ppp.conf default: set device /dev/cuaa0 set log Phase Chat LCP IPCP CCP tun command enable passwdauth set speed 38400 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\TTIMEOUT 40 CONNECT" set timeout 120 set ifaddr 192.168.1.35/28 255.255.255.240 0.0.0.0 add default HISADDR enable dns cuaa0: set ifaddr 192.168.1.41 192.168.1.44 enable passwdauth allow users ppp mef accept dns set dns 192.168.1.3 enable proxy ttyd0: set ifaddr 192.168.1.41 192.168.1.44 enable passwdauth allow users testppp accept dns set dns 192.168.1.3 enable proxy pap: enable pap set ifaddr 192.168.1.41 192.168.1.44 enable proxy enable passwdauth ifconfig and netstat -rn information before ppp session: # ifconfig tl0: flags=3D108843 mtu 1500 inet 192.168.1.35 netmask 0xfffffff0 broadcast 192.168.1.47 ether 00:50:8b:50:f2:0e media: Ethernet autoselect (100baseTX ) status: active plip0: flags=3D108810 mtu 1500 lo0: flags=3D8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 tun0: flags=3D8010 mtu 1500 # netstat -rn Destination Gateway Flags Refs Use Netif Expire default 192.168.1.33 UGS 1 499 tl0 127.0.0.1 127.0.0.1 UH 0 42 lo0 192.168.1.32/28 link#1 UC 0 0 tl0 192.168.1.33 00:09:7c:61:93:30 UHLW 1 0 tl0 953 ifconfig and netstat -rn information after ppp session: # ifconfig tl0: flags=3D108843 mtu 1500 inet 192.168.1.35 netmask 0xfffffff0 broadcast 192.168.1.47 ether 00:50:8b:50:f2:0e media: Ethernet autoselect (100baseTX ) status: active plip0: flags=3D108810 mtu 1500 lo0: flags=3D8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 tun0: flags=3D8051 mtu 1500 inet 192.168.1.41 --> 192.168.1.44 netmask 0xfffffff0 Opened by PID 747 # netstat -rn Destination Gateway Flags Refs Use Netif Expire default 192.168.1.33 UGS 1 599 tl0 127.0.0.1 127.0.0.1 UH 0 42 lo0 192.168.1.32/28 link#1 UC 0 0 tl0 192.168.1.33 00:09:7c:61:93:30 UHLW 1 0 tl0 1002 192.168.1.44 192.168.1.41 UH 0 0 tun0 192.168.1.44 00:50:8b:50:f2:0e UHLS2 0 0 tl0 Dial-in user receives 192.168.1.44 IP address but it cannot be pinged from dial-in server: PING 192.168.1.44 (192.168.1.44): 56 data bytes ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host I think I made a mistake in "default:" section of ppp.conf. Please advise. Thank you for your time. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 05:31:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A226216A41F for ; Wed, 26 Oct 2005 05:31:47 +0000 (GMT) (envelope-from alp@rosten.elektra.ru) Received: from center.rosten.elektra.ru (relay.rosten.elektra.ru [80.80.105.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F1643D49 for ; Wed, 26 Oct 2005 05:31:46 +0000 (GMT) (envelope-from alp@rosten.elektra.ru) Received: from aqua.rosten.elektra.ru ([172.18.64.20]) by center.rosten.elektra.ru with esmtp (Exim 4.50) id 1EUdvk-000D1Q-Bi; Wed, 26 Oct 2005 09:34:32 +0400 Received: from pyhalov.rosten.elektra.ru ([172.18.64.114]) by aqua.rosten.elektra.ru with esmtp (Exim 4.32) id 1EUdt2-000Ns3-2j; Wed, 26 Oct 2005 09:31:44 +0400 Received: from pyhalov.rosten.elektra.ru ([172.18.64.114]) by pyhalov.rosten.elektra.ru with esmtp (Exim 4.52) id 1EUdt1-0000jW-Db; Wed, 26 Oct 2005 09:31:43 +0400 From: Alexander Pyhalov Organization: Rostovenergo To: freebsd-questions@freebsd.org Date: Wed, 26 Oct 2005 09:31:42 +0400 User-Agent: KMail/1.8 References: <200510251056.36076.alp@pyhalov.rosten.elektra.ru> <20051025074709.GC5202@soaustin.net> In-Reply-To: <20051025074709.GC5202@soaustin.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510260931.43126.alp@pyhalov.rosten.elektra.ru> Cc: Mark Linimon Subject: Re: pppd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 05:31:47 -0000 On Tuesday 25 October 2005 11:47, Mark Linimon wrote: > The first place you should always ask about plans to update a port is > the maintainer. If the maintainer is ports@FreeBSD.org (it is not in > this case) then the answer is "it's not maintained and so no one is > planning to update it until someone submits a PR." I've looked at pppd 2.4.3 and saw - there is an interesting thing. If pppd 2.3.11 has support for freebsd-3.0 included, pppd 2.4.3 does not have it at all, so it'll be more work for making port from it... From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 06:01:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62EDB16A41F for ; Wed, 26 Oct 2005 06:01:48 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id B603543D49 for ; Wed, 26 Oct 2005 06:01:47 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr13.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9Q61joR082146; Wed, 26 Oct 2005 08:01:45 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 54C1BB84E; Wed, 26 Oct 2005 08:01:45 +0200 (CEST) Date: Wed, 26 Oct 2005 08:01:45 +0200 From: Roland Smith To: Warren Liddell Message-ID: <20051026060145.GA61102@slackbox.xs4all.nl> Mail-Followup-To: Warren Liddell , freebsd-questions@freebsd.org References: <6.2.5.6.0.20051025232256.01cd37b8@virusinfo.rdksupportinc.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <6.2.5.6.0.20051025232256.01cd37b8@virusinfo.rdksupportinc.com> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Upgrade from FreeBSD 32bit to 64bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 06:01:48 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 11:24:43PM -0700, Warren Liddell wrote: > As per topic ... is it possible to upgrade from the 32 bit version of=20 > FreeBSD to the 64 bit version or is it better to do a new=20 > installation ? If upgrade can be done .. any URL/Links to a guide on=20 > how to do it ? This has been handled multiple times on the -amd64 list. See the archives. Upgrading is not impossible, but doing a new installation is less painfull. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXxvJEnfvsMMhpyURAsA7AJsEKIass2VsltuToAi8QAb8ZOYtqACePj51 h33qyjfbstS81y14Vt8iCzw= =iLW+ -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 06:29:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FBBE16A420 for ; Wed, 26 Oct 2005 06:29:31 +0000 (GMT) (envelope-from maxsec@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25FD243D49 for ; Wed, 26 Oct 2005 06:29:29 +0000 (GMT) (envelope-from maxsec@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so179995wxc for ; Tue, 25 Oct 2005 23:29:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=MWpdFQq6nSVsZ5ZQ7uwxu3PVJd6iYsjPZ5p9itppFfSwKLsIcAP49yJhdto54Y4RmkUvdNpiJRKnL3OHhMTzWSyaP56ftzuOokmoRURYp1Bi82NmJmv7YclbZafQu4/EKb56RKCfwtp2R7YTMoIEl0ynfFMquDwYgVEHA57Q0ag= Received: by 10.64.180.16 with SMTP id c16mr413882qbf; Tue, 25 Oct 2005 23:29:29 -0700 (PDT) Received: by 10.64.209.20 with HTTP; Tue, 25 Oct 2005 23:29:29 -0700 (PDT) Message-ID: <72cf361e0510252329h60689e49udb78e3ba84699f6@mail.gmail.com> Date: Wed, 26 Oct 2005 07:29:29 +0100 From: Martin Hepworth To: Deepak Naidu In-Reply-To: <20051025103440.50505.qmail@web34614.mail.mud.yahoo.com> MIME-Version: 1.0 References: <20051025103440.50505.qmail@web34614.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-fs@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 06:29:31 -0000 Hi Deepak check the inodes as others have suggested..... the /var/spool/MailScanner/incoming is should be empty (or nearly). This is just the work area for MS and should have much in there at all apart from the batches it's working right now.. MIght be worth check with me a JPK etc on the MS list .... -- Martin (at yet another email address) On 10/25/05, Deepak Naidu wrote: > > Hi, > > I dont know ? all the errors are bouncing on my > FreeBSD mail server. A month ago I have ported my > mail server from Linux to FreeBSD 5.4-Release. > > I get the below error in my /var/log/messages > regarding the filesystem being full, whereas it is not > full. > > Filesystem is not full at all, then why I am getting > this error message, did any one faced this issue. > > > Oct 25 14:58:30 kernel: pid 60077 (perl5.8.6), uid 125 > inumber 50855 on /var/spool/MailScanner/incoming: > filesystem full > > Oct 25 14:58:30 kernel: pid 60198 (perl5.8.6), uid 125 > inumber 1051 on /var/spool/MailScanner/incoming: > filesystem full > > Oct 25 14:58:30 kernel: pid 60151 (perl5.8.6), uid 125 > inumber 50857 on /var/spool/MailScanner/incoming: > filesystem full > > and also /var/spool filesystem ful error. > > #df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/da0s1a 9.7G 576M 8.3G 6% / > devfs 1.0K 1.0K 0B 100% /dev > /dev/da0s1g 13G 4.2G 7.7G 35% /usr > /dev/da0s1d 9.7G 232M 8.7G 3% /var > /dev/da0s1e 19G 1.5G 16G 9% /var/log > /dev/da0s1f 9.7G 968M 8.0G 11% /var/spool > /dev/md1 1.4G 175M 1.1G 13% > /var/spool/MailScanner/incoming > devfs 1.0K 1.0K 0B 100% /var/named/dev > > > #mount > /dev/da0s1a on / (ufs, local) > devfs on /dev (devfs, local) > /dev/da0s1g on /usr (ufs, local, soft-updates) > /dev/da0s1d on /var (ufs, local, soft-updates) > /dev/da0s1e on /var/log (ufs, local, noatime, > soft-updates) > /dev/da0s1f on /var/spool (ufs, local, noatime, > soft-updates) > /dev/md1 on /var/spool/MailScanner/incoming (ufs, > local, noatime, soft-updates) > devfs on /var/named/dev (devfs, local) > > Is this a bug or anything falat. > > > Cheers, > Deepak Naidu. > > > > > > ___________________________________________________________ > Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with > voicemail http://uk.messenger.yahoo.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" > From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 06:36:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 296FB16A41F for ; Wed, 26 Oct 2005 06:36:30 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id B404643D53 for ; Wed, 26 Oct 2005 06:36:27 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id j9Q6aEX5006518 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 25 Oct 2005 23:36:15 -0700 (PDT) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id j9Q6aEfq006517; Tue, 25 Oct 2005 23:36:14 -0700 (PDT) (envelope-from james) Date: Tue, 25 Oct 2005 23:36:14 -0700 From: James Long To: Kris Anderson , freebsd-questions@freebsd.org Message-ID: <20051026063614.GA6369@ns.museum.rain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-101.4 required=5.0 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Cc: Subject: Re: Qwest DLS & MSN Premium & Linksys Router & FreeBSD.. Oh my X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 06:36:30 -0000 Tell Qwest you want to use a local ISP instead of MSN. The local ISP will give you better service, and you won't be guilty of sending money to M$. You shouldn't have any problem using an run-of-the-mill Cable/DSL router/hub to share the service with your LAN, so long as you use only one public IP. If you need more than one public IP, there again is a great reason to go with a local independent ISP instead of M$N. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 07:01:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F0016A41F for ; Wed, 26 Oct 2005 07:01:42 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id B83C843D45 for ; Wed, 26 Oct 2005 07:01:41 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 4so58494nzn for ; Wed, 26 Oct 2005 00:01:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XltSyMsfNdPqCkbvAmHGuuhFi9UpbPEywNWqvlkuHiKbSsk3BhSVLT47xhzA2aeqKdM1H+Xe13TWwIMiksPBvDuRY5U1TitDVSCg5JlQi4M3VWTLb46v9DfCiIUJEzE/PcNkD6qU6iqJ6SIqRsXqhb5YIaa6oLubfDNSum16Z5Q= Received: by 10.36.222.18 with SMTP id u18mr563684nzg; Wed, 26 Oct 2005 00:01:41 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Wed, 26 Oct 2005 00:01:41 -0700 (PDT) Message-ID: Date: Wed, 26 Oct 2005 11:01:41 +0400 From: "Andrew P." To: freebsd-questions@freebsd.org In-Reply-To: <20051026030537.GV18987@localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051026030537.GV18987@localdomain> Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 07:01:42 -0000 On 10/26/05, Will Maier wrote: > On Wed, Oct 26, 2005 at 02:24:54AM +0400, Andrew P. wrote: > > How to tell? Apart from trying to launch it on different versions > > without COMPAT* in the kernel? > > file (1) > I don't mean to push it, but how file would ever help me to know subj? From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 07:19:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D821816A420 for ; Wed, 26 Oct 2005 07:19:57 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E88143D45 for ; Wed, 26 Oct 2005 07:19:57 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so70525nzd for ; Wed, 26 Oct 2005 00:19:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Hur5c75aJPwiEDVEiyUe0QI9G/caat0wwjc9Inctprk3WglxL6XeXRrPrbzSSbfEXIHdeVtNBeMDcueYv3YcFH0iVHFh6dumRLNgYraOYNXcLIRXoCakrOCOz9lq0riUKBsuTaWxK3xyrZoOdNxRt4vPSr3G+OMiSZTvuJbmWhk= Received: by 10.37.20.35 with SMTP id x35mr256025nzi; Wed, 26 Oct 2005 00:19:55 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 15sm460219nzp.2005.10.26.00.19.52; Wed, 26 Oct 2005 00:19:55 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Wed, 26 Oct 2005 00:21:21 -0700 User-Agent: KMail/1.8.2 References: <20051026030537.GV18987@localdomain> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510260021.21594.ringworm01@gmail.com> Cc: "Andrew P." Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 07:19:58 -0000 On Wednesday 26 October 2005 00:01, Andrew P. wrote: > On 10/26/05, Will Maier wrote: > > On Wed, Oct 26, 2005 at 02:24:54AM +0400, Andrew P. wrote: > > > How to tell? Apart from trying to launch it on different versions > > > without COMPAT* in the kernel? > > > > file (1) > > I don't mean to push it, but how file would ever help > me to know subj? > _______________________________________________ > 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" Here is an example: file /usr/bin/man on my machine outputs: /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 5.4-CURRENT (rev 3), dynamically linked (uses shared libs), stripped -Mike From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 07:20:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4771616A41F for ; Wed, 26 Oct 2005 07:20:19 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA2F43D48 for ; Wed, 26 Oct 2005 07:20:18 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id l1so74926nzf for ; Wed, 26 Oct 2005 00:20:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aq7+6C4iN3ATRzBb+JRQh6uiBKxs6CXeIMbIY3wcT6Vp44M7dgFYQPkD1Izvf54WQqyHLT8r8m5PYm0YLbkcfFHtTJTStdySgHYltds2LwhLfQk4alyMfhUMLgx4D+jI64H2I5osD2oRl105EbgJXeKNQf+0yRRm9ANz8dQSrMQ= Received: by 10.36.9.19 with SMTP id 19mr628301nzi; Wed, 26 Oct 2005 00:20:18 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Wed, 26 Oct 2005 00:20:18 -0700 (PDT) Message-ID: Date: Wed, 26 Oct 2005 11:20:18 +0400 From: "Andrew P." To: =?ISO-8859-1?Q?Zsolt_K=FAti?= In-Reply-To: <20051025204314.41819a1c@tinca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051025204314.41819a1c@tinca> Cc: "freebsd-questions@freebsd.org" Subject: Re: optical mouse problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 07:20:19 -0000 On 10/25/05, Zsolt K=FAti wrote: > Dear All, > > I've got a Samsung PS/2 (SMOP5000WX) mouse that does not work. While > the pointer appears, it hectically wanders around the screen and > suddenly produces false keystroke-like actions. > > Applying hint.psm.0.flags=3D"0x0200" makes it a plain PS/2 mouse, that > works fine (no wheel then, of course). > > Without that flag, configuration is OK with another PS/2 mouse, wheel > working. The optical mouse is recognized ("4D+ Mouse"). moused.c > contains code that in priciple handles this type, in practice not. I > tried various moused parameters, even serial types (I know, it > against what it is recommended in man) , NORESET as hint, none of them > helped. > > > What could I try to get it operate normally? > > Or better leave it alone and go for a new one? > > > Thanks! > Zsolt > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Yup, a cheap Logitech will be your saviour. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 07:27:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB3C116A41F for ; Wed, 26 Oct 2005 07:27:04 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6135543D45 for ; Wed, 26 Oct 2005 07:27:04 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id s18so82362nze for ; Wed, 26 Oct 2005 00:27:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=txbGabjh1c0r0wgIcqqQOpPpwTTLZ9q1BITUr5IN6m61HFwtKm0ck5o44CgAKbAhKoiUcdNhFt/IU2YM54MXqHBrbzLV9ZDPP3Rm0sP+xDHi8K6oBDUsF4NEp0o3+6r8glM88urhU1624mk9EtEvPVi6leyi8V+lC2NYdYbFOV8= Received: by 10.36.148.20 with SMTP id v20mr615369nzd; Wed, 26 Oct 2005 00:27:02 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Wed, 26 Oct 2005 00:27:02 -0700 (PDT) Message-ID: Date: Wed, 26 Oct 2005 11:27:02 +0400 From: "Andrew P." To: "Michael C. Shultz" In-Reply-To: <200510260021.21594.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051026030537.GV18987@localdomain> <200510260021.21594.ringworm01@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 07:27:04 -0000 On 10/26/05, Michael C. Shultz wrote: > On Wednesday 26 October 2005 00:01, Andrew P. wrote: > > On 10/26/05, Will Maier wrote: > > > On Wed, Oct 26, 2005 at 02:24:54AM +0400, Andrew P. wrote: > > > > How to tell? Apart from trying to launch it on different versions > > > > without COMPAT* in the kernel? > > > > > > file (1) > > > > I don't mean to push it, but how file would ever help > > me to know subj? > > _______________________________________________ > > 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" > > Here is an example: > > file /usr/bin/man > > on my machine outputs: > > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD)= , for > FreeBSD 5.4-CURRENT (rev 3), dynamically linked (uses shared libs), strip= ped > > -Mike > Oh, it's just that file hasn't leared anything about FreeBSD 6 yet, so it doesn't display version info when run against my binaries. Sorry and thanks. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 07:46:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 675F316A41F for ; Wed, 26 Oct 2005 07:46:22 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs3.arnes.si (avs3.arnes.si [193.2.1.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAFB443D5A for ; Wed, 26 Oct 2005 07:46:20 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs3.arnes.si [193.2.1.68]) by avs3.arnes.si (Postfix) with ESMTP id 938B81D796B for ; Wed, 26 Oct 2005 09:46:19 +0200 (CEST) Received: from avs3.arnes.si ([193.2.1.68]) by localhost (avs3.arnes.si [193.2.1.68]) (amavisd-new, port 10024) with ESMTP id 70664-07 for ; Wed, 26 Oct 2005 09:46:19 +0200 (CEST) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs3.arnes.si (Postfix) with ESMTP id 2B9281D78F1 for ; Wed, 26 Oct 2005 09:46:18 +0200 (CEST) Received: from [192.168.10.249] (MASTER.workgroup [192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id j9Q7kHNV006865 for ; Wed, 26 Oct 2005 09:46:17 +0200 (CEST) (envelope-from sasa@stupar.homelinux.net) Date: Wed, 26 Oct 2005 09:46:16 +0200 From: Sasa Stupar To: FreeBSD Q ML Message-ID: <8635E843F061BEE823D1B9EA@[192.168.10.249]> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========4F13EE9B36E8C6F4E664==========" X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Subject: Speed question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sasa Stupar List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 07:46:22 -0000 --==========4F13EE9B36E8C6F4E664========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi! I have on my LAN a server FBSD 5.4 on DMZ. The router is made of linux (yes = I'll change it to FBSD ASAP) with 3 NIC: eth0 (inet), eth1 (LAN), eth2=20 (DMZ). Strange thing is that when server is on DMZ and I access it from the LAN=20 with ftp client my transfer speed is 30 Mbit/s. The network itself is 100=20 Mbit. BUT if I move server from LAN to DMZ I have the max speed arround 100 = Mbit/s. BTW: server in DMZ is connected directly to the NIC on router and on the=20 LAN side I have all users connected on one switch which is connected to the = router. Is this normall for all kinds of routers (linux, bsd, etc.) with setup like = mine to behave like this or is it just my router setup? Regards, Sasa --==========4F13EE9B36E8C6F4E664========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (MingW32) iD8DBQFDXzRJbRpqD1cgKf8RAhO8AJ9riEwwmJNCaVzTh2SgG12Q4eIlRgCgstR/ Q3eNC1rX2bMDCjQHWBxSKZg= =dgcu -----END PGP SIGNATURE----- --==========4F13EE9B36E8C6F4E664==========-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 07:52:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B393A16A41F for ; Wed, 26 Oct 2005 07:52:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71EB943D45 for ; Wed, 26 Oct 2005 07:52:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 54C7D1A3C19; Wed, 26 Oct 2005 00:52:57 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7542652941; Wed, 26 Oct 2005 03:52:54 -0400 (EDT) Date: Wed, 26 Oct 2005 03:52:53 -0400 From: Kris Kennaway To: Bob Hall , freebsd-questions@freebsd.org Message-ID: <20051026075253.GA90196@xor.obsecurity.org> References: <20051025131352.217826@bob> <20051025184502.GA83689@kongemord.krig.net> <20051025190017.GF63163@xor.obsecurity.org> <20051025231057.GA84395@kongemord.krig.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <20051025231057.GA84395@kongemord.krig.net> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 07:52:57 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 07:10:57PM -0400, Bob Hall wrote: > On Tue, Oct 25, 2005 at 03:00:18PM -0400, Kris Kennaway wrote: > > On Tue, Oct 25, 2005 at 02:45:02PM -0400, Bob Hall wrote: > > > On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote: > > > > Hello! I'm attempting to run GPG from cron, and it's not working. = I can run the script from the command line, and all works perfectly. When= I try to run it from cron, however, it doesn't work. The crontab calls th= is script, called "pgpdecrypt" with the following crontab line: > > > >=20 > > > > */1 * * * * root /bin/bash /etc/pgpde= crypt > > > >=20 > > > > The /bin/bash wasn't originally there; I added it to make sure that= the script was using the correct shell. Still no luck. Here's the script= that it calls: > > > >=20 > > > > echo >> /etc/pgpdecrypt.logger "PGP Decrypter Starting" > > >=20 > > > Take the "/bin/bash" out of your crontab. Put > > > #!/bin/bash > > > at the beginning of your script. > >=20 > > What do you think that will do to help? It's a NOP, so it can't fix > > the problem (which is because of bad assumptions about PATH, per my > > other message). >=20 > Well, I don't know whether "#!" is a NOP or not. It does tell the script > which executable to use in executing the script. Yeah, which he was already doing explicitly (see above) ;-) Kris --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXzXUWry0BWjoQKURAgsQAKDSY+uwH3/1OwFoCauZATZvECfyUwCfXqtv vPc8ZweEvJbhHb95wA+36+U= =lMEG -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 07:53:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 972E116A41F; Wed, 26 Oct 2005 07:53:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A52543D67; Wed, 26 Oct 2005 07:53:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 09DB11A3C19; Wed, 26 Oct 2005 00:53:57 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6ACBA5121A; Wed, 26 Oct 2005 03:53:56 -0400 (EDT) Date: Wed, 26 Oct 2005 03:53:56 -0400 From: Kris Kennaway To: Rob Message-ID: <20051026075356.GB90196@xor.obsecurity.org> References: <20051026034133.47941.qmail@web36215.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline In-Reply-To: <20051026034133.47941.qmail@web36215.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Stable , FreeBSD questions Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 07:53:59 -0000 --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 08:41:33PM -0700, Rob wrote: >=20 > Hi, >=20 > I'm running FreeBSD 5-Stable. >=20 > I only seem to encounter this problem with the > math/graphical port 'grace', and the dlopen() > call inthere. I answered this question the last time you posted it. Kris --H+4ONPRPur6+Ovig Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXzYUWry0BWjoQKURAlb3AJ9XBcLiXbDYTxiSpYf53GFp8jou7QCfaj59 BLcM23NAy4jqbMBAKYwwVbM= =Az/P -----END PGP SIGNATURE----- --H+4ONPRPur6+Ovig-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 08:05:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 275A416A41F for ; Wed, 26 Oct 2005 08:05:08 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs4.arnes.si (avs4.arnes.si [193.2.1.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD0943D53 for ; Wed, 26 Oct 2005 08:05:07 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs4.arnes.si [193.2.1.77]) by avs4.arnes.si (Postfix) with ESMTP id 5FF0E2C3575 for ; Wed, 26 Oct 2005 10:05:06 +0200 (CEST) Received: from avs4.arnes.si ([193.2.1.77]) by localhost (avs4.arnes.si [193.2.1.77]) (amavisd-new, port 10024) with ESMTP id 56843-08 for ; Wed, 26 Oct 2005 10:05:06 +0200 (CEST) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs4.arnes.si (Postfix) with ESMTP id E37872C3564 for ; Wed, 26 Oct 2005 10:05:04 +0200 (CEST) Received: from [192.168.10.249] (MASTER.workgroup [192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id j9Q850XU007015 for ; Wed, 26 Oct 2005 10:05:01 +0200 (CEST) (envelope-from sasa@stupar.homelinux.net) Date: Wed, 26 Oct 2005 10:04:58 +0200 From: Sasa Stupar To: FreeBSD Q ML Message-ID: <27FECDB04C733DBB84685DAD@[192.168.10.249]> In-Reply-To: <8635E843F061BEE823D1B9EA@[192.168.10.249]> References: <8635E843F061BEE823D1B9EA@[192.168.10.249]> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========AE87E3FCC5886B09D2B4==========" X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Subject: Re: Speed question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sasa Stupar List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 08:05:08 -0000 --==========AE87E3FCC5886B09D2B4========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On 26. oktober 2005 9:46 +0200 Sasa Stupar =20 wrote: > Hi! > > I have on my LAN a server FBSD 5.4 on DMZ. The router is made of linux > (yes I'll change it to FBSD ASAP) with 3 NIC: eth0 (inet), eth1 (LAN), > eth2 (DMZ). > Strange thing is that when server is on DMZ and I access it from the LAN > with ftp client my transfer speed is 30 Mbit/s. The network itself is 100 > Mbit. BUT if I move server from LAN to DMZ I have the max speed arround > 100 Mbit/s. > BTW: server in DMZ is connected directly to the NIC on router and on the > LAN side I have all users connected on one switch which is connected to > the router. > > Is this normall for all kinds of routers (linux, bsd, etc.) with setup > like mine to behave like this or is it just my router setup? > > Regards, > Sasa Made a mistake in the post: "BUT if I move server from LAN to DMZ..." should be "BUT if I move server from DMZ to LAN...# Sasa --==========AE87E3FCC5886B09D2B4========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (MingW32) iD8DBQFDXzitbRpqD1cgKf8RAlqoAKDDjuwUgfpxTPrU+jQET/VUbd+m9ACg4pcT NE/C0EnZauLS+hGF1TCH45E= =QSme -----END PGP SIGNATURE----- --==========AE87E3FCC5886B09D2B4==========-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 08:16:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C2A16A420 for ; Wed, 26 Oct 2005 08:16:47 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36208.mail.mud.yahoo.com (web36208.mail.mud.yahoo.com [209.191.68.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 1343443D46 for ; Wed, 26 Oct 2005 08:16:46 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 32220 invoked by uid 60001); 26 Oct 2005 08:16:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=PERsSO4HvQ9OXiUHLUXJtQlzunxqmenoHLqvu1WaiIxsYD7MzGS9vUJi2T6WL+c+0NFwCH0P5L/x0Lqf/DseMAD7JwZCCh+KBeym4LZ+vQdm88GNZOqMS78Yq/4QKP1PuZ9UJIMNjUdgobO1ypupPPNLYsGI1klhaQAbQ0RJ9s0= ; Message-ID: <20051026081646.32218.qmail@web36208.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36208.mail.mud.yahoo.com via HTTP; Wed, 26 Oct 2005 01:16:46 PDT Date: Wed, 26 Oct 2005 01:16:46 -0700 (PDT) From: Rob To: Kris Kennaway In-Reply-To: <20051026075356.GB90196@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: FreeBSD Stable , FreeBSD questions Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 08:16:47 -0000 --- Kris Kennaway wrote: > On Tue, Oct 25, 2005 at 08:41:33PM -0700, Rob wrote: > > > > I'm running FreeBSD 5-Stable. > > > > I only seem to encounter this problem with the > > math/graphical port 'grace', and the dlopen() > > call inthere. > > I answered this question the last time you posted > it. Yes, indeed. Thank you. You said: "Sounds like the application is broken for requesting it, since as you found there is no such library on FreeBSD." Here "the application" refers to what? Grace? Or dlopen()? If you mean grace, then I have a problem: the grace mailinglist blames FreeBSD, and here grace is blamed. Argh! I am the only FreeBSD user on the Grace mailinglist. Apparently the dlopen() call in grace works fine on Linux and others. But not with FreeBSD. Is there something fishy or tricky about the dlopen() call on FreeBSD, when compared to, for example, Linux? Grace runs fine on FreeBSD, until I use it such that it does the 'dlopen()' call. I am at a total loss here.... How can I further analyse this problem? Thanks, Rob. __________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 08:22:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB38016A424; Wed, 26 Oct 2005 08:22:09 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E6EE43D4C; Wed, 26 Oct 2005 08:22:09 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 706F11A3C2E; Wed, 26 Oct 2005 01:22:08 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BB2585129C; Wed, 26 Oct 2005 04:22:07 -0400 (EDT) Date: Wed, 26 Oct 2005 04:22:07 -0400 From: Kris Kennaway To: Rob Message-ID: <20051026082207.GA6855@xor.obsecurity.org> References: <20051026075356.GB90196@xor.obsecurity.org> <20051026081646.32218.qmail@web36208.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xHFwDpU9dbj6ez1V" Content-Disposition: inline In-Reply-To: <20051026081646.32218.qmail@web36208.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Stable , FreeBSD questions , Kris Kennaway Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 08:22:09 -0000 --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 26, 2005 at 01:16:46AM -0700, Rob wrote: >=20 >=20 > --- Kris Kennaway wrote: >=20 > > On Tue, Oct 25, 2005 at 08:41:33PM -0700, Rob wrote: > > >=20 > > > I'm running FreeBSD 5-Stable. > > >=20 > > > I only seem to encounter this problem with the > > > math/graphical port 'grace', and the dlopen() > > > call inthere. > >=20 > > I answered this question the last time you posted > > it. >=20 > Yes, indeed. Thank you. You said: > "Sounds like the application is broken for > requesting it, since as you found there is > no such library on FreeBSD." >=20 > Here "the application" refers to what? > Grace? Or dlopen()? The former. > If you mean grace, then I have a problem: > the grace mailinglist blames FreeBSD, and > here grace is blamed. Argh! It's quite obvious that FreeBSD doesn't include the library that grace is asking for, because *NO* FreeBSD libraries use the form libfoo.so.x.y (they're all libfoo.so.x). kKris --xHFwDpU9dbj6ez1V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXzyvWry0BWjoQKURAp3uAJ4zIWUdtBWt61CQXWntdrizcrDJdQCffpZP XtvsKVoZ9cULIehcLRrC3jg= =J9Ux -----END PGP SIGNATURE----- --xHFwDpU9dbj6ez1V-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 08:32:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AD8716A41F for ; Wed, 26 Oct 2005 08:32:39 +0000 (GMT) (envelope-from thomas.linton@it-sc.at) Received: from smartmx-04.inode.at (smartmx-04.inode.at [213.229.60.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF1343D45 for ; Wed, 26 Oct 2005 08:32:37 +0000 (GMT) (envelope-from thomas.linton@it-sc.at) Received: from [80.121.46.214] (port=55584 helo=M1399P022.adsl.highway.telekom.at) by smartmx-04.inode.at with esmtpa (Exim 4.50) id 1EUgi4-0008FZ-Hz; Wed, 26 Oct 2005 10:32:36 +0200 From: Thomas Linton To: "Michal F. Hanula" In-Reply-To: <20051024190008.GA734@roo.7f000001.org> References: <1129822042.780.20.camel@itsc.at> <20051024190008.GA734@roo.7f000001.org> Content-Type: text/plain Organization: IT-Systeme und Consulting Date: Wed, 26 Oct 2005 10:32:24 +0200 Message-Id: <1130315544.709.12.camel@kingkong> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How to remove a "Hotplug" Laptop CD/DVD Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thomas.linton@it-sc.at List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 08:32:39 -0000 I didn't know about "atacontrol". The flag "stop" doesn't exist (freeBSD 5.4) so I tried following things: kingkong# atacontrol list ATA channel 0: Master: ad0 ATA/ATAPI revision 6 Slave: no device present ATA channel 1: Master: acd0 ATA/ATAPI revision 6 Slave: no device present kingkong# kingkong# atacontrol detach 1 kingkong# atacontrol list ATA channel 0: Master: ad0 ATA/ATAPI revision 6 Slave: no device present ATA channel 1: Master: no device present Slave: no device present kingkong# At the same time I got following message in /var/log/messages: Oct 26 09:41:42 kingkong kernel: acd0: WARNING - removed from configuration Oct 26 09:41:42 kingkong kernel: (cd0:ata1:0:0:0): lost device Oct 26 09:41:42 kingkong kernel: (cd0:ata1:0:0:0): removing device entry After this I removed the DVD Drive (the Power-LED of the media-slot was still ON ?) and got following information in /var/log/messages: Oct 26 09:44:50 kingkong kernel: stray irq15 Oct 26 09:44:50 kingkong kernel: too many stray irq 15's: not logging anymore I put the drive back; /var/log/messages didn't get any updates. kingkong# atacontrol attach 1 Master: acd0 ATA/ATAPI revision 6 Slave: no device present kingkong# got following update in /var/log/messages: Oct 26 09:46:20 kingkong kernel: acd0: DVDR at ata1-master UDMA33 Oct 26 09:46:20 kingkong kernel: cd0 at ata1 bus 0 target 0 lun 0 Oct 26 09:46:20 kingkong kernel: cd0: Removable CD-ROM SCSI-0 device Oct 26 09:46:20 kingkong kernel: cd0: 33.000MB/s transfers Oct 26 09:46:20 kingkong kernel: cd0: Attempt to query device size failed: NOT READY, Medium not present After the whole procedure I saw the channel with "atacontrol list" and could mount a CD without any errors. I tried the same thing with WinXP ("safe remove") to see, if the Power-LED of the media-slot is switching off and it does. I was wondering, if any kind of hotpluging (e.g. PCI Adapters) is supported by freeBSD? Regards, Thomas. On Mon, 2005-10-24 at 21:00 +0200, Michal F. Hanula wrote: > On Thu, Oct 20, 2005 at 05:27:22PM +0200, Thomas Linton wrote: > > What is the correct and safe way to remove a "Hotplug" CD/DVD Drive from > > a Laptop? > If the drive is on a separate IDE channel, try > atacontrol stop > m&f > _______________________________________________ > 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 Wed Oct 26 09:10:56 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C15716A41F for ; Wed, 26 Oct 2005 09:10:56 +0000 (GMT) (envelope-from fteg@london.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 257D843D4C for ; Wed, 26 Oct 2005 09:10:55 +0000 (GMT) (envelope-from fteg@london.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id B471018002AC for ; Wed, 26 Oct 2005 09:10:53 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 26 Oct 2005 09:10:53 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id 8E30C83C03; Wed, 26 Oct 2005 09:10:53 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Fafa Hafiz Krantz" To: questions@freebsd.org Date: Wed, 26 Oct 2005 04:10:53 -0500 Received: from [213.187.181.70] by ws1-1.us4.outblaze.com with http for fteg@london.com; Wed, 26 Oct 2005 04:10:53 -0500 X-Originating-Ip: 213.187.181.70 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20051026091053.8E30C83C03@ws1-1.us4.outblaze.com> Cc: Subject: Maintaining my music collection (off topic) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 09:10:56 -0000 Hello! I have a rather large collection of CDs and vinyls which I have digitized for preservation. For instance: +----/usr/home/mp3 | +-----instrumentals/ | | +-----fat_jon_as_maurice_galactica-humanoid_erotica-cd-2001/ | | | +-----00-fat_jon_as_maurice_galactica-humanoid_erotica-200= 1-back.jpg | | | +-----00-fat_jon_as_maurice_galactica-humanoid_erotica-200= 1-cd.jpg | | | +-----00-fat_jon_as_maurice_galactica-humanoid_erotica-200= 1-front.jpg | | | +-----00-fat_jon_as_maurice_galactica-humanoid_erotica-cd-= 2001.nfo | | | +-----01-at_the_bar.mp3 | | | +-----02-14_years-nbd.mp3 | | | +-----03-triple_gold_daytons.mp3 | | | +-----04-no.mp3 | | | +-----05-tell_me.mp3 | | | +-----06-the_queen_and_i.mp3 | | | +-----07-backseat_anonymous-.mp3 | | | +-----08-change_your_mind.mp3 | | | +-----09-exact_space.mp3 | | | +-----10-i_dee.mp3 | | | +-----11-rain_dance_remix_instrumental.mp3 | | | +-----12-pretty_pussy_kitty_kat_ft_five_deez.mp3 | | | +-----13-unnamed_track.mp3 Inside mp3/ there are a lot of subfolders and subsubfolders containing my albums. My problem is that they all lack a Simple File Verification file as well as a M3U playlist. Generating those manually for each album is way too much. I was wondering if anybody could assist me in building this script to perform these tasks: 1) Go to all directories containing an .nfo file 2) Generate an .sfv file based on the .mp3 files in each directory 3) Remove .sfv comments created by the cfv tool 4) Give the .sfv file the same name as the as the .nfo file (except extensi= on) 5) Do an ls *.mp3 and output it to the same file name as the other two file= s (except extension) So far a friend of mine has helped me make this: fix() { find ${1+:"$@"} -name '*.nfo' | while read file ; do cd ${file%/*} if [[ $(ls *.sfv) ]]; then (( recreate )) && do=3D1 || do=3D0 else do=3D1 fi (( do )) && cfv -C *.mp3 || { echo SFV creation failed. ; return 1 ; } ; .= .. filename code .. ; cfv=3D$( ls *.cfv ) if [[ -n $cfv ]] ; then echo SFV already exists. else Data=3D$( awk '! /^:/' $cfv ) && echo "$Data" >$cfv || echo Comment remov= al failed. fi } But it doesn't really work. # sh fix.sh fix.sh: 9: Syntax error: "do" unexpected (expecting ")") Maybe it also can be simplified? I don't know much coding, but to me it looks kind of messy. Well, that's it. Thank you so much all! -- Fafa Hafiz Krantz Research Designer @ http://www.bleed.com --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 09:11:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F4D916A41F for ; Wed, 26 Oct 2005 09:11:03 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 914DD43D46 for ; Wed, 26 Oct 2005 09:11:02 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so62840nzd for ; Wed, 26 Oct 2005 02:11:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TgdNlLQyc7iSLrHYUzHkvN446Z0iUhvgrn/qsZ/N1MStbmO9+NBgTBLp5ID2d03UTeOjqvxufhNBmbXU+MbTdsEJ8QsKjuWstdP0jVEotnTwcuwPkID4SaXfECl5HmXRkSalNQ4ElwP9uIrtfaw4MKAxaT1vnc5Olsu9yAo85eo= Received: by 10.36.222.18 with SMTP id u18mr651047nzg; Wed, 26 Oct 2005 02:11:01 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Wed, 26 Oct 2005 02:11:00 -0700 (PDT) Message-ID: Date: Wed, 26 Oct 2005 13:11:00 +0400 From: "Andrew P." To: Sasa Stupar In-Reply-To: <27FECDB04C733DBB84685DAD@192.168.10.249> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8635E843F061BEE823D1B9EA@192.168.10.249> <27FECDB04C733DBB84685DAD@192.168.10.249> Cc: FreeBSD Q ML Subject: Re: Speed question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 09:11:03 -0000 On 10/26/05, Sasa Stupar wrote: > > > --On 26. oktober 2005 9:46 +0200 Sasa Stupar > wrote: > > > Hi! > > > > I have on my LAN a server FBSD 5.4 on DMZ. The router is made of linux > > (yes I'll change it to FBSD ASAP) with 3 NIC: eth0 (inet), eth1 (LAN), > > eth2 (DMZ). > > Strange thing is that when server is on DMZ and I access it from the LA= N > > with ftp client my transfer speed is 30 Mbit/s. The network itself is 1= 00 > > Mbit. BUT if I move server from LAN to DMZ I have the max speed arround > > 100 Mbit/s. > > BTW: server in DMZ is connected directly to the NIC on router and on th= e > > LAN side I have all users connected on one switch which is connected to > > the router. > > > > Is this normall for all kinds of routers (linux, bsd, etc.) with setup > > like mine to behave like this or is it just my router setup? > > > > Regards, > > Sasa > > Made a mistake in the post: > > "BUT if I move server from LAN to DMZ..." > should be > "BUT if I move server from DMZ to LAN...# > > > Sasa > > If you mean that bandwidth between 2 boxes on one switch is higher than that between 2 boxes connected to different NICs on some server, then that's absolutely normal and expected. No server can match the speed of a Cisco, and no Cisco can match the speed of a cheap unmanaged switch. If you mean that ftp client and ftp server are connected to different NICs on the router in both cases (30Mbit and 100Mbit transfers), it is explainable, because traffic from DMZ to LAN usually gets a closer look than that from LAN to LAN. You might or might not get better performance with FreeBSD as the router. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 09:53:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4C4516A41F for ; Wed, 26 Oct 2005 09:53:16 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4241043D45 for ; Wed, 26 Oct 2005 09:53:16 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUhy5-000Jbh-MB; Wed, 26 Oct 2005 13:53:13 +0400 Message-ID: <435F51FB.9050604@speechpro.com> Date: Wed, 26 Oct 2005 13:52:59 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob , freebsd-questions@freebsd.org References: <20051026081646.32218.qmail@web36208.mail.mud.yahoo.com> In-Reply-To: <20051026081646.32218.qmail@web36208.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 09:53:16 -0000 Hi, Rob wrote: > > >Yes, indeed. Thank you. You said: > "Sounds like the application is broken for > requesting it, since as you found there is > no such library on FreeBSD." > >Here "the application" refers to what? >Grace? Or dlopen()? > >If you mean grace, then I have a problem: >the grace mailinglist blames FreeBSD, and >here grace is blamed. Argh! > > What are you trying to do with xmgrace? I' asking because I have just installed math/grace and it at least can be launched on my system without trouble. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 09:58:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BEA416A420 for ; Wed, 26 Oct 2005 09:58:50 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ADDC43D5F for ; Wed, 26 Oct 2005 09:58:49 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUi3U-000JlX-Ds for freebsd-questions@freebsd.org; Wed, 26 Oct 2005 13:58:48 +0400 Message-ID: <435F534A.1020302@speechpro.com> Date: Wed, 26 Oct 2005 13:58:34 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051025201304.24459.qmail@web31603.mail.mud.yahoo.com> In-Reply-To: <20051025201304.24459.qmail@web31603.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Archived: Yes Subject: Re: Samba3 and win9x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 09:58:50 -0000 Aguiar Magalhaes wrote: >List, > >I´ve installed Samba3 on a FreeBSD 5.4 server. The >shared directories are see in winXP machines and >they´ve worked correctly using the local users >(created by adduser script with nologin) > >In the same network, when I use the same users in >win9x machines, I´ve received a error message: >"Invalid password" > >My smb.conf has: > >security = user >encrypt password = no >domain logons = yes > >The win9x machines has in the register: > >EnablePlainTextPassword = 1 > >What´s wrong ? > > Why do you wish plain text passwords? Win98 can work with encrypted passwords. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 10:27:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7238D16A41F; Wed, 26 Oct 2005 10:27:47 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAA743D46; Wed, 26 Oct 2005 10:27:46 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.50 (FreeBSD)) id 1EUiVS-000DK9-RA; Wed, 26 Oct 2005 11:27:42 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.50 (FreeBSD)) id 1EUiVS-000OXf-J9; Wed, 26 Oct 2005 11:27:42 +0100 To: kris@obsecurity.org, spamrefuse@yahoo.com In-Reply-To: <20051026081646.32218.qmail@web36208.mail.mud.yahoo.com> Message-Id: From: Pete French Date: Wed, 26 Oct 2005 11:27:42 +0100 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 10:27:47 -0000 > I am the only FreeBSD user on the Grace mailinglist. > Apparently the dlopen() call in grace works fine > on Linux and others. But not with FreeBSD. This is not a problem with the dlopen call *or* freebsd - the problem is that it is asking for a library 'libXcursor.so.1.0' which does not exist on FreeBSD. There is a 'libXcursor.so.1' though. You need to get the grace people to change the application so it requests the correct library when running on FreeBSD. -pcf. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 10:30:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9305416A41F; Wed, 26 Oct 2005 10:30:35 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail06.syd.optusnet.com.au (mail06.syd.optusnet.com.au [211.29.132.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id E739A43D46; Wed, 26 Oct 2005 10:30:34 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail06.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j9QAUWNd025550 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 26 Oct 2005 20:30:33 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j9QAUWHh046907; Wed, 26 Oct 2005 20:30:32 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j9QAUWCp046906; Wed, 26 Oct 2005 20:30:32 +1000 (EST) (envelope-from pjeremy) Date: Wed, 26 Oct 2005 20:30:32 +1000 From: Peter Jeremy To: Rob Message-ID: <20051026103032.GN39882@cirb503493.alcatel.com.au> References: <20051026034133.47941.qmail@web36215.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051026034133.47941.qmail@web36215.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc Cc: FreeBSD Stable , FreeBSD questions Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 10:30:35 -0000 On Tue, 2005-Oct-25 20:41:33 -0700, Rob wrote: >2. Create $HOME/.grace/gracerc.user and put > one line in this file: > USE "pow" TYPE f_of_dd FROM "/usr/lib/libm.so" > (this is the example from the Grace UsersGuide) Does grace work correctly if you don't include this line? >3. Start grace like this: > $ xmgrace > Shared object "libXcursor.so.1.0" not found, > required by "xmgrace" "libXcursor.so.1.0" is not a valid FreeBSD shared library name. The closest is /usr/X11R6/lib/libXcursor.so.1 > handle = > (void *)dlopen("/usr/lib/libm.so", RTLD_LAZY) It doesn't make sense for an attempt to dlopen libm to complain about an X library. You might like to try asking the port maintainer (see the Makefile). -- Peter Jeremy From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 10:39:42 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED69D16A41F for ; Wed, 26 Oct 2005 10:39:42 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8545943D46 for ; Wed, 26 Oct 2005 10:39:42 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.76.67]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051026103941.FRXM16334.mta10.adelphia.net@default.chvlva.adelphia.net>; Wed, 26 Oct 2005 06:39:41 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 26952B4F8; Wed, 26 Oct 2005 06:39:48 -0400 (EDT) Date: Wed, 26 Oct 2005 06:39:48 -0400 From: Parv To: Fafa Hafiz Krantz Message-ID: <20051026103948.GB5168@holestein.holy.cow> Mail-Followup-To: Fafa Hafiz Krantz , questions@freebsd.org References: <20051026091053.8E30C83C03@ws1-1.us4.outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051026091053.8E30C83C03@ws1-1.us4.outblaze.com> Cc: questions@freebsd.org Subject: Re: Maintaining my music collection (off topic) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: f-q List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 10:39:43 -0000 in message <20051026091053.8E30C83C03@ws1-1.us4.outblaze.com>, wrote Fafa Hafiz Krantz thusly... > > fix() { > find ${1+:"$@"} -name '*.nfo' | while read file ; do > cd ${file%/*} ^ ^ ^ ^ Looks like this script is not going to work in FreeBSD /bin/sh. Install one of shells/bash* (guessing) ports and run this script under that shell (unless somebody does the conversion for you). - Parv -- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 10:42:49 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A14F16A41F for ; Wed, 26 Oct 2005 10:42:49 +0000 (GMT) (envelope-from fteg@london.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45EDD43D4C for ; Wed, 26 Oct 2005 10:42:49 +0000 (GMT) (envelope-from fteg@london.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 7EEE4180023C for ; Wed, 26 Oct 2005 10:42:48 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 26 Oct 2005 10:42:48 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id 5CFEA83C03; Wed, 26 Oct 2005 10:42:48 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Fafa Hafiz Krantz" To: questions@freebsd.org Date: Wed, 26 Oct 2005 05:42:48 -0500 Received: from [213.187.181.70] by ws1-1.us4.outblaze.com with http for fteg@london.com; Wed, 26 Oct 2005 05:42:48 -0500 X-Originating-Ip: 213.187.181.70 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20051026104248.5CFEA83C03@ws1-1.us4.outblaze.com> Cc: parv@pair.com Subject: Re: Maintaining my music collection (off topic) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 10:42:49 -0000 I don't know man, the script is suppose to be valid sh. # bash fix.sh fix.sh: line 19: syntax error near unexpected token `}' fix.sh: line 19: `}' All the best, Fafa ----- Original Message ----- From: Parv To: "Fafa Hafiz Krantz" Subject: Re: Maintaining my music collection (off topic) Date: Wed, 26 Oct 2005 06:39:48 -0400 >=20 > in message <20051026091053.8E30C83C03@ws1-1.us4.outblaze.com>, > wrote Fafa Hafiz Krantz thusly... > > > > fix() { > > find ${1+:"$@"} -name '*.nfo' | while read file ; do > > cd ${file%/*} > ^ ^ > ^ ^ > Looks like this script is not going to work in FreeBSD /bin/sh. > Install one of shells/bash* (guessing) ports and run this script > under that shell (unless somebody does the conversion for you). >=20 >=20 > - Parv >=20 > -- -- Fafa Hafiz Krantz Research Designer @ http://www.bleed.com --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 11:28:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6B516A41F for ; Wed, 26 Oct 2005 11:28:04 +0000 (GMT) (envelope-from matrix@itlegion.ru) Received: from osiris.itlegion.ru (osiris.itlegion.ru [84.21.226.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4221443D58 for ; Wed, 26 Oct 2005 11:28:02 +0000 (GMT) (envelope-from matrix@itlegion.ru) Received: from Artem ([192.168.0.12]) by osiris.itlegion.ru (8.13.3/8.13.1) with SMTP id j9QBS0ws045076 for ; Wed, 26 Oct 2005 15:28:00 +0400 (MSD) (envelope-from matrix@itlegion.ru) X-AntiVirus: Checked by Dr.Web [version: 4.33, engine: 4.33.0.09273, virus records: 89786, updated: 26.09.2005] Message-ID: <00fc01c5da20$41801990$0c00a8c0@Artem> From: "Artem Kuchin" To: "FreeBSD questions" References: <20051026034133.47941.qmail@web36215.mail.mud.yahoo.com> <20051026103032.GN39882@cirb503493.alcatel.com.au> Date: Wed, 26 Oct 2005 15:27:28 +0400 Organization: IT Legion MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit 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: How to terminate TCP connection? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 11:28:04 -0000 Hi! I am running several jails. Each jail runs many services includinh SMTP, POP,IMAP, HTTP. Somtimes i need to restart all jails. So, i /etc/rc.d/jail stop And then i wait until jls shows nothing. However, it usually takes very long or unacceptably long because FreebBSD does not delete jail until all connections to it are gone. So, i have no processes running in a jail, but netstat -n show several connections (usually SYN_FIN1, SYN_FIN2, LAST_ACK states) and they hang there for a very long time. Usually, i have to reboot the server to finaly get rid of all jails and connctions. But sometimes I need to restart only one jail and have the same problem and have to wait for 20-30 minutes until all connections die. Clients are ready to kill me at such moments. So, the question, Is there a way to kill off stuck tcp connection (or actually ANY connection which are shown by netstat) or maybe there is a way to force jail termination without waiting until all connection are gone. Artem From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 11:33:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A3216A41F for ; Wed, 26 Oct 2005 11:33:18 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9656143D48 for ; Wed, 26 Oct 2005 11:33:17 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUjWu-000Nbf-34 for freebsd-questions@freebsd.org; Wed, 26 Oct 2005 15:33:16 +0400 Message-ID: <435F696E.4060702@speechpro.com> Date: Wed, 26 Oct 2005 15:33:02 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051026034133.47941.qmail@web36215.mail.mud.yahoo.com> <20051026103032.GN39882@cirb503493.alcatel.com.au> In-Reply-To: <20051026103032.GN39882@cirb503493.alcatel.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 11:33:18 -0000 Peter Jeremy wrote: >It doesn't make sense for an attempt to dlopen libm to complain about >an X library. > > fresh port works for me. By "works" I mean I can launch it and use menu :-) From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 11:40:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B61316A41F for ; Wed, 26 Oct 2005 11:40:45 +0000 (GMT) (envelope-from ronny.machado@cajalosandes.cl) Received: from mail.cajalosandes.cl (dmz.cajalosandes.cl [200.11.68.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE2443D4C for ; Wed, 26 Oct 2005 11:40:43 +0000 (GMT) (envelope-from ronny.machado@cajalosandes.cl) Received: from (10.23.1.30) by putana.cajalosandes.cl via smtp id 5c0f_303396ba_4615_11da_88ed_0014221140b8; Wed, 26 Oct 2005 08:39:38 -0300 Received: from mail.cajalosandes.cl ([10.23.1.24]) by mail.cajalosandes.cl with Microsoft SMTPSVC(6.0.3790.1830); Wed, 26 Oct 2005 08:41:51 -0400 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Wed, 26 Oct 2005 08:41:51 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: CA0106 Thread-Index: AcXaKpnsKAyT59jjTKKLrMJ/bqgbbQ== From: "Ronny Machado C." To: X-OriginalArrivalTime: 26 Oct 2005 12:41:51.0796 (UTC) FILETIME=[A3968740:01C5DA2A] Subject: CA0106 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 11:40:45 -0000 Hello list,=20 I've been trying to make my soundcard working but with no success, my = card is supossed to work with the emu10k1 driver, I've kldoaded it but = with no results at all, I mean, the driver is loaded and the sound = module too, but I don't have any sound device, (no mixer, or dsp, pcm, = etc...) Here's some info.... none0@pci0:12:0: class=3D0x040100 card=3D0x10061102 = chip=3D0x00071102 rev=3D0x00 hdr=3D0x00 vendor =3D 'Creative Labs' device =3D 'CA0106-DAT Audigy LS' class =3D multimedia subclass =3D audio thanks in advance.... ronny From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 11:48:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3890816A41F for ; Wed, 26 Oct 2005 11:48:36 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id C86E343D46 for ; Wed, 26 Oct 2005 11:48:35 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUjli-000Ow6-Cx; Wed, 26 Oct 2005 15:48:34 +0400 Message-ID: <435F6D04.2040409@speechpro.com> Date: Wed, 26 Oct 2005 15:48:20 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Artem Kuchin , freebsd-questions@freebsd.org References: <20051026034133.47941.qmail@web36215.mail.mud.yahoo.com> <20051026103032.GN39882@cirb503493.alcatel.com.au> <00fc01c5da20$41801990$0c00a8c0@Artem> In-Reply-To: <00fc01c5da20$41801990$0c00a8c0@Artem> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: How to terminate TCP connection? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 11:48:36 -0000 Artem Kuchin wrote: > > So, the question, Is there a way to kill off stuck tcp connection (or > actually ANY connection > which are shown by netstat) or maybe there is a way to force jail > termination without > waiting until all connection are gone. tcpdrop(8) From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 11:51:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7D2016A41F for ; Wed, 26 Oct 2005 11:51:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 204A343D48 for ; Wed, 26 Oct 2005 11:51:53 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 30545 invoked from network); 26 Oct 2005 11:51:53 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Oct 2005 11:51:53 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 48A892841B; Wed, 26 Oct 2005 07:51:52 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Paulino Calderon References: <8dc358df0510251403q65ac1e48ua19b263e7e379576@mail.gmail.com> From: Lowell Gilbert Date: 26 Oct 2005 07:51:52 -0400 In-Reply-To: <8dc358df0510251403q65ac1e48ua19b263e7e379576@mail.gmail.com> Message-ID: <44r7a8qyw7.fsf@be-well.ilk.org> Lines: 26 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: Kernel boot hangs during installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 26 Oct 2005 11:51:54 -0000 Paulino Calderon writes: > Ive got a Toshiba Satellite P10-EE1 with the following specifications: > -Intel(r) Pentium(r) 4 Processor 3.20 GHz processor with Hyper Threading > Technology, 533MHz PSB > L1 Cache 12KB/8KB (instruction/data), L2 Cache 512KB > -Disk drive 80 gb : TOSHIBA MK9026GAX > -Video card: ATI MOBILITY RADEON 9700 > -TOSHIBA DVD-ROM SD-R6112 > -Atheros Wireless Network Adapter > > Well first I tried to install freebsd 5.4 without success, i cant get it to > boot, my installation cd works ( ive tried on different machines ), I get > the menu with the ASCII daemon and let the countdown time out, but then it > hangs when it tries to boot the kernel. Ive tried the acpi off and safe mode > and the same thing happens, so i thought this might be a incompatibility > problem so i waited and tried the 6.0 RC1 and still no luck, any help or > orientation you can give me would be really appreciated, thanks. Try selecting the "safe mode" to boot, and you should at least be able to get through installation. Then you'll be able to debug the specific problems more easily. Yesterday I bought a new machine that wouldn't boot with the APIC enabled. I'll have to figure out how to fix that as soon as possible, but for now it works fine, just a little slower than it should. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 11:54:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50AFA16A420 for ; Wed, 26 Oct 2005 11:54:43 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06AD943D48 for ; Wed, 26 Oct 2005 11:54:42 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 15276 invoked from network); 26 Oct 2005 11:54:41 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Oct 2005 11:54:41 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id D37192841B; Wed, 26 Oct 2005 07:54:40 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Paulino Calderon References: <8dc358df0510251403q65ac1e48ua19b263e7e379576@mail.gmail.com> From: Lowell Gilbert Date: 26 Oct 2005 07:54:40 -0400 In-Reply-To: <8dc358df0510251403q65ac1e48ua19b263e7e379576@mail.gmail.com> Message-ID: <44k6g0qyrj.fsf@be-well.ilk.org> Lines: 7 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: Kernel boot hangs during installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 26 Oct 2005 11:54:43 -0000 Paulino Calderon writes: > hangs when it tries to boot the kernel. Ive tried the acpi off and safe mode Oops. Sorry about missing that the first time. Try the verbose boot and see if you get a hint what it's choking on. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 12:08:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43A0E16A41F for ; Wed, 26 Oct 2005 12:08:48 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36214.mail.mud.yahoo.com (web36214.mail.mud.yahoo.com [209.191.68.240]) by mx1.FreeBSD.org (Postfix) with SMTP id D470743D49 for ; Wed, 26 Oct 2005 12:08:47 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 92766 invoked by uid 60001); 26 Oct 2005 12:08:47 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Sl4cDCz08QyX1T+Luh8VyhbFr5og4uFJbFNEkdVRj9oH6Owrfc5Ws5L4zK6cqBlyE1VYEQd1U72/BTirWUAPWUBF0jTlKlOk5o21Ex8Vl2xZFaAJhs1BqwoIl4ics/a4/Ym8pI0r8sHYq2PcktwVz3yHRa0PpDJwUvXcDrhMu70= ; Message-ID: <20051026120847.92764.qmail@web36214.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36214.mail.mud.yahoo.com via HTTP; Wed, 26 Oct 2005 05:08:47 PDT Date: Wed, 26 Oct 2005 05:08:47 -0700 (PDT) From: Rob To: Igor Robul , freebsd-questions@freebsd.org In-Reply-To: <435F51FB.9050604@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 12:08:48 -0000 --- Igor Robul wrote: > Hi, > > Rob wrote: > > > > > > >Yes, indeed. Thank you. You said: > > "Sounds like the application is broken for > > requesting it, since as you found there is > > no such library on FreeBSD." > > > >Here "the application" refers to what? > >Grace? Or dlopen()? > > > >If you mean grace, then I have a problem: > >the grace mailinglist blames FreeBSD, and > >here grace is blamed. Argh! > > > > > What are you trying to do with xmgrace? I' asking > because I have just installed math/grace and it > at least can be launched on my system without > trouble. As I explained at the very beginning of this thread (note part 2, this is important!): 1. Install Grace from ports (math/grace) 2. Create $HOME/.grace/gracerc.user and put one line in this file: USE "pow" TYPE f_of_dd FROM "/usr/lib/libm.so" (this is the example from the Grace UsersGuide, but a similar construct allows me to load my own function from my own library file). 3. Start grace like this: $ xmgrace Shared object "libXcursor.so.1.0" not found, required by "xmgrace" DL module load failed: USE "pow" TYPE F_OF_DD FROM "/usr/lib/libm.so" Error at line 1 Indeed, grace will start normally, but it will not parse the "USE..." line from the gracerc.user, because the dlopen() call has the error: Shared object "libXcursor.so.1.0" not found, required by "xmgrace" Do you see this too? Thanks, Rob. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 12:15:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BA016A479 for ; Wed, 26 Oct 2005 12:15:13 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36202.mail.mud.yahoo.com (web36202.mail.mud.yahoo.com [209.191.68.228]) by mx1.FreeBSD.org (Postfix) with SMTP id 8D3B143D49 for ; Wed, 26 Oct 2005 12:15:12 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 16227 invoked by uid 60001); 26 Oct 2005 12:15:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Yjh8DxPNBCwQ4au7h1PvGJOr7tJRfh9R90C4vA7NrhGLjpyvvGr/16JV7ZfpDWIpJT0i3wKxt+02wiUt0dnHCBsA4UsJNxd6aVgdMmHyLuYsyOYSj48pOiG8pveKa+2riiJ6M0VqISBlZrJO5C6XlwHs2REWputsDL3wL0IT71E= ; Message-ID: <20051026121512.16225.qmail@web36202.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36202.mail.mud.yahoo.com via HTTP; Wed, 26 Oct 2005 05:15:12 PDT Date: Wed, 26 Oct 2005 05:15:12 -0700 (PDT) From: Rob To: Pete French , kris@obsecurity.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 12:15:13 -0000 --- Pete French wrote: > > I am the only FreeBSD user on the Grace > mailinglist. > > Apparently the dlopen() call in grace works fine > > on Linux and others. But not with FreeBSD. > > This is not a problem with the dlopen call *or* > freebsd - the problem is that it is asking for > a library 'libXcursor.so.1.0' which does not > exist on FreeBSD. There is a 'libXcursor.so.1' > though. You need to get the grace people to change > the application so it requests the correct > library when running on FreeBSD. The reason why the grace developper blames FreeBSD is because of this: The executable 'xmgrace' is linked to /usr/X11R6/lib/libX11.so.6 and 'strings /usr/X11R6/lib/libX11.so.6 | grep libXcursor' gives: libXcursor.so.1.0.2 So according to the grace developper, the reason for my problem is a problem with libX11.so.6. But I know nothing about this stuff.... By the way: can someone also explain to me why libX11.so.6 has the string "libXcursor.so.1.0.2". I will then forward this to the grace mailinglist, and tell them that there's something wrong with Grace. Thank so much! Rob. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 12:25:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E5E816A429 for ; Wed, 26 Oct 2005 12:25:14 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36206.mail.mud.yahoo.com (web36206.mail.mud.yahoo.com [209.191.68.232]) by mx1.FreeBSD.org (Postfix) with SMTP id A55B443D6B for ; Wed, 26 Oct 2005 12:25:10 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 87374 invoked by uid 60001); 26 Oct 2005 12:25:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=03XdR6vPfhjMliUYSsqhztuME5gpy0hhkLqTprOFHqd/AElYTFwbe9oeFgd7NalwIl+PE0AEuV0sKfyG9Orextl+x7og6NsZ70flyfQuc4LDbyS7VmRU+1SY8iey1filIjLw5nl0ct/+9amuxYpRi6vxdKGXr+yL5gvmq7Rc9O4= ; Message-ID: <20051026122509.87372.qmail@web36206.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36206.mail.mud.yahoo.com via HTTP; Wed, 26 Oct 2005 05:25:09 PDT Date: Wed, 26 Oct 2005 05:25:09 -0700 (PDT) From: Rob To: Peter Jeremy In-Reply-To: <20051026103032.GN39882@cirb503493.alcatel.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: FreeBSD Stable , FreeBSD questions Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 12:25:14 -0000 --- Peter Jeremy wrote: > On Tue, 2005-Oct-25 20:41:33 -0700, Rob wrote: > >2. Create $HOME/.grace/gracerc.user and put > > one line in this file: > > USE "pow" TYPE f_of_dd FROM "/usr/lib/libm.so" > > (this is the example from the Grace UsersGuide) > > Does grace work correctly if you don't include this > line? Without that line, grace starts without any problem. With that line, grace cannot perform the action described in that line (USE "pow" FROM "libm.so"), because the responsible dlopen() call has the error: Shared object "libXcursor.so.1.0" not found, required by "xmgrace" However, despite this error, grace continues to start up fine (but, as I said, without loading the function from the library). Rob. __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 12:36:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A0DC16A437 for ; Wed, 26 Oct 2005 12:36:33 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 143AF43D45 for ; Wed, 26 Oct 2005 12:36:32 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUkW6-0000nh-9i; Wed, 26 Oct 2005 16:36:30 +0400 Message-ID: <435F7840.8040408@speechpro.com> Date: Wed, 26 Oct 2005 16:36:16 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob , freebsd-questions@freebsd.org References: <20051026120847.92764.qmail@web36214.mail.mud.yahoo.com> In-Reply-To: <20051026120847.92764.qmail@web36214.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 12:36:33 -0000 Rob wrote: > > > >Indeed, grace will start normally, but it will >not parse the "USE..." line from the gracerc.user, >because the dlopen() call has the error: > Shared object "libXcursor.so.1.0" not found, > required by "xmgrace" > >Do you see this too? > > yes. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 12:57:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8386C16A41F for ; Wed, 26 Oct 2005 12:57:18 +0000 (GMT) (envelope-from pablo@lacnic.net) Received: from micron.lacnic.net.uy (lacnic.net.uy [200.40.228.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F84F43D4C for ; Wed, 26 Oct 2005 12:57:10 +0000 (GMT) (envelope-from pablo@lacnic.net) Received: from micron.lacnic.net.uy (localhost [127.0.0.1]) by micron.lacnic.net.uy (8.13.1/8.13.1) with ESMTP id j9QE11b9082727 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 26 Oct 2005 11:01:01 -0300 (UYT) (envelope-from pablo@lacnic.net) Received: (from pablo@localhost) by micron.lacnic.net.uy (8.13.1/8.13.1/Submit) id j9QE11q2082726 for freebsd-questions@freebsd.org; Wed, 26 Oct 2005 11:01:01 -0300 (UYT) (envelope-from pablo@lacnic.net) X-Authentication-Warning: micron.lacnic.net.uy: pablo set sender to pablo@lacnic.net using -f Date: Wed, 26 Oct 2005 11:01:01 -0300 From: Pablo Allietti To: freebsd-questions@freebsd.org Message-ID: <20051026140101.GC81175@micron.lacnic.net.uy> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: Freebsd X-Organization: LACNIC X-URL: http://lacnic.net/ X-Spam-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED, DNS_FROM_RFC_ABUSE autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on micron.lacnic.net.uy X-Lacnic.uy-MailScanner-Information: Please contact the ISP for more information X-Lacnic.uy-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-MailScanner-From: pablo@lacnic.net Subject: xorg.conf block my machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 12:57:18 -0000 hi all. i have xorg loading in tty7 at startup. i change my mouse and i modified the file xorg.conf to mouse0 to mouse1. well.... the problem is my machine cant start again :( load all system but when finish and try to start X system the screen blinking and i cant do anything i try to load freebsd in safe mode but nothing the same is possible modified the file xorg.conf in any way? i boot in single user too. but the filesystem is read only and i cant find a editor too. :( -- .- Pablo Allietti LACNIC From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 13:16:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F402316A41F for ; Wed, 26 Oct 2005 13:16:06 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C65843D46 for ; Wed, 26 Oct 2005 13:16:06 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUl8N-0002OS-Ll; Wed, 26 Oct 2005 17:16:03 +0400 Message-ID: <435F8185.2070609@speechpro.com> Date: Wed, 26 Oct 2005 17:15:49 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob , freebsd-questions@freebsd.org References: <20051026121512.16225.qmail@web36202.mail.mud.yahoo.com> In-Reply-To: <20051026121512.16225.qmail@web36202.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 13:16:07 -0000 Rob wrote: >The reason why the grace developper blames FreeBSD >is because of this: > >The executable 'xmgrace' is linked to >/usr/X11R6/lib/libX11.so.6 >and >'strings /usr/X11R6/lib/libX11.so.6 | grep libXcursor' >gives: > libXcursor.so.1.0.2 > >So according to the grace developper, the reason >for my problem is a problem with libX11.so.6. > > I have rebuilt xmgrace/grace from sources without port Makefile, and all works fine. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 13:19:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F4CA16A420 for ; Wed, 26 Oct 2005 13:19:02 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp5.suscom.net (smtp5.suscom.net [64.78.83.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FDE743D73 for ; Wed, 26 Oct 2005 13:18:55 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp5.suscom.net (Postfix) with ESMTP id BE484510471 for ; Wed, 26 Oct 2005 09:18:53 -0400 (EDT) Received: from smtp5.suscom.net ([127.0.0.1]) by localhost (smtp5 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24838-01-40 for ; Wed, 26 Oct 2005 09:18:50 -0400 (EDT) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp5.suscom.net (Postfix) with SMTP id D01025100F5 for ; Wed, 26 Oct 2005 09:18:50 -0400 (EDT) Received: from [192.168.0.2] (//gerard [192.168.0.2]) by seibercom.net (8.13.4/8.13.4) with ESMTP id j9QDIpae042881 for ; Wed, 26 Oct 2005 09:18:51 -0400 (EDT) (envelope-from gerard@seibercom.net) Date: Wed, 26 Oct 2005 09:18:54 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20051026091406.3199.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.22.02 [en] X-Virus-Scanned: by amavisd-new .250 at suscom.net Subject: Reading Startup Message Prior to Start Menu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 26 Oct 2005 13:19:02 -0000 I have FreeBSD 5.4 running. When it boots up, it prints some information onto the screen, and then prints out the start up menu. How do I go about seeing what that information was that was printed out prior to the startup menu presentation? I am just sort of curious as to what it is displaying. -- Gerard Seibert gerard@seibercom.net The word "spine" is of course an anagram of the word "penis". This is true in almost fifty percent of the languages of the Galaxy and many people have attempted to explain why. Usually the explanations get bogged down in silly ones about "stand erect". From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 13:20:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9314D16A464 for ; Wed, 26 Oct 2005 13:20:57 +0000 (GMT) (envelope-from psg@cooldog.com) Received: from mail.cooldog.com (burt.cooldog.com [63.237.77.140]) by mx1.FreeBSD.org (Postfix) with SMTP id 40EE843D46 for ; Wed, 26 Oct 2005 13:20:57 +0000 (GMT) (envelope-from psg@cooldog.com) Received: (qmail 29723 invoked from network); 26 Oct 2005 13:20:55 -0000 Received: from clyde.cooldog.com (HELO ?192.168.1.4?) (192.168.1.4) by 0 with SMTP; 26 Oct 2005 13:20:55 -0000 Message-ID: <435F82B8.1060003@cooldog.com> Date: Wed, 26 Oct 2005 09:20:56 -0400 From: "Paul S. Gumerman" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) 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: Need old V2.05 boot loader installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 13:20:57 -0000 I am currently working on recovering data from an old Maxtor MaxAttach NAS4000. This box is based on FreeBSD V2.05. Can anyone direct me to a place where I can download a bootloader install that will boot that system? The current bootloader code just throws up its hands and gives up when faced with the ancient kernel. Thanks in advance, Paul From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 13:22:03 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB71116A41F for ; Wed, 26 Oct 2005 13:22:02 +0000 (GMT) (envelope-from brandon.weisz@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA4B43D46 for ; Wed, 26 Oct 2005 13:22:02 +0000 (GMT) (envelope-from brandon.weisz@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so281469wxc for ; Wed, 26 Oct 2005 06:22:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=sfUzmQruG+Y8ueFUyKV7rNs+ZaLurWhCmW8qYbenJK1+HjWcwxKi9xwYcAjsZ5sVnWFE0Diigu0SAh+oi/Yelnyw7C7F5VFROlr+a70SE4YrTjwJ21ONBqnTsHCpl9K+sQycXze6ZBMf8LP++DGs36gEpkY9O2DPsxLe19AP+iQ= Received: by 10.65.222.2 with SMTP id z2mr623964qbq; Wed, 26 Oct 2005 06:22:00 -0700 (PDT) Received: by 10.65.132.7 with HTTP; Wed, 26 Oct 2005 06:22:00 -0700 (PDT) Message-ID: <3749282b0510260622w6126a106vb64e8c06950bbd85@mail.gmail.com> Date: Wed, 26 Oct 2005 08:22:00 -0500 From: Brandon Weisz To: Eric F Crist , questions@freebsd.org In-Reply-To: MIME-Version: 1.0 References: <20051025034730.36943.qmail@web52704.mail.yahoo.com> <3749282b0510250601if84d75eq17ff3492cec425c5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Qwest DLS & MSN Premium & Linksys Router & FreeBSD.. Oh my X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 13:22:03 -0000 On 10/25/05, Eric F Crist wrote: > > > On Oct 25, 2005, at 8:01 AM, Brandon Weisz wrote: > > Stay away from the Actiontec GT701-WG DSL router modem device Qwest > > is pushing. > > Its running linux of some sort and absolutely pukes at high PPS > > rates. I didnt bother > > trouble shooting it, rather I turned it to bridge mode and added a > > soekris box running FreeBSD > > behind it to do the pppoe/routing etc for my /29. I didnt try the > > "msn" service but have been > > happy with qwest.net as my isp. > > > > Brandon > > I disagree. I've been using that very router for quite some time > (roughly a year) and I've had no problems at 7/1. I was able to consistently cause it to stop responding by initiating nmap scans against a host behind it while it was in routing mode. I also participate in pool.ntp.org - when my server was put into dns and PPS rate was high, it stopped routing traffic. Telneting to th= e device and disabling iptables if I remember correctly would correct it. At any rate the general consensus I found while trying to find a solution to the problem about the device was poor. My solution was to take it out of the picture. I've had no problems since then. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 13:28:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB37516A422 for ; Wed, 26 Oct 2005 13:28:20 +0000 (GMT) (envelope-from paulh@bdug.org.au) Received: from mail.bdug.org.au (mail.bdug.org.au [202.72.170.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD1AB43D6D for ; Wed, 26 Oct 2005 13:28:13 +0000 (GMT) (envelope-from paulh@bdug.org.au) Received: from localhost (localhost.bdug.org.au [127.0.0.1]) by mail.bdug.org.au (Postfix) with ESMTP id AD8BF4D for ; Wed, 26 Oct 2005 21:28:09 +0800 (WST) Received: from mail.bdug.org.au ([127.0.0.1]) by localhost (ant.bdug.org.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 38039-06 for ; Wed, 26 Oct 2005 21:28:07 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id A93D522 for ; Wed, 26 Oct 2005 21:28:07 +0800 (WST) From: "Paul Hamilton" To: Date: Wed, 26 Oct 2005 21:28:28 +0800 Message-ID: <018501c5da31$266e9080$6600a8c0@w2k2> 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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Virus-Scanned: amavisd-new at bdug.org.au Subject: Can FreeBSD 4.11 and 5.4 run on a HP DL-140 G2 server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 13:28:21 -0000 Hi, I have FreeBSD 4.11 running nicely on a HP DL-140 (80GB Parallel ATA HD), but is anyone running FreeBSD on a HP DL-140 *G2* (80GB SATA HD)? It's the SATA controller I am worried about. The Hardware notes on the 5.4 i386 page don't list the E7520 chipset. Regards, Paul Hamilton Information Technology Officer Shire of Busselton Ph: 08 9781-0391 From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 13:37:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 580B216A41F for ; Wed, 26 Oct 2005 13:37:42 +0000 (GMT) (envelope-from albi@scii.nl) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA5BF43D49 for ; Wed, 26 Oct 2005 13:37:41 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:10063 helo=mail.aseed.antenna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1EUlTI-0005Np-TE for freebsd-questions@freebsd.org; Wed, 26 Oct 2005 13:37:40 +0000 Received: from http.aseed.antenna.nl (http.aseed.antenna.nl [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id A347A154FE8 for ; Wed, 26 Oct 2005 15:38:13 +0200 (CEST) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 346F35A0FCD for ; Wed, 26 Oct 2005 15:38:34 +0200 (CEST) Date: Wed, 26 Oct 2005 15:37:37 +0200 From: albi To: freebsd-questions@freebsd.org Message-Id: <20051026153737.40e697b1.albi@scii.nl> In-Reply-To: <20051026091406.3199.GERARD@seibercom.net> References: <20051026091406.3199.GERARD@seibercom.net> X-Mailer: Sylpheed version 2.1.1 (GTK+ 2.8.6; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Reading Startup Message Prior to Start Menu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 13:37:42 -0000 On Wed, 26 Oct 2005 09:18:54 -0400 Gerard Seibert wrote: > I have FreeBSD 5.4 running. When it boots up, it prints some information > onto the screen, and then prints out the start up menu. > > How do I go about seeing what that information was that was printed out > prior to the startup menu presentation? I am just sort of curious as to > what it is displaying. hit "scroll lock" before that startup menu appears, then you can (afair) scroll back and forth with shift-pageup and shift-pagedown press "scroll lock" again to "unlock" the scrolling-feature (you can also look at /var/log/dmesg btw) -- grtjs, albi gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 13:39:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5C1D16A41F for ; Wed, 26 Oct 2005 13:39:02 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs4.arnes.si (avs4.arnes.si [193.2.1.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5118743D53 for ; Wed, 26 Oct 2005 13:39:01 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs4.arnes.si [193.2.1.77]) by avs4.arnes.si (Postfix) with ESMTP id 5BF532C353D for ; Wed, 26 Oct 2005 15:39:00 +0200 (CEST) Received: from avs4.arnes.si ([193.2.1.77]) by localhost (avs4.arnes.si [193.2.1.77]) (amavisd-new, port 10024) with ESMTP id 82043-02 for ; Wed, 26 Oct 2005 15:39:00 +0200 (CEST) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs4.arnes.si (Postfix) with ESMTP id 02BBC2C3508 for ; Wed, 26 Oct 2005 15:38:59 +0200 (CEST) Received: from [192.168.10.249] (MASTER.workgroup [192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id j9QDcu2x008756 for ; Wed, 26 Oct 2005 15:38:56 +0200 (CEST) (envelope-from sasa@stupar.homelinux.net) Date: Wed, 26 Oct 2005 15:38:57 +0200 From: Sasa Stupar To: FreeBSD Q ML Message-ID: <3C323592501835B93F6C6025@[192.168.10.249]> In-Reply-To: References: <8635E843F061BEE823D1B9EA@192.168.10.249> <27FECDB04C733DBB84685DAD@192.168.10.249> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========156545761A08FF72EDA0==========" X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Subject: Re: Speed question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sasa Stupar List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 13:39:03 -0000 --==========156545761A08FF72EDA0========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On 26. oktober 2005 13:11 +0400 "Andrew P." wrote: > On 10/26/05, Sasa Stupar wrote: >> >> >> --On 26. oktober 2005 9:46 +0200 Sasa Stupar >> wrote: >> >> > Hi! >> > >> > I have on my LAN a server FBSD 5.4 on DMZ. The router is made of linux >> > (yes I'll change it to FBSD ASAP) with 3 NIC: eth0 (inet), eth1 (LAN), >> > eth2 (DMZ). >> > Strange thing is that when server is on DMZ and I access it from the >> > LAN with ftp client my transfer speed is 30 Mbit/s. The network itself >> > is 100 Mbit. BUT if I move server from LAN to DMZ I have the max speed >> > arround 100 Mbit/s. >> > BTW: server in DMZ is connected directly to the NIC on router and on >> > the LAN side I have all users connected on one switch which is >> > connected to the router. >> > >> > Is this normall for all kinds of routers (linux, bsd, etc.) with setup >> > like mine to behave like this or is it just my router setup? >> > >> > Regards, >> > Sasa >> >> Made a mistake in the post: >> >> "BUT if I move server from LAN to DMZ..." >> should be >> "BUT if I move server from DMZ to LAN...# >> >> >> Sasa >> >> > > If you mean that bandwidth between 2 boxes on > one switch is higher than that between 2 boxes > connected to different NICs on some server, then > that's absolutely normal and expected. No server > can match the speed of a Cisco, and no Cisco can > match the speed of a cheap unmanaged switch. > > If you mean that ftp client and ftp server are > connected to different NICs on the router in both > cases (30Mbit and 100Mbit transfers), it is > explainable, because traffic from DMZ to > LAN usually gets a closer look than that > from LAN to LAN. You might or might not get > better performance with FreeBSD as the router. Thank you for the explanation. Sasa --==========156545761A08FF72EDA0========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (MingW32) iD8DBQFDX4bxbRpqD1cgKf8RAig9AJ4pol/WKkV87wqpbPrU7Xky8lpalQCg3ub3 UuwAaiKP+7c0jgX8NZNRgos= =ygQq -----END PGP SIGNATURE----- --==========156545761A08FF72EDA0==========-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 13:42:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E9216A41F for ; Wed, 26 Oct 2005 13:42:53 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E544443D48 for ; Wed, 26 Oct 2005 13:42:52 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUlYJ-0003DZ-8d; Wed, 26 Oct 2005 17:42:51 +0400 Message-ID: <435F87CD.9000005@speechpro.com> Date: Wed, 26 Oct 2005 17:42:37 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob , freebsd-questions@freebsd.org References: <20051026121512.16225.qmail@web36202.mail.mud.yahoo.com> In-Reply-To: <20051026121512.16225.qmail@web36202.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 13:42:53 -0000 Rob wrote: >The executable 'xmgrace' is linked to >/usr/X11R6/lib/libX11.so.6 >and >'strings /usr/X11R6/lib/libX11.so.6 | grep libXcursor' >gives: > libXcursor.so.1.0.2 > > I have made symbolic link libXcursor.so.1 -> libXcursor.so.1.0.2 in /usr/X11R6/lib and now xmgrace starts withour errors. So really, there is some minor problem with x11/xorg-libraries port triggered by xmgrace From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 13:49:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7BD716A41F for ; Wed, 26 Oct 2005 13:49:13 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth07.mail.atl.earthlink.net (smtpauth07.mail.atl.earthlink.net [209.86.89.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8328343D49 for ; Wed, 26 Oct 2005 13:49:13 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=grokwell.org) by smtpauth07.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1EUleP-0001RN-K6; Wed, 26 Oct 2005 09:49:09 -0400 Date: Wed, 26 Oct 2005 08:50:02 -0500 From: "Andrew L. Gould" To: Pablo Allietti Message-ID: <20051026085002.2a3920d7@grokwell.org> In-Reply-To: <20051026140101.GC81175@micron.lacnic.net.uy> References: <20051026140101.GC81175@micron.lacnic.net.uy> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc781fb8b8a092670c8fd1195e828071eb350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: freebsd-questions@freebsd.org Subject: Re: xorg.conf block my machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 13:49:14 -0000 On Wed, 26 Oct 2005 11:01:01 -0300 Pablo Allietti wrote: > hi all. i have xorg loading in tty7 at startup. > i change my mouse and i modified the file xorg.conf to mouse0 to > mouse1. > > well.... the problem is my machine cant start again :( load all system > but when finish and try to start X system the screen blinking and i > cant do anything > > i try to load freebsd in safe mode but nothing the same is possible > modified the file xorg.conf in any way? > > i boot in single user too. but the filesystem is read only and i cant > find a editor too. :( > -- > > .- > > Pablo Allietti > LACNIC After boot up, while the screen is trying to start X, have you tried going to a virtual terminal by pressing Alt-F1 or Alt-F2? Andrew From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 13:50:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2397E16A41F for ; Wed, 26 Oct 2005 13:50:35 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36204.mail.mud.yahoo.com (web36204.mail.mud.yahoo.com [209.191.68.230]) by mx1.FreeBSD.org (Postfix) with SMTP id DD51943D62 for ; Wed, 26 Oct 2005 13:50:27 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 47761 invoked by uid 60001); 26 Oct 2005 13:50:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=KG2BNgRX+48/mqTnQFyly5HhSijJwX6I8NW1GyHFOzOlxNcFZvIwZYoDi5iYCV77uVvgEGnZ7zdwovehk4pvuTDuW/gCzajEGmvjNKnTd88e1t3E8yMXWPb8BqY2euY1cHFFD7qxN1pG3ezQqQfn9Yp58tJKr7HsXYTOZWiWKF0= ; Message-ID: <20051026135026.47759.qmail@web36204.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36204.mail.mud.yahoo.com via HTTP; Wed, 26 Oct 2005 06:50:26 PDT Date: Wed, 26 Oct 2005 06:50:26 -0700 (PDT) From: Rob To: Igor Robul , freebsd-questions@freebsd.org In-Reply-To: <435F8185.2070609@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 13:50:35 -0000 --- Igor Robul wrote: > Rob wrote: > > >The reason why the grace developper blames FreeBSD > >is because of this: > > > >The executable 'xmgrace' is linked to > >/usr/X11R6/lib/libX11.so.6 > >and > >'strings /usr/X11R6/lib/libX11.so.6 | grep > libXcursor' > >gives: > > libXcursor.so.1.0.2 > > > >So according to the grace developper, the reason > >for my problem is a problem with libX11.so.6. > > > > > I have rebuilt xmgrace/grace from sources without > port Makefile, and all works fine. Be sure that you do NOT start xmgrace, while there is a "gracerc.user" in the 'pwd' (current directory); because that prevents the loading of ~/.grace/gracerc.user , which then may give you the impression that all is OK. For me, I still get the same error, even without the port's Makefile. Rob. __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 13:55:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51A2416A41F for ; Wed, 26 Oct 2005 13:55:43 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36206.mail.mud.yahoo.com (web36206.mail.mud.yahoo.com [209.191.68.232]) by mx1.FreeBSD.org (Postfix) with SMTP id 44C8543D48 for ; Wed, 26 Oct 2005 13:55:42 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 10689 invoked by uid 60001); 26 Oct 2005 13:55:41 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=lIaSmoghtSNbzaI8JV/xb1fKR4b+N2W1RSHWAguwcDR/BIOpLpEztvDlvBDVSCq2f7grtrScorqSKYeH5bBbZMByNFp4Q2dMd4BgS0FM8nDg9oYxW8V+P+45AQ3e9fw1w9nSjHxH3j1QCSpQ7eeoZm9S9V2GroMNeA75PbvuZBE= ; Message-ID: <20051026135541.10687.qmail@web36206.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36206.mail.mud.yahoo.com via HTTP; Wed, 26 Oct 2005 06:55:41 PDT Date: Wed, 26 Oct 2005 06:55:41 -0700 (PDT) From: Rob To: Igor Robul , freebsd-questions@freebsd.org In-Reply-To: <435F87CD.9000005@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 13:55:43 -0000 --- Igor Robul wrote: > Rob wrote: > > >The executable 'xmgrace' is linked to > >/usr/X11R6/lib/libX11.so.6 > >and > >'strings /usr/X11R6/lib/libX11.so.6 | grep > libXcursor' > >gives: > > libXcursor.so.1.0.2 > > > > > I have made symbolic link libXcursor.so.1 -> > libXcursor.so.1.0.2 in /usr/X11R6/lib > and now xmgrace starts withour errors. > So really, there is some minor problem with > x11/xorg-libraries port triggered by xmgrace Do you mean the other-way-around link: libXcursor.so.1.0.2 -> libXcursor.so.1 ?? Because I don't have /usr/X11R6/lib/libXcursor.so.1.0.2 but I do have there libXcursor.a libXcursor.so -> libXcursor.so.1 libXcursor.so.1 Rob. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 14:00:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 315D416A41F for ; Wed, 26 Oct 2005 14:00:28 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id C010E43D46 for ; Wed, 26 Oct 2005 14:00:27 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUlpJ-0003mB-Mw; Wed, 26 Oct 2005 18:00:25 +0400 Message-ID: <435F8BEB.20201@speechpro.com> Date: Wed, 26 Oct 2005 18:00:11 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob , freebsd-questions@freebsd.org References: <20051026135541.10687.qmail@web36206.mail.mud.yahoo.com> In-Reply-To: <20051026135541.10687.qmail@web36206.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 14:00:28 -0000 Rob wrote: >--- Igor > >Do you mean the other-way-around link: >libXcursor.so.1.0.2 -> libXcursor.so.1 ?? > > > of course. I mean ln -sf libXcursor.so.1 libXcursor.so.1.0.2 From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 14:01:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF3416A41F for ; Wed, 26 Oct 2005 14:01:38 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id F3BE443D45 for ; Wed, 26 Oct 2005 14:01:37 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 30076 invoked by uid 502); 26 Oct 2005 14:01:36 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 26 Oct 2005 14:01:36 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <435F8C3F.8020401@ywave.com> Date: Wed, 26 Oct 2005 07:01:35 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pablo Allietti References: <20051026140101.GC81175@micron.lacnic.net.uy> In-Reply-To: <20051026140101.GC81175@micron.lacnic.net.uy> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: xorg.conf block my machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 14:01:38 -0000 Pablo Allietti wrote: > hi all. i have xorg loading in tty7 at startup. > i change my mouse and i modified the file xorg.conf to mouse0 to mouse1. > > well.... the problem is my machine cant start again :( load all system > but when finish and try to start X system the screen blinking and i cant > do anything > > i try to load freebsd in safe mode but nothing the same is possible > modified the file xorg.conf in any way? > > i boot in single user too. but the filesystem is read only and i cant > find a editor too. :( Boot from your install disk and chose "fixit" from the menu. When you get a shell, mount the drive that has xorg.conf and edit the file. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 14:04:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3EA416A41F for ; Wed, 26 Oct 2005 14:04:00 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 3DCCA43D49 for ; Wed, 26 Oct 2005 14:04:00 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 30184 invoked by uid 502); 26 Oct 2005 14:03:59 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 26 Oct 2005 14:03:59 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <435F8CCE.1060805@ywave.com> Date: Wed, 26 Oct 2005 07:03:58 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nick Triantos 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: jdk15 without having to install X Windows? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 14:04:00 -0000 Nick Triantos wrote: > Hi, > > I'm trying to install JDK15 (from ports: java/jdk15) on a server that > does not have X Windows installed. It appears from the Makefile that > Java is dependent upon OpenMotif, which in turn is dependent upon a > bunch of X client libs. > > Does anyone have experience with installing Java without any X windows > support? I'd like the keep the number of installed packages on this > server to a bare minimum. > > thanks, > -Nick > My guess? You probably can't install JDK without X because of Java's GUI libraries (swing/awt). Micah From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 14:06:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 905CF16A421 for ; Wed, 26 Oct 2005 14:06:35 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF4A43D70 for ; Wed, 26 Oct 2005 14:06:26 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so301938wxc for ; Wed, 26 Oct 2005 07:06:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YsEbZPwLtX0QqJ94WREcvFXA/xdNmCQHWGjZFWytMim4gYuXn9G2ZEMPnArf67/0qewCD2GqJ2LxyiJ49MufKb0U/4jGTQFAJpq39jJjPpeRsBUmzTBMuQue6hEgfcI5wQw9Pqlf/X8zgMMwj8Tj0HzrGwlI08mx1VL90bMJmDs= Received: by 10.65.113.1 with SMTP id q1mr671603qbm; Wed, 26 Oct 2005 07:06:26 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Wed, 26 Oct 2005 07:06:26 -0700 (PDT) Message-ID: Date: Wed, 26 Oct 2005 16:06:26 +0200 From: Linnea Forslund To: Bernt Hansson In-Reply-To: <435EFC95.6020703@bah.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <435EFC95.6020703@bah.homeip.net> Cc: freebsd-questions@freebsd.org Subject: Re: last attempt to run mixxx (segfault, lalala) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 14:06:35 -0000 On 10/26/05, Bernt Hansson wrote: > Linnea Forslund skrev: > > > With visuals at 1 I get this segfault: > > >>mixxx > > > Debug: Starting up... > > Debug: MidiObjectOSS: No MIDI devices available. > > Xlib: extension "GLX" missing on display ":0.0". > > Xlib: extension "GLX" missing on display ":0.0". > > Xlib: extension "GLX" missing on display ":0.0". > > Xlib: extension "GLX" missing on display ":0.0". > > Xlib: extension "GLX" missing on display ":0.0". > > Xlib: extension "GLX" missing on display ":0.0". > > Debug: playlist name Default > > Debug: id 0, sr 8000, ch 2, bufsize 16, bufno 400 > > Segmentation fault (core dumped) > > > and with visuals at 0 i get it without those > > > Xlib: extension "GLX" missing on display ":0.0". > > The way I got it before. > > > The driver has > > > Load "glx" > > Remove it, and try again. > > > in its configuration file. > > > Any ideas? > > Do you have the GLX extension enabled in your /etc/X11R6/xorg.conf? > Yes, sorry, it was in the xorg.conf i meant. -- /Linnea From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 14:39:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7678516A41F for ; Wed, 26 Oct 2005 14:39:17 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36207.mail.mud.yahoo.com (web36207.mail.mud.yahoo.com [209.191.68.233]) by mx1.FreeBSD.org (Postfix) with SMTP id C509143D49 for ; Wed, 26 Oct 2005 14:39:16 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 76165 invoked by uid 60001); 26 Oct 2005 14:39:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=KG+VfIu0EBEFmSYBJYR/Es53UmIJkrDMMlSvE2CcuZxrZt9F8c1mzHvtJfzQyl2EUSrFSUuc/+zuc1daT3dvHiKgQfGWfNBDWVUYoggb7XVdhLmpfc2biP2OwXwfoNYqdp4WLq95vQ4gYBaJjtbElz6tNmB5xR/SdZtVBk3YVpQ= ; Message-ID: <20051026143916.76163.qmail@web36207.mail.mud.yahoo.com> Received: from [218.232.14.39] by web36207.mail.mud.yahoo.com via HTTP; Wed, 26 Oct 2005 07:39:16 PDT Date: Wed, 26 Oct 2005 07:39:16 -0700 (PDT) From: Rob To: Igor Robul , FreeBSD questions In-Reply-To: <435F8BEB.20201@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 14:39:17 -0000 --- Igor Robul wrote: > Rob wrote: > > >--- Igor > > > >Do you mean the other-way-around link: > >libXcursor.so.1.0.2 -> libXcursor.so.1 ?? > > > > > > > of course. > I mean > ln -sf libXcursor.so.1 libXcursor.so.1.0.2 Indeed, but with this link, I get: $ xmgrace Shared object "nss_dns.so.1" not found, required by "xmgrace" DL module load failed: USE "pow" TYPE F_OF_DD FROM "/usr/lib/libm.so" Error at line 1 Hmmm, what is this? Though I do have /usr/compat/linux/lib/nss_dns.so.1 So the problem now persists with yet another library..... Is it a coincidence that the problem-libraries under scrutiny here are all in /usr/compat/linux : /usr/compat/linux/usr/X11R6/lib/libXcursor.so.1.0.2 /usr/compat/linux/lib/libnss_dns.so.1 Could there be some wrong connection by grace and/or FreeBSD to these Linux compat libraries (and that confuses the dlopen() call) ? Or any more ideas? Thanks for helping me with this! Rob. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 14:46:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 430FA16A41F for ; Wed, 26 Oct 2005 14:46:40 +0000 (GMT) (envelope-from Mike.Jeays@rogers.com) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 9BDD543D70 for ; Wed, 26 Oct 2005 14:46:33 +0000 (GMT) (envelope-from Mike.Jeays@rogers.com) Received: (qmail 55408 invoked from network); 26 Oct 2005 14:46:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Message-Id:Mime-Version:X-Mailer:Date:Content-Transfer-Encoding; b=kFGmVYTd30bbqVnNcMsMteA+u1Gg5GiYMeUnJ3I9E8P80CqwInL/hH4Zsg58XgAbpcnJimxm0yNPZJD7zR+dACZq8eKQga932LSwene6cS1l7fdWJ0QALCF4/UEyA/v+uR1uc2U+Y/nQlmaPA7jXsjzfMMUKurxPF0um7iffs9A= ; Received: from unknown (HELO ?192.168.2.150?) (mjeays2551@rogers.com@24.114.152.139 with plain) by smtp105.rog.mail.re2.yahoo.com with SMTP; 26 Oct 2005 14:46:32 -0000 From: Mike Jeays To: Micah In-Reply-To: <435F8C3F.8020401@ywave.com> References: <20051026140101.GC81175@micron.lacnic.net.uy> <435F8C3F.8020401@ywave.com> Content-Type: text/plain Message-Id: <1130337991.692.5.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 26 Oct 2005 10:46:31 -0400 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Pablo Allietti Subject: Re: xorg.conf block my machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 14:46:40 -0000 On Wed, 2005-10-26 at 10:01, Micah wrote: > Pablo Allietti wrote: > > hi all. i have xorg loading in tty7 at startup. > > i change my mouse and i modified the file xorg.conf to mouse0 to mouse1. > > > > well.... the problem is my machine cant start again :( load all system > > but when finish and try to start X system the screen blinking and i cant > > do anything > > > > i try to load freebsd in safe mode but nothing the same is possible > > modified the file xorg.conf in any way? > > > > i boot in single user too. but the filesystem is read only and i cant > > find a editor too. :( > > Boot from your install disk and chose "fixit" from the menu. When you > get a shell, mount the drive that has xorg.conf and edit the file. > > HTH, > Micah > _______________________________________________ > 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" As an alternative, try pressing ctrl-alt-F2, and you should get a text login. You should be able to log in as root and fix xorg.conf. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 14:54:16 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C69D16A41F for ; Wed, 26 Oct 2005 14:54:16 +0000 (GMT) (envelope-from mzielik@wp.pl) Received: from smtp.wp.pl (smtp.wp.pl [212.77.101.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6820643D48 for ; Wed, 26 Oct 2005 14:54:15 +0000 (GMT) (envelope-from mzielik@wp.pl) Received: (wp-smtpd smtp.wp.pl 14367 invoked from network); 26 Oct 2005 16:54:13 +0200 Received: from stara-poczta.wp.pl (HELO localhost) ([212.77.101.152]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 26 Oct 2005 16:54:13 +0200 Date: Wed, 26 Oct 2005 16:54:13 +0200 From: zielik To: freebsd-questions@FreeBSD.org Message-ID: <435f98952cfb4@wp.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Mailer: Interfejs WWW nowej poczty Wirtualnej Polski X-User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.7.12) Gecko/20050919 Firefox/1.0.7 Organization: Nowa Poczta Wirtualnej Polski S.A. http://www.wp.pl/ X-IP: 62.69.200.174 X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO AS1=NO AS2=NO(0.868655) AS3=NO AS4=NO Cc: Subject: Disc space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 14:54:16 -0000 I have too small /tmp partition, and i would like to make it bigger without reinstalling system, how to do it ? ---------------------------------------------------- Kinsey - film o cz³owieku, który rozpêta³ rewolucjê seksualn±! Premiera DVD - 20 pa¼dziernika! http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fkinsey.html&sid=545 From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 14:55:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBCC516A420 for ; Wed, 26 Oct 2005 14:55:36 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6717643D6E for ; Wed, 26 Oct 2005 14:55:36 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUmgg-0006FM-3e; Wed, 26 Oct 2005 18:55:34 +0400 Message-ID: <435F98D7.2030509@speechpro.com> Date: Wed, 26 Oct 2005 18:55:19 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob , freebsd-questions@freebsd.org References: <20051026143916.76163.qmail@web36207.mail.mud.yahoo.com> In-Reply-To: <20051026143916.76163.qmail@web36207.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 14:55:36 -0000 Rob wrote: >Indeed, but with this link, I get: > >$ xmgrace >Shared object "nss_dns.so.1" not found, > required by "xmgrace" >DL module load failed: USE "pow" TYPE F_OF_DD > FROM "/usr/lib/libm.so" >Error at line 1 > > > All works fine for me. I think this is your local problem. Check /etc/nsswitch.conf Mine is bellow: group: compat group_compat: nis hosts: files dns networks: files passwd: compat passwd_compat: nis shells: files From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 14:59:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F5F316A41F for ; Wed, 26 Oct 2005 14:59:33 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E5743D46 for ; Wed, 26 Oct 2005 14:59:32 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 207-172-79-46.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([207.172.79.46]) by smtp01.mrf.mail.rcn.net with ESMTP; 26 Oct 2005 10:59:27 -0400 X-IronPort-AV: i="3.97,254,1125892800"; d="scan'208"; a="109595893:sNHT62809502" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17247.39311.203645.265116@jerusalem.litteratus.org> Date: Wed, 26 Oct 2005 10:58:23 -0400 To: freebsd-questions@freebsd.org In-Reply-To: References: <20051026030537.GV18987@localdomain> <200510260021.21594.ringworm01@gmail.com> X-Mailer: VM 7.17 under 21.5 (beta22) "cucumber" (+CVS-20050913) XEmacs Lucid Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 14:59:33 -0000 Andrew P. writes: > > file /usr/bin/man > > > > on my machine outputs: > > > > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 > > (FreeBSD), for FreeBSD 5.4-CURRENT (rev 3), dynamically linked > > (uses shared libs), stripped > > Oh, it's just that file hasn't leared anything about > FreeBSD 6 yet, so it doesn't display version info > when run against my binaries. Curious. huff@> file /usr/bin/man /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 7.0 (700003), dynamically linked (uses shared libs), stripped huff@> Robert Huff From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 15:08:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DCCE16A41F for ; Wed, 26 Oct 2005 15:08:16 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C83843D46 for ; Wed, 26 Oct 2005 15:08:16 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUmsw-0006Q0-Oz for freebsd-questions@freebsd.org; Wed, 26 Oct 2005 19:08:14 +0400 Message-ID: <435F9BD0.4080908@speechpro.com> Date: Wed, 26 Oct 2005 19:08:00 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <435f98952cfb4@wp.pl> In-Reply-To: <435f98952cfb4@wp.pl> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Subject: Re: Disc space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 15:08:16 -0000 zielik wrote: >I have too small /tmp partition, and i would like to make it bigger without reinstalling system, how to do it ? > > 1) you can buy another disk 2) you can buy more memory and use memory backed md (4) /tmp 3) you can make symbolic link from /tmp to some other place 4) you can check your application, which request big /tmp and tell this app about other location for temporary space 4a) You may consider changing your application. For example uw-imap needs big /tmp for big imap folders, but courier or cyrus does not. 5) if you have spare disk and time you can boot from CD and manually repartition your primary disk, using spare disk as backup and temporary space. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 15:17:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D12616A41F for ; Wed, 26 Oct 2005 15:17:06 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36203.mail.mud.yahoo.com (web36203.mail.mud.yahoo.com [209.191.68.229]) by mx1.FreeBSD.org (Postfix) with SMTP id 9F67E43D45 for ; Wed, 26 Oct 2005 15:17:05 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 74898 invoked by uid 60001); 26 Oct 2005 15:17:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=YSmKr13bjgheIU6lPk1vfdxaU4tUfnx4Lry59r+r0f3bekPNv6LmxdlbKGEgSQTDDX8QxAdIk0bkJYw50zwU59ZYsySKcHOPeGVcEb1XYQBmjm2urt/S6AcNMjDvVxdJuXsTU4JNuSIQY7Bcd3iR5dWKpo2bPesGBqr4YW4/I+k= ; Message-ID: <20051026151704.74896.qmail@web36203.mail.mud.yahoo.com> Received: from [218.232.14.39] by web36203.mail.mud.yahoo.com via HTTP; Wed, 26 Oct 2005 08:17:04 PDT Date: Wed, 26 Oct 2005 08:17:04 -0700 (PDT) From: Rob To: Igor Robul , freebsd-questions@freebsd.org In-Reply-To: <435F98D7.2030509@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 15:17:06 -0000 --- Igor Robul wrote: > Rob wrote: > > >Indeed, but with this link, I get: > > > >$ xmgrace > >Shared object "nss_dns.so.1" not found, > > required by "xmgrace" > >DL module load failed: USE "pow" TYPE F_OF_DD > > FROM "/usr/lib/libm.so" > >Error at line 1 > > > > > > > All works fine for me. I think this is your local > problem. Aargh, seems I'm back where I was a few hours ago... ...me having a problem that nobody understands. > Check > /etc/nsswitch.conf > Mine is bellow: > group: compat > group_compat: nis > hosts: files dns > networks: files > passwd: compat > passwd_compat: nis > shells: files I have exactly same; I have never touched that file! But, eh, what does this have to do with the library stuff? Anyway, are you sure there's no gracerc.user file in the directory from where you start xmgrace, since that would prevent reading the other one in $HOME/.grace/ , and hence you wouldn't see the library problem !! Rob. __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 15:18:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D29F616A41F for ; Wed, 26 Oct 2005 15:18:28 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D73E43D97 for ; Wed, 26 Oct 2005 15:18:08 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so113699nzf for ; Wed, 26 Oct 2005 08:18:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iZy/VJPw26VJ8xPNtiYe99aJB7HTtZ1MK63gjtaJDTupKKfYOUNBDN7beS3djyigQ8LyjToLVMWrAd0vF9JTIbfaFyKx08hyceDj0c8qTVmmwRA+rKkTGd6eWFSLrLrts5LncG5IXuMtyejnhyXyMqWS6J9SSkD9hVCxO9dOBds= Received: by 10.36.68.10 with SMTP id q10mr913292nza; Wed, 26 Oct 2005 08:18:08 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Wed, 26 Oct 2005 08:18:08 -0700 (PDT) Message-ID: Date: Wed, 26 Oct 2005 19:18:08 +0400 From: "Andrew P." To: Robert Huff In-Reply-To: <17247.39311.203645.265116@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051026030537.GV18987@localdomain> <200510260021.21594.ringworm01@gmail.com> <17247.39311.203645.265116@jerusalem.litteratus.org> Cc: freebsd-questions@freebsd.org Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 15:18:28 -0000 On 10/26/05, Robert Huff wrote: > > Andrew P. writes: > > > file /usr/bin/man > > > > > > on my machine outputs: > > > > > > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 > > > (FreeBSD), for FreeBSD 5.4-CURRENT (rev 3), dynamically linked > > > (uses shared libs), stripped > > > > Oh, it's just that file hasn't leared anything about > > FreeBSD 6 yet, so it doesn't display version info > > when run against my binaries. > > Curious. > > huff@> file /usr/bin/man > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD)= , for FreeBSD 7.0 (700003), dynamically linked (uses shared libs), stripped > huff@> > > > Robert Huff > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > I tried both versions of file (base system and ports) on 6.0 RC1, none showed any info about that /usr/bin/man (or any other system binary I tried). On my firewall (5.4) it works. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 15:23:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD01516A41F for ; Wed, 26 Oct 2005 15:23:30 +0000 (GMT) (envelope-from rjhjr@cox.net) Received: from eastrmmtao02.cox.net (eastrmmtao02.cox.net [68.230.240.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 380F143D45 for ; Wed, 26 Oct 2005 15:23:29 +0000 (GMT) (envelope-from rjhjr@cox.net) Received: from localhost ([68.230.186.138]) by eastrmmtao02.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051026152255.RJRU22723.eastrmmtao02.cox.net@localhost> for ; Wed, 26 Oct 2005 11:22:55 -0400 Date: Wed, 26 Oct 2005 11:23:29 -0400 From: Bob Hall To: freebsd-questions@freebsd.org Message-ID: <20051026152328.GA87755@kongemord.krig.net> Mail-Followup-To: Bob Hall , freebsd-questions@freebsd.org References: <20051025131352.217826@bob> <20051025184502.GA83689@kongemord.krig.net> <20051025190017.GF63163@xor.obsecurity.org> <20051025231057.GA84395@kongemord.krig.net> <20051026075253.GA90196@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051026075253.GA90196@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Subject: Re: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 15:23:30 -0000 On Wed, Oct 26, 2005 at 03:52:53AM -0400, Kris Kennaway wrote: > On Tue, Oct 25, 2005 at 07:10:57PM -0400, Bob Hall wrote: > > On Tue, Oct 25, 2005 at 03:00:18PM -0400, Kris Kennaway wrote: > > > On Tue, Oct 25, 2005 at 02:45:02PM -0400, Bob Hall wrote: > > > > On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote: > > > > > Hello! I'm attempting to run GPG from cron, and it's not working. I can run the script from the command line, and all works perfectly. When I try to run it from cron, however, it doesn't work. The crontab calls this script, called "pgpdecrypt" with the following crontab line: > > > > > > > > > > */1 * * * * root /bin/bash /etc/pgpdecrypt > > > > > > > > > > The /bin/bash wasn't originally there; I added it to make sure that the script was using the correct shell. Still no luck. Here's the script that it calls: > > > > > > > > > > echo >> /etc/pgpdecrypt.logger "PGP Decrypter Starting" > > > > > > > > Take the "/bin/bash" out of your crontab. Put > > > > #!/bin/bash > > > > at the beginning of your script. > > > > > > What do you think that will do to help? It's a NOP, so it can't fix > > > the problem (which is because of bad assumptions about PATH, per my > > > other message). > > > > Well, I don't know whether "#!" is a NOP or not. It does tell the script > > which executable to use in executing the script. > > Yeah, which he was already doing explicitly (see above) ;-) Which is irrelevant. The fact is that if you put the path at the beginning of the script, the script will run the same under cron as it does under the shell you tested it with. If the OP had put "#!/bin/bash" at the beginning of the script when he tested it, he would have been able to debug it without being confused by the fact that it ran under his shell and not under cron. Because the script ran under his shell but not under cron, he was deluded into thinking that the problem had to do with cron, and so he was looking for the solution in the wrong place. For several different reasons, it's better to have the executable path in the script instead of in the crontab. It's not that you can't get the job to run that way, it's just bad practice. From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 15:29:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4706616A41F for ; Wed, 26 Oct 2005 15:29:02 +0000 (GMT) (envelope-from deep@symonds.net) Received: from symonds.net (ca1.symonds.net [66.92.42.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1615843D45 for ; Wed, 26 Oct 2005 15:29:02 +0000 (GMT) (envelope-from deep@symonds.net) Received: from deep by symonds.net with local (Exim 4.44 #1 (Debian)) id 1EUnD2-0003In-Ib; Wed, 26 Oct 2005 08:29:00 -0700 Date: Wed, 26 Oct 2005 08:29:00 -0700 To: freebsd-questions@freebsd.org Message-ID: <20051026152900.GA12635@symonds.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i From: N Deepak Subject: remove distributions before installworld? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 15:29:02 -0000 Hi, I have installed FreeBSD 5.3-RELEASE through CD-ROM. I used cvsup to sync my /usr/src directory to the latest STABLE tree. The problem is that I had installed some distributions that I no longer want to keep. Also, I don't need lpr (this can be disabled through make.conf). So, is there a way to remove these files, before I do 'make installworld'? I did not find any information on this in the handbook. Thanks, Deepak From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 16:13:55 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E86EA16A424 for ; Wed, 26 Oct 2005 16:13:55 +0000 (GMT) (envelope-from search@vianet.ca) Received: from slb-out.personainc.net (slb-out.personainc.net [216.104.96.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F31B43D45 for ; Wed, 26 Oct 2005 16:13:55 +0000 (GMT) (envelope-from search@vianet.ca) Received: (qmail 25561 invoked by uid 514); 26 Oct 2005 16:13:53 -0000 Received: from 216.104.127.151 by slb-mail2.personainc.net (envelope-from , uid 502) with qmail-scanner-1.24 (clamdscan: 0.86.1/1147. Clear:RC:1(216.104.127.151):. Processed in 0.023007 secs); 26 Oct 2005 16:13:53 -0000 Received: from unknown (HELO east) ([216.104.127.151]) (envelope-sender ) by mail.personainternet.com (qmail-ldap-1.03) with SMTP for ; 26 Oct 2005 16:13:52 -0000 From: "Brien East" To: Date: Wed, 26 Oct 2005 12:13:52 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0002_01C5DA26.BAD0B6A0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: ASP emulator? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: brien@searchaid.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 16:13:56 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0002_01C5DA26.BAD0B6A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Is there some program in 'ports' that will allow me run a website using .asp on a FreeBSD server? Brien East Canada's Vacation Guide Since 1996 Publicist web development & marketing. www.TourWorld.com www.TrueNorthTravel.com 705-812-1415 Office 705-287-1095 Residence _____________ NOD32 EMON 1.1265 (20051025) information _____________ This message was checked by NOD32 antivirus system http://www.eset.com ------=_NextPart_000_0002_01C5DA26.BAD0B6A0-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 16:25:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E5FD16A41F for ; Wed, 26 Oct 2005 16:25:01 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC89243D49 for ; Wed, 26 Oct 2005 16:24:59 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j9QGOv4t011437; Wed, 26 Oct 2005 19:24:57 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9QGOnUx004422; Wed, 26 Oct 2005 19:24:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9QGOnY0004421; Wed, 26 Oct 2005 19:24:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 26 Oct 2005 19:24:49 +0300 From: Giorgos Keramidas To: N Deepak Message-ID: <20051026162449.GA4323@flame.pc> References: <20051026152900.GA12635@symonds.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051026152900.GA12635@symonds.net> Cc: freebsd-questions@freebsd.org Subject: Re: remove distributions before installworld? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 16:25:01 -0000 On 2005-10-26 08:29, N Deepak wrote: > Hi, > > I have installed FreeBSD 5.3-RELEASE through CD-ROM. > > I used cvsup to sync my /usr/src directory to the latest STABLE tree. > > The problem is that I had installed some distributions that I no > longer want to keep. Also, I don't need lpr (this can be disabled > through make.conf). So, is there a way to remove these files, before > I do 'make installworld'? > > I did not find any information on this in the handbook. The ``FreeBSD From Scratch'' article has some nice tips about doing "clean" installations, which you may find interesting: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/fbsd-from-scratch/ I don't use the scripts from that article, but you don't *HAVE* to use them either. The last time I did this, I used a second partition as a 'temporary boot area'. I had the following original partitions: / /var /usr /home Doing all my builds under /home/build as the 'build' user allows me to boot from another disk, mount my original /home and install a new snapshot with the following rough plan: * Mount a spare partition with at least 200 MB of space under /mnt/new * Install everything with "make DESTDIR=/mnt/new installworld" * Backup user passwords and a few minor /etc configuration options that I wanted to keep in /mnt/new/etc.tar.gz (i.e. user passwords, network setup files, etc). * Boot from the /mnt/new partition * Restore my /etc files * Wipe the old /, /var and /usr partitions with newfs * Remount the 'original' /, /var and /usr partitions under /mnt/root * Remount my original /home partition under /home (of the new disk) * Install everything again in their final location with: # cd /home/build/src # env MAKEOBJDIRPREFIX=/home/build/obj \ make DESTDIR=/mnt/root installworld * Run mergemaster to merge the new configuration files in /mnt/root with: # env MAKEOBJDIRPREFIX=/home/build/obj \ mergemaster -m /home/build/src/etc -D /mnt/root * Set up the boot loader to boot from the 'original' root That's _not_ a detailed guide and I may have forgotten some of the details, since I'm typing this away from my notebook at home. It may help you make your own plan though... Regards, Giorgos From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 16:31:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D88016A41F for ; Wed, 26 Oct 2005 16:31:46 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA17E43D49 for ; Wed, 26 Oct 2005 16:31:45 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id B95831A3C19; Wed, 26 Oct 2005 09:31:45 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 04A7951213; Wed, 26 Oct 2005 12:31:44 -0400 (EDT) Date: Wed, 26 Oct 2005 12:31:44 -0400 From: Kris Kennaway To: Bob Hall , freebsd-questions@freebsd.org Message-ID: <20051026163144.GA49942@xor.obsecurity.org> References: <20051025131352.217826@bob> <20051025184502.GA83689@kongemord.krig.net> <20051025190017.GF63163@xor.obsecurity.org> <20051025231057.GA84395@kongemord.krig.net> <20051026075253.GA90196@xor.obsecurity.org> <20051026152328.GA87755@kongemord.krig.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <20051026152328.GA87755@kongemord.krig.net> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 16:31:46 -0000 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 26, 2005 at 11:23:29AM -0400, Bob Hall wrote: > On Wed, Oct 26, 2005 at 03:52:53AM -0400, Kris Kennaway wrote: > > On Tue, Oct 25, 2005 at 07:10:57PM -0400, Bob Hall wrote: > > > On Tue, Oct 25, 2005 at 03:00:18PM -0400, Kris Kennaway wrote: > > > > On Tue, Oct 25, 2005 at 02:45:02PM -0400, Bob Hall wrote: > > > > > On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote: > > > > > > Hello! I'm attempting to run GPG from cron, and it's not worki= ng. I can run the script from the command line, and all works perfectly. = When I try to run it from cron, however, it doesn't work. The crontab call= s this script, called "pgpdecrypt" with the following crontab line: > > > > > >=20 > > > > > > */1 * * * * root /bin/bash /etc/p= gpdecrypt > > > > > >=20 > > > > > > The /bin/bash wasn't originally there; I added it to make sure = that the script was using the correct shell. Still no luck. Here's the sc= ript that it calls: > > > > > >=20 > > > > > > echo >> /etc/pgpdecrypt.logger "PGP Decrypter Starting" > > > > >=20 > > > > > Take the "/bin/bash" out of your crontab. Put > > > > > #!/bin/bash > > > > > at the beginning of your script. > > > >=20 > > > > What do you think that will do to help? It's a NOP, so it can't fix > > > > the problem (which is because of bad assumptions about PATH, per my > > > > other message). > > >=20 > > > Well, I don't know whether "#!" is a NOP or not. It does tell the scr= ipt > > > which executable to use in executing the script. > >=20 > > Yeah, which he was already doing explicitly (see above) ;-) >=20 > Which is irrelevant. The fact is that if you put the path at the > beginning of the script, the script will run the same under cron as it > does under the shell you tested it with. If the OP had put "#!/bin/bash" > at the beginning of the script when he tested it, he would have been > able to debug it without being confused by the fact that it ran under > his shell and not under cron. No, this was because his environment was not as he expected it to be when run from cron, as I've explained to you twice. Just making the NOP change of adding #!/bin/bash when the script is already being run by /bin/bash will not affect the environment. Kris --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDX69wWry0BWjoQKURAo6KAJ9JZ12LSD2GTJ3I7O+vdBxasJbr3wCfXlhY Y3CXXdfZtFuC6wTnoUiWr+U= =k8Sd -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 19:47:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44FFF16A41F; Wed, 26 Oct 2005 19:47:40 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BEA43D45; Wed, 26 Oct 2005 19:47:39 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id E3787CD7155; Wed, 26 Oct 2005 15:47:37 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Wed, 26 Oct 2005 15:47:37 -0400 X-Sasl-enc: tZrgPVdxXidSymiKbXyv35vKVz+QhdzUbS+Ze5FGtb4C 1130356054 Received: from merkur (host-66-202-74-42.choiceone.net [66.202.74.42]) by frontend2.messagingengine.com (Postfix) with ESMTP id 73FEB570710; Wed, 26 Oct 2005 15:47:34 -0400 (EDT) Received: by merkur (nbSMTP-1.00) for uid 1000 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) willmaier@ml1.net; Wed, 26 Oct 2005 14:47:40 -0500 (CDT) Date: Wed, 26 Oct 2005 14:47:39 -0500 From: Will Maier To: freebsd-questions@freebsd.org Message-ID: <20051026194739.GL29508@localdomain> Mail-Followup-To: freebsd-questions@freebsd.org, Fafa Hafiz Krantz , questions@freebsd.org References: <20051026091053.8E30C83C03@ws1-1.us4.outblaze.com> <20051026103948.GB5168@holestein.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051026103948.GB5168@holestein.holy.cow> User-Agent: Mutt/1.5.6+20040907i Cc: questions@freebsd.org, Fafa Hafiz Krantz Subject: Re: Maintaining my music collection (off topic) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 19:47:40 -0000 On Wed, Oct 26, 2005 at 06:39:48AM -0400, Parv wrote: > Looks like this script is not going to work in FreeBSD /bin/sh. > Install one of shells/bash* (guessing) ports and run this script > under that shell (unless somebody does the conversion for you). FreeBSD sh (1) supports parameter expansion, including expansions used in the referenced function. -- o--------------------------{ Will Maier }--------------------------o | jabber:..wcmaier@jabber.ccc.de | email:..........wcmaier@ml1.net | | \.........wcmaier@cae.wisc.edu | \..........wcmaier@cae.wisc.edu | *------------------[ BSD Unix: Live Free or Die ]------------------* From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 19:47:40 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44FFF16A41F; Wed, 26 Oct 2005 19:47:40 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BEA43D45; Wed, 26 Oct 2005 19:47:39 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id E3787CD7155; Wed, 26 Oct 2005 15:47:37 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Wed, 26 Oct 2005 15:47:37 -0400 X-Sasl-enc: tZrgPVdxXidSymiKbXyv35vKVz+QhdzUbS+Ze5FGtb4C 1130356054 Received: from merkur (host-66-202-74-42.choiceone.net [66.202.74.42]) by frontend2.messagingengine.com (Postfix) with ESMTP id 73FEB570710; Wed, 26 Oct 2005 15:47:34 -0400 (EDT) Received: by merkur (nbSMTP-1.00) for uid 1000 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) willmaier@ml1.net; Wed, 26 Oct 2005 14:47:40 -0500 (CDT) Date: Wed, 26 Oct 2005 14:47:39 -0500 From: Will Maier To: freebsd-questions@freebsd.org Message-ID: <20051026194739.GL29508@localdomain> Mail-Followup-To: freebsd-questions@freebsd.org, Fafa Hafiz Krantz , questions@freebsd.org References: <20051026091053.8E30C83C03@ws1-1.us4.outblaze.com> <20051026103948.GB5168@holestein.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051026103948.GB5168@holestein.holy.cow> User-Agent: Mutt/1.5.6+20040907i Cc: questions@freebsd.org, Fafa Hafiz Krantz Subject: Re: Maintaining my music collection (off topic) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 19:47:40 -0000 On Wed, Oct 26, 2005 at 06:39:48AM -0400, Parv wrote: > Looks like this script is not going to work in FreeBSD /bin/sh. > Install one of shells/bash* (guessing) ports and run this script > under that shell (unless somebody does the conversion for you). FreeBSD sh (1) supports parameter expansion, including expansions used in the referenced function. -- o--------------------------{ Will Maier }--------------------------o | jabber:..wcmaier@jabber.ccc.de | email:..........wcmaier@ml1.net | | \.........wcmaier@cae.wisc.edu | \..........wcmaier@cae.wisc.edu | *------------------[ BSD Unix: Live Free or Die ]------------------* From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 23:30:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17ECC16A420 for ; Wed, 26 Oct 2005 23:30:23 +0000 (GMT) (envelope-from MTaylor@bytecraft.com.au) Received: from wolf.bytecraft.au.com (wolf.bytecraft.au.com [203.39.118.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E4A43D46 for ; Wed, 26 Oct 2005 23:30:07 +0000 (GMT) (envelope-from MTaylor@bytecraft.com.au) Received: from localhost (localhost [127.0.0.1]) by wolf.bytecraft.au.com (8.12.11/8.12.11) with ESMTP id j9QNU2bi098782 for ; Thu, 27 Oct 2005 09:30:02 +1000 (EST) (envelope-from MTaylor@bytecraft.com.au) Received: from wolf.bytecraft.au.com ([127.0.0.1]) by localhost (wolf.bytecraft.au.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 98158-04-2 for ; Thu, 27 Oct 2005 09:30:01 +1000 (EST) Received: from svmarshal.bytecraft.au.com ([10.0.0.4]) by wolf.bytecraft.au.com (8.12.11/8.12.11) with ESMTP id j9QNSXPr098715 for ; Thu, 27 Oct 2005 09:28:34 +1000 (EST) (envelope-from MTaylor@bytecraft.com.au) Received: from svmailmel.bytecraft.internal (Not Verified[10.0.0.24]) by svmarshal.bytecraft.au.com with MailMarshal (v5, 0, 3, 78) id ; Thu, 27 Oct 2005 09:28:33 +1000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 27 Oct 2005 09:28:32 +1000 Message-ID: <04E232FDCD9FBE43857F7066CAD3C0F1053D7A@svmailmel.bytecraft.internal> X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Hardware selection for comment. Thread-Index: AcXTySuBwBmJNjIYSTuuVT1a34++SQAFfDqwAai3zYA= From: "Murray Taylor" To: Subject: RE: Hardware selection for comment. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 23:30:24 -0000 =20 Thanks to those who commented.... =20- the PSU is uprated to 600 W now =20 and I have one (hopefully last) question re the video card The supplier has suggested the X800 GT graphics card (a ATI Radeon based card) instead of the nVidia card mentioned below. Comments welcome cheers mjt -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Murray Taylor Sent: Tuesday, October 18, 2005 10:43 PM To: freebsd-questions@freebsd.org Subject: Hardware selection for comment. Comments requested from people who may have used / broken the=20 following components. I'm looking for items like unwanted interactions, driver probs, etc. >From looking at the 5.4 hardware page=20 http://www.freebsd.org/releases/5.4R/hardware-i386.html=20 the general selection seems to be supported, but I have mental question marks against the graphics card and the response time of the monitor (I intend to use KDE and Xorg, am not interested in flashy games / video, but do want sharp, full colour resolution) There seem to be grumbles from some linux forums re the 6600 locking up=20 occasionally...? Case CoolerMaster Centurion ATX Tower Black/Silver =20 380Watt TruPower CPU Intel Pentium 4 640 3.2Ghz 2MB 775 M/B Asus P5WD2 - Premium M/B =09 http://au.asus.com/products4.aspx?modelmenu=3D2&model=3D493&l1=3D3&l2=3D1= 1&l3=3D18 4 Ram 2.048GB (2x-1.024GB) CL3.0 DDR2 533 HDD Seagate 300GB 7200RPM 8MB Optical Drive Pioneer 110-D 16 x DVD/RW Black w/NERO FDD 1.44MB Floppy Drive Black Graphics NVidia Sparkle GF 6600GT 128MB PCIE Tape Certance DDS5 Tape Drive SCSI Card Adaptec 19160 SCSI Card SCSI Cable LVD SCSI Cable K/B, Mouse Microsoft Multimedia Desktop K/B=20 =20 & Optical Mouse Black=20 Monitor SONY 17" SDMX75KB DVI-D 12MS Black LCD =20 thanks all mjt --------------------------------------------------------------- The information transmitted in this e-mail is for the exclusive use of the intended addressee and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of it, or the taking of any action in reliance upon this information by persons and/or entities other than the intended recipient is prohibited. If you received this in error, please inform the sender and/or addressee immediately and delete the material.=20 E-mails may not be secure, may contain computer viruses and may be corrupted in transmission. Please carefully check this e-mail (and any attachment) accordingly. No warranties are given and no liability is accepted for any loss or damage caused by such matters. --------------------------------------------------------------- ***This Email has been scanned for Viruses by MailMarshal.*** _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" ***This Email has been scanned for Viruses by MailMarshal.*** --------------------------------------------------------------- The information transmitted in this e-mail is for the exclusive use of the intended addressee and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of it, or the taking of any action in reliance upon this information by persons and/or entities other than the intended recipient is prohibited. If you received this in error, please inform the sender and/or addressee immediately and delete the material.=20 E-mails may not be secure, may contain computer viruses and may be corrupted in transmission. Please carefully check this e-mail (and any attachment) accordingly. No warranties are given and no liability is accepted for any loss or damage caused by such matters. --------------------------------------------------------------- ***This Email has been scanned for Viruses by MailMarshal.*** From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 23:51:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B5516A41F for ; Wed, 26 Oct 2005 23:51:05 +0000 (GMT) (envelope-from rjhjr@cox.net) Received: from eastrmmtao06.cox.net (eastrmmtao06.cox.net [68.230.240.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8C1F43D46 for ; Wed, 26 Oct 2005 23:51:04 +0000 (GMT) (envelope-from rjhjr@cox.net) Received: from localhost ([68.230.186.138]) by eastrmmtao06.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051026235018.ZNRZ21663.eastrmmtao06.cox.net@localhost> for ; Wed, 26 Oct 2005 19:50:18 -0400 Date: Wed, 26 Oct 2005 19:51:03 -0400 From: Bob Hall To: freebsd-questions@freebsd.org Message-ID: <20051026235103.GA89193@kongemord.krig.net> Mail-Followup-To: Bob Hall , freebsd-questions@freebsd.org References: <20051025131352.217826@bob> <20051025184502.GA83689@kongemord.krig.net> <20051025190017.GF63163@xor.obsecurity.org> <20051025231057.GA84395@kongemord.krig.net> <20051026075253.GA90196@xor.obsecurity.org> <20051026152328.GA87755@kongemord.krig.net> <20051026163144.GA49942@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051026163144.GA49942@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Subject: Re: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 23:51:05 -0000 On Wed, Oct 26, 2005 at 12:31:44PM -0400, Kris Kennaway wrote: > On Wed, Oct 26, 2005 at 11:23:29AM -0400, Bob Hall wrote: > > On Wed, Oct 26, 2005 at 03:52:53AM -0400, Kris Kennaway wrote: > > > On Tue, Oct 25, 2005 at 07:10:57PM -0400, Bob Hall wrote: > > > > On Tue, Oct 25, 2005 at 03:00:18PM -0400, Kris Kennaway wrote: > > > > > On Tue, Oct 25, 2005 at 02:45:02PM -0400, Bob Hall wrote: > > > > > > On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote: > > > > > > > Hello! I'm attempting to run GPG from cron, and it's not working. I can run the script from the command line, and all works perfectly. When I try to run it from cron, however, it doesn't work. The crontab calls this script, called "pgpdecrypt" with the following crontab line: > > > > > > > > > > > > > > */1 * * * * root /bin/bash /etc/pgpdecrypt > > > > > > > > > > > > > > The /bin/bash wasn't originally there; I added it to make sure that the script was using the correct shell. Still no luck. Here's the script that it calls: > > > > > > > > > > > > > > echo >> /etc/pgpdecrypt.logger "PGP Decrypter Starting" > > > > > > > > > > > > Take the "/bin/bash" out of your crontab. Put > > > > > > #!/bin/bash > > > > > > at the beginning of your script. > > > > > > > > > > What do you think that will do to help? It's a NOP, so it can't fix > > > > > the problem (which is because of bad assumptions about PATH, per my > > > > > other message). > > > > > > > > Well, I don't know whether "#!" is a NOP or not. It does tell the script > > > > which executable to use in executing the script. > > > > > > Yeah, which he was already doing explicitly (see above) ;-) > > > > Which is irrelevant. The fact is that if you put the path at the > > beginning of the script, the script will run the same under cron as it > > does under the shell you tested it with. If the OP had put "#!/bin/bash" > > at the beginning of the script when he tested it, he would have been > > able to debug it without being confused by the fact that it ran under > > his shell and not under cron. > > No, this was because his environment was not as he expected it to be > when run from cron, as I've explained to you twice. Just making the > NOP change of adding #!/bin/bash when the script is already being run > by /bin/bash will not affect the environment. I doubt very much that putting the wrong path into the environmental variables is going to help anything. As I explained in a section that you deleted, you need to run "whereis bash" and get the correct path, instead of "/bin/bash". Had he put "#!/bin/bash" at the beginning of the script when he was testing it in his account shell, he probably would have realized sooner than he was using the wrong path. Because he was using bad practice, he didn't discover that there was a problem until he switched to cron, at which point he thought the problem had something to do with cron. Using bad practice didn't cause the error, but it made it harder to diagnose the error. Proper procedure: 1) Put "#!/usr/local/bin/bash" at the head of the script file (or whatever the correct path to bash is on your system). If it will work, "#!/bin/sh" is more portable. 2) Make your script executable by the user that cron will run as. (Otherwise, you'll get a permission error.) 3) Put the path to your script in the crontab. This is currently working for me, without changing cron's environment, or mine. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 00:00:34 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA4D16A41F for ; Thu, 27 Oct 2005 00:00:34 +0000 (GMT) (envelope-from dmw@unete.cl) Received: from qmail3.ifxnetworks.com (qmail3.ifxnetworks.com [200.110.128.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2828343D46 for ; Thu, 27 Oct 2005 00:00:27 +0000 (GMT) (envelope-from dmw@unete.cl) Received: (qmail 20983 invoked from network); 27 Oct 2005 00:00:26 -0000 X-Spam-DCC: MessageCare: qmail3.ifxnetworks.com 1108; Body=1 Fuz1=1 Fuz2=1 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on qmail3.ifxnetworks.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.5 tests=none autolearn=disabled version=3.1.0 Received: from unknown (HELO hopto.org) ([200.73.82.13]) (envelope-sender ) by qmail3.ifxnetworks.com (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 27 Oct 2005 00:00:24 -0000 Received: from hopto.org (dmw@localhost.daemon.cl [127.0.0.1]) by hopto.org (8.13.4/8.13.1) with ESMTP id j9R00qul024116 for ; Wed, 26 Oct 2005 21:00:52 -0300 (CLST) (envelope-from dmw@unete.cl) Received: (from dmw@localhost) by hopto.org (8.13.4/8.13.1/Submit) id j9R00peR024079 for questions@freebsd.org; Wed, 26 Oct 2005 21:00:51 -0300 (CLST) (envelope-from dmw@unete.cl) X-Authentication-Warning: dmw.hopto.org: dmw set sender to dmw@unete.cl using -f Date: Wed, 26 Oct 2005 21:00:50 -0300 From: Daniel Molina Wegener To: FreeBSD Questions Message-ID: <20051027000050.GA17038@dmw.hopto.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Description: message Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Organization: DMW Cc: Subject: process path X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Molina Wegener List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 00:00:34 -0000 Hello, =BFExists some way to know which is the route to the program that has a certain process in C? Regards. --=20 . 0 . | Daniel Molina Wegener . . 0 | dmw at unete dot cl 0 0 0 | FreeBSD Power User From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 00:06:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 110F216A420 for ; Thu, 27 Oct 2005 00:06:44 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4401743D5F for ; Thu, 27 Oct 2005 00:06:30 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id A104A1A3C19; Wed, 26 Oct 2005 17:06:30 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6F1FA511F0; Wed, 26 Oct 2005 20:06:29 -0400 (EDT) Date: Wed, 26 Oct 2005 20:06:28 -0400 From: Kris Kennaway To: Bob Hall , freebsd-questions@freebsd.org Message-ID: <20051027000628.GA68638@xor.obsecurity.org> References: <20051025131352.217826@bob> <20051025184502.GA83689@kongemord.krig.net> <20051025190017.GF63163@xor.obsecurity.org> <20051025231057.GA84395@kongemord.krig.net> <20051026075253.GA90196@xor.obsecurity.org> <20051026152328.GA87755@kongemord.krig.net> <20051026163144.GA49942@xor.obsecurity.org> <20051026235103.GA89193@kongemord.krig.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline In-Reply-To: <20051026235103.GA89193@kongemord.krig.net> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 00:06:44 -0000 --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 26, 2005 at 07:51:03PM -0400, Bob Hall wrote: > On Wed, Oct 26, 2005 at 12:31:44PM -0400, Kris Kennaway wrote: > > On Wed, Oct 26, 2005 at 11:23:29AM -0400, Bob Hall wrote: > > > On Wed, Oct 26, 2005 at 03:52:53AM -0400, Kris Kennaway wrote: > > > > On Tue, Oct 25, 2005 at 07:10:57PM -0400, Bob Hall wrote: > > > > > On Tue, Oct 25, 2005 at 03:00:18PM -0400, Kris Kennaway wrote: > > > > > > On Tue, Oct 25, 2005 at 02:45:02PM -0400, Bob Hall wrote: > > > > > > > On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote: > > > > > > > > Hello! I'm attempting to run GPG from cron, and it's not w= orking. I can run the script from the command line, and all works perfectl= y. When I try to run it from cron, however, it doesn't work. The crontab = calls this script, called "pgpdecrypt" with the following crontab line: > > > > > > > >=20 > > > > > > > > */1 * * * * root /bin/bash /e= tc/pgpdecrypt > > > > > > > >=20 > > > > > > > > The /bin/bash wasn't originally there; I added it to make s= ure that the script was using the correct shell. Still no luck. Here's th= e script that it calls: > > > > > > > >=20 > > > > > > > > echo >> /etc/pgpdecrypt.logger "PGP Decrypter Starting" > > > > > > >=20 > > > > > > > Take the "/bin/bash" out of your crontab. Put > > > > > > > #!/bin/bash > > > > > > > at the beginning of your script. > > > > > >=20 > > > > > > What do you think that will do to help? It's a NOP, so it can'= t fix > > > > > > the problem (which is because of bad assumptions about PATH, pe= r my > > > > > > other message). > > > > >=20 > > > > > Well, I don't know whether "#!" is a NOP or not. It does tell the= script > > > > > which executable to use in executing the script. > > > >=20 > > > > Yeah, which he was already doing explicitly (see above) ;-) > > >=20 > > > Which is irrelevant. The fact is that if you put the path at the > > > beginning of the script, the script will run the same under cron as it > > > does under the shell you tested it with. If the OP had put "#!/bin/ba= sh" > > > at the beginning of the script when he tested it, he would have been > > > able to debug it without being confused by the fact that it ran under > > > his shell and not under cron. > >=20 > > No, this was because his environment was not as he expected it to be > > when run from cron, as I've explained to you twice. Just making the > > NOP change of adding #!/bin/bash when the script is already being run > > by /bin/bash will not affect the environment. >=20 > I doubt very much that putting the wrong path into the environmental > variables is going to help anything. PATH does not include /usr/local when run from cron, and his script assumes that it does (it calls gpg not /usr/local/bin/gpg). kKris --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDYBoEWry0BWjoQKURAuuoAJ9opEf1LgI+qYq8XlDxHZIaW5T/WgCguRJk PwcOJW0au+KTKx/TVj6gtdE= =N+bi -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 00:09:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4431016A420 for ; Thu, 27 Oct 2005 00:09:00 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id C1CB143D48 for ; Thu, 27 Oct 2005 00:08:59 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 14875 invoked by uid 502); 27 Oct 2005 00:08:58 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 27 Oct 2005 00:08:58 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <43601A99.7090609@ywave.com> Date: Wed, 26 Oct 2005 17:08:57 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray Taylor References: <04E232FDCD9FBE43857F7066CAD3C0F1053D7A@svmailmel.bytecraft.internal> In-Reply-To: <04E232FDCD9FBE43857F7066CAD3C0F1053D7A@svmailmel.bytecraft.internal> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Hardware selection for comment. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 00:09:00 -0000 Murray Taylor wrote: > > Thanks to those who commented.... > - the PSU is uprated to 600 W now > > and I have one (hopefully last) question re the video card > > The supplier has suggested the X800 GT graphics card (a ATI Radeon based > card) > instead of the nVidia card mentioned below. > > Comments welcome > > cheers > mjt > > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Murray Taylor > Sent: Tuesday, October 18, 2005 10:43 PM > To: freebsd-questions@freebsd.org > Subject: Hardware selection for comment. > > Comments requested from people who may have used / broken the > following components. > I'm looking for items like unwanted interactions, driver probs, etc. > >>From looking at the 5.4 hardware page > http://www.freebsd.org/releases/5.4R/hardware-i386.html > the general selection seems to be > supported, but I have mental question marks against the graphics card > and the response time of the monitor (I intend to use KDE and Xorg, am > not > interested in flashy games / video, but do want sharp, full colour > resolution) > There seem to be grumbles from some linux forums re the 6600 locking up > occasionally...? > > > Case CoolerMaster Centurion ATX Tower Black/Silver > 380Watt TruPower > > CPU Intel Pentium 4 640 3.2Ghz 2MB 775 > M/B Asus P5WD2 - Premium M/B > > http://au.asus.com/products4.aspx?modelmenu=2&model=493&l1=3&l2=11&l3=18 > 4 > > Ram 2.048GB (2x-1.024GB) CL3.0 DDR2 533 > > HDD Seagate 300GB 7200RPM 8MB > Optical Drive Pioneer 110-D 16 x DVD/RW Black w/NERO > FDD 1.44MB Floppy Drive Black > > Graphics NVidia Sparkle GF 6600GT 128MB PCIE > > Tape Certance DDS5 Tape Drive > SCSI Card Adaptec 19160 SCSI Card > SCSI Cable LVD SCSI Cable > > K/B, Mouse Microsoft Multimedia Desktop K/B > & Optical Mouse Black > > Monitor SONY 17" SDMX75KB DVI-D 12MS Black LCD > > > > > thanks all > mjt I'd stay away from ATI unless you are sure FreeBSD/Xorg/DRI supports it. I have a cheap ATI based card and the performance on this machine, even 2D stuff, sucks because the card is only barely supported. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 00:18:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F5B316A41F for ; Thu, 27 Oct 2005 00:18:15 +0000 (GMT) (envelope-from MTaylor@bytecraft.com.au) Received: from wolf.bytecraft.au.com (wolf.bytecraft.au.com [203.39.118.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D5EF43D46 for ; Thu, 27 Oct 2005 00:18:10 +0000 (GMT) (envelope-from MTaylor@bytecraft.com.au) Received: from localhost (localhost [127.0.0.1]) by wolf.bytecraft.au.com (8.12.11/8.12.11) with ESMTP id j9R0I3AZ001560; Thu, 27 Oct 2005 10:18:03 +1000 (EST) (envelope-from MTaylor@bytecraft.com.au) Received: from wolf.bytecraft.au.com ([127.0.0.1]) by localhost (wolf.bytecraft.au.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01444-01-7; Thu, 27 Oct 2005 10:18:03 +1000 (EST) Received: from svmarshal.bytecraft.au.com ([10.0.0.4]) by wolf.bytecraft.au.com (8.12.11/8.12.11) with ESMTP id j9R0Hn7a001519; Thu, 27 Oct 2005 10:17:49 +1000 (EST) (envelope-from MTaylor@bytecraft.com.au) Received: from svmailmel.bytecraft.internal (Not Verified[10.0.0.24]) by svmarshal.bytecraft.au.com with MailMarshal (v5, 0, 3, 78) id ; Thu, 27 Oct 2005 10:17:49 +1000 MIME-Version: 1.0 Date: Thu, 27 Oct 2005 10:17:49 +1000 Message-ID: <04E232FDCD9FBE43857F7066CAD3C0F1053D7C@svmailmel.bytecraft.internal> X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Hardware selection for comment. Thread-Index: AcXait+pxj4F352tRpKvdmC3T82JRQAAFRkg From: "Murray Taylor" To: "Micah" Content-Type: multipart/mixed; boundary="--=89838e0b-9b3a-486b-b2f8-e7eb2fd3df8f" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: RE: Hardware selection for comment. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 00:18:15 -0000 ----=89838e0b-9b3a-486b-b2f8-e7eb2fd3df8f Content-Type: text/plain Content-Transfer-Encoding: 7bit --------------------------------------------------------------- The information transmitted in this e-mail is for the exclusive use of the intended addressee and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of it, or the taking of any action in reliance upon this information by persons and/or entities other than the intended recipient is prohibited. If you received this in error, please inform the sender and/or addressee immediately and delete the material. E-mails may not be secure, may contain computer viruses and may be corrupted in transmission. Please carefully check this e-mail (and any attachment) accordingly. No warranties are given and no liability is accepted for any loss or damage caused by such matters. --------------------------------------------------------------- ***This Email has been scanned for Viruses by MailMarshal.*** ----=89838e0b-9b3a-486b-b2f8-e7eb2fd3df8f Content-class: urn:content-classes:message Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable -----Original Message----- From: Micah [mailto:micahjon@ywave.com]=20 Sent: Thursday, October 27, 2005 10:09 AM To: Murray Taylor Cc: freebsd-questions@freebsd.org Subject: Re: Hardware selection for comment. Murray Taylor wrote: > =20 > Thanks to those who commented.... > - the PSU is uprated to 600 W now > =20 > and I have one (hopefully last) question re the video card >=20 > The supplier has suggested the X800 GT graphics card (a ATI Radeon based > card) > instead of the nVidia card mentioned below. >=20 > Comments welcome >=20 > cheers > mjt >=20 >=20 >=20 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Murray Taylor > Sent: Tuesday, October 18, 2005 10:43 PM > To: freebsd-questions@freebsd.org > Subject: Hardware selection for comment. >=20 > Comments requested from people who may have used / broken the=20 > following components. > I'm looking for items like unwanted interactions, driver probs, etc. >=20 >>From looking at the 5.4 hardware page=20 > http://www.freebsd.org/releases/5.4R/hardware-i386.html=20 > the general selection seems to be > supported, but I have mental question marks against the graphics card > and the response time of the monitor (I intend to use KDE and Xorg, am > not > interested in flashy games / video, but do want sharp, full colour > resolution) > There seem to be grumbles from some linux forums re the 6600 locking up=20 > occasionally...? >=20 >=20 > Case CoolerMaster Centurion ATX Tower Black/Silver > 380Watt TruPower >=20 > CPU Intel Pentium 4 640 3.2Ghz 2MB 775 > M/B Asus P5WD2 - Premium M/B > =09 > http://au.asus.com/products4.aspx?modelmenu=3D2&model=3D493&l1=3D3&l2=3D1= 1&l3=3D18 > 4 >=20 > Ram 2.048GB (2x-1.024GB) CL3.0 DDR2 533 >=20 > HDD Seagate 300GB 7200RPM 8MB > Optical Drive Pioneer 110-D 16 x DVD/RW Black w/NERO > FDD 1.44MB Floppy Drive Black >=20 > Graphics NVidia Sparkle GF 6600GT 128MB PCIE >=20 > Tape Certance DDS5 Tape Drive > SCSI Card Adaptec 19160 SCSI Card > SCSI Cable LVD SCSI Cable >=20 > K/B, Mouse Microsoft Multimedia Desktop K/B=20 > & Optical Mouse Black=20 >=20 > Monitor SONY 17" SDMX75KB DVI-D 12MS Black LCD > =20 >=20 >=20 >=20 > thanks all > mjt I'd stay away from ATI unless you are sure FreeBSD/Xorg/DRI supports it. I have a cheap ATI based card and the performance on this machine,=20 even 2D stuff, sucks because the card is only barely supported. HTH, Micah Thanks Micah, Gawd...=20 Instead of saying what the supplier is suggesting, maybe I should=20 turn it about and ask for suggestions re graphics cards that people are using that have proven support and capabilities under my proposed=20 os/hardware platform choice ..... So ---=20 What are you using ?? mjt --=20 A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? Murray Taylor Bytecraft Systems P: +61 3 8710 2555 F: +61 3 8710 2599 D: +61 3 9238 4275 E: mtaylor@bytecraft.com.au ----=89838e0b-9b3a-486b-b2f8-e7eb2fd3df8f-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 01:34:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB5A016A41F for ; Thu, 27 Oct 2005 01:34:48 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7216143D48 for ; Thu, 27 Oct 2005 01:34:48 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 443F4CD53CA for ; Wed, 26 Oct 2005 21:34:46 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Wed, 26 Oct 2005 21:34:46 -0400 X-Sasl-enc: AYtLZW5gYWWPaCRm8NO6Y9UsW9zSMW8NiZQUSi7/IpeK 1130376883 Received: from gumby.localdomain (88-104-203-151.dynamic.dsl.as9105.com [88.104.203.151]) by frontend2.messagingengine.com (Postfix) with ESMTP id 37C925703A9 for ; Wed, 26 Oct 2005 21:34:42 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Thu, 27 Oct 2005 02:34:04 +0100 User-Agent: KMail/1.8.2 References: <435f98952cfb4@wp.pl> <435F9BD0.4080908@speechpro.com> In-Reply-To: <435F9BD0.4080908@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510270234.06450.list-freebsd-2004@morbius.sent.com> Subject: Re: Disc space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 01:34:49 -0000 On Wednesday 26 October 2005 16:08, Igor Robul wrote: > 2) you can buy more memory and use memory backed md (4) /tmp And you can create a 100 MB memory-backed /tmp simply by adding the following to rc.conf tmpmfs="YES" tmpsize="100m" tmpmfs_flags="-SM" If you omit the tmpmfs_flags line, it will default to swap-backed /tmp, which may be more useful. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 01:39:08 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0F3016A41F for ; Thu, 27 Oct 2005 01:39:08 +0000 (GMT) (envelope-from bhepple@freeshell.org) Received: from mail21.syd.optusnet.com.au (mail21.syd.optusnet.com.au [211.29.133.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305A443D45 for ; Thu, 27 Oct 2005 01:39:07 +0000 (GMT) (envelope-from bhepple@freeshell.org) Received: from raita.finder.com.au (c210-49-134-123.rochd1.qld.optusnet.com.au [210.49.134.123]) by mail21.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j9R1d3gc011357 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 27 Oct 2005 11:39:06 +1000 Received: from raita.finder.com.au (localhost [127.0.0.1]) by raita.finder.com.au (8.13.4/8.13.1) with SMTP id j9R1d3o8002577 for ; Thu, 27 Oct 2005 11:39:03 +1000 (EST) (envelope-from bhepple@freeshell.org) Date: Thu, 27 Oct 2005 11:39:03 +1000 From: Bob Hepple To: questions@freebsd.org Message-Id: <20051027113903.4ff19458.bhepple@freeshell.org> X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: ext2fs and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 01:39:08 -0000 Hello, Google and the search screen at www.FreeBSD.org tell me that this question has been asked before but I can't find an answer ... I need to export an ext2fs file system mounted at /mnt/guest - it's a removable IDE disc that I carry to & from my linux system at work... "mount" shows: /dev/ad2s1 on /mnt/guest (ext2fs, local) So, I put an entry into /etc/exports: /mnt/guest -alldirs -network 192.168.254.0 -mask 255.255.255.0 and then: kill -s HUP `cat /var/run/mountd.pid` "showmount localhost" shows nothing and in /var/log/messages I have: Oct 27 11:36:01 raita kernel: ext2fs doesn't support the old mount syscall Oct 27 11:36:01 raita mountd[417]: can't export /mnt/guest Oct 27 11:36:01 raita mountd[417]: bad exports list line /mnt/guest -network 192.168.254.0 -mask 255.255.255.0 ... so there's really no way to NFS export an ext2fs file system??? Yow! Thanks Bob -- Bob Hepple mailto:bhepple@freeshell.org http://bhepple.freeshell.org Public Key: http://bhepple.freeshell.org/public_keys.txt From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 01:57:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 033CB16A41F for ; Thu, 27 Oct 2005 01:57:51 +0000 (GMT) (envelope-from slaveszeroes@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89FD743D48 for ; Thu, 27 Oct 2005 01:57:50 +0000 (GMT) (envelope-from slaveszeroes@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so204370nzo for ; Wed, 26 Oct 2005 18:57:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=kqO8YiGIcCY3weKxnunWZsKkjDOV6X+bwW+gJcQGhFy7H56KRZQUhSmb+bQuTwPjwcTGLOtZMDwgTrXtXsIrTkgOtephjOEm+AJW3NZTA928Y3R4W499PvLNX31Kt4Gk/dl90qTwLCj/TCM3a9diOC9Xb9aWPlw3x/MupApVgBM= Received: by 10.37.2.32 with SMTP id e32mr1360063nzi; Wed, 26 Oct 2005 18:57:49 -0700 (PDT) Received: by 10.36.159.16 with HTTP; Wed, 26 Oct 2005 18:57:49 -0700 (PDT) Message-ID: Date: Thu, 27 Oct 2005 08:57:49 +0700 From: RdBSD To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Error installing php5.0.4 in freebsd 5.4 Stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 01:57:51 -0000 Dear All, I Have a Problem when installing php5.0.4 from source or from ports. Here's the detail of errors : www:>make gcc -Iext/libxml/ -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/ext/libxml/ -DPHP_ATOM_INC -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/i= nclude -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/main -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4-I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/mysql/include -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/TSRM -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/Zend -g -O2 -c /data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/ext/libxml/libxml.= c -o ext/libxml/libxml.o && echo > ext/libxml/libxml.lo In file included from /usr/local/include/libxml2/libxml/parser.h:781, from /data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4 /ext/libxml/libxml.c:38: /usr/local/include/libxml2/libxml/encoding.h:136: error: syntax error befor= e "iconv_t" *** Error code 1 Stop in /data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4. Can anybody help me ? My System : FreeBSD 5.4 Stable Apache 1.3.1 PHP 5.0.4 Mysql 5 And other modules for Apache Thanks. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 02:02:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA9216A41F for ; Thu, 27 Oct 2005 02:02:49 +0000 (GMT) (envelope-from jfeider@wi.rr.com) Received: from ms-smtp-01.rdc-kc.rr.com (ms-smtp-01.rdc-kc.rr.com [24.94.166.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FE4B43D45 for ; Thu, 27 Oct 2005 02:02:49 +0000 (GMT) (envelope-from jfeider@wi.rr.com) Received: from JJF2000REM (CPE-69-76-68-94.wi.res.rr.com [69.76.68.94]) by ms-smtp-01.rdc-kc.rr.com (8.12.10/8.12.7) with ESMTP id j9R221Z7014765 for ; Wed, 26 Oct 2005 21:02:01 -0500 (CDT) Message-Id: <200510270202.j9R221Z7014765@ms-smtp-01.rdc-kc.rr.com> From: "Jared Feider" To: Date: Wed, 26 Oct 2005 21:06:15 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Thread-index: AcXamwJwS3TpxgJ0Tf+hqG9CSHoUJA== X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Console size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 02:02:49 -0000 I am new to bsd. When I boot my dell Latitude C610 the console much smaller than the full screen would allow. When I start X it does go full screen. I know in Linux I could run lilo to change the console settings. What would be the parallel in FreeBSD 5.4? From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 02:07:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD3EF16A41F for ; Thu, 27 Oct 2005 02:07:13 +0000 (GMT) (envelope-from krinklyfig@comcast.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.202.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D48B43D53 for ; Thu, 27 Oct 2005 02:07:13 +0000 (GMT) (envelope-from krinklyfig@comcast.net) Received: from smogmonster.local (pcp0010916331pcs.albqrq01.nm.comcast.net[68.35.114.183]) by comcast.net (sccrmhc14) with ESMTP id <2005102702012901400jcqvle>; Thu, 27 Oct 2005 02:01:34 +0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Wed, 26 Oct 2005 20:01:23 -0600 User-Agent: KMail/1.8.2 References: <04E232FDCD9FBE43857F7066CAD3C0F1053D7C@svmailmel.bytecraft.internal> In-Reply-To: <04E232FDCD9FBE43857F7066CAD3C0F1053D7C@svmailmel.bytecraft.internal> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200510262001.26982.krinklyfig@comcast.net> Cc: Micah , Murray Taylor Subject: Re: Hardware selection for comment. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 02:07:14 -0000 On Wed 26 Oct 05 18:17, "Murray Taylor" wrote: > I'd stay away from ATI unless you are sure FreeBSD/Xorg/DRI supports > it. > >   I have a cheap ATI based card and the performance on this machine, > even 2D stuff, sucks because the card is only barely supported. > > HTH, > Micah > > > Thanks Micah, > > Gawd... > Instead of saying what the supplier is suggesting, maybe I should > turn it about and ask for suggestions re graphics cards that people > are using that have proven support and capabilities under my proposed > os/hardware platform choice ..... > > So --- > What are you using ?? Actually, I'm using an ATI Radeon 9600XT. It's supported, but just in the basic sense. I don't have hardware acceleration or 3D at all, but I don't necessarily need it for FreeBSD. The main reason I got the card in the first place is to play games on Windoze, which is the only reason I use that OS anymore. As a dual boot it works fine, if a bit sluggish on the FreeBSD desktop side (a gig of RAM helps). Having said that, my next plan is to separate the two so that I have a game machine and a workstation running FreeBSD, along with a dedicated server for DNS/mail/spam filtering. When I do that, I'll probably get a halfway decent NVidia card for the workstation and keep the ATI for Windoze. Then to upgrade the game machine ... but I get ahead of myself ... - jt From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 02:56:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 405AF16A41F for ; Thu, 27 Oct 2005 02:56:38 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.202.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D4343D45 for ; Thu, 27 Oct 2005 02:56:37 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (sccrmhc14) with ESMTP id <2005102702450701400j54gde>; Thu, 27 Oct 2005 02:45:16 +0000 Message-ID: <43603F32.6080908@computer.org> Date: Wed, 26 Oct 2005 21:45:06 -0500 From: Eric Schuele User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: brien@searchaid.com 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: ASP emulator? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 02:56:38 -0000 Brien East wrote: > Is there some program in 'ports' that will allow me run a website using .asp > on a FreeBSD server? > Never used it myself but try... http://www.apache-asp.org/ Might be what your looking for. > > Brien East > Canada's Vacation Guide Since 1996 > Publicist web development & marketing. > www.TourWorld.com > www.TrueNorthTravel.com > 705-812-1415 Office > 705-287-1095 Residence > > > > _____________ NOD32 EMON 1.1265 (20051025) information _____________ > > This message was checked by NOD32 antivirus system > http://www.eset.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" -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 02:59:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93B9F16A41F for ; Thu, 27 Oct 2005 02:59:10 +0000 (GMT) (envelope-from j.kelly.hays@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 317E343D46 for ; Thu, 27 Oct 2005 02:59:10 +0000 (GMT) (envelope-from j.kelly.hays@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so199872nzk for ; Wed, 26 Oct 2005 19:59:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Vg3t2Z2fT2lNMoa/HjSO+g8fEkL1oa3Cr5pBqNrUSJAZPEJyKw5jYShrEQeX4SJY2Rgc7rn1KzgS0G1VuKLHXBKGZhNSXOH+sOzEuoH2pSp4xgIvBxtVcfSvnoi0Dp5cJYGDhe5FfVo/1Y4lNt4rLdA7A85n5Ybry0LcUU9Fshk= Received: by 10.36.247.54 with SMTP id u54mr1673213nzh; Wed, 26 Oct 2005 19:59:09 -0700 (PDT) Received: by 10.36.221.49 with HTTP; Wed, 26 Oct 2005 19:59:09 -0700 (PDT) Message-ID: <4f615770510261959gf2a10d0ye4513cc8b5e50ff7@mail.gmail.com> Date: Wed, 26 Oct 2005 21:59:09 -0500 From: Kelly Hays To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Linksys Wireless 802.11ag compatability with FreeBSD RELENG_6 ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 02:59:10 -0000 Has anyone tried to use a Linksys WPC55AG PCMCIA wireless card with FreeBSD= ? Any input would be welcome. I did a search and found one thread from early Aug. where Sam found a bug and indicated that it would be fixed. Thanks, Kelly From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 03:12:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BDC116A41F for ; Thu, 27 Oct 2005 03:12:58 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C39843D45 for ; Thu, 27 Oct 2005 03:12:58 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so201152nzk for ; Wed, 26 Oct 2005 20:12:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=EhKeBlPoQQabEOmlyvVVKS6F32ip8VVF6BIwlT+K9JiQ9f8/ed7cdPmqrV9wSlL847vkEVoztbyITMcUB3roCDyLl7/Ml4RTD24OUhPf7zJQDGpoCG7y0X5wHJ0qXujzM4y7nwiV3HcLlBcQODylQwIFaHo+8qUnb1JceCuEc2c= Received: by 10.37.22.10 with SMTP id z10mr1695576nzi; Wed, 26 Oct 2005 20:12:57 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id m1sm1047121nzf.2005.10.26.20.12.51; Wed, 26 Oct 2005 20:12:57 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Wed, 26 Oct 2005 20:14:20 -0700 User-Agent: KMail/1.8.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510262014.21022.ringworm01@gmail.com> Cc: RdBSD Subject: Re: Error installing php5.0.4 in freebsd 5.4 Stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 03:12:58 -0000 On Wednesday 26 October 2005 18:57, RdBSD wrote: > Dear All, > I Have a Problem when installing php5.0.4 from source or from ports. > Here's the detail of errors : > www:>make > gcc -Iext/libxml/ > -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/ext/libxml/ > -DPHP_ATOM_INC > -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/include > -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/main > -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4-I/usr/local/incl >ude/libxml2 -I/usr/local/include > -I/usr/local/include/freetype2 -I/usr/local/mysql/include > -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/TSRM > -I/data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/Zend -g -O2 -c > /data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4/ext/libxml/libxml. >c -o ext/libxml/libxml.o && echo > ext/libxml/libxml.lo > In file included from /usr/local/include/libxml2/libxml/parser.h:781, > from /data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4 > /ext/libxml/libxml.c:38: > /usr/local/include/libxml2/libxml/encoding.h:136: error: syntax error > before "iconv_t" > *** Error code 1 > > Stop in /data/source/www/Apachetoolbox-1.5.72.orig/src/php-5.0.4. > > Can anybody help me ? > > My System : > > FreeBSD 5.4 Stable > > Apache 1.3.1 > > PHP 5.0.4 > > Mysql 5 > > And other modules for Apache > > Thanks. The current version seems to be php5-5.0.5_1, is your ports tree up to date? -Mike From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 03:15:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDD4B16A41F for ; Thu, 27 Oct 2005 03:15:54 +0000 (GMT) (envelope-from krinklyfig@comcast.net) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 554E843D49 for ; Thu, 27 Oct 2005 03:15:54 +0000 (GMT) (envelope-from krinklyfig@comcast.net) Received: from smogmonster.local (pcp0010916331pcs.albqrq01.nm.comcast.net[68.35.114.183]) by comcast.net (sccrmhc11) with ESMTP id <2005102703154901100bvh2je>; Thu, 27 Oct 2005 03:15:53 +0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Wed, 26 Oct 2005 21:15:44 -0600 User-Agent: KMail/1.8.2 References: <17247.39311.203645.265116@jerusalem.litteratus.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510262115.48144.krinklyfig@comcast.net> Cc: "Andrew P." , Robert Huff Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 03:15:54 -0000 On Wed 26 Oct 05 09:18, "Andrew P." wrote: > On 10/26/05, Robert Huff wrote: > > Andrew P. writes: > > > > file /usr/bin/man > > > > > > > > on my machine outputs: > > > > > > > > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version > > > > 1 (FreeBSD), for FreeBSD 5.4-CURRENT (rev 3), dynamically > > > > linked (uses shared libs), stripped > > > > > > Oh, it's just that file hasn't leared anything about > > > FreeBSD 6 yet, so it doesn't display version info > > > when run against my binaries. > > > > Curious. > > > > huff@> file /usr/bin/man > > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 > > (FreeBSD), for FreeBSD 7.0 (700003), dynamically linked (uses > > shared libs), stripped huff@> > > I tried both versions of file (base system and ports) > on 6.0 RC1, none showed any info about that > /usr/bin/man (or any other system binary I tried). > > On my firewall (5.4) it works. That's odd. Am on 6.0-RC1: # uname -a FreeBSD smogmonster.local 6.0-RC1 FreeBSD 6.0-RC1 #0: Thu Oct 20 14:41:23 MDT 2005 krinklyfig@smogmonster.local:/usr/obj/usr/src/sys/MYKERNEL60 i386 % file /usr/bin/xargs /usr/bin/xargs: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 6.0 (600034), dynamically linked (uses shared libs), stripped % file /usr/bin/man /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 6.0 (600034), dynamically linked (uses shared libs), stripped % file /bin/echo /bin/echo: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 6.0 (600034), dynamically linked (uses shared libs), stripped I know I built valgrind just a few days ago: % file /usr/local/bin/valgrind /usr/local/bin/valgrind: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 6.0 (600034), statically linked, stripped vim, too: % file /usr/local/bin/vim /usr/local/bin/vim: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 6.0 (600034), dynamically linked (uses shared libs), stripped I'm not sure what it means when this information isn't accessible, but I'd say it's symptomatic of another issue, and most likely it's not good. If you built from source, did you follow the procedure described in the handbook? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Not sure, but are you installing kernel after building world, and then installing world in single user? I've seen strange things happen if you don't do this procedure the right way. Of course, I'm just guessing, as I'm not at all sure what could be causing this problem or what your exact circumstances are. - jt From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 03:33:08 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59B2716A41F for ; Thu, 27 Oct 2005 03:33:08 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878D743D46 for ; Thu, 27 Oct 2005 03:33:05 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with SMTP id NAA02322; Thu, 27 Oct 2005 13:32:56 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Thu, 27 Oct 2005 13:32:56 +1000 (EST) From: Ian Smith To: Jordon Hofer In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: questions@freebsd.org Subject: Re: Cellular Modem, PPP, and FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 03:33:08 -0000 Hi Jordon, This was posted to -net, but I suspect -questions is more appropriate. On Wed, 26 Oct 2005, Jordon Hofer wrote: > Greetings. I am running a stripped down version of FreeBSD 4.11 on an > embedded x86 board. I have an embedded cellular modem module (from > MultiTech) that is attached to the serial port (going through the necessary > RS232-TTL chip). I am using PPP to connect to the Internet through verizon. > Everything works well until the connection gets interrupted. I am using > ddial mode, so if the connection drops, it will redial. From the logs, I > can see that PPP tries to redial, but after the initial connection, the > modem does not respond to any at commands. If I power-cycle the modem, it > will connect just fine the next time PPP tries to reconnect. Sounds like your modem isn't setup to automatically reset (ie, run ATZ) on a disconnect. Some Multitechs have had weird command sequences over the years, so I don't know the extent to which it it runs 'standard' Hayes-type AT commands, but &D2 is most likely what you need. &D2 causes a reset (ATZ) on lowering of the DTR line. For this to work properly your serial port must be driving DTR correctly, ie be setup for 'hardware handshaking'. You might want to test DTR with a meter? Failing DTR reset working properly, if the modem is stuck in data mode, you can have your initialisation send a '+++' sequence to get the modem back into command mode (returning 'OK'), then send ATZ plus whatever init string you need, but this is last resort measure. mgetty, for example, does this if lowering DTR has failed to evoke an 'OK' modem response, after a call on inbound modems. > I realize that there is a good chance that the problem is in the modem. I > am just wondering if there are any cases where you need a special chat > script to handle disconnects to return the modem to a clean state. If the modem is configured correctly, and your serial port control lines are working as they should, it should go. Perhaps play around with the modem using tip(1); see also modems(5), or use another terminal program. Then if you're still in trouble, maybe post your modem init string from ppp.conf, and perhaps a dump of your modem settings after an ATZ .. AT&V will do this for most modems, but check your particular modem's manual. Cheers, Ian > Also, if there is a better group for this, please let me know. > > Thanks. > > > Jordon Hofer > Dir. Software Engineering > AgSense LLC From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 04:07:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E35F616A41F for ; Thu, 27 Oct 2005 04:07:26 +0000 (GMT) (envelope-from drumslayer2@yahoo.com) Received: from web32914.mail.mud.yahoo.com (web32914.mail.mud.yahoo.com [68.142.206.61]) by mx1.FreeBSD.org (Postfix) with SMTP id 71AF343D46 for ; Thu, 27 Oct 2005 04:07:26 +0000 (GMT) (envelope-from drumslayer2@yahoo.com) Received: (qmail 11909 invoked by uid 60001); 27 Oct 2005 04:07:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=CXMF9mJDEhhAGFYBkGVMcGG43PdFs1zBS2lFoUcG6Zihet/AesPQcCUCupOXJXUCtjAHtM9mXRw96fCcit8dJ/G3zDOuBUqb47i9d8pB0vfEjvNgPWMaMRcGGt6be3Ay4mIjLhfvkwM+WOZUeEDWU6GyyDog9pdMImKk+OrOPnU= ; Message-ID: <20051027040725.11907.qmail@web32914.mail.mud.yahoo.com> Received: from [67.112.21.27] by web32914.mail.mud.yahoo.com via HTTP; Wed, 26 Oct 2005 21:07:25 PDT Date: Wed, 26 Oct 2005 21:07:25 -0700 (PDT) From: NMH To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: problem running cvsup-mirror on FreeBSd 6.X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 04:07:27 -0000 Hi I am trying out the cvsup mirror program and thought I would laso give 6.X a whirl but I seem to have run into a bug? CVSup update begins at 2005-10-26 19:48:40 Updating from cvsup-master.freebsd.org Connected to cvsup-master.freebsd.org Authentication required, but could not open "/home/cvsupin/.cvsup/auth" CVSup update ends at 2005-10-26 19:48:40 If I create that file I get: CVSup update begins at 2005-10-26 20:33:07 Updating from cvsup-master.freebsd.org Connected to cvsup-master.freebsd.org /home/cvsupin/.cvsup/auth:1: Missing client name CVSup update ends at 2005-10-26 20:33:07 After much searching I found that I need something in the order of serverName:clientName:Password:comment I tried freefall.freebsd.org as that was what was setup for other things.. But that fails with: Server Error: Authentication Fails. Any tips much appreciatted. I just want to setup my own CVS site so I can stop downloading multiple times from the nice mirror sites. Thanks! NMH The Large Print Giveth And The Small Print Taketh Away -- Anon __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 04:47:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F36516A41F for ; Thu, 27 Oct 2005 04:47:47 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20BBD43D45 for ; Thu, 27 Oct 2005 04:47:47 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: by xproxy.gmail.com with SMTP id t16so587340wxc for ; Wed, 26 Oct 2005 21:47:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XAHdDVmGD3MEzgSWSGiTqJbFokJknINYHtOtiTIyZ3GnXjGJBchKi3GFcbvhTXfSIlRE0frs9s2wFrG9LiTbAL4ALzO8nwu654bh1CaZ+u14xTE17jjOzdL+Bj7M9XrgUTbWxZ7t0SLeoz6q6B4lI5MfZ2tLH9rJQQi2Qct8zMM= Received: by 10.65.148.15 with SMTP id a15mr1253261qbo; Wed, 26 Oct 2005 21:19:22 -0700 (PDT) Received: by 10.65.107.8 with HTTP; Wed, 26 Oct 2005 21:19:22 -0700 (PDT) Message-ID: <59adc1a0510262119o23a5161ft@mail.gmail.com> Date: Thu, 27 Oct 2005 07:19:22 +0300 From: Dimitar Vasilev To: NMH In-Reply-To: <20051027040725.11907.qmail@web32914.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-5 Content-Transfer-Encoding: base64 Content-Disposition: inline References: <20051027040725.11907.qmail@web32914.mail.mud.yahoo.com> Cc: "freebsd-questions@freebsd.org" Subject: Re: problem running cvsup-mirror on FreeBSd 6.X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 04:47:47 -0000 PiAgU2VydmVyIEVycm9yOiBBdXRoZW50aWNhdGlvbiBGYWlscy4KPgo+ICBBbnkgdGlwcyBtdWNo IGFwcHJlY2lhdHRlZC4gSSBqdXN0IHdhbnQgdG8gc2V0dXAgbXkKPiBvd24gQ1ZTIHNpdGUgc28g SSBjYW4gc3RvcCBkb3dubG9hZGluZyBtdWx0aXBsZSB0aW1lcwo+IGZyb20gdGhlIG5pY2UgbWly cm9yIHNpdGVzLgpGcmVlZmFsIGlzIGZvciBwdWJsaWMgQ1ZTVVAgc2VydmVycyB0aGF0IHlvdSBh cmUgY3VycmVudGx5IHVzaW5nLgpZb3UgY2Fubm90IGhhdmUgYWNjZXNzIHRvIGl0LCB1bmxlc3Mg cnVubmluZyBwdWJsaWMgQ1ZTVVAgcmVwb3NpdG9yeS4KU2VlCmh0dHA6Ly9wZW9wbGUuZnJlZWJz ZC5vcmcvfmpkcC9jdnBhc3N3ZC8KaHR0cDovL3Blb3BsZS5mcmVlYnNkLm9yZy9+amRwL21pcnJv ci8KSnVzdCBjaGFuZ2UgeW91ciBzdXBmaWxlIHRvIHRoZSBuZWFyZXN0IG1pcnJvciBhbmQgc3lu YyBmcm9tIGl0LgotLQq02NzY4urgILLQ4djb1dIKRGltaXRhciBWYXNzaWxldgoKR251UEcga2V5 IElEOiAweDRCOERCNTI1CktleXNlcnZlcjogcGdwLm1pdC5lZHUKS2V5IGZpbmdlcnByaW50OiBE ODhBIDNCOTIgREVENSA5MTdFIDM0MUUgRDYyRiA4QzUxIDVGQzQgNEI4RCBCNTI1Cg== From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 04:55:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7083F16A41F for ; Thu, 27 Oct 2005 04:55:18 +0000 (GMT) (envelope-from rjhjr@cox.net) Received: from eastrmmtao05.cox.net (eastrmmtao05.cox.net [68.230.240.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id C597F43D45 for ; Thu, 27 Oct 2005 04:55:17 +0000 (GMT) (envelope-from rjhjr@cox.net) Received: from localhost ([68.230.186.138]) by eastrmmtao05.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051027045514.JBWM28234.eastrmmtao05.cox.net@localhost> for ; Thu, 27 Oct 2005 00:55:14 -0400 Date: Thu, 27 Oct 2005 00:55:16 -0400 From: Bob Hall To: freebsd-questions@freebsd.org Message-ID: <20051027045516.GA90932@kongemord.krig.net> Mail-Followup-To: Bob Hall , freebsd-questions@freebsd.org References: <20051025131352.217826@bob> <20051025184502.GA83689@kongemord.krig.net> <20051025190017.GF63163@xor.obsecurity.org> <20051025231057.GA84395@kongemord.krig.net> <20051026075253.GA90196@xor.obsecurity.org> <20051026152328.GA87755@kongemord.krig.net> <20051026163144.GA49942@xor.obsecurity.org> <20051026235103.GA89193@kongemord.krig.net> <20051027000628.GA68638@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051027000628.GA68638@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Subject: Re: Crontab and GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 04:55:18 -0000 On Wed, Oct 26, 2005 at 08:06:28PM -0400, Kris Kennaway wrote: > On Wed, Oct 26, 2005 at 07:51:03PM -0400, Bob Hall wrote: > > On Wed, Oct 26, 2005 at 12:31:44PM -0400, Kris Kennaway wrote: > > > On Wed, Oct 26, 2005 at 11:23:29AM -0400, Bob Hall wrote: > > > > On Wed, Oct 26, 2005 at 03:52:53AM -0400, Kris Kennaway wrote: > > > > > On Tue, Oct 25, 2005 at 07:10:57PM -0400, Bob Hall wrote: > > > > > > On Tue, Oct 25, 2005 at 03:00:18PM -0400, Kris Kennaway wrote: > > > > > > > On Tue, Oct 25, 2005 at 02:45:02PM -0400, Bob Hall wrote: > > > > > > > > On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote: > > > > > > > > > Hello! I'm attempting to run GPG from cron, and it's not working. I can run the script from the command line, and all works perfectly. When I try to run it from cron, however, it doesn't work. The crontab calls this script, called "pgpdecrypt" with the following crontab line: > > > > > > > > > > > > > > > > > > */1 * * * * root /bin/bash /etc/pgpdecrypt > > > > > > > > > > > > > > > > > > The /bin/bash wasn't originally there; I added it to make sure that the script was using the correct shell. Still no luck. Here's the script that it calls: > > > > > > > > > > > > > > > > > > echo >> /etc/pgpdecrypt.logger "PGP Decrypter Starting" > > > > > > > > > > > > > > > > Take the "/bin/bash" out of your crontab. Put > > > > > > > > #!/bin/bash > > > > > > > > at the beginning of your script. > > > > > > > > > > > > > > What do you think that will do to help? It's a NOP, so it can't fix > > > > > > > the problem (which is because of bad assumptions about PATH, per my > > > > > > > other message). > > > > > > > > > > > > Well, I don't know whether "#!" is a NOP or not. It does tell the script > > > > > > which executable to use in executing the script. > > > > > > > > > > Yeah, which he was already doing explicitly (see above) ;-) > > > > > > > > Which is irrelevant. The fact is that if you put the path at the > > > > beginning of the script, the script will run the same under cron as it > > > > does under the shell you tested it with. If the OP had put "#!/bin/bash" > > > > at the beginning of the script when he tested it, he would have been > > > > able to debug it without being confused by the fact that it ran under > > > > his shell and not under cron. > > > > > > No, this was because his environment was not as he expected it to be > > > when run from cron, as I've explained to you twice. Just making the > > > NOP change of adding #!/bin/bash when the script is already being run > > > by /bin/bash will not affect the environment. > > > > I doubt very much that putting the wrong path into the environmental > > variables is going to help anything. > > PATH does not include /usr/local when run from cron, and his script > assumes that it does (it calls gpg not /usr/local/bin/gpg). Then he can include it in his script. That's superior to creating a potential security problem by giving cron more information than it needs, particularly when cron is running as root. It's the script that needs to know the location of gpg, not cron. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 05:00:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7353D16A41F for ; Thu, 27 Oct 2005 05:00:56 +0000 (GMT) (envelope-from brianhowick@comcast.net) Received: from rwcrmhc12.comcast.net (rwcrmhc14.comcast.net [216.148.227.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D17143D49 for ; Thu, 27 Oct 2005 05:00:56 +0000 (GMT) (envelope-from brianhowick@comcast.net) Received: from ssj3 (c-24-10-214-85.hsd1.ut.comcast.net[24.10.214.85]) by comcast.net (rwcrmhc14) with SMTP id <2005102705005201400std9ke>; Thu, 27 Oct 2005 05:00:52 +0000 From: "Brian Howick" To: Date: Wed, 26 Oct 2005 23:00:51 -0600 Message-ID: <000001c5dab3$681e3b20$0f01a8c0@ssj3> MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_0001_01C5DA81.1D83CB20" 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.2527 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: lost in nowhere land on 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 05:00:56 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C5DA81.1D83CB20 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I set up a copy of 5.2.1 RELEASE a few years back and I am trying to = upgrade it. =20 The problem is I set it up over the net and not from a CD.. so when I = try to upgrade I am told that whatever FTP server I connect to does not have = the files... =20 What can I do? ------=_NextPart_000_0001_01C5DA81.1D83CB20-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 05:25:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4464016A41F for ; Thu, 27 Oct 2005 05:25:35 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1E4043D48 for ; Thu, 27 Oct 2005 05:25:34 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EV0Gb-000F1W-2J; Thu, 27 Oct 2005 09:25:33 +0400 Message-ID: <436064BE.9000805@speechpro.com> Date: Thu, 27 Oct 2005 09:25:18 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob , freebsd-questions@freebsd.org References: <20051026151704.74896.qmail@web36203.mail.mud.yahoo.com> In-Reply-To: <20051026151704.74896.qmail@web36203.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 05:25:35 -0000 Rob wrote: > > >Aargh, seems I'm back where I was a few hours ago... >...me having a problem that nobody understands. > > > >>Check >>/etc/nsswitch.conf >>Mine is bellow: >>group: compat >>group_compat: nis >>hosts: files dns >>networks: files >>passwd: compat >>passwd_compat: nis >>shells: files >> >> > >I have exactly same; I have never touched that >file! But, eh, what does this have to do with >the library stuff? > >Anyway, are you sure there's no gracerc.user file >in the directory from where you start xmgrace, >since that would prevent reading the other one >in $HOME/.grace/ , and hence you wouldn't see >the library problem !! > > %mkdir tttt %cd tttt/ %cat ~/.grace/gracerc.user USE "pow" TYPE f_of_dd FROM "/usr/lib/libm.so" %ls %xmgrace % From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 06:48:24 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C018116A41F for ; Thu, 27 Oct 2005 06:48:24 +0000 (GMT) (envelope-from gkatsanos@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBA643D45 for ; Thu, 27 Oct 2005 06:48:23 +0000 (GMT) (envelope-from gkatsanos@gmail.com) Received: by nproxy.gmail.com with SMTP id o25so68691nfa for ; Wed, 26 Oct 2005 23:48:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:x-mailer:thread-index:x-mimeole:disposition-notification-to; b=oQlkZqo+cUD62KfCeCD2CwZA0b6R+dvIVNS+9yD8/ExPDaY5XbFi5xvhZUgK7VeXn4yifbvFPv05f7Zqq0UZChe+q3N+mDahzQE/VeNPGxpPLHewTCmmp0rMI2dC6kElZOLciTsDM8vm9pCdgb+nWQ/F4ZPzIpQ7yl3ps/nRxeM= Received: by 10.49.5.14 with SMTP id h14mr353917nfi; Wed, 26 Oct 2005 23:48:22 -0700 (PDT) Received: from georgek ( [62.38.105.149]) by mx.gmail.com with ESMTP id y23sm359680nfb.2005.10.26.23.48.18; Wed, 26 Oct 2005 23:48:20 -0700 (PDT) From: "George Katsanos" To: Date: Thu, 27 Oct 2005 09:48:15 +0300 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcXawmg3w0Zp6qrbQJK7gQ33OvoI3Q== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 06:48:25 -0000 Hello , Since the actual 6.0 Release is taking too long , would you suggest me installing 6.0 RC-1 and then then 6.0 is out , can I just apply some patches , or I should Re-makeworld everything?... And another question , I'm on a PIII 550 with 256MB ram . I have 5.3 and some broken libs .Would you suggest me doing a fresh install , or a make world ? Consider I don't have the experience the second procedure takes , but I've heard both opinions. Should I do a portupgrade -a after the makeworld ?... Thank you George From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 06:55:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C42A116A41F for ; Thu, 27 Oct 2005 06:55:37 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36211.mail.mud.yahoo.com (web36211.mail.mud.yahoo.com [209.191.68.237]) by mx1.FreeBSD.org (Postfix) with SMTP id 64B8343D46 for ; Thu, 27 Oct 2005 06:55:37 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 78416 invoked by uid 60001); 27 Oct 2005 06:55:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=jl2zMsSy+ABtAM0WnDn/uikdXC5DgGAVG06a9ChmaOuautu//P/KxJr9Nhh4ScWIfSGd9VJqG+vRS//0h0TvGQhCa1GDQWpW4blZ5IRaIc//vWC96x+G4tuKwAF5JRCdQFdvM0O6KGwuvkRf76WKWDkNUxUFnew7wLjK9CMOsuo= ; Message-ID: <20051027065536.78414.qmail@web36211.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36211.mail.mud.yahoo.com via HTTP; Wed, 26 Oct 2005 23:55:36 PDT Date: Wed, 26 Oct 2005 23:55:36 -0700 (PDT) From: Rob To: Igor Robul , freebsd-questions@freebsd.org In-Reply-To: <436064BE.9000805@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 06:55:37 -0000 --- Igor Robul wrote: > %mkdir tttt > %cd tttt/ > %cat ~/.grace/gracerc.user > USE "pow" TYPE f_of_dd FROM "/usr/lib/libm.so" > %ls > %xmgrace > % OK, great. Meanwhile, I came closer to the real problem. You don't need to create the link in /usr/X11R6/lib. The problem is dlerror(). Whenever one of the dl-functions is called, it will set the error indicator in dlerror() in case of problems. For some unclear reason, the error indicator in dlerror is set when grace starts-up. I don't know why yet (I'll discuss that with the grace mailing list). When grace uses the dl-functions in src/dlmodule.c, which is caused by the "USE..." lines in gracerc.user, something like this happens: dlopen("library name", MODE); if (dlerror() != NULL) { report_error(); exit(1); } Now, dlerror() is set, but not by dlopen(), but by some other part at start-up. A workaround is following: /* reset any possible earlier error */ dlerror(); dlopen("library name", MODE); if (dlerror() != NULL) { report_error(); exit(1); } When I patch grace with this dummy dlerror(), prior to the dl-function calls, all works like a charm (and you don't need the link in /usr/X11R6/lib anymore). As I said before, I now have to find out why grace activates the dlerror() at start-up. Regards, Rob. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 07:11:21 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B041D16A41F for ; Thu, 27 Oct 2005 07:11:21 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C0E43D45 for ; Thu, 27 Oct 2005 07:11:20 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so211847nzf for ; Thu, 27 Oct 2005 00:11:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=owd6dxlzSO4ExwH0540lf/1EXfC2zNQ6Ms5ytCq5BD9OHxEhFYTW+pl4vJv0UTEru9glEQHjzBLNSuJ2Wgi7aHbTx+D24MTn70ryNnc2zzwAsd1VakjIr8evINWMZPvotrF9ppKfvw8lo7BV08J7HPOA9j+CsMFNP3wkvHAckVg= Received: by 10.36.68.10 with SMTP id q10mr1572362nza; Thu, 27 Oct 2005 00:11:20 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Thu, 27 Oct 2005 00:11:20 -0700 (PDT) Message-ID: Date: Thu, 27 Oct 2005 11:11:20 +0400 From: "Andrew P." To: John DeStefano In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: FreeBSD Questions Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 07:11:21 -0000 On 10/27/05, John DeStefano wrote: <...snip...> > > After clearing out the ports, updating ports (with portsnap) and > source, and rebuilding the system and kernel... it seemed the ultimate > problem was actually a dependency of the package to apache1.3. After I > ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1, but > I still had trouble installing ports. > > 'portsdb -Uu' would not run, so I ran 'make fetchindex' and > 'portupdate -a'. From what I've read, this _should_ create an index > and update all out-of-date ports and their dependencies, but it never > has worked for me. I just tried this combination again, and it > (again) punts during portupdate. This time, 38 ports were skipped and > 7 failed, the first failure being a strange compiler error in updating > from apache-2.0.48. > > I've been fighting with ports for long enough now to have become a bit > frustrated with them. If you have any thoughts or suggestions on how > to troubleshoot them, please pass them on. > > Thanks, > ~John > Do not fix dependencies if you're not sure that they are really broken. Don't use apache21 unless 2.0 is absolutely inappropriate. The proper way to change dependencies from apache1 to apache2 is to add "WITH_APACHE2=3Dtrue" to /etc/make.conf (or to /usr/local/etc/pkgtools.conf, but that's an advanced topic). If you have portsdb utility, don't use make fetchindex, just add -F to portsdb: "portsdb -uUF" will work fine. You cann add -k to portupgrade, so that it doesn't skip ports (but it won't fix the failed ones). John, you'll have to spend a few hours reading ports documentation before you find them really great (which they really are). From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 07:22:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45C7F16A41F for ; Thu, 27 Oct 2005 07:22:03 +0000 (GMT) (envelope-from ke.han@redstarling.com) Received: from smtp102.biz.mail.re2.yahoo.com (smtp102.biz.mail.re2.yahoo.com [68.142.229.216]) by mx1.FreeBSD.org (Postfix) with SMTP id BC61043D48 for ; Thu, 27 Oct 2005 07:22:02 +0000 (GMT) (envelope-from ke.han@redstarling.com) Received: (qmail 67827 invoked from network); 27 Oct 2005 07:22:02 -0000 Received: from unknown (HELO ?192.168.1.2?) (jhancock@patternware.com@218.79.213.163 with plain) by smtp102.biz.mail.re2.yahoo.com with SMTP; 27 Oct 2005 07:22:01 -0000 Message-ID: <4360801D.2090705@redstarling.com> Date: Thu, 27 Oct 2005 15:22:05 +0800 From: "ke.han" User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) 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: finding the correct man page ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 07:22:03 -0000 Hello list, I am working on configuring a new system and have run across maillist comments such as: "The comment in GENERIC is not accurate, the bge driver supports 5721 based cards for a couple of month now (the manpage in RELENG_5 is correct)." The problem is, which man page? There are so many man pages, I rarely know how to find what I'm looking for. The whatis command does no good for this sort of search. Since I'm still pretty new to things, is there some searching mechanism or naming structure I'm not clued into? thanks, ke han From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 08:03:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83F2916A41F for ; Thu, 27 Oct 2005 08:03:47 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36209.mail.mud.yahoo.com (web36209.mail.mud.yahoo.com [209.191.68.235]) by mx1.FreeBSD.org (Postfix) with SMTP id 2596843D45 for ; Thu, 27 Oct 2005 08:03:47 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 4011 invoked by uid 60001); 27 Oct 2005 08:03:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=W8QA0UDHC7wNTTQ3QEGEx+N6pDtYyfiHbg1MH5xst3FbfsAupKY6t3HP6g26MNaa1TAQmNCj2QWMnQsEg265Kv5TSJLeWH9KN/jQ+ib9mnffEGbWScGwB1SBc1o2HHay0s8FfOWg4atSJNUEG2lKzzdUh7wKCCalbFgXCvFgG+g= ; Message-ID: <20051027080346.4009.qmail@web36209.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36209.mail.mud.yahoo.com via HTTP; Thu, 27 Oct 2005 01:03:46 PDT Date: Thu, 27 Oct 2005 01:03:46 -0700 (PDT) From: Rob To: FreeBSD questions In-Reply-To: <4360829D.9060201@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 08:03:47 -0000 --- Igor Robul wrote: > Rob wrote: > > > > >When I patch grace with this dummy dlerror(), > >prior to the dl-function calls, all works like > >a charm (and you don't need the link in > >/usr/X11R6/lib anymore). > > > >As I said before, I now have to find out why > >grace activates the dlerror() at start-up. > > > > > So, problem is on grace side, not on FreeBSD side. > I think there are some differences in execution > environment for grace on Linux and FreeBSD. Then "we" have to tell the grace developper, who is a devote Linux user, about the oddities on FreeBSD, or "we" have to come up with a reasonable patch to make it work properly on FreeBSD. Meanwhile I digged a little deeper in the grace source code, to find out at what place exactly the dlerror() error-indicator is set. When grace initializes its GUI, there is this kind of code: ----------------------------------- XtAppContext app_con; Display *disp = NULL; char *display_name = NULL; XtSetLanguageProc(NULL, NULL, NULL); XtToolkitInitialize(); app_con = XtCreateApplicationContext(); disp = XOpenDisplay(display_name); ----------------------------------- (I have simplified this code snippet a bit, for this example; also, grace uses Motif for its GUI). Before the XOpenDisplay() call, dlerror() does not have the error-indicator set, but after that call, it has. Is this where Linux and FreeBSD are out-of-sync? Or does Grace something wrong here, or is this a problem cause by FreeBSD or Xorg? I feel I'm getting closer and closer, but still I have not really a good idea of what's going on here! Thanks, Rob. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 08:16:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7CC116A41F for ; Thu, 27 Oct 2005 08:16:42 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2997A43D45 for ; Thu, 27 Oct 2005 08:16:42 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so242921nzo for ; Thu, 27 Oct 2005 01:16:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S6Uhex8h1aWIm3VAVgoSky9GTHuepqrmzHx3qPL7CjeE+89+vyTt5gA9/LXNIAhycYIGG+AJ4LsepmZ9xdMf8IKMtcwCax0mMWfJ2OPQsWKQNKxOrCixkfQ+wVjN9LIGKfYf6oXHiu+bpdYk67ZtCwDSdzR0faZ/TkdUdH5L2YY= Received: by 10.36.74.8 with SMTP id w8mr857361nza; Thu, 27 Oct 2005 01:16:41 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Thu, 27 Oct 2005 01:16:41 -0700 (PDT) Message-ID: Date: Thu, 27 Oct 2005 12:16:41 +0400 From: "Andrew P." To: Joshua Tinnin In-Reply-To: <200510262115.48144.krinklyfig@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <17247.39311.203645.265116@jerusalem.litteratus.org> <200510262115.48144.krinklyfig@comcast.net> Cc: Robert Huff , freebsd-questions@freebsd.org Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 08:16:42 -0000 On 10/27/05, Joshua Tinnin wrote: > On Wed 26 Oct 05 09:18, "Andrew P." wrote: > > On 10/26/05, Robert Huff wrote: > > > Andrew P. writes: > > > > > file /usr/bin/man > > > > > > > > > > on my machine outputs: > > > > > > > > > > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version > > > > > 1 (FreeBSD), for FreeBSD 5.4-CURRENT (rev 3), dynamically > > > > > linked (uses shared libs), stripped > > > > > > > > Oh, it's just that file hasn't leared anything about > > > > FreeBSD 6 yet, so it doesn't display version info > > > > when run against my binaries. > > > > > > Curious. > > > > > > huff@> file /usr/bin/man > > > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 > > > (FreeBSD), for FreeBSD 7.0 (700003), dynamically linked (uses > > > shared libs), stripped huff@> > > > > I tried both versions of file (base system and ports) > > on 6.0 RC1, none showed any info about that > > /usr/bin/man (or any other system binary I tried). > > > > On my firewall (5.4) it works. > > That's odd. Am on 6.0-RC1: > > # uname -a > FreeBSD smogmonster.local 6.0-RC1 FreeBSD 6.0-RC1 #0: Thu Oct 20 > 14:41:23 MDT 2005 > krinklyfig@smogmonster.local:/usr/obj/usr/src/sys/MYKERNEL60 i386 > > % file /usr/bin/xargs > /usr/bin/xargs: ELF 32-bit LSB executable, Intel 80386, version 1 > (FreeBSD), for FreeBSD 6.0 (600034), dynamically linked (uses shared > libs), stripped > > % file /usr/bin/man > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 > (FreeBSD), for FreeBSD 6.0 (600034), dynamically linked (uses shared > libs), stripped > > % file /bin/echo > /bin/echo: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), > for FreeBSD 6.0 (600034), dynamically linked (uses shared libs), > stripped > > > I know I built valgrind just a few days ago: > > % file /usr/local/bin/valgrind > /usr/local/bin/valgrind: ELF 32-bit LSB executable, Intel 80386, version > 1 (FreeBSD), for FreeBSD 6.0 (600034), statically linked, stripped > > vim, too: > > % file /usr/local/bin/vim > /usr/local/bin/vim: ELF 32-bit LSB executable, Intel 80386, version 1 > (FreeBSD), for FreeBSD 6.0 (600034), dynamically linked (uses shared > libs), stripped > > > I'm not sure what it means when this information isn't accessible, but > I'd say it's symptomatic of another issue, and most likely it's not > good. If you built from source, did you follow the procedure described > in the handbook? > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > > Not sure, but are you installing kernel after building world, and then > installing world in single user? I've seen strange things happen if you > don't do this procedure the right way. Of course, I'm just guessing, as > I'm not at all sure what could be causing this problem or what your > exact circumstances are. > > - jt > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > sat64% uname -a FreeBSD sat64.net17 6.0-RC1 FreeBSD 6.0-RC1 #2: Fri Oct 14 22:57:08 MSD 200= 5 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386 sat64% file /usr/bin/xargs /usr/bin/xargs: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD)= , dyn amically linked (uses shared libs), stripped sat64% file /usr/bin/man /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), = dynam ically linked (uses shared libs), stripped sat64% file /bin/echo /bin/echo: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dyn= amica lly linked (uses shared libs), stripped sat64% file /usr/local/bin/waveplay /usr/local/bin/waveplay: ELF 32-bit LSB executable, Intel 80386, version 1 = (Free BSD), dynamically linked (uses shared libs), stripped sat64% file /usr/local/lib/oss/bin/ossplay /usr/local/lib/oss/bin/ossplay: ELF 32-bit LSB executable, Intel 80386, ver= sion 1 (FreeBSD), dynamically linked (uses shared libs), stripped sat64% /usr/local/bin/file /usr/local/lib/oss/bin/ossplay /usr/local/lib/oss/bin/ossplay: ELF 32-bit LSB executable, Intel 80386, ver= sion 1 (FreeBSD), dynamically linked (uses shared libs), stripped Maybe you're right. I never go to single-user when upgrading. But then, I'm the only user and there are not many processes. I'm not gonna worry anyway, hope it's not a rootkit :-) From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 08:19:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0788F16A41F for ; Thu, 27 Oct 2005 08:19:06 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 991AC43D49 for ; Thu, 27 Oct 2005 08:19:05 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id f1so291948nzc for ; Thu, 27 Oct 2005 01:19:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JdHxEOPFADH+YvJKqE97Ji35GS13bQyfTwzbb2ZJvgN+74D9OiYaEdZglIkIPU6iFXTUDBMPpmm/YhCPiwEsHmZ6ezwEBFviq7I4QZVBnksAC8PYtH2xF9/bF5Tn7NOWfsJ3poPaMpvuVNV9IFgRV8u7jeTnzmFeHYl6TJhKNrM= Received: by 10.36.74.9 with SMTP id w9mr1623180nza; Thu, 27 Oct 2005 01:19:04 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Thu, 27 Oct 2005 01:19:04 -0700 (PDT) Message-ID: Date: Thu, 27 Oct 2005 12:19:04 +0400 From: "Andrew P." To: "ke.han" In-Reply-To: <4360801D.2090705@redstarling.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4360801D.2090705@redstarling.com> Cc: freebsd-questions@freebsd.org Subject: Re: finding the correct man page ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 08:19:06 -0000 On 10/27/05, ke.han wrote: > Hello list, > I am working on configuring a new system and have run across maillist > comments such as: > > "The comment in GENERIC is not accurate, the bge driver supports 5721 > based cards for a couple of month now (the manpage in RELENG_5 is correct= )." > > The problem is, which man page? There are so many man pages, I rarely > know how to find what I'm looking for. The whatis command does no good > for this sort of search. Since I'm still pretty new to things, is there > some searching mechanism or naming structure I'm not clued into? > > thanks, ke han > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > sat64% man -k 5721 bge(4) - Broadcom BCM570x/5714/5721/ 5750/5751/5789 PCI Gigabit Ethernet adapter driver From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 08:20:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0F8C16A41F for ; Thu, 27 Oct 2005 08:20:05 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C4143D70 for ; Thu, 27 Oct 2005 08:20:01 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EV2zN-000LoD-VJ; Thu, 27 Oct 2005 12:19:58 +0400 Message-ID: <43608D9F.9020207@speechpro.com> Date: Thu, 27 Oct 2005 12:19:43 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob , freebsd-questions@freebsd.org References: <20051027080228.60100.qmail@web36212.mail.mud.yahoo.com> In-Reply-To: <20051027080228.60100.qmail@web36212.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 08:20:05 -0000 Rob wrote: >----------------------------------- > XtAppContext app_con; > Display *disp = NULL; > char *display_name = NULL; > > XtSetLanguageProc(NULL, NULL, NULL); > XtToolkitInitialize(); > app_con = XtCreateApplicationContext(); > > disp = XOpenDisplay(display_name); >----------------------------------- > >(I have simplified this code snippet a bit, for >this example; also, grace uses Motif for its GUI). > >Before the XOpenDisplay() call, dlerror() does >not have the error-indicator set, but after >that call, it has. > >Is this where Linux and FreeBSD are out-of-sync? >Or does Grace something wrong here, or is this >a problem cause by FreeBSD or Xorg? > > > I think, that when XOpenDisplay called, ld.so tries load some libraries from preconfigured paths, and last unsuccessful attempt is recorded for dlerror(). dlopen() _does not_ reset dlerror() state on sucess, it just returns non NULL. So you must not check dlerror() for error condition, you need check return result of dlopen(), and if it is NULL, then you need use dlerror(). So, code in grace: dlopen("library name", MODE); if (dlerror() != NULL) { report_error(); exit(1); } need to be: handle = dlopen("library name", MODE); if (handle == NULL) { report_error(dlerror()); exit(1); } just because dlerror() != NULL is not indicator of error. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 08:24:14 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD52816A420 for ; Thu, 27 Oct 2005 08:24:14 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A74E43D46 for ; Thu, 27 Oct 2005 08:24:12 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id p8so271199nzb for ; Thu, 27 Oct 2005 01:24:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=LvQxJhNqQYzOYqXC926vScISlZtrD1INSzK7aNuyjRXOUVPtNhjl6/Pjy2DrmFViln2AaFD2YOxnlrNzKlNKRBRd7ytPkSLDY8Mfq5byYG9uWwDm0G/UqhcyNi1l4qq+7E5/sfnLiEUT/MN7KaDoArFePI3GlVhxGzThhUKAE8U= Received: by 10.36.154.17 with SMTP id b17mr1609325nze; Thu, 27 Oct 2005 01:24:11 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Thu, 27 Oct 2005 01:24:11 -0700 (PDT) Message-ID: Date: Thu, 27 Oct 2005 12:24:11 +0400 From: "Andrew P." To: George Katsanos MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: questions@freebsd.org Subject: Re: Upgrading from 5.3 to 6.0 (was: no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 08:24:15 -0000 On 10/27/05, George Katsanos wrote: > Hello , > > > Since the actual 6.0 Release is taking too long , would you suggest me > installing 6.0 RC-1 and then then 6.0 is out , can I just apply some patc= hes > , or I should Re-makeworld everything?... > > And another question , I'm on a PIII 550 with 256MB ram . I have 5.3 and > some broken libs .Would you suggest me doing a fresh install , or a make > world ? Consider I don't have the experience the second procedure takes , > but I've heard both opinions. Should I do a portupgrade -a after the > makeworld ?... > > > Thank you > > George > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Yes, you can try 6.0RC1, it's pretty stable. Read the Handbook and stick to the advice: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html You shouldn't have any trouble. You should do "portupgrade -fa" (recompile all your ports) after the upgrade is finished, but it's not an urgent matter. You can as well wait a few weeks and recompile them all then - thanks to binary compatibility they will work until then. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 08:26:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 459C516A429 for ; Thu, 27 Oct 2005 08:26:54 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id D644543D46 for ; Thu, 27 Oct 2005 08:26:53 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so243986nzo for ; Thu, 27 Oct 2005 01:26:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CzuYkMq9Fu7lyBfsJZyNx3BLHW3EBjYzQOMAXvlCu6hZi1JmVYl06rgQfn0A0K19LSDV9+m/JTA/d8Pmeey1lppinFuwKETujowY68Xwe2grS6RogRhUakjCSp4rPMoYVzPU9qpsHCUxtjEueApfKNTR92VOAWzUn8ay8LgIGgM= Received: by 10.36.227.69 with SMTP id z69mr1279372nzg; Thu, 27 Oct 2005 01:26:53 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Thu, 27 Oct 2005 01:26:53 -0700 (PDT) Message-ID: Date: Thu, 27 Oct 2005 12:26:53 +0400 From: "Andrew P." To: Brian Howick In-Reply-To: <000001c5dab3$681e3b20$0f01a8c0@ssj3> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000001c5dab3$681e3b20$0f01a8c0@ssj3> Cc: freebsd-questions@freebsd.org Subject: Re: lost in nowhere land on 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 08:26:54 -0000 On 10/27/05, Brian Howick wrote: > I set up a copy of 5.2.1 RELEASE a few years back and I am trying to upgr= ade > it. > > The problem is I set it up over the net and not from a CD.. so when I try= to > upgrade I am told that whatever FTP server I connect to does not have the > files... > > What can I do? > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > > cvsup and make world If you run into trouble, try upgrading to 5.3 or 5.4 first and than to 6.0. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 08:27:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63CAA16A41F for ; Thu, 27 Oct 2005 08:27:02 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B2D43D45 for ; Thu, 27 Oct 2005 08:27:01 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EV36C-000MS8-JE for freebsd-questions@freebsd.org; Thu, 27 Oct 2005 12:27:00 +0400 Message-ID: <43608F45.2080600@speechpro.com> Date: Thu, 27 Oct 2005 12:26:45 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051027080228.60100.qmail@web36212.mail.mud.yahoo.com> <43608D9F.9020207@speechpro.com> In-Reply-To: <43608D9F.9020207@speechpro.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 08:27:02 -0000 Igor Robul wrote: > dlopen() _does not_ reset dlerror() state on sucess, it just returns > non NULL. So you must not check dlerror() for error condition, you > need check return result of dlopen(), and if it is NULL, then you need > use dlerror(). > > So, code in grace: > > dlopen("library name", MODE); > if (dlerror() != NULL) { > report_error(); > exit(1); > Actual code in grace is: newkey.data = dlsym(handle, dl_function); if ((error = (char *) dlerror()) != NULL) { errmsg(error); dlclose(handle); return RETURN_FAILURE; } But I think it is needed to be something like (I dont know if they need "error" variable later): newkey.data = dlsym(handle, dl_function); if ( newkey.data == NULL) { errmsg(error=dlerror()); dlclose(handle); return RETURN_FAILURE; } From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 08:35:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDE0616A420 for ; Thu, 27 Oct 2005 08:35:15 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2916743D55 for ; Thu, 27 Oct 2005 08:35:15 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EV3E9-000Mhn-DN for freebsd-questions@freebsd.org; Thu, 27 Oct 2005 12:35:13 +0400 Message-ID: <43609132.6020202@speechpro.com> Date: Thu, 27 Oct 2005 12:34:58 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051027080228.60100.qmail@web36212.mail.mud.yahoo.com> <43608D9F.9020207@speechpro.com> <43608F45.2080600@speechpro.com> In-Reply-To: <43608F45.2080600@speechpro.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 08:35:15 -0000 Sorry, I have reread manual page for dlerror() and found that it need clear error state after call, but dlerror() in src/libc/gen/dlfcn.c does not do this: #pragma weak dlerror const char * dlerror(void) { return sorry; } So error is in FreeBSD libc, if I understand this correctly. I'll do PR. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 08:45:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E3C16A41F for ; Thu, 27 Oct 2005 08:45:56 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC1543D45 for ; Thu, 27 Oct 2005 08:45:56 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EV3OU-000NSR-NK for freebsd-questions@freebsd.org; Thu, 27 Oct 2005 12:45:54 +0400 Message-ID: <436093B4.2060201@speechpro.com> Date: Thu, 27 Oct 2005 12:45:40 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051027080228.60100.qmail@web36212.mail.mud.yahoo.com> <43608D9F.9020207@speechpro.com> <43608F45.2080600@speechpro.com> <43609132.6020202@speechpro.com> In-Reply-To: <43609132.6020202@speechpro.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 08:45:56 -0000 Igor Robul wrote: > Sorry, > I have reread manual page for dlerror() and found that it need clear > error state after call, but > dlerror() in src/libc/gen/dlfcn.c does not do this: > > #pragma weak dlerror > const char * > dlerror(void) > { > return sorry; > } > > So error is in FreeBSD libc, if I understand this correctly. I'll do PR. Bad day for me :-(. Above code is from src/libc/gen/dlfcn.c, but real dlerror for dynamicaly linked executables is in rtdl.c, and it works as described in manual page (clears error status). So problem is somewhere else. Sorry for false info. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 09:04:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED8E16A41F for ; Thu, 27 Oct 2005 09:04:14 +0000 (GMT) (envelope-from ptitoliv@ares.ptitoliv.net) Received: from ares.ptitoliv.net (ares.ptitoliv.net [195.140.141.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8141C43D45 for ; Thu, 27 Oct 2005 09:04:14 +0000 (GMT) (envelope-from ptitoliv@ares.ptitoliv.net) Received: from localhost (localhost [127.0.0.1]) by ares.ptitoliv.net (Postfix) with ESMTP id A0AAE2082 for ; Thu, 27 Oct 2005 11:05:33 +0200 (CEST) Received: from ares.ptitoliv.net ([127.0.0.1]) by localhost (ares.ptitoliv.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54808-06 for ; Thu, 27 Oct 2005 11:05:30 +0200 (CEST) Received: from webmail.ptitoliv.net (localhost [127.0.0.1]) by ares.ptitoliv.net (Postfix) with ESMTP id 6520D207D for ; Thu, 27 Oct 2005 11:05:30 +0200 (CEST) Received: from 82.228.88.181 (SquirrelMail authenticated user ptitoliv) by webmail.ptitoliv.net with HTTP; Thu, 27 Oct 2005 11:05:30 +0200 (CEST) Message-ID: <1342.82.228.88.181.1130403930.squirrel@webmail.ptitoliv.net> Date: Thu, 27 Oct 2005 11:05:30 +0200 (CEST) From: ptitoliv@ares.ptitoliv.net To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at ares.ptitoliv.net Subject: Window Scaling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 09:04:15 -0000 Hello everybody, I have got 2 dedicated servers located on the same network. 1 is running on FreeBSD and the other under Linux Debian. The problem is that on the BSD box, it is impossible to have a transfer rate higer than 200 kB/s with one connection. If I create simultaneous connections, I can reach more higher transfer rates. On my Debian Box, I can reach easily 900 KB/s with only one connection. I have heard about TCP Window size and Window scaling. Do you think that it is possible to modify parameters on the BSD box in order to reach the same transfer rates than the Debian box with only one connection ? Thank you for your answers. Best Regards, Ptitoliv From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 09:09:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 063B216A420 for ; Thu, 27 Oct 2005 09:09:57 +0000 (GMT) (envelope-from ke.han@redstarling.com) Received: from smtp103.biz.mail.re2.yahoo.com (smtp103.biz.mail.re2.yahoo.com [68.142.229.217]) by mx1.FreeBSD.org (Postfix) with SMTP id 6C6BF43D46 for ; Thu, 27 Oct 2005 09:09:56 +0000 (GMT) (envelope-from ke.han@redstarling.com) Received: (qmail 17969 invoked from network); 27 Oct 2005 09:09:55 -0000 Received: from unknown (HELO ?192.168.1.2?) (jhancock@patternware.com@218.79.213.163 with plain) by smtp103.biz.mail.re2.yahoo.com with SMTP; 27 Oct 2005 09:09:55 -0000 Message-ID: <43609966.8030907@redstarling.com> Date: Thu, 27 Oct 2005 17:09:58 +0800 From: "ke.han" User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) 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: kqueue and polling ... are they related? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 09:09:57 -0000 Dear list, I will be using kqueue on freeBSD 6.0-rc1 and need to understand the relationship between kqueue and polling since polling support requires explicite enabling and choosing the correct ethernet drivers, etc... First, is there a relationship between kqueue and polling? The kqueue man page refers to the poll man page. The polling man page does not refer to either poll or kqueue. So, does kqueue require polling to be enabled? Any elaboration would be appreciated. thanks, ke han From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 09:15:50 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB4916A41F; Thu, 27 Oct 2005 09:15:50 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6564C43D45; Thu, 27 Oct 2005 09:15:49 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.76.67]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051027091548.FAMP23334.mta13.adelphia.net@default.chvlva.adelphia.net>; Thu, 27 Oct 2005 05:15:48 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id A97AAB4F8; Thu, 27 Oct 2005 05:15:59 -0400 (EDT) Date: Thu, 27 Oct 2005 05:15:59 -0400 From: Parv To: freebsd-questions@freebsd.org, Fafa Hafiz Krantz , questions@freebsd.org Message-ID: <20051027091559.GA13069@holestein.holy.cow> Mail-Followup-To: freebsd-questions@freebsd.org, Fafa Hafiz Krantz , questions@freebsd.org References: <20051026091053.8E30C83C03@ws1-1.us4.outblaze.com> <20051026103948.GB5168@holestein.holy.cow> <20051026194739.GL29508@localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051026194739.GL29508@localdomain> Cc: f-q Subject: Re: Maintaining my music collection (off topic) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 09:15:50 -0000 in message <20051026194739.GL29508@localdomain>, wrote Will Maier thusly... > > On Wed, Oct 26, 2005 at 06:39:48AM -0400, Parv wrote: > > Looks like this script is not going to work in FreeBSD /bin/sh. > > Install one of shells/bash* (guessing) ports and run this script > > under that shell (unless somebody does the conversion for you). > > FreeBSD sh (1) supports parameter expansion, including expansions used > in the referenced function. (The deleted part Will M refereed above was similar to ${var%/*}.) Yes, you are correct. I misremembered and did not paid much attention to sh(1) man page before firing off my earlier post. - Parv -- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 09:15:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB4916A41F; Thu, 27 Oct 2005 09:15:50 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6564C43D45; Thu, 27 Oct 2005 09:15:49 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.76.67]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051027091548.FAMP23334.mta13.adelphia.net@default.chvlva.adelphia.net>; Thu, 27 Oct 2005 05:15:48 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id A97AAB4F8; Thu, 27 Oct 2005 05:15:59 -0400 (EDT) Date: Thu, 27 Oct 2005 05:15:59 -0400 From: Parv To: freebsd-questions@freebsd.org, Fafa Hafiz Krantz , questions@freebsd.org Message-ID: <20051027091559.GA13069@holestein.holy.cow> Mail-Followup-To: freebsd-questions@freebsd.org, Fafa Hafiz Krantz , questions@freebsd.org References: <20051026091053.8E30C83C03@ws1-1.us4.outblaze.com> <20051026103948.GB5168@holestein.holy.cow> <20051026194739.GL29508@localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051026194739.GL29508@localdomain> Cc: f-q Subject: Re: Maintaining my music collection (off topic) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 09:15:50 -0000 in message <20051026194739.GL29508@localdomain>, wrote Will Maier thusly... > > On Wed, Oct 26, 2005 at 06:39:48AM -0400, Parv wrote: > > Looks like this script is not going to work in FreeBSD /bin/sh. > > Install one of shells/bash* (guessing) ports and run this script > > under that shell (unless somebody does the conversion for you). > > FreeBSD sh (1) supports parameter expansion, including expansions used > in the referenced function. (The deleted part Will M refereed above was similar to ${var%/*}.) Yes, you are correct. I misremembered and did not paid much attention to sh(1) man page before firing off my earlier post. - Parv -- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 09:19:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4169716A425 for ; Thu, 27 Oct 2005 09:19:43 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id D064543D46 for ; Thu, 27 Oct 2005 09:19:42 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout1-sn1.fre.skanova.net (7.2.060.1) id 435CB1340011F9D1 for freebsd-questions@freebsd.org; Thu, 27 Oct 2005 11:19:41 +0200 Received: (qmail 89753 invoked by uid 1001); 27 Oct 2005 11:19:40 +0200 Date: Thu, 27 Oct 2005 11:19:40 +0200 From: Erik Trulsson To: "ke.han" Message-ID: <20051027091940.GA89707@falcon.midgard.homeip.net> Mail-Followup-To: "ke.han" , freebsd-questions@freebsd.org References: <43609966.8030907@redstarling.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43609966.8030907@redstarling.com> User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: kqueue and polling ... are they related? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 09:19:43 -0000 On Thu, Oct 27, 2005 at 05:09:58PM +0800, ke.han wrote: > Dear list, > I will be using kqueue on freeBSD 6.0-rc1 and need to understand the > relationship between kqueue and polling since polling support requires > explicite enabling and choosing the correct ethernet drivers, etc... > First, is there a relationship between kqueue and polling? The kqueue > man page refers to the poll man page. The polling man page does not > refer to either poll or kqueue. > So, does kqueue require polling to be enabled? Any elaboration would be > appreciated. > thanks, ke han The kqueue(2) manpage does refer to the manpage for the poll(2) system call, which is an older alternative to using kqueue. The same goes for select(2), which is also an alternative to using kqueue(2) or poll(2). None of these have any relation to polling of the network interfaces as described in the polling(4) manpage. The only connection between poll(2) and polling(4) is that they have similar names. So, to answer your question: No, you do not need to have polling enabled in order to use kqueue. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 09:30:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45FE816A41F for ; Thu, 27 Oct 2005 09:30:48 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from ares.ptitoliv.net (ares.ptitoliv.net [195.140.141.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C6A43D45 for ; Thu, 27 Oct 2005 09:30:47 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from localhost (localhost [127.0.0.1]) by ares.ptitoliv.net (Postfix) with ESMTP id 4D8AE20F8 for ; Thu, 27 Oct 2005 11:32:07 +0200 (CEST) Received: from ares.ptitoliv.net ([127.0.0.1]) by localhost (ares.ptitoliv.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54537-09 for ; Thu, 27 Oct 2005 11:32:06 +0200 (CEST) Received: from webmail.ptitoliv.net (localhost [127.0.0.1]) by ares.ptitoliv.net (Postfix) with ESMTP id CD8B1207D for ; Thu, 27 Oct 2005 11:32:05 +0200 (CEST) Received: from 82.228.88.181 (SquirrelMail authenticated user ptitoliv) by webmail.ptitoliv.net with HTTP; Thu, 27 Oct 2005 11:32:05 +0200 (CEST) Message-ID: <1481.82.228.88.181.1130405525.squirrel@webmail.ptitoliv.net> Date: Thu, 27 Oct 2005 11:32:05 +0200 (CEST) From: "ptitoliv" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at ares.ptitoliv.net Subject: Window Scaling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ptitoliv@frenchsuballiance.cjb.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 09:30:48 -0000 Hello everybody, I have got 2 dedicated servers located on the same network. 1 is running on FreeBSD and the other under Linux Debian. The problem is that on the BSD box, it is impossible to have a transfer rate higer than 200 kB/s with one connection. If I create simultaneous connections, I can reach more higher transfer rates. On my Debian Box, I can reach easily 900 KB/s with only one connection. I have heard about TCP Window size and Window scaling. Do you think that it is possible to modify parameters on the BSD box in order to reach the same transfer rates than the Debian box with only one connection ? Thank you for your answers. Best Regards, Ptitoliv From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 11:00:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C41216A41F for ; Thu, 27 Oct 2005 11:00:56 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36212.mail.mud.yahoo.com (web36212.mail.mud.yahoo.com [209.191.68.238]) by mx1.FreeBSD.org (Postfix) with SMTP id 09E5243D45 for ; Thu, 27 Oct 2005 11:00:55 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 93540 invoked by uid 60001); 27 Oct 2005 11:00:55 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=olChpyEglQ2+afpDolKEqRPlZ2yKs7dwKgTMA5goxWlwT+dzwJ8smyWt0yan46WFwcu+EDsA730zREfcM3Yf+AY7B7Ivc7kDu+J9p8JTMdUc9SCUsDticORBv3dXQxUxLn91IlK5iTNBU1Sq0bX78zuA3wOSCSS2JwAtj78D2nk= ; Message-ID: <20051027110055.93538.qmail@web36212.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36212.mail.mud.yahoo.com via HTTP; Thu, 27 Oct 2005 04:00:55 PDT Date: Thu, 27 Oct 2005 04:00:55 -0700 (PDT) From: Rob To: Igor Robul , freebsd-questions@freebsd.org In-Reply-To: <43608D9F.9020207@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? [FBSD/Xorg error?] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 11:00:56 -0000 --- Igor Robul wrote: > Rob wrote: > > >----------------------------------- > > XtAppContext app_con; > > Display *disp = NULL; > > char *display_name = NULL; > > > > XtSetLanguageProc(NULL, NULL, NULL); > > XtToolkitInitialize(); > > app_con = XtCreateApplicationContext(); > > > > disp = XOpenDisplay(display_name); > >----------------------------------- > > > >(I have simplified this code snippet a bit, for > >this example; also, grace uses Motif for its GUI). > > > >Before the XOpenDisplay() call, dlerror() does > >not have the error-indicator set, but after > >that call, it has. > > > >Is this where Linux and FreeBSD are out-of-sync? > >Or does Grace something wrong here, or is this > >a problem cause by FreeBSD or Xorg? > > I think, that when XOpenDisplay called, ld.so tries > load some libraries > from preconfigured paths, and > last unsuccessful attempt is recorded for dlerror(). Here is the two points response from the grace mailinglist: 1. Because XOpenDisplay() causes dlerror() to be set: One of the FreeBSD X libraries is broken, calling an inexisting libXcursor.so.1.0. 2. The FreeBSD dynamic loader is broken, ignoring unresolved references in DLLs both at initialization and run time. So is the libX11.so.6 on FreeBSD (or another) to be blamed? Or is something more fundamentally wrong with FreeBSD? Rob. __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 11:55:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 646B916A41F for ; Thu, 27 Oct 2005 11:55:22 +0000 (GMT) (envelope-from ke.han@redstarling.com) Received: from smtp101.biz.mail.re2.yahoo.com (smtp101.biz.mail.re2.yahoo.com [68.142.229.215]) by mx1.FreeBSD.org (Postfix) with SMTP id D4C0643D48 for ; Thu, 27 Oct 2005 11:55:21 +0000 (GMT) (envelope-from ke.han@redstarling.com) Received: (qmail 79909 invoked from network); 27 Oct 2005 11:55:21 -0000 Received: from unknown (HELO ?192.168.1.2?) (jhancock@patternware.com@218.79.213.163 with plain) by smtp101.biz.mail.re2.yahoo.com with SMTP; 27 Oct 2005 11:55:20 -0000 Message-ID: <4360C029.8050906@redstarling.com> Date: Thu, 27 Oct 2005 19:55:21 +0800 From: "ke.han" User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Erik Trulsson References: <43609966.8030907@redstarling.com> <20051027091940.GA89707@falcon.midgard.homeip.net> In-Reply-To: <20051027091940.GA89707@falcon.midgard.homeip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: kqueue and polling ... are they related? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 11:55:22 -0000 > None of these have any relation to polling of the network interfaces as > described in the polling(4) manpage. > The only connection between poll(2) and polling(4) is that they have similar > names. > > > So, to answer your question: No, you do not need to have polling enabled in > order to use kqueue. > thanks for the quick response... Since it appears that polling is meant to help out performance/scalability, would enabling polling in a system using kqueue possibly provide addition benefits than not use polling in a (SMP) system using kqueue?? Also, it appears that polling is just something that needs to be turned on. i.e. the application does not need to make API calls to take advantage of polling. Is this true?? thanks, ke han From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 11:58:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4337916A420 for ; Thu, 27 Oct 2005 11:58:38 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 012ED43D55 for ; Thu, 27 Oct 2005 11:58:35 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [134.93.180.218] (edda.Physik.Uni-Mainz.DE [134.93.180.218]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 7ECA03000536 for ; Thu, 27 Oct 2005 13:58:34 +0200 (CEST) Message-ID: <4360C09A.40100@mail.uni-mainz.de> Date: Thu, 27 Oct 2005 13:57:14 +0200 From: "O. Hartmann" Organization: Institut =?UTF-8?B?ZsO8ciBHZW9waHlzaWs=?= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: multipart/mixed; boundary="------------010901000201060107020606" X-Virus-Scanned: by amavisd-new at uni-mainz.de Subject: FreeBSD 6.0-RC1/i386: build port java/eclipse fails: Error occurred during initialization of VM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 11:58:38 -0000 This is a multi-part message in MIME format. --------------010901000201060107020606 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hello. I got this error during compiling 'eclipse' from ports: ===> Building for eclipse-3.1.1 Error occurred during initialization of VM Could not reserve enough space for object heap Assuming RHEL CLASSPATH compatible. Error occurred during initialization of VM Could not reserve enough space for object heap Assuming RHEL CLASSPATH compatible. Error occurred during initialization of VM Could not reserve enough space for object heap *** Error code 1 Target machine is a most recent build-world built FreeBSD 6.0-RC1 with 1GB RAM (Dell Optiplex G280, dmesg follows). HTT is enabled. Box uses the i915G graphics with 8MB video memory. The above shown error sounds like the lack of main memory ... But for the case of another issue, please help. Thanks, Oliver --------------010901000201060107020606 Content-Type: text/plain; name="dmesg.out" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="dmesg.out" Q29weXJpZ2h0IChjKSAxOTkyLTIwMDUgVGhlIEZyZWVCU0QgUHJvamVjdC4KQ29weXJpZ2h0 IChjKSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAxOTg5LCAxOTkxLCAxOTkyLCAx OTkzLCAxOTk0CglUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlh LiBBbGwgcmlnaHRzIHJlc2VydmVkLgpGcmVlQlNEIDYuMC1SQzEgIzgwOiBUaHUgT2N0IDI3 IDEwOjI5OjQwIFVUQyAyMDA1CiAgICByb290QGVkZGEucGh5c2lrLnVuaS1tYWluei5kZTov dXNyL29iai91c3Ivc3JjL3N5cy9FRERBClRpbWVjb3VudGVyICJpODI1NCIgZnJlcXVlbmN5 IDExOTMxODIgSHogcXVhbGl0eSAwCkNQVTogSW50ZWwoUikgUGVudGl1bShSKSA0IENQVSAz LjAwR0h6ICgyOTkyLjYwLU1IeiA2ODYtY2xhc3MgQ1BVKQogIE9yaWdpbiA9ICJHZW51aW5l SW50ZWwiICBJZCA9IDB4ZjQxICBTdGVwcGluZyA9IDEKICBGZWF0dXJlcz0weGJmZWJmYmZm PEZQVSxWTUUsREUsUFNFLFRTQyxNU1IsUEFFLE1DRSxDWDgsQVBJQyxTRVAsTVRSUixQR0Us TUNBLENNT1YsUEFULFBTRTM2LENMRkxVU0gsRFRTLEFDUEksTU1YLEZYU1IsU1NFLFNTRTIs U1MsSFRULFRNLFBCRT4KICBGZWF0dXJlczI9MHg0NDFkPFNTRTMsUlNWRDIsTU9OLERTX0NQ TCxDTlRYLUlELDxiMTQ+PgogIEFNRCBGZWF0dXJlcz0weDEwMDAwMDxOWD4KICBIeXBlcnRo cmVhZGluZzogMiBsb2dpY2FsIENQVXMKcmVhbCBtZW1vcnkgID0gMTA2MzgwNDkyOCAoMTAx NCBNQikKYXZhaWwgbWVtb3J5ID0gMTAzMTg2MDIyNCAoOTg0IE1CKQpBQ1BJIEFQSUMgVGFi bGU6IDxERUxMICAgR1gyODAgID4KRnJlZUJTRC9TTVA6IE11bHRpcHJvY2Vzc29yIFN5c3Rl bSBEZXRlY3RlZDogMiBDUFVzCiBjcHUwIChCU1ApOiBBUElDIElEOiAgMAogY3B1MSAoQVAp OiBBUElDIElEOiAgMQppb2FwaWMwOiBDaGFuZ2luZyBBUElDIElEIHRvIDgKaW9hcGljMCA8 VmVyc2lvbiAyLjA+IGlycXMgMC0yMyBvbiBtb3RoZXJib2FyZApsYXBpYzA6IEZvcmNpbmcg TElOVDEgdG8gZWRnZSB0cmlnZ2VyCm5ldHNtYl9kZXY6IGxvYWRlZApucHgwOiBbRkFTVF0K bnB4MDogPG1hdGggcHJvY2Vzc29yPiBvbiBtb3RoZXJib2FyZApucHgwOiBJTlQgMTYgaW50 ZXJmYWNlCmFjcGkwOiA8REVMTCBHWDI4MCAgPiBvbiBtb3RoZXJib2FyZAphY3BpMDogUG93 ZXIgQnV0dG9uIChmaXhlZCkKcGNpX2xpbmswOiA8QUNQSSBQQ0kgTGluayBMTktBPiBpcnEg MTEgb24gYWNwaTAKcGNpX2xpbmsxOiA8QUNQSSBQQ0kgTGluayBMTktCPiBpcnEgMTAgb24g YWNwaTAKcGNpX2xpbmsyOiA8QUNQSSBQQ0kgTGluayBMTktDPiBpcnEgMTAgb24gYWNwaTAK cGNpX2xpbmszOiA8QUNQSSBQQ0kgTGluayBMTktEPiBvbiBhY3BpMApwY2lfbGluazQ6IDxB Q1BJIFBDSSBMaW5rIExOS0U+IGlycSA1IG9uIGFjcGkwCnBjaV9saW5rNTogPEFDUEkgUENJ IExpbmsgTE5LRj4gaXJxIDkgb24gYWNwaTAKcGNpX2xpbms2OiA8QUNQSSBQQ0kgTGluayBM TktHPiBpcnEgNSBvbiBhY3BpMApwY2lfbGluazc6IDxBQ1BJIFBDSSBMaW5rIExOS0g+IGly cSA5IG9uIGFjcGkwClRpbWVjb3VudGVyICJBQ1BJLXNhZmUiIGZyZXF1ZW5jeSAzNTc5NTQ1 IEh6IHF1YWxpdHkgMTAwMAphY3BpX3RpbWVyMDogPDI0LWJpdCB0aW1lciBhdCAzLjU3OTU0 NU1Iej4gcG9ydCAweDgwOC0weDgwYiBvbiBhY3BpMApjcHUwOiA8QUNQSSBDUFU+IG9uIGFj cGkwCnA0dGNjMDogPENQVSBGcmVxdWVuY3kgVGhlcm1hbCBDb250cm9sPiBvbiBjcHUwCmNw dTE6IDxBQ1BJIENQVT4gb24gYWNwaTAKcDR0Y2MxOiA8Q1BVIEZyZXF1ZW5jeSBUaGVybWFs IENvbnRyb2w+IG9uIGNwdTEKYWNwaV9idXR0b24wOiA8UG93ZXIgQnV0dG9uPiBvbiBhY3Bp MApwY2liMDogPEFDUEkgSG9zdC1QQ0kgYnJpZGdlPiBwb3J0IDB4Y2Y4LTB4Y2ZmIG9uIGFj cGkwCnBjaTA6IDxBQ1BJIFBDSSBidXM+IG9uIHBjaWIwCnBjaWIxOiA8QUNQSSBQQ0ktUENJ IGJyaWRnZT4gaXJxIDE2IGF0IGRldmljZSAxLjAgb24gcGNpMApwY2kxOiA8QUNQSSBQQ0kg YnVzPiBvbiBwY2liMQpwY2kwOiA8ZGlzcGxheSwgVkdBPiBhdCBkZXZpY2UgMi4wIChubyBk cml2ZXIgYXR0YWNoZWQpCnBjaTA6IDxkaXNwbGF5PiBhdCBkZXZpY2UgMi4xIChubyBkcml2 ZXIgYXR0YWNoZWQpCnBjaWIyOiA8QUNQSSBQQ0ktUENJIGJyaWRnZT4gaXJxIDE2IGF0IGRl dmljZSAyOC4wIG9uIHBjaTAKcGNpMjogPEFDUEkgUENJIGJ1cz4gb24gcGNpYjIKYmdlMDog PEJyb2FkY29tIEJDTTU3NTEgR2lnYWJpdCBFdGhlcm5ldCwgQVNJQyByZXYuIDB4NDAwMT4g bWVtIDB4ZGZjZjAwMDAtMHhkZmNmZmZmZiBpcnEgMTYgYXQgZGV2aWNlIDAuMCBvbiBwY2ky Cm1paWJ1czA6IDxNSUkgYnVzPiBvbiBiZ2UwCmJyZ3BoeTA6IDxCQ001NzUwIDEwLzEwMC8x MDAwYmFzZVRYIFBIWT4gb24gbWlpYnVzMApicmdwaHkwOiAgMTBiYXNlVCwgMTBiYXNlVC1G RFgsIDEwMGJhc2VUWCwgMTAwYmFzZVRYLUZEWCwgMTAwMGJhc2VUWCwgMTAwMGJhc2VUWC1G RFgsIGF1dG8KYmdlMDogRXRoZXJuZXQgYWRkcmVzczogMDA6MTE6NDM6YWE6NzE6NzIKcGNp YjM6IDxBQ1BJIFBDSS1QQ0kgYnJpZGdlPiBpcnEgMTcgYXQgZGV2aWNlIDI4LjEgb24gcGNp MApwY2kzOiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liMwp1aGNpMDogPEludGVsIDgyODAxRkIv RlIvRlcvRlJXIChJQ0g2KSBVU0IgY29udHJvbGxlciBVU0ItQT4gcG9ydCAweGZmODAtMHhm ZjlmIGlycSAyMSBhdCBkZXZpY2UgMjkuMCBvbiBwY2kwCnVoY2kwOiBbR0lBTlQtTE9DS0VE XQp1c2IwOiA8SW50ZWwgODI4MDFGQi9GUi9GVy9GUlcgKElDSDYpIFVTQiBjb250cm9sbGVy IFVTQi1BPiBvbiB1aGNpMAp1c2IwOiBVU0IgcmV2aXNpb24gMS4wCnVodWIwOiBJbnRlbCBV SENJIHJvb3QgaHViLCBjbGFzcyA5LzAsIHJldiAxLjAwLzEuMDAsIGFkZHIgMQp1aHViMDog MiBwb3J0cyB3aXRoIDIgcmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQKdWhjaTE6IDxJbnRlbCA4 MjgwMUZCL0ZSL0ZXL0ZSVyAoSUNINikgVVNCIGNvbnRyb2xsZXIgVVNCLUI+IHBvcnQgMHhm ZjYwLTB4ZmY3ZiBpcnEgMjIgYXQgZGV2aWNlIDI5LjEgb24gcGNpMAp1aGNpMTogW0dJQU5U LUxPQ0tFRF0KdXNiMTogPEludGVsIDgyODAxRkIvRlIvRlcvRlJXIChJQ0g2KSBVU0IgY29u dHJvbGxlciBVU0ItQj4gb24gdWhjaTEKdXNiMTogVVNCIHJldmlzaW9uIDEuMAp1aHViMTog SW50ZWwgVUhDSSByb290IGh1YiwgY2xhc3MgOS8wLCByZXYgMS4wMC8xLjAwLCBhZGRyIDEK dWh1YjE6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJsZSwgc2VsZiBwb3dlcmVkCnVoY2kyOiA8 SW50ZWwgODI4MDFGQi9GUi9GVy9GUlcgKElDSDYpIFVTQiBjb250cm9sbGVyIFVTQi1DPiBw b3J0IDB4ZmY0MC0weGZmNWYgaXJxIDE4IGF0IGRldmljZSAyOS4yIG9uIHBjaTAKdWhjaTI6 IFtHSUFOVC1MT0NLRURdCnVzYjI6IDxJbnRlbCA4MjgwMUZCL0ZSL0ZXL0ZSVyAoSUNINikg VVNCIGNvbnRyb2xsZXIgVVNCLUM+IG9uIHVoY2kyCnVzYjI6IFVTQiByZXZpc2lvbiAxLjAK dWh1YjI6IEludGVsIFVIQ0kgcm9vdCBodWIsIGNsYXNzIDkvMCwgcmV2IDEuMDAvMS4wMCwg YWRkciAxCnVodWIyOiAyIHBvcnRzIHdpdGggMiByZW1vdmFibGUsIHNlbGYgcG93ZXJlZAp1 aGNpMzogPEludGVsIDgyODAxRkIvRlIvRlcvRlJXIChJQ0g2KSBVU0IgY29udHJvbGxlciBV U0ItRD4gcG9ydCAweGZmMjAtMHhmZjNmIGlycSAyMyBhdCBkZXZpY2UgMjkuMyBvbiBwY2kw CnVoY2kzOiBbR0lBTlQtTE9DS0VEXQp1c2IzOiA8SW50ZWwgODI4MDFGQi9GUi9GVy9GUlcg KElDSDYpIFVTQiBjb250cm9sbGVyIFVTQi1EPiBvbiB1aGNpMwp1c2IzOiBVU0IgcmV2aXNp b24gMS4wCnVodWIzOiBJbnRlbCBVSENJIHJvb3QgaHViLCBjbGFzcyA5LzAsIHJldiAxLjAw LzEuMDAsIGFkZHIgMQp1aHViMzogMiBwb3J0cyB3aXRoIDIgcmVtb3ZhYmxlLCBzZWxmIHBv d2VyZWQKZWhjaTA6IDxFSENJIChnZW5lcmljKSBVU0IgMi4wIGNvbnRyb2xsZXI+IG1lbSAw eGZmYTgwODAwLTB4ZmZhODBiZmYgaXJxIDIxIGF0IGRldmljZSAyOS43IG9uIHBjaTAKZWhj aTA6IFtHSUFOVC1MT0NLRURdCnVzYjQ6IEVIQ0kgdmVyc2lvbiAxLjAKdXNiNDogY29tcGFu aW9uIGNvbnRyb2xsZXJzLCAyIHBvcnRzIGVhY2g6IHVzYjAgdXNiMSB1c2IyIHVzYjMKdXNi NDogPEVIQ0kgKGdlbmVyaWMpIFVTQiAyLjAgY29udHJvbGxlcj4gb24gZWhjaTAKdXNiNDog VVNCIHJldmlzaW9uIDIuMAp1aHViNDogSW50ZWwgRUhDSSByb290IGh1YiwgY2xhc3MgOS8w LCByZXYgMi4wMC8xLjAwLCBhZGRyIDEKdWh1YjQ6IDggcG9ydHMgd2l0aCA4IHJlbW92YWJs ZSwgc2VsZiBwb3dlcmVkCnVodWI1OiB2ZW5kb3IgMHgwNDI0IHByb2R1Y3QgMHhhNzAwLCBj bGFzcyA5LzAsIHJldiAyLjAwLzAuMDAsIGFkZHIgMgp1aHViNTogbXVsdGlwbGUgdHJhbnNh Y3Rpb24gdHJhbnNsYXRvcnMKdWh1YjU6IDQgcG9ydHMgd2l0aCA0IHJlbW92YWJsZSwgc2Vs ZiBwb3dlcmVkCnBjaWI0OiA8QUNQSSBQQ0ktUENJIGJyaWRnZT4gYXQgZGV2aWNlIDMwLjAg b24gcGNpMApwY2k0OiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liNApwY20wOiA8SW50ZWwgSUNI NiAoODI4MDFGQik+IHBvcnQgMHhlYzAwLTB4ZWNmZiwweGU4YzAtMHhlOGZmIG1lbSAweGRm ZWJmZTAwLTB4ZGZlYmZmZmYsMHhkZmViZmQwMC0weGRmZWJmZGZmIGlycSAyMyBhdCBkZXZp Y2UgMzAuMiBvbiBwY2kwCnBjbTA6IFtHSUFOVC1MT0NLRURdCnBjbTA6IDxBbmFsb2cgRGV2 aWNlcyBBRDE5ODFCIEFDOTcgQ29kZWM+CmlzYWIwOiA8UENJLUlTQSBicmlkZ2U+IGF0IGRl dmljZSAzMS4wIG9uIHBjaTAKaXNhMDogPElTQSBidXM+IG9uIGlzYWIwCmF0YXBjaTA6IDxJ bnRlbCBJQ0g2IFVETUExMDAgY29udHJvbGxlcj4gcG9ydCAweDFmMC0weDFmNywweDNmNiww eDE3MC0weDE3NywweDM3NiwweGZmYTAtMHhmZmFmIGlycSAxNiBhdCBkZXZpY2UgMzEuMSBv biBwY2kwCmF0YTA6IDxBVEEgY2hhbm5lbCAwPiBvbiBhdGFwY2kwCmF0YTE6IDxBVEEgY2hh bm5lbCAxPiBvbiBhdGFwY2kwCmF0YXBjaTE6IDxJbnRlbCBJQ0g2IFNBVEExNTAgY29udHJv bGxlcj4gcG9ydCAweGZlMDAtMHhmZTA3LDB4ZmUxMC0weGZlMTMsMHhmZTIwLTB4ZmUyNyww eGZlMzAtMHhmZTMzLDB4ZmVhMC0weGZlYWYgaXJxIDIwIGF0IGRldmljZSAzMS4yIG9uIHBj aTAKYXRhcGNpMTogZmFpbGVkIHRvIGVuYWJsZSBtZW1vcnkgbWFwcGluZyEKYXRhMjogPEFU QSBjaGFubmVsIDA+IG9uIGF0YXBjaTEKYXRhMzogPEFUQSBjaGFubmVsIDE+IG9uIGF0YXBj aTEKaWNoc21iMDogPFNNQnVzIGNvbnRyb2xsZXI+IHBvcnQgMHhlOGEwLTB4ZThiZiBpcnEg MTcgYXQgZGV2aWNlIDMxLjMgb24gcGNpMAppY2hzbWIwOiBbR0lBTlQtTE9DS0VEXQpzbWJ1 czA6IDxTeXN0ZW0gTWFuYWdlbWVudCBCdXM+IG9uIGljaHNtYjAKc21iMDogPFNNQnVzIGdl bmVyaWMgSS9PPiBvbiBzbWJ1czAKZmRjMDogPGZsb3BweSBkcml2ZSBjb250cm9sbGVyPiBw b3J0IDB4M2YwLTB4M2Y1LDB4M2Y3IGlycSA2IGRycSAyIG9uIGFjcGkwCmZkYzA6IFtGQVNU XQpmZDA6IDwxNDQwLUtCIDMuNSIgZHJpdmU+IG9uIGZkYzAgZHJpdmUgMApwcGMwOiA8RUNQ IHBhcmFsbGVsIHByaW50ZXIgcG9ydD4gcG9ydCAweDM3OC0weDM3ZiwweDc3OC0weDc3ZiBp cnEgNyBkcnEgMSBvbiBhY3BpMApwcGMwOiBTTUMtbGlrZSBjaGlwc2V0IChFQ1AvRVBQL1BT Mi9OSUJCTEUpIGluIENPTVBBVElCTEUgbW9kZQpwcGMwOiBGSUZPIHdpdGggMTYvMTYvOCBi eXRlcyB0aHJlc2hvbGQKcHBidXMwOiA8UGFyYWxsZWwgcG9ydCBidXM+IG9uIHBwYzAKbHB0 MDogPFByaW50ZXI+IG9uIHBwYnVzMApscHQwOiBJbnRlcnJ1cHQtZHJpdmVuIHBvcnQKc2lv MDogPDE2NTUwQS1jb21wYXRpYmxlIENPTSBwb3J0PiBwb3J0IDB4M2Y4LTB4M2ZmIGlycSA0 IGZsYWdzIDB4MTAgb24gYWNwaTAKc2lvMDogdHlwZSAxNjU1MEEKc2lvMTogPDE2NTUwQS1j b21wYXRpYmxlIENPTSBwb3J0PiBwb3J0IDB4MmY4LTB4MmZmIGlycSAzIG9uIGFjcGkwCnNp bzE6IHR5cGUgMTY1NTBBCnBtdGltZXIwIG9uIGlzYTAKb3JtMDogPElTQSBPcHRpb24gUk9N cz4gYXQgaW9tZW0gMHhjMDAwMC0weGNhN2ZmLDB4Y2E4MDAtMHhjYmZmZiBvbiBpc2EwCmF0 a2JkYzA6IDxLZXlib2FyZCBjb250cm9sbGVyIChpODA0Mik+IGF0IHBvcnQgMHg2MCwweDY0 IG9uIGlzYTAKYXRrYmQwOiA8QVQgS2V5Ym9hcmQ+IGlycSAxIG9uIGF0a2JkYzAKa2JkMCBh dCBhdGtiZDAKYXRrYmQwOiBbR0lBTlQtTE9DS0VEXQpzYzA6IDxTeXN0ZW0gY29uc29sZT4g YXQgZmxhZ3MgMHgxMDAgb24gaXNhMApzYzA6IFZHQSA8OCB2aXJ0dWFsIGNvbnNvbGVzLCBm bGFncz0weDMwMD4KdmdhMDogPEdlbmVyaWMgSVNBIFZHQT4gYXQgcG9ydCAweDNjMC0weDNk ZiBpb21lbSAweGEwMDAwLTB4YmZmZmYgb24gaXNhMApmYjAgYXQgdmdhMAp1bXMwOiBMb2dp dGVjaCBPcHRpY2FsIFVTQiBNb3VzZSwgcmV2IDIuMDAvMy40MCwgYWRkciAyLCBpY2xhc3Mg My8xCnVtczA6IDMgYnV0dG9ucyBhbmQgWiBkaXIuCnVrYmQwOiBERUxMIERFTEwgVVNCIEtl eWJvYXJkLCByZXYgMS4xMC8xLjAwLCBhZGRyIDMsIGljbGFzcyAzLzEKa2JkMSBhdCB1a2Jk MAp1aGlkMDogREVMTCBERUxMIFVTQiBLZXlib2FyZCwgcmV2IDEuMTAvMS4wMCwgYWRkciAz LCBpY2xhc3MgMy8xClRpbWVjb3VudGVycyB0aWNrIGV2ZXJ5IDEuMzMzIG1zZWMKRmFzdCBJ UHNlYzogSW5pdGlhbGl6ZWQgU2VjdXJpdHkgQXNzb2NpYXRpb24gUHJvY2Vzc2luZy4KYWNk MDogRFZEUk9NIDxITC1EVC1TVERWRC1ST00gR0RSODE2M0IvMEQyMD4gYXQgYXRhMC1tYXN0 ZXIgVURNQTMzCmFjZDE6IERWRFIgPE5FQyBEVkQrLy1SVyBORC0zNDUwQS8xMDJCPiBhdCBh dGEwLXNsYXZlIFVETUEzMwphZDQ6IDE1MjU4N01CIDxTZWFnYXRlIFNUMzE2MDAyM0FTIDgu MTI+IGF0IGF0YTItbWFzdGVyIFNBVEExNTAKR0VPTV9MQUJFTDogTGFiZWwgZm9yIHByb3Zp ZGVyIGFjZDEgaXMgaXNvOTY2MC9DRFJPTS4KbGFwaWMxOiBGb3JjaW5nIExJTlQxIHRvIGVk Z2UgdHJpZ2dlcgpTTVA6IEFQIENQVSAjMSBMYXVuY2hlZCEKY2QwIGF0IGF0YTAgYnVzIDAg dGFyZ2V0IDAgbHVuIDAKY2QwOiA8SEwtRFQtU1QgRFZELVJPTSBHRFI4MTYzQiAwRDIwPiBS ZW1vdmFibGUgQ0QtUk9NIFNDU0ktMCBkZXZpY2UgCmNkMDogMzMuMDAwTUIvcyB0cmFuc2Zl cnMKY2QwOiBBdHRlbXB0IHRvIHF1ZXJ5IGRldmljZSBzaXplIGZhaWxlZDogTk9UIFJFQURZ LCBNZWRpdW0gbm90IHByZXNlbnQKY2QxIGF0IGF0YTAgYnVzIDAgdGFyZ2V0IDEgbHVuIDAK Y2QxOiA8X05FQyBEVkQrLVJXIE5ELTM0NTBBIDEwMkI+IFJlbW92YWJsZSBDRC1ST00gU0NT SS0wIGRldmljZSAKY2QxOiAzMy4wMDBNQi9zIHRyYW5zZmVycwpjZDE6IGNkIHByZXNlbnQg WzIyOTUxMDQgeCAyMDQ4IGJ5dGUgcmVjb3Jkc10KVHJ5aW5nIHRvIG1vdW50IHJvb3QgZnJv bSB1ZnM6L2Rldi9hZDRzMWEKYmdlMDogbGluayBzdGF0ZSBjaGFuZ2VkIHRvIFVQCg== --------------010901000201060107020606-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 13:06:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9B9B16A41F for ; Thu, 27 Oct 2005 13:06:37 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A8843D48 for ; Thu, 27 Oct 2005 13:06:37 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: by zproxy.gmail.com with SMTP id f1so327742nzc for ; Thu, 27 Oct 2005 06:06:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=NeaWr+tb7PMUTpnWaH2pLVY2iWd7pTUmpWLaiRgcd0FbtJdWDxoSrivMb7pbeAk0I5nHDYFT6aSPBu75lQJK9tAjiGPQu6jqVEXBvBYIxJWi0SED3TvE5jgT269No+z/N/3xGROk86n2uh4M1ZSMp9liRJevf9YzKhOoigdCoMQ= Received: by 10.36.74.9 with SMTP id w9mr1851162nza; Thu, 27 Oct 2005 06:06:36 -0700 (PDT) Received: by 10.36.147.16 with HTTP; Thu, 27 Oct 2005 06:06:36 -0700 (PDT) Message-ID: Date: Thu, 27 Oct 2005 09:06:36 -0400 From: Teo De Las Heras To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Unable to upgrade kdenetwork using portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 13:06:37 -0000 I'm running FreeBSD 5.4 on my dektop with X.org and KDE 3.4. I'm synchronizing my ports tree using cvsup. When I run the following command portupgrade -rR kdenetwork It fails because it is unable to upgrade the kdelibs. The error messages says to run -F to force. What is the consequence? Would it be simpler to run portupgrade -rR kde? Thanks, Teo From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 11:48:03 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D076816A420 for ; Thu, 27 Oct 2005 11:48:03 +0000 (GMT) (envelope-from bjrobilliard@iprimus.com.au) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5864843D48 for ; Thu, 27 Oct 2005 11:48:02 +0000 (GMT) (envelope-from bjrobilliard@iprimus.com.au) Received: by smtp01.syd.iprimus.net.au (7.2.065.1) id 4300EE7401A16122 for freebsd-questions@FreeBSD.org; Thu, 27 Oct 2005 21:48:01 +1000 Received: from [192.168.20.142] by cpms02.int.iprimus.net.au with HTTP; Thu, 27 Oct 2005 21:48:00 +1000 Date: Thu, 27 Oct 2005 21:48:00 +1000 Message-ID: <43298F0F0002C087@cpms02.int.iprimus.net.au> From: bjrobilliard@iprimus.com.au To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 27 Oct 2005 13:12:02 +0000 Cc: Subject: Product Ordering - Payment Methods and Overseas Postage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 11:48:03 -0000 Dear Sir/Madam, I was enquiring as to whether or not you sell official box sets. Is so, what are the contents of these sets? Are they manufactured media or are they just burnt CDs? Who sells these? Under which licence is FreeBSD released? Where can a copy of this be located on the web? When will FreeBSD version 6.0 be released? Yours faithfully, Bryce Robilliard From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 13:19:26 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4875C16A41F for ; Thu, 27 Oct 2005 13:19:26 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A9443D4C for ; Thu, 27 Oct 2005 13:19:25 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 48389 invoked by uid 89); 27 Oct 2005 23:19:25 +1000 Received: by simscan 1.1.0 ppid: 48359, pid: 48368, t: 1.6479s scanners: clamav: 0.86.1/m:33/d:984 spam: 3.0.4 Received: from unknown (HELO ?137.43.83.191?) (137.43.83.191) by 0 with SMTP; 27 Oct 2005 23:19:23 +1000 Message-ID: <4360D3DA.8050305@redry.net> Date: Thu, 27 Oct 2005 14:19:22 +0100 From: eoghan User-Agent: Thunderbird 1.4.1 (Windows/20051006) MIME-Version: 1.0 To: bjrobilliard@iprimus.com.au References: <43298F0F0002C087@cpms02.int.iprimus.net.au> In-Reply-To: <43298F0F0002C087@cpms02.int.iprimus.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, DEAR_SOMETHING autolearn=no version=3.0.4 Cc: freebsd-questions@FreeBSD.org Subject: Re: Product Ordering - Payment Methods and Overseas Postage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 13:19:26 -0000 bjrobilliard@iprimus.com.au wrote: Hi > Dear Sir/Madam, > > I was enquiring as to whether or not you sell official box sets. Is so, > what are the contents of these sets? Are they manufactured media or are > they just burnt CDs? Who sells these? > http://www.freebsdmall.com/cgi-bin/fm > Under which licence is FreeBSD released? Where can a copy of this be located > on the web? http://www.freebsd.org/copyright/freebsd-license.html > When will FreeBSD version 6.0 be released? http://www.freebsd.org/where.html#helptest Eoghan From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 13:38:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E37E16A41F for ; Thu, 27 Oct 2005 13:38:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56ED643D45 for ; Thu, 27 Oct 2005 13:38:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 27892 invoked from network); 27 Oct 2005 13:38:53 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 Oct 2005 13:38:53 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9504B2843A; Thu, 27 Oct 2005 09:38:52 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Jared Feider" References: <1130390632.00394525.1130379601@10.7.7.3> From: Lowell Gilbert Date: 27 Oct 2005 09:38:52 -0400 In-Reply-To: <1130390632.00394525.1130379601@10.7.7.3> Message-ID: <44r7a79j0z.fsf@be-well.ilk.org> Lines: 8 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: Console size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 27 Oct 2005 13:38:54 -0000 "Jared Feider" writes: > I am new to bsd. When I boot my dell Latitude C610 the console much smaller > than the full screen would allow. When I start X it does go full screen. I > know in Linux I could run lilo to change the console settings. What would > be the parallel in FreeBSD 5.4? vidcontrol(1)? From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 13:51:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B2816A41F for ; Thu, 27 Oct 2005 13:51:24 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id CA54D43D48 for ; Thu, 27 Oct 2005 13:51:23 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 27451 invoked by uid 502); 27 Oct 2005 13:51:22 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 27 Oct 2005 13:51:22 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <4360DB59.7010900@ywave.com> Date: Thu, 27 Oct 2005 06:51:21 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Andrew P." References: <17247.39311.203645.265116@jerusalem.litteratus.org> <200510262115.48144.krinklyfig@comcast.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Robert Huff , Joshua Tinnin , freebsd-questions@freebsd.org Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 13:51:24 -0000 Andrew P. wrote: > On 10/27/05, Joshua Tinnin wrote: > >>On Wed 26 Oct 05 09:18, "Andrew P." wrote: >> >>>On 10/26/05, Robert Huff wrote: >>> >>>>Andrew P. writes: >>>> >>>>> > file /usr/bin/man >>>>> > >>>>> > on my machine outputs: >>>>> > >>>>> > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version >>>>> > 1 (FreeBSD), for FreeBSD 5.4-CURRENT (rev 3), dynamically >>>>> > linked (uses shared libs), stripped >>>>> >>>>> Oh, it's just that file hasn't leared anything about >>>>> FreeBSD 6 yet, so it doesn't display version info >>>>> when run against my binaries. >>>> >>>> Curious. >>>> >>>>huff@> file /usr/bin/man >>>>/usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 >>>>(FreeBSD), for FreeBSD 7.0 (700003), dynamically linked (uses >>>>shared libs), stripped huff@> >>> >>>I tried both versions of file (base system and ports) >>>on 6.0 RC1, none showed any info about that >>>/usr/bin/man (or any other system binary I tried). >>> >>>On my firewall (5.4) it works. >> >>That's odd. Am on 6.0-RC1: >> >># uname -a >>FreeBSD smogmonster.local 6.0-RC1 FreeBSD 6.0-RC1 #0: Thu Oct 20 >>14:41:23 MDT 2005 >>krinklyfig@smogmonster.local:/usr/obj/usr/src/sys/MYKERNEL60 i386 >> >>% file /usr/bin/xargs >>/usr/bin/xargs: ELF 32-bit LSB executable, Intel 80386, version 1 >>(FreeBSD), for FreeBSD 6.0 (600034), dynamically linked (uses shared >>libs), stripped >> >>% file /usr/bin/man >>/usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 >>(FreeBSD), for FreeBSD 6.0 (600034), dynamically linked (uses shared >>libs), stripped >> >>% file /bin/echo >>/bin/echo: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), >>for FreeBSD 6.0 (600034), dynamically linked (uses shared libs), >>stripped >> >> >>I know I built valgrind just a few days ago: >> >>% file /usr/local/bin/valgrind >>/usr/local/bin/valgrind: ELF 32-bit LSB executable, Intel 80386, version >>1 (FreeBSD), for FreeBSD 6.0 (600034), statically linked, stripped >> >>vim, too: >> >>% file /usr/local/bin/vim >>/usr/local/bin/vim: ELF 32-bit LSB executable, Intel 80386, version 1 >>(FreeBSD), for FreeBSD 6.0 (600034), dynamically linked (uses shared >>libs), stripped >> >> >>I'm not sure what it means when this information isn't accessible, but >>I'd say it's symptomatic of another issue, and most likely it's not >>good. If you built from source, did you follow the procedure described >>in the handbook? >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html >> >>Not sure, but are you installing kernel after building world, and then >>installing world in single user? I've seen strange things happen if you >>don't do this procedure the right way. Of course, I'm just guessing, as >>I'm not at all sure what could be causing this problem or what your >>exact circumstances are. >> >>- jt >>_______________________________________________ >>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" >> > > > sat64% uname -a > FreeBSD sat64.net17 6.0-RC1 FreeBSD 6.0-RC1 #2: Fri Oct 14 22:57:08 MSD 2005 > sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386 > > sat64% file /usr/bin/xargs > /usr/bin/xargs: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dyn > amically linked (uses shared libs), stripped > > sat64% file /usr/bin/man > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynam > ically linked (uses shared libs), stripped > > sat64% file /bin/echo > /bin/echo: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamica > lly linked (uses shared libs), stripped > > sat64% file /usr/local/bin/waveplay > /usr/local/bin/waveplay: ELF 32-bit LSB executable, Intel 80386, version 1 (Free > BSD), dynamically linked (uses shared libs), stripped > > sat64% file /usr/local/lib/oss/bin/ossplay > /usr/local/lib/oss/bin/ossplay: ELF 32-bit LSB executable, Intel 80386, version > 1 (FreeBSD), dynamically linked (uses shared libs), stripped > > sat64% /usr/local/bin/file /usr/local/lib/oss/bin/ossplay > /usr/local/lib/oss/bin/ossplay: ELF 32-bit LSB executable, Intel 80386, version > 1 (FreeBSD), dynamically linked (uses shared libs), stripped > > > Maybe you're right. I never go to single-user when > upgrading. But then, I'm the only user and there are > not many processes. I'm not gonna worry anyway, > hope it's not a rootkit :-) I have a 5.4 system, /do/ go into single user when upgrading, and file does /not/ report FreeBSD version. I get the same output you do. It would be nice to know why this works on some systems and not on others. Micah From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 14:20:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AB9C16A420 for ; Thu, 27 Oct 2005 14:20:08 +0000 (GMT) (envelope-from yance_kowara@yahoo.com) Received: from web30312.mail.mud.yahoo.com (web30312.mail.mud.yahoo.com [68.142.201.230]) by mx1.FreeBSD.org (Postfix) with SMTP id CC81543D45 for ; Thu, 27 Oct 2005 14:20:07 +0000 (GMT) (envelope-from yance_kowara@yahoo.com) Received: (qmail 24883 invoked by uid 60001); 27 Oct 2005 14:20:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2nPcJPsUxdcQ0krjFGe36nThdUR2He/Q4LS3wr2oBlVCSOQhed1jOiAzDM+0SRrvTr+tCFrgh+8O4gyalUctIkQ6mknzrFhZnQF5gCVz3U5Z/FAAXBjx8XLzyW1vVWZhBwMC7kavet5abZwwRYaCrT8yNn3s7Q3L0D+1OBsqrL4= ; Message-ID: <20051027142007.24881.qmail@web30312.mail.mud.yahoo.com> Received: from [220.233.22.150] by web30312.mail.mud.yahoo.com via HTTP; Thu, 27 Oct 2005 07:20:06 PDT Date: Thu, 27 Oct 2005 07:20:06 -0700 (PDT) From: Yance Kowara To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: packet forwarding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 14:20:08 -0000 Hi all, What's the difference between gateway_enable="YES" in /etc/rc.conf and net.inet.ip.forwarding=1 in /etc/sysctl.conf Regards, Yance __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 14:41:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12F8016A41F for ; Thu, 27 Oct 2005 14:41:44 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3DF043D46 for ; Thu, 27 Oct 2005 14:41:43 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EV8wn-000C5P-Cc; Thu, 27 Oct 2005 18:41:41 +0400 Message-ID: <4360E718.4000201@speechpro.com> Date: Thu, 27 Oct 2005 18:41:28 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Yance Kowara , freebsd-questions@freebsd.org References: <20051027142007.24881.qmail@web30312.mail.mud.yahoo.com> In-Reply-To: <20051027142007.24881.qmail@web30312.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: packet forwarding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 14:41:44 -0000 Yance Kowara wrote: >Hi all, > >What's the difference between > >gateway_enable="YES" in /etc/rc.conf > >and > >net.inet.ip.forwarding=1 in /etc/sysctl.conf > >Regards, > > There are no differences, you can check this by greping gateway_enable in /etc/rc.d/*. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 14:43:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 961AB16A41F for ; Thu, 27 Oct 2005 14:43:56 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AD9443D45 for ; Thu, 27 Oct 2005 14:43:54 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j9REhrxj002768; Thu, 27 Oct 2005 09:43:53 -0500 (CDT) (envelope-from dan) Date: Thu, 27 Oct 2005 09:43:53 -0500 From: Dan Nelson To: Yance Kowara Message-ID: <20051027144353.GA5142@dan.emsphone.com> References: <20051027142007.24881.qmail@web30312.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051027142007.24881.qmail@web30312.mail.mud.yahoo.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: packet forwarding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 14:43:56 -0000 In the last episode (Oct 27), Yance Kowara said: > What's the difference between > > gateway_enable="YES" in /etc/rc.conf > > and > > net.inet.ip.forwarding=1 in /etc/sysctl.conf >From /etc/rc.d/routing: case ${gateway_enable} in [Yy][Ee][Ss]) echo -n ' IP gateway=YES' sysctl net.inet.ip.forwarding=1 >/dev/null ;; esac So the answer is: nothing, except that adding the line to sysctl.conf enables packet forwarding before interfaces are configured and other network variables are set, so you may get spurious "host unreachable" errors from systems trying to route through the box when it boots up. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 15:27:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77EE316A421 for ; Thu, 27 Oct 2005 15:27:20 +0000 (GMT) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id A69D443D49 for ; Thu, 27 Oct 2005 15:27:18 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Thu, 27 Oct 2005 17:27:15 +0200 id 00000033.4360F1D3.00003458 Date: Thu, 27 Oct 2005 17:27:15 +0200 From: dick hoogendijk To: freebsd-questions@freebsd.org Message-Id: <20051027172715.5e27498f.dick@nagual.st> In-Reply-To: <435D96C8.2040407@computer.org> References: <20051024190847.5b856678.dick@nagual.st> <435D96C8.2040407@computer.org> Organization: nagual X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.10; i386-portbld-freebsd4.11) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: /dev/kqemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 15:27:20 -0000 On Mon, 24 Oct 2005 21:22:00 -0500 Eric Schuele wrote: > dick hoogendijk wrote: > > I have found out that only the FIRST user that starts QEMU on ht > > computer gets support for kqemu accellaration. Even if he closes hiw > > qemu session and logs off, another NEW user can start QEMU but gets > > NO accel support. The above error is put on the screen. > > > > Hmmm... after reading this post... I wondered if that was the problem > I was experiencing. But I retested on RELENG_6, and I am not seeing > this behavior. > > Is that your 4.x or your 5.x machine behaving that way? Both. FreeBSD-4.11-stable and FreeBSD-5.4(latest patch) -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 15:28:18 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 546C216A439 for ; Thu, 27 Oct 2005 15:28:18 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: from web52711.mail.yahoo.com (web52711.mail.yahoo.com [206.190.48.234]) by mx1.FreeBSD.org (Postfix) with SMTP id D973743D46 for ; Thu, 27 Oct 2005 15:28:17 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: (qmail 16139 invoked by uid 60001); 27 Oct 2005 15:28:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=3GGwDU3oqf/gYj8nzfc2ApzQX+TGwB7u8t009gBPwyXKc7rMiPkN+sKU95mYeLXjKR6/iJWE1yF2EZOAV/VpAgyHYCQOv3PIUNlJ2/ne7YPLo0oZPRPAp0cFC/j4iTCY2BsQtItqSwSfoCNhFHCcdMaGhBNKrWkmm0a10cdeDQg= ; Message-ID: <20051027152817.16137.qmail@web52711.mail.yahoo.com> Received: from [216.210.226.206] by web52711.mail.yahoo.com via HTTP; Thu, 27 Oct 2005 08:28:17 PDT Date: Thu, 27 Oct 2005 08:28:17 -0700 (PDT) From: Kris Anderson To: "Gary W. Swearingen" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: questions@freebsd.org Subject: Re: Qwest DLS & MSN Premium & Linksys Router & FreeBSD.. Oh my X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 15:28:18 -0000 --- "Gary W. Swearingen" wrote: > Kris Anderson writes: > > > I'm getting off cable (Comcast and 6 megabits) and > > Good move. > > > Their fine print - > > Don't forget the finer print. "Invisible print" > might be a better > term; good luck even finding it before committing > yourself. More > below. > > > home phone pac kage ($24.99 otherwise), free > > Check out which "phone pac" that is. I doubt very > much if regular > phone service is considered to be a home phone pac; > I mangaged to find > (after considerable searching) their page for > ordering non-pac phone > service to get a 12.50 basic service (before more > than that in various > fees and taxes, one which seems to be part of > _their_ taxes -- grrr). > > > restrictions may apply. MSN ISP requires agreement > to > > MSN Acceptable Use Policy. > > Yeah, after considerable searching I found a "MSN > Subscription > Agreement" link at http://support.msn.com/ which > took me to a member > sign-in form. Do you really want to do business > with a company that > does business like that? > > > So am I right in still thinking that with MSN as > the > > ISP my setup it isn't going to be FreeBSD friendly > and > > that my spiffy little Comcast setup isn't going to > > work with MSN as the ISP? > > I can't help you; and I wouldn't help MSN if I > could. I know I > first bought a (used) modem that was "guaranteed" to > work with > Qwest and a non-MSFT ISP, but I later learned that > it would only > work with Qwest+MSN and had to pay a "restocking" > fee to get most > of my money back. Grrr. > > > I found what seems (in about 5 mo) to be a good ISP > at opusnet.com . > Relatively good contract terms and in actual > practice, so far. And > about as cheap as they come. > > > Note that _almost_ all ISPs have indemnity clauses > whereby you agree > to pay their legal and other costs if some third > party makes claims > against the ISP which involve you in any way, > whether or not you've > done anything wrong in most such clauses. Another > facter is how far > away the courthouse and your lawyer would be. > > Last time I looked, Quest had no indemnity clause > for their pure DSL > service, but they had one in their ISP contract and, > of course, MSN > does too. I say "of course", but I should note that > MSN.net is one of > increasingly-few web sites that has no indemnity > clause in the > site-use contract. Even such "open source" sites as > Slashdot have > them these days. I assume the risk of using such > sites in read-only > mode, but seldom, if ever, post anything to them. > BTW, my insurance > guy knows of no personal insurance against such > indemnity risks. > > > I bought a DSL modem at Fry's for about 10 $ more > than Qwest's, mostly > because Qwest has given me many reasons to dislike > and distrust them > and partly because my modem has a 2-yr guarantee. It > is a Zoom ADSL X5 > and seems to work fine and was easy to configure > once I got past some > problem that I had with Mozilla not accessing the > modem's > configuration web forms correctly. (I've already > forgotten the > cause.) Beware that the Zoom modem package says in > big print that it > comes with DSL filters and in fine print it says how > many it comes > with, which I didn't notice was _zero_. Grrr.) > > With the Zoom modem, at least, you may configure it > to run DHCP and > give the modem a fixed (eg, 10.something) IP address > or run DHCP on > whatever you connect to the modem. The Zoom X5 is > also a 4-port > router, but this one was not wireless like the Qwest > modem. > > > Finally, beware that a few weeks ago DSL providers > like Qwest got > permission (from the US gov) to refuse to do > business (after 2005, > IIRC) with good ISPs like opusnet.com, so don't be > suprised if your > choice in 2006 is between Qwest+MSN and > Comcast+Comcast. Grr. > > -- Grry > _______________________________________________ > 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" > Wowzers, I think I'll get a couple of tin cans and a string. Thanks Gary, and everybody else who replied. Most appreciated. ~Mr. Anderson __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 15:34:57 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF0EB16A41F for ; Thu, 27 Oct 2005 15:34:57 +0000 (GMT) (envelope-from kappa@rambler-co.ru) Received: from yam.park.rambler.ru (yam.park.rambler.ru [81.19.64.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDE243D46 for ; Thu, 27 Oct 2005 15:34:56 +0000 (GMT) (envelope-from kappa@rambler-co.ru) Received: from capella.park.rambler.ru (capella.park.rambler.ru [81.19.65.30]) by yam.park.rambler.ru (8.13.3/8.13.3) with ESMTP id j9RFYssa051742 for ; Thu, 27 Oct 2005 19:34:54 +0400 (MSD) (envelope-from kappa@rambler-co.ru) Received: by capella.park.rambler.ru (Postfix, from userid 1001) id 5FBA64272; Thu, 27 Oct 2005 19:36:26 +0400 (MSD) Date: Thu, 27 Oct 2005 19:36:26 +0400 From: Alex Kapranoff To: questions@freebsd.org Message-ID: <20051027153626.GA57281@capella.park.rambler.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 6.0-BETA5 i386 Organization: Inner Mongolia User-Agent: Mutt/1.5.11 Cc: Subject: packages for older 4.x systems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 15:34:57 -0000 Hello! I'm trying to install cvsup on an older system: 4.11-RELEASE-p3. `pkg_add -r cvsup-without-gui' fails so I downloaded this file manually: ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/net/cvsup-without-gui-16.1h_2.tgz pkg_add fails too: pkg_add: read_plist: bad command '@conflicts cvsup-[0-9]*' I tried to install ports/sysutils/pkg_install (that was pkg_install-20050720.tar.gz), but it didn't help. So the question is, how do I pkg_add official binary packages on a 4.11-p3 box? -- Alex Kapranoff, $n=["1another7Perl213Just3hacker49"=~/\d|\D*/g]; $$n[0]={grep/\d/,@$n};print"@$n{1..4}\n" From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 15:44:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E0A716A41F for ; Thu, 27 Oct 2005 15:44:11 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E5A43D46 for ; Thu, 27 Oct 2005 15:44:09 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 55CEDCD4914 for ; Thu, 27 Oct 2005 11:44:08 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Thu, 27 Oct 2005 11:44:08 -0400 X-Sasl-enc: lUbDa2ZjodJUZlg+q1fQSv4ESp7hZ9aaEDUr0+PaOZHz 1130427847 Received: from merkur (host-66-202-74-42.choiceone.net [66.202.74.42]) by frontend2.messagingengine.com (Postfix) with ESMTP id 0A27A57070D for ; Thu, 27 Oct 2005 11:44:06 -0400 (EDT) Received: by merkur (nbSMTP-1.00) for uid 1000 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) willmaier@ml1.net; Thu, 27 Oct 2005 10:44:10 -0500 (CDT) Date: Thu, 27 Oct 2005 10:44:08 -0500 From: Will Maier To: freebsd-questions@freebsd.org Message-ID: <20051027154408.GS29508@localdomain> Mail-Followup-To: freebsd-questions@freebsd.org References: <17247.39311.203645.265116@jerusalem.litteratus.org> <200510262115.48144.krinklyfig@comcast.net> <4360DB59.7010900@ywave.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4360DB59.7010900@ywave.com> User-Agent: Mutt/1.5.6+20040907i Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 15:44:11 -0000 On Thu, Oct 27, 2005 at 06:51:21AM -0700, Micah wrote: > I have a 5.4 system, /do/ go into single user when upgrading, and > file does /not/ report FreeBSD version. I get the same output you > do. It would be nice to know why this works on some systems and > not on others. Consider diff'ing the /usr/share/misc/magic file from a system that works and a system that doesn't work. I'd expect the difference to be evident there. It works find on all my machines, though. -- o--------------------------{ Will Maier }--------------------------o | jabber:..wcmaier@jabber.ccc.de | email:..........wcmaier@ml1.net | | \.........wcmaier@cae.wisc.edu | \..........wcmaier@cae.wisc.edu | *------------------[ BSD Unix: Live Free or Die ]------------------* From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 16:23:35 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C88C16A41F for ; Thu, 27 Oct 2005 16:23:35 +0000 (GMT) (envelope-from darren@thesessionsfamily.com) Received: from smtpout04-03.prod.mesa1.secureserver.net (smtpout04-03.prod.mesa1.secureserver.net [64.202.165.198]) by mx1.FreeBSD.org (Postfix) with SMTP id BA8FF43D53 for ; Thu, 27 Oct 2005 16:23:34 +0000 (GMT) (envelope-from darren@thesessionsfamily.com) Received: (qmail 24499 invoked from network); 27 Oct 2005 16:23:34 -0000 Received: from unknown (HELO gem-wbe06.prod.mesa1.secureserver.net) (64.202.189.38) by smtpout04-03.prod.mesa1.secureserver.net with SMTP; 27 Oct 2005 16:23:34 -0000 Received: (qmail 23398 invoked by uid 99); 27 Oct 2005 16:23:34 -0000 Date: Thu, 27 Oct 2005 09:23:34 -0700 From: Darren Sessions To: questions@FreeBSD.org Message-ID: <20051027092334.f752b3345df4733ff59d3dc14cd93d49.dc4fad03c7.wbe@email.email.secureserver.net> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Cc: Subject: Hardware Donation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 16:23:35 -0000 I am wondering if the FreeBSD project is in need of any server hardware. If so, I would like to make a donation. Thanks, - Darren From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 16:43:32 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D5616A41F for ; Thu, 27 Oct 2005 16:43:32 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAB0943D46 for ; Thu, 27 Oct 2005 16:43:22 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from pimout3-ext.prodigy.net (pimout3-int.prodigy.net [207.115.4.218]) by ylpvm29.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id j9RGhja4015642 for ; Thu, 27 Oct 2005 12:43:45 -0400 X-ORBL: [66.139.109.225] Received: from [192.168.1.25] (ppp-66-139-109-225.dsl.stlsmo.swbell.net [66.139.109.225]) by pimout3-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j9RGhFDG071066; Thu, 27 Oct 2005 12:43:20 -0400 Message-ID: <436103A2.9000603@mkproductions.org> Date: Thu, 27 Oct 2005 11:43:14 -0500 From: Mark Kane User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050928) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Darren Sessions References: <20051027092334.f752b3345df4733ff59d3dc14cd93d49.dc4fad03c7.wbe@email.email.secureserver.net> In-Reply-To: <20051027092334.f752b3345df4733ff59d3dc14cd93d49.dc4fad03c7.wbe@email.email.secureserver.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@FreeBSD.org Subject: Re: Hardware Donation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 16:43:32 -0000 Darren Sessions wrote: > I am wondering if the FreeBSD project is in need of any server hardware. > If so, I would like to make a donation. > > Thanks, > > - Darren Hi Darren. Here is a list of some hardware that the FreeBSD team is looking for: http://www.freebsd.org/donations/wantlist.html I think it's really nice to donate to such a great project, so I'm sure they will really appreciate your help :) -Mark From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 16:43:35 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B1EE16A41F for ; Thu, 27 Oct 2005 16:43:35 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA00443D45 for ; Thu, 27 Oct 2005 16:43:34 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so276284nzf for ; Thu, 27 Oct 2005 09:43:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=si5y3enU48RzYYc/WFqwHeAs2hNK2bwncJVTwpR5X7ieiDQweFMIgjGv+pYbM8/xHYJLWeN5QwGtHqasc9WKEB3EavP21xE1KzZpfcRgZTjzNxww5DhCU16KEJV7vDiSVB2PZViz4OSNjVfAq2Q5Xzb87ALrmKGPbcRYNwINizM= Received: by 10.36.250.8 with SMTP id x8mr2019156nzh; Thu, 27 Oct 2005 09:43:33 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Thu, 27 Oct 2005 09:43:33 -0700 (PDT) Message-ID: Date: Thu, 27 Oct 2005 20:43:33 +0400 From: "Andrew P." To: Darren Sessions In-Reply-To: <20051027092334.f752b3345df4733ff59d3dc14cd93d49.dc4fad03c7.wbe@email.email.secureserver.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051027092334.f752b3345df4733ff59d3dc14cd93d49.dc4fad03c7.wbe@email.email.secureserver.net> Cc: questions@freebsd.org Subject: Re: Hardware Donation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 16:43:35 -0000 On 10/27/05, Darren Sessions wrote: > I am wondering if the FreeBSD project is in need of any server hardware. > If so, I would like to make a donation. > > Thanks, > > - Darren > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > http://www.freebsd.org/donations/wantlist.html http://www.freebsd.org/donations/ From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 17:17:45 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FE1116A41F for ; Thu, 27 Oct 2005 17:17:45 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE0AD43D5A for ; Thu, 27 Oct 2005 17:17:43 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j9RHKSb13059; Thu, 27 Oct 2005 10:20:29 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Kris Anderson" , Date: Thu, 27 Oct 2005 10:17:40 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <20051025034730.36943.qmail@web52704.mail.yahoo.com> Importance: Normal Cc: Subject: RE: Qwest DLS & MSN Premium & Linksys Router & FreeBSD.. Oh my X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 17:17:45 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Kris Anderson >Sent: Monday, October 24, 2005 8:48 PM >To: questions@freebsd.org >Subject: Qwest DLS & MSN Premium & Linksys Router & FreeBSD.. Oh my > > >Hey folks, > >I'm getting off cable (Comcast and 6 megabits) and >either looking at Qwest DSL w/MSN premium or a service >called Clear Wire (Wireless internet). > > >Just to confirm, my guess is that this would not be >the service to go with since I would love to have my >spiffy Linksys Router (WRT-54G) hook to the DSL. And >to the WR54G the usual network systems of FreeBSD, and >misc Windows computers. > Not a problem many people on MSN do that. No static IP address, though. But consider a commercial ISP that provides service over the Qwest DSL network. You will get better service and tech support won't be scratching their head if you mention the word FreeSBD when you call in. Ted From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 17:40:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7E0C16A420 for ; Thu, 27 Oct 2005 17:40:29 +0000 (GMT) (envelope-from carstea.catalin@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DE0C43D45 for ; Thu, 27 Oct 2005 17:40:29 +0000 (GMT) (envelope-from carstea.catalin@gmail.com) Received: by xproxy.gmail.com with SMTP id i28so441714wxd for ; Thu, 27 Oct 2005 10:40:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ffJhXvNtlbosJi5ohoDqLMjgp1El6QPmcoetJFOhlkAy8IMnTX5u9NivygWGanlZVMpxTPn3Hla1Aie/icZZpVnedTPUqBY+lOIJXSyrL4C0AW9RvIAJrnNDbRcI/rPsjZ7HL1p+CwNhNE01hDb6MMLujSSBrAEuXJeQZv52dlY= Received: by 10.65.232.19 with SMTP id j19mr1797879qbr; Thu, 27 Oct 2005 10:40:28 -0700 (PDT) Received: by 10.65.122.20 with HTTP; Thu, 27 Oct 2005 10:40:27 -0700 (PDT) Message-ID: Date: Thu, 27 Oct 2005 10:40:27 -0700 From: Carstea Catalin To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Scan for viruses! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 17:40:29 -0000 Hi there! I want to scan all traffic going through wan - interface for viruses? Any recommendation? P.S: my freebsd box is router of my network! -- Any help would be greatly appreciated. regards, Carstea Catalin From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 17:42:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11C5E16A41F for ; Thu, 27 Oct 2005 17:42:30 +0000 (GMT) (envelope-from rob@motionpath.com) Received: from mta07-winn.ispmail.ntl.com (mta07-winn.ispmail.ntl.com [81.103.221.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ACDB43D45 for ; Thu, 27 Oct 2005 17:42:28 +0000 (GMT) (envelope-from rob@motionpath.com) Received: from aamta11-winn.ispmail.ntl.com ([81.103.221.35]) by mta07-winn.ispmail.ntl.com with ESMTP id <20051027174227.ZZMY21883.mta07-winn.ispmail.ntl.com@aamta11-winn.ispmail.ntl.com>; Thu, 27 Oct 2005 18:42:27 +0100 Received: from [10.0.1.87] (really [80.7.238.169]) by aamta11-winn.ispmail.ntl.com with ESMTP id <20051027174227.EVJV8786.aamta11-winn.ispmail.ntl.com@[10.0.1.87]>; Thu, 27 Oct 2005 18:42:27 +0100 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2DA7CC34-9DAF-4D75-B902-3834EC6015C4@motionpath.com> Content-Transfer-Encoding: 7bit From: Rob Pitt Date: Thu, 27 Oct 2005 18:42:14 +0100 To: Carstea Catalin X-Mailer: Apple Mail (2.734) Cc: freebsd-questions@freebsd.org Subject: Re: Scan for viruses! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 17:42:30 -0000 amavis On 27 Oct 2005, at 18:40, Carstea Catalin wrote: > Hi there! > I want to scan all traffic going through wan - interface for viruses? > Any recommendation? > P.S: my freebsd box is router of my network! > -- > Any help would be greatly appreciated. > regards, > Carstea Catalin > _______________________________________________ > 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 Thu Oct 27 18:12:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1545C16A41F for ; Thu, 27 Oct 2005 18:12:20 +0000 (GMT) (envelope-from ksambaiah@ksambaiah.net) Received: from mail1.0web-hosting.com (mail.0web-hosting.com [204.13.154.5]) by mx1.FreeBSD.org (Postfix) with SMTP id B016143D4C for ; Thu, 27 Oct 2005 18:12:19 +0000 (GMT) (envelope-from ksambaiah@ksambaiah.net) Received: (qmail 8150 invoked by uid 399); 27 Oct 2005 18:13:03 -0000 Received: from unknown (HELO ?192.168.1.2?) (ksambaiah@ksambaiah.net@61.17.56.82) by 5-154-13-204-dedicated.multacom.com with SMTP; 27 Oct 2005 18:13:03 -0000 Message-ID: <436118A9.1080409@ksambaiah.net> Date: Thu, 27 Oct 2005 23:42:57 +0530 From: Kilaru Sambaiah User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050810) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Carstea Catalin 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: Scan for viruses! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 18:12:20 -0000 Carstea Catalin wrote: >Hi there! >I want to scan all traffic going through wan - interface for viruses? >Any recommendation? >P.S: my freebsd box is router of my network! >-- >Any help would be greatly appreciated. >regards, >Carstea Catalin >_______________________________________________ > > All trafic? All ports? Http, ftp, smtp, pop3 etc If you have $$$, viruswall is the solution. sam From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 18:21:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D0716A41F for ; Thu, 27 Oct 2005 18:21:20 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 20A1343D48 for ; Thu, 27 Oct 2005 18:21:19 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 11852 invoked by uid 502); 27 Oct 2005 18:21:18 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 27 Oct 2005 18:21:18 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <43611A9D.6070304@ywave.com> Date: Thu, 27 Oct 2005 11:21:17 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Will Maier References: <17247.39311.203645.265116@jerusalem.litteratus.org> <200510262115.48144.krinklyfig@comcast.net> <4360DB59.7010900@ywave.com> <20051027154408.GS29508@localdomain> In-Reply-To: <20051027154408.GS29508@localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 18:21:20 -0000 Will Maier wrote: > On Thu, Oct 27, 2005 at 06:51:21AM -0700, Micah wrote: > >>I have a 5.4 system, /do/ go into single user when upgrading, and >>file does /not/ report FreeBSD version. I get the same output you >>do. It would be nice to know why this works on some systems and >>not on others. > > > Consider diff'ing the /usr/share/misc/magic file from a system that > works and a system that doesn't work. I'd expect the difference to > be evident there. > > It works find on all my machines, though. > I have two 5.4 systems, one's a 5.4-Release installed from Disk, the other's a 5.4-release-p7 upgraded from 5.3 via the procedures in the handbook. File on the former reports FreeBSD version, file on the latter does not. There appears to be only minor differences in magic files between the two machines. Copying the magic file from the working machine to the non-working machine and compiling it via file -c did not change anything. Copying the executable from the working machine to the non-working machine did nothing either. Note: alexis->5.4, trisha->5.4p7 alexis% file `which ethereal` /usr/X11R6/bin/ethereal: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 5.4, dynamically linked (uses shared libs), stripped trisha% file `which ethereal` /usr/X11R6/bin/ethereal: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), stripped Thanks, Micah From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 18:24:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0818516A41F for ; Thu, 27 Oct 2005 18:24:44 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B870943D48 for ; Thu, 27 Oct 2005 18:24:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 7C3001A3C2B; Thu, 27 Oct 2005 11:24:43 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6AA3B5129C; Thu, 27 Oct 2005 14:24:42 -0400 (EDT) Date: Thu, 27 Oct 2005 14:24:42 -0400 From: Kris Kennaway To: Rob Message-ID: <20051027182442.GA98037@xor.obsecurity.org> References: <43608D9F.9020207@speechpro.com> <20051027110055.93538.qmail@web36212.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline In-Reply-To: <20051027110055.93538.qmail@web36212.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: Igor Robul , freebsd-questions@freebsd.org Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? [FBSD/Xorg error?] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 18:24:44 -0000 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 27, 2005 at 04:00:55AM -0700, Rob wrote: > Here is the two points response from the grace > mailinglist: >=20 >=20 > 1. Because XOpenDisplay() causes dlerror() to be > set: > One of the FreeBSD X libraries is broken, > calling an inexisting libXcursor.so.1.0. >=20 > 2. The FreeBSD dynamic loader is broken, ignoring > unresolved references in DLLs both at > initialization and run time. >=20 >=20 > So is the libX11.so.6 on FreeBSD (or another) to be > blamed? Talk to the xorg maintainers (x11@FreeBSD.org). I suspect there are two problems: the libXcursor.so.1.0.2 reference in the x library, which should not be there, and a bug in xmgrace for not correctly handling dlerror(), as Igor has been explaining. xmgrace should be robust enough to handle the case of some other application having failed to dlopen() something, instead of assuming it has perfect knowledge of the program state. Kris --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDYRtqWry0BWjoQKURAlMSAKDU+nIvI+d7SAkm7jgKnw34Lp4zsACg03j4 IqwdsGdCaCKUFOvs7PyRVQg= =dOw/ -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 18:26:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1460816A420 for ; Thu, 27 Oct 2005 18:26:13 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A65343D58 for ; Thu, 27 Oct 2005 18:26:08 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 1C10C1A3C24; Thu, 27 Oct 2005 11:26:08 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 14A5B5129C; Thu, 27 Oct 2005 14:26:07 -0400 (EDT) Date: Thu, 27 Oct 2005 14:26:06 -0400 From: Kris Kennaway To: Teo De Las Heras Message-ID: <20051027182606.GB98037@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vGgW1X5XWziG23Ko" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: Unable to upgrade kdenetwork using portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 18:26:13 -0000 --vGgW1X5XWziG23Ko Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 27, 2005 at 09:06:36AM -0400, Teo De Las Heras wrote: > I'm running FreeBSD 5.4 on my dektop with X.org and KDE 3.4. > I'm synchronizing my ports tree using cvsup. > When I run the following command > portupgrade -rR kdenetwork > It fails because it is unable to upgrade the kdelibs. The error messages > says to run -F to force. It doesn't say that, it says a complete error message. What is it? > What is the consequence? > Would it be simpler to run portupgrade -rR kde? Read /usr/ports/UPDATING - there are special steps you need to go through when updating kde. Kris --vGgW1X5XWziG23Ko Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDYRu+Wry0BWjoQKURAg/WAKD6Eig64oY22C1l9SxaLiiHeCBcqACeOkLT 0n7SHQ7cttc1+XmgPQlzt6E= =FfsQ -----END PGP SIGNATURE----- --vGgW1X5XWziG23Ko-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 18:26:38 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27E1516A420 for ; Thu, 27 Oct 2005 18:26:38 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A14BF43D48 for ; Thu, 27 Oct 2005 18:26:35 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 608621A3C24; Thu, 27 Oct 2005 11:26:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5AECF51311; Thu, 27 Oct 2005 14:26:34 -0400 (EDT) Date: Thu, 27 Oct 2005 14:26:34 -0400 From: Kris Kennaway To: Alex Kapranoff Message-ID: <20051027182634.GC98037@xor.obsecurity.org> References: <20051027153626.GA57281@capella.park.rambler.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HG+GLK89HZ1zG0kk" Content-Disposition: inline In-Reply-To: <20051027153626.GA57281@capella.park.rambler.ru> User-Agent: Mutt/1.4.2.1i Cc: questions@freebsd.org Subject: Re: packages for older 4.x systems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 18:26:38 -0000 --HG+GLK89HZ1zG0kk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 27, 2005 at 07:36:26PM +0400, Alex Kapranoff wrote: > Hello! >=20 > I'm trying to install cvsup on an older system: 4.11-RELEASE-p3. >=20 > `pkg_add -r cvsup-without-gui' fails so I downloaded this file manually: > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/net/cvsup-= without-gui-16.1h_2.tgz >=20 > pkg_add fails too: > pkg_add: read_plist: bad command '@conflicts cvsup-[0-9]*' >=20 > I tried to install ports/sysutils/pkg_install (that was pkg_install-20050= 720.tar.gz), > but it didn't help. >=20 > So the question is, how do I pkg_add official binary packages on a > 4.11-p3 box? Stick to the 4.11-release packages, use ports, or update to 4.11-stable. Kris --HG+GLK89HZ1zG0kk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDYRvZWry0BWjoQKURAqXOAJ9EfLlE2gaGq0OSuJPID4vUUsXOQgCbB7Vw u/wjAD8S+avvFdS9ilR0V5E= =E0QA -----END PGP SIGNATURE----- --HG+GLK89HZ1zG0kk-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 18:31:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78BCF16A41F for ; Thu, 27 Oct 2005 18:31:06 +0000 (GMT) (envelope-from spammesilly@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49F8043D64 for ; Thu, 27 Oct 2005 18:31:02 +0000 (GMT) (envelope-from spammesilly@gmail.com) Received: by xproxy.gmail.com with SMTP id t8so537wxc for ; Thu, 27 Oct 2005 11:31:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lCGUbQ7OrUCEue7Me+6771IxncQ3MeSbGFWG52RdsLVO00iNJxsnrGhBnL0Qmt+n/lVVWSA+dkpOeb21ESoIRJ0TzNLDI1+VW8Nh1JmXqDaB665nLIwj+Y5vAd5Nt1GaScJulQUuxEBIhtAE3L6B9JVoZlW+3tOc5v6Pou483+s= Received: by 10.65.96.10 with SMTP id y10mr1838665qbl; Thu, 27 Oct 2005 11:31:01 -0700 (PDT) Received: by 10.65.196.13 with HTTP; Thu, 27 Oct 2005 11:31:01 -0700 (PDT) Message-ID: Date: Thu, 27 Oct 2005 14:31:01 -0400 From: Daniel Gonzalez To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Window scaling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 18:31:06 -0000 > > "Do you think that it is possible to modify parameters on the BSD box in > order to reach the same transfer rates than the Debian box with only one > connection ?" I would think there may be options you can pass to the ethernet driver via ifconfig or maybe adjusting net related sysctls. You could try this REDE2SRV# sysctl -h -a | grep 'net.*' That will give you a dump of network related tunable kernel parameters. Other than that, I would need to see a dmesg (or the relevant boot messages for you nic) Hope that helps -- Dan Gonzalez spammesilly@gmail.com IM: signulth From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 18:36:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BF2216A420 for ; Thu, 27 Oct 2005 18:36:24 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 5E01243D64 for ; Thu, 27 Oct 2005 18:36:20 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 12966 invoked by uid 502); 27 Oct 2005 18:36:19 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 27 Oct 2005 18:36:19 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <43611E22.5030408@ywave.com> Date: Thu, 27 Oct 2005 11:36:18 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Will Maier References: <17247.39311.203645.265116@jerusalem.litteratus.org> <200510262115.48144.krinklyfig@comcast.net> <4360DB59.7010900@ywave.com> <20051027154408.GS29508@localdomain> In-Reply-To: <20051027154408.GS29508@localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 18:36:24 -0000 Will Maier wrote: > On Thu, Oct 27, 2005 at 06:51:21AM -0700, Micah wrote: > >>I have a 5.4 system, /do/ go into single user when upgrading, and >>file does /not/ report FreeBSD version. I get the same output you >>do. It would be nice to know why this works on some systems and >>not on others. > > > Consider diff'ing the /usr/share/misc/magic file from a system that > works and a system that doesn't work. I'd expect the difference to > be evident there. > > It works find on all my machines, though. > Didn't think to check this until /after/ I started to make lunch. :) I copied ethereal from the working machine to the non-working machine. Using file on the copied ethereal gives me: trisha% file ethereal ethereal: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 5.4, dynamically linked (uses shared libs), stripped Conversly coping ethereal from the broken machine to the working machine I get: alexis% file ethereal ethereal: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), stripped In other words, it's not file that broken, but /every/ executable on the broken machine is broken. Now why would that be? A compiler flag or something? Later, Micah From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 18:52:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CC6216A41F for ; Thu, 27 Oct 2005 18:52:00 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 114EC43D46 for ; Thu, 27 Oct 2005 18:51:59 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 5A75DCD726D for ; Thu, 27 Oct 2005 14:51:58 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Thu, 27 Oct 2005 14:51:58 -0400 X-Sasl-enc: 06AKWvXJIe3gtlZRr8v5N83TV2HXWEszI5TTnRrb9Dl0 1130439117 Received: from merkur (host-66-202-74-42.choiceone.net [66.202.74.42]) by frontend2.messagingengine.com (Postfix) with ESMTP id EA28257070D for ; Thu, 27 Oct 2005 14:51:56 -0400 (EDT) Received: by merkur (nbSMTP-1.00) for uid 1000 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) willmaier@ml1.net; Thu, 27 Oct 2005 13:51:58 -0500 (CDT) Date: Thu, 27 Oct 2005 13:51:57 -0500 From: Will Maier To: freebsd-questions@freebsd.org Message-ID: <20051027185157.GV29508@localdomain> Mail-Followup-To: freebsd-questions@freebsd.org References: <17247.39311.203645.265116@jerusalem.litteratus.org> <200510262115.48144.krinklyfig@comcast.net> <4360DB59.7010900@ywave.com> <20051027154408.GS29508@localdomain> <43611E22.5030408@ywave.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43611E22.5030408@ywave.com> User-Agent: Mutt/1.5.6+20040907i Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 18:52:00 -0000 On Thu, Oct 27, 2005 at 11:36:18AM -0700, Micah wrote: > In other words, it's not file that broken, but /every/ executable > on the broken machine is broken. Now why would that be? A > compiler flag or something? Must be -- some flag produces unique bits in the executables. I'm a little surprised there isn't (AFAICT) anything descriptive in file(1)'s manpage or /u/s/mi/magic that would explain the discrepancy. Didn't see anything in quick looks through gcc(1) or make(1), either. Weird. -- o--------------------------{ Will Maier }--------------------------o | jabber:..wcmaier@jabber.ccc.de | email:..........wcmaier@ml1.net | | \.........wcmaier@cae.wisc.edu | \..........wcmaier@cae.wisc.edu | *------------------[ BSD Unix: Live Free or Die ]------------------* From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 18:58:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 134CA16A41F for ; Thu, 27 Oct 2005 18:58:13 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9CFF43D46 for ; Thu, 27 Oct 2005 18:58:12 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com[208.206.151.59]) by comcast.net (sccrmhc11) with ESMTP id <2005102718575101100aq2vse>; Thu, 27 Oct 2005 18:58:01 +0000 Message-ID: <4361231A.6060707@computer.org> Date: Thu, 27 Oct 2005 13:57:30 -0500 From: Eric Schuele User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dick hoogendijk References: <20051024190847.5b856678.dick@nagual.st> <435D96C8.2040407@computer.org> <20051027172715.5e27498f.dick@nagual.st> In-Reply-To: <20051027172715.5e27498f.dick@nagual.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: /dev/kqemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 18:58:13 -0000 dick hoogendijk wrote: > On Mon, 24 Oct 2005 21:22:00 -0500 > Eric Schuele wrote: > > >>dick hoogendijk wrote: > > >>>I have found out that only the FIRST user that starts QEMU on ht >>>computer gets support for kqemu accellaration. Even if he closes hiw >>>qemu session and logs off, another NEW user can start QEMU but gets >>>NO accel support. The above error is put on the screen. >>> >> >>Hmmm... after reading this post... I wondered if that was the problem >>I was experiencing. But I retested on RELENG_6, and I am not seeing >>this behavior. >> >>Is that your 4.x or your 5.x machine behaving that way? > > > Both. > FreeBSD-4.11-stable and FreeBSD-5.4(latest patch) > Wish I had a solution for you. FWIW... if you can find no other solution try the port maintainer. I did when I had difficulties... and he was very responsive and eager to assist. HTH. -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 19:20:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3681616A41F for ; Thu, 27 Oct 2005 19:20:35 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C97D43D48 for ; Thu, 27 Oct 2005 19:20:24 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so56027wxc for ; Thu, 27 Oct 2005 12:20:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MdZxrehRM2xTC7cpmJ54axgaN9YefiHMG8bK6PU9c5kxWTKXoZew6eZFMDP+dsnIz4c5XgoaIiogySJYqlv3o8YOWMqd0Cb2KNk/sm/Yhcgz0SLiu+6ms86Ly49xXlc0Dq0J9ES+KZ1vLI3AY/GyTRWd71ESlGnb5gmrCWJPYgA= Received: by 10.70.105.5 with SMTP id d5mr1421060wxc; Thu, 27 Oct 2005 12:20:16 -0700 (PDT) Received: by 10.70.104.18 with HTTP; Thu, 27 Oct 2005 12:20:16 -0700 (PDT) Message-ID: <35c231bf0510271220i2fb3de62g55a80f3d06f03355@mail.gmail.com> Date: Thu, 27 Oct 2005 12:20:16 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: freebsd-questions@freebsd.org In-Reply-To: <20051027185157.GV29508@localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <17247.39311.203645.265116@jerusalem.litteratus.org> <200510262115.48144.krinklyfig@comcast.net> <4360DB59.7010900@ywave.com> <20051027154408.GS29508@localdomain> <43611E22.5030408@ywave.com> <20051027185157.GV29508@localdomain> Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 19:20:35 -0000 On 10/27/05, Will Maier wrote: > Must be -- some flag produces unique bits in the executables. I'm a > little surprised there isn't (AFAICT) anything descriptive in > file(1)'s manpage or /u/s/mi/magic that would explain the > discrepancy. Didn't see anything in quick looks through gcc(1) or > make(1), either. > > Weird. It doesn't look like it's done in the magic file. Rather, it's something built in to file itself. Check out around line 400 of 'readelf.c'. This doesn't explain how it gets in to the binaries built, though. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 19:28:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80BE816A41F for ; Thu, 27 Oct 2005 19:28:24 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B721E43D49 for ; Thu, 27 Oct 2005 19:28:23 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 46364 invoked by uid 89); 28 Oct 2005 05:28:23 +1000 Received: by simscan 1.1.0 ppid: 46338, pid: 46351, t: 0.7752s scanners: clamav: 0.86.1/m:33/d:984 spam: 3.0.4 Received: from unknown (HELO ?192.168.1.34?) (213.202.152.161) by 0 with SMTP; 28 Oct 2005 05:28:22 +1000 Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: eoghan Date: Thu, 27 Oct 2005 20:28:12 +0100 X-Mailer: Apple Mail (2.734) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Subject: increasing mount size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 19:28:24 -0000 Hello My /var mount has no more space left. I was wondering if there is some way to increase the size of it without loosing anything? Thanks Eoghan From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 21:15:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFCC216A41F for ; Thu, 27 Oct 2005 21:15:31 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C3C43D45 for ; Thu, 27 Oct 2005 21:15:30 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr14.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9RLFTtb059848; Thu, 27 Oct 2005 23:15:29 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 4614EB84E; Thu, 27 Oct 2005 23:15:29 +0200 (CEST) Date: Thu, 27 Oct 2005 23:15:29 +0200 From: Roland Smith To: eoghan Message-ID: <20051027211529.GC2180@slackbox.xs4all.nl> Mail-Followup-To: eoghan , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q8BnQc91gJZX4vDc" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: increasing mount size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 21:15:31 -0000 --Q8BnQc91gJZX4vDc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 27, 2005 at 08:28:12PM +0100, eoghan wrote: > Hello > My /var mount has no more space left. I was wondering if there is =20 > some way to increase the size of it without loosing anything? That depends. If you have enough free space left on your harddrive, you could make a new slice, copy /var there, unmount the old /var, and remount the new /var. Another option is to copy everything in /var to another directory on another slice that has enough space, unmount /var and make it a symlink to the new location. All these tricks are best done in single user mode. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --Q8BnQc91gJZX4vDc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDYUNxEnfvsMMhpyURAimHAJsH7lE4t/0axj29g4NGBU3SIZY97QCglU2m TP5HZ0PnQx8WcMOdi00hTs4= =vWae -----END PGP SIGNATURE----- --Q8BnQc91gJZX4vDc-- From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 21:24:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B18316A41F for ; Thu, 27 Oct 2005 21:24:54 +0000 (GMT) (envelope-from cholland@redmoonbroadband.com) Received: from exchange.redmoonbroadband.com (exchange.redmoonbroadband.com [206.123.80.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE4A343D46 for ; Thu, 27 Oct 2005 21:24:51 +0000 (GMT) (envelope-from cholland@redmoonbroadband.com) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 27 Oct 2005 16:24:49 -0500 Message-ID: <4B3EE484EEA4F344BBB62F8316489986467D6F@corpsrv.RedMoon.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Apache::DBI Problems Thread-Index: AcXbPNzbRPR/P8zmSvKEQ0+XXdQU/g== From: "Cody Holland" To: Subject: Apache::DBI Problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 21:24:54 -0000 I'm having some major issues with perl site I'm trying to get working. I'm running FreeBSD 5.4 stable using Apache 2.0.55 and perl 5.8.7. The error I'm getting is: Can't locate object method "connect_on_init" via package "Apache::DBI" (perhaps you forgot to load "Apache::DBI"?) I do have=20 LoadModule perl_module libexec/apache2/mod_perl.so PerlModule Apache::DBI in my httpd.conf file. I'm pretty new to perl and have no idea what I've done wrong. Any help would greatly be appreciated. If you need more info from me, don't hesitate to ask. Thanks, Cody From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 21:29:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BE1E16A41F for ; Thu, 27 Oct 2005 21:29:17 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA60E43D45 for ; Thu, 27 Oct 2005 21:29:16 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.50] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9RLTLXD046577 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 27 Oct 2005 16:29:22 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=mime-version:content-transfer-encoding:message-id: content-type:to:from:subject:date:x-mailer:x-spam-status:x-spam-checker-version; b=LkE029FVcVW/xct87J7kvpt0QyIz+CE0Zeh1nEfYOLZd3QauCJTWgXS0mGhCKfu0s HjVGh/06/xuyQDd9pKXjg== Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: free bsd questions From: Eric F Crist Date: Thu, 27 Oct 2005 16:28:59 -0500 X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-4.6 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Subject: Hot-Swap HDD hardware recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 21:29:17 -0000 Hello list, I need a cost-effective solution for hot-swap hard drives. I'm currently using a removable drive cage available at any CompUSA, but it's standard IDE/ATA, which is, AFAIK, not hot-swappable. What kind of RAID hardware/software would I need so that I can hot swap hard drives? TIA _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 21:32:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2446216A41F for ; Thu, 27 Oct 2005 21:32:23 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B14043D5C for ; Thu, 27 Oct 2005 21:32:20 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so347543nzo for ; Thu, 27 Oct 2005 14:32:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FPoT7gKgql9VG/R0TTuFJp7k5RQtg1cUxbanMEozNH9qJYammjrzzu0RfsBITn9YH/tRF4z82uDWuq20H9Gg/2KPo7tkQ7X0Vv9UeaiKCaU8QgYYTc70/s55KsnjxJe7cfKc5ix+2t9Lhprhgzn4rkF0ZuaWKd3+req6EG9XpN8= Received: by 10.36.227.69 with SMTP id z69mr1872328nzg; Thu, 27 Oct 2005 14:32:19 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Thu, 27 Oct 2005 14:32:19 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 01:32:19 +0400 From: "Andrew P." To: eoghan In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: increasing mount size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 21:32:23 -0000 On 10/27/05, eoghan wrote: > Hello > My /var mount has no more space left. I was wondering if there is > some way to increase the size of it without loosing anything? > Thanks > Eoghan > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > FreeBSD default layout is very smart. What takes up so much in your /var? # du -s /var/* From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 22:03:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 830B516A421 for ; Thu, 27 Oct 2005 22:03:54 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id C466843D46 for ; Thu, 27 Oct 2005 22:03:53 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 64199 invoked by uid 89); 28 Oct 2005 08:03:53 +1000 Received: by simscan 1.1.0 ppid: 64122, pid: 64136, t: 3.5152s scanners: clamav: 0.86.1/m:33/d:984 spam: 3.0.4 Received: from unknown (HELO ?192.168.1.34?) (213.202.152.161) by 0 with SMTP; 28 Oct 2005 08:03:49 +1000 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: eoghan Date: Thu, 27 Oct 2005 23:03:47 +0100 To: Andrew P. X-Mailer: Apple Mail (2.734) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Cc: freebsd-questions@freebsd.org Subject: Re: increasing mount size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 22:03:54 -0000 On 27 Oct 2005, at 22:32, Andrew P. wrote: > On 10/27/05, eoghan wrote: > >> Hello >> My /var mount has no more space left. I was wondering if there is >> some way to increase the size of it without loosing anything? >> Thanks >> Eoghan >> _______________________________________________ >> 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 default layout is very smart. > > What takes up so much in your /var? > > # du -s /var/* That says: du: No match. im not sure :) but i was trying to add openoffice... i know its big. the size of my var is only 248MB, which is the same size as /tmp and ive only 2% left on that. its a 20GB hard drive - i suppose these days thats pretty small. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 22:07:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BDF016A41F for ; Thu, 27 Oct 2005 22:07:50 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from biodiesel.gaiahost.coop (biodiesel.gaiahost.coop [64.95.78.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE8EA43D46 for ; Thu, 27 Oct 2005 22:07:49 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from localhost (host-64-65-195-19.spr.choiceone.net [::ffff:64.65.195.19]) (AUTH: LOGIN mark@hubcapconsulting.com) by biodiesel.gaiahost.coop with esmtp; Thu, 27 Oct 2005 18:07:47 -0400 id 002540AB.43614FB4.000030E1 Received: by localhost (sSMTP sendmail emulation); Thu, 27 Oct 2005 18:07:49 -0400 Date: Thu, 27 Oct 2005 18:07:49 -0400 From: Mark Bucciarelli To: freebsd-questions@freebsd.org Message-ID: <20051027220749.GB428@rabbit> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: linux: command not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 22:07:50 -0000 I'm trying to load the linux kernel module to install java. When I type linux, I get a command not found error. Do I need to install a port or is this an issue with my kernel configuration? m From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 22:08:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F5AC16A41F for ; Thu, 27 Oct 2005 22:08:07 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B26E843D46 for ; Thu, 27 Oct 2005 22:08:06 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 68776 invoked by uid 89); 28 Oct 2005 08:08:06 +1000 Received: by simscan 1.1.0 ppid: 68757, pid: 68766, t: 0.5694s scanners: clamav: 0.86.1/m:33/d:984 spam: 3.0.4 Received: from unknown (HELO ?192.168.1.34?) (213.202.152.161) by 0 with SMTP; 28 Oct 2005 08:08:05 +1000 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5241ED1F-1488-467B-ACAD-128D5E36A5B4@redry.net> Content-Transfer-Encoding: 7bit From: eoghan Date: Thu, 27 Oct 2005 23:08:03 +0100 To: eoghan X-Mailer: Apple Mail (2.734) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Cc: "Andrew P." , freebsd-questions@freebsd.org Subject: Re: increasing mount size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 22:08:07 -0000 On 27 Oct 2005, at 23:03, eoghan wrote: >> >> FreeBSD default layout is very smart. >> >> What takes up so much in your /var? >> >> # du -s /var/* >> > > That says: > du: No match. > im not sure :) but i was trying to add openoffice... i know its > big. the size of my var is only 248MB, which > is the same size as /tmp and ive only 2% left on that. > its a 20GB hard drive - i suppose these days thats pretty small. oops! typo... sorry... output: nathaniel# du -s /var/* 2 /var/account 6 /var/at 8 /var/backups 4 /var/crash 4 /var/cron 71010 /var/db 2 /var/empty 2 /var/games 2 /var/gdm 2 /var/heimdal 6 /var/lib 720 /var/log 2 /var/mail 4 /var/msgs 38 /var/named 2 /var/preserve 42 /var/run 2 /var/rwho 24 /var/spool 4844 /var/tmp 20 /var/yp From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 22:22:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7032D16A41F for ; Thu, 27 Oct 2005 22:22:46 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0388E43D45 for ; Thu, 27 Oct 2005 22:22:45 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so124238wxc for ; Thu, 27 Oct 2005 15:22:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MslZsnIJQnVB78UhJB4HgNIb+EwXwPqWFz8C9ChwJ9B01TOP67iG5ZkZCnda8PfvhZvilc62ug1dRCruJ5nTflO390RT9nAgnJIbhEZtLVbv/A/hEAzIbTZ5/rGKn/jeV0qBA9erTo3YscF7mZZkuAihWqB1Fd8Ts4Lv8ye6JIk= Received: by 10.70.28.5 with SMTP id b5mr1516153wxb; Thu, 27 Oct 2005 15:22:45 -0700 (PDT) Received: by 10.70.104.18 with HTTP; Thu, 27 Oct 2005 15:22:45 -0700 (PDT) Message-ID: <35c231bf0510271522y65ad8864k15dac655433030f8@mail.gmail.com> Date: Thu, 27 Oct 2005 15:22:45 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: eoghan In-Reply-To: <5241ED1F-1488-467B-ACAD-128D5E36A5B4@redry.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5241ED1F-1488-467B-ACAD-128D5E36A5B4@redry.net> Cc: "Andrew P." , freebsd-questions@freebsd.org Subject: Re: increasing mount size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 22:22:46 -0000 On 10/27/05, eoghan wrote: > oops! typo... sorry... output: > nathaniel# du -s /var/* > 2 /var/account > 6 /var/at > 8 /var/backups > 4 /var/crash > 4 /var/cron > 71010 /var/db This is probably because the port uses /var/db/mysql as the database directory (not sure why since /var is pretty tiny). An easy "fix" is: mysqladmin shutdown mkdir /usr/local mv /var/db/mysql /usr/local/ ln -s /usr/local/mysql /var/db/mysql then start mysqld however it is you do that (mysql-server.sh start maybe?) From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 22:23:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA0916A420 for ; Thu, 27 Oct 2005 22:23:40 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E1AA43D6E for ; Thu, 27 Oct 2005 22:23:33 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so124525wxc for ; Thu, 27 Oct 2005 15:23:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QbUqxzjmkTVE67QF2+TNAlsFpHRE94yxGblJjm5VG6UfaOUcIZMeTjoKyTu8/7r98izYmY3TUMtGk2wDlL11dtQc7Ey89K85u19k5uPPNSlJv2yV8eOgNzqKKnqtyiVMYAKu8dJhcD0W42Y6o2I1IlLT4sqxEzOxdwYOwwL++DU= Received: by 10.70.62.2 with SMTP id k2mr1503222wxa; Thu, 27 Oct 2005 15:23:33 -0700 (PDT) Received: by 10.70.104.18 with HTTP; Thu, 27 Oct 2005 15:23:33 -0700 (PDT) Message-ID: <35c231bf0510271523nbe10726hb8132ead6494794@mail.gmail.com> Date: Thu, 27 Oct 2005 15:23:33 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: freebsd-questions@freebsd.org In-Reply-To: <20051027220749.GB428@rabbit> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051027220749.GB428@rabbit> Subject: Re: linux: command not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 22:23:40 -0000 On 10/27/05, Mark Bucciarelli wrote: > I'm trying to load the linux kernel module to install java. > > When I type linux, I get a command not found error. > > Do I need to install a port or is this an issue with my kernel > configuration? The "linux" script is no longer in FreeBSD -- you can load linux.ko by runn= ing: kldload /boot/kernel/linux.ko From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 22:36:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B8F16A41F for ; Thu, 27 Oct 2005 22:36:56 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B859043D48 for ; Thu, 27 Oct 2005 22:36:55 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 88082 invoked by uid 89); 28 Oct 2005 08:36:55 +1000 Received: by simscan 1.1.0 ppid: 88061, pid: 88072, t: 0.7571s scanners: clamav: 0.86.1/m:33/d:984 spam: 3.0.4 Received: from unknown (HELO ?192.168.1.34?) (213.202.152.161) by 0 with SMTP; 28 Oct 2005 08:36:54 +1000 In-Reply-To: <35c231bf0510271522y65ad8864k15dac655433030f8@mail.gmail.com> References: <5241ED1F-1488-467B-ACAD-128D5E36A5B4@redry.net> <35c231bf0510271522y65ad8864k15dac655433030f8@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: eoghan Date: Thu, 27 Oct 2005 23:36:52 +0100 To: David Kirchner X-Mailer: Apple Mail (2.734) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Cc: "Andrew P." , freebsd-questions@freebsd.org Subject: Re: increasing mount size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 22:36:56 -0000 On 27 Oct 2005, at 23:22, David Kirchner wrote: > On 10/27/05, eoghan wrote: > >> oops! typo... sorry... output: >> nathaniel# du -s /var/* >> 2 /var/account >> 6 /var/at >> 8 /var/backups >> 4 /var/crash >> 4 /var/cron >> 71010 /var/db >> > > This is probably because the port uses /var/db/mysql as the database > directory (not sure why since /var is pretty tiny). An easy "fix" is: > > mysqladmin shutdown > mkdir /usr/local > mv /var/db/mysql /usr/local/ > ln -s /usr/local/mysql /var/db/mysql > > then start mysqld however it is you do that (mysql-server.sh start > maybe?) Ah, thats much better now. Thank you. From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 22:39:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97EC616A41F for ; Thu, 27 Oct 2005 22:39:05 +0000 (GMT) (envelope-from freebsd@laws.ms) Received: from mail.laws.ms (pang.laws.ms [64.202.114.164]) by mx1.FreeBSD.org (Postfix) with SMTP id 2DBEF43D45 for ; Thu, 27 Oct 2005 22:39:05 +0000 (GMT) (envelope-from freebsd@laws.ms) Received: (qmail 84698 invoked by uid 399); 27 Oct 2005 22:39:04 -0000 Received: from unknown (HELO ?219.79.109.89?) (pang@laws.ms@219.79.109.89) by pang.laws.ms with SMTP; 27 Oct 2005 22:39:04 -0000 Message-ID: <436156FA.3080302@laws.ms> Date: Fri, 28 Oct 2005 06:38:50 +0800 From: Pang 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: libtool: link: `/hsphere/shared/lib/libiconv.la' is not a valid libtool archive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 22:39:05 -0000 Hello Everyone, I have tried to compile PHP4.4.0 and got the following error: grep: /hsphere/shared/lib/libiconv.la: No such file or directory sed: /hsphere/shared/lib/libiconv.la: No such file or directory libtool: link: `/hsphere/shared/lib/libiconv.la' is not a valid libtool archive I have tried to reinstall libtool and libiconv, but the problem is not fixed. Could you tell me which port install libiconv.la? My FreeBSD version is 5.4 Thanks Pang From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 22:49:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C645216A41F for ; Thu, 27 Oct 2005 22:49:17 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2705143D46 for ; Thu, 27 Oct 2005 22:49:16 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id j9RMnE38006564; Thu, 27 Oct 2005 18:49:14 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id j9RMnEs6006563; Thu, 27 Oct 2005 18:49:14 -0400 (EDT) From: Jerry McAllister Message-Id: <200510272249.j9RMnEs6006563@clunix.cl.msu.edu> To: freebsd@redry.net (eoghan) Date: Thu, 27 Oct 2005 18:49:14 -0400 (EDT) In-Reply-To: X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: increasing mount size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 22:49:17 -0000 > > Hello > My /var mount has no more space left. I was wondering if there is > some way to increase the size of it without loosing anything? This is a frequent question on the list. There might even be a FAQ on it. You might check. I know I have written numerous responses to essentially the same question. The first thing to do is find out what is using up all the space. In /var, it may well be log files that are outdated and can be thrown away, or stuff stuck in /var/spool that never goes anywhere, or something of that nature. To start checking, go in to that directory and run du(1) cd /var du -sk * Then if you see a directory that seems abnormally large, go in to it and run du again until you get a clearer picture of what is using the space and if it is something you need to keep or can just nuke. Presuming you need to keep enough of the stuff that it won't free up enough space for you, you have two options. One is to get a larger or additional disk. Another is to look for a existing file system that isn't getting much use. If you have enough extra space somewhere else such as in a /junk file system you made way back, just for something to do with extra space, then you can move the biggest consumers of space there and make symlinks. Lets say /var/spool is gobbling scads of space and you want to move it in to /junk Go to /junk and create a directory for it - say var.spool tar stuff up and move it check it for peace of mind make the symlink clean up cd /junk mkdir var.spool cd /var/spool tar cvpf /junk/varspool.tar * cd /junk/var.spool tar xvpf ../varspool.tar Look at stuff to make sure it is cool. cd /var mv spool spool.old ln -s /junk/var.spool spool Check things out some more. At this stage, it should all be working from the copy in /junk/var.spool If you do a cd /var/spool and then a pwd you should see that you are really in /junk/var.spool Then clean up. cd /var rm -rf spool.old cd /junk rm varspool.tar Voila - lots of space now in var and room for spool to grow as well. Note that the way I describe is somewhat due to lack of confidence in stuff. It results in three copies of /var/spool for a short time until you clean up. You could pipe the one tar in to another and it would work fine and leave you with just two copies until cleanup. I also explain it this way, because it is more straightforward to understand. If you add a disk, fdisk, disklabel/bsdlabel and newfs it to get a filesystem, then the process of moving some part of /var there is exactly the same. Only the names (of where you are putting it) change a little. If you add a disk and make a big file system on it just for /var then use dump(8) and restore(8) to move the old /var to the new file system and then just edit /etc/fstab so that the new file system gets mounted as /var instead of the old one. Let's presume your current /var is /dev/da0s1e. Let's also say you created a /dev/da1s1f (amongst possibly others) with lots of room and you want to put /var there. cd / mkdir tmpvar (Could probably use /mnt but I usually mount /dev/da1s1f /tmpvar already have that one tied up elsewhere) cd /tmpvar dump 0af - /var | restore rf - Then edit /etc/fstab so that the previous line: /dev/da0s1e /var ufs rw 2 2 Now looks like: /dev/da1s1f /var ufs rw 2 2 Then you remount /var umount /var mount /var I think you can just do mount -u /var Now it will be using the new one and you have some left over space on the old disk (/dev/da0s1e) to decide what to do with. You can use it as scratch space. cd / mkdir scratch mount /dev/da0s1e /scratch Make an /etc/fstab entry that looks like: /dev/da0s1e /scratch ufs rw 2 2 And it will mount on boot. If your current /var is not its own separately mounted filesystem - but really just a part of /root, which is most often the case, then you will not be able to use dump/restore to move stuff. You will need to use tar. But the rest is the same in that you create the new filesystem on the new disk. Then put stuff there like we did with tar above when moving just the /var/spool directory except you move the whole /var instead of just /var/spool. Then make the entry in /etc/fstab. But, before mounting it, rename the old /var and make a new mount point - somewhat like we did above when moving just /var/spool. cd / mv /var /var.old mkdir var mount /dev/da1s1f /var Now you can clean up the old space cd / rm -rf var.old That will automatically return all that space to the /root filesystem. ////jerry > Thanks > Eoghan From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 00:20:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A26516A41F for ; Fri, 28 Oct 2005 00:20:41 +0000 (GMT) (envelope-from jas@math.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F4F643D48 for ; Fri, 28 Oct 2005 00:20:39 +0000 (GMT) (envelope-from jas@math.jussieu.fr) Received: from riemann.math.jussieu.fr (riemann.math.jussieu.fr [134.157.13.3]) by shiva.jussieu.fr (8.13.5/jtpda-5.4) with ESMTP id j9S0Kd4x057017 for ; Fri, 28 Oct 2005 02:20:39 +0200 (CEST) X-Ids: 165 Received: from cantor.math.jussieu.fr (cantor.math.jussieu.fr [134.157.13.2]) by riemann.math.jussieu.fr (8.12.10/jtpda-5.4) with ESMTP id j9S0KbN3020397 for ; Fri, 28 Oct 2005 02:20:37 +0200 (CEST) Received: from cantor.math.jussieu.fr (jas@localhost [127.0.0.1]) by cantor.math.jussieu.fr (8.12.10/jtpda-5.4) with ESMTP id j9S0Kbe4036712 for ; Fri, 28 Oct 2005 02:20:37 +0200 (CEST) Received: (from jas@localhost) by cantor.math.jussieu.fr (8.12.10/8.12.10/Submit) id j9S0Kbni036711 for freebsd-questions@freebsd.org; Fri, 28 Oct 2005 02:20:37 +0200 (CEST) (envelope-from jas) Date: Fri, 28 Oct 2005 02:20:37 +0200 From: Albert Shih To: freebsd-questions@freebsd.org Message-ID: <20051028002037.GA34784@math.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.11 X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.53 on 134.157.13.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.2 (shiva.jussieu.fr [134.157.0.165]); Fri, 28 Oct 2005 02:20:39 +0200 (CEST) X-Antivirus: scanned by sophie at shiva.jussieu.fr X-Miltered: at shiva.jussieu.fr with ID 43616ED7.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Subject: Intel Mother card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shih@math.jussieu.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 00:20:41 -0000 Hi All I've a server under FreeBSD 5.4-stable. On front of this server I've red led. This led is on now, I'm sure this informe my there're a hardware problem. But I don't know what's wrong with this server. I search some software can check for my the hardware. The mother card is a Intel mothercard. The server is a Sun (I think V60) with Intel Xeon Anyone can help me ? Regards. -- Albert SHIH Universite de Paris 7 (Denis DIDEROT) U.F.R. de Mathematiques. 7 ième étage, plateau D, bureau 10 Heure local/Local time: Fri Oct 28 02:17:03 CEST 2005 From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 01:32:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B3C116A41F for ; Fri, 28 Oct 2005 01:32:41 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9B6343D49 for ; Fri, 28 Oct 2005 01:32:40 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by xproxy.gmail.com with SMTP id t8so137408wxc for ; Thu, 27 Oct 2005 18:32:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=my9u//GDCFLFRPRKz2AsA2uNQ0B43UdRDrD0bDOD4cvW0VUj0UAPFuXO0ht946nuy9JXsy1ypIAVazwbipr+MqAuiJVrJIeepqFfGxeYdt7US0TAZooTC+WnKs1dHPcX/mw0sX+xKeyc0m05yH/i+raMW7lU/LhZ2ruCDmmyg6U= Received: by 10.65.231.8 with SMTP id i8mr2049250qbr; Thu, 27 Oct 2005 18:32:40 -0700 (PDT) Received: by 10.65.154.4 with HTTP; Thu, 27 Oct 2005 18:32:40 -0700 (PDT) Message-ID: Date: Thu, 27 Oct 2005 21:32:40 -0400 From: John DeStefano To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 01:32:41 -0000 On 10/27/05, Andrew P. wrote: > On 10/27/05, John DeStefano wrote: > > > > After clearing out the ports, updating ports (with portsnap) and > > source, and rebuilding the system and kernel... it seemed the ultimate > > problem was actually a dependency of the package to apache1.3. After I > > ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1, but > > I still had trouble installing ports. > > > > 'portsdb -Uu' would not run, so I ran 'make fetchindex' and > > 'portupdate -a'. From what I've read, this _should_ create an index > > and update all out-of-date ports and their dependencies, but it never > > has worked for me. I just tried this combination again, and it > > (again) punts during portupdate. This time, 38 ports were skipped and > > 7 failed, the first failure being a strange compiler error in updating > > from apache-2.0.48. > > > > I've been fighting with ports for long enough now to have become a bit > > frustrated with them. If you have any thoughts or suggestions on how > > to troubleshoot them, please pass them on. > > > > Thanks, > > ~John > > > > Do not fix dependencies if you're not sure that they > are really broken. Don't use apache21 unless 2.0 > is absolutely inappropriate. The proper way to change > dependencies from apache1 to apache2 is to add > "WITH_APACHE2=3Dtrue" to /etc/make.conf (or to > /usr/local/etc/pkgtools.conf, but that's an advanced > topic). I wasn't really looking to upgrade to apache21, just to update my version (2.0.48) to any more current port, since other ports keep barking about it being out-of-date. I added the "WITH_APACHE2=3Dtrue" parameter, but when I try to upgrade my apache port, it seems to still be looking to the "wrong" version: ...Upgrading 'apache-2.0.48' to 'apache-2.1.4' (www/apache21) This process attempts to build and then consistently fails with the same error, which seems to my untrained eye like a C function error in httpd: ssl_engine_pphrase.c: In function `ssl_pphrase_Handle_CB': ssl_engine_pphrase.c:684: error: `PEM_F_DEF_CALLBACK' undeclared (first use in this function) ssl_engine_pphrase.c:684: error: (Each undeclared identifier is reported only once ssl_engine_pphrase.c:684: error: for each function it appears in.) *** Error code 1 Stop in /usr/ports/www/apache21/work/httpd-2.1.4-alpha/modules/ssl. *** Error code 1 Stop in /usr/ports/www/apache21/work/httpd-2.1.4-alpha/modules/ssl. *** Error code 1 Stop in /usr/ports/www/apache21/work/httpd-2.1.4-alpha/modules. *** Error code 1 Stop in /usr/ports/www/apache21/work/httpd-2.1.4-alpha. *** Error code 1 Stop in /usr/ports/www/apache21/work/httpd-2.1.4-alpha. *** Error code 1 Stop in /usr/ports/www/apache21. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade38050.3 make ** Fix the problem and try again. Apparently, this is an OpenSSL-related bug, and there's a "patch" availavble for it somewhere Is there a way to fix this without applying a patch? > If you have portsdb utility, don't use make fetchindex, > just add -F to portsdb: "portsdb -uUF" will work fine. "portsdb -uU" wasn't working for me for a while, but I finally got it going last night. Kris maintained that I should use "make fetchindex" instead of "portsdb -uU" before running "portupgrade -a", at least until my package installation dependencies were in better condition, at which time I could resume using "portsdb -uU". Problem is, "portupgrade -a" still isn't working to update all installed packages (most, but not all), regardless of whether it is preceded by "portsdb -uU" or "portupgrade -a". > You cann add -k to portupgrade, so that it doesn't > skip ports (but it won't fix the failed ones). > > John, you'll have to spend a few hours reading > ports documentation before you find them really > great (which they really are). I have no problem with reading as much documentation as I can find. Aside from the handbook (Chapter 4, which is a nice overview) and man pages (which are great for quick and complete reference), what else would you recommend for gaining a more detailed understanding? And I do already agree that the port system is great, even with all the trouble I'm having. Thanks. ~John From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 01:51:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C8DE16A41F for ; Fri, 28 Oct 2005 01:51:13 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F90B43D60 for ; Fri, 28 Oct 2005 01:51:08 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.50] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9S1pCho047387 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Thu, 27 Oct 2005 20:51:13 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=dE2TkRKYiiXVgNxoQ/cNIbapZ6fr5yaUqzuuqqrstp9xYqC2q//5+ALmPvlfcf17X aYL8ALufvweXimmZxGIkw== In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <0E2AAC01-B12D-4A7A-A986-B7A57DDDEDFF@secure-computing.net> Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Thu, 27 Oct 2005 20:49:43 -0500 To: John DeStefano X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-4.6 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 01:51:13 -0000 On Oct 27, 2005, at 8:32 PM, John DeStefano wrote: > On 10/27/05, Andrew P. wrote: > >> On 10/27/05, John DeStefano wrote: >> >>> >>> After clearing out the ports, updating ports (with portsnap) and >>> source, and rebuilding the system and kernel... it seemed the >>> ultimate >>> problem was actually a dependency of the package to apache1.3. >>> After I >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1, >>> but >>> I still had trouble installing ports. At this point, what usually works for me is to: #cd /usr && rm -rf ./ports #mkdir ./ports && cvsup /root/ports-supfile The above will delete your ENTIRE ports tree, provided it's kept in / usr/ports and as long as you use cvsup (and your ports supfile is / root/ports-supfile as mine is). When a whole bunch of ports stop working, I find this is the easiest thing to do. The other thing I do is run a cron job every week that updates, via cvsup, the ports tree. About once a year I perform the above, mostly to clean out the crap. Re-downloading your entire ports tree will be quicker if you don't use the ports-all tag and actually define which port segments you are interested in. For example, there's no real reason to download all the x11/kde/gnome crap if you're doing this on a headless server that isn't going to serve X. HTH _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 02:02:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8538316A41F for ; Fri, 28 Oct 2005 02:02:43 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFE9F43D45 for ; Fri, 28 Oct 2005 02:02:42 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so347508nzk for ; Thu, 27 Oct 2005 19:02:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=lNRbwmR29oZP+GdltzK/3IQnTgVQtDijvu2jChNVm8DEb+goiyOhu1y1X5pqNh9Bylgfwkr6k/JmnDZUh8ksQSkmO5F1yp9TS4wuNiq8hw7gNBYTE9tRjrPEXO0soUK5fbt9Virv34Dq6fuC+uKgsmZ3eDnjrKy6qbViIEgQxYg= Received: by 10.36.109.12 with SMTP id h12mr2902758nzc; Thu, 27 Oct 2005 19:02:41 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id p4sm1922224nzc.2005.10.27.19.02.40; Thu, 27 Oct 2005 19:02:41 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Thu, 27 Oct 2005 19:04:17 -0700 User-Agent: KMail/1.8.2 References: <0E2AAC01-B12D-4A7A-A986-B7A57DDDEDFF@secure-computing.net> In-Reply-To: <0E2AAC01-B12D-4A7A-A986-B7A57DDDEDFF@secure-computing.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510271904.17908.ringworm01@gmail.com> Cc: Eric F Crist , John DeStefano Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 02:02:44 -0000 On Thursday 27 October 2005 18:49, Eric F Crist wrote: > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote: > > On 10/27/05, Andrew P. wrote: > >> On 10/27/05, John DeStefano wrote: > >>> After clearing out the ports, updating ports (with portsnap) and > >>> source, and rebuilding the system and kernel... it seemed the > >>> ultimate > >>> problem was actually a dependency of the package to apache1.3. > >>> After I > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1, > >>> but > >>> I still had trouble installing ports. > > At this point, what usually works for me is to: > > #cd /usr && rm -rf ./ports > > #mkdir ./ports && cvsup /root/ports-supfile > > The above will delete your ENTIRE ports tree, provided it's kept in / > usr/ports and as long as you use cvsup (and your ports supfile is / > root/ports-supfile as mine is). When a whole bunch of ports stop > working, I find this is the easiest thing to do. > > The other thing I do is run a cron job every week that updates, via > cvsup, the ports tree. About once a year I perform the above, mostly > to clean out the crap. Re-downloading your entire ports tree will be > quicker if you don't use the ports-all tag and actually define which > port segments you are interested in. For example, there's no real > reason to download all the x11/kde/gnome crap if you're doing this on > a headless server that isn't going to serve X. > > HTH Replacing /usr/ports won't fix his problems, they reside in /var/db/pkg. I may be a bit biased but I reaaly think John D. should try running portmanager -u (ports/sysutils/portmanager). Stale dependencies is a non issue for portmanager. -Mike From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 03:11:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5024E16A41F for ; Fri, 28 Oct 2005 03:11:26 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id E1EC643D45 for ; Fri, 28 Oct 2005 03:11:25 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 14173 invoked by uid 502); 28 Oct 2005 03:11:24 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 28 Oct 2005 03:11:24 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <436196DB.9000408@ywave.com> Date: Thu, 27 Oct 2005 20:11:23 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Kirchner References: <17247.39311.203645.265116@jerusalem.litteratus.org> <200510262115.48144.krinklyfig@comcast.net> <4360DB59.7010900@ywave.com> <20051027154408.GS29508@localdomain> <43611E22.5030408@ywave.com> <20051027185157.GV29508@localdomain> <35c231bf0510271220i2fb3de62g55a80f3d06f03355@mail.gmail.com> In-Reply-To: <35c231bf0510271220i2fb3de62g55a80f3d06f03355@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 03:11:26 -0000 David Kirchner wrote: > On 10/27/05, Will Maier wrote: > >>Must be -- some flag produces unique bits in the executables. I'm a >>little surprised there isn't (AFAICT) anything descriptive in >>file(1)'s manpage or /u/s/mi/magic that would explain the >>discrepancy. Didn't see anything in quick looks through gcc(1) or >>make(1), either. >> >>Weird. > > > It doesn't look like it's done in the magic file. Rather, it's > something built in to file itself. Check out around line 400 of > 'readelf.c'. > > This doesn't explain how it gets in to the binaries built, though. Here's some more to think about. I have a simple cpp program I used to test something a while back. Running file on that executable returns: trisha% file floatpoint floatpoint: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 5.3.0, dynamically linked (uses shared libs), not stripped I just now recompiled with "c++ floatpoint.cpp" and now: trisha% file a.out a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), not stripped And compiled with same commandline on the "working" machine: alexis% file a.out a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 5.4, dynamically linked (uses shared libs), not stripped I looked at my "env", but I do not see /any/ compiler related variables set. Is there something up with the compiler itself? My processor? (Athlon64 in i386 mode) Later, Micah From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 04:24:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C16E16A41F for ; Fri, 28 Oct 2005 04:24:39 +0000 (GMT) (envelope-from nsrashmi@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E61143D49 for ; Fri, 28 Oct 2005 04:24:38 +0000 (GMT) (envelope-from nsrashmi@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so167862wxd for ; Thu, 27 Oct 2005 21:24:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=RHc+k+ez381+3SFK6OOUzdtoOa2k3yPZCmqtFA5YdbFhw7WWsmaE/q06pGb/lrZ6O1BHKXs7+AD4xsFSZ95diVdyI682vCe9+kNoXxyqy9iZsO7GHgz1/7Lxm0xEoiBD/1tSnKKUpzAQr6H8jiqJ3QMm2eRqbEPniWdDrqp521k= Received: by 10.65.218.3 with SMTP id v3mr2104529qbq; Thu, 27 Oct 2005 21:24:38 -0700 (PDT) Received: by 10.64.201.3 with HTTP; Thu, 27 Oct 2005 21:24:38 -0700 (PDT) Message-ID: <9f9993160510272124l258b96f8vf43558489d48e90f@mail.gmail.com> Date: Fri, 28 Oct 2005 09:54:38 +0530 From: rashmi ns To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: help needed to fix Filesystem inconsistensy error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 04:24:39 -0000 Hello List, As i were testing our kernel modules systems used to crash and reboot ofently it you used to prompt that filesystem was inconsistent .then we ran fsck_ffs /dev/ad0s1f and the filesystem was marked clean .When we did a similar thing on the other drive which was also inconsistent we could not fix the problem . i ran fsck_ffs -b X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E76C216A41F for ; Fri, 28 Oct 2005 04:26:36 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8144343D46 for ; Fri, 28 Oct 2005 04:26:34 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j9S4QO7o009185 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 28 Oct 2005 11:26:24 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j9S4QOtX065657; Fri, 28 Oct 2005 11:26:24 +0700 (ICT) Date: Fri, 28 Oct 2005 11:26:24 +0700 (ICT) Message-Id: <200510280426.j9S4QOtX065657@banyan.cs.ait.ac.th> From: Olivier Nicole To: questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: Subject: True Type fonts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 04:26:37 -0000 Hi, Is there any free source for True Type fonts (the common ones like Times and etc) in order to use them with PDFLib. TIA Olivier From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 04:57:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2262616A41F for ; Fri, 28 Oct 2005 04:57:56 +0000 (GMT) (envelope-from npacemo@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id B042643D48 for ; Fri, 28 Oct 2005 04:57:55 +0000 (GMT) (envelope-from npacemo@gmail.com) Received: by zproxy.gmail.com with SMTP id o37so401463nzf for ; Thu, 27 Oct 2005 21:57:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mMEKT47NW+9gbR4kpErOHHGq5j46C/utJmGt0Q4trZdLcXChK4jABggbgXCEGBFY4Uo06hSideEtpgQuaPl2Vr40lZH5gcBf+pHDqJFqZ8BodvFXUP94UXdlpMutmWEal7p8LUuO0dtacr6igKdEMi6qjaSrdCf1vjO4NcP9EbA= Received: by 10.36.3.19 with SMTP id 19mr2560891nzc; Thu, 27 Oct 2005 21:57:55 -0700 (PDT) Received: by 10.36.250.38 with HTTP; Thu, 27 Oct 2005 21:57:55 -0700 (PDT) Message-ID: <666bdb140510272157p1e848ef3r@mail.gmail.com> Date: Fri, 28 Oct 2005 07:57:55 +0300 From: Vladimir Tsvetkov To: Cody Holland In-Reply-To: <4B3EE484EEA4F344BBB62F8316489986467D6F@corpsrv.RedMoon.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4B3EE484EEA4F344BBB62F8316489986467D6F@corpsrv.RedMoon.local> Cc: freebsd-questions@freebsd.org Subject: Re: Apache::DBI Problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 04:57:56 -0000 > I'm having some major issues with perl site I'm trying to get working. > I'm running FreeBSD 5.4 stable using Apache 2.0.55 and perl 5.8.7. The > error I'm getting is: > Can't locate object method "connect_on_init" via package "Apache::DBI" > (perhaps you forgot to load "Apache::DBI"?) > > I do have > LoadModule perl_module libexec/apache2/mod_perl.so > PerlModule Apache::DBI > in my httpd.conf file. I'm pretty new to perl and have no idea what > I've done wrong. Any help would greatly be appreciated. If you need > more info from me, don't hesitate to ask. Maybe you should inspect the Perl script you're trying to run, and you should look for the following Perl statement: use Apache::DBI; I think it's also good to read the documentation for the Apache::DBI module in CPAN: http://search.cpan.org/~pgollucci/Apache-DBI-0.9901/DBI.pm You could also try to add PerlModule Apache::DBI # this comes before all other modules using DBI to start.pl. You should pay attention to the comment!!! THIS MODULE SHOULD BE LOADED BEFORE ALL OTHER MODULES USING DBI. What can you do next if you had configured everything correctly and the Perl scripts are OK? Maybe you just dont't have the Apache::DBI module installed on your machine, and you should download it and install it then: % perl -MCPAN -e "shell" install Apache::DBI Best Regards, CASIUS From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 05:54:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45DBB16A41F for ; Fri, 28 Oct 2005 05:54:23 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36214.mail.mud.yahoo.com (web36214.mail.mud.yahoo.com [209.191.68.240]) by mx1.FreeBSD.org (Postfix) with SMTP id DC3E743D46 for ; Fri, 28 Oct 2005 05:54:22 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 87745 invoked by uid 60001); 28 Oct 2005 05:54:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=WkTO1YGtht+59vOFIOlr2sJiFYIAnc2G0FtDeGG28Xv1YlH5DV6ILjH+u1UCun5ojh3MIt8AuQTU+utth6MSuo78Ml+n4q0CprgYp2k4CbAmB2x7ozd/JoDYOP/vhlSwtHgtecvU7yNduKRuu456LHfa2dESV8yzU09T5nnQ6g0= ; Message-ID: <20051028055421.87740.qmail@web36214.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36214.mail.mud.yahoo.com via HTTP; Thu, 27 Oct 2005 22:54:21 PDT Date: Thu, 27 Oct 2005 22:54:21 -0700 (PDT) From: Rob To: Igor Robul , FreeBSD questions In-Reply-To: <4361B914.1020800@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 05:54:23 -0000 --- Igor Robul wrote: > Rob wrote: > > >----------------------------------- > > XtAppContext app_con; > > Display *disp = NULL; > > char *display_name = NULL; > > > > XtSetLanguageProc(NULL, NULL, NULL); > > XtToolkitInitialize(); > > app_con = XtCreateApplicationContext(); > > > > disp = XOpenDisplay(display_name); > >----------------------------------- > > > >(I have simplified this code snippet a bit, for > >this example; also, grace uses Motif for its GUI). > > > >Before the XOpenDisplay() call, dlerror() does > >not have the error-indicator set, but after > >that call, it has. > > > > > I wrote simple program to test XOpenDisplay + > dlopen: > > #include > #include > #include > > main(int argc, char **argv) > { > Display *d; > void *handle; > void *f; > char *err; > > if ((err=dlerror()) != NULL) { > fprintf(stderr,"dlerror: %s\n", > err); > exit(1); > } > > d = XOpenDisplay(NULL); > if (d == NULL) { > fprintf(stderr, "Error in > XOpenDisplay\n"); > exit(1); > } > > if ((err=dlerror()) != NULL) { > fprintf(stderr, "dlerror: %s\n", err); > exit(1); > } > > XCloseDisplay(d); > > handle = dlopen(argv[1], RTLD_NOW); > if (handle == NULL) { > fprintf(stderr, "dlopen: %s\n", dlerror()); > exit(1); > } > > f = dlsym(handle, argv[2]); > if (f == NULL) { > fprintf(stderr, "dlsym: %s\n", dlerror()); > exit(1); > } > > dlclose(handle); > } > > Compile it with > gcc -o t t.c -I /usr/X11R6/include -L /usr/X11R6/lib > -lX11 > > Then test with: > ./t /usr/lib/libm.so pow > > Then > ./t /usr/lib/libm.so pow33 > dlsym: Undefined symbol "pow33" > > So as you can see on my system all looks good. Try > it on your system. > First: NULL return from dlsym() does not always imply an error. dlsym() can return NULL because it has an empty list, but this does not set the error indicator of dlerror(), because it is not an error. However, if an error occurs, dlsym() has NULL as a return (that's probably most sensible return). Second: I get different output than you, from this part of the program: d = XOpenDisplay(NULL); if (d == NULL) { fprintf(stderr, "Error in XOpenDisplay\n"); exit(1); } if ((err=(char *)dlerror()) != NULL) { fprintf(stderr, "dlerror: %s\n", err); exit(1); } I get here: dlerror: Shared object "nss_dns.so.1" not found, required by "t" So apparently dlerror() is set by XOpenDisplay(). Hmmm....yesterday I updated my world and kernel to most recent 5-Stable, and after that I recompiled all my ports. Still get this problem! This is my /etc/make.conf: ----------------------- CFLAGS= -O -pipe NOPROFILE=true NO_PF=true CUPS_OVERWRITE_BASE=yes NO_LPR=yes WITHOUT_NLS=yes WITHOUT_XFT=yes DOC_LANG=en_US.ISO8859-1 WITH_ASPELL=yes WITH_GTK2=yes WITH_GIMP=yes A4=yes WITH_X11=yes # added by use.perl 2005-10-26 14:20:09 PERL_VER=5.8.7 PERL_VERSION=5.8.7 ----------------------- Does that cause any problems? Rob. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 07:25:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6275116A420 for ; Fri, 28 Oct 2005 07:25:15 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1BC543D46 for ; Fri, 28 Oct 2005 07:25:14 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so406107nzo for ; Fri, 28 Oct 2005 00:25:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OWIp7ZPqodc9jZHaO6z/0UclsC/oKu2czVtX63U9PK7i5i3co8tERYiLrDk6u1LR2DGNkgfs5lkz2o6rCzk2pNT5Txq26MSGbpBOWIIfwatyxU6KwjPkCYI5R99jii8LCVKX3nOob+FDmcJAaOEgpZoXYAWZiTOe4rF3al7gl3M= Received: by 10.36.220.11 with SMTP id s11mr1283356nzg; Fri, 28 Oct 2005 00:25:14 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Fri, 28 Oct 2005 00:25:14 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 11:25:14 +0400 From: "Andrew P." To: "Michael C. Shultz" In-Reply-To: <200510271904.17908.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <0E2AAC01-B12D-4A7A-A986-B7A57DDDEDFF@secure-computing.net> <200510271904.17908.ringworm01@gmail.com> Cc: Eric F Crist , freebsd-questions@freebsd.org, John DeStefano Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 07:25:15 -0000 On 10/28/05, Michael C. Shultz wrote: > On Thursday 27 October 2005 18:49, Eric F Crist wrote: > > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote: > > > On 10/27/05, Andrew P. wrote: > > >> On 10/27/05, John DeStefano wrote: > > >>> After clearing out the ports, updating ports (with portsnap) and > > >>> source, and rebuilding the system and kernel... it seemed the > > >>> ultimate > > >>> problem was actually a dependency of the package to apache1.3. > > >>> After I > > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1, > > >>> but > > >>> I still had trouble installing ports. > > > > At this point, what usually works for me is to: > > > > #cd /usr && rm -rf ./ports > > > > #mkdir ./ports && cvsup /root/ports-supfile > > > > The above will delete your ENTIRE ports tree, provided it's kept in / > > usr/ports and as long as you use cvsup (and your ports supfile is / > > root/ports-supfile as mine is). When a whole bunch of ports stop > > working, I find this is the easiest thing to do. > > > > The other thing I do is run a cron job every week that updates, via > > cvsup, the ports tree. About once a year I perform the above, mostly > > to clean out the crap. Re-downloading your entire ports tree will be > > quicker if you don't use the ports-all tag and actually define which > > port segments you are interested in. For example, there's no real > > reason to download all the x11/kde/gnome crap if you're doing this on > > a headless server that isn't going to serve X. > > > > HTH > > Replacing /usr/ports won't fix his problems, they reside in /var/db/pkg. > I may be a bit biased but I reaaly think John D. should try running > portmanager -u (ports/sysutils/portmanager). Stale dependencies is a non > issue for portmanager. > > -Mike > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > I don't think that stale dependencies are an issue for portupgrade as well, just add "-O" to the command- line. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 07:27:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E2716A420 for ; Fri, 28 Oct 2005 07:27:38 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8E1A43D5C for ; Fri, 28 Oct 2005 07:27:23 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so405627nzd for ; Fri, 28 Oct 2005 00:27:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Px0Yc/UW3g1MK5wtADgaeLJFTsHenXrlVEKrTPQGEU6o/X0V7RRE2+YMyI8ZsCuGJ+/v8S1cyPup8NqUMR2mJX6ABYjO+nHkh1oRPkuGutKdNEQzjAwl3VVwAgnMNGMGZKnTE+qag2uoQr3t2Eaw03MkvKqL/kqhWHmxU70YHLs= Received: by 10.37.15.73 with SMTP id s73mr440nzi; Fri, 28 Oct 2005 00:27:23 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Fri, 28 Oct 2005 00:27:23 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 11:27:23 +0400 From: "Andrew P." To: Micah In-Reply-To: <436196DB.9000408@ywave.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510262115.48144.krinklyfig@comcast.net> <4360DB59.7010900@ywave.com> <20051027154408.GS29508@localdomain> <43611E22.5030408@ywave.com> <20051027185157.GV29508@localdomain> <35c231bf0510271220i2fb3de62g55a80f3d06f03355@mail.gmail.com> <436196DB.9000408@ywave.com> Cc: David Kirchner , freebsd-questions@freebsd.org Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 07:27:38 -0000 On 10/28/05, Micah wrote: > David Kirchner wrote: > > On 10/27/05, Will Maier wrote: > > > >>Must be -- some flag produces unique bits in the executables. I'm a > >>little surprised there isn't (AFAICT) anything descriptive in > >>file(1)'s manpage or /u/s/mi/magic that would explain the > >>discrepancy. Didn't see anything in quick looks through gcc(1) or > >>make(1), either. > >> > >>Weird. > > > > > > It doesn't look like it's done in the magic file. Rather, it's > > something built in to file itself. Check out around line 400 of > > 'readelf.c'. > > > > This doesn't explain how it gets in to the binaries built, though. > > Here's some more to think about. I have a simple cpp program I used to > test something a while back. Running file on that executable returns: > > trisha% file floatpoint > floatpoint: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), > for FreeBSD 5.3.0, dynamically linked (uses shared libs), not stripped > > I just now recompiled with "c++ floatpoint.cpp" and now: > trisha% file a.out > a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), > dynamically linked (uses shared libs), not stripped > > And compiled with same commandline on the "working" machine: > alexis% file a.out > a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for > FreeBSD 5.4, dynamically linked (uses shared libs), not stripped > > I looked at my "env", but I do not see /any/ compiler related variables > set. Is there something up with the compiler itself? My processor? > (Athlon64 in i386 mode) > > Later, > Micah > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Clearly, something has changed in the compiler suite. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 07:30:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C29416A420 for ; Fri, 28 Oct 2005 07:30:45 +0000 (GMT) (envelope-from i.tanusheff@procreditbank.bg) Received: from mail.procreditbank.bg (mail.procreditbank.bg [212.95.179.198]) by mx1.FreeBSD.org (Postfix) with SMTP id 1640843D48 for ; Fri, 28 Oct 2005 07:30:43 +0000 (GMT) (envelope-from i.tanusheff@procreditbank.bg) Received: (qmail 45094 invoked from network); 28 Oct 2005 10:30:41 +0300 Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 28 Oct 2005 10:30:41 +0300 Received: from proxy.procreditbank.bg ([127.0.0.1]) by localhost (mail.procreditbank.bg [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 41258-48 for ; Fri, 28 Oct 2005 10:30:40 +0300 (EEST) Received: (qmail 45082 invoked from network); 28 Oct 2005 07:30:40 -0000 Received: from unknown (HELO outmail.procreditbank.bg) (172.16.248.123) by mail.procreditbank.bg with SMTP; 28 Oct 2005 07:30:40 -0000 In-Reply-To: To: Teo De Las Heras MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 From: Ivailo Tanusheff Message-ID: Date: Fri, 28 Oct 2005 10:30:43 +0300 X-MIMETrack: Serialize by Router on DOMINO_HQ/PROCREDITBANK(Release 6.5.1|January 21, 2004) at 10/28/2005 10:30:39 AM, Serialize complete at 10/28/2005 10:30:39 AM X-Virus-Scanned: by amavisd-new using ClamAV at procreditbank.bg Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, owner-freebsd-questions@freebsd.org Subject: Re: Unable to upgrade kdenetwork using portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 07:30:45 -0000 You should upgrade kdelibs first :) But the better approach is to rebuild all the dependencies also, so you should use -R option. Maybe the version you are trying to upgrade from is too old and you should foce upgrade all the depends! Ivailo Tanusheff Senior System administrator ProCredit Bank (Bulgaria) AD Teo De Las Heras Sent by: owner-freebsd-questions@freebsd.org 10/27/2005 04:06 PM To freebsd-questions@freebsd.org cc Subject Unable to upgrade kdenetwork using portupgrade I'm running FreeBSD 5.4 on my dektop with X.org and KDE 3.4. I'm synchronizing my ports tree using cvsup. When I run the following command portupgrade -rR kdenetwork It fails because it is unable to upgrade the kdelibs. The error messages says to run -F to force. What is the consequence? Would it be simpler to run portupgrade -rR kde? Thanks, Teo _______________________________________________ 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 Fri Oct 28 07:35:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F244416A41F for ; Fri, 28 Oct 2005 07:35:01 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36210.mail.mud.yahoo.com (web36210.mail.mud.yahoo.com [209.191.68.236]) by mx1.FreeBSD.org (Postfix) with SMTP id 7C1CF43D46 for ; Fri, 28 Oct 2005 07:35:01 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 35406 invoked by uid 60001); 28 Oct 2005 07:35:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=n/omNyR/iWMsf/ro6VZtN1s7X1qerQzid9mbC4Qea4ha5mHkOvghIeusPWWbIbBG98iJQafj8axXrkrBVAZaQFkBiuNwAE/A9mWOXOtk1PzAjGI/UMVFhmMXJeJKAl7NReRrnnugGRSIAuQrdTsRPcTmM5PXiU1UGYCZVdKd5yk= ; Message-ID: <20051028073500.35399.qmail@web36210.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36210.mail.mud.yahoo.com via HTTP; Fri, 28 Oct 2005 00:35:00 PDT Date: Fri, 28 Oct 2005 00:35:00 -0700 (PDT) From: Rob To: Igor Robul , FreeBSD questions In-Reply-To: <4361C4C3.1080806@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 07:35:02 -0000 --- Igor Robul wrote: > Rob wrote: > > >--- Igor Robul wrote: > > > > > >First: > >NULL return from dlsym() does not always imply an > >error. dlsym() can return NULL because it has an > >empty list, but this does not set the error > >indicator of dlerror(), because it is not an error. > >However, if an error occurs, dlsym() has NULL as > >a return (that's probably most sensible return). > > > > > From manual page: > > The dlsym() function returns a null pointer if the > symbol cannot be > found, and sets an error condition > which may be queried with dlerror(). This is a matter of symantic and logic. I /can/ read this as follows: If the symbol cannot be found, then dlsym() returns a null pointer *AND* sets the error condition. However, dlsym() can also return the null pointer, *WITHOUT* setting the error condition. The latter case seems to be better specified in the Linux manpages of dlsym(). Hence the conflict between FreeBSD and Linux/Grace, I guess. Rob. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 08:13:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6360F16A41F for ; Fri, 28 Oct 2005 08:13:23 +0000 (GMT) (envelope-from gkatsanos@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA85A43D45 for ; Fri, 28 Oct 2005 08:13:22 +0000 (GMT) (envelope-from gkatsanos@gmail.com) Received: by nproxy.gmail.com with SMTP id o25so126816nfa for ; Fri, 28 Oct 2005 01:13:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:x-mailer:thread-index:x-mimeole:disposition-notification-to; b=PmZDRbYkz0ZKsu9HnSf0ceu0cdyzOuDYHZrfsuxTryQbaMTJSzdvai5PjEYRd5kVsZTgPmf7/wbAIIqEFwdKlwGMvtDIA8vtWo8ly2VyFO3CcoWIs4Mo/23kn5oR/cJ2+jeqvobNbturOIOC+HwRR+tZjk9JjJRnTdK3vPcQKY8= Received: by 10.48.255.4 with SMTP id c4mr6556nfi; Fri, 28 Oct 2005 00:46:52 -0700 (PDT) Received: from georgek ( [62.38.105.149]) by mx.gmail.com with ESMTP id z73sm6698nfb.2005.10.28.00.46.51; Fri, 28 Oct 2005 00:46:52 -0700 (PDT) From: "George Katsanos" To: Date: Fri, 28 Oct 2005 10:46:47 +0300 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcXbk7otwmzPCuQSQT6jmEaTGNU8Jw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 08:13:23 -0000 I have the same problem after a fresh 6.0 RC1 install . . . and I thought everything should work just fine..:( From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 08:27:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4199916A41F for ; Fri, 28 Oct 2005 08:27:12 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36214.mail.mud.yahoo.com (web36214.mail.mud.yahoo.com [209.191.68.240]) by mx1.FreeBSD.org (Postfix) with SMTP id D4DA243D45 for ; Fri, 28 Oct 2005 08:27:11 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 18914 invoked by uid 60001); 28 Oct 2005 08:27:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Oo6AJHYt+XJrgEMp7UgkeqCn/LZWE+72OaYGp/KTr4ACeqIVITDD7k2Ul5pf+1IN4Hg++Jed4TjrZMuWQBT2SDbxg7B9aho6JgngOVWy4UB+2P1w8QrtnT77jI63Wmi4WBEoEnxB+uiaez+72qJEq/uRYNJXmGtPC1Dt8opzSvk= ; Message-ID: <20051028082711.18912.qmail@web36214.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36214.mail.mud.yahoo.com via HTTP; Fri, 28 Oct 2005 01:27:11 PDT Date: Fri, 28 Oct 2005 01:27:11 -0700 (PDT) From: Rob To: Igor Robul , FreeBSD questions In-Reply-To: <4361DCA6.7030201@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: math/grace port: "libXcursor.so.1.0" not found ?? [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 08:27:12 -0000 --- Igor Robul wrote: > Rob wrote: > > >> > >>The dlsym() function returns a null pointer if the > >>symbol cannot be > >>found, and sets an error condition > >> which may be queried with dlerror(). > >> > >> > > > >This is a matter of symantic and logic. > > > >I /can/ read this as follows: > > > >If the symbol cannot be found, then dlsym() returns > >a null pointer *AND* sets the error condition. > > > > > Ok, English is not my native language, and I even > had not learned it in > school :-). Neither is it for me, though I had some English language classes at high school. However, I assume everybody to understand the language of logic and symantics when it comes to computer problems :). > >However, dlsym() can also return the null pointer, > >*WITHOUT* setting the error condition. The latter > >case seems to be better specified in the Linux > >manpages of dlsym(). Hence the conflict between > >FreeBSD and Linux/Grace, I guess. > > > > > Maybe. But I see conflict in using > previous/non-grace result from dlerror(), which > I think grace should not do. Indeed, so the proper way is to call dlerror() prior to a dlsym() call, to reset any previous error condition. Something like this: /* clear error condition */ dlerror(); /* use dlsym and check for error */ data = dlsym(....); if ( (error = dlerror()) != NULL ) { errmsg(error); return FAILURE; } Rob. __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 09:09:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51AFD16A420 for ; Fri, 28 Oct 2005 09:09:56 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp1.suscom.net (smtp1.suscom.net [64.78.119.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id B748C43D46 for ; Fri, 28 Oct 2005 09:09:55 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp1 [127.0.0.1]) by smtp1.suscom.net (Postfix) with ESMTP id A3D66D825D for ; Fri, 28 Oct 2005 05:09:54 -0400 (EDT) Received: from smtp1.suscom.net ([127.0.0.1]) by localhost (smtp1 [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 25370-05 for ; Fri, 28 Oct 2005 05:09:52 -0400 (EDT) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp1.suscom.net (Postfix) with SMTP id 641BED825B for ; Fri, 28 Oct 2005 05:09:52 -0400 (EDT) Received: from [192.168.0.2] (//gerard [192.168.0.2]) by seibercom.net (8.13.4/8.13.4) with ESMTP id j9S99pRp000725 for ; Fri, 28 Oct 2005 05:09:51 -0400 (EDT) (envelope-from gerard@seibercom.net) Date: Fri, 28 Oct 2005 05:09:52 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom.net In-Reply-To: References: <200510271904.17908.ringworm01@gmail.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20051028050719.D60E.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailer: Becky! ver. 2.22.02 [en] Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by amavisd-new .250 at suscom.net Subject: Re[2]: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 28 Oct 2005 09:09:56 -0000 On Friday, October 28, 2005 3:25:14 AM, "Andrew P." Subject: Re: portupgrade stale dependencies Wrote these words of wisdom: > On 10/28/05, Michael C. Shultz wrote: > > On Thursday 27 October 2005 18:49, Eric F Crist wrote: > > > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote: > > > > On 10/27/05, Andrew P. wrote: > > > >> On 10/27/05, John DeStefano wrote: > > > >>> After clearing out the ports, updating ports (with portsnap) an= d > > > >>> source, and rebuilding the system and kernel... it seemed the > > > >>> ultimate > > > >>> problem was actually a dependency of the package to apache1.3. > > > >>> After I > > > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.= 1, > > > >>> but > > > >>> I still had trouble installing ports. > > > > > > At this point, what usually works for me is to: > > > > > > #cd /usr && rm -rf ./ports > > > > > > #mkdir ./ports && cvsup /root/ports-supfile > > > > > > The above will delete your ENTIRE ports tree, provided it's kept in= / > > > usr/ports and as long as you use cvsup (and your ports supfile is / > > > root/ports-supfile as mine is). When a whole bunch of ports stop > > > working, I find this is the easiest thing to do. > > > > > > The other thing I do is run a cron job every week that updates, via > > > cvsup, the ports tree. About once a year I perform the above, most= ly > > > to clean out the crap. Re-downloading your entire ports tree will = be > > > quicker if you don't use the ports-all tag and actually define whic= h > > > port segments you are interested in. For example, there's no real > > > reason to download all the x11/kde/gnome crap if you're doing this = on > > > a headless server that isn't going to serve X. > > > > > > HTH > > > > Replacing /usr/ports won't fix his problems, they reside in /var/db/p= kg. > > I may be a bit biased but I reaaly think John D. should try running > > portmanager -u (ports/sysutils/portmanager). Stale dependencies is a= non > > issue for portmanager. > > > > -Mike > > > I don't think that stale dependencies are an issue for > portupgrade as well, just add "-O" to the command- > line. ***** REPLY SEPARATOR ***** On 10/11/2005 5:29:42 PM, Gerard Replied: Personally, I feel that portmanager does a much better job of updating without the problems that seem to crop up so often using portupgrade. Just my 2=C2=A2. --=20 A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 10:18:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77F3D16A41F for ; Fri, 28 Oct 2005 10:18:06 +0000 (GMT) (envelope-from yance_kowara@yahoo.com) Received: from web30315.mail.mud.yahoo.com (web30315.mail.mud.yahoo.com [68.142.201.233]) by mx1.FreeBSD.org (Postfix) with SMTP id E2FBB43D46 for ; Fri, 28 Oct 2005 10:18:05 +0000 (GMT) (envelope-from yance_kowara@yahoo.com) Received: (qmail 72695 invoked by uid 60001); 28 Oct 2005 10:18:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=nmO535c494bwdt8FAFWwytZqON94cGCMUKsB2GKBhI61r+nhjU2c5BNuMtoiTdFgydfw5IRiT0FnS0TnHOfbIGEED562ofi6OD37Ao9SXN3CPVaCzy1aniPTzaI3zCi9yyepOXVrQlEWSkA5iR9x7ypklgOp/Y96vG7/SPY3kIo= ; Message-ID: <20051028101804.72693.qmail@web30315.mail.mud.yahoo.com> Received: from [61.88.127.146] by web30315.mail.mud.yahoo.com via HTTP; Fri, 28 Oct 2005 03:18:04 PDT Date: Fri, 28 Oct 2005 03:18:04 -0700 (PDT) From: Yance Kowara To: freebsd-questions@freebsd.org In-Reply-To: <20051027144353.GA5142@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: sysctl.conf (formerly packet forwarding) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 10:18:06 -0000 Thank you for the clarification about setting GATEWAY (packet forwarding) in systl.conf and rc.conf. The handbook suggested that "Over five hundred system variables can be read and set using sysctl(8)" ... Any clue as to where I can see those "over five hundred system variables"? ... just being curious ... Also, is this sysctl.conf a unique feature of FreeBSD or a feature of nay *NIX O/S? Kind regards, Yance __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 10:24:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A06516A420 for ; Fri, 28 Oct 2005 10:24:30 +0000 (GMT) (envelope-from ml@ps102.de) Received: from ramiel.secspace.de (ramiel.secspace.de [82.149.239.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878DF43D46 for ; Fri, 28 Oct 2005 10:24:29 +0000 (GMT) (envelope-from ml@ps102.de) Received: from ariel.office.volker.de (unknown [212.211.141.66]) by ramiel.secspace.de (Postfix) with ESMTP id DD48B112D0 for ; Fri, 28 Oct 2005 12:24:24 +0200 (CEST) Date: Fri, 28 Oct 2005 12:26:33 +0200 From: Volker Kindermann To: freebsd-questions@freebsd.org Message-ID: <20051028122633.44d400b5@ariel.office.volker.de> In-Reply-To: <20051028101804.72693.qmail@web30315.mail.mud.yahoo.com> References: <20051027144353.GA5142@dan.emsphone.com> <20051028101804.72693.qmail@web30315.mail.mud.yahoo.com> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: sysctl.conf (formerly packet forwarding) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 10:24:30 -0000 Hi Yance, > Any clue as to where I can see those "over five > hundred system variables"? ... just being curious ... some are in the manpage of sysctl. There is also this hint: "More variables than these exist, and the best and likely only place to search for their deeper meaning is undoubtedly the source where they are defined. > Also, is this sysctl.conf a unique feature of FreeBSD > or a feature of nay *NIX O/S? At least OpenBSD and Linux have this feature, too. -volker From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 10:27:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559E916A41F for ; Fri, 28 Oct 2005 10:27:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4505743D58 for ; Fri, 28 Oct 2005 10:27:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-b122.otenet.gr [212.205.244.130]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j9SARPDd024413; Fri, 28 Oct 2005 13:27:26 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9SARFr3003927; Fri, 28 Oct 2005 13:27:15 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9SARFhT003926; Fri, 28 Oct 2005 13:27:15 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 28 Oct 2005 13:27:15 +0300 From: Giorgos Keramidas To: Yance Kowara Message-ID: <20051028102715.GB3840@flame.pc> References: <20051027144353.GA5142@dan.emsphone.com> <20051028101804.72693.qmail@web30315.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051028101804.72693.qmail@web30315.mail.mud.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: sysctl.conf (formerly packet forwarding) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 10:27:30 -0000 On 2005-10-28 03:18, Yance Kowara wrote: > The handbook suggested that "Over five hundred system > variables can be read and set using sysctl(8)" ... > > Any clue as to where I can see those "over five > hundred system variables"? ... just being curious ... To see a list of all the sysctl variables: sysctl -a | more Not all of these are read-write though, so it may not be possible to set all of them. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 10:42:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAA0816A454 for ; Fri, 28 Oct 2005 10:42:38 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2748543D45 for ; Fri, 28 Oct 2005 10:42:38 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so426208nzd for ; Fri, 28 Oct 2005 03:42:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LOaKQ7mQbUxUkqz+Mu+tlISPYp2kbecknEsQSDd0kGzSHIAbM3O7vLVorlbOt7/YGKxZIGgdLZ84hN9S5Ql2AbPXm/PHzNHao528IlgTadG5m0TbZr80x4D084/yXy26t9LVf++vxHaQgrwPMl750VCl1QF/rgIEYCEbPMd3+hQ= Received: by 10.36.10.17 with SMTP id 17mr128643nzj; Fri, 28 Oct 2005 03:42:35 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Fri, 28 Oct 2005 03:42:35 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 14:42:35 +0400 From: "Andrew P." To: freebsd-questions@freebsd.org In-Reply-To: <20051028050719.D60E.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510271904.17908.ringworm01@gmail.com> <20051028050719.D60E.GERARD@seibercom.net> Cc: Subject: Re: Re[2]: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 10:42:39 -0000 On 10/28/05, Gerard Seibert wrote: > > Personally, I feel that portmanager does a much better job of updating > without the problems that seem to crop up so often using portupgrade. > I've always been scared off by the comparatively young age of portmanager. Besides, portupgrade comes with a set of useful tools, like cvsweb browser. But the fat ruby dependency and some other things make me want something else. I'd be glad to see a perl-based ports management system. Maybe I'll write one some day :-) From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 10:53:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8B2A16A41F for ; Fri, 28 Oct 2005 10:53:44 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CADB43D48 for ; Fri, 28 Oct 2005 10:53:44 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so395262nzk for ; Fri, 28 Oct 2005 03:53:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Z7x+JDsGPIzUrPN4y/NyMgxva3EZ+jQojDdXMnii8ht1Dah1h9I/TA4i/+1qXGg8+HVultsmfhuBXvZeTcvwyoYyjmYVYwtjZyKw6rD0rz7F2anbGh1iZRxD4lf8giazcmbTcQ61jWqHDDqXIwgbE3oqCiBhnL/Dnh2xxyXA9ko= Received: by 10.36.221.33 with SMTP id t33mr147800nzg; Fri, 28 Oct 2005 03:53:42 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id j4sm130230nzd.2005.10.28.03.53.41; Fri, 28 Oct 2005 03:53:42 -0700 (PDT) From: "Michael C. Shultz" To: "Andrew P." Date: Fri, 28 Oct 2005 03:55:25 -0700 User-Agent: KMail/1.8.2 References: <200510271904.17908.ringworm01@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200510280355.26245.ringworm01@gmail.com> Cc: Eric F Crist , freebsd-questions@freebsd.org, John DeStefano Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 10:53:44 -0000 On Friday 28 October 2005 00:25, Andrew P. wrote: > On 10/28/05, Michael C. Shultz wrote: > > On Thursday 27 October 2005 18:49, Eric F Crist wrote: > > > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote: > > > > On 10/27/05, Andrew P. wrote: > > > >> On 10/27/05, John DeStefano wrote: > > > >>> After clearing out the ports, updating ports (with portsnap) and > > > >>> source, and rebuilding the system and kernel... it seemed the > > > >>> ultimate > > > >>> problem was actually a dependency of the package to apache1.3. > > > >>> After I > > > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1, > > > >>> but > > > >>> I still had trouble installing ports. > > > > > > At this point, what usually works for me is to: > > > > > > #cd /usr && rm -rf ./ports > > > > > > #mkdir ./ports && cvsup /root/ports-supfile > > > > > > The above will delete your ENTIRE ports tree, provided it's kept in / > > > usr/ports and as long as you use cvsup (and your ports supfile is / > > > root/ports-supfile as mine is). When a whole bunch of ports stop > > > working, I find this is the easiest thing to do. > > > > > > The other thing I do is run a cron job every week that updates, via > > > cvsup, the ports tree. About once a year I perform the above, mostly > > > to clean out the crap. Re-downloading your entire ports tree will be > > > quicker if you don't use the ports-all tag and actually define which > > > port segments you are interested in. For example, there's no real > > > reason to download all the x11/kde/gnome crap if you're doing this on > > > a headless server that isn't going to serve X. > > > > > > HTH > > > > Replacing /usr/ports won't fix his problems, they reside in /var/db/pkg. > > I may be a bit biased but I reaaly think John D. should try running > > portmanager -u (ports/sysutils/portmanager). Stale dependencies is a n= on > > issue for portmanager. > > > > -Mike > > > > I don't think that stale dependencies are an issue for > portupgrade as well, just add "-O" to the command- > line. =46rom portupgrade's man page: -O --omit-check Omit sanity checks for dependencies. By defaul= t, portupgrade checks if all the packages to upgra= de have consistent dependencies, though it takes extra time to calculate dependencies. If you a= re sure you have run ``pkgdb -F'' in advance, you = can specify this option to omit the sanity checks. Seems to be a caveat to the -O command. What happens if pkgdb -F isn't run first? =2DMike From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 11:03:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EA9916A41F for ; Fri, 28 Oct 2005 11:03:26 +0000 (GMT) (envelope-from ivan@omelchenko.com) Received: from tomato.mnemosoft.com (mnemosoft-78.colo1.kv.wnet.ua [217.20.163.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA1D43D45 for ; Fri, 28 Oct 2005 11:03:25 +0000 (GMT) (envelope-from ivan@omelchenko.com) Received: from textil.colocall.com (textil.colocall.com [62.149.10.218]) by tomato.mnemosoft.com (8.13.3/8.13.3) with ESMTP id j9SB3N0n075429 for ; Fri, 28 Oct 2005 14:03:23 +0300 (EEST) (envelope-from ivan@omelchenko.com) Received: from [10.0.1.5] (1-5.main.o.lan [10.0.1.5] (may be forged)) by textil.colocall.com (8.13.4/8.13.1) with ESMTP id j9SB3GSk032778 for ; Fri, 28 Oct 2005 14:03:19 +0300 (EEST) (envelope-from ivan@omelchenko.com) Message-ID: <43620620.9060108@omelchenko.com> Date: Fri, 28 Oct 2005 14:06:08 +0300 From: Ivan Omelchenko User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_40 autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on textil.colocall.com X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on textil.colocall.com X-Virus-Status: Clean Subject: error 4 lba 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 11:03:26 -0000 Problem: After copy files from CD and rebooting got an error 'error 4 lba 0' from boot manager when i'm trying to choose F2: FreeBSD HDD: Samsung 80Gb ATA tryed also clear a mbr records fdisk /mbr P.S. Other OS, like Debian, Windows, Mandrake installed well on this HDD. Thank you -- Ivan Omelchenko ICQ# 67077474 MSN: ivan@town.kiev.ua [OKAY-UANIC] [OKAY-RIPE] From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 11:24:15 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 459DF16A41F for ; Fri, 28 Oct 2005 11:24:15 +0000 (GMT) (envelope-from fteg@london.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF8A43D46 for ; Fri, 28 Oct 2005 11:24:14 +0000 (GMT) (envelope-from fteg@london.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 76E2E18001D7 for ; Fri, 28 Oct 2005 11:24:14 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 28 Oct 2005 11:24:14 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id C680383C07; Fri, 28 Oct 2005 11:24:13 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Fafa Hafiz Krantz" To: "Will Maier" , freebsd-questions@freebsd.org Date: Fri, 28 Oct 2005 06:24:13 -0500 Received: from [213.187.181.70] by ws1-1.us4.outblaze.com with http for fteg@london.com; Fri, 28 Oct 2005 06:24:13 -0500 X-Originating-Ip: 213.187.181.70 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20051028112413.C680383C07@ws1-1.us4.outblaze.com> Cc: questions@freebsd.org, Fafa Hafiz Krantz Subject: Re: Maintaining my music collection (off topic) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 11:24:15 -0000 Here's what I ended up with: #!/bin/sh # # Generate SFV and M3U for all releases. # $URBAN: mp3.sh,v 1.0 2005/10/24 15:05:09 fafa Exp $ # for file in `find /home/mp3 -name \*.nfo`; do DIRECTORY=3D"`dirname ${file}`" PREFIX=3D"`basename ${file} | sed 's/.nfo//g'`" CURRENT=3D"`basename ${DIRECTORY}`" SFV=3D"${DIRECTORY}/${PREFIX}.sfv" M3U=3D"${DIRECTORY}/${PREFIX}.m3u" cd ${DIRECTORY} rm -f *.sfv rm -f *.m3u touch ${SFV} cfv -C *.mp3 cat ${CURRENT}.sfv | awk '! /^;/' > ${SFV} rm -f ${CURRENT}.sfv for mp3 in `find * -name \*.mp3 -maxdepth 1`; do echo "${mp3}" >> ${M3U} done done :) ----- Original Message ----- From: "Will Maier" To: freebsd-questions@freebsd.org Subject: Re: Maintaining my music collection (off topic) Date: Wed, 26 Oct 2005 14:47:39 -0500 >=20 > On Wed, Oct 26, 2005 at 06:39:48AM -0400, Parv wrote: > > Looks like this script is not going to work in FreeBSD /bin/sh. > > Install one of shells/bash* (guessing) ports and run this script > > under that shell (unless somebody does the conversion for you). >=20 > FreeBSD sh (1) supports parameter expansion, including expansions used > in the referenced function. >=20 > -- >=20 > o--------------------------{ Will Maier }--------------------------o > | jabber:..wcmaier@jabber.ccc.de | email:..........wcmaier@ml1.net | > | \.........wcmaier@cae.wisc.edu | \..........wcmaier@cae.wisc.edu | > *------------------[ BSD Unix: Live Free or Die ]------------------* -- Fafa Hafiz Krantz Research Designer @ http://www.bleed.com --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 11:24:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 465ED16A420 for ; Fri, 28 Oct 2005 11:24:15 +0000 (GMT) (envelope-from fteg@london.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id AADF643D45 for ; Fri, 28 Oct 2005 11:24:14 +0000 (GMT) (envelope-from fteg@london.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 74D3218001C5 for ; Fri, 28 Oct 2005 11:24:14 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 28 Oct 2005 11:24:14 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id C680383C07; Fri, 28 Oct 2005 11:24:13 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Fafa Hafiz Krantz" To: "Will Maier" , freebsd-questions@freebsd.org Date: Fri, 28 Oct 2005 06:24:13 -0500 Received: from [213.187.181.70] by ws1-1.us4.outblaze.com with http for fteg@london.com; Fri, 28 Oct 2005 06:24:13 -0500 X-Originating-Ip: 213.187.181.70 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20051028112413.C680383C07@ws1-1.us4.outblaze.com> Cc: questions@freebsd.org, Fafa Hafiz Krantz Subject: Re: Maintaining my music collection (off topic) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 11:24:15 -0000 Here's what I ended up with: #!/bin/sh # # Generate SFV and M3U for all releases. # $URBAN: mp3.sh,v 1.0 2005/10/24 15:05:09 fafa Exp $ # for file in `find /home/mp3 -name \*.nfo`; do DIRECTORY=3D"`dirname ${file}`" PREFIX=3D"`basename ${file} | sed 's/.nfo//g'`" CURRENT=3D"`basename ${DIRECTORY}`" SFV=3D"${DIRECTORY}/${PREFIX}.sfv" M3U=3D"${DIRECTORY}/${PREFIX}.m3u" cd ${DIRECTORY} rm -f *.sfv rm -f *.m3u touch ${SFV} cfv -C *.mp3 cat ${CURRENT}.sfv | awk '! /^;/' > ${SFV} rm -f ${CURRENT}.sfv for mp3 in `find * -name \*.mp3 -maxdepth 1`; do echo "${mp3}" >> ${M3U} done done :) ----- Original Message ----- From: "Will Maier" To: freebsd-questions@freebsd.org Subject: Re: Maintaining my music collection (off topic) Date: Wed, 26 Oct 2005 14:47:39 -0500 >=20 > On Wed, Oct 26, 2005 at 06:39:48AM -0400, Parv wrote: > > Looks like this script is not going to work in FreeBSD /bin/sh. > > Install one of shells/bash* (guessing) ports and run this script > > under that shell (unless somebody does the conversion for you). >=20 > FreeBSD sh (1) supports parameter expansion, including expansions used > in the referenced function. >=20 > -- >=20 > o--------------------------{ Will Maier }--------------------------o > | jabber:..wcmaier@jabber.ccc.de | email:..........wcmaier@ml1.net | > | \.........wcmaier@cae.wisc.edu | \..........wcmaier@cae.wisc.edu | > *------------------[ BSD Unix: Live Free or Die ]------------------* -- Fafa Hafiz Krantz Research Designer @ http://www.bleed.com --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 12:00:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A0B16A43E for ; Fri, 28 Oct 2005 12:00:42 +0000 (GMT) (envelope-from bob.middaugh@comcast.net) Received: from xmail2.state.nj.us (xmail2.state.nj.us [199.20.71.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0FE43D53 for ; Fri, 28 Oct 2005 12:00:42 +0000 (GMT) (envelope-from bob.middaugh@comcast.net) Received: from mail2av.state.nj.us (mail2av.state.nj.us [10.34.20.40]) by xmail2.state.nj.us (8.12.10+Sun/8.12.10) with SMTP id j9SC0eT8002459 for ; Fri, 28 Oct 2005 08:00:41 -0400 (EDT) Received: from (199.20.109.30) by mail2av.state.nj.us via smtp id 16e2_f3e45e40_47ab_11da_8f67_00304811e4b6; Fri, 28 Oct 2005 08:11:21 -0400 Received: from monitor3 ([10.6.172.82]) by revere.dol.state.nj.us (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IP200J53K4CEM@revere.dol.state.nj.us> for freebsd-questions@freebsd.org; Fri, 28 Oct 2005 08:02:36 -0400 (EDT) Date: Fri, 28 Oct 2005 08:00:40 -0400 From: Bob Middaugh In-reply-to: <20051028101804.72693.qmail@web30315.mail.mud.yahoo.com> To: "'Yance Kowara'" , freebsd-questions@freebsd.org Message-id: <0IP200J54K4CEM@revere.dol.state.nj.us> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: AcXbqOv6fibwOiIaQ7iZQwwR7UE1yQADWmLA Cc: Subject: RE: sysctl.conf (formerly packet forwarding) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 12:00:42 -0000 Yance Kowara writes: Thank you for the clarification about setting GATEWAY (packet forwarding) in systl.conf and rc.conf. The handbook suggested that "Over five hundred system variables can be read and set using sysctl(8)" ... Any clue as to where I can see those "over five hundred system variables"? ... just being curious ... Also, is this sysctl.conf a unique feature of FreeBSD or a feature of nay *NIX O/S? Kind regards, Yance sysctl -a Check out: http://sysctl.enderunix.org/index.php?tip_id=1&lang=en There are 80+ documented there. The sites goal is to get as many as possible documented, so if you come across some that aren't there, and you know what they do, please submit. Someone was looking for window scaling, rfc 1323 covers that I think: net.inet.tcp.rfc1323 enables high performance TCP extensions Bob From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 12:11:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D6B716A420 for ; Fri, 28 Oct 2005 12:11:08 +0000 (GMT) (envelope-from bob.middaugh@comcast.net) Received: from xmail1.state.nj.us (xmail1.state.nj.us [199.20.71.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8EF43D6B for ; Fri, 28 Oct 2005 12:11:03 +0000 (GMT) (envelope-from bob.middaugh@comcast.net) Received: from mail1av.state.nj.us (mail1av.state.nj.us [10.33.20.40]) by xmail1.state.nj.us (8.12.10+Sun/8.12.10) with SMTP id j9SCB2bf010843 for ; Fri, 28 Oct 2005 08:11:02 -0400 (EDT) Received: from (199.20.109.30) by mail1av.state.nj.us via smtp id 31f8_f7e8e452_47ab_11da_9ba8_00304823f3f8; Fri, 28 Oct 2005 08:11:28 -0400 Received: from monitor3 ([10.6.172.82]) by revere.dol.state.nj.us (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IP200JKXKLMEM@revere.dol.state.nj.us> for freebsd-questions@freebsd.org; Fri, 28 Oct 2005 08:12:58 -0400 (EDT) Date: Fri, 28 Oct 2005 08:11:02 -0400 From: Bob Middaugh In-reply-to: To: "'Eric F Crist'" , "'free bsd questions'" Message-id: <0IP200JKYKLMEM@revere.dol.state.nj.us> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: AcXbPaD3IAOkJ3GaR6mjXIN1lph4ygAeoFMw Cc: Subject: RE: Hot-Swap HDD hardware recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 12:11:08 -0000 Eric F Crist writes: Hello list, I need a cost-effective solution for hot-swap hard drives. I'm currently using a removable drive cage available at any CompUSA, but it's standard IDE/ATA, which is, AFAIK, not hot-swappable. What kind of RAID hardware/software would I need so that I can hot swap hard drives? TIA I don't know what kind of case you have for this server, or if you're looking for an external enclosure. http://www.topmicrousa.com/superswap1000-black.html http://www.monarchcomputer.com/Merchant2/merchant.mv?Screen=PROD&Store _Code=M&Product_Code=150048&AFFIL=FRG&NR=1 http://store.yahoo.com/priceshock/superswap1000.html I've never used a Promise controller before, they seem pretty popular for this though. Bob From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 12:16:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E557E16A41F for ; Fri, 28 Oct 2005 12:16:42 +0000 (GMT) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F7B143D46 for ; Fri, 28 Oct 2005 12:16:42 +0000 (GMT) (envelope-from jnatola@familycareintl.org) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 28 Oct 2005 08:16:41 -0400 Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9262F29@fci-ex.FCI> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Hot-Swap HDD hardware recommendations? Thread-Index: AcXbPaD3IAOkJ3GaR6mjXIN1lph4ygAeoFMwAABNsqA= From: "Jean-Paul Natola" To: "Bob Middaugh" , "Eric F Crist" , "free bsd questions" Cc: Subject: RE: Hot-Swap HDD hardware recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 12:16:43 -0000 http://store.yahoo.com/firmtek/sata1sen2.html -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Bob Middaugh Sent: Friday, October 28, 2005 8:11 AM To: 'Eric F Crist'; 'free bsd questions' Subject: RE: Hot-Swap HDD hardware recommendations? Eric F Crist writes: Hello list, I need a cost-effective solution for hot-swap hard drives. I'm currently using a removable drive cage available at any CompUSA, but it's standard IDE/ATA, which is, AFAIK, not hot-swappable. What kind of RAID hardware/software would I need so that I can hot swap hard drives? TIA I don't know what kind of case you have for this server, or if you're looking for an external enclosure. http://www.topmicrousa.com/superswap1000-black.html http://www.monarchcomputer.com/Merchant2/merchant.mv?Screen=3DPROD&Store _Code=3DM&Product_Code=3D150048&AFFIL=3DFRG&NR=3D1 http://store.yahoo.com/priceshock/superswap1000.html I've never used a Promise controller before, they seem pretty popular for this though. Bob _______________________________________________ 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 Fri Oct 28 12:37:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9BB816A41F for ; Fri, 28 Oct 2005 12:37:26 +0000 (GMT) (envelope-from deep@symonds.net) Received: from symonds.net (ca1.symonds.net [66.92.42.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B65B43D45 for ; Fri, 28 Oct 2005 12:37:26 +0000 (GMT) (envelope-from deep@symonds.net) Received: from deep by symonds.net with local (Exim 4.44 #1 (Debian)) id 1EVTU5-0004cx-9O; Fri, 28 Oct 2005 05:37:25 -0700 Date: Fri, 28 Oct 2005 05:37:24 -0700 To: "Franklin E. Powers, Jr." Message-ID: <20051028123724.GA17741@symonds.net> References: <6.2.5.6.1.20051020134711.090c6070@dominarvis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.2.5.6.1.20051020134711.090c6070@dominarvis.com> User-Agent: Mutt/1.5.9i From: N Deepak Cc: freebsd-questions@freebsd.org Subject: Re: Having Some Trouble with Java on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 12:37:26 -0000 On Thu, Oct 20, 2005 at 02:06:16PM -0600, Franklin E. Powers, Jr. wrote: > > So I tinkered with that a bit and I discovered that the almost > complete native build for FreeBSD could run. So I decided to try to > finish the build process, by getting it to build itself. But it > suffered a slightly different error. > > So... Then I went through the documentation for FreeBSD some more > and decided to start over by reinstalling the Linux Java using: > cd /usr/ports/java/linux-sun-jdk15 > make install clean > > But now I get the following error: linux-sun-jdk-1.5.0.01,2 does not > run (core dumps: Bad System Call). Note that previously I manually > installed it by simply downloading the Linux version on another > computer, transfering it over to the computer, and executing the file. > Try with /usr/ports/java/jdk14 (native JDK 1.4 for FreeBSD). It worked for me. I am running FreeBSD 5.4 STABLE. Regards, Deepak From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 13:38:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E76116A41F for ; Fri, 28 Oct 2005 13:38:38 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A8543D68 for ; Fri, 28 Oct 2005 13:38:30 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so446880nzd for ; Fri, 28 Oct 2005 06:38:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=A4MfryOH0Gp3EkP6UiX9Un0ChQYRHZAPjKPoUtmb2dn7qP2YGuFQenzXga8NafFsA3OIz1Dt2SH/JMEY7odzjFqLQFlmCE4GUteoclhT1wilaLIRnOvGGzZJbV/56etu9AwVAzKr6AOPL2z5zJyWOOqxIwE+SOXrT8aDZD/REGY= Received: by 10.36.220.12 with SMTP id s12mr257787nzg; Fri, 28 Oct 2005 06:38:30 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 15sm272711nzp.2005.10.28.06.38.27; Fri, 28 Oct 2005 06:38:29 -0700 (PDT) From: "Michael C. Shultz" To: John DeStefano Date: Fri, 28 Oct 2005 06:40:03 -0700 User-Agent: KMail/1.8.2 References: <200510271904.17908.ringworm01@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510280640.04025.ringworm01@gmail.com> Cc: Eric F Crist , freebsd-questions@freebsd.org Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 13:38:38 -0000 On Friday 28 October 2005 05:53, John DeStefano wrote: > On 10/27/05, Michael C. Shultz wrote: > > On Thursday 27 October 2005 18:49, Eric F Crist wrote: > > > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote: > > > > On 10/27/05, Andrew P. wrote: > > > >> On 10/27/05, John DeStefano wrote: > > > >>> After clearing out the ports, updating ports (with portsnap) and > > > >>> source, and rebuilding the system and kernel... it seemed the > > > >>> ultimate > > > >>> problem was actually a dependency of the package to apache1.3. > > > >>> After I > > > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1, > > > >>> but > > > >>> I still had trouble installing ports. > > > > > > At this point, what usually works for me is to: > > > > > > #cd /usr && rm -rf ./ports > > > > > > #mkdir ./ports && cvsup /root/ports-supfile > > > > > > The above will delete your ENTIRE ports tree, provided it's kept in / > > > usr/ports and as long as you use cvsup (and your ports supfile is / > > > root/ports-supfile as mine is). When a whole bunch of ports stop > > > working, I find this is the easiest thing to do. > > > > > > The other thing I do is run a cron job every week that updates, via > > > cvsup, the ports tree. About once a year I perform the above, mostly > > > to clean out the crap. Re-downloading your entire ports tree will be > > > quicker if you don't use the ports-all tag and actually define which > > > port segments you are interested in. For example, there's no real > > > reason to download all the x11/kde/gnome crap if you're doing this on > > > a headless server that isn't going to serve X. > > > > > > HTH > > > > Replacing /usr/ports won't fix his problems, they reside in /var/db/pkg. > > I may be a bit biased but I reaaly think John D. should try running > > portmanager -u (ports/sysutils/portmanager). Stale dependencies is a non > > issue for portmanager. > > > > -Mike > > Biased indeed. ;) I tried it, and it did work for some ports, but not > all. Here's the report output of a second run-through: > > status report finished > ======================================================================== > percentDone-=>16 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>10 / > TOTAL_outOfDatePortsDb-=>12 ) ) > checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency > acroread-5.08 that needs to be updated first > upgrade 0.3.0_0 info: ignoring scrollkeeper-0.3.12_1,1, reason: failed > during (2) make > upgrade 0.3.0_0 info: ignoring cups-pstoraster-7.07, reason: failed > during (2) make > checkForOldDepencies 0.3.0_0 skip: eog2-2.2.1 has a dependency > scrollkeeper-0.3.12_1,1 that needs to be updated first > checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency > acroread-5.08 that needs to be updated first > upgrade 0.3.0_0 info: ignoring emacs-21.3, reason: failed during (2) make > upgrade 0.3.0_0 info: ignoring gconf-editor-2.4.0,1, reason: performed > (6) emergancy restore > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during (2) > make checkForOldDepencies 0.3.0_0 skip: gnomeuserdocs2-2.0.6_1 has a > dependency scrollkeeper-0.3.12_1,1 that needs to be updated first > upgrade 0.3.0_0 info: ignoring acroread-5.08, reason: marked FORBIDDEN > ------------------------------------------------------------------------ > update of ports collection complete with either some errors, ignored > ports or both A few suggestions: If you want to update acroread-5.08 you should do that one manually because it is FORBIDDEN, there is probably an overide switch, I don't know what it is. You can also just comment out the FORBIDDEN line in acroread-5.08's Makefile. Note ports are marked FORBIDDEN because they have security problems.... I'm not sure about cups-pstoraster-7.07 builds but scrollkeeper-0.3.14_1,1 builds on my system, try pkg_delete -f scrollkeeper-0.3.12_1,1 then rerun portmanager -u and hopefully you will be down to just cups-pstoraster-7.07 failing. You'll have to figure out its problem on your own or contact the maintainer for help. -Mike From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 14:32:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB1E16A41F for ; Fri, 28 Oct 2005 14:32:31 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from biodiesel.gaiahost.coop (biodiesel.gaiahost.coop [64.95.78.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id A18D243D45 for ; Fri, 28 Oct 2005 14:32:31 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from localhost (host-64-65-195-19.spr.choiceone.net [::ffff:64.65.195.19]) (AUTH: LOGIN mark@hubcapconsulting.com) by biodiesel.gaiahost.coop with esmtp; Fri, 28 Oct 2005 10:32:25 -0400 id 0081C07F.4362367B.00007DA8 Received: by localhost (sSMTP sendmail emulation); Fri, 28 Oct 2005 10:32:24 -0400 Date: Fri, 28 Oct 2005 10:32:24 -0400 From: Mark Bucciarelli To: Michael Christie Message-ID: <20051028143224.GD428@rabbit> Mail-Followup-To: Michael Christie , freebsd-questions@freebsd.org References: <435B1576.6060406@christie.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <435B1576.6060406@christie.org.au> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: Linux computability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 14:32:32 -0000 On Sun, Oct 23, 2005 at 02:45:42PM +1000, Michael Christie wrote: > Now Linux programs run in side of the jail. Thanks for posting what you had success with. I followed your instructions, but when I try to install the java/jdk14 port inside the jail, I get the message that I need to mount /compat/linux/proc. Could it be a difference in the value of security.jail.getfsstatroot? What is the value of this param on your machine? Any other ideas? Details (FreeBSD 5.4): bash-2.05b# mount | grep linprocfs linprocfs on /web/jail/myjail/compat/linux/proc (linprocfs, local) bash-2.05b# jexec 41 /usr/local/bin/bash bash-2.05b# cd /usr/ports/java/jdk14 bash-2.05b# make install clean [...] ERROR: You have to have LINPROCFS mounted before starting to build of native JDK 1.4.2. You may do it by following set of commands: # kldload linprocfs # # and # # # mount -t linprocfs linprocfs /compat/linux/proc # # *** Error code 1 # # Stop in /usr/ports/java/jdk14. m From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 14:34:01 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54C7416A41F for ; Fri, 28 Oct 2005 14:34:01 +0000 (GMT) (envelope-from kep.woof@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B7C43D4C for ; Fri, 28 Oct 2005 14:34:00 +0000 (GMT) (envelope-from kep.woof@gmail.com) Received: by xproxy.gmail.com with SMTP id h32so171308wxd for ; Fri, 28 Oct 2005 07:33:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jLJCRh90CM5IM6Yu3koHKqUlPxFQIEvQ4NE9vpKyz+N+pl/uNcpf5FmsVEidXcaME2H0jGwxf3zPt9SWzuvIDW8ngz58OmKgnQGHZpaVYuaie/Oj1vt5t/cpQqNE/eANdMpqEUBVh7oS7eVhRVnr4Yavl95gXJK7ajXaFBhEo70= Received: by 10.70.58.7 with SMTP id g7mr5109wxa; Fri, 28 Oct 2005 07:33:59 -0700 (PDT) Received: by 10.70.55.5 with HTTP; Fri, 28 Oct 2005 07:33:58 -0700 (PDT) Message-ID: <9c8168780510280733w2c3b19d8od693b2c4368dcd42@mail.gmail.com> Date: Fri, 28 Oct 2005 15:33:58 +0100 From: Kep Woof To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Dual dvi on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 14:34:01 -0000 Hi Guys, I've just bought a pair of TFT screens and wanted to connect them to my FreeBSD box via their DVI connectors. I've been searching with google and the list archives, and it seems that the NVidia stuff doesn't dual head and that ATI are rather unhelpful with regard to drivers. I found the project to write drivers for the x800 series cards, but they look very less than ready. I'm currently running on i386, but will be building a big amd64 workstation shortly. These boards seem to use PCI express, and I was wondering how well supported is that? What about SLI? Is anyone running an amd64 system with dual dvi tft's? Are there any dual dvi cards supported ? Anyone running with two dvi cards? Any suggestions would be extremely helpful, Thanks, kep From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 14:36:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACC3D16A44B for ; Fri, 28 Oct 2005 14:36:09 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DDAD43D5C for ; Fri, 28 Oct 2005 14:36:07 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so259087wxc for ; Fri, 28 Oct 2005 07:36:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e87X+CsYqX1o9Hwca7NlWp9nFpiPOqKHLmv1pgZpgq4wGU0YDA9UvI88zpalSkQoeACPTrN4FN0qY7gp28yOX0gDOqNNuIFhcOegvAiPjAm1AocX4bLIzAT8WIb0Tsct0l8DfuYxWuYWyO0hDt70PQ30UAkUq0RdYghZWRSFoNc= Received: by 10.65.239.16 with SMTP id q16mr89008qbr; Fri, 28 Oct 2005 05:53:49 -0700 (PDT) Received: by 10.65.154.4 with HTTP; Fri, 28 Oct 2005 05:53:49 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 08:53:49 -0400 From: John DeStefano To: "Michael C. Shultz" In-Reply-To: <200510271904.17908.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <0E2AAC01-B12D-4A7A-A986-B7A57DDDEDFF@secure-computing.net> <200510271904.17908.ringworm01@gmail.com> Cc: Eric F Crist , freebsd-questions@freebsd.org Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 14:36:09 -0000 On 10/27/05, Michael C. Shultz wrote: > On Thursday 27 October 2005 18:49, Eric F Crist wrote: > > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote: > > > On 10/27/05, Andrew P. wrote: > > >> On 10/27/05, John DeStefano wrote: > > >>> After clearing out the ports, updating ports (with portsnap) and > > >>> source, and rebuilding the system and kernel... it seemed the > > >>> ultimate > > >>> problem was actually a dependency of the package to apache1.3. > > >>> After I > > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1, > > >>> but > > >>> I still had trouble installing ports. > > > > At this point, what usually works for me is to: > > > > #cd /usr && rm -rf ./ports > > > > #mkdir ./ports && cvsup /root/ports-supfile > > > > The above will delete your ENTIRE ports tree, provided it's kept in / > > usr/ports and as long as you use cvsup (and your ports supfile is / > > root/ports-supfile as mine is). When a whole bunch of ports stop > > working, I find this is the easiest thing to do. > > > > The other thing I do is run a cron job every week that updates, via > > cvsup, the ports tree. About once a year I perform the above, mostly > > to clean out the crap. Re-downloading your entire ports tree will be > > quicker if you don't use the ports-all tag and actually define which > > port segments you are interested in. For example, there's no real > > reason to download all the x11/kde/gnome crap if you're doing this on > > a headless server that isn't going to serve X. > > > > HTH > > Replacing /usr/ports won't fix his problems, they reside in /var/db/pkg. > I may be a bit biased but I reaaly think John D. should try running > portmanager -u (ports/sysutils/portmanager). Stale dependencies is a non > issue for portmanager. > > -Mike Biased indeed. ;) I tried it, and it did work for some ports, but not all. Here's the report output of a second run-through: status report finished =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D percentDone-=3D>16 =3D 100 - ( 100 * ( QTY_outOfDatePortsDb-=3D>10 / TOTAL_outOfDatePortsDb-=3D>12 ) ) checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency acroread-5.08 that needs to be updated first upgrade 0.3.0_0 info: ignoring scrollkeeper-0.3.12_1,1, reason: failed during (2) make upgrade 0.3.0_0 info: ignoring cups-pstoraster-7.07, reason: failed during (2) make checkForOldDepencies 0.3.0_0 skip: eog2-2.2.1 has a dependency scrollkeeper-0.3.12_1,1 that needs to be updated first checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency acroread-5.08 that needs to be updated first upgrade 0.3.0_0 info: ignoring emacs-21.3, reason: failed during (2) make upgrade 0.3.0_0 info: ignoring gconf-editor-2.4.0,1, reason: performed (6) emergancy restore upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during (2) mak= e checkForOldDepencies 0.3.0_0 skip: gnomeuserdocs2-2.0.6_1 has a dependency scrollkeeper-0.3.12_1,1 that needs to be updated first upgrade 0.3.0_0 info: ignoring acroread-5.08, reason: marked FORBIDDEN ------------------------------------------------------------------------ update of ports collection complete with either some errors, ignored ports or both From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 14:57:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A101316A41F for ; Fri, 28 Oct 2005 14:57:45 +0000 (GMT) (envelope-from dweimer@orscheln.com) Received: from proxy.orscheln.com (proxy.orscheln.com [216.106.0.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4214643D46 for ; Fri, 28 Oct 2005 14:57:43 +0000 (GMT) (envelope-from dweimer@orscheln.com) Received: from CLIFF.orscheln.oi.local (excl2.orscheln.com [10.50.30.4]) by proxy.orscheln.com (8.12.8p1/8.12.8) with ESMTP id j9SEvft2024260 for ; Fri, 28 Oct 2005 09:57:42 -0500 (CDT) (envelope-from dweimer@orscheln.com) Received: by cliff.orscheln.oi.local with Internet Mail Service (5.5.2653.19) id ; Fri, 28 Oct 2005 09:57:41 -0500 Message-ID: From: Dean Weimer To: "'freebsd-questions@freebsd.org'" Date: Fri, 28 Oct 2005 09:57:36 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Installing from File System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 14:57:45 -0000 I have setup FreeBSD 5.4, with a minimal installation from the CDRom, I would like to be able to change configuration options, such as adding something from the packages collection on the CDs, or adding more of the distributions at a later point remotely, using /stand/sysinstall. I figured I could copy both cds 1 and 2 into a directory on the machine, and choose file system from the installation media page. All works good up to a point. then I receive a message stating that this is Disc 0 and the packages is on Disc 1. How do I make the install section realize that all of the files are on the file system? Thanks, Dean Weimer Sr. Network Administrator Orscheln Management Company Phone: (660) 269-3448 Fax: (660) 269-3950 From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 15:15:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B7E316A41F for ; Fri, 28 Oct 2005 15:15:51 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE7343D46 for ; Fri, 28 Oct 2005 15:15:50 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 62672997D26 for ; Fri, 28 Oct 2005 17:15:47 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07989-03 for ; Fri, 28 Oct 2005 17:15:44 +0200 (CEST) Received: from [80.98.133.57] (catv-50628539.catv.broadband.hu [80.98.133.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 000B099777B for ; Fri, 28 Oct 2005 17:15:43 +0200 (CEST) Message-ID: <4362409D.400@t-hosting.hu> Date: Fri, 28 Oct 2005 17:15:41 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) 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 X-Virus-Scanned: amavisd-new at t-hosting.hu Subject: Sed howto X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 15:15:51 -0000 Hello, I'm looking for a good sed howto that can be useful for contributing to ports collection. Replacing text is I'm especially interested in. Besides, could somebody explain me, when we use USE_REINPLACE= YES and ${REINPLACE_CMD}, and when we use just ${SED}? Thanks in advance, Gabor Kovesdan From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 15:37:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 471C516A41F for ; Fri, 28 Oct 2005 15:37:33 +0000 (GMT) (envelope-from bill@celestial.com) Received: from mail.mi.celestial.com (dagney.celestial.com [192.136.111.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34D243D49 for ; Fri, 28 Oct 2005 15:37:32 +0000 (GMT) (envelope-from bill@celestial.com) Received: from localhost (localhost [127.0.0.1]) by mail.mi.celestial.com (Postfix) with ESMTP id 21E7111FEB5; Fri, 28 Oct 2005 08:37:32 -0700 (PDT) Received: from mail.mi.celestial.com ([127.0.0.1]) by localhost (alexis.mi.celestial.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15533-04; Fri, 28 Oct 2005 08:37:31 -0700 (PDT) Received: by mail.mi.celestial.com (Postfix, from userid 203) id C9C9511FC79; Fri, 28 Oct 2005 08:37:31 -0700 (PDT) Date: Fri, 28 Oct 2005 08:37:31 -0700 From: Bill Campbell To: freebsd-questions@freebsd.org Message-ID: <20051028153731.GA17232@alexis.mi.celestial.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <4362409D.400@t-hosting.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4362409D.400@t-hosting.hu> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: amavisd-new at mi.celestial.com Subject: Re: Sed howto X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@celestial.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 15:37:33 -0000 On Fri, Oct 28, 2005, Kövesdán Gábor wrote: >Hello, > >I'm looking for a good sed howto that can be useful for contributing to >ports collection. Replacing text is I'm especially interested in. >Besides, could somebody explain me, when we use USE_REINPLACE= YES and >${REINPLACE_CMD}, and when we use just ${SED}? It isn't a HOWTO, but the best sed documentation I've ever read is in the book ``Unix Text Processing'' by Dougherty and O'Reilly. I think it's out of print, but you can download it in PDF format from O'Reilly for free. It also has excellent documentation on quite a few other *nix utilities, and is one of those books that I think should be on every *nix hackers bookshelf along with Kernighan and Pike's ``Unix Programming Environment''. Bill -- INTERNET: bill@Celestial.COM Bill Campbell; Celestial Systems, Inc. UUCP: camco!bill PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 URL: http://www.celestial.com/ Foreign aid might be defined as a transfer from poor people in rich countries to rich people in poor countries -- Douglas Casey From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 15:41:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4755316A41F for ; Fri, 28 Oct 2005 15:41:57 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id C60E243D46 for ; Fri, 28 Oct 2005 15:41:56 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.54) id 1EVWMU-00081c-0a; Fri, 28 Oct 2005 11:41:46 -0400 Message-ID: <013901c5dbd6$1a71ff50$6401a8c0@GRANT> From: "Grant Peel" To: Date: Fri, 28 Oct 2005 11:41:42 -0400 Organization: The Net Now Internet MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit 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 Cc: Jamie Cameron Subject: IPFW - Counter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 15:41:57 -0000 Hi all, Is is possible, to make a single rule counter, or, a multiple rule counter (maybe that pies to 1 single counter), so one can track inclomming and outgoing bandwidth? I would like to say: 000001 count from any to any via 1.2.3.4 or 000001 count 1.2.3.4 To have the same effect as: 000001 count from any to 1.2.3.4 in via fxp0 000002 count from 1.2.3.4 to and out via fxp0 but somehow I don't think they will work :-) -Grant From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 15:43:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3680016A420 for ; Fri, 28 Oct 2005 15:43:39 +0000 (GMT) (envelope-from a_webb_5@yahoo.com) Received: from web35713.mail.mud.yahoo.com (web35713.mail.mud.yahoo.com [66.163.179.167]) by mx1.FreeBSD.org (Postfix) with SMTP id D973B43D7F for ; Fri, 28 Oct 2005 15:43:35 +0000 (GMT) (envelope-from a_webb_5@yahoo.com) Received: (qmail 76127 invoked by uid 60001); 28 Oct 2005 15:43:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ShnPQXYBj6mYk3jV2j+BYyDjc6zc0nPkhxXhy4fTh0yropS49gbVv4nidcVRizKwbvqKS981kLL6Q40+r/Y6Y3ewBrxdMVfm+/t6tu3QTYUECF2/HXuHN/7NpLqnfivX6rFZHKVJTsSv2B6rPNzracsN2phpFKNXjTVzqG4Um+Y= ; Message-ID: <20051028154335.76125.qmail@web35713.mail.mud.yahoo.com> Received: from [66.237.84.51] by web35713.mail.mud.yahoo.com via HTTP; Fri, 28 Oct 2005 08:43:35 PDT Date: Fri, 28 Oct 2005 08:43:35 -0700 (PDT) From: Amber Webb To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: TORQUE 2.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 15:43:39 -0000 Hi, I would like to announce that TORQUE Resource Manager 2.0 was just released, and can be downloaded at www.clusterresources.com/torque. TORQUE, which is built on OpenPBS is one of the most widely used open source batch schedulers. TORQUE's improvements since the last patch include an improved start up feature for quick startup of downed nodes, enhanced internal diagnostics, simplified install, and improved API reporting abilities. TORQUE is a community project with contributions from NCSA, OSC, USC, the U.S. Department of Energy, Sandia, PNNL, University of Buffalo, TeraGrid and many other leading edge HPC organizations. We invite you to download and try TORQUE and visit our user community www.clusterresources.com/torque. We welcome feedback and patch submissions. Thank you, Amber __________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 16:01:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 442CB16A41F for ; Fri, 28 Oct 2005 16:01:46 +0000 (GMT) (envelope-from gayn.winters@bristolsystems.com) Received: from bristolsystems.com (h-68-167-239-98.lsanca54.covad.net [68.167.239.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id F08BD43D45 for ; Fri, 28 Oct 2005 16:01:45 +0000 (GMT) (envelope-from gayn.winters@bristolsystems.com) Received: from workdog ([192.168.1.201]) by bristolsystems.com (8.11.6/8.11.6) with ESMTP id j9SG1cn06202; Fri, 28 Oct 2005 09:01:38 -0700 From: "Gayn Winters" To: , Date: Fri, 28 Oct 2005 09:01:28 -0700 Message-ID: <08af01c5dbd8$de629a30$c901a8c0@workdog> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: <20051028153731.GA17232@alexis.mi.celestial.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal Cc: Subject: RE: Sed howto X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gayn.winters@bristolsystems.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 16:01:46 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org=20 > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of=20 > Bill Campbell > Sent: Friday, October 28, 2005 8:38 AM > To: freebsd-questions@freebsd.org > Subject: Re: Sed howto >=20 >=20 > On Fri, Oct 28, 2005, K=F6vesd=E1n G=E1bor wrote: > >Hello, > > > >I'm looking for a good sed howto that can be useful for=20 > contributing to ports collection. Replacing text is I'm especially interested in.=20 > >Besides, could somebody explain me, when we use=20 > USE_REINPLACE=3D YES and ${REINPLACE_CMD}, and when we use just = ${SED}? >=20 > It isn't a HOWTO, but the best sed documentation I've ever=20 > read is in the book ``Unix Text Processing'' by Dougherty and O'Reilly. I=20 > think it's out of print, but you can download it in PDF format from O'Reilly=20 > for free. It also has excellent documentation on quite a few other *nix=20 > utilities, and is one of those books that I think should be on every *nix hackers > bookshelf along with Kernighan and Pike's ``Unix Programming=20 > Environment''. >=20 > Bill > -- I concur. The 20 pages on sed are probably part of what you want. It doesn't answer your "besides..." however. Perhaps someone else can help there. Here's a link to O'Reilly: http://www.oreilly.com/openbook/utp/UnixTextProcessing.pdf -gayn Bristol Systems Inc. 714/532-6776 www.bristolsystems.com=20 From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 16:07:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D446016A41F for ; Fri, 28 Oct 2005 16:07:42 +0000 (GMT) (envelope-from mohsen@pahlevanzadeh.org) Received: from cpanel.unitedhosts.com (server7.unitedhosts.com [207.44.134.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id D92CE43D5C for ; Fri, 28 Oct 2005 16:07:41 +0000 (GMT) (envelope-from mohsen@pahlevanzadeh.org) Received: from [81.91.153.7] (helo=[192.168.12.92]) by cpanel.unitedhosts.com with esmtpa (Exim 4.52) id 1EUcSP-0000lT-HN for freebsd-questions@freebsd.org; Tue, 25 Oct 2005 20:59:48 -0700 Message-ID: <437950FC.20409@pahlevanzadeh.org> From: Mohsen Pahlevanzadeh User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) 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 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel.unitedhosts.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - pahlevanzadeh.org X-Source: X-Source-Args: X-Source-Dir: Subject: Aztech modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 28 Oct 2005 16:07:42 -0000 X-Original-Date: Tue, 15 Nov 2005 06:37:40 +0330 X-List-Received-Date: Fri, 28 Oct 2005 16:07:42 -0000 X-List-Received-Date: Fri, 28 Oct 2005 16:07:42 -0000 Dears, I can use my modem in GNU/Linux (each distro,without problem) My modem is external & its mark is Aztech.I use dos port. But i can't use /dev/cuaa0 or plus in FreeBSD. Please guide ...... From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 16:07:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0C4516A41F for ; Fri, 28 Oct 2005 16:07:44 +0000 (GMT) (envelope-from mohsen@pahlevanzadeh.org) Received: from cpanel.unitedhosts.com (server7.unitedhosts.com [207.44.134.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 671E843D5C for ; Fri, 28 Oct 2005 16:07:43 +0000 (GMT) (envelope-from mohsen@pahlevanzadeh.org) Received: from [81.91.153.7] (helo=[192.168.12.69]) by cpanel.unitedhosts.com with esmtpa (Exim 4.52) id 1EVUlL-0005HF-Mq for freebsd-questions@freebsd.org; Fri, 28 Oct 2005 06:58:58 -0700 Message-ID: <437C8066.2090501@pahlevanzadeh.org> From: Mohsen Pahlevanzadeh User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) 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 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel.unitedhosts.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - pahlevanzadeh.org X-Source: X-Source-Args: X-Source-Dir: Subject: jobs of network layer in broadcast & PPP networks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 28 Oct 2005 16:07:45 -0000 X-Original-Date: Thu, 17 Nov 2005 16:36:46 +0330 X-List-Received-Date: Fri, 28 Oct 2005 16:07:45 -0000 Dears,I have 2 question : 1.What's job of network layers in broadcast networks? 2.What's job of network layer in PPP networks? Yours,Mohsen From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 16:07:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BBA616A41F for ; Fri, 28 Oct 2005 16:07:46 +0000 (GMT) (envelope-from mohsen@pahlevanzadeh.org) Received: from cpanel.unitedhosts.com (server7.unitedhosts.com [207.44.134.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1365843D5C for ; Fri, 28 Oct 2005 16:07:46 +0000 (GMT) (envelope-from mohsen@pahlevanzadeh.org) Received: from [81.91.153.7] (helo=[192.168.12.69]) by cpanel.unitedhosts.com with esmtpa (Exim 4.52) id 1EVUXK-0004aS-DV for freebsd-questions@freebsd.org; Fri, 28 Oct 2005 06:44:28 -0700 Message-ID: <437C7CFC.1000807@pahlevanzadeh.org> From: Mohsen Pahlevanzadeh User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) 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 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel.unitedhosts.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - pahlevanzadeh.org X-Source: X-Source-Args: X-Source-Dir: Subject: Dial-up with RS-232 cable modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 28 Oct 2005 16:07:46 -0000 X-Original-Date: Thu, 17 Nov 2005 16:22:12 +0330 X-List-Received-Date: Fri, 28 Oct 2005 16:07:46 -0000 Dears,If you can connect to the Internet via ppp,Please mail me /etc/ppp directory. Yours,Mohsen From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 16:07:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 058DC16A420 for ; Fri, 28 Oct 2005 16:07:49 +0000 (GMT) (envelope-from mohsen@pahlevanzadeh.org) Received: from cpanel.unitedhosts.com (server7.unitedhosts.com [207.44.134.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6448043D69 for ; Fri, 28 Oct 2005 16:07:47 +0000 (GMT) (envelope-from mohsen@pahlevanzadeh.org) Received: from [81.91.153.7] (helo=[192.168.12.93]) by cpanel.unitedhosts.com with esmtpa (Exim 4.52) id 1EVHqR-0000ut-3D for freebsd-questions@freebsd.org; Thu, 27 Oct 2005 17:11:21 -0700 Message-ID: <437BBE6C.7010502@pahlevanzadeh.org> From: Mohsen Pahlevanzadeh User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) 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 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel.unitedhosts.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - pahlevanzadeh.org X-Source: X-Source-Args: X-Source-Dir: Subject: dial-up with modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 28 Oct 2005 16:07:49 -0000 X-Original-Date: Thu, 17 Nov 2005 02:49:08 +0330 X-List-Received-Date: Fri, 28 Oct 2005 16:07:49 -0000 Dears, I wanna install package.But it is in the web,I need to dial up modem.So,Am i do compile kernel for supppurting ppp ? Yours,Mohsen From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 16:54:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 404E316A41F for ; Fri, 28 Oct 2005 16:54:25 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8EC143D46 for ; Fri, 28 Oct 2005 16:54:24 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j9SGsMZU089258; Fri, 28 Oct 2005 11:54:22 -0500 (CDT) (envelope-from dan) Date: Fri, 28 Oct 2005 11:54:22 -0500 From: Dan Nelson To: =?utf-8?B?S8O2dmVzZMOhbiBHw6Fib3I=?= Message-ID: <20051028165422.GA5513@dan.emsphone.com> References: <4362409D.400@t-hosting.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4362409D.400@t-hosting.hu> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: Sed howto X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 16:54:25 -0000 In the last episode (Oct 28), Kvesdn Gbor said: > I'm looking for a good sed howto that can be useful for contributing > to ports collection. Replacing text is I'm especially interested in. > Besides, could somebody explain me, when we use USE_REINPLACE= YES > and ${REINPLACE_CMD}, and when we use just ${SED}? Our sed can only do inplace edits in 4.6 and newer, so on older systems the textproc/sed_inplace port gets installed and REINPLACE_CMD is set to that binary. Use ${REINPLACE_CMD} when you modify a file inplace, use ${SED} when you convert a "file.in" to a "file". -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 16:54:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79DD616A41F for ; Fri, 28 Oct 2005 16:54:40 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-03-eri0.ohiordc.rr.com (ms-smtp-03-smtplb.ohiordc.rr.com [65.24.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06C7443D45 for ; Fri, 28 Oct 2005 16:54:39 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-44-187.woh.res.rr.com [65.31.44.187]) by ms-smtp-03-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j9SGsZYF016957 for ; Fri, 28 Oct 2005 12:54:37 -0400 (EDT) Message-ID: <000301c5dbdf$5179bd90$0900a8c0@satellite> From: "Dave" To: Date: Fri, 28 Oct 2005 12:47:42 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: 5.4 CD and floppies enter boot loop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 16:54:40 -0000 Hello, I've got an older, as of june/july 5.4-release official disk. Whenever i try to boot a box with it the system enters a boot loop, creating floppies also gives me this behavior. This is on a pair of p3 733 mhz systems. I've tried new floppies and downloading the bootonly iso same behavior. Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 17:02:00 2005 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 8A83116A420; Fri, 28 Oct 2005 17:02:00 +0000 (GMT) To: FreeBSD-questions@FreeBSD.org Message-Id: <20051028170200.8A83116A420@hub.freebsd.org> Date: Fri, 28 Oct 2005 17:02:00 +0000 (GMT) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 17:02:00 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from freebsd-questions-request@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions@freebsd.org mailing list! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org (obviously, substitute your mail address for "me@me.org"). You can also make such adjustments via email by sending a message to: freebsd-questions-request@freebsd.org with the word 'help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. Normally, Mailman will remind you of your freebsd.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/en/books/faq/index.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. When sending a new message, well, send a new message. Don't reply to some other message, erase the old content and change the subject line. That leaves an In-reply-to: header which many mail readers use to thread messages, so your message shows up as a reply to some other message. People often delete messages a whole thread at a time, so apart from irritating people, you also run a chance of having the message deleted unread. 4. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 5. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 6. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 7. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 8. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 9. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. $Id: Howto-ask-questions,v 1.6 2005/08/10 02:21:44 grog Exp $ _______________________________________________ Thanks to Josh Paetzel for updating this document to describe mailman. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 17:02:00 2005 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 8E55A16A421; Fri, 28 Oct 2005 17:02:00 +0000 (GMT) To: FreeBSD-questions@FreeBSD.org Message-Id: <20051028170200.8E55A16A421@hub.freebsd.org> Date: Fri, 28 Oct 2005 17:02:00 +0000 (GMT) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 17:02:00 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm constantly updating it. Greg From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 17:03:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED50816A41F for ; Fri, 28 Oct 2005 17:03:09 +0000 (GMT) (envelope-from tgoodaire@linux.ca) Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 1305743D73 for ; Fri, 28 Oct 2005 17:02:53 +0000 (GMT) (envelope-from tgoodaire@linux.ca) Received: (qmail 67119 invoked from network); 28 Oct 2005 17:02:53 -0000 Received: from unknown (HELO spank) (tgoodaire@rogers.com@72.136.250.175 with login) by smtp104.rog.mail.re2.yahoo.com with SMTP; 28 Oct 2005 17:02:52 -0000 Received: from [127.0.0.1] (bundy [192.168.1.101]) by spank (Postfix) with ESMTP id 891793AFC6 for ; Fri, 28 Oct 2005 17:04:57 +0000 (UTC) Message-ID: <43625A7B.9030300@linux.ca> Date: Fri, 28 Oct 2005 13:06:03 -0400 From: Tim Goodaire User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) 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 X-Antivirus: avast! (VPS 0543-2, 10/27/2005), Outbound message X-Antivirus-Status: Clean Subject: FreeBSD doesn't recognize my hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 17:03:10 -0000 Hello everyone, I'm having an odd problem. I have an old P2 box with two harddrives. Both of them are detected fine in the BIOS, and they are both listed at boot up, when it lists the BIOS drives. After that, there is no mention of the second drive in the boot messages, and there isn't a device listed for it in /dev. I don't know what's going on. Both drives worked find under Linux, and it seems like FreeBSD sort of knows about this drive. Any ideas on what I can do to track down the problem? Thanks, Tim From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 17:10:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E5C216A41F for ; Fri, 28 Oct 2005 17:10:05 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9657D43D48 for ; Fri, 28 Oct 2005 17:10:04 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so479250nzd for ; Fri, 28 Oct 2005 10:10:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JmAsxxbVJ4aAZNb8GGlnOHRQbkKv2ttSO9N10xxJT7CI7wUW2v/Lyt0C2DjM1nIc+G1AJJPLK/tdoYBRmnl/QGQLZyl7nB55bny+5MhMdHwnkk3WYxrqchJENQZhdVtthMDJRPnfDqA8hirn5eBDi61iUdos7riFPhz91wWm4CU= Received: by 10.37.15.65 with SMTP id s65mr440298nzi; Fri, 28 Oct 2005 10:10:03 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Fri, 28 Oct 2005 10:10:03 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 21:10:03 +0400 From: "Andrew P." To: Grant Peel In-Reply-To: <013901c5dbd6$1a71ff50$6401a8c0@GRANT> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <013901c5dbd6$1a71ff50$6401a8c0@GRANT> Cc: freebsd-questions@freebsd.org, Jamie Cameron Subject: Re: IPFW - Counter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 17:10:05 -0000 On 10/28/05, Grant Peel wrote: > Hi all, > > Is is possible, to make a single rule counter, or, a multiple rule counte= r > (maybe that pies to 1 single counter), so one can track inclomming and > outgoing bandwidth? > > I would like to say: > > 000001 count from any to any via 1.2.3.4 > > or > > 000001 count 1.2.3.4 > > To have the same effect as: > > 000001 count from any to 1.2.3.4 in via fxp0 > 000002 count from 1.2.3.4 to and out via fxp0 > > but somehow I don't think they will work :-) > > -Grant > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > You can try using pipes for some kind of consolidation (they are not meant for it, of course). You can also use skips like this: skipto 1000 skipto 1000 ... skipto 1500 ip from any to any And have rule number 1001 that counts all the types you have defined. Or you can try telling us precisely what you want, we might come up with some rules. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 17:22:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C6916A41F for ; Fri, 28 Oct 2005 17:22:56 +0000 (GMT) (envelope-from tgoodaire@linux.ca) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 3402443D45 for ; Fri, 28 Oct 2005 17:22:55 +0000 (GMT) (envelope-from tgoodaire@linux.ca) Received: (qmail 91480 invoked from network); 28 Oct 2005 17:22:55 -0000 Received: from unknown (HELO spank) (tgoodaire@rogers.com@72.136.250.175 with login) by smtp103.rog.mail.re2.yahoo.com with SMTP; 28 Oct 2005 17:22:55 -0000 Received: from [127.0.0.1] (bundy [192.168.1.101]) by spank (Postfix) with ESMTP id 655133AF88; Fri, 28 Oct 2005 17:24:59 +0000 (UTC) Message-ID: <43625F32.6000102@linux.ca> Date: Fri, 28 Oct 2005 13:26:10 -0400 From: Tim Goodaire User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derrick MacPherson References: <43625A7B.9030300@linux.ca> <1130519845.13487.6.camel@mandarin-04> In-Reply-To: <1130519845.13487.6.camel@mandarin-04> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0543-2, 10/27/2005), Outbound message X-Antivirus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD doesn't recognize my hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 17:22:56 -0000 They're IDE drives. The first drive is detected as this: ad0: 38166MB at ata0-master UDMA33 Tim Derrick MacPherson wrote: >ide? scsi? what type of card or controller are the plugged into? > >On Fri, 2005-10-28 at 13:06 -0400, Tim Goodaire wrote: > > >>Hello everyone, >> >>I'm having an odd problem. I have an old P2 box with two harddrives. >>Both of them are detected fine in the BIOS, and they are both listed at >>boot up, when it lists the BIOS drives. After that, there is no mention >>of the second drive in the boot messages, and there isn't a device >>listed for it in /dev. >> >>I don't know what's going on. Both drives worked find under Linux, and >>it seems like FreeBSD sort of knows about this drive. Any ideas on what >>I can do to track down the problem? >> >>Thanks, >>Tim >>_______________________________________________ >>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 Fri Oct 28 18:37:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06AB016A41F for ; Fri, 28 Oct 2005 18:37:09 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from dukecmmtar01.coxmail.com (dukecmmtar01.coxmail.com [68.99.120.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AB8543D46 for ; Fri, 28 Oct 2005 18:37:06 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from sentinelchicken.net ([70.183.13.213]) by dukecmmtar01.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20051028183710.VZZP2173.dukecmmtar01.coxmail.com@sentinelchicken.net> for ; Fri, 28 Oct 2005 14:37:10 -0400 Received: (qmail 65497 invoked by uid 1000); 28 Oct 2005 18:37:02 -0000 Date: Fri, 28 Oct 2005 14:37:02 -0400 From: Jason Morgan To: FreeBSD Questions Message-ID: <20051028183702.GI50012@sentinelchicken.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Wireless Adapter (PCI) for FBSD 4.11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 18:37:09 -0000 Could someone point me to a wireless adapter that functions with FBSD 4.11? I was hoping to get a 802.11g capable card, but it doesn't appear that the ath(4) driver is available to 4.11 and wi(4) seems to only mention 802.11a cards. The list in wi(4) also seems somewhat out of date. Is it even possible to use 802.11g cards with 4.11? I don't have the option of moving the system to 5.x or 6.x. Thanks for your time, Jason From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 18:53:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6608A16A41F for ; Fri, 28 Oct 2005 18:53:54 +0000 (GMT) (envelope-from bhepple@freeshell.org) Received: from mail04.syd.optusnet.com.au (mail04.syd.optusnet.com.au [211.29.132.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD93843D46 for ; Fri, 28 Oct 2005 18:53:53 +0000 (GMT) (envelope-from bhepple@freeshell.org) Received: from raita.finder.com.au (c210-49-134-123.rochd1.qld.optusnet.com.au [210.49.134.123]) by mail04.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j9SIrpmK031208 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 29 Oct 2005 04:53:52 +1000 Received: from raita.finder.com.au (localhost.localdomain [127.0.0.1]) by raita.finder.com.au (8.13.4/8.13.4) with SMTP id j9SIrpDN012144 for ; Sat, 29 Oct 2005 04:53:51 +1000 Date: Sat, 29 Oct 2005 04:53:46 +1000 From: Bob Hepple To: freebsd-questions@freebsd.org Message-Id: <20051029045346.0d82cde3.bhepple@freeshell.org> In-Reply-To: <20051027113903.4ff19458.bhepple@freeshell.org> References: <20051027113903.4ff19458.bhepple@freeshell.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sat__29_Oct_2005_04_53_47_+1000_Hi8c9._NRSeKc8tv" Subject: Re: ext2fs and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 18:53:54 -0000 --Signature=_Sat__29_Oct_2005_04_53_47_+1000_Hi8c9._NRSeKc8tv Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 27 Oct 2005 11:39:03 +1000 Bob Hepple wrote: > I need to export an ext2fs file system mounted at /mnt/guest - it's a > removable IDE disc that I carry to & from my linux system at work... >=20 > "mount" shows: >=20 > /dev/ad2s1 on /mnt/guest (ext2fs, local) >=20 > So, I put an entry into /etc/exports: >=20 > /mnt/guest -alldirs -network 192.168.254.0 -mask 255.255.255.0 >=20 > and then: >=20 > kill -s HUP `cat /var/run/mountd.pid` >=20 > "showmount localhost" shows nothing and in /var/log/messages I have: >=20 > Oct 27 11:36:01 raita kernel: ext2fs doesn't support the old mount syscall > Oct 27 11:36:01 raita mountd[417]: can't export /mnt/guest > Oct 27 11:36:01 raita mountd[417]: bad exports list line /mnt/guest -netw= ork 192.168.254.0 -mask 255.255.255.0 >=20 > ... so there's really no way to NFS export an ext2fs file system??? Hmmm - looks like no-one has good news for me on this front so I'll try a different approach: Can anyone suggest a UNIX filesystem for a removable IDE disc that can be used on linux and freebsd and that can be exported by NFS? Thanks Bob --=20 Bob Hepple mailto:bhepple@freeshell.org http://bhepple.freeshell.org Public Key: http://bhepple.freeshell.org/public_keys.txt --Signature=_Sat__29_Oct_2005_04_53_47_+1000_Hi8c9._NRSeKc8tv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDYnO/IUqTKyfdK8sRAtyiAJ9GH1IvErUqZdvfr4i806ujO9v41gCeJoc+ XSXN4+jsN7CY6cA0cCw+a78= =Wj0X -----END PGP SIGNATURE----- --Signature=_Sat__29_Oct_2005_04_53_47_+1000_Hi8c9._NRSeKc8tv-- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 19:03:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7856816A41F for ; Fri, 28 Oct 2005 19:03:54 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from biodiesel.gaiahost.coop (biodiesel.gaiahost.coop [64.95.78.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2120943D46 for ; Fri, 28 Oct 2005 19:03:53 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from localhost (host-64-65-195-19.spr.choiceone.net [::ffff:64.65.195.19]) (AUTH: LOGIN mark@hubcapconsulting.com) by biodiesel.gaiahost.coop with esmtp; Fri, 28 Oct 2005 15:03:51 -0400 id 0081C0B8.43627618.000065D7 Received: by localhost (sSMTP sendmail emulation); Fri, 28 Oct 2005 15:03:55 -0400 Date: Fri, 28 Oct 2005 15:03:54 -0400 From: Mark Bucciarelli To: freebsd-questions@freebsd.org Message-ID: <20051028190354.GB2272@rabbit> Mail-Followup-To: freebsd-questions@freebsd.org, Michael Christie References: <435B1576.6060406@christie.org.au> <20051028143224.GD428@rabbit> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20051028143224.GD428@rabbit> User-Agent: Mutt/1.4.2.1i Cc: Michael Christie Subject: Re: Linux computability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 19:03:54 -0000 On Fri, Oct 28, 2005 at 10:32:24AM -0400, Mark Bucciarelli wrote: > On Sun, Oct 23, 2005 at 02:45:42PM +1000, Michael Christie wrote: > > > Now Linux programs run in side of the jail. > > Thanks for posting what you had success with. > > I followed your instructions, but when I try to install the java/jdk14 > port inside the jail, I get the message that I need to mount > /compat/linux/proc. > > Could it be a difference in the value of security.jail.getfsstatroot? > What is the value of this param on your machine? Just for the record, I shut off this restriction and the port started compiling inside the jail. :) I'd like to turn it back on once jdk builds--can anybody tell me if java/jdk14 requires linprocfs? (I would guess not ...) m From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 20:15:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E1016A41F for ; Fri, 28 Oct 2005 20:15:38 +0000 (GMT) (envelope-from scode@starfury.scode.org) Received: from starfury.scode.org (starfury.scode.org [194.145.249.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AA6143D5C for ; Fri, 28 Oct 2005 20:15:36 +0000 (GMT) (envelope-from scode@starfury.scode.org) Received: by starfury.scode.org (Postfix, from userid 1001) id 409929A8857; Fri, 28 Oct 2005 22:15:34 +0200 (CEST) Date: Fri, 28 Oct 2005 22:15:34 +0200 From: Peter Schuller To: Denis Troshin Message-ID: <20051028201533.GA9896@starfury.scode.org> References: <1671561231.20280829005225@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1671561231.20280829005225@mail.ru> User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: Necessary code or trash? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 20:15:38 -0000 > Why most of bin (sbin) utilities are so big. > > For example, > > rm - 410 268 bytes, > mv - 407 568 bytes, > date - 423 748 bytes. > > Do they really contain only necessary code or > have more than a half of trash? Presumable they are statically linked; I believe 5.0 falls before the switch to a dynamically linked /bin by default. (See eg http://kerneltrap.org/node/1628) -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller ' Key retrieval: Send an E-Mail to getpgpkey@scode.org E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 20:30:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9E6E16A41F for ; Fri, 28 Oct 2005 20:30:37 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7218843D49 for ; Fri, 28 Oct 2005 20:30:32 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so384790wxc for ; Fri, 28 Oct 2005 13:30:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f+KG8dIFTRC4tD4ngLoqMP1zrwZcSAJ5GeZ6ZaZTxbn+hf1LkwQRe0pGXWdJetxKd5vDnJcG3YNKRJl6t6zIOw7mghIuIocWuWmw5Xfa2pCkxeE2aBVTDvlOauHAsDeLGiNhlsRv08AB13D6A80kB9CNXcTpQc9gfMvtPALNsnM= Received: by 10.65.148.15 with SMTP id a15mr388992qbo; Fri, 28 Oct 2005 13:30:31 -0700 (PDT) Received: by 10.65.154.4 with HTTP; Fri, 28 Oct 2005 13:30:31 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 16:30:31 -0400 From: John DeStefano To: freebsd-questions@freebsd.org, Eric F Crist In-Reply-To: <200510280640.04025.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510271904.17908.ringworm01@gmail.com> <200510280640.04025.ringworm01@gmail.com> Cc: Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 20:30:37 -0000 On 10/28/05, Michael C. Shultz wrote: > On Friday 28 October 2005 05:53, John DeStefano wrote: > > On 10/27/05, Michael C. Shultz wrote: > > > On Thursday 27 October 2005 18:49, Eric F Crist wrote: > > > > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote: > > > > > On 10/27/05, Andrew P. wrote: > > > > >> On 10/27/05, John DeStefano wrote: > > > > >>> After clearing out the ports, updating ports (with portsnap) an= d > > > > >>> source, and rebuilding the system and kernel... it seemed the > > > > >>> ultimate > > > > >>> problem was actually a dependency of the package to apache1.3. > > > > >>> After I > > > > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.= 1, > > > > >>> but > > > > >>> I still had trouble installing ports. > > > > > > > > At this point, what usually works for me is to: > > > > > > > > #cd /usr && rm -rf ./ports > > > > > > > > #mkdir ./ports && cvsup /root/ports-supfile > > > > > > > > The above will delete your ENTIRE ports tree, provided it's kept in= / > > > > usr/ports and as long as you use cvsup (and your ports supfile is / > > > > root/ports-supfile as mine is). When a whole bunch of ports stop > > > > working, I find this is the easiest thing to do. > > > > > > > > The other thing I do is run a cron job every week that updates, via > > > > cvsup, the ports tree. About once a year I perform the above, most= ly > > > > to clean out the crap. Re-downloading your entire ports tree will = be > > > > quicker if you don't use the ports-all tag and actually define whic= h > > > > port segments you are interested in. For example, there's no real > > > > reason to download all the x11/kde/gnome crap if you're doing this = on > > > > a headless server that isn't going to serve X. > > > > > > > > HTH > > > > > > Replacing /usr/ports won't fix his problems, they reside in /var/db/p= kg. > > > I may be a bit biased but I reaaly think John D. should try running > > > portmanager -u (ports/sysutils/portmanager). Stale dependencies is a= non > > > issue for portmanager. > > > > > > -Mike > > > > Biased indeed. ;) I tried it, and it did work for some ports, but not > > all. Here's the report output of a second run-through: > > > > status report finished > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > percentDone-=3D>16 =3D 100 - ( 100 * ( QTY_outOfDatePortsDb-=3D>10 / > > TOTAL_outOfDatePortsDb-=3D>12 ) ) > > checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency > > acroread-5.08 that needs to be updated first > > upgrade 0.3.0_0 info: ignoring scrollkeeper-0.3.12_1,1, reason: failed > > during (2) make > > upgrade 0.3.0_0 info: ignoring cups-pstoraster-7.07, reason: failed > > during (2) make > > checkForOldDepencies 0.3.0_0 skip: eog2-2.2.1 has a dependency > > scrollkeeper-0.3.12_1,1 that needs to be updated first > > checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency > > acroread-5.08 that needs to be updated first > > upgrade 0.3.0_0 info: ignoring emacs-21.3, reason: failed during (2) ma= ke > > upgrade 0.3.0_0 info: ignoring gconf-editor-2.4.0,1, reason: performed > > (6) emergancy restore > > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during (2) > > make checkForOldDepencies 0.3.0_0 skip: gnomeuserdocs2-2.0.6_1 has a > > dependency scrollkeeper-0.3.12_1,1 that needs to be updated first > > upgrade 0.3.0_0 info: ignoring acroread-5.08, reason: marked FORBIDDEN > > -----------------------------------------------------------------------= - > > update of ports collection complete with either some errors, ignored > > ports or both > > A few suggestions: > > If you want to update acroread-5.08 you should do that one manually > because it is FORBIDDEN, there is probably an overide switch, I don't > know what it is. You can also just comment out the FORBIDDEN line in > acroread-5.08's Makefile. Note ports are marked FORBIDDEN because > they have security problems.... > > I'm not sure about cups-pstoraster-7.07 builds but scrollkeeper-0.3.14_1= ,1 > builds on my system, try pkg_delete -f scrollkeeper-0.3.12_1,1 then > rerun portmanager -u and hopefully you will be down to just > cups-pstoraster-7.07 failing. You'll have to figure out its problem on yo= ur > own or contact the maintainer for help. > > -Mike After tons of manual deinstalling, upgrading, tinkering, etc. (I wanted to script everything I did, but at this point the audit trail would have been about a GB in size), I am down to a single outdated port: status report finished =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D percentDone-=3D>0 =3D 100 - ( 100 * ( QTY_outOfDatePortsDb-=3D>1 / TOTAL_outOfDatePortsDb-=3D>1 ) ) upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during (2) mak= e ------------------------------------------------------------------------ update of ports collection complete with either some errors, ignored ports or both Unfortunately, this is the most crucial of all, and ironically the one about which I've been asking since the beginning. As I mentioned earlier, upgrading this port bails consistently with a C callout to PEM_F_DEF_CALLBACK. I'd really like to get this port updated, not only to finally complete this insane goose chase of updating, but because I know that apache-2.0.48 is chock full of vulerabilities. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 21:39:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E44516A41F for ; Fri, 28 Oct 2005 21:39:27 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C339E43D48 for ; Fri, 28 Oct 2005 21:39:26 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.50] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9SLdXuD051783 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Fri, 28 Oct 2005 16:39:33 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=LXrgR05i+2E4oQeTQ39kxwBIa63da3FmsXRs0sIeAPBVBqzrDJpngKM3RW8+w7SnR HDRMs8opIC0CCYCpU5j+w== In-Reply-To: References: <200510271904.17908.ringworm01@gmail.com> <200510280640.04025.ringworm01@gmail.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6FB767AE-D4D7-4C38-90C0-726D48AF5654@secure-computing.net> Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Fri, 28 Oct 2005 16:39:04 -0500 To: John DeStefano X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-4.6 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 21:39:27 -0000 > status report finished > ====================================================================== > == > percentDone-=>0 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>1 / > TOTAL_outOfDatePortsDb-=>1 ) ) > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during > (2) make > ---------------------------------------------------------------------- > -- > update of ports collection complete with either some errors, ignored > ports or both > > > Unfortunately, this is the most crucial of all, and ironically the one > about which I've been asking since the beginning. As I mentioned > earlier, upgrading this port bails consistently with a C callout to > PEM_F_DEF_CALLBACK. I'd really like to get this port updated, not > only to finally complete this insane goose chase of updating, but > because I know that apache-2.0.48 is chock full of vulerabilities. > > > cd /usr/ports/www/apache20 && make deinstall && make clean && make reinstall See what happens. ----- Eric F Crist Secure Computing Networks http://www.secure-computing.net From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 22:07:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FA1516A41F for ; Fri, 28 Oct 2005 22:07:16 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9685843D46 for ; Fri, 28 Oct 2005 22:07:15 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so411382wxc for ; Fri, 28 Oct 2005 15:07:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:content-disposition:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:message-id; b=GNqlqj4jo/zRIY5OybSsPJYmRddP1MB1PWNsMzWdMr7aIEGBuTNwCeqxhwsvv8crEWiDgNGyKXt0Td1c/CTkk1gqsSE6FKlmoIHh94D622D5EDgpz2v8HGMyeVj+HfS419aPO1hUk10HPOvuK+Uu0TejBvQEx4weXGlXe9uQDkg= Received: by 10.70.82.3 with SMTP id f3mr548678wxb; Fri, 28 Oct 2005 15:07:14 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id i11sm449360wxd.2005.10.28.15.07.11; Fri, 28 Oct 2005 15:07:14 -0700 (PDT) Content-Disposition: inline From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Fri, 28 Oct 2005 15:08:58 -0700 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200510281508.59192.ringworm01@gmail.com> Subject: Fwd: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 22:07:16 -0000 ---------- Forwarded Message ---------- Subject: Re: portupgrade stale dependencies Date: Friday 28 October 2005 15:02 From: "Michael C. Shultz" To: John DeStefano On Friday 28 October 2005 13:29, John DeStefano wrote: > On 10/28/05, Michael C. Shultz wrote: > > On Friday 28 October 2005 05:53, John DeStefano wrote: > > > On 10/27/05, Michael C. Shultz wrote: > > > > On Thursday 27 October 2005 18:49, Eric F Crist wrote: > > > > > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote: > > > > > > On 10/27/05, Andrew P. wrote: > > > > > >> On 10/27/05, John DeStefano wrote: > > > > > >>> After clearing out the ports, updating ports (with portsnap) > > > > > >>> and source, and rebuilding the system and kernel... it seemed > > > > > >>> the ultimate > > > > > >>> problem was actually a dependency of the package to apache1.3. > > > > > >>> After I > > > > > >>> ran 'pkgdb -F' and "fixed" this dependency to point to > > > > > >>> apache2.1, but > > > > > >>> I still had trouble installing ports. > > > > > > > > > > At this point, what usually works for me is to: > > > > > > > > > > #cd /usr && rm -rf ./ports > > > > > > > > > > #mkdir ./ports && cvsup /root/ports-supfile > > > > > > > > > > The above will delete your ENTIRE ports tree, provided it's kept in > > > > > / usr/ports and as long as you use cvsup (and your ports supfile is > > > > > / root/ports-supfile as mine is). When a whole bunch of ports stop > > > > > working, I find this is the easiest thing to do. > > > > > > > > > > The other thing I do is run a cron job every week that updates, via > > > > > cvsup, the ports tree. About once a year I perform the above, > > > > > mostly to clean out the crap. Re-downloading your entire ports > > > > > tree will be quicker if you don't use the ports-all tag and > > > > > actually define which port segments you are interested in. For > > > > > example, there's no real reason to download all the x11/kde/gnome > > > > > crap if you're doing this on a headless server that isn't going to > > > > > serve X. > > > > > > > > > > HTH > > > > > > > > Replacing /usr/ports won't fix his problems, they reside in > > > > /var/db/pkg. I may be a bit biased but I reaaly think John D. should > > > > try running portmanager -u (ports/sysutils/portmanager). Stale > > > > dependencies is a non issue for portmanager. > > > > > > > > -Mike > > > > > > Biased indeed. ;) I tried it, and it did work for some ports, but not > > > all. Here's the report output of a second run-through: > > > > > > status report finished > > > ======================================================================= > > >= percentDone-=>16 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>10 / > > > TOTAL_outOfDatePortsDb-=>12 ) ) > > > checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency > > > acroread-5.08 that needs to be updated first > > > upgrade 0.3.0_0 info: ignoring scrollkeeper-0.3.12_1,1, reason: failed > > > during (2) make > > > upgrade 0.3.0_0 info: ignoring cups-pstoraster-7.07, reason: failed > > > during (2) make > > > checkForOldDepencies 0.3.0_0 skip: eog2-2.2.1 has a dependency > > > scrollkeeper-0.3.12_1,1 that needs to be updated first > > > checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency > > > acroread-5.08 that needs to be updated first > > > upgrade 0.3.0_0 info: ignoring emacs-21.3, reason: failed during (2) > > > make upgrade 0.3.0_0 info: ignoring gconf-editor-2.4.0,1, reason: > > > performed (6) emergancy restore > > > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during (2) > > > make checkForOldDepencies 0.3.0_0 skip: gnomeuserdocs2-2.0.6_1 has a > > > dependency scrollkeeper-0.3.12_1,1 that needs to be updated first > > > upgrade 0.3.0_0 info: ignoring acroread-5.08, reason: marked FORBIDDEN > > > ----------------------------------------------------------------------- > > >- update of ports collection complete with either some errors, ignored > > > ports or both > > > > A few suggestions: > > > > If you want to update acroread-5.08 you should do that one manually > > because it is FORBIDDEN, there is probably an overide switch, I don't > > know what it is. You can also just comment out the FORBIDDEN line in > > acroread-5.08's Makefile. Note ports are marked FORBIDDEN because > > they have security problems.... > > > > I'm not sure about cups-pstoraster-7.07 builds but > > scrollkeeper-0.3.14_1,1 builds on my system, try pkg_delete -f > > scrollkeeper-0.3.12_1,1 then rerun portmanager -u and hopefully you will > > be down to just > > cups-pstoraster-7.07 failing. You'll have to figure out its problem on > > your own or contact the maintainer for help. > > > > -Mike > > After tons of manual deinstalling, upgrading, tinkering, etc. (I > wanted to script everything I did, but at this point the audit trail > would have been about a GB in size), I am down to a single outdated > port: > > status report finished > ======================================================================== > percentDone-=>0 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>1 / > TOTAL_outOfDatePortsDb-=>1 ) ) > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during (2) > make > ------------------------------------------------------------------------ > update of ports collection complete with either some errors, ignored ports > or both > > > Unfortunately, this is the most crucial of all, and ironically the one > about which I've been asking since the beginning. As I mentioned > earlier, upgrading this port bails consistently with a C callout to > PEM_F_DEF_CALLBACK. I'd really like to get this port updated, not > only to finally complete this insane goose chase of updating, but > because I know that apache-2.0.48 is chock full of vulerabilities. I looked back at your old messages: I added the "WITH_APACHE2=true" parameter, but when I try to upgrade my apache port, it seems to still be looking to the "wrong" version: ...Upgrading 'apache-2.0.48' to 'apache-2.1.4' (www/apache21) On my system apache would upgrade to apache-2.0.5, you can test this on yours by doing this: /usr/ports/www/apache2>make -V PKGNAME result-=> apache-2.0.55 apache-2.0.55 builds just fine here, maybe it is because I use open ssl from base and not ports? I have this in my /etc/make.conf WITH_OPENSSL_BASE=YES -Mike A quick search of the apache2 sources reveals: find /tmp/usr/ports/www/apache2/work/. | xargs grep PEM_F_DEF_CALLBACK /tmp/usr/ports/www/apache2/work/./httpd-2.0.55/modules/ssl/ssl_toolkit_compat .h:#ifndef PEM_F_DEF_CALLBACK /tmp/usr/ports/www/apache2/work/./httpd-2.0.55/modules/ssl/ssl_toolkit_compat .h:/* In OpenSSL 0.9.8 PEM_F_DEF_CALLBACK was renamed */ /tmp/usr/ports/www/apache2/work/./httpd-2.0.55/modules/ssl/ssl_toolkit_compat .h:#define PEM_F_DEF_CALLBACK PEM_F_PEM_DEF_CALLBACK /tmp/usr/ports/www/apache2/work/./httpd-2.0.55/modules/ssl/ssl_toolkit_compat .h:#ifndef PEM_F_DEF_CALLBACK /tmp/usr/ports/www/apache2/work/./httpd-2.0.55/modules/ssl/ssl_toolkit_compat .h:#define PEM_F_DEF_CALLBACK PEM_F_DEF_CB /tmp/usr/ports/www/apache2/work/./httpd-2.0.55/modules/ssl/ssl_engine_pphrase .c: PEMerr(PEM_F_DEF_CALLBACK,PEM_R_PROBLEMS_GETTING_PASSWORD); /tmp/usr/ports/www/apache2/work/./httpd-2.0.55/modules/ssl/ssl_engine_pphrase .c: PEMerr(PEM_F_DEF_CALLBACK,PEM_R_PROBLEMS_GETTING_PASSWORD); /tmp/usr/ports/www/apache2/work/./httpd-2.0.55/modules/ssl/ssl_engine_pphrase .c: PEMerr(PEM_F_DEF_CALLBACK,PEM_R_PROBLEMS_GETTING_PASSWORD); ------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 22:17:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10CE716A41F for ; Fri, 28 Oct 2005 22:17:42 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from piccollo.p6m7g8.net (c66-236-219-70.ip.panth.com [66.236.219.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95A3243D48 for ; Fri, 28 Oct 2005 22:17:41 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.0.204] (pcp09579105pcs.rtchrd01.md.comcast.net [69.244.86.63]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.4/8.13.4) with ESMTP id j9SMHdii097809 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 28 Oct 2005 18:17:43 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <4362A37D.4050604@p6m7g8.com> Date: Fri, 28 Oct 2005 18:17:33 -0400 From: "Philip M. Gollucci" User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Cody Holland References: <4B3EE484EEA4F344BBB62F8316489986467D6F@corpsrv.RedMoon.local> In-Reply-To: <4B3EE484EEA4F344BBB62F8316489986467D6F@corpsrv.RedMoon.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Apache::DBI Problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 22:17:42 -0000 Cody Holland wrote: > I'm having some major issues with perl site I'm trying to get working. > I'm running FreeBSD 5.4 stable using Apache 2.0.55 and perl 5.8.7. The > error I'm getting is: > Can't locate object method "connect_on_init" via package "Apache::DBI" > (perhaps you forgot to load "Apache::DBI"?) Make sure you use version 0.9901 in my CPAN dir. -- END ------------------------------------------------------------ What doesn't kill us can only make us stronger. Nothing is impossible. Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198 Consultant / http://p6m7g8.net/Resume/ Senior Developer / Liquidity Services, Inc. http://www.liquidityservicesinc.com http://www.liquidation.com http://www.uksurplus.com http://www.govliquidation.com http://www.gowholesale.com From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 23:00:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F73816A42F for ; Fri, 28 Oct 2005 23:00:38 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1739C43D55 for ; Fri, 28 Oct 2005 23:00:29 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by xproxy.gmail.com with SMTP id s13so87590wxc for ; Fri, 28 Oct 2005 16:00:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kFn1eQxcN08hcOGxJ78vxWYXK1Y4OWTTL+feXupHieckHwYDPQkWyrkROQkWJxCG9K2yyiN1cgz+Qr9Dy7f3tDpksnAIV0GMYXUniPD4zGhy6QuZipCQAg2zwawpL4KVG0OuuhLj/sM1NbyGzxE4lxFxWqEHyW5uGpalfyjrAOc= Received: by 10.64.251.6 with SMTP id y6mr482284qbh; Fri, 28 Oct 2005 16:00:29 -0700 (PDT) Received: by 10.64.178.17 with HTTP; Fri, 28 Oct 2005 16:00:29 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 16:00:29 -0700 From: patrick To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: FreeBSD 4.11 + imap-uw = PAM problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 23:00:39 -0000 I'm getting the following errors with imap-uw on FreeBSD 4.11 when I connect to the POP3 or IMAP server: Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: pam_sm_open_se= ssion Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: pam_sm_close_session I installed imap-uw from the ports collection, and my pam.conf has: imap auth required pam_unix.so imap account required pam_unix.so imap session required pam_unix.so pop3 auth required pam_unix.so pop3 account required pam_unix.so pop3 session required pam_unix.so I don't know a lot about PAM, so I'm not even sure where to start to fix this. I have a similar setup going on a FreeBSD 4.62 machine, and it works fine. Any help would be greatly appreciated. Patrick From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 23:08:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F1A16A41F for ; Fri, 28 Oct 2005 23:08:11 +0000 (GMT) (envelope-from gary@hayers.org) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776FD43D48 for ; Fri, 28 Oct 2005 23:08:10 +0000 (GMT) (envelope-from gary@hayers.org) Received: from thor.hayers.net ([82.34.131.150]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Sat, 29 Oct 2005 00:08:59 +0100 Received: from [192.168.8.2] (bart.hayers.net [192.168.8.2]) (authenticated bits=0) by thor.hayers.net (8.13.4/8.13.4) with ESMTP id j9SN85e0020380; Sat, 29 Oct 2005 00:08:05 +0100 (BST) (envelope-from gary@hayers.org) Message-ID: <4362AF61.20501@hayers.org> Date: Sat, 29 Oct 2005 00:08:17 +0100 From: Gary Hayers User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: patrick References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter with Sophos (http://www.amavis.org) X-OriginalArrivalTime: 28 Oct 2005 23:08:59.0739 (UTC) FILETIME=[946A7AB0:01C5DC14] Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 4.11 + imap-uw = PAM problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 23:08:11 -0000 On my 4.11-STABLE box I dont get this in my logs, I have enclosed my pam.cof for your consideration. # Mail services imap auth required pam_unix.so try_first_pass pop3 auth required pam_unix.so try_first_pass #imap auth required pam_unix.so #imap account required pam_unix.so #imap session required pam_unix.so #pop3 auth required pam_unix.so #pop3 account required pam_unix.so #pop3 session required pam_unix.so patrick wrote: > I'm getting the following errors with imap-uw on FreeBSD 4.11 when I > connect to the POP3 or IMAP server: > > Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: pam_sm_open_session > Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: > pam_sm_close_session > > I installed imap-uw from the ports collection, and my pam.conf has: > > imap auth required pam_unix.so > imap account required pam_unix.so > imap session required pam_unix.so > pop3 auth required pam_unix.so > pop3 account required pam_unix.so > pop3 session required pam_unix.so > > I don't know a lot about PAM, so I'm not even sure where to start to > fix this. I have a similar setup going on a FreeBSD 4.62 machine, and > it works fine. > > Any help would be greatly appreciated. > > Patrick > _______________________________________________ > 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 Fri Oct 28 23:08:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08C1116A41F for ; Fri, 28 Oct 2005 23:08:33 +0000 (GMT) (envelope-from slaryn@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6428643D53 for ; Fri, 28 Oct 2005 23:08:32 +0000 (GMT) (envelope-from slaryn@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so475252nzk for ; Fri, 28 Oct 2005 16:08:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=HFy6NS8X1qrqE80azZy+Ns7BiKW5zGXVMAQywtdBhbW8se0KYjmDL5HCeTH+dXfsNsXh9hbgaxgODPePU/FnPYPOrFjWjgMrhe3mnGARmmdSgxHpOjPP2pT4hrv/BWNq3J15wlmwNtAPYoTHZfGqr7ozxMrxOvHkBPnBI8veh2g= Received: by 10.37.18.44 with SMTP id v44mr780858nzi; Fri, 28 Oct 2005 16:08:31 -0700 (PDT) Received: from ?10.125.88.138? ( [200.77.50.37]) by mx.gmail.com with ESMTP id m2sm578808nzf.2005.10.28.16.08.30; Fri, 28 Oct 2005 16:08:31 -0700 (PDT) Message-ID: <43615DBD.40402@gmail.com> Date: Thu, 27 Oct 2005 17:07:41 -0600 From: Slavik User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051002) 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 Cc: Subject: HP 1315 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 23:08:33 -0000 Hi! Help me please.I have HP 1315 All-in-one.How can I set it in FreeBSD(6.0RC). Thank you! Vyacheslav Rynkevich. From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 23:37:47 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 443A016A41F for ; Fri, 28 Oct 2005 23:37:47 +0000 (GMT) (envelope-from djp@polands.org) Received: from corinth.polands.org (CPE-72-129-222-120.new.res.rr.com [72.129.222.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D15643D62 for ; Fri, 28 Oct 2005 23:37:43 +0000 (GMT) (envelope-from djp@polands.org) Received: from jericho.polands.org (jericho.polands.org [172.16.1.35]) by corinth.polands.org (8.13.4/8.13.4) with ESMTP id j9SL9lOd084350 for ; Fri, 28 Oct 2005 16:09:47 -0500 (CDT) (envelope-from djp@polands.org) Received: from jericho.polands.org (localhost [127.0.0.1]) by jericho.polands.org (8.13.4/8.13.1) with ESMTP id j9SL9lMc047312 for ; Fri, 28 Oct 2005 16:09:47 -0500 (CDT) (envelope-from djp@jericho.polands.org) Received: (from djp@localhost) by jericho.polands.org (8.13.4/8.13.1/Submit) id j9SL9lnA047311 for questions@freebsd.org; Fri, 28 Oct 2005 16:09:47 -0500 (CDT) (envelope-from djp) Date: Fri, 28 Oct 2005 16:09:47 -0500 From: Doug Poland To: questions@freebsd.org Message-ID: <20051028210946.GF46357@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 X-Virus-Scanned: ClamAV 0.87/1149/Thu Oct 27 15:20:09 2005 on corinth.polands.org X-Virus-Status: Clean Cc: Subject: Removing kernel options and devices in today's world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 23:37:47 -0000 Hello, I've been using FreeBSD since 2.1.5 and have dutifully tweaked my kernels to include devices I need, and remove unwanted things. This made a big difference on 486's with 16MB of memory. Over the years I've developed a procedure for keeping track of changes in GENERIC and reducing the amount of time it takes to build a custom kernel for a given box. Fast-forward to 2005, PCI, SMP, gigabytes of RAM, kernel loadable modules and FreeBSD 6.x. As I begin preparing some boxes for updating to 6, I'm wondering if it's really worth the effort to tweak a kernel? And by this I mean removing devices and options. It's trivial to have an include for the devices/options I need to add to every kernel. But the list of things to take out keeps getting bigger and bigger and the chance for errors in editing increase. I'm thinking of just running GENERIC with necessary additions. Most of my boxes are workstations or department-sized servers supporting basic web, email, and file/print services. Architecture is all 32-bit Intel ranging from modest PIII to 4-way Xeon P4. I can come up with several arguments for both cases (running GENERIC vs. trimming all unneeded "fat" from a kernel). Has anyone else wrestled with this issue and come up with interesting conclusions? -- Regards, Doug From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 00:02:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A14916A41F for ; Sat, 29 Oct 2005 00:02:41 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A4943D45 for ; Sat, 29 Oct 2005 00:02:40 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 15009 invoked from network); 29 Oct 2005 00:02:40 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Oct 2005 00:02:40 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 4C2FC2843A; Fri, 28 Oct 2005 20:02:39 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Tim Goodaire References: <1130531054.00395677.1130519401@10.7.7.3> <1130519845.13487.6.camel@mandarin-04> <1130531076.00395685.1130520603@10.7.7.3> From: Lowell Gilbert Date: 28 Oct 2005 20:02:39 -0400 In-Reply-To: <1130531076.00395685.1130520603@10.7.7.3> Message-ID: <44zmotp4v4.fsf@be-well.ilk.org> Lines: 33 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: FreeBSD doesn't recognize my hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 29 Oct 2005 00:02:41 -0000 Tim Goodaire writes: > They're IDE drives. The first drive is detected as this: > > ad0: 38166MB at ata0-master UDMA33 > > Tim > > Derrick MacPherson wrote: > > >ide? scsi? what type of card or controller are the plugged into? > > > >On Fri, 2005-10-28 at 13:06 -0400, Tim Goodaire wrote: > > > >>Hello everyone, > >> > >> I'm having an odd problem. I have an old P2 box with two > >> harddrives. Both of them are detected fine in the BIOS, and they > >> are both listed at boot up, when it lists the BIOS drives. After > >> that, there is no mention of the second drive in the boot messages, > >> and there isn't a device listed for it in /dev. > >> > >> I don't know what's going on. Both drives worked find under Linux, > >> and it seems like FreeBSD sort of knows about this drive. Any ideas > >> on what I can do to track down the problem? Just the obvious kind of tracking things down: Is the controller detected for the drive that isn't detected? Is anything else on that controller? If not, is the disk in the master slot on that bus? And all the normal stuff that was posted just before your original question: http://www.lemis.com/questions.html. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 00:31:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9EE416A41F for ; Sat, 29 Oct 2005 00:31:17 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7B843D45 for ; Sat, 29 Oct 2005 00:31:17 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so442142wxc for ; Fri, 28 Oct 2005 17:31:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eNC3kPfpIAp6Tix46j7lSZZieIUq1fQ4qPBUWwLPpnZuKBM34GuZvwUtgG82BmD/qubpufNfJ9mcK8Sh9ovoHeKb6nDe55y7fgrAJMxWna7TVRk5ZT2Tt71HINGOlX/nEZJyfdMShZer1BbO+tBnbhz++2xHw8mya3+TWUEATj4= Received: by 10.65.236.1 with SMTP id n1mr511167qbr; Fri, 28 Oct 2005 17:31:16 -0700 (PDT) Received: by 10.65.154.4 with HTTP; Fri, 28 Oct 2005 17:31:16 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 20:31:16 -0400 From: John DeStefano To: Eric F Crist In-Reply-To: <6FB767AE-D4D7-4C38-90C0-726D48AF5654@secure-computing.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510271904.17908.ringworm01@gmail.com> <200510280640.04025.ringworm01@gmail.com> <6FB767AE-D4D7-4C38-90C0-726D48AF5654@secure-computing.net> Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 00:31:18 -0000 On 10/28/05, Eric F Crist wrote: > > status report finished > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D > > percentDone-=3D>0 =3D 100 - ( 100 * ( QTY_outOfDatePortsDb-=3D>1 / > > TOTAL_outOfDatePortsDb-=3D>1 ) ) > > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during > > (2) make > > ---------------------------------------------------------------------- > > -- > > update of ports collection complete with either some errors, ignored > > ports or both > > > > > > Unfortunately, this is the most crucial of all, and ironically the one > > about which I've been asking since the beginning. As I mentioned > > earlier, upgrading this port bails consistently with a C callout to > > PEM_F_DEF_CALLBACK. I'd really like to get this port updated, not > > only to finally complete this insane goose chase of updating, but > > because I know that apache-2.0.48 is chock full of vulerabilities. > > > > > > > > > cd /usr/ports/www/apache20 && make deinstall && make clean && make > reinstall > > See what happens. > Talk about strange: # cd /usr/ports/www/apache20/ # make deinstall =3D=3D=3D> Deinstalling for www/apache20 =3D=3D=3D> apache not installed, skipping # make -V PKGNAME apache-2.0.55 # pkg_info | grep apache apache-2.0.48 Version 2 of the extremely popular Apache http server # apachectl -v Server version: Apache/2.0.48 Server built: Nov 19 2003 22:44:21 From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 00:33:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F1E616A41F for ; Sat, 29 Oct 2005 00:33:51 +0000 (GMT) (envelope-from efinleywork@efinley.com) Received: from postmaster.etv.net (postmaster.etv.net [208.14.190.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id E592A43D46 for ; Sat, 29 Oct 2005 00:33:50 +0000 (GMT) (envelope-from efinleywork@efinley.com) Received: from work.efinley.com ([205.161.203.55] helo=elliotdevelop) by postmaster.etv.net with smtp (Exim 4.52 (FreeBSD)) id 1EVefO-0008mt-6f for freebsd-questions@freebsd.org; Fri, 28 Oct 2005 18:33:50 -0600 Message-ID: <07d601c5dc20$6ea97270$37cba1cd@emerytelcom.com> From: "Elliot Finley" To: Date: Fri, 28 Oct 2005 18:33:50 -0600 Organization: Emery Telcom MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: ports manager vs. portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Elliot Finley List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 00:33:51 -0000 pros and cons anyone? I've always used portupgrade and it works pretty well, but I'm curious as to how ports manager compares. Elliot From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 02:16:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D36716A41F for ; Sat, 29 Oct 2005 02:16:56 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF10B43D45 for ; Sat, 29 Oct 2005 02:16:55 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by xproxy.gmail.com with SMTP id s13so122556wxc for ; Fri, 28 Oct 2005 19:16:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UPl34gr2ehi9/4MVADJKSkDF2vkLYbbCER5NF6Ob8dunfCeNVe69m7KIDjrfLpuEtPiT7rGYfFJmMAXFCf2NNm1azPKW6MlscoLgp50mf2mq3ifkCWNVhfonLPu0JdBFleqhwLP13Ep93K6vIkM/7tvw/pvdSjzAd0blethnzb0= Received: by 10.64.193.19 with SMTP id q19mr568797qbf; Fri, 28 Oct 2005 19:16:55 -0700 (PDT) Received: by 10.64.178.17 with HTTP; Fri, 28 Oct 2005 19:16:55 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 19:16:55 -0700 From: patrick To: Gary Hayers In-Reply-To: <4362AF61.20501@hayers.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4362AF61.20501@hayers.org> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 4.11 + imap-uw = PAM problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 02:16:56 -0000 Thanks, that did the trick. I wonder why the installation instructions on the port said to add all of those other lines? Patrick On 10/28/05, Gary Hayers wrote: > On my 4.11-STABLE box I dont get this in my logs, I have enclosed my > pam.cof for your consideration. > > # Mail services > imap auth required pam_unix.so try_first_pass > pop3 auth required pam_unix.so try_first_pass > #imap auth required pam_unix.so > #imap account required pam_unix.so > #imap session required pam_unix.so > #pop3 auth required pam_unix.so > #pop3 account required pam_unix.so > #pop3 session required pam_unix.so > > patrick wrote: > > I'm getting the following errors with imap-uw on FreeBSD 4.11 when I > > connect to the POP3 or IMAP server: > > > > Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: pam_sm_ope= n_session > > Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: > > pam_sm_close_session > > > > I installed imap-uw from the ports collection, and my pam.conf has: > > > > imap auth required pam_unix.so > > imap account required pam_unix.so > > imap session required pam_unix.so > > pop3 auth required pam_unix.so > > pop3 account required pam_unix.so > > pop3 session required pam_unix.so > > > > I don't know a lot about PAM, so I'm not even sure where to start to > > fix this. I have a similar setup going on a FreeBSD 4.62 machine, and > > it works fine. > > > > Any help would be greatly appreciated. > > > > Patrick > > _______________________________________________ > > 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 Sat Oct 29 02:20:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F36E16A41F for ; Sat, 29 Oct 2005 02:20:30 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 075AD43D46 for ; Sat, 29 Oct 2005 02:20:29 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so533004nzd for ; Fri, 28 Oct 2005 19:20:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=ngssAFCsUWspuBkaKBr2HXQLnn4Izn4sbZYqSSOUBnJBM4syXuEpFgibzyIvYuxs5//k8ywWEcCoczkb701FMch8QXU16GHf9EKSlV7gs/ez0DtJhvYcfBiortvb+gUb8m2X5KwxrJe/OACnhCunkZfLu41QURuQrvm4AysgGx4= Received: by 10.36.10.17 with SMTP id 17mr880991nzj; Fri, 28 Oct 2005 19:20:29 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 23sm381258nzn.2005.10.28.19.20.28; Fri, 28 Oct 2005 19:20:29 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Fri, 28 Oct 2005 19:22:15 -0700 User-Agent: KMail/1.8.2 References: <6FB767AE-D4D7-4C38-90C0-726D48AF5654@secure-computing.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510281922.16495.ringworm01@gmail.com> Cc: Eric F Crist , John DeStefano Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 02:20:30 -0000 On Friday 28 October 2005 17:31, John DeStefano wrote: > On 10/28/05, Eric F Crist wrote: > > > status report finished > > > ====================================================================== > > > == > > > percentDone-=>0 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>1 / > > > TOTAL_outOfDatePortsDb-=>1 ) ) > > > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during > > > (2) make > > > ---------------------------------------------------------------------- > > > -- > > > update of ports collection complete with either some errors, ignored > > > ports or both > > > > > > > > > Unfortunately, this is the most crucial of all, and ironically the one > > > about which I've been asking since the beginning. As I mentioned > > > earlier, upgrading this port bails consistently with a C callout to > > > PEM_F_DEF_CALLBACK. I'd really like to get this port updated, not > > > only to finally complete this insane goose chase of updating, but > > > because I know that apache-2.0.48 is chock full of vulerabilities. > > > > cd /usr/ports/www/apache20 && make deinstall && make clean && make > > reinstall > > > > See what happens. > > Talk about strange: > > # cd /usr/ports/www/apache20/ > # make deinstall > ===> Deinstalling for www/apache20 > ===> apache not installed, skipping > > # make -V PKGNAME > apache-2.0.55 > > # pkg_info | grep apache > apache-2.0.48 Version 2 of the extremely popular Apache http server > > # apachectl -v > Server version: Apache/2.0.48 > Server built: Nov 19 2003 22:44:21 > _______________________________________________ > 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 ls /var/db/pkg/a* any apache versions in there? -Mike From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 02:29:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE2C16A41F for ; Sat, 29 Oct 2005 02:29:14 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 889AB43D48 for ; Sat, 29 Oct 2005 02:29:13 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 0DEE0131BB4; Sat, 29 Oct 2005 11:59:12 +0930 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id E7D418491A; Sat, 29 Oct 2005 11:59:11 +0930 (CST) Date: Sat, 29 Oct 2005 11:59:11 +0930 From: Greg 'groggy' Lehey To: Mohsen Pahlevanzadeh Message-ID: <20051029022911.GF18677@wantadilla.lemis.com> References: <437950FC.20409@pahlevanzadeh.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="B0nZA57HJSoPbsHY" Content-Disposition: inline In-Reply-To: <437950FC.20409@pahlevanzadeh.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: freebsd-questions@freebsd.org Subject: Re: Aztech modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 02:29:14 -0000 --B0nZA57HJSoPbsHY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 15 November 2005 at 6:37:40 +0330, Mohsen Pahlevanzadeh wrote: > Dears, > I can use my modem in GNU/Linux (each distro,without problem) > My modem is external & its mark is Aztech.I use dos port. > But i can't use /dev/cuaa0 or plus in FreeBSD. > Please guide ...... http://www.lemis.com/questions.html Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers. --B0nZA57HJSoPbsHY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDYt53IubykFB6QiMRAucoAJ0VNWgv5D4KHqCww408P2fGBr1IKACfVd1o 7jv6hqrLFFMB9eINq3RkUd8= =i0lW -----END PGP SIGNATURE----- --B0nZA57HJSoPbsHY-- From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 02:50:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD50E16A420 for ; Sat, 29 Oct 2005 02:50:28 +0000 (GMT) (envelope-from gary@hayers.org) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A4943D4C for ; Sat, 29 Oct 2005 02:50:27 +0000 (GMT) (envelope-from gary@hayers.org) Received: from thor.hayers.net ([82.34.131.150]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Sat, 29 Oct 2005 03:51:18 +0100 Received: from [192.168.8.2] (bart.hayers.net [192.168.8.2]) (authenticated bits=0) by thor.hayers.net (8.13.4/8.13.4) with ESMTP id j9T2oMWr088177; Sat, 29 Oct 2005 03:50:23 +0100 (BST) (envelope-from gary@hayers.org) Message-ID: <4362E36E.80908@hayers.org> Date: Sat, 29 Oct 2005 03:50:22 +0100 From: Gary Hayers User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: patrick References: <4362AF61.20501@hayers.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter with Sophos (http://www.amavis.org) X-OriginalArrivalTime: 29 Oct 2005 02:51:19.0060 (UTC) FILETIME=[A3455540:01C5DC33] Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 4.11 + imap-uw = PAM problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 02:50:29 -0000 Glad I could be of service. patrick wrote: > Thanks, that did the trick. I wonder why the installation instructions > on the port said to add all of those other lines? > > Patrick > > On 10/28/05, Gary Hayers wrote: > >>On my 4.11-STABLE box I dont get this in my logs, I have enclosed my >>pam.cof for your consideration. >> >># Mail services >>imap auth required pam_unix.so try_first_pass >>pop3 auth required pam_unix.so try_first_pass >>#imap auth required pam_unix.so >>#imap account required pam_unix.so >>#imap session required pam_unix.so >>#pop3 auth required pam_unix.so >>#pop3 account required pam_unix.so >>#pop3 session required pam_unix.so >> >>patrick wrote: >> >>>I'm getting the following errors with imap-uw on FreeBSD 4.11 when I >>>connect to the POP3 or IMAP server: >>> >>>Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: pam_sm_open_session >>>Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: >>>pam_sm_close_session >>> >>>I installed imap-uw from the ports collection, and my pam.conf has: >>> >>>imap auth required pam_unix.so >>>imap account required pam_unix.so >>>imap session required pam_unix.so >>>pop3 auth required pam_unix.so >>>pop3 account required pam_unix.so >>>pop3 session required pam_unix.so >>> >>>I don't know a lot about PAM, so I'm not even sure where to start to >>>fix this. I have a similar setup going on a FreeBSD 4.62 machine, and >>>it works fine. >>> >>>Any help would be greatly appreciated. >>> >>>Patrick >>>_______________________________________________ >>>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 Sat Oct 29 02:53:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F10416A41F for ; Sat, 29 Oct 2005 02:53:10 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07EEB43D45 for ; Sat, 29 Oct 2005 02:53:09 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from [127.0.0.1] (localhost.natserv.net [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id EA8CB7DBA; Fri, 28 Oct 2005 22:53:08 -0400 (EDT) Message-ID: <4362E414.50607@stringsutils.com> Date: Fri, 28 Oct 2005 22:53:08 -0400 From: Francisco Reyes User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050911) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jack T References: <435BB6C4.3070705@highperformance.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: OpenAFS for FreeBSD... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 02:53:10 -0000 Jack T wrote: >On 10/23/05, Jack T wrote: > > >>It's broken only for the reason that it overwrites files from >>security/heimdal. Otherwise, I believe it works just fine on FreeBSD 5.4. >> >> >> Is this something that needs to be fixed in the port? How stable is it? How about performance? I have been looking into AFS and Arla sounds interesting. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 03:06:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C7FB16A41F for ; Sat, 29 Oct 2005 03:06:07 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20BB943D46 for ; Sat, 29 Oct 2005 03:06:05 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from [127.0.0.1] (localhost.natserv.net [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id B1BC77DAE; Fri, 28 Oct 2005 23:06:04 -0400 (EDT) Message-ID: <4362E71C.9040803@stringsutils.com> Date: Fri, 28 Oct 2005 23:06:04 -0400 From: Francisco Reyes User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050911) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pat Maddox References: <810a540e0510241002l56e9e0d1ra4c4f949da4a8fb9@mail.gmail.com> In-Reply-To: <810a540e0510241002l56e9e0d1ra4c4f949da4a8fb9@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Backing up postgresql data X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 03:06:07 -0000 Pat Maddox wrote: >I've got postgresql 8 running on my system, and want to do nightly >backups of the database. > I recommend 1- Nightly dumpall 2- More frequent backup of databases that change often. You can setup a script like: #!/bin/sh PGUSER= PGPASSWORD= export PGUSER export PGPASSWORD /usr/local/bin/pg_dumpall |/usr/bin/bzip2 -c > Of course you can change it to a "sh" script. :-) For the single DB ones you can use #!/bin/sh PGUSER= PGPASSWORD= export PGUSER export PGPASSWORD cd echo Dumping database to BACKUP directory pg_dump > db.sql echo Making tar file tar -cyvf `date "+%Y%m%d"`-db.tbz db.sql Hope that helps. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 03:18:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B458E16A41F for ; Sat, 29 Oct 2005 03:18:48 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382D943D46 for ; Sat, 29 Oct 2005 03:18:48 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so493309nzk for ; Fri, 28 Oct 2005 20:18:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=eHnI4IFDIXW1L372jMa8Po4/3TUqevIsOXByYrYpV35VkD6FLA4YImiEKMGENamTai/VN3H4ND3Dot+2XuZcyZMxcx8Voz25la70D6Ax2SOo7Q+T3i+zzYGWqXxohGEcEWJY5EKtq+awhHwAQcqgkHQWJC5YEhuKy4gB7Simmcc= Received: by 10.36.43.11 with SMTP id q11mr1024182nzq; Fri, 28 Oct 2005 20:18:47 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 6sm604582nzn.2005.10.28.20.18.43; Fri, 28 Oct 2005 20:18:47 -0700 (PDT) From: "Michael C. Shultz" To: John DeStefano Date: Fri, 28 Oct 2005 20:20:29 -0700 User-Agent: KMail/1.8.2 References: <200510281922.16495.ringworm01@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200510282020.32005.ringworm01@gmail.com> Cc: Eric F Crist , freebsd-questions@freebsd.org Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 03:18:48 -0000 On Friday 28 October 2005 19:51, John DeStefano wrote: > On 10/28/05, Michael C. Shultz wrote: > > On Friday 28 October 2005 17:31, John DeStefano wrote: > > > On 10/28/05, Eric F Crist wrote: > > > > > status report finished > > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > >=3D=3D=3D =3D=3D > > > > > percentDone-=3D>0 =3D 100 - ( 100 * ( QTY_outOfDatePortsDb-=3D>1 / > > > > > TOTAL_outOfDatePortsDb-=3D>1 ) ) > > > > > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed duri= ng > > > > > (2) make > > > > > -----------------------------------------------------------------= =2D- > > > > >--- -- > > > > > update of ports collection complete with either some errors, > > > > > ignored ports or both > > > > > > > > > > > > > > > Unfortunately, this is the most crucial of all, and ironically the > > > > > one about which I've been asking since the beginning. As I > > > > > mentioned earlier, upgrading this port bails consistently with a C > > > > > callout to PEM_F_DEF_CALLBACK. I'd really like to get this port > > > > > updated, not only to finally complete this insane goose chase of > > > > > updating, but because I know that apache-2.0.48 is chock full of > > > > > vulerabilities. > > > > > > > > cd /usr/ports/www/apache20 && make deinstall && make clean && make > > > > reinstall > > > > > > > > See what happens. > > > > > > Talk about strange: > > > > > > # cd /usr/ports/www/apache20/ > > > # make deinstall > > > =3D=3D=3D> Deinstalling for www/apache20 > > > =3D=3D=3D> apache not installed, skipping > > > > > > # make -V PKGNAME > > > apache-2.0.55 > > > > > > # pkg_info | grep apache > > > apache-2.0.48 Version 2 of the extremely popular Apache http > > > server > > > > > > # apachectl -v > > > Server version: Apache/2.0.48 > > > Server built: Nov 19 2003 22:44:21 > > > _______________________________________________ > > > 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 > > ls /var/db/pkg/a* > > any apache versions in there? > > > > -Mike > > Yep: it was 2.0.48 > > I ended up deinstalling that apache installation (which I was not keen > on doing), and installing the apache20 port (which was the same > version (2.0.55) as the apache2 port ), and, thankfully, it's > working fine. I'm also now able to run both 'pkgdb -F'and 'portsdb > -Uu' without ANY errors (except for a few 'Duplicate INDEX entry' > warnings). > > Needless to say, this process wasn't much fun. What can I do to keep > this from happening again? What can/can't I safely include in cron to > automate database and index maintenance? > > Thanks to all. Pardon my bias agan ;) but I'd recommend only updating with portmanager. =46rom cron I'd just run a cvsupdate and portmanager -s > /root/portmanager= =2Elog. Review the log from time toi time and when you see something that should be= =20 updated run portmanager -u manually. Some ports do not do well being built= =20 from cron so will save you much trouble to do the updates manually. As far= =20 as the INDEX goes, portmanager doesn't require it, but other utilies do so= =20 maybe add a make fetch index to cron as well. Congradulations on getting everything fixed BTW. =2DMike From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 04:33:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B323116A41F for ; Sat, 29 Oct 2005 04:33:43 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3420343D45 for ; Sat, 29 Oct 2005 04:33:43 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so479039wxc for ; Fri, 28 Oct 2005 21:33:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dqk5dBPcO7LwIsbp6uBLujM77biE4kogREbizPkClU7HBhWDt9J+y/85ORkKSR5fnDsYWgf1s2e1k3eXGdo5K+fGlVR7Khu5IEQ4RpBBbB0QMW6YJf4cqBu9prMof5B+KQNvlcdHIR/nModBU96upkPRKU037k5YE7dw7Ebdcas= Received: by 10.65.114.1 with SMTP id r1mr547403qbm; Fri, 28 Oct 2005 19:51:50 -0700 (PDT) Received: by 10.65.154.4 with HTTP; Fri, 28 Oct 2005 19:51:50 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 22:51:50 -0400 From: John DeStefano To: "Michael C. Shultz" In-Reply-To: <200510281922.16495.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6FB767AE-D4D7-4C38-90C0-726D48AF5654@secure-computing.net> <200510281922.16495.ringworm01@gmail.com> Cc: Eric F Crist , freebsd-questions@freebsd.org Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 04:33:43 -0000 On 10/28/05, Michael C. Shultz wrote: > On Friday 28 October 2005 17:31, John DeStefano wrote: > > On 10/28/05, Eric F Crist wrote: > > > > status report finished > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > =3D=3D > > > > percentDone-=3D>0 =3D 100 - ( 100 * ( QTY_outOfDatePortsDb-=3D>1 / > > > > TOTAL_outOfDatePortsDb-=3D>1 ) ) > > > > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during > > > > (2) make > > > > -------------------------------------------------------------------= --- > > > > -- > > > > update of ports collection complete with either some errors, ignore= d > > > > ports or both > > > > > > > > > > > > Unfortunately, this is the most crucial of all, and ironically the = one > > > > about which I've been asking since the beginning. As I mentioned > > > > earlier, upgrading this port bails consistently with a C callout to > > > > PEM_F_DEF_CALLBACK. I'd really like to get this port updated, not > > > > only to finally complete this insane goose chase of updating, but > > > > because I know that apache-2.0.48 is chock full of vulerabilities. > > > > > > cd /usr/ports/www/apache20 && make deinstall && make clean && make > > > reinstall > > > > > > See what happens. > > > > Talk about strange: > > > > # cd /usr/ports/www/apache20/ > > # make deinstall > > =3D=3D=3D> Deinstalling for www/apache20 > > =3D=3D=3D> apache not installed, skipping > > > > # make -V PKGNAME > > apache-2.0.55 > > > > # pkg_info | grep apache > > apache-2.0.48 Version 2 of the extremely popular Apache http serv= er > > > > # apachectl -v > > Server version: Apache/2.0.48 > > Server built: Nov 19 2003 22:44:21 > > _______________________________________________ > > 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 > ls /var/db/pkg/a* > any apache versions in there? > > -Mike Yep: it was 2.0.48 I ended up deinstalling that apache installation (which I was not keen on doing), and installing the apache20 port (which was the same version (2.0.55) as the apache2 port ), and, thankfully, it's working fine. I'm also now able to run both 'pkgdb -F'and 'portsdb -Uu' without ANY errors (except for a few 'Duplicate INDEX entry' warnings). Needless to say, this process wasn't much fun. What can I do to keep this from happening again? What can/can't I safely include in cron to automate database and index maintenance? Thanks to all. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 05:13:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 381FB16A41F for ; Sat, 29 Oct 2005 05:13:10 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCACD43D45 for ; Sat, 29 Oct 2005 05:13:09 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 82BE056435; Sat, 29 Oct 2005 18:13:07 +1300 (NZDT) Date: Sat, 29 Oct 2005 18:13:07 +1300 From: Jonathan Chen To: freebsd-questions@freebsd.org, Michael Christie Message-ID: <20051029051307.GB29916@osiris.chen.org.nz> References: <435B1576.6060406@christie.org.au> <20051028143224.GD428@rabbit> <20051028190354.GB2272@rabbit> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051028190354.GB2272@rabbit> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: Linux computability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 05:13:10 -0000 On Fri, Oct 28, 2005 at 03:03:54PM -0400, Mark Bucciarelli wrote: [...] > I'd like to turn it back on once jdk builds--can anybody tell me if > java/jdk14 requires linprocfs? (I would guess not ...) The linux stuff is only required to buid java/jdk14. Once you have a native jdk, you can remove all linux-related stuff. -- Jonathan Chen ------------------------------------------------------------------------ "We laugh in the face of danger, we drop icecubes down the vest of fear" - Edmond Blackadder III From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 06:29:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C58C16A41F for ; Sat, 29 Oct 2005 06:29:32 +0000 (GMT) (envelope-from dinesh@alphaque.com) Received: from ns2.alphaque.com (ns2.alphaque.com [202.75.47.153]) by mx1.FreeBSD.org (Postfix) with SMTP id EC71F43D45 for ; Sat, 29 Oct 2005 06:29:29 +0000 (GMT) (envelope-from dinesh@alphaque.com) Received: (qmail 15726 invoked by uid 0); 29 Oct 2005 06:29:25 -0000 Received: from lucifer.net-gw.com (HELO prophet.alphaque.com) (202.75.47.153) by lucifer.net-gw.com with SMTP; 29 Oct 2005 06:29:25 -0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by prophet.alphaque.com (8.13.4/8.13.4) with ESMTP id j9SE4RMX000967; Fri, 28 Oct 2005 22:04:27 +0800 (MYT) (envelope-from dinesh@alphaque.com) Message-ID: <43622FEB.6050809@alphaque.com> Date: Fri, 28 Oct 2005 22:04:27 +0800 From: Dinesh Nair User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8b) Gecko/20050915 MIME-Version: 1.0 To: Paul Hamilton References: <018501c5da31$266e9080$6600a8c0@w2k2> In-Reply-To: <018501c5da31$266e9080$6600a8c0@w2k2> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Can FreeBSD 4.11 and 5.4 run on a HP DL-140 G2 server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 06:29:32 -0000 On 10/26/05 21:28 Paul Hamilton said the following: > Hi, > > I have FreeBSD 4.11 running nicely on a HP DL-140 (80GB Parallel ATA HD), > but is anyone running FreeBSD on a HP DL-140 *G2* (80GB SATA HD)? works with the HP ML110 G2 with the ICH7 SATA RAID controller. i've had to patch sys/dev/ata-pci.c to get it to recognize it but it's a short and simple patch. -- Regards, /\_/\ "All dogs go to heaven." dinesh@alphaque.com (0 0) http://www.alphaque.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+ From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 06:29:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3099E16A420 for ; Sat, 29 Oct 2005 06:29:32 +0000 (GMT) (envelope-from dinesh@alphaque.com) Received: from ns2.alphaque.com (ns2.alphaque.com [202.75.47.153]) by mx1.FreeBSD.org (Postfix) with SMTP id EC8AB43D46 for ; Sat, 29 Oct 2005 06:29:29 +0000 (GMT) (envelope-from dinesh@alphaque.com) Received: (qmail 15722 invoked by uid 0); 29 Oct 2005 06:29:24 -0000 Received: from lucifer.net-gw.com (HELO prophet.alphaque.com) (202.75.47.153) by lucifer.net-gw.com with SMTP; 29 Oct 2005 06:29:24 -0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by prophet.alphaque.com (8.13.4/8.13.4) with ESMTP id j9SFCv24001017; Fri, 28 Oct 2005 23:12:57 +0800 (MYT) (envelope-from dinesh@alphaque.com) Message-ID: <43623FF9.2010603@alphaque.com> Date: Fri, 28 Oct 2005 23:12:57 +0800 From: Dinesh Nair User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8b) Gecko/20050915 MIME-Version: 1.0 To: Derrick MacPherson References: <1129673837.5875.10.camel@Mandarin-04.mainframe.ca> In-Reply-To: <1129673837.5875.10.camel@Mandarin-04.mainframe.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Dell Poweredge 830 with Intel ICH7 Sata controller not finding drives on install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 06:29:32 -0000 On 10/19/05 06:17 Derrick MacPherson said the following: > When I type lsdev in the boot loader, it shows the hdd and the > partitions that are on it (3 linux). When sysinstall (i've tried with > 5.4 and 6.0RC1) starts it says there's no drives, I've done some i duplicated the entries for the ICH6 controller in sys/dev/ata-pci.c and installed freebsd 4.x on a HP ML110 G2 with the ICH7 SATA controller. you'd probably need to make a release for this though. -- Regards, /\_/\ "All dogs go to heaven." dinesh@alphaque.com (0 0) http://www.alphaque.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+ From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 06:58:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD1DC16A41F for ; Sat, 29 Oct 2005 06:58:51 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs2.arnes.si (avs2.arnes.si [193.2.1.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 565E743D45 for ; Sat, 29 Oct 2005 06:58:51 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs2.arnes.si [193.2.1.75]) by avs2.arnes.si (Postfix) with ESMTP id E367B26D2AE for ; Sat, 29 Oct 2005 08:58:49 +0200 (CEST) Received: from avs2.arnes.si ([193.2.1.75]) by localhost (avs2.arnes.si [193.2.1.75]) (amavisd-new, port 10024) with ESMTP id 78853-10 for ; Sat, 29 Oct 2005 08:58:49 +0200 (CEST) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs2.arnes.si (Postfix) with ESMTP id AC78126D294 for ; Sat, 29 Oct 2005 08:58:49 +0200 (CEST) Received: from [192.168.10.249] (MASTER.workgroup [192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id j9T6wMFo041299 for ; Sat, 29 Oct 2005 08:58:23 +0200 (CEST) (envelope-from sasa@stupar.homelinux.net) Date: Sat, 29 Oct 2005 08:58:23 +0200 From: Sasa Stupar To: FreeBSD Q ML Message-ID: X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========FBA3511E7FB9A472D668==========" X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Subject: FBSD 5.4 and old PC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sasa Stupar List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 06:58:52 -0000 --==========FBA3511E7FB9A472D668========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi! I have an old Compaq Deskpro 2000 (P166) with 64M RAM and HDD 1.5G. I was=20 thinking to make it as router with FBSD 5.4. Did anyone had any kind of problems with setup on that kind of machine? Regards, Sasa --==========FBA3511E7FB9A472D668========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (MingW32) iD8DBQFDYx2SbRpqD1cgKf8RAmiKAJwMKQhNtdo6X3bW7mVf+DCLkEDr3gCfV3uj CFzyT8PeLed9D64UYnHoaIw= =2rq8 -----END PGP SIGNATURE----- --==========FBA3511E7FB9A472D668==========-- From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 07:00:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBF9E16A41F for ; Sat, 29 Oct 2005 07:00:17 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12BAC43D49 for ; Sat, 29 Oct 2005 07:00:16 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by wproxy.gmail.com with SMTP id i1so312433wra for ; Sat, 29 Oct 2005 00:00:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=H8WwciEOWggcgrrBn1ytWI/ibr77J4jXbHW9W+Qjr29ZR7MmQyMfT9lzOWOSOvpKN+QeghYMlPFG66eCpX8FIPnmupSX+/UEq2/uj7PoQ65aHJyapWc1GqSIn2GL2IKA3tOkv06P9ub7xqxGAxJMp4Qg8xBl4B2x4MQX2061GSc= Received: by 10.65.188.9 with SMTP id q9mr4221qbp; Fri, 28 Oct 2005 23:31:54 -0700 (PDT) Received: by 10.65.23.11 with HTTP; Fri, 28 Oct 2005 23:31:54 -0700 (PDT) Message-ID: Date: Sat, 29 Oct 2005 15:31:54 +0900 From: Eric Kjeldergaard To: RW In-Reply-To: <200510270234.06450.list-freebsd-2004@morbius.sent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <435f98952cfb4@wp.pl> <435F9BD0.4080908@speechpro.com> <200510270234.06450.list-freebsd-2004@morbius.sent.com> Cc: freebsd-questions@freebsd.org Subject: Re: Disc space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 07:00:17 -0000 On 10/27/05, RW wrote: > On Wednesday 26 October 2005 16:08, Igor Robul wrote: > > > 2) you can buy more memory and use memory backed md (4) /tmp > > And you can create a 100 MB memory-backed /tmp simply by adding the > following > to rc.conf > > tmpmfs=3D"YES" > tmpsize=3D"100m" > tmpmfs_flags=3D"-SM" > > If you omit the tmpmfs_flags line, it will default to swap-backed /tmp, > which > may be more useful. As a side-note to this, if you make a swap-backed tmp, you would be able to convert you current /tmp to swap. -- If I write a signature, my emails will appear more personalised. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 09:45:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71FA216A41F for ; Sat, 29 Oct 2005 09:45:24 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA29743D46 for ; Sat, 29 Oct 2005 09:45:23 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr9.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9T9jLj5096274; Sat, 29 Oct 2005 11:45:22 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id CEBCFB83D; Sat, 29 Oct 2005 11:45:21 +0200 (CEST) Date: Sat, 29 Oct 2005 11:45:21 +0200 From: Roland Smith To: Slavik Message-ID: <20051029094521.GA32498@slackbox.xs4all.nl> Mail-Followup-To: Slavik , freebsd-questions@freebsd.org References: <43615DBD.40402@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <43615DBD.40402@gmail.com> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: HP 1315 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 09:45:24 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 27, 2005 at 05:07:41PM -0600, Slavik wrote: > Hi! > Help me please.I have HP 1315 All-in-one.How can I set it in FreeBSD(6.0R= C). You'll find a driver at http://hpinkjet.sourceforge.net/. It was written for Linux, but might work in FreeBSD, because the "printer drivers" usually reside in GhostScript or CUPS, and not in the kernel. But I haven't looked closely at it. HTH, Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDY0SxEnfvsMMhpyURAk1qAKCXomD/iXDvZo182ma9EsGe0bJR6ACgqZ+6 Y0llx4sFGqxUQ1DUaklSMwA= =2m9f -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 10:08:27 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13FBC16A41F for ; Sat, 29 Oct 2005 10:08:27 +0000 (GMT) (envelope-from pepgxster@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D83843D46 for ; Sat, 29 Oct 2005 10:08:26 +0000 (GMT) (envelope-from pepgxster@gmail.com) Received: by zproxy.gmail.com with SMTP id r28so516566nza for ; Sat, 29 Oct 2005 03:08:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fQJE30m4/nz34HDWMIh9U+/v6crOuV+DblJz2+BBAvdOobpvPvcfDbMCTneSh16VtvSFpAx1OToK1ZDTAEBftOMx6QcXoLziguJLiXOZtTJjgH7Ej4k81tA/d5xY9Sf468XyiXATHaWwmzTFCbwdRqpZgK+2adfr2KjRVyN8THc= Received: by 10.36.106.10 with SMTP id e10mr1287901nzc; Sat, 29 Oct 2005 03:08:25 -0700 (PDT) Received: by 10.37.14.58 with HTTP; Sat, 29 Oct 2005 03:08:25 -0700 (PDT) Message-ID: <4d19398b0510290308i1214374eu@mail.gmail.com> Date: Sat, 29 Oct 2005 12:08:25 +0200 From: Pep Guix To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: language catalan X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 10:08:27 -0000 Hello, i am called, Pep Guix, I am interested in the Operating System FreeBSD, i have installed and am studying, everything in relation to FreeBSD. I am and live in Catalonia, we have own language Catalan, culture etc. Catalonia is a region of Spain. I propose to them if it interests a page to them of FreeBSD in Catalan, to install the Catalan in FreeBSD, a connection from its main page or a dominion .cat. I dominate cat, that this approved by ICANN, http://www.icann.org/tlds/stld-apps-19mar04/cat.htm. Thanks for its attention, a greeting and until soon. Pep Guix email pepgxster@gmail.com From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 10:49:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E561216A41F for ; Sat, 29 Oct 2005 10:49:37 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp1.suscom.net (smtp1.suscom.net [64.78.119.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7875843D45 for ; Sat, 29 Oct 2005 10:49:37 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp1 [127.0.0.1]) by smtp1.suscom.net (Postfix) with ESMTP id 03632D825E for ; Sat, 29 Oct 2005 06:49:36 -0400 (EDT) Received: from smtp1.suscom.net ([127.0.0.1]) by localhost (smtp1 [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 11472-01 for ; Sat, 29 Oct 2005 06:49:34 -0400 (EDT) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp1.suscom.net (Postfix) with SMTP id 2C85CD825D for ; Sat, 29 Oct 2005 06:49:34 -0400 (EDT) Received: from [192.168.0.2] (//gerard [192.168.0.2]) by seibercom.net (8.13.4/8.13.4) with ESMTP id j9TAnXEQ021041 for ; Sat, 29 Oct 2005 06:49:33 -0400 (EDT) (envelope-from gerard@seibercom.net) Date: Sat, 29 Oct 2005 06:49:35 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom.net In-Reply-To: <07d601c5dc20$6ea97270$37cba1cd@emerytelcom.com> References: <07d601c5dc20$6ea97270$37cba1cd@emerytelcom.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20051029064707.8641.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailer: Becky! ver. 2.22.02 [en] Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by amavisd-new .250 at suscom.net Subject: Re: ports manager vs. portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 29 Oct 2005 10:49:38 -0000 On Friday, October 28, 2005 8:33:50 PM, "Elliot Finley" Subject: ports manager vs. portupgrade Wrote these words of wisdom: > pros and cons anyone? >=20 > I've always used portupgrade and it works pretty well, but I'm curious = as to > how ports manager compares. >=20 > Elliot >=20 ***** REPLY SEPARATOR ***** On 10/11/2005 5:29:42 PM, Gerard Replied: This is only my own opinion, but I find it does a better, more complete job, without the hassle of creating Indexes, etc. Portmanager does not use the indexes that portupgrade does, and therefore is not hampered by them if they become corrupt, etc. --=20 A: Because it reverses the natural flow of a dialog. Q: Why is top posting undesirable when replying? TOPIC: Posting Etiquet From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 11:08:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6845816A41F for ; Sat, 29 Oct 2005 11:08:08 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0048743D45 for ; Sat, 29 Oct 2005 11:08:07 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so573912nzd for ; Sat, 29 Oct 2005 04:08:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=svhyac4dj+VFGgTCXNb8isss2YrfzmoSAoL0HvDiOjaN4A/0sGJ99vizRvkQtAlbHPXl0qvFL0KyVmLg1K49K5Aacz8RLbMjh4QA78M13VLY7g9RFhI5TfBKPR+yrtyelnpzqijdzPSR6o4f/CIDjTK7+GY3F0JKTiyeYyMyu3k= Received: by 10.37.15.65 with SMTP id s65mr1231775nzi; Sat, 29 Oct 2005 04:08:07 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Sat, 29 Oct 2005 04:08:07 -0700 (PDT) Message-ID: Date: Sat, 29 Oct 2005 15:08:07 +0400 From: "Andrew P." To: Dinesh Nair In-Reply-To: <43622FEB.6050809@alphaque.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <018501c5da31$266e9080$6600a8c0@w2k2> <43622FEB.6050809@alphaque.com> Cc: Paul Hamilton , freebsd-questions@freebsd.org Subject: Re: Can FreeBSD 4.11 and 5.4 run on a HP DL-140 G2 server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 11:08:08 -0000 On 10/28/05, Dinesh Nair wrote: > > > On 10/26/05 21:28 Paul Hamilton said the following: > > Hi, > > > > I have FreeBSD 4.11 running nicely on a HP DL-140 (80GB Parallel ATA H= D), > > but is anyone running FreeBSD on a HP DL-140 *G2* (80GB SATA HD)? > > works with the HP ML110 G2 with the ICH7 SATA RAID controller. i've had t= o > patch sys/dev/ata-pci.c to get it to recognize it but it's a short and > simple patch. > > -- > Regards, /\_/\ "All dogs go to heaven." > dinesh@alphaque.com (0 0) http://www.alphaque.com/ > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D----oOO--(_)--OOo----=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+ > | for a in past present future; do = | > | for b in clients employers associates relatives neighbours pets; do = | > | echo "The opinions here in no way reflect the opinions of my $a $b." = | > | done; done = | > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Yes, 6.0 handles ICH7 in a much better way. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 11:16:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B0416A41F for ; Sat, 29 Oct 2005 11:16:06 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1103243D5D for ; Sat, 29 Oct 2005 11:16:05 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so574722nzd for ; Sat, 29 Oct 2005 04:16:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S8O8U5lNT+Tmeq41B35srJPc5URw32KzUrXLfiVd41myWJsvF8lIwCvgCMmRPf3PuFimAqoDBLhbhRHrsVwbtMNHheH+ou6po1jg50ZNNfwbR5VRpcsRJnonYYs9ehrVmhdo4L5f5YUGoV7w29b5OlFCGLRTVKBPTrLu5O5yJpw= Received: by 10.37.15.73 with SMTP id s73mr1258971nzi; Sat, 29 Oct 2005 04:16:05 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Sat, 29 Oct 2005 04:16:05 -0700 (PDT) Message-ID: Date: Sat, 29 Oct 2005 15:16:05 +0400 From: "Andrew P." To: freebsd-questions@freebsd.org In-Reply-To: <20051029064707.8641.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <07d601c5dc20$6ea97270$37cba1cd@emerytelcom.com> <20051029064707.8641.GERARD@seibercom.net> Subject: Re: ports manager vs. portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 11:16:07 -0000 On 10/29/05, Gerard Seibert wrote: > On Friday, October 28, 2005 8:33:50 PM, "Elliot Finley" > Subject: ports manager vs. portupgrade > Wrote these words of wisdom: > > > pros and cons anyone? > > > > I've always used portupgrade and it works pretty well, but I'm curious = as to > > how ports manager compares. > > > > Elliot > > > ***** REPLY SEPARATOR ***** > On 10/11/2005 5:29:42 PM, Gerard Replied: > > This is only my own opinion, but I find it does a better, more complete > job, without the hassle of creating Indexes, etc. Portmanager does not > use the indexes that portupgrade does, and therefore is not hampered by > them if they become corrupt, etc. > > -- > > A: Because it reverses the natural flow of a dialog. > Q: Why is top posting undesirable when replying? > > TOPIC: Posting Etiquet > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Portmanager is based on a very good idea, but it still lacks many features of PU, and at times it is a bit slower. I'm sure, as it matures, it will become a very handy tool, hopefully a lot faster. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 11:23:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE57516A41F for ; Sat, 29 Oct 2005 11:23:59 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F73643D45 for ; Sat, 29 Oct 2005 11:23:59 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so575527nzd for ; Sat, 29 Oct 2005 04:23:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NRkUmR+CqtVRClsOPGbYj+koUjyjQQYmayDGTF0Em3THVGuwUl8XO7THaJq0+vn/TGtkUcQUsct4IOtVaDTFl31gTGzeeiydWbglTaSM8CfBcC68YuQtuRWeTF2McTMIt0CqIfm1xxmiF2Ve33QgGszxGqhfPCLnIhgAtzz3jRk= Received: by 10.36.222.75 with SMTP id u75mr1249058nzg; Sat, 29 Oct 2005 04:23:58 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Sat, 29 Oct 2005 04:23:58 -0700 (PDT) Message-ID: Date: Sat, 29 Oct 2005 15:23:58 +0400 From: "Andrew P." To: John DeStefano In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6FB767AE-D4D7-4C38-90C0-726D48AF5654@secure-computing.net> <200510281922.16495.ringworm01@gmail.com> Cc: Eric F Crist , "Michael C. Shultz" , freebsd-questions@freebsd.org Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 11:24:00 -0000 On 10/29/05, John DeStefano wrote: > > Needless to say, this process wasn't much fun. What can I do to keep > this from happening again? What can/can't I safely include in cron to > automate database and index maintenance? > cvsup or portsnap, then portsdb -uUF. Work under any circumstances, leave you with updated ports tree and indexes. You can also try portupgrade -aF (prefetches needed files to speed up manual upgrade at a later time) and portsclean -DP (removes sources and packages which become outdated due to ports tree updates). From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 12:56:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DBBF16A41F for ; Sat, 29 Oct 2005 12:56:45 +0000 (GMT) (envelope-from paulh@bdug.org.au) Received: from mail.bdug.org.au (mail.bdug.org.au [202.72.170.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F28243D45 for ; Sat, 29 Oct 2005 12:56:43 +0000 (GMT) (envelope-from paulh@bdug.org.au) Received: from localhost (localhost.bdug.org.au [127.0.0.1]) by mail.bdug.org.au (Postfix) with ESMTP id F20BD4D; Sat, 29 Oct 2005 20:56:39 +0800 (WST) Received: from mail.bdug.org.au ([127.0.0.1]) by localhost (ant.bdug.org.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09955-06; Sat, 29 Oct 2005 20:56:36 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id 9A6CD22; Sat, 29 Oct 2005 20:56:36 +0800 (WST) From: "Paul Hamilton" To: "'Dinesh Nair'" Date: Sat, 29 Oct 2005 20:57:01 +0800 Message-ID: <024e01c5dc88$40f35900$6600a8c0@w2k2> 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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <43622FEB.6050809@alphaque.com> X-Virus-Scanned: amavisd-new at bdug.org.au Cc: freebsd-questions@freebsd.org Subject: RE: Can FreeBSD 4.11 and 5.4 run on a HP DL-140 G2 server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 12:56:45 -0000 Hi Dinesh, Ah, the ML-110 G2. I have ordered one of those. I thought I would have a go at installing FreeBSD on it before I have to install Windows 2003 on it for a client. I am thinking about purchasing one next year, along with the new 3ware raid 5 card. Try my hand at building a 1.5TB raid :-) Where did you get the patch from? Cheers, Paul > -----Original Message----- > From: Dinesh Nair [mailto:dinesh@alphaque.com] > Sent: Friday, 28 October 2005 10:04 PM > To: Paul Hamilton > Cc: freebsd-questions@freebsd.org > Subject: Re: Can FreeBSD 4.11 and 5.4 run on a HP DL-140 G2 server? > > > > > On 10/26/05 21:28 Paul Hamilton said the following: > > Hi, > > > > I have FreeBSD 4.11 running nicely on a HP DL-140 (80GB > Parallel ATA > > HD), but is anyone running FreeBSD on a HP DL-140 *G2* > (80GB SATA HD)? > > works with the HP ML110 G2 with the ICH7 SATA RAID > controller. i've had to > patch sys/dev/ata-pci.c to get it to recognize it but it's a > short and > simple patch. > > -- > Regards, /\_/\ "All dogs go to heaven." > dinesh@alphaque.com (0 0) http://www.alphaque.com/ > +==========================----oOO--(_)--OOo----============== > ========== > +==+ > | for a in past present future; do > | > | for b in clients employers associates relatives > neighbours pets; do | > | echo "The opinions here in no way reflect the opinions of > my $a $b." | > | done; done > | > +============================================================= > ========== > +==+ > > From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 13:15:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB7BE16A41F for ; Sat, 29 Oct 2005 13:15:32 +0000 (GMT) (envelope-from paulh@bdug.org.au) Received: from mail.bdug.org.au (mail.bdug.org.au [202.72.170.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E42043D4C for ; Sat, 29 Oct 2005 13:15:31 +0000 (GMT) (envelope-from paulh@bdug.org.au) Received: from localhost (localhost.bdug.org.au [127.0.0.1]) by mail.bdug.org.au (Postfix) with ESMTP id 2E10B4D; Sat, 29 Oct 2005 21:15:28 +0800 (WST) Received: from mail.bdug.org.au ([127.0.0.1]) by localhost (ant.bdug.org.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10467-06; Sat, 29 Oct 2005 21:15:24 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id A883022; Sat, 29 Oct 2005 21:15:24 +0800 (WST) From: "Paul Hamilton" To: "'Andrew P.'" Date: Sat, 29 Oct 2005 21:15:49 +0800 Message-ID: <025001c5dc8a$e15b1ed0$6600a8c0@w2k2> 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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: X-Virus-Scanned: amavisd-new at bdug.org.au Cc: freebsd-questions@freebsd.org Subject: RE: Can FreeBSD 4.11 and 5.4 run on a HP DL-140 G2 server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 13:15:32 -0000 Hi Andrew, Thanks for that. Yes, I can't wait to have a crack at 6.0. I downloaded the first beta, but it refused to install. I read recently on the list, a thread talking about this. I just haven't had time to test out the fix. Going on holidays shortly, so I hope 6.0 will be released by the time I get back :-) Cheers, Paul > -----Original Message----- > From: Andrew P. [mailto:infofarmer@gmail.com] > Sent: Saturday, 29 October 2005 7:08 PM > To: Dinesh Nair > Cc: Paul Hamilton; freebsd-questions@freebsd.org > Subject: Re: Can FreeBSD 4.11 and 5.4 run on a HP DL-140 G2 server? > > > On 10/28/05, Dinesh Nair wrote: > > > > > > On 10/26/05 21:28 Paul Hamilton said the following: > > > Hi, > > > > > > I have FreeBSD 4.11 running nicely on a HP DL-140 (80GB Parallel > > > ATA HD), but is anyone running FreeBSD on a HP DL-140 *G2* (80GB > > > SATA HD)? > > > > works with the HP ML110 G2 with the ICH7 SATA RAID controller. i've > > had to patch sys/dev/ata-pci.c to get it to recognize it but it's a > > short and simple patch. > > > > -- > > Regards, /\_/\ "All dogs go to heaven." > > dinesh@alphaque.com (0 0) http://www.alphaque.com/ > > > +==========================----oOO--(_)--OOo----====================== > > +====+ > > | for a in past present future; do > | > > | for b in clients employers associates relatives > neighbours pets; do | > > | echo "The opinions here in no way reflect the opinions > of my $a $b." | > > | done; done > | > > > +===================================================================== > > +====+ > > _______________________________________________ > > 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" > > > > Yes, 6.0 handles ICH7 in a much better way. > > From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 13:19:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56D3616A41F for ; Sat, 29 Oct 2005 13:19:59 +0000 (GMT) (envelope-from jackt123@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DB5643D53 for ; Sat, 29 Oct 2005 13:19:58 +0000 (GMT) (envelope-from jackt123@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so543075nzk for ; Sat, 29 Oct 2005 06:19:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c97sVdCIkcNo5TI/adVlh6NE0F3EfoMWSXAcdJUjI06RRyKL0n5FvToQKf8XojA+FM0XftJ2inNs87msEH8Js1XOpNZ/AX6kaZx3rlOg6fUK8zwcI5MyUndP/vYFl/+9dbFDIySF7rSJ/ktW2JqTM+NOoulMnmb9s4DTX3lP8N0= Received: by 10.36.39.2 with SMTP id m2mr24270nzm; Sat, 29 Oct 2005 06:19:57 -0700 (PDT) Received: by 10.37.21.6 with HTTP; Sat, 29 Oct 2005 06:19:57 -0700 (PDT) Message-ID: Date: Sat, 29 Oct 2005 13:19:57 +0000 From: Jack T To: Francisco Reyes In-Reply-To: <4362E414.50607@stringsutils.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <435BB6C4.3070705@highperformance.net> <4362E414.50607@stringsutils.com> Cc: freebsd-questions@freebsd.org Subject: Re: OpenAFS for FreeBSD... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 13:19:59 -0000 On 10/23/05, Jack T wrote: > It's broken only for the reason that it overwrites files from > security/heimdal. Otherwise, I believe it works > just fine on FreeBSD 5.4. On 10/29/05, Francisco Reyes wrote: > Is this something that needs to be fixed in the port? > How stable is it? How about performance? > I have been looking into AFS and Arla sounds interesting. It's a known Arla issue (the file overwriting thing), but I believe it's too extensive for us to fix it for them. Arla developers would have to work on it. RE:Performance, it seems to perform fine enough for me. YMMV. You can configure a low- and high- watermark for the local cache, so once the files are cached, read is instantaneous, and write+close sometimes would pause if my network is slow. RE:Stability, I haven't encountered bugs. But one issue does come up: often, if I do something like "cat *" or "cp *" a large number of files, and I hit Ctrl-C, it emitts a scary sounding message to syslog (something like "pipe broken due to lack of data" or something). I always fear that may corrupt AFS files somehow, so I don't do that anymore. :) From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 14:07:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEF5F16A41F for ; Sat, 29 Oct 2005 14:07:22 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3351943D45 for ; Sat, 29 Oct 2005 14:07:21 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.100] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9TE7Ujc055191 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Sat, 29 Oct 2005 09:07:30 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=Ydxj83/nxkbk1EmzQCKXfZEnABYh+0j+HFskveNneFBSumr/JVt0gK4KvzOU/NzgE S+DObdhlZ8y0LqIf5x1LQ== In-Reply-To: References: <200510271904.17908.ringworm01@gmail.com> <200510280640.04025.ringworm01@gmail.com> <6FB767AE-D4D7-4C38-90C0-726D48AF5654@secure-computing.net> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Sat, 29 Oct 2005 09:07:03 -0500 To: John DeStefano X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-4.6 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 14:07:22 -0000 On Oct 28, 2005, at 7:31 PM, John DeStefano wrote: >> cd /usr/ports/www/apache20 && make deinstall && make clean && make >> reinstall >> >> See what happens. >> >> > > Talk about strange: > > # cd /usr/ports/www/apache20/ > # make deinstall > ===> Deinstalling for www/apache20 > ===> apache not installed, skipping > > # make -V PKGNAME > apache-2.0.55 > > # pkg_info | grep apache > apache-2.0.48 Version 2 of the extremely popular Apache http > server > > # apachectl -v > Server version: Apache/2.0.48 > Server built: Nov 19 2003 22:44:21 > > > OK. the try #make install what happens? ----- Eric F Crist Secure Computing Networks http://www.secure-computing.net From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 14:10:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A277C16A41F for ; Sat, 29 Oct 2005 14:10:27 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E8A43D46 for ; Sat, 29 Oct 2005 14:10:26 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.100] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9TEAZPM055207 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Sat, 29 Oct 2005 09:10:36 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=BBOcTe47uBl5jFIZSW0Ic8a9hzTx2imC2fx25vVRxdTNVtVoyRfy0ml9TiyPLRZR+ 86Nl/wGsJDmyBoUu2djbw== In-Reply-To: References: <6FB767AE-D4D7-4C38-90C0-726D48AF5654@secure-computing.net> <200510281922.16495.ringworm01@gmail.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <19A2A3C1-0592-46BB-BA29-6476DD300FEF@secure-computing.net> Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Sat, 29 Oct 2005 09:10:17 -0500 To: John DeStefano X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-4.6 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: "Michael C. Shultz" , freebsd-questions@freebsd.org Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 14:10:27 -0000 > I ended up deinstalling that apache installation (which I was not keen > on doing), and installing the apache20 port (which was the same > version (2.0.55) as the apache2 port ), and, thankfully, it's > working fine. I'm also now able to run both 'pkgdb -F'and 'portsdb > -Uu' without ANY errors (except for a few 'Duplicate INDEX entry' > warnings). > > Needless to say, this process wasn't much fun. What can I do to keep > this from happening again? What can/can't I safely include in cron to > automate database and index maintenance? > > Thanks to all. What I do for critical system ports is a manual upgrade. I have never trusted any of the port management tools. I suggest you pay attention to bugtracker and some other sites. When you see a compelling reason to upgrade, do it manually. The process I use is what I described in an earlier post: #cd /usr/ports/port-to-upgrade && make deinstall #make install # HTH ----- Eric F Crist Secure Computing Networks http://www.secure-computing.net From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 17:32:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 937A316A420 for ; Sat, 29 Oct 2005 17:32:57 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA78643D45 for ; Sat, 29 Oct 2005 17:32:56 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so329638wra for ; Sat, 29 Oct 2005 10:32:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZYPFe7YG9GuHGqcx6KFv3txjCdfT3cwy7WZjzPrWLgZPEAR+ZPaqczsH6IvuVivYvxVfl9MZ4PpnF6oapXmJac1YYDrXNLufg5acKqeh93EK9LLL0oC/nP7L+zmDyqQN3ObvNIKUo1dZr2dFtr/L+iwbUjg2M842VAEhKjoFrgA= Received: by 10.65.75.17 with SMTP id c17mr261470qbl; Sat, 29 Oct 2005 10:32:56 -0700 (PDT) Received: by 10.65.154.4 with HTTP; Sat, 29 Oct 2005 10:32:56 -0700 (PDT) Message-ID: Date: Sat, 29 Oct 2005 13:32:56 -0400 From: John DeStefano To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: reusing existing mysql permissions/dbs/tables after update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 17:32:57 -0000 mysql was among the many ports I just upgraded, and (of course) I can now no longer connect using mysql or mysqladmin. I've tried just about every method I've found including starting the daemon with the --skip-grant-tables option to reset the password (which has worked in the past), and most every other suggestion listed in section 5.7.8 of the MySQL reference manual. It seems like running the mysql_install_db script might do the trick... but if I understand correctly, running this script will re-initialize the grant tables... correct? Is there another way of regaining access to mysql, without losing the current relationships between dBs/tables and their users? Or, how can I get to the current grant information (in human-readable format), so that I can restore it later? Thank you, ~John # uname -a FreeBSD zurg.thedestefanos.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Oct 24 22:27:33 EDT 2005 =20 root@zurg.thedestefanos.com:/usr/obj/usr/src/sys/MYKERNEL i386 # pkg_info | grep mysql mysql-client-5.0.15 Multithreaded SQL database (client) mysql-server-5.0.15 Multithreaded SQL database (server) php5-mysql-5.0.5_1 The mysql shared extension for php From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 17:37:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B3A16A41F for ; Sat, 29 Oct 2005 17:37:01 +0000 (GMT) (envelope-from efinleywork@efinley.com) Received: from postmaster.etv.net (postmaster.etv.net [208.14.190.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id B91FF43D48 for ; Sat, 29 Oct 2005 17:37:00 +0000 (GMT) (envelope-from efinleywork@efinley.com) Received: from work.efinley.com ([205.161.203.55] helo=elliotdevelop) by postmaster.etv.net with smtp (Exim 4.54 (FreeBSD)) id 1EVudX-0004Nr-Pm for freebsd-questions@freebsd.org; Sat, 29 Oct 2005 11:36:59 -0600 Message-ID: <004a01c5dcaf$5d9e9a70$37cba1cd@emerytelcom.com> From: "Elliot Finley" To: Date: Sat, 29 Oct 2005 11:36:59 -0600 Organization: Emery Telcom MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: kernel debug options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Elliot Finley List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 17:37:01 -0000 does having: options KDB options DDB makeoptions DEBUG=-g in the kernel make it slower? Or does it just make it take more memory? TIA Elliot From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 17:40:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C354716A41F for ; Sat, 29 Oct 2005 17:40:00 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00A0C43D6D for ; Sat, 29 Oct 2005 17:39:53 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 10884 invoked from network); 29 Oct 2005 17:39:53 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Oct 2005 17:39:53 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C727F2841D; Sat, 29 Oct 2005 13:39:51 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Dean Weimer References: <1130523922.00395600.1130511606@10.7.7.3> From: Lowell Gilbert Date: 29 Oct 2005 13:39:51 -0400 In-Reply-To: <1130523922.00395600.1130511606@10.7.7.3> Message-ID: <44sluk5ijc.fsf@be-well.ilk.org> Lines: 13 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: Installing from File System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 29 Oct 2005 17:40:00 -0000 Dean Weimer writes: > I have setup FreeBSD 5.4, with a minimal installation from the CDRom, I > would like to be able to change configuration options, such as adding > something from the packages collection on the CDs, or adding more of the > distributions at a later point remotely, using /stand/sysinstall. I figured > I could copy both cds 1 and 2 into a directory on the machine, and choose > file system from the installation media page. All works good up to a point. > then I receive a message stating that this is Disc 0 and the packages is on > Disc 1. How do I make the install section realize that all of the files are > on the file system? Build an appropriate packages/INDEX file. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 17:46:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EFCE16A41F for ; Sat, 29 Oct 2005 17:46:21 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE1D843D48 for ; Sat, 29 Oct 2005 17:46:18 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from [127.0.0.1] (localhost.natserv.net [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id C1EBD7DAE; Sat, 29 Oct 2005 13:46:17 -0400 (EDT) Message-ID: <4363B569.8090605@stringsutils.com> Date: Sat, 29 Oct 2005 13:46:17 -0400 From: Francisco Reyes User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050911) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jack T References: <435BB6C4.3070705@highperformance.net> <4362E414.50607@stringsutils.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: OpenAFS for FreeBSD... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 17:46:21 -0000 Jack T wrote: >RE:Performance, it seems to perform fine enough for me. >YMMV. > How many machines do you have connected using it? From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 18:31:21 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F3C16A41F for ; Sat, 29 Oct 2005 18:31:21 +0000 (GMT) (envelope-from nomadlogic@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E9FB43D46 for ; Sat, 29 Oct 2005 18:31:20 +0000 (GMT) (envelope-from nomadlogic@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so503664wxc for ; Sat, 29 Oct 2005 11:31:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ml/yJDIPggVCq3vluxUSlQxLbx3LMggqoF8l+egFDK0REIc48K0HsZvlD7t3ICstouyM8MJFg2dLMhSC2Agf36zPN5PLdJJ9+2/IfahU0cTLwyuQ/5rDuUwUi8XrSQgPyxDHh5zExbz6TwVtvGY8GOwpc9cldQYdMk0l0zlPIDo= Received: by 10.70.94.18 with SMTP id r18mr819822wxb; Sat, 29 Oct 2005 08:48:20 -0700 (PDT) Received: by 10.70.65.12 with HTTP; Sat, 29 Oct 2005 08:48:19 -0700 (PDT) Message-ID: <57d710000510290848s3a23b61v780f38b67d16e902@mail.gmail.com> Date: Sat, 29 Oct 2005 08:48:19 -0700 From: pete wright To: Kep Woof In-Reply-To: <9c8168780510280733w2c3b19d8od693b2c4368dcd42@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <9c8168780510280733w2c3b19d8od693b2c4368dcd42@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: Dual dvi on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 18:31:21 -0000 On 10/28/05, Kep Woof wrote: > Hi Guys, > > I've just bought a pair of TFT screens and wanted to connect them to > my FreeBSD box via their DVI connectors. I've been searching with > google and the list archives, and it seems that the NVidia stuff > doesn't dual head and that ATI are rather unhelpful with regard to > drivers. I found the project to write drivers for the x800 series > cards, but they look very less than ready. > > I'm currently running on i386, but will be building a big amd64 > workstation shortly. These boards seem to use PCI express, and I was > wondering how well supported is that? What about SLI? > > Is anyone running an amd64 system with dual dvi tft's? Are there any > dual dvi cards supported ? Anyone running with two dvi cards? > > Any suggestions would be extremely helpful, Which Nvidia drivers are you checking out? The propritary Nvidia drivers defiantly do Daullink DVI. You will obviously need to set it up properly in xorg.conf. Can't comment on the ati cards, but they should defiantly handle dual DVI out as well. I'd also check out Xorg's Xinimera (spelling?) extensions... -p -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 19:22:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E5CB16A41F for ; Sat, 29 Oct 2005 19:22:37 +0000 (GMT) (envelope-from dinesh@alphaque.com) Received: from ns2.alphaque.com (ns2.alphaque.com [202.75.47.153]) by mx1.FreeBSD.org (Postfix) with SMTP id 8892043D46 for ; Sat, 29 Oct 2005 19:22:36 +0000 (GMT) (envelope-from dinesh@alphaque.com) Received: (qmail 22748 invoked by uid 0); 29 Oct 2005 19:22:34 -0000 Received: from lucifer.net-gw.com (HELO prophet.alphaque.com) (202.75.47.153) by lucifer.net-gw.com with SMTP; 29 Oct 2005 19:22:34 -0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by prophet.alphaque.com (8.13.4/8.13.4) with ESMTP id j9TJ2DWb007432; Sun, 30 Oct 2005 03:02:14 +0800 (MYT) (envelope-from dinesh@alphaque.com) Message-ID: <4363C735.4030203@alphaque.com> Date: Sun, 30 Oct 2005 03:02:13 +0800 From: Dinesh Nair User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8b) Gecko/20050915 MIME-Version: 1.0 To: Paul Hamilton References: <024e01c5dc88$40f35900$6600a8c0@w2k2> In-Reply-To: <024e01c5dc88$40f35900$6600a8c0@w2k2> Content-Type: multipart/mixed; boundary="------------090801000704050601040902" Cc: freebsd-questions@freebsd.org Subject: Re: Can FreeBSD 4.11 and 5.4 run on a HP DL-140 G2 server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 19:22:37 -0000 This is a multi-part message in MIME format. --------------090801000704050601040902 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 10/29/05 20:57 Paul Hamilton said the following: > Where did you get the patch from? i wrote it. find attached. :) these will add support to the intel ICH7 SATA controller as well as the ITE 8211F and ITE 8212F controllers. i've yet to test the SATA 150 RAID on the intel ICH7, hence the commented out device id in the driver. do let me know if this works when you've tested it. -- Regards, /\_/\ "All dogs go to heaven." dinesh@alphaque.com (0 0) http://www.alphaque.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+ --------------090801000704050601040902 Content-Type: text/plain; name="ata-pci.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ata-pci.c.diff" --- ata-pci.c.orig Wed Oct 19 11:44:18 2005 +++ ata-pci.c Wed Oct 19 12:48:11 2005 @@ -186,6 +187,30 @@ pci_write_config(dev, 0xa4, pci_read_config(dev, 0xa4, 4), 4); return "Intel ICH6 SATA150 controller"; + + case 0x27c08086: /* Intel ICH7 SATA */ +#if 0 + case 0x27c38086: /* Intel ICH7 SATA RAID */ +#endif + /* Clear SATA error registers */ + pci_write_config(dev, 0xa0, 0x54, 4); + pci_write_config(dev, 0xa4, pci_read_config(dev, 0xa4, 4), 4); + pci_write_config(dev, 0xa0, 0x64, 4); + pci_write_config(dev, 0xa4, pci_read_config(dev, 0xa4, 4), 4); + + return "Intel ICH7 SATA controller"; + + case 0x82111283: /* ITE 8211F */ + case 0x82121283: /* ITE 8212F */ + /* set PCI mode and 66Mhz reference clock */ + pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) & ~0x83, 1); + + /* set default active & recover timings */ + pci_write_config(dev, 0x54, 0x31, 1); + /* set default UDMA timing */ + pci_write_config(dev, 0x56, 0x31, 1); + + return "ITE 8211F/8212F PCI Controller" ; case 0x522910b9: if (pci_get_revid(dev) >= 0xc4) @@ -669,6 +696,10 @@ case 0x25a38086: /* Intel 6300ESB SATA150 */ case 0x25b08086: /* Intel 6300ESB SATA150 RAID */ case 0x26518086: /* Intel ICH6 SATA150 */ + case 0x27c08086: /* Intel ICH7 SATA */ +#if 0 + case 0x27c38086: /* Intel ICH7 SATA RAID */ +#endif dmastat = ATA_INB(ch->r_bmio, ATA_BMSTAT_PORT); if ((dmastat & (ATA_BMSTAT_ACTIVE | ATA_BMSTAT_INTERRUPT)) != ATA_BMSTAT_INTERRUPT) --------------090801000704050601040902 Content-Type: text/plain; name="ata-dma.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ata-dma.c.diff" --- ata-dma.c.orig Wed Oct 19 02:14:39 2005 +++ ata-dma.c Sun Oct 30 02:56:31 2005 @@ -50,6 +50,7 @@ static void promise_timing(struct ata_device *, int, int); static void hpt_timing(struct ata_device *, int, int); static int hpt_cable80(struct ata_device *); +static int ata_mode2idx(int mode); /* misc defines */ #define ATAPI_DEVICE(atadev) \ @@ -187,6 +188,7 @@ int devno = (channel << 1) + device; int error; int32_t mask54 = 0; + int mode = udmamode ; /* set our most pessimistic default mode */ atadev->mode = ATA_PIO; @@ -200,6 +202,7 @@ case 0x25a38086: /* Intel 6300ESB SATA150 */ case 0x25b08086: /* Intel 6300ESB SATA150 RAID */ case 0x26518086: /* Intel ICH6 SATA150 */ + case 0x27c08086: /* Intel ICH7 SATA */ if (!panicstr) udmamode = 5; break; @@ -228,6 +231,60 @@ #endif switch (chiptype) { + case 0x82111283: /* ITE 8211F */ + case 0x82121283: /* ITE 8212F */ + + if(udmamode == 2) + mode = ATA_UDMA2; + else + mode = ATA_UDMA5; + + /* set the mode on the device */ + error = ata_command(atadev, ATA_C_SETFEATURES, 0, + mode, ATA_C_F_SETXFER,ATA_WAIT_READY); + + if(bootverbose) + ata_prtdev(atadev, "%s setting %s on ITE8212F chip\n", + (error) ? "failed" : "success", ata_mode2str(mode)); + + /* if the device accepted the mode change, setup HW accordingly */ + if(!error) { + if(mode >= ATA_UDMA) { + u_int8_t udmatiming[] = + { 0x44, 0x42, 0x31, 0x21, 0x11, 0xa2, 0x91 }; + + /* enable UDMA mode */ + pci_write_config(parent, 0x50, + pci_read_config(parent, 0x50, 1) & + ~(1 << (devno + 3)), 1); + /* set UDMA timing */ + pci_write_config(parent, + 0x56 + (channel << 2) + ATA_DEV(atadev->unit), + udmatiming[mode & ATA_MODE_MASK], 1); + + ata_dmacreate(atadev, apiomode, mode); + return ; + } + else { + u_int8_t chtiming[] = + { 0xaa, 0xa3, 0xa1, 0x33, 0x31, 0x88, 0x32, 0x31 }; + + /* disable UDMA mode */ + pci_write_config(parent, 0x50, + pci_read_config(parent, 0x50, 1) | + (1 << (devno + 3)), 1); + + /* set active and recover timing (shared between master and slave */ + if(pci_read_config(parent, 0x54 + (channel << 2), 1) < + chtiming[ata_mode2idx(mode)]) + pci_write_config(parent, 0x54 + (channel << 2), + chtiming[ata_mode2idx(mode)], 1); + } + } + break ; + + + case 0x24db8086: /* Intel ICH5 */ case 0x24d18086: /* Intel ICH5 SATA150 */ case 0x24df8086: /* Intel ICH5 SATA150 RAID */ @@ -1691,4 +1748,14 @@ res = pci_read_config(parent, 0x5a, 1) & (atadev->channel->unit ? 0x1:0x2); pci_write_config(parent, reg, val, 1); return !res; +} + +static int +ata_mode2idx(int mode) +{ + if ((mode & ATA_DMA_MASK) == ATA_UDMA) + return (mode & ATA_MODE_MASK) + 8; + if ((mode & ATA_DMA_MASK) == ATA_WDMA) + return (mode & ATA_MODE_MASK) + 5; + return (mode & ATA_MODE_MASK) - ATA_PIO0; } --------------090801000704050601040902-- From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 19:28:37 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 497B216A420 for ; Sat, 29 Oct 2005 19:28:37 +0000 (GMT) (envelope-from justgiveit5000@yahoo.com) Received: from web61122.mail.yahoo.com (web61122.mail.yahoo.com [209.73.179.36]) by mx1.FreeBSD.org (Postfix) with SMTP id B3B7843D46 for ; Sat, 29 Oct 2005 19:28:36 +0000 (GMT) (envelope-from justgiveit5000@yahoo.com) Received: (qmail 61280 invoked by uid 60001); 29 Oct 2005 19:28:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=H+wg2QR8Vs5gKj4M2qTvBKGLotMY1R6HxVQEV0Lw3WLUGsBKL0qQOSHSMkQg9Rs1Wriy6WawAXTpEBOJJO+CMF9Me6eQng5QpmkmsMJGw33KKUSrV8+Zs69PACsg7ngtwlQeoIbw+JyZTjJReLdgI6q7RI7c84MpkVi2ZzeUJr8= ; Message-ID: <20051029192836.61278.qmail@web61122.mail.yahoo.com> Received: from [66.157.94.37] by web61122.mail.yahoo.com via HTTP; Sat, 29 Oct 2005 12:28:36 PDT Date: Sat, 29 Oct 2005 12:28:36 -0700 (PDT) From: some one 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.5 Cc: Subject: installation failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 19:28:37 -0000 Any one help!! Installing on i386 platform, AMD Athlon 2100, 512MB memory, NVIDIA GeForce FX 5500 graphic card I get an error while trying to install FREEBSD 5.0 which is: ata0: reseting devices.. Please help me! I could be reached at justgiveit5000@yahoo.com THANXS --------------------------------- Yahoo! FareChase - Search multiple travel sites in one click. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 19:41:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0847216A41F for ; Sat, 29 Oct 2005 19:41:06 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from grog.secure-computing.net (grog.secure-computing.net [216.243.161.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F5DF43D45 for ; Sat, 29 Oct 2005 19:41:03 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.100] (snipe.secure-computing.net [216.243.161.77]) (authenticated bits=0) by grog.secure-computing.net (8.13.1/8.13.1) with ESMTP id j9TJfA1l056213 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Sat, 29 Oct 2005 14:41:10 -0500 (CDT) (envelope-from ecrist@secure-computing.net) DomainKey-Signature: a=rsa-sha1; s=grog; d=secure-computing.net; c=nofws; q=dns; h=in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to:x-mailer:x-spam-status:x-spam-checker-version; b=lM9ip1mRX1p8LX9pEVMAp+8sP438gfRaPR4SKXTm0/poV0l0QU/u7prWbftY79T4Q axSADnW6y1nIGPEL9W/ag== In-Reply-To: <20051029192836.61278.qmail@web61122.mail.yahoo.com> References: <20051029192836.61278.qmail@web61122.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <237F35CA-3BB6-4CB7-AC30-83637AD95EAC@secure-computing.net> Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Sat, 29 Oct 2005 14:40:42 -0500 To: some one X-Mailer: Apple Mail (2.734) X-Spam-Status: No, score=-4.6 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on grog.secure-computing.net Cc: freebsd-questions@freebsd.org Subject: Re: installation failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 19:41:06 -0000 FreeBSD 5.0 is relatively outdated. Try 6.0RC1. On Oct 29, 2005, at 2:28 PM, some one wrote: > Any one help!! > Installing on i386 platform, AMD Athlon 2100, 512MB memory, NVIDIA > GeForce FX 5500 graphic card > I get an error while trying to install FREEBSD 5.0 > which is: > ata0: reseting devices.. > > Please help me! > I could be reached at justgiveit5000@yahoo.com > THANXS > > > --------------------------------- > Yahoo! FareChase - Search multiple travel sites in one click. > _______________________________________________ > 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" > > ----- Eric F Crist Secure Computing Networks http://www.secure-computing.net From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 19:42:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F3B616A41F for ; Sat, 29 Oct 2005 19:42:18 +0000 (GMT) (envelope-from micp07@dsl.pipex.com) Received: from blaster.systems.pipex.net (blaster.systems.pipex.net [62.241.163.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD6DF43D6A for ; Sat, 29 Oct 2005 19:42:12 +0000 (GMT) (envelope-from micp07@dsl.pipex.com) Received: from Discovery (81-86-149-251.dsl.pipex.com [81.86.149.251]) by blaster.systems.pipex.net (Postfix) with ESMTP id DBA1BE000129 for ; Sat, 29 Oct 2005 20:42:10 +0100 (BST) From: "John" To: Date: Sat, 29 Oct 2005 20:41:56 +0100 Message-ID: <000001c5dcc0$d2752010$0b00000a@Discovery> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcXcwNFIgwmhjK+mRam9kCU4MI7hNA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: UNEXPECTED INCONSISTENCY - fsck X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 19:42:18 -0000 Hi, There was recently a power outage in the area, which lasted longer than the UPS did. By the time I was notified the server had already crashed. When the power was restored, the computer was restarted, but failed to boot correctly. The error was: /dev/rda0s1e: 1920298835 BAD I=3219136 /dev/rda0s1e: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: /dev/rda0s1e (/usr) Automatic files system check failed... help! Ok, so I ran fsck -y, which resulted in: ... ** /dev/rda0s1e ** Last Mounted on /usr ** Phase 1 - Check Blocks and Sizes 1920298835 BAD I=3219136 ... ( 9 lines cut all ending BAD I=3219136) 1869182049 BAD I=3219136 EXCESSIVE BAD BLKS I=3219136 CONTINUE? [yn] yes 741880625 BAD I=3219137 ... ( 9 lines cut all ending BAD I=3219137) 153103648 BAD I=3219137 EXCESSIVE BAD BLKS I=3219137 CONTINUE? [yn] yes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts BAD/DUP FILE I=3219136 OWNER=13273856 MODE=103210 SIZE=57005967061714584 MTIME=Jun 3 16:08 1970 CLEAR? [yn] yes pid 22 (fsck), uid 0: exited on signal 11 Segmentation fault # It is FreeBSD 3.4, 2 * 17GB HITACHI SCSI Drives and 128MB RAM. I have very little knowledge of the system, and would appreciate any help in solving this problem. Thanks John From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 19:45:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46DFF16A41F for ; Sat, 29 Oct 2005 19:45:04 +0000 (GMT) (envelope-from jas@math.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C0243D46 for ; Sat, 29 Oct 2005 19:45:03 +0000 (GMT) (envelope-from jas@math.jussieu.fr) Received: from riemann.math.jussieu.fr (riemann.math.jussieu.fr [134.157.13.3]) by shiva.jussieu.fr (8.13.5/jtpda-5.4) with ESMTP id j9TJj2Bu061757 for ; Sat, 29 Oct 2005 21:45:02 +0200 (CEST) X-Ids: 166 Received: from cantor.math.jussieu.fr (cantor.math.jussieu.fr [134.157.13.2]) by riemann.math.jussieu.fr (8.12.10/jtpda-5.4) with ESMTP id j9TJj0N3098212 for ; Sat, 29 Oct 2005 21:45:00 +0200 (CEST) Received: from cantor.math.jussieu.fr (jas@localhost [127.0.0.1]) by cantor.math.jussieu.fr (8.12.10/jtpda-5.4) with ESMTP id j9TJj0e4065070 for ; Sat, 29 Oct 2005 21:45:00 +0200 (CEST) Received: (from jas@localhost) by cantor.math.jussieu.fr (8.12.10/8.12.10/Submit) id j9TJj06m065066 for freebsd-questions@freebsd.org; Sat, 29 Oct 2005 21:45:00 +0200 (CEST) (envelope-from jas) Date: Sat, 29 Oct 2005 21:44:59 +0200 From: Albert Shih To: freebsd-questions@freebsd.org Message-ID: <20051029194459.GA13247@math.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.11 X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.53 on 134.157.13.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.2 (shiva.jussieu.fr [134.157.0.166]); Sat, 29 Oct 2005 21:45:02 +0200 (CEST) X-Antivirus: scanned by sophie at shiva.jussieu.fr X-Miltered: at shiva.jussieu.fr with ID 4363D13E.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Subject: FreeBSD 5.3 with openldap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shih@math.jussieu.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 19:45:04 -0000 Hi all I've some question about FreeBSD 5.3 using Openldap authentication server. Everthing work fine, but it's very slow to do something like ls -l. For each line there're a connection between the serveur and the Openldap server. On my Linux I can use some cache like nscd. What can I do on my FreeBSD server to accelerate the basic operation by using a cache system ? Best regards. -- Albert SHIH Universite de Paris 7 (Denis DIDEROT) U.F.R. de Mathematiques. 7 ième étage, plateau D, bureau 10 Heure local/Local time: Sat Oct 29 21:41:46 CEST 2005 From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 19:46:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B38716A41F for ; Sat, 29 Oct 2005 19:46:50 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1094743D45 for ; Sat, 29 Oct 2005 19:46:50 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 015E51A3C1A; Sat, 29 Oct 2005 12:46:50 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2F02751494; Sat, 29 Oct 2005 15:46:49 -0400 (EDT) Date: Sat, 29 Oct 2005 15:46:49 -0400 From: Kris Kennaway To: Sasa Stupar Message-ID: <20051029194648.GA33857@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Q ML Subject: Re: FBSD 5.4 and old PC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 19:46:50 -0000 --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 29, 2005 at 08:58:23AM +0200, Sasa Stupar wrote: > Hi! >=20 > I have an old Compaq Deskpro 2000 (P166) with 64M RAM and HDD 1.5G. I was= =20 > thinking to make it as router with FBSD 5.4. > Did anyone had any kind of problems with setup on that kind of machine? Try it and see! Kris --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDY9GoWry0BWjoQKURAm3+AKDD5dcsgIgfE9WPOY0QwKQAro5ZXACfcEl3 h+c+wkgzGi8na7by4SJNTrY= =HgDj -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L-- From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 19:47:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E402816A42D for ; Sat, 29 Oct 2005 19:47:04 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9D1143D45 for ; Sat, 29 Oct 2005 19:47:04 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 99B461A3C24; Sat, 29 Oct 2005 12:47:04 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E06F452225; Sat, 29 Oct 2005 15:47:03 -0400 (EDT) Date: Sat, 29 Oct 2005 15:47:03 -0400 From: Kris Kennaway To: Elliot Finley Message-ID: <20051029194703.GB33857@xor.obsecurity.org> References: <004a01c5dcaf$5d9e9a70$37cba1cd@emerytelcom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7iMSBzlTiPOCCT2k" Content-Disposition: inline In-Reply-To: <004a01c5dcaf$5d9e9a70$37cba1cd@emerytelcom.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: kernel debug options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 19:47:05 -0000 --7iMSBzlTiPOCCT2k Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 29, 2005 at 11:36:59AM -0600, Elliot Finley wrote: > does having: >=20 > options KDB > options DDB > makeoptions DEBUG=3D-g >=20 > in the kernel make it slower? Or does it just make it take more memory? Neither. Kris --7iMSBzlTiPOCCT2k Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDY9G3Wry0BWjoQKURAgFtAJ9Y7ub92xAShhfPLXS9P58K4SgqwQCgpjsI 6Bx4Cenp4wT6aGJNHJKk0ac= =tmh3 -----END PGP SIGNATURE----- --7iMSBzlTiPOCCT2k-- From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 20:24:57 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F21016A420; Sat, 29 Oct 2005 20:24:57 +0000 (GMT) (envelope-from stefan@snowfall.se) Received: from mail.snowfall.se (pluring.snowfallnet.com [82.99.34.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F99F43D6D; Sat, 29 Oct 2005 20:24:47 +0000 (GMT) (envelope-from stefan@snowfall.se) Received: from [192.168.0.109] (unknown [87.96.144.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.snowfall.se (Postfix) with ESMTP id A5C93A6; Sat, 29 Oct 2005 22:24:44 +0200 (CEST) Message-ID: <4363DA8D.7000204@snowfall.se> Date: Sat, 29 Oct 2005 22:24:45 +0200 From: Stefan Cars User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg 'groggy' Lehey References: <434CBAD5.10306@snowfall.se> <20051013010014.GG49168@wantadilla.lemis.com> <434E839B.2020209@snowfall.se> <20051014001038.GX49168@wantadilla.lemis.com> In-Reply-To: <20051014001038.GX49168@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org, current@freebsd.org Subject: Re: MySQL crashes on amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 20:24:57 -0000 Greg 'groggy' Lehey wrote: > [Sequence recovered--see http://www.lemis.com/email/email-format.html] > > On Thursday, 13 October 2005 at 17:56:11 +0200, Stefan Cars wrote: > >>Greg 'groggy' Lehey wrote: >> >>>On Wednesday, 12 October 2005 at 9:27:17 +0200, Stefan Cars wrote: >>> >>> >>>>Hi! >>>> >>>>We are having troubles with MySQL 4.1 on a amd64 (it's crashing >>>>randomly with Seg fault, signal 11. gdb bt says: Cannot access >>>>memory at address 0x800000000000). We have got information saying >>>>this is a 64bit related issue and should be fixed by using the i386 >>>>version instead of amd64 (this is an Intel Xeon). >>> >>>Where did you get that information from? > > > I'd still like to know an answer to this question. I got information from a guy working on the floor below us, although his thoughts were only that "amd64 is a bit unstable so that should be the problem" > > >>>>What is the way to go when moving from amd64 to i386 ? >>> >>>If you mean "how do I install an i386 kernel on this machine", I can't >>>think of any way except to start from scratch. It would be a good >>>idea to install a separate disk, so you can access the configuration >>>files and the database on the old disk. But before doing this, I'd be >>>very interested in knowing what the problem is. Is the backtrace >>>always the same? Where does it crash? >> >>After doing some testing this is what I found out: >> >>1) Exchanging memory on the machine did not work. Same error. >>2) Trying it on another 64 bit machine with same FreeBSD (RC1) creates >>EXACT same problem >>3) Installing the i386 version of RC1 instead of amd64 on the same >>machines and it works terrific. No crash. > > > Hmm. That's interesting. This is obviously not a hardware issue. > > >>The bt is always the same and it always crash the same, look here: >> >>#784 0x0000000000000000 in ?? () >>#785 0x247c8d48002454ff in ?? () >>#786 0x01a1c0c748006a10 in ?? () >>#787 0x66fdebf4050f0000 in ?? () >>#788 0x9066669066669066 in ?? () >>#789 0x00007fffffffe778 in ?? () >>#790 0x0000000000000006 in ?? () >>#791 0x00007fffffffe7b0 in ?? () >>#792 0x0000000000000017 in ?? () >>Cannot access memory at address 0x800000000000 > > > Without function names instead of ??, it's impossible to say what's > happening here. You'd need to build with debug symbols. > > Since you've been told that this is an issue, it would be good to know > more. As we've mentioned on other threads, there are reasons to > believe that there are problems with the threading libraries, but > currently we don't have enough information to investigate them. Note > that the other recent thread refers to problems running in the > configuration you have just installed: see > http://bugs.mysql.com/bug.php?id=12251 for more details. If you see > anything similar, please let us know. > After doing alot of testing and trying this is some more new information: It actually DO crash on i386 FreeBSD 6.0-RC1 aswell, but very seldom (around once every 4-5th hour, this time we get a Signal 10 instead, see below). The errors are reproducable for MySQL 4.1.15 and MySQL 5.0.15 so the problem still exists on 5.0.15. Of course we have tried on different machines aswell to make sure it's not hardware related. On a FreeBSD 5.3 machine Mysql 4.1.15 works fine. mysqld got signal 10; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. key_buffer_size=1048576 read_buffer_size=131072 max_used_connections=99 max_connections=400 threads_connected=44 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 461820 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 20:34:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C14C16A41F for ; Sat, 29 Oct 2005 20:34:09 +0000 (GMT) (envelope-from dgl@kirk.dlee.org) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.198.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955E043D48 for ; Sat, 29 Oct 2005 20:34:08 +0000 (GMT) (envelope-from dgl@kirk.dlee.org) Received: from kirk.dlee.org ([69.143.16.144]) by comcast.net (rwcrmhc12) with ESMTP id <20051029203407014001lom1e>; Sat, 29 Oct 2005 20:34:07 +0000 Received: from kirk.dlee.org (dgl@localhost.dlee.org [127.0.0.1]) by kirk.dlee.org (8.12.11/8.12.11) with ESMTP id j9TKY5WW010119 for ; Sat, 29 Oct 2005 16:34:05 -0400 (EDT) (envelope-from dgl@kirk.dlee.org) Received: (from dgl@localhost) by kirk.dlee.org (8.12.11/8.12.11/Submit) id j9TKY51G010118 for freebsd-questions@freebsd.org; Sat, 29 Oct 2005 16:34:05 -0400 (EDT) (envelope-from dgl) Date: Sat, 29 Oct 2005 16:34:05 -0400 From: Doug Lee To: freebsd-questions@freebsd.org Message-ID: <20051029203404.GA9983@kirk.dlee.org> Mail-Followup-To: Doug Lee , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: SSB + BART Group User-Agent: Mutt/1.5.9i Subject: Can a process be made immune to out-of-swap-space kills? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 20:34:09 -0000 Sometimes, I accidentally run something that eats up too much memory and causes the pager to run out of swap space and start shooting down processes to rectify the situation. Sometimes, the process chosen for demolition happens to be `screen.' Since this process sorta manages a whole lot of others and, on being zapped out of existence, leaves many of them running but inaccessible, I find this choice decidedly inconvenient. Is there a way for me to force FreeBSD to leave `screen' (or any other process) alone when selecting something to kill to free memory? Please Cc me any answers. Thanks much. -- Doug Lee dgl@dlee.org http://www.dlee.org SSB + BART Group doug@bartsite.com http://www.bartsite.com "Is your cucumber bitter? Throw it away. Are there briars in your path? Turn aside. That is enough. Do not go on to say, `Why were things of this sort ever brought into the world?'" --Marcus Aurelius From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 20:40:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E71616A41F for ; Sat, 29 Oct 2005 20:40:01 +0000 (GMT) (envelope-from kouye@wanadoo.fr) Received: from smtp1.wanadoo.fr (smtp1.wanadoo.fr [193.252.22.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B6A43D6A for ; Sat, 29 Oct 2005 20:40:00 +0000 (GMT) (envelope-from kouye@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0104.wanadoo.fr (SMTP Server) with ESMTP id 534531FFFFCE for ; Sat, 29 Oct 2005 22:39:59 +0200 (CEST) Received: from [192.168.1.3] (ASte-Genev-Bois-151-1-5-182.w82-121.abo.wanadoo.fr [82.121.131.182]) by mwinf0104.wanadoo.fr (SMTP Server) with ESMTP id 1F5111FFFFA5 for ; Sat, 29 Oct 2005 22:39:59 +0200 (CEST) X-ME-UUID: 20051029203959128.1F5111FFFFA5@mwinf0104.wanadoo.fr Message-ID: <4363DE04.4010206@wanadoo.fr> Date: Sat, 29 Oct 2005 22:39:32 +0200 From: edward User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051004) 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: Mounting an iPod X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 20:40:01 -0000 Hi all, I'm not quite sure how to mount an iPod mini on a x86 machine under 5.4 Stable, to use with gtkpod. I installed gtkpod, then connected the iPod through firewire. But I'm not sure how to adjust my fstab file to make the iPod mount when connected. My fstab currently is : # Device Mountpoint FStype Options Dump Pass# /dev/ad0s3b none swap sw 0 0 /dev/ad0s3a / ufs rw 1 1 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 The iPod uses an HFS+ file system. It's been loaded from a Mac. I would like to mount it to /mnt/ipod I'm not sure if this is helpful : # ls /sbin/mount_* /sbin/mount_cd9660 /sbin/mount_msdosfs /sbin/mount_std /sbin/mount_devfs /sbin/mount_nfs /sbin/mount_udf /sbin/mount_ext2fs /sbin/mount_nfs4 /sbin/mount_umapfs /sbin/mount_fdescfs /sbin/mount_ntfs /sbin/mount_unionfs /sbin/mount_linprocfs /sbin/mount_nullfs /sbin/mount_mfs /sbin/mount_procfs Thanks all, Edward From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 21:05:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 212EC16A41F for ; Sat, 29 Oct 2005 21:05:46 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F1E43D48 for ; Sat, 29 Oct 2005 21:05:45 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so637168nzd for ; Sat, 29 Oct 2005 14:05:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a+Bahg3CRbmLu5nCFW7J/eGR3A7X7DeVGk7qheBV/Pstit8eJJGnYFEQsEb1ghffLTDuulRLQvdCrpxzIIbIM/X82nKNI0Ka5ePD80AYczYNUOJ+TKyt3yl0rl7Bshyjvihs6mLvPSyFujoukLM5ERJeExnAbX6l3PLvfL104mE= Received: by 10.36.222.42 with SMTP id u42mr1261532nzg; Sat, 29 Oct 2005 14:05:45 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Sat, 29 Oct 2005 14:05:45 -0700 (PDT) Message-ID: Date: Sun, 30 Oct 2005 01:05:45 +0400 From: "Andrew P." To: Dave In-Reply-To: <000301c5dbdf$5179bd90$0900a8c0@satellite> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000301c5dbdf$5179bd90$0900a8c0@satellite> Cc: freebsd-questions@freebsd.org Subject: Re: 5.4 CD and floppies enter boot loop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 21:05:46 -0000 On 10/28/05, Dave wrote: > Hello, > I've got an older, as of june/july 5.4-release official disk. Wheneve= r i > try to boot a box with it the system enters a boot loop, creating floppie= s > also gives me this behavior. This is on a pair of p3 733 mhz systems. > I've tried new floppies and downloading the bootonly iso same behavio= r. > Thanks. > Dave. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > It's hard to diagnose a problem if we don't know anythinf except that your machine restarts during boot. Provide additional info about your hardware. Try to watch the screen and spot the moment when the box reboots. Also, you might want to try a 6.0 bootable CD. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 21:06:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 842C416A41F for ; Sat, 29 Oct 2005 21:06:41 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-03-eri0.ohiordc.rr.com (ms-smtp-03-smtplb.ohiordc.rr.com [65.24.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5F3D43D75 for ; Sat, 29 Oct 2005 21:06:36 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-69-133-105-70.woh.res.rr.com [69.133.105.70]) by ms-smtp-03-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j9TL6XYF013135 for ; Sat, 29 Oct 2005 17:06:33 -0400 (EDT) Message-ID: <000301c5dccb$ad0f9ac0$0900a8c0@satellite> From: "Dave" To: Date: Sat, 29 Oct 2005 16:59:38 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: compiling chrooted kernel makes drive unbootable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 21:06:41 -0000 Hello, I've got a box that has died. The data on it is rather important and a reinstall is not feasible. I put the hard drive in a test box, mounted all the partitions of the previous drive under /mnt then did a chroot /mnt and compiled a generic kernel. The processor on this board is different so i felt i had to. The compilation and installation of the chrooted kernel went fine, putting the drive in the new system yields an unbootable drive. I've checked the data and kernel are there. Any ideas why this procedure didn't give me a bootable drive? Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 21:13:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D419F16A41F for ; Sat, 29 Oct 2005 21:13:01 +0000 (GMT) (envelope-from jas@math.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 135D043D45 for ; Sat, 29 Oct 2005 21:13:00 +0000 (GMT) (envelope-from jas@math.jussieu.fr) Received: from riemann.math.jussieu.fr (riemann.math.jussieu.fr [134.157.13.3]) by shiva.jussieu.fr (8.13.5/jtpda-5.4) with ESMTP id j9TLCv0W074128 ; Sat, 29 Oct 2005 23:12:58 +0200 (CEST) X-Ids: 168 Received: from cantor.math.jussieu.fr (cantor.math.jussieu.fr [134.157.13.2]) by riemann.math.jussieu.fr (8.12.10/jtpda-5.4) with ESMTP id j9TLCuN3031093 ; Sat, 29 Oct 2005 23:12:56 +0200 (CEST) Received: from cantor.math.jussieu.fr (jas@localhost [127.0.0.1]) by cantor.math.jussieu.fr (8.12.10/jtpda-5.4) with ESMTP id j9TLCue4098206 ; Sat, 29 Oct 2005 23:12:56 +0200 (CEST) Received: (from jas@localhost) by cantor.math.jussieu.fr (8.12.10/8.12.10/Submit) id j9TLCu6v098205; Sat, 29 Oct 2005 23:12:56 +0200 (CEST) (envelope-from jas) Date: Sat, 29 Oct 2005 23:12:55 +0200 From: Albert Shih To: John Message-ID: <20051029211255.GB13247@math.jussieu.fr> References: <000001c5dcc0$d2752010$0b00000a@Discovery> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <000001c5dcc0$d2752010$0b00000a@Discovery> User-Agent: Mutt/1.5.11 X-Spam-Score: -1.44 () ALL_TRUSTED,UPPERCASE_25_50 X-Scanned-By: MIMEDefang 2.53 on 134.157.13.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.2 (shiva.jussieu.fr [134.157.0.168]); Sat, 29 Oct 2005 23:12:59 +0200 (CEST) X-Antivirus: scanned by sophie at shiva.jussieu.fr X-Miltered: at shiva.jussieu.fr with ID 4363E5D9.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Cc: freebsd-questions@freebsd.org Subject: Re: UNEXPECTED INCONSISTENCY - fsck X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shih@math.jussieu.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 21:13:01 -0000 Le 29/10/2005 20:41:56+0100, John a écrit > Hi, > > There was recently a power outage in the area, which lasted longer than the > UPS did. > By the time I was notified the server had already crashed. > > When the power was restored, the computer was restarted, but failed to boot > correctly. > > The error was: > > /dev/rda0s1e: 1920298835 BAD I=3219136 > /dev/rda0s1e: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. > THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: > /dev/rda0s1e (/usr) > Automatic files system check failed... help! > > Ok, so I ran fsck -y, which resulted in: > > ... > ** /dev/rda0s1e > ** Last Mounted on /usr > ** Phase 1 - Check Blocks and Sizes > 1920298835 BAD I=3219136 > ... ( 9 lines cut all ending BAD I=3219136) > 1869182049 BAD I=3219136 > EXCESSIVE BAD BLKS I=3219136 > CONTINUE? [yn] yes > > 741880625 BAD I=3219137 > ... ( 9 lines cut all ending BAD I=3219137) > 153103648 BAD I=3219137 > EXCESSIVE BAD BLKS I=3219137 > CONTINUE? [yn] yes > > ** Phase 2 - Check Pathnames > ** Phase 3 - Check Connectivity > ** Phase 4 - Check Reference Counts > BAD/DUP FILE I=3219136 OWNER=13273856 MODE=103210 > SIZE=57005967061714584 MTIME=Jun 3 16:08 1970 > CLEAR? [yn] yes > > pid 22 (fsck), uid 0: exited on signal 11 > Segmentation fault > # And what's happend if you reboot and do this again ? > It is FreeBSD 3.4, 2 * 17GB HITACHI SCSI Drives and 128MB RAM. Woouuahh....that's old ;-)) Regards. -- Albert SHIH Universite de Paris 7 (Denis DIDEROT) U.F.R. de Mathematiques. Heure local/Local time: Sat Oct 29 23:11:05 CEST 2005 From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 21:36:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0658516A41F for ; Sat, 29 Oct 2005 21:36:45 +0000 (GMT) (envelope-from jamesoff@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id A281D43D49 for ; Sat, 29 Oct 2005 21:36:38 +0000 (GMT) (envelope-from jamesoff@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so595124nzk for ; Sat, 29 Oct 2005 14:36:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jnFb1VIf2tn2aak0M0GK4eS7RjXzh+nO4zZ7qaEEIwV2vJeVYYN2cBye853U110xrrcHitp3/YWBeVDyERAkGjz0SYz0l5aXarxN7aBZXs0NEGEOn9dmZ+yuNiUvj4Vequob20va4UuRxwiddrTUkv3n1kSnEKo8gBAGuo/kJ5o= Received: by 10.37.14.23 with SMTP id r23mr1882480nzi; Sat, 29 Oct 2005 14:36:37 -0700 (PDT) Received: by 10.36.108.11 with HTTP; Sat, 29 Oct 2005 14:36:37 -0700 (PDT) Message-ID: <720051dc0510291436n6fb44acdy9423723ae4086425@mail.gmail.com> Date: Sat, 29 Oct 2005 22:36:37 +0100 From: James Seward To: edward In-Reply-To: <4363DE04.4010206@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4363DE04.4010206@wanadoo.fr> Cc: freebsd-questions@freebsd.org Subject: Re: Mounting an iPod X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 21:36:45 -0000 On 10/29/05, edward wrote: > The iPod uses an HFS+ file system. It's been loaded from a Mac. > I would like to mount it to /mnt/ipod A quick Google suggests you can try http://people.freebsd.org/~yar/hfs/ to add HFS support to FreeBSD, otherwise you're going to have to reformat your iPod for Windows and then mount it as FAT. I then added this line: /dev/da0s2 /ipod msdos rw,noauto 0 0 to my fstab, and wrote myself a little ipod script I can use to mount and umount/eject it. To mount it it just mounts /ipod, and to eject it, i umounts /ipod and then calls camcontrol eject on the right device ID to eject it (so the iPod stops thinking it's connected). I can offer further assistance with the 2nd half but not the 1st half of th= is :) /JMS From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 22:13:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B82916A41F for ; Sat, 29 Oct 2005 22:13:02 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: from web61015.mail.yahoo.com (web61015.mail.yahoo.com [209.73.179.24]) by mx1.FreeBSD.org (Postfix) with SMTP id 8DC1F43D46 for ; Sat, 29 Oct 2005 22:13:01 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 57876 invoked by uid 60001); 29 Oct 2005 22:13:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=4GW0yAL5qib3xTmbfc7z11UIGjfmlt/9VYluMapEvGBWNEFR4MpS8IzefXjuwmjV1ijDsfyfjuxpGT3zor5hfWQ/9B2GL0dEn9np6tDJFqd3KtXYdRfN2jFb4/sIhk3DcqQrOtWat3Ed6fcKJl/LA17qZaZc07kGg9UQ/ZgQmHY= ; Message-ID: <20051029221300.57874.qmail@web61015.mail.yahoo.com> Received: from [69.86.19.170] by web61015.mail.yahoo.com via HTTP; Sat, 29 Oct 2005 19:13:00 ART Date: Sat, 29 Oct 2005 19:13:00 -0300 (ART) From: "E. J. Cerejo" To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Help with Apsfilter and HP 842c X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 22:13:02 -0000 I'm running FreeBSD 5.4 and my printer used to print perfectly until I did a fresh install because had to change hard drives, now I can't get my printer to print using apsfilter. Everytime I print the printer starts feeding the paper and to print and then it just hangs and sometimes it turns off. I've checked the error logs and all it tells me is this: Oct 29 11:41:58 ecerejo hpijs: unable to write to output, fd=6, count=4096: m Your help would be appreciated. Thank you. _______________________________________________________ Promoção Yahoo! Acesso Grátis: a cada hora navegada você acumula cupons e concorre a mais de 500 prêmios! Participe! http://yahoo.fbiz.com.br/ From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 22:48:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2792816A41F for ; Sat, 29 Oct 2005 22:48:29 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id B57D543D46 for ; Sat, 29 Oct 2005 22:48:28 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so644477nzd for ; Sat, 29 Oct 2005 15:48:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=E19lwJ2Vpvfn5DuhNWklp8GS5xFsOqtkVsAy9Zw0h1BpWq44hZBqtgE3sGQtM04wVLJlmlfE3BRLRlmIBJB26i2gzIZ+3DwGU4JMQV37fPW6qhKcVkhA3sJ7Wf3tdvW8uccySyJ14jts70YETLR0L74qZGeTVho3XAbNGYm1zUw= Received: by 10.36.222.75 with SMTP id u75mr1764915nzg; Sat, 29 Oct 2005 15:48:28 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Sat, 29 Oct 2005 15:48:28 -0700 (PDT) Message-ID: Date: Sun, 30 Oct 2005 02:48:28 +0400 From: "Andrew P." To: Dave In-Reply-To: <000301c5dccb$ad0f9ac0$0900a8c0@satellite> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000301c5dccb$ad0f9ac0$0900a8c0@satellite> Cc: freebsd-questions@freebsd.org Subject: Re: compiling chrooted kernel makes drive unbootable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 22:48:29 -0000 On 10/30/05, Dave wrote: > Hello, > I've got a box that has died. The data on it is rather important and = a > reinstall is not feasible. I put the hard drive in a test box, mounted al= l > the partitions of the previous drive under /mnt then did a chroot /mnt an= d > compiled a generic kernel. The processor on this board is different so i > felt i had to. The compilation and installation of the chrooted kernel we= nt > fine, putting the drive in the new system yields an unbootable drive. I'v= e > checked the data and kernel are there. Any ideas why this procedure didn'= t > give me a bootable drive? > Thanks. > Dave. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Any more info, please? What exactly has died? Has any data been lost? Why did you have to recompile the kernel? Did you recompile the world, too? How different are the processors on the dead system, the one you've recompiled on and the new one? You can always run a fresh install without formatting your drives and thus losing only some system configuration files. From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 23:00:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 453B516A41F for ; Sat, 29 Oct 2005 23:00:39 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0C9143D46 for ; Sat, 29 Oct 2005 23:00:38 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so645367nzd for ; Sat, 29 Oct 2005 16:00:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NA5fQ0IAvtD+fNTQqV7L6KrkrrfoBD3odaAXPGL+6Ftfr7IOdLApW22BdPHwObIV2Ly9LdtL7FHIH5/QLMI+g+eSrxgy2CpI+N3ztqumvK/FfRT84BVMucrG7eQqamL4tdkrlF6u9dYM85b416rLiB+RdbLgMJ4Ec94Iu3rDtr8= Received: by 10.36.74.8 with SMTP id w8mr378594nza; Sat, 29 Oct 2005 16:00:38 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Sat, 29 Oct 2005 16:00:37 -0700 (PDT) Message-ID: Date: Sun, 30 Oct 2005 03:00:37 +0400 From: "Andrew P." To: Doug Lee , freebsd-questions@freebsd.org In-Reply-To: <20051029203404.GA9983@kirk.dlee.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051029203404.GA9983@kirk.dlee.org> Cc: Subject: Re: Can a process be made immune to out-of-swap-space kills? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 23:00:39 -0000 On 10/30/05, Doug Lee wrote: > Sometimes, I accidentally run something that eats up too much memory > and causes the pager to run out of swap space and start shooting down > processes to rectify the situation. Sometimes, the process chosen for > demolition happens to be `screen.' Since this process sorta manages a > whole lot of others and, on being zapped out of existence, leaves many > of them running but inaccessible, I find this choice decidedly > inconvenient. > > Is there a way for me to force FreeBSD to leave `screen' (or any other > process) alone when selecting something to kill to free memory? > > Please Cc me any answers. > > Thanks much. > > > -- > Doug Lee dgl@dlee.org http://www.dlee.org > SSB + BART Group doug@bartsite.com http://www.bartsite.com > "Is your cucumber bitter? Throw it away. Are there briars in your > path? Turn aside. That is enough. Do not go on to say, `Why were > things of this sort ever brought into the world?'" > --Marcus Aurelius > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > I don't know how to do that, but by all means you shouldn't allow that to happen. It's not windoze, where everything is meant to be swapped. Read limits(1) manpage to know how to prevent a user from messing with other processes in such an unfriendly way. Last time I ran into a problem alike was upgrading from fedora core 3 to FC4. Yum requested about 4000GB (4 Terabytes) of RAM. The machine became inaccessible (as in "showing no signs of life whatsoever") for 5 hours, but in the end something coredumped and I could login :-) From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 23:27:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85BB416A41F for ; Sat, 29 Oct 2005 23:27:18 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from mail.vivodinet.gr (mail3.vivodinet.gr [80.76.39.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 84B2A43D48 for ; Sat, 29 Oct 2005 23:27:16 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 28494 invoked from network); 29 Oct 2005 23:00:05 -0000 Received: from dslcustomer-222-89.vivodi.gr (HELO flame.pc) (83.171.222.89) by 0 with SMTP; 29 Oct 2005 23:00:05 -0000 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9TMxtpI056981; Sun, 30 Oct 2005 01:59:55 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9TMxsvm056980; Sun, 30 Oct 2005 01:59:54 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 30 Oct 2005 01:59:53 +0300 From: Giorgos Keramidas To: Doug Lee , freebsd-questions@freebsd.org Message-ID: <20051029225953.GA56958@flame.pc> References: <20051029203404.GA9983@kirk.dlee.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051029203404.GA9983@kirk.dlee.org> Cc: Subject: Re: Can a process be made immune to out-of-swap-space kills? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 23:27:18 -0000 On 2005-10-29 16:34, Doug Lee wrote: > Sometimes, I accidentally run something that eats up too much > memory and causes the pager to run out of swap space and start > shooting down processes to rectify the situation. Sometimes, > the process chosen for demolition happens to be `screen.' > Since this process sorta manages a whole lot of others and, on > being zapped out of existence, leaves many of them running but > inaccessible, I find this choice decidedly inconvenient. > > Is there a way for me to force FreeBSD to leave `screen' (or > any other process) alone when selecting something to kill to > free memory? Hmmm, why are user limits not applied? Wouldn't it be a nicer way to solve the "rogue process" problems? From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 23:27:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9611216A41F for ; Sat, 29 Oct 2005 23:27:42 +0000 (GMT) (envelope-from Mike.Jeays@rogers.com) Received: from smtp101.rog.mail.re2.yahoo.com (smtp101.rog.mail.re2.yahoo.com [206.190.36.79]) by mx1.FreeBSD.org (Postfix) with SMTP id 09D2343D48 for ; Sat, 29 Oct 2005 23:27:41 +0000 (GMT) (envelope-from Mike.Jeays@rogers.com) Received: (qmail 94465 invoked from network); 29 Oct 2005 23:27:41 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:Content-Type:Message-Id:Mime-Version:X-Mailer:Date:Content-Transfer-Encoding; b=Yj8M5MxpQ/MFCIGEWmvHmBFNFeIwb+rutj3nL4Jg+BS/H6a1riG142T4nxQDVB6vjIYRLQl5TO3jqBW0vKbrXhkl5fJ5DLde1UBqqzCPKnTlz8s2aSUpjBjphcV/zo0/ZOL0Fyys+DEyDpUABvHQFiTa7geJJ03103jtLoUZVhQ= ; Received: from unknown (HELO ?192.168.2.150?) (mjeays2551@rogers.com@72.139.51.96 with plain) by smtp101.rog.mail.re2.yahoo.com with SMTP; 29 Oct 2005 23:27:40 -0000 From: Mike Jeays To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1130628460.690.7.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 29 Oct 2005 19:27:40 -0400 Content-Transfer-Encoding: 7bit Subject: DMA errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 23:27:42 -0000 I have a 40GB Maxtor D740X-6L disk, and have been unable to install 5.4 or 6.0 on it. I get errors: ad0: FAILURE WRITE_DMA STATUS=51 error=84 (IRC, ABORTED) LBA=.. as soon as I try to commmit the changes in sysinstall. I have checked that the IDE cable is the 80-wire type, and cleaned up the connections and so on. I tried installing Ubuntu on this disk, and everything went perfectly. (Those guys have done a really great job, by the way). Is there some configuration trick I have missed? From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 23:34:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33DB216A41F for ; Sat, 29 Oct 2005 23:34:14 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F58443D48 for ; Sat, 29 Oct 2005 23:34:13 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from [192.168.1.10] (nieser.net [194.109.160.131]) by smtp-vbr4.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9TNYBRM057563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 30 Oct 2005 01:34:12 +0200 (CEST) (envelope-from h.nieser@xs4all.nl) Message-ID: <436406F3.4060603@xs4all.nl> Date: Sun, 30 Oct 2005 01:34:11 +0200 From: Hans Nieser User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051029) 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 X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Unable to perform clean shutdown. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 23:34:14 -0000 Hi list, I am experimenting with using FreeBSD as a desktop OS (with Xorg and GNOME), and because I still need to keep Windows around for certain applications, I have decided to create 3 partitions (or slices in the BSD world). One NTFS, for Windows (ad8s1, 40GiB), one for FreeBSD (ad8s2, 20GiB) and one Ext2 partition to share data between the two OSs (ad8s3, taking up the rest of the disk). The disk itself is a S-ATA disk, and identified during boot-up as: > ad8: 190782MB [387621/16/63] at ata4-master UDMA33 I chose Ext2 as it would allow me to still use UNIX permissions under FreeBSD, and could be read from and written to in Windows using a third-party driver. Because neither FreeBSD nor the Ext2 driver in Windows support Ext3 journalling I figured there was no point in using that. My problem is, and I believe it started after I created the Ext2 partition, that my system is not able to perform a clean shutdown anymore. When I do a "shutdown -p now" or "reboot" it will sync the disks but then says "Giving up on 8 buffers." right before it turns off, is that normal? When FreeBSD boots the next time it will complain and tells me "WARNING: / was not properly dismounted.", it does this for all the FreeBSD partitions (/var, /tmp, /usr). It also appears that the fsck for Ext2 (which I had to install from ports and then manually copy the e2fsck and fsck_ext2fs binaries from /usr/local/sbin to /sbin) also has some issues, as it outputs the following during boot-up: > fsck_ext2fs: unknown option -F Dispite that, the next thing happens is a forced fsck of the Ext2 partition (which takes a while). Then eventually FreeBSD boots and GDM starts and all seems to be in working order. This is what my /etc/fstab looks like: > # Device Mountpoint FStype Options Dump Pass# > /dev/ad8s2b none swap sw 0 0 > /dev/ad8s2a / ufs rw 1 1 > /dev/ad8s2e /tmp ufs rw 2 2 > /dev/ad8s2f /usr ufs rw 2 2 > /dev/ad8s2d /var ufs rw 2 2 > > /dev/acd0 /mnt/cdrom cd9660 ro,noauto,noexec 0 0 > /dev/ad8s1 /mnt/windows ntfs ro,noexec 0 0 > /dev/ad8s3 /mnt/shared ext2fs rw 0 2 Does anyone know what causes my system not to be able to perform a clean shutdown anymore? and, does anyone know what the deal with fsck_ext2fs being called with a non-existent -F options is? From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 23:48:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9407016A41F for ; Sat, 29 Oct 2005 23:48:36 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1429443D45 for ; Sat, 29 Oct 2005 23:48:35 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j9TNpMb26464; Sat, 29 Oct 2005 16:51:22 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Mike Jeays" , Date: Sat, 29 Oct 2005 16:48:33 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <1130628460.690.7.camel@chaucer.jeays.ca> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: DMA errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 23:48:36 -0000 Try a different disk drive. What motherboard is in use here? Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Mike Jeays >Sent: Saturday, October 29, 2005 4:28 PM >To: freebsd-questions@freebsd.org >Subject: DMA errors > > >I have a 40GB Maxtor D740X-6L disk, and have been unable to install 5.4 >or 6.0 on it. I get errors: > >ad0: FAILURE WRITE_DMA STATUS=51 error=84 (IRC, >ABORTED) LBA=.. > >as soon as I try to commmit the changes in sysinstall. > >I have checked that the IDE cable is the 80-wire type, and cleaned up >the connections and so on. > >I tried installing Ubuntu on this disk, and everything went perfectly. >(Those guys have done a really great job, by the way). > >Is there some configuration trick I have missed? > >_______________________________________________ >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" > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.362 / Virus Database: 267.12.6/151 - Release Date: >10/28/2005 >