From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 00:06:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF6D16A4CE for ; Sun, 1 Aug 2004 00:06:07 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E269743D5C for ; Sun, 1 Aug 2004 00:06:06 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq66-158.dial.allstream.net [216.123.142.30]) by outbox.allstream.net (Allstream MTA) with SMTP id 024CE1BBA6B; Sat, 31 Jul 2004 20:05:06 -0400 (EDT) Date: Sat, 31 Jul 2004 20:04:35 -0400 From: epilogue To: Scott Message-Id: <20040731200435.3dac71d1@localhost> In-Reply-To: <20040731103615.GA33587@freebsd-01.two-fifths.com> References: <20040731103615.GA33587@freebsd-01.two-fifths.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: can i delete /usr/obj/ before installworld? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 00:06:07 -0000 On Sat, 31 Jul 2004 10:36:16 +0000 Scott wrote: > Hi there, > > I'm really short on diskspace, and I have no room to run a make > buildkernel after I run make buildworld. > > Is it possible to do the following: > > make buildworld > rm -fr /usr/obj > make buildkernel > make installkernel > -reboot single user > make installworld hello scott, if i am not mistaken, everything created by make buildworld is what ends up under /usr/obj. by deleting these files, you are effectively removing everything that you want to install via make installworld. (perhaps?) a more space effective workaround would be to: 1) build a generic kernel and keep that lying about. in other words, copy the new generic kernel you build to another file like kernel.generic. these are pretty good about booting up, the despite minor changes that can take place from buildworld to buildworld. 2) perform the make buildworld, reboot, make installworld, mergemaster, reboot. 3) boot with your kernel.generic, clean out usr/obj, then make a new kernel. if this still doesn't work for you, i would recommend cleaning out some of the directories which can chew up free disk space. for example, /usr/ports/distfiles/ and /usr/ports/*/work (see man portsclean - part of portinstall tools) and your/tmp (if you don't already have clear_tmp_enable="YES" set in your rc.conf). i know that this isn't exactly a perfect solution, but i hope nevertheless that it helps you to achieve your end goal. cheers, epi > TIA > Scott > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 00:07:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C20F16A4CE for ; Sun, 1 Aug 2004 00:07:45 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BAA43D2F for ; Sun, 1 Aug 2004 00:07:44 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040801000739.VYEH6319.mta10.adelphia.net@barbish>; Sat, 31 Jul 2004 20:07:39 -0400 From: "JJB" To: "Giorgos Keramidas" Date: Sat, 31 Jul 2004 20:07:37 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20040731224313.GA1048@gothmog.gr> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal cc: freebsd-questions@freebsd.org Subject: RE: Firewall Rule Set not allowing access to DNS servers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 00:07:45 -0000 Giorgos Thank you for your opinion about my rewrite of the handbook firewall section. It has been turned over to the FreeBSD doc group and they are sanitizing the English and getting it prepared for update to the handbook. To address your opinion that the rule set may be to limiting for a home user is covered by the following section from the document. ******************************************************************** * Firewall Rule Set Types Constructing a software application firewall rule set may seem to be trivial, but most people get it wrong. The most common mistake is to create an exclusive firewall rather than an inclusive firewall. An exclusive firewall allows all services through except for those matching a set of rules that block certain services. An inclusive firewall does the reverse. It only allows services matching the rules through and blocks everything else. This way you can control what services can originate behind the firewall destined for the public internet and also control which services originating from the public internet may access your network. Inclusive firewalls are far more secure than exclusive firewalls. ******************************************************************** * Now many home LAN environments have ms/windows boxes and that system is the target of all the adware and spyware programs. These unauthorized programs all most always use non-standard ports to phone home and report on your activity. The only way to defend against the 'report home action' is to block all outbound ports except for those explicitly allowed by firewall rules. Sure the ipfw firewall rule set you posted will work, but it's so less secure then the ones contained in the document I wrote. Why have a poorly defined firewall rule set that leaves a wide open doorway to the public internet when just a few more rules will result in the maximum protection possible. My document is written to give the reader the maximum protection possible by just using the included samples. This removes the trial and error testing the user have to go through now using the current handbook as a guide. New subject. I see from your post, what looks like you have an automated way to reformat MS/outlook top post to Unix Bottom post format. I sure would like to know how you are doing this. I have been on this list for 4 years and I have never seen this before. Would you please share with me and the other readers how you do this. Thanks Joe -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Giorgos Keramidas Sent: Saturday, July 31, 2004 6:43 PM To: JJB Cc: freebsd-questions@freebsd.org Subject: Re: Firewall Rule Set not allowing access to DNS servers? [-- Message reformatted to fix Outlook format --] On 2004-07-31 14:17, JJB wrote: >Giorgos Keramidas wrote on July 31, 2004 1:36 PM >>On 2004-07-31 12:08, "James A. Coulter" >> My LAN is configured with static IP addresses, 192.168.1.x. >>> >>> I have no problems communicating within the LAN. >>> >>> I have full connectivity with the internet from every machine on >>> my LAN when the firewall is open. >>> >>> When I use the rule set in question, I can ping and send mail but >>> I cannot access the DNS servers listed in resolv.conf. >> >> There are many ways in which your ruleset might break. Two of the >> most important comments I wanted to make when I first saw the posts >> of this thread are: [...] >> >> b) Why do you use so many rules that 'filter' outgoing traffic? >> >> I saw smtp, pop3, time, http, https and many others. You >> don't need to explicitly allow outgoing connections unless >> the users in the internal LAN are not to be trusted at all >> and even then IPFW is most of the time not the right way to >> do it. > > If you had read the start of the thread you would have read the new > handbook firewall section rewrite which explains in detail why the re > are rules to control access to the public internet from LAN users. I've read a very detailed guide that you wrote, linked by one of your posts and available online at: http://freebsd.a1poweruser.com:6088/FBSD_firewall/ This guide contains a great deal of useful information and it would be cool if it was somehow incorporated to the Handbook. It's not yet, but I like most of the text so I hope it gets converted to SGML and added to the Handbook either in parts or as a whole. If by "... which explains in detail why..." you refer to this particular quote from that document, I'm not sure that it is always a good idea but that's my own opinion: "The Outbound section in the following rule set only contains `pass' rules which contain selection values that uniquely identify the service that is authorized for public internet access." In a corporate environment, where access to the Internet has to be limited and/or controlled in a more or less strict manner, it looks like a great idea. At home, where a couple of machines share a single Internet connection through a dialup or DSL line, this might be a bit too limiting ;-) - Giorgos _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 00:30:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F2C16A4CE for ; Sun, 1 Aug 2004 00:30:16 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECA443D54 for ; Sun, 1 Aug 2004 00:30:14 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a130.otenet.gr [212.205.215.130]) i710U9ol028422; Sun, 1 Aug 2004 03:30:09 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i710TbPS078999; Sun, 1 Aug 2004 03:29:37 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i710Ta6R078989; Sun, 1 Aug 2004 03:29:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 1 Aug 2004 03:29:36 +0300 From: Giorgos Keramidas To: JJB Message-ID: <20040801002936.GA71845@gothmog.gr> References: <20040731224313.GA1048@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-questions@freebsd.org Subject: Re: Firewall Rule Set not allowing access to DNS servers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 00:30:16 -0000 On 2004-07-31 20:07, JJB wrote: > Now many home LAN environments have ms/windows boxes and that system > is the target of all the adware and spyware programs. These > unauthorized programs all most always use non-standard ports to > phone home and report on your activity. The only way to defend > against the 'report home action' is to block all outbound ports > except for those explicitly allowed by firewall rules. Ah, yes. This makes much more sense. I never thought of this because the computers I have at home run only UNIX variants now. In such cases, you're right that outbound traffic needs to be controlled to in some way. > New subject. > I see from your post, what looks like you have an automated way to > reformat MS/outlook top post to Unix Bottom post format. > > I sure would like to know how you are doing this. I have been on > this list for 4 years and I have never seen this before. Would you > please share with me and the other readers how you do this. `Manually' is the short answer. I don't usually spend the time to hit the right keys in Emacs to reformat the message. Your message is one of the few exceptions, because I really wanted to reply. Most of the time, when I see text that Outlook has converted magically to garbage I hit DEL. The tricks I use in Emacs are simple -- not really automated stuff. `C-x .' sets the fill-prefix and a few RET lines will quickly separate the message in sections like these: > >>> When I use the rule set in question, I can ping and send mail > but > >>> I cannot access the DNS servers listed in resolv.conf. > >> > >> There are many ways in which your ruleset might break. Two of > the > >> most important comments I wanted to make when I first saw the > posts > >> of this thread are: [...] > I've read a very detailed guide that you wrote, linked by one of > your > posts and available online at: > http://freebsd.a1poweruser.com:6088/FBSD_firewall/ > This guide contains a great deal of useful information and it would > be > cool if it was somehow incorporated to the Handbook. It's not yet, > but > I like most of the text so I hope it gets converted to SGML and > added to > the Handbook either in parts or as a whole. Moving the pointer just past the "> " or "> >>> " text that I want to use as the quotation mark and hitting `C-x .' sets the fill-prefix and then `M-q' (or ESC-q) refills the paragraph. Some lines like the ones that Outlook has wrapped in weird ways, i.e. like this: > >>> When I use the rule set in question, I can ping and send mail > but might need a bit of editing before M-q filling works correctly, but these are usually very few after I've trimmed the text. - Giorgos From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 02:28:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C34216A4CE for ; Sun, 1 Aug 2004 02:28:58 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB1EB43D31 for ; Sun, 1 Aug 2004 02:28:57 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so75867rnl for ; Sat, 31 Jul 2004 19:28:54 -0700 (PDT) Received: by 10.38.181.17 with SMTP id d17mr55878rnf; Sat, 31 Jul 2004 19:28:54 -0700 (PDT) Message-ID: <2b5f066d040731192819da5ce4@mail.gmail.com> Date: Sat, 31 Jul 2004 22:28:54 -0400 From: Brian McCann To: Ion-Mihai Tetcu In-Reply-To: <20040731183647.7a2952d3@it.buh.tecnik93.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040731125516.91263.qmail@web51602.mail.yahoo.com> <20040731183647.7a2952d3@it.buh.tecnik93.com> cc: Mark Jayson Alvarez cc: freebsd-questions@freebsd.org Subject: Re: Re: Is there an English Dictionary for FreeBSD?(not online like kdict) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 02:28:58 -0000 aspell works well too....that's what I use. --Brian On Sat, 31 Jul 2004 18:36:47 +0300, Ion-Mihai Tetcu wrote: > On Sat, 31 Jul 2004 05:55:16 -0700 (PDT) > Mark Jayson Alvarez wrote: > > > Hi, > > I'm looking for a dictionary software which I can > > use even if I'm not connected to the internet as > > oppose to what kdict in KDE does. Do you happen to > > know one? > > use kdict but with a local db; for that install net/dictd-database which > will pull in net/dictd > > -- > IOnut > Unregistered ;) FreeBSD "user" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 02:37:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D042916A4CE for ; Sun, 1 Aug 2004 02:37:15 +0000 (GMT) Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01.nyroc.rr.com [24.24.2.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0A543D48 for ; Sun, 1 Aug 2004 02:37:15 +0000 (GMT) (envelope-from pculmo@obs2.net) Received: from MicronLinuxBox.obs2.net (roc-66-66-201-1.rochester.rr.com [66.66.201.1])i712bDZw009462 for ; Sat, 31 Jul 2004 22:37:13 -0400 (EDT) Received: from micronlinuxbox.obs2.net (ns1.obs2.net [10.200.1.1]) i712dgoL030843 for ; Sat, 31 Jul 2004 22:39:42 -0400 Date: Sat, 31 Jul 2004 22:39:42 -0400 (EDT) From: Paul R Culmo To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 02:37:15 -0000 wGreetings, I've been a newbie on FreeBSD 5.2.1 now for about a month. I Have had much success lately but I wanted to try the cvsup and update the sources (/usr/src) so I can stay current on patches and security updates. I've managed to create a cvsupfile but all the docs I've read do not instruct you how to update the old files with the new files. Does this happen automatically or do I need to create a script to do it ? I setup my cvsupfile to grab src-all and it downloaded but now I have filenames with a ,v for almost every file. Like Makefile and now there is a Makefile,v in /usr/src and make buildworld will not compile anymore. It get errors when trying to build tools. Below is a snip of my cvsupfile, did I do something wrong? or forget a step? I've followed the docs and howto's relating to this to a T as far as I can tell. Thanks in advance! Paul R Culmo --snip-- *default host=ftp4.us.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs RELENG_5_2_1_RELEASE *default delete use-rel-suffix *default compress src-all ports-base ports-www #cvsroot-common #cvsroot-src #cvsroot-ports #cvsroot-doc --end snip--- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 02:47:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36C0E16A4CE; Sun, 1 Aug 2004 02:47:42 +0000 (GMT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E5F43D58; Sun, 1 Aug 2004 02:47:41 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp55-219.lns1.adl2.internode.on.net [150.101.55.219])i712lU4Y024137; Sun, 1 Aug 2004 12:17:32 +0930 (CST) From: Malcolm Kay Organization: at home To: Giorgos Keramidas , Mark Ovens Date: Sun, 1 Aug 2004 12:17:29 +0930 User-Agent: KMail/1.5.4 References: <200407301304.i6UD4F97022469@northgate.starhub.net.sg> <410BDA5F.30907@freebsd.org> <20040731182129.GA63332@gothmog.gr> In-Reply-To: <20040731182129.GA63332@gothmog.gr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408011217.29531.malcolm.kay@internode.on.net> cc: freebsd-questions@freebsd.org Subject: Re: backspace and delete keys behavior X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 02:47:42 -0000 On Sunday 01 August 2004 03:51, Giorgos Keramidas wrote: > On 2004-07-31 18:43, Mark Ovens wrote: > >Ion-Mihai Tetcu wrote: > >>On Fri, 30 Jul 2004 14:30:59 +0100 Mark Ovens wrote: > >>> To implement this in a running X session type this in an xterm > >>> > >>> xmodmap -e "keysym Delete = 0x04" > >>> The default code produced by the Delete key and interpretation by X is fine. Xterm produces the standard ANSI sequence "^[[3~" as it should and this is encoded in termcap for xterm as delete character. And this will work as expected for many applications working within an xterm window. The problem comes about that the shell does not honour this termcap entry. Don't fool with xmodmap; it will work against you in applications -- just bind the key sequence in your shell (tcsh?) $ bindkey "^[[3~" delete-char I guess it would not be too difficult to extract the correct string from termcap so that it worked for all (most) terminals but most now use the standard ANSI sequences so it is probably not worth the effort. Malcolm From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:04:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FDF816A4CE for ; Sun, 1 Aug 2004 03:04:30 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id F217743D53 for ; Sun, 1 Aug 2004 03:04:27 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 16A9769A71; Sat, 31 Jul 2004 23:04:26 -0400 (EDT) Date: Sat, 31 Jul 2004 23:04:25 -0400 From: Bill Moran To: Paul R Culmo Message-Id: <20040731230425.2284cf83.wmoran@potentialtech.com> In-Reply-To: References: Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 03:04:30 -0000 Paul R Culmo wrote: > > wGreetings, > > I've been a newbie on FreeBSD 5.2.1 now for about a month. I Have had > much success lately but I wanted to try the cvsup and update the sources > (/usr/src) so I can stay current on patches and security updates. > > I've managed to create a cvsupfile but all the docs I've read do not > instruct you how to update the old files with the new files. Does this > happen automatically or do I need to create a script to do it ? > > I setup my cvsupfile to grab src-all and it downloaded but now I have > filenames with a ,v for almost every file. Like Makefile and now there is > a Makefile,v in /usr/src and make buildworld will not compile anymore. It > get errors when trying to build tools. > > Below is a snip of my cvsupfile, did I do something wrong? Yes, I think your supfile is wrong. > --snip-- > > *default host=ftp4.us.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs RELENG_5_2_1_RELEASE ^^^ This line is what I believe is wrong, replace it with these two lines: *default release=cvs *default tag=RELENG_5_2_1_RELEASE Although I would recommend tag=RELENG_5_2_1, but that's you're call. > *default delete use-rel-suffix > > > *default compress > > src-all > ports-base > ports-www > #cvsroot-common > #cvsroot-src > #cvsroot-ports > #cvsroot-doc -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:25:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D7516A4CE for ; Sun, 1 Aug 2004 03:25:46 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C3443D41 for ; Sun, 1 Aug 2004 03:25:45 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sat, 31 Jul 2004 22:29:18 -0500 Message-ID: <410C62B4.80404@daleco.biz> Date: Sat, 31 Jul 2004 22:25:40 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman References: <20040731222959.V41532@chylonia.3miasto.net> <20040731204517.GC75175@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040731204517.GC75175@happy-idiot-talk.infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Aug 2004 03:29:18.0698 (UTC) FILETIME=[BA7FFCA0:01C47777] cc: strick@covad.net cc: Wojciech Puchar cc: freebsd-questions@freebsd.org Subject: Re: raw devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 03:25:46 -0000 Matthew Seaman wrote: >On Sat, Jul 31, 2004 at 10:30:21PM +0200, Wojciech Puchar wrote: > > >>where are raw devices in FreeBSD? do they exist at all? >> >> > >Actually, all devices under FreeBSD are raw or character devices. >Block devices on the other hand disappeared a long time ago. It's all >to do with having an advance VM system, apparently: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/driverbasics-block.html > > Cheers, > > Matthew > > Hmm, now I'm a tad curious --- or confused. ceri@ just committed a revised synopsis I hacked at for the handbook's Vinum chapter which states, among other things: "In addition to supporting various cards and controllers for hardware RAID systems, the base FreeBSD system includes the Vinum Volume Manager, a block device driver that implements virtual disk drives." So is there conflicting data here? Might be good to figure out the truth before the next edition handbook goes to the printer (which may be soon...) However, I'd be first to admit a dire lack of knowledge here... help? Kevin Kinsey DaleCo, S.P. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:34:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC6416A4CE; Sun, 1 Aug 2004 03:34:26 +0000 (GMT) Received: from watcher.puryear-it.com (ip-66-186-248-99.static.eatel.net [66.186.248.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id E533243D5F; Sun, 1 Aug 2004 03:34:25 +0000 (GMT) (envelope-from dap99@i-55.com) Received: from localhost (unknown [127.0.0.1]) by watcher.puryear-it.com (Postfix) with ESMTP id 2128834D6F; Sat, 31 Jul 2004 22:32:07 -0500 (CDT) Received: from watcher.puryear-it.com ([127.0.0.1]) by localhost (watcher.puryear-it.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07072-04; Sat, 31 Jul 2004 22:32:04 -0500 (CDT) Received: from THEBOX (localhost [127.0.0.1]) by watcher.puryear-it.com (Postfix) with SMTP id BB3A234D7D; Sat, 31 Jul 2004 22:07:33 -0500 (CDT) Message-ID: <00dd01c47775$0087df40$0200a8c0@THEBOX> From: "adp" To: Date: Sat, 31 Jul 2004 22:08:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: by amavisd-new cc: freebsd-database@freebsd.org cc: freebsd-hackers@freebsd.org Subject: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 03:34:26 -0000 I recently posted the following message to MySQL discussion list. The response there, and the one I keep finding on Google, is that this is a long-standing issue betweeen FreeBSD and MySQL. For me this has been happening since FreeBSD 4.4. I have one site where we are going to have to move to Linux. I would much prefer keeping us on FreeBSD, but we just can't afford the downtime anymore. Another site is looking at moving to PostgreSQL on FreeBSD. Any help on this? Googling shows a long history of people having these problems but no solutions. Please don't give me a URL to a Google showing others having this problem--I've seen that and more. I want to know if there is a solution. Any help is appreciated! ... I have several MySQL and FreeBSD installs across a few different sites, and I consistently have problems with mysqld. It will begin to eat up all of the CPU and eventually become unresponsive (or the machine will just burn). I can't seem to manually reproduce this, but given enough time a FreeBSD box with mysqld will go down. Our servers are generally heavily loaded. I would say that I'm doing something wrong (although what I could be doing wrong I'm not sure), but I recently began working with another company that has the EXACT SAME PROBLEM. They are even thinking of moving to PostgreSQL, but we are trying to fix mysqld instead for now. This behavior has been seen on: FreeBSD 4.4, 4.7, 4.9, 4.10 MySQL 3.x and 4.x Typical load: 50 qps With and without replication enabled. Some sites are SELECT heavy, some are INSERT heavy. For one site I think we will be moving from FreeBSD to Linux for the MySQL servers since MySQL seems to run like a champ on Linux. We will continue to use FreeBSD for everything else. Anyone experienced this problem? Is it mysqld or FreeBSD? I can't pinpoint the exact issue. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:46:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB33516A4CE for ; Sun, 1 Aug 2004 03:46:22 +0000 (GMT) Received: from web53010.mail.yahoo.com (web53010.mail.yahoo.com [206.190.39.200]) by mx1.FreeBSD.org (Postfix) with SMTP id 2692943D39 for ; Sun, 1 Aug 2004 03:46:22 +0000 (GMT) (envelope-from sylviabow@yahoo.com) Message-ID: <20040801034551.87277.qmail@web53010.mail.yahoo.com> Received: from [68.227.61.238] by web53010.mail.yahoo.com via HTTP; Sat, 31 Jul 2004 20:45:51 PDT Date: Sat, 31 Jul 2004 20:45:51 -0700 (PDT) From: sylvia bowman To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 03:46:22 -0000 I am receiving your email address on my television screen. It happens late on Saturday evenings. Can you address this situation, please. Sylvia Bowman --------------------------------- Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:50:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 934F216A4D6 for ; Sun, 1 Aug 2004 03:50:26 +0000 (GMT) Received: from n2sw.com (n2sw.webair.com [216.130.191.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2FCE43D1F for ; Sun, 1 Aug 2004 03:50:20 +0000 (GMT) (envelope-from steve@n2sw.com) Received: from webairsteve (unknown [216.130.191.71]) by n2sw.com (Postfix) with SMTP id BC92F20EE; Sat, 31 Jul 2004 23:50:02 -0400 (EDT) Message-ID: <01b901c47794$6a55a780$47bf82d8@webairsteve> From: "Steve" To: "sylvia bowman" , References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> Date: Sat, 31 Jul 2004 23:54:39 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 03:50:26 -0000 my oh my i never knew that fbsd was that powerful, hey i never heard of linux manipulating a tv signal what chanell is this on, . -- Steve Rieger ICQ # 5956607 yahoo IM riegersteve ----- Original Message ----- From: "sylvia bowman" To: Sent: Saturday, July 31, 2004 8:45 PM Subject: Receiving your address on my tv > I am receiving your email address on my television screen. It happens late on Saturday evenings. Can you address this situation, please. Sylvia Bowman > > > --------------------------------- > Do you Yahoo!? > New and Improved Yahoo! Mail - 100MB free storage! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:52:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06C0E16A4CF for ; Sun, 1 Aug 2004 03:52:23 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF17E43D45 for ; Sun, 1 Aug 2004 03:52:22 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sat, 31 Jul 2004 22:55:44 -0500 Message-ID: <410C68E7.1060002@daleco.biz> Date: Sat, 31 Jul 2004 22:52:07 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: adp References: <00dd01c47775$0087df40$0200a8c0@THEBOX> In-Reply-To: <00dd01c47775$0087df40$0200a8c0@THEBOX> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Aug 2004 03:55:45.0104 (UTC) FILETIME=[6C125500:01C4777B] cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 03:52:23 -0000 Before the rest of the message ... I think it'd be best not to "shotgun" your mails like this... adp wrote: >I recently posted the following message to MySQL discussion list. The >response there, and the one I keep finding on Google, is that this is a >long-standing issue betweeen FreeBSD and MySQL. For me this has been >happening since FreeBSD 4.4. > >I have one site where we are going to have to move to Linux. I would much >prefer keeping us on FreeBSD, but we just can't afford the downtime anymore. >Another site is looking at moving to PostgreSQL on FreeBSD. > >Any help on this? Googling shows a long history of people having these >problems but no solutions. Please don't give me a URL to a Google showing >others having this problem--I've seen that and more. I want to know if there >is a solution. Any help is appreciated! > >... > >I have several MySQL and FreeBSD installs across a few different sites, and >I consistently have problems with mysqld. It will begin to eat up all of the >CPU and eventually become unresponsive (or the machine will just burn). I >can't seem to manually reproduce this, but given enough time a FreeBSD box >with mysqld will go down. > >Our servers are generally heavily loaded. > >I would say that I'm doing something wrong (although what I could be doing >wrong I'm not sure), but I recently began working with another company that >has the EXACT SAME PROBLEM. They are even thinking of moving to PostgreSQL, >but we are trying to fix mysqld instead for now. > >This behavior has been seen on: > >FreeBSD 4.4, 4.7, 4.9, 4.10 >MySQL 3.x and 4.x >Typical load: 50 qps >With and without replication enabled. >Some sites are SELECT heavy, some are INSERT heavy. > >For one site I think we will be moving from FreeBSD to Linux for the MySQL >servers since MySQL seems to run like a champ on Linux. We will continue to >use FreeBSD for everything else. > >Anyone experienced this problem? Is it mysqld or FreeBSD? I can't pinpoint >the exact issue. > > It's certain combinations of the two, best I can tell. Looks like you can stay with FBSD if you want to do the tweaking --- be sure and read the second article if your are going to read the first .... "FreeBSD or Linux for your MySQL Server?" http://jeremy.zawodny.com/blog/archives/000203.html "Revisiting FreeBSD vs. Linux for MySQL" http://jeremy.zawodny.com/blog/archives/000697.html HTH, Kevin Kinsey DaleCo, S.P. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 04:03:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D71B16A4CF for ; Sun, 1 Aug 2004 04:03:31 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA08843D79 for ; Sun, 1 Aug 2004 04:03:30 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 1143069A71; Sun, 1 Aug 2004 00:03:08 -0400 (EDT) Date: Sun, 1 Aug 2004 00:03:07 -0400 From: Bill Moran To: sylvia bowman Message-Id: <20040801000307.38f8025e.wmoran@potentialtech.com> In-Reply-To: <20040801034551.87277.qmail@web53010.mail.yahoo.com> References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@FreeBSD.org Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 04:03:31 -0000 sylvia bowman wrote: > I am receiving your email address on my television screen. It happens > late on Saturday evenings. Can you address this situation, please. > Sylvia Bowman I'm assuming this isn't a joke ... This is about the most unlikely thing I've ever heard of. However, if it really is happening, you're going to have to give a better description of what you mean. Are you saying that on Saturday evenings your TV screen says "questions@freebsd.org"? Or that you see FreeBSD emails on your screen? Are you using some sort of webTV? -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 04:18:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A31016A4CF for ; Sun, 1 Aug 2004 04:18:31 +0000 (GMT) Received: from mail.mingrone.org (fuf.mingrone.org [204.251.2.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214DC43D67 for ; Sun, 1 Aug 2004 04:18:31 +0000 (GMT) (envelope-from joey@mingrone.org) Received: by mail.mingrone.org (Postfix, from userid 65534) id 0A491FE55; Sat, 31 Jul 2004 23:18:29 -0500 (CDT) Received: from localhost (fuf [204.251.2.34]) by mail.mingrone.org (Postfix) with ESMTP id 244B6FE44 for ; Sat, 31 Jul 2004 23:18:23 -0500 (CDT) From: Joey Mingrone To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 01:18:30 -0300 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408010118.30860.joey@mingrone.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on fuf.mingrone.org X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 Subject: pdf viewer with form fill in X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 04:18:31 -0000 Hi, Does anyone know of a .pdf viewer in the ports tree, or elsewhere, that will allow you to fill in forms. Acrored, kghostview and xpdf all work quite well for viewing, but don't provide that very useful feature. Thanks, Joey From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 04:20:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 215D416A4CF for ; Sun, 1 Aug 2004 04:20:35 +0000 (GMT) Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01.nyroc.rr.com [24.24.2.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id B29B843D68 for ; Sun, 1 Aug 2004 04:20:34 +0000 (GMT) (envelope-from pculmo@obs2.net) Received: from MicronLinuxBox.obs2.net (roc-66-66-201-1.rochester.rr.com [66.66.201.1])i714KVZw027244; Sun, 1 Aug 2004 00:20:32 -0400 (EDT) Received: from micronlinuxbox.obs2.net (micronlinuxbox.obs2.net [10.200.1.1]) i714N1S6031003; Sun, 1 Aug 2004 00:23:01 -0400 Date: Sun, 1 Aug 2004 00:23:01 -0400 (EDT) From: Paul R Culmo To: Bill Moran In-Reply-To: <20040731230425.2284cf83.wmoran@potentialtech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 04:20:35 -0000 On Sat, 31 Jul 2004, Bill Moran wrote: > Yes, I think your supfile is wrong. > > *default release=cvs RELENG_5_2_1_RELEASE > > ^^^ This line is what I believe is wrong, replace it with these two > lines: > *default release=cvs > *default tag=RELENG_5_2_1_RELEASE > > Although I would recommend tag=RELENG_5_2_1, but that's you're call. > Thanks for the reply , I made the changes you suggested and re-ran the cvsup but then things got worse, it deleted all the Makefiles. I guess I need to start over with a vanilla src tree from the CD? then make buildworld etc.. right ? Thanks again From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 04:35:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2799B16A4CF for ; Sun, 1 Aug 2004 04:35:38 +0000 (GMT) Received: from mxsf05.cluster1.charter.net (mxsf05.cluster1.charter.net [209.225.28.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE0D643D67 for ; Sun, 1 Aug 2004 04:35:37 +0000 (GMT) (envelope-from rfkukla@earthlink.net) Received: from mxip10.cluster1.charter.net (mxip10a.cluster1.charter.net [209.225.28.140])i714Zaaq014909 for ; Sun, 1 Aug 2004 00:35:36 -0400 Received: from cpe-24-158-58-062.hky.nc.charter.com (HELO bob) (24.158.58.62) by mxip10.cluster1.charter.net with SMTP; 01 Aug 2004 00:35:37 -0400 X-Ironport-AV: i="3.83,98,1089000000"; d="scan'217,208"; a="156220447:sNHT17963096" Message-ID: <001001c47782$cc4bf3c0$6701a8c0@bob> From: "Bob Kukla" To: Date: Sun, 1 Aug 2004 00:48:32 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 04:35:38 -0000 Hi, I am very new to BSD and web servers and have just recently installed = the latest 5.2 version. I have installed Apache 1.3 from the FreeBSD ftp = site and have added mod_dav successfully. The web server and webDAV are = working fine. I now want to add php4 and mySQL capabilities. I have read = some of the latest mail and am confused as to how to best go about it. = I have never used php or mySQL before nor have I had it installed on a = web server. What packages and in what sequence , if any, should I = install ? Also, what does the number 20020429 at the end = (/usr/local/lib/php/20020429 ) signify? Thanks in advance for your = help! Bob Kukla From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 04:44:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3641116A4CF for ; Sun, 1 Aug 2004 04:44:58 +0000 (GMT) Received: from ezekiel.daleco.biz (cdm-66-76-92-18.cart.cox-internet.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B80E043D54 for ; Sun, 1 Aug 2004 04:44:55 +0000 (GMT) (envelope-from kadmin@ezekiel.daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.12.10/8.12.10) with ESMTP id i714ipjG064685; Sat, 31 Jul 2004 23:44:51 -0500 (CDT) (envelope-from kadmin@ezekiel.daleco.biz) Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 64416-05; Sat, 31 Jul 2004 23:44:48 -0500 (CDT) Received: from ezekiel.daleco.biz (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.12.10/8.12.10) with ESMTP id i714ihBV064681; Sat, 31 Jul 2004 23:44:43 -0500 (CDT) (envelope-from kadmin@ezekiel.daleco.biz) Received: (from kadmin@localhost) by ezekiel.daleco.biz (8.12.10/8.12.10/Submit) id i714ihoG064680; Sat, 31 Jul 2004 23:44:43 -0500 (CDT) (envelope-from kadmin) Date: Sat, 31 Jul 2004 23:44:43 -0500 From: Nostradamus To: questions@freebsd.org Message-ID: <20040801044442.GA64609@ezekiel.daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at daleco.biz cc: sylviabow@yahoo.com Subject: Re: receiving your address on my TV X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 04:44:58 -0000 Sylvia bowman wrote: >I am receiving your email address on my television screen. It happens late on Saturday evenings. Can you address this situation, please. Sylvia Bowman > Please wrap your messages at 80 characters. This certainly seems very unusual. I have several suggestions, but I am not Too Hopeful(tm) for success in assisting you. *If your TV is running "Web TV" or "MSN TV" delete these viruses... *If your TV is showing "tech TV" via satellite, change channels/transponders/providers... *If you are running your TV screen as a computer monitor, revise your expectations... *If you are a psychic, realize that the collective consciousness of the INTERNET is begging you to switch operating systems... *If you believe in God, realize that He is asking you to look for technical answers in a place other than the Bible ... *If you have a metal television chassis, look on the rear of the unit, find a switch marked "MAGIC" and "MORE MAGIC", and switch it to the "MAGIC" side .... Whatever you do, *NEVER* stick the electrical connector from your TV into any bodily orifice, as electrical discharge may occur... I predict that you will see more of this address before the problem is solved.... HTH, From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 04:56:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54C7716A4CE for ; Sun, 1 Aug 2004 04:56:49 +0000 (GMT) Received: from mxsf17.cluster1.charter.net (mxsf17.cluster1.charter.net [209.225.28.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED7D543D62 for ; Sun, 1 Aug 2004 04:56:48 +0000 (GMT) (envelope-from rfkukla@earthlink.net) Received: from mxip12.cluster1.charter.net (mxip12a.cluster1.charter.net [209.225.28.142])i714ubP0013908 for ; Sun, 1 Aug 2004 00:56:37 -0400 Received: from cpe-24-158-58-062.hky.nc.charter.com (HELO bob) (24.158.58.62) by mxip12.cluster1.charter.net with SMTP; 01 Aug 2004 00:56:37 -0400 X-Ironport-AV: i="3.83,98,1089000000"; d="scan'217,208"; a="159139527:sNHT23552614" Message-ID: <001201c47785$bc07ccc0$6701a8c0@bob> From: "Bob Kukla" To: Date: Sun, 1 Aug 2004 01:09:33 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Sorry--I'm Newbie - Best way to add php4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 04:56:49 -0000 Previous message had no subject,,, sorry for that Hi, I am very new to BSD and web servers and have just recently installed = the latest 5.2 version. I have installed Apache 1.3 from the FreeBSD ftp = site and have added mod_dav successfully. The web server and webDAV are = working fine. I now want to add php4 and mySQL capabilities. I have read = some of the latest mail and am confused as to how to best go about it. = I have never used php or mySQL before nor have I had it installed on a = web server. What packages and in what sequence , if any, should I = install ? Also, what does the number 20020429 at the end = (/usr/local/lib/php/20020429 ) signify? Thanks in advance for your = help! Bob Kukla From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 05:06:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC59216A4D5 for ; Sun, 1 Aug 2004 05:06:23 +0000 (GMT) Received: from watcher.puryear-it.com (ip-66-186-248-99.static.eatel.net [66.186.248.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A0543D5E for ; Sun, 1 Aug 2004 05:06:23 +0000 (GMT) (envelope-from dap99@i-55.com) Received: from localhost (unknown [127.0.0.1]) by watcher.puryear-it.com (Postfix) with ESMTP id CD0D334D6D; Sun, 1 Aug 2004 00:02:52 -0500 (CDT) Received: from watcher.puryear-it.com ([127.0.0.1]) by localhost (watcher.puryear-it.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17340-08; Sun, 1 Aug 2004 00:02:50 -0500 (CDT) Received: from watcher.puryear-it.com (localhost [127.0.0.1]) by watcher.puryear-it.com (Postfix) with ESMTP id 23B7B34D6A; Sun, 1 Aug 2004 00:02:50 -0500 (CDT) Received: from 209.205.185.56 (SquirrelMail authenticated user dpuryear1); by watcher.puryear-it.com with HTTP; Sun, 1 Aug 2004 00:02:50 -0500 (CDT) Message-ID: <1225.209.205.185.56.1091336570.squirrel@209.205.185.56> In-Reply-To: <410C68E7.1060002@daleco.biz> References: <00dd01c47775$0087df40$0200a8c0@THEBOX> <410C68E7.1060002@daleco.biz> Date: Sun, 1 Aug 2004 00:02:50 -0500 (CDT) From: dap99@i-55.com To: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new cc: adp cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 05:06:24 -0000 > > > Before the rest of the message ... I think it'd be best not to "shotgun" > your mails like this... Hello. I would disagree with this. This is obviously both database@ and questions@ appropriate. I also feel that it is hackers@ appropriate as it deals with an old, existing, and non-trivial problem that is very much related to FreeBSD. (In fact, reading the URLs you note below, this was almost entirely a FreeBSD internals problem.) > It's certain combinations of the two, best I can tell. Looks like you > can stay with FBSD if you want to do the tweaking --- be sure and > read the second article if your are going to read the first .... > > "FreeBSD or Linux for your MySQL Server?" > http://jeremy.zawodny.com/blog/archives/000203.html > > "Revisiting FreeBSD vs. Linux for MySQL" > http://jeremy.zawodny.com/blog/archives/000697.html Excellent. I had read his earlier notes a long time back, but did not know he had found some solutions to this problem. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 05:33:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C4CA16A4CE for ; Sun, 1 Aug 2004 05:33:26 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C58B143D5C for ; Sun, 1 Aug 2004 05:33:25 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sun, 1 Aug 2004 00:36:59 -0500 Message-ID: <410C80A0.6020805@daleco.biz> Date: Sun, 01 Aug 2004 00:33:20 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bob Kukla References: <001201c47785$bc07ccc0$6701a8c0@bob> In-Reply-To: <001201c47785$bc07ccc0$6701a8c0@bob> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Aug 2004 05:37:00.0963 (UTC) FILETIME=[9190D730:01C47789] cc: freebsd-questions@freebsd.org Subject: Re: Sorry--I'm Newbie - Best way to add php4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 05:33:26 -0000 Bob Kukla wrote: >Previous message had no subject,,, sorry for that > > > We are all newbies ... some are older newbies ... Even the "oldies" know that they're just "newbies with experience" ... ;-) >Hi, > >I am very new to BSD and web servers and have just recently installed the latest 5.2 version. I have installed Apache 1.3 from the FreeBSD ftp site and have added mod_dav successfully. The web server and webDAV are working fine. I now want to add php4 and mySQL capabilities. I have read some of the latest mail and am confused as to how to best go about it. I have never used php or mySQL before nor have I had it installed on a web server. What packages and in what sequence , if any, should I install ? Also, what does the number 20020429 at the end (/usr/local/lib/php/20020429 ) signify? Thanks in advance for your help! > >Bob Kukla > > I've no experience with mod_dav (in fact I just got done looking it up at google), so I can't say whether it will be affected, or not (I would suspect not, I tend to be an optimist....) but: [Read the lower section about MySQL before you do any installation ...] I generally just go to /usr/ports/lang/php4 and type "make install clean" as root. This gets me mod_php4, the PHP CLI, it even builds a CGI you can move to your cgi dir if you desire/need to. If it's your first time, then expect to go through a ncurses-based dialog (remember sysinstall?) where you will choose PHP extensions to be built. After that, it's a matter of the appropriate modifications to httpd.conf. I'd sure recommend that you cruise over to www.php.net and check out their documentation: it's well done, and they've some install "cheat sheets" for almost every variety of OS/webserver on the planet (well, many of them, like I said, I'm optimistic...) MySQL is similar. IIRC, it may be best to get MySQL going first. Like I said, the docs at php.net are good. I also like the boards at www.phpbuilder.com for PHP help and community.... HTH, Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 06:10:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5312316A4CE for ; Sun, 1 Aug 2004 06:10:27 +0000 (GMT) Received: from msr52.hinet.net (msr52.hinet.net [168.95.4.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 964ED43D1D for ; Sun, 1 Aug 2004 06:10:26 +0000 (GMT) (envelope-from y2kbug@ms25.hinet.net) Received: from sonic (61-223-160-41.dynamic.hinet.net [61.223.160.41]) by msr52.hinet.net (8.9.3/8.9.3) with SMTP id OAA07370 for ; Sun, 1 Aug 2004 14:10:10 +0800 (CST) Date: Sun, 1 Aug 2004 06:47:30 -0400 From: Robert Storey To: questions@freebsd.org Message-Id: <20040801064730.4d595ada.y2kbug@ms25.hinet.net> In-Reply-To: <200407311141.17473.manuel@bredband.net> References: <200407311141.17473.manuel@bredband.net> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: konqueror not responding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 06:10:27 -0000 Dear Manuel, I've run into similar issues with KDE in the past. You were on the right track, but apparently the one file konquerorrc wasn't the problem. Just delete the entire ~/.kde and then restart KDE. You will then be treated like a new user, and KDE will query for the usual desktop settings (language, theme, etc). That does mean, of course, that you'll lose any customized settings you've already made, but that should be no big deal. regards, Robert On Sat, 31 Jul 2004 11:41:17 +0200 Manuel Astudillo wrote: > Hi, > > something weird happen to the settings of Konqueror in kde 3.2.3 and > everytime I try to access to a web page on the internet the browser > freezes. If I try to open local webpages or just use konqueror to > browse in my filesystem everything works just ok. > If I login using other user then it also works perfectly, so I suspect > there is something corrupted in the config files on my current user. > Is there any way to remove all the config files and start konqueror > from scratch? I already tried in ~/.kde and deleted konquerorrc but it > does not help. > > regards, > > Manuel Astudillo. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 06:43:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A667716A4CE for ; Sun, 1 Aug 2004 06:43:08 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA8B43D48 for ; Sun, 1 Aug 2004 06:43:08 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq56-156.dial.allstream.net [216.123.140.220]) by outbox.allstream.net (Allstream MTA) with SMTP id 12A86578CA; Sun, 1 Aug 2004 02:43:04 -0400 (EDT) Date: Sun, 1 Aug 2004 02:42:33 -0400 From: epilogue To: Paul R Culmo Message-Id: <20040801024233.5badec98@localhost> In-Reply-To: References: <20040731230425.2284cf83.wmoran@potentialtech.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Bill Moran cc: freebsd-questions@freebsd.org Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 06:43:08 -0000 On Sun, 1 Aug 2004 00:23:01 -0400 (EDT) Paul R Culmo wrote: > On Sat, 31 Jul 2004, Bill Moran wrote: > > Yes, I think your supfile is wrong. > > > > *default release=cvs RELENG_5_2_1_RELEASE > > > > ^^^ This line is what I believe is wrong, replace it with these two > > lines: > > *default release=cvs > > *default tag=RELENG_5_2_1_RELEASE > > > > Although I would recommend tag=RELENG_5_2_1, but that's you're call. > > > > Thanks for the reply , I made the changes you suggested and re-ran the > cvsup but then things got worse, it deleted all the Makefiles. I guess > I need to start over with a vanilla src tree from the CD? then make > buildworld etc.. right ? um, to my knowledge, no. not if you've got connectivity and cvsup installed. in fact, you don't even need to remove /usr/src, because cvsup should take care of everything for you (ie. remove wrong files, add necessary ones, leave correct ones). i suspect that your standard-supfile is to blame, if anything isn't working. it could be that you're inadvertently pulling down HEAD, which is by definition, not guaranteed to build. here is a copy of my file: -------- *default host=cvsup3.freebsd.org *default base=/usr/local/etc/cvsup *default prefix=/usr/ *default release=cvs tag=RELENG_4_10 *default delete use-rel-suffix compress # 1) change cvsup3 for the host you want to use # 2) change RELENG_4_10 for the tag you want # i believe that RELENG_5_2 is the correct number in your case # this will pull down any security and other critical fixes based upon # freebsd 5.2.x src-base src-bin src-contrib src-crypto src-etc src-games src-gnu src-include src-lib src-libexec src-release src-sbin src-secure src-share src-sys src-sys-crypto src-tools src-usrbin src-usrsbin #src-all #src-kerberos5 #src-kerberosIV #src-eBones ------------ 1) you might find it easier to simple use 'src-all' and comment out or delete the rest of the src-* entries. 2) if you're using a refuse file, do double check that it's contents reflect what you actually want. if you're not _100%_sure_ whether or not you have one, try 'find / -name refuse -print' 3) depending on where you placed your config files, you may not be using the correct supfile. try feeding cvsup an absolute path, just to be certain. 'cvsup /foo/path/to/your/standard-supfile' hope this helps. cheers, epi > Thanks again > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 07:10:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D4E216A4CE; Sun, 1 Aug 2004 07:10:16 +0000 (GMT) Received: from nezlok.unixathome.org (nezlok.unixathome.org [66.154.97.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D98E43D6A; Sun, 1 Aug 2004 07:10:16 +0000 (GMT) (envelope-from dan@nezlok.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nezlok.unixathome.org (Postfix) with ESMTP id 88A30AE06D; Sun, 1 Aug 2004 00:10:12 -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 40047-07; Sun, 1 Aug 2004 00:10:09 -0700 (PDT) Received: by nezlok.unixathome.org (Postfix, from userid 1000) id B2B44AE064; Sun, 1 Aug 2004 00:10:06 -0700 (PDT) From: Dan Langille To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Message-Id: <20040801071006.B2B44AE064@nezlok.unixathome.org> Date: Sun, 1 Aug 2004 00:10:06 -0700 (PDT) X-Virus-Scanned: by amavisd-new at unixathome.org Subject: The FreeBSD Diary: 2004-07-11 - 2004-07-31 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 07:10:16 -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: 16-Jul : 5.* on an IBM ThinkPad T41 Fun and games getting things installed http://freebsddiary.org/ibm-thinkpad-t41.php?2 -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 08:08:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F3B16A531 for ; Sun, 1 Aug 2004 08:08:41 +0000 (GMT) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D44543D55 for ; Sun, 1 Aug 2004 08:08:41 +0000 (GMT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id D5F0E2BD43 for ; Sun, 1 Aug 2004 18:08:37 +1000 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 1ACEB51201; Sun, 1 Aug 2004 17:38:36 +0930 (CST) Date: Sun, 1 Aug 2004 17:38:36 +0930 From: Greg 'the evil one' ElHey To: sylvia bowman Message-ID: <20040801080836.GA44716@wantadilla.lemis.com> References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <20040801034551.87277.qmail@web53010.mail.yahoo.com> User-Agent: Mutt/1.4.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: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 08:08:41 -0000 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [Format recovered--see http://www.lemis.com/email/email-format.html] Single line message. On Saturday, 31 July 2004 at 20:45:51 -0700, sylvia bowman wrote: > I am receiving your email address on my television screen. It > happens late on Saturday evenings. Can you address this situation, > please. Sylvia Bowman We have addressed this situation. This is why the address has appeared on your TV. There is nothing you can do about it. Don't complain, or we will take over your TV completely. For further information, including the FreeBSD project's daemonic plan for world dominance, see http://www.FreeBSD.god/ 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 Note: I discard all HTML mail unseen. Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQFBDKUEIubykFB6QiMRAs+JAJ0TmVQVaBGcvqUssIyOvPvodxXWfwCfcpMA foYcoX/iaBcVc2OnN8Gxvdo= =srLh -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 08:15:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C2216A4CE; Sun, 1 Aug 2004 08:15:37 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70A6A43D3F; Sun, 1 Aug 2004 08:15:36 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 7A5F680FC; Sun, 1 Aug 2004 10:17:02 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28649-05; Sun, 1 Aug 2004 10:17:02 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 23BA280F6; Sun, 1 Aug 2004 10:17:02 +0200 (CEST) From: Jorn Argelo To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 10:15:34 +0200 User-Agent: KMail/1.6.2 References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> <20040801080836.GA44716@wantadilla.lemis.com> In-Reply-To: <20040801080836.GA44716@wantadilla.lemis.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408011015.42968.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: questions@FreeBSD.org Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 08:15:37 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 01 August 2004 10:08, Greg 'the evil one' ElHey wrote: > [Format recovered--see http://www.lemis.com/email/email-format.html] > > Single line message. > > On Saturday, 31 July 2004 at 20:45:51 -0700, sylvia bowman wrote: > > I am receiving your email address on my television screen. It > > happens late on Saturday evenings. Can you address this situation, > > please. Sylvia Bowman > > We have addressed this situation. This is why the address has > appeared on your TV. There is nothing you can do about it. Don't > complain, or we will take over your TV completely. > > For further information, including the FreeBSD project's daemonic plan > for world dominance, see http://www.FreeBSD.god/ Heh, we should make a FreeBSD version of "All your base are belong to us" :D -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDKars2lBCry7iusRAnIxAJ95u7jN0tB1aV4HekZ8y7sKOZieQwCdECA9 q7FO4Kl2fx7dIpTyR+LGxMs= =vjfj -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 08:15:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C2216A4CE; Sun, 1 Aug 2004 08:15:37 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70A6A43D3F; Sun, 1 Aug 2004 08:15:36 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 7A5F680FC; Sun, 1 Aug 2004 10:17:02 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28649-05; Sun, 1 Aug 2004 10:17:02 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 23BA280F6; Sun, 1 Aug 2004 10:17:02 +0200 (CEST) From: Jorn Argelo To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 10:15:34 +0200 User-Agent: KMail/1.6.2 References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> <20040801080836.GA44716@wantadilla.lemis.com> In-Reply-To: <20040801080836.GA44716@wantadilla.lemis.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408011015.42968.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: questions@FreeBSD.org Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 08:15:37 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 01 August 2004 10:08, Greg 'the evil one' ElHey wrote: > [Format recovered--see http://www.lemis.com/email/email-format.html] > > Single line message. > > On Saturday, 31 July 2004 at 20:45:51 -0700, sylvia bowman wrote: > > I am receiving your email address on my television screen. It > > happens late on Saturday evenings. Can you address this situation, > > please. Sylvia Bowman > > We have addressed this situation. This is why the address has > appeared on your TV. There is nothing you can do about it. Don't > complain, or we will take over your TV completely. > > For further information, including the FreeBSD project's daemonic plan > for world dominance, see http://www.FreeBSD.god/ Heh, we should make a FreeBSD version of "All your base are belong to us" :D -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDKars2lBCry7iusRAnIxAJ95u7jN0tB1aV4HekZ8y7sKOZieQwCdECA9 q7FO4Kl2fx7dIpTyR+LGxMs= =vjfj -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 08:49:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B8316A4CE for ; Sun, 1 Aug 2004 08:49:39 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD5DF43D54 for ; Sun, 1 Aug 2004 08:49:38 +0000 (GMT) (envelope-from assadbsd@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so29327rnl for ; Sun, 01 Aug 2004 01:49:34 -0700 (PDT) Received: by 10.38.164.38 with SMTP id m38mr148181rne; Sun, 01 Aug 2004 01:49:34 -0700 (PDT) Message-ID: Date: Sun, 1 Aug 2004 01:49:34 -0700 From: 3BSD To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: RE: Claiming that the list's e-mail showed up on her TV X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 08:49:39 -0000 I think anyone who replies to that address is getting subscribed to a spam list. Please don't reply. -3BSD From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 08:57:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7069316A4CE for ; Sun, 1 Aug 2004 08:57:55 +0000 (GMT) Received: from smtp1.mailblocks.com (smtp1.mailblocks.com [140.174.9.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 4D6CD43D60 for ; Sun, 1 Aug 2004 08:57:55 +0000 (GMT) (envelope-from subhro-0EEnoAUKzrfAVqOLZbGOO/IgIDCLJvU@mailblocks.com) Received: (qmail 27721 invoked from network); 1 Aug 2004 08:57:54 -0000 Received: from 10.10.0.57 (HELO mailblocks.com) (10.10.0.57) by 10.10.0.7 with SMTP; 1 Aug 2004 08:57:54 -0000 Date: Sun, 1 Aug 2004 14:27:39 +0530 Message-Id: From: "Subhro" References: X-MB-Message-Source: ClientSMTP X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2149 X-MB-Message-Type: User Received: from 61.95.144.82 by app8.mailblocks.com (10.10.0.57) with SMTP (authenticated); Sun, 01 Aug 2004 01:57:52 -0700 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_000_0000_01C477D3.B12519E0" Thread-Index: AcR3pZbn7ayVpKPvRtO565D68IB1zg== MIME-Version: 1.0 To: Subject: Gateway Setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 08:57:55 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C477D3.B12519E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Greetings, I am facing a problem in setting up my gateway so I am asking for help. Let me describe me my setup. My ISP gateway is *.*.144.49. I am assigned a few static IPS. *.*.144.54 *.*.147.229 *.*.147.230 I would like to set up a FreeBSD packet filtering gateway. I have currently laid out my network as: ------------ -------------- ------------- | | | | | | | ISP |*.*.144.49 | FreeBSD Box |*.*.147.229 | Linux | | GATEWAY |-----------------------| |-----------------------| NAT | | | *.*.144.54| | *.*.147.230| | ------------- --------------- ------------- | 172.16.0.1 | | | |172.16.0.200 -------------- | | | LAN | | Host | | | | | --------------- My rc.conf looks like: ifconfig_fxp0="inet 61.95.147.118 netmask 255.255.255.252" ifconfig_sis0="inet 61.95.147.229 netmask 255.255.255.252" ifconfig_sis0_alias0="inet 172.16.0.2 netmask 255.255.0.0" gateway_enable="YES" routed_enable="YES" firewall_enable="YES" firewall_type="OPEN" arpproxy_all="YES" # replaces obsolete kernel option ARP_PROXYALL. firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall ip_portrange_first="10000" # Set first dynamically allocated port ip_portrange_last="20000" # Set last dynamically allocated port tcp_drop_synfin="YES" # Set to YES to drop TCP packets with SYN+FIN icmp_drop_redirect="YES" # Set to YES to ignore ICMP REDIRECT packets I have still not configured the firewall. I would be highly obliged if anyone helps me by telling what are the things I am missing out? Another point to be taken care of is, a couple of systems inside the LAN are having a public IP. For example one of the host is having an IP of *.*.144.82. I am not allowed to mess with the Linux NAT box in any way because of some preinstalled commercial software solutions. However I can change the IPs of the NAT box if necessary. Please help me out. Thanks and Best Regards Subhro ------=_NextPart_000_0000_01C477D3.B12519E0 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIKGjCCAj0w ggGmAhEAzbp/VvDf5LxU/iKss3KqVTANBgkqhkiG9w0BAQIFADBfMQswCQYDVQQGEwJVUzEXMBUG A1UEChMOVmVyaVNpZ24sIEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVibGljIFByaW1hcnkgQ2Vy dGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNOTYwMTI5MDAwMDAwWhcNMjgwODAxMjM1OTU5WjBfMQsw CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVi bGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwgZ8wDQYJKoZIhvcNAQEBBQADgY0A MIGJAoGBAOUZv22jVmEtmUhx9mfeuY3rt56GgAqRDvo4Ja9GiILlc6igmyRdDR/MZW4MsNBWhBiH mgabEKFz37RYOWtuwfYV1aioP6oSBo0xrH+wNNePNGeICc0UEeJORVZpH3gCgNrcR5EpuzbJY1zF 4Ncth3uhtzKwezC6Ki8xqu6jZ9rbAgMBAAEwDQYJKoZIhvcNAQECBQADgYEATD+4i8Zo3+5DMw5d 6abLB4RNejP/khv0Nq3YlSI2aBFsfELM85wuxAc/FLAPT/+Qknb54rxK6Y/NoIAK98Up8YIiXbix 3YEjo3slFUYweRb46gVLlH8dwhzI47f0EEA8E8NfH1PoSOSGtHuhNbB7Jbq4046rPzidADQAmPPR cZQwggNiMIICy6ADAgECAhAL2gsXwT+JjqsJdHq0zi4zMA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNV BAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMg UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05ODA1MTIwMDAwMDBaFw0wODA1MTIy MzU5NTlaMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1 c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNv cnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJ bmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkMIGfMA0GCSqGSIb3DQEB AQUAA4GNADCBiQKBgQC7WkSKBBa7Vf0DeootlE8VeDa4DUqyb5xUv7zodyqdufBou5XZMUFweoFL uUgTVi3HCOGEQqvAopKrRFyqQvCCDgLpL/vCO7u+yScKXbawNkIztW5UiE+HSr8Z2vkV6A+Hthzj zMaajn9qJJLj/OBluqexfu/J2zdqyErICQbkmQIDAQABo4GwMIGtMA8GA1UdEwQIMAYBAf8CAQAw RwYDVR0gBEAwPjA8BgtghkgBhvhFAQcBATAtMCsGCCsGAQUFBwIBFh93d3cudmVyaXNpZ24uY29t L3JlcG9zaXRvcnkvUlBBMDEGA1UdHwQqMCgwJqAkoCKGIGh0dHA6Ly9jcmwudmVyaXNpZ24uY29t L3BjYTEuY3JsMAsGA1UdDwQEAwIBBjARBglghkgBhvhCAQEEBAMCAQYwDQYJKoZIhvcNAQECBQAD gYEAAn2eb0VLOKC43ulTZCG85Ewrjx7+kkCs2Ao5aqEyISwHm6tZ/tJiGn1VOLA3c9z0B2ZjYr3h U3BSh+eo2FLpWy2q4d7PrDFU1IsZyNgjqO8EKzJ9LBgcyHyJqC538kTRZQpNdLXu0xuSc3QuiTs1 E3LnQDGa07LEq+dWvovj+xUwggRvMIID2KADAgECAhASwHKkbKDka8G7HJL50EEjMA0GCSqGSIb3 DQEBBAUAMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1 c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNv cnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJ bmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkMB4XDTA0MDYyMTAwMDAw MFoXDTA1MDYyMTIzNTk1OVowggETMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMW VmVyaVNpZ24gVHJ1c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0 b3J5L1JQQSBJbmNvcnAuIGJ5IFJlZi4sTElBQi5MVEQoYyk5ODEeMBwGA1UECxMVUGVyc29uYSBO b3QgVmFsaWRhdGVkMTQwMgYDVQQLEytEaWdpdGFsIElEIENsYXNzIDEgLSBNaWNyb3NvZnQgRnVs bCBTZXJ2aWNlMRMwEQYDVQQDFApTdWJocm8gS2FyMSQwIgYJKoZIhvcNAQkBFhVzdWJocm9AbWFp bGJsb2Nrcy5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANvKLTlqtN+YsoThYs7R31rn 8zOGc/AlpGY1i8wcDhNb1hX7ka7Cie39g7RFUK5FK24QJ6p75fM9A+Ixn+UFJPt4kuLZLD4VYw5j bAUm7c8ZSXOjoaQJ/JicU3WITkBeXkq36Gwbfj+xMRE2wWtYLSYnK/uez1/gqO43hy8EdCGxAgMB AAGjggEGMIIBAjAJBgNVHRMEAjAAMIGsBgNVHSAEgaQwgaEwgZ4GC2CGSAGG+EUBBwEBMIGOMCgG CCsGAQUFBwIBFhxodHRwczovL3d3dy52ZXJpc2lnbi5jb20vQ1BTMGIGCCsGAQUFBwICMFYwFRYO VmVyaVNpZ24sIEluYy4wAwIBARo9VmVyaVNpZ24ncyBDUFMgaW5jb3JwLiBieSByZWZlcmVuY2Ug bGlhYi4gbHRkLiAoYyk5NyBWZXJpU2lnbjARBglghkgBhvhCAQEEBAMCB4AwMwYDVR0fBCwwKjAo oCagJIYiaHR0cDovL2NybC52ZXJpc2lnbi5jb20vY2xhc3MxLmNybDANBgkqhkiG9w0BAQQFAAOB gQCBpVlTKHsy5A1RgatPfcladozSvo2uOMJibAHZtjPBZs1/7rLGz3JjN8f9WY8SFSBXI2Yo9lie rB4r/UrpOTsF548Pi40yv4Gi1cxFQJJkHrv1voM/8fO5TqpD7L/h9RrjTmOMq2BBq8HjlCth144p fk7fSUnB/MAuwJcB/5QOMzGCBI4wggSKAgEBMIHhMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5j LjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWdu LmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNvcnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UE AxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJbmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3Qg VmFsaWRhdGVkAhASwHKkbKDka8G7HJL50EEjMAkGBSsOAwIaBQCgggMCMBgGCSqGSIb3DQEJAzEL BgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA0MDgwMTA4NTczNlowIwYJKoZIhvcNAQkEMRYE FLtXxOJ7QFlnEUhlibkXUSCy1LBSME4GCyqGSIb3DQEJEAIBMT8wPQQdAAAAABAAAABo5GgxAxYf R4LH3FNzlb02AQAAAACAAQAwGTAXgRVzdWJocm9AbWFpbGJsb2Nrcy5jb20wZwYJKoZIhvcNAQkP MVowWDAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcw DQYIKoZIhvcNAwICASgwBwYFKw4DAhowCgYIKoZIhvcNAgUwgfIGCSsGAQQBgjcQBDGB5DCB4TCB zDEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdv cmsxRjBEBgNVBAsTPXd3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9SUEEgSW5jb3JwLiBCeSBS ZWYuLExJQUIuTFREKGMpOTgxSDBGBgNVBAMTP1ZlcmlTaWduIENsYXNzIDEgQ0EgSW5kaXZpZHVh bCBTdWJzY3JpYmVyLVBlcnNvbmEgTm90IFZhbGlkYXRlZAIQEsBypGyg5GvBuxyS+dBBIzCB9AYL KoZIhvcNAQkQAgsxgeSggeEwgcwxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMUYwRAYDVQQLEz13d3cudmVyaXNpZ24uY29tL3JlcG9zaXRv cnkvUlBBIEluY29ycC4gQnkgUmVmLixMSUFCLkxURChjKTk4MUgwRgYDVQQDEz9WZXJpU2lnbiBD bGFzcyAxIENBIEluZGl2aWR1YWwgU3Vic2NyaWJlci1QZXJzb25hIE5vdCBWYWxpZGF0ZWQCEBLA cqRsoORrwbsckvnQQSMwDQYJKoZIhvcNAQEBBQAEgYBDwqW+dum0YqsGu4Q0W5MEoeWezEkxpxwA CgNxa14wPt4JNbztYQ5jYV6MW3C7HOJDopTnkSl++twS+NrqkGZf7f/aUT1WRG+sz8yWGl8TcCom 1ES4L8EsH58XkRtkld79k9f/S1n0DfQVeD3/a870+Si1PuoOSsBu3iTdn6tlvgAAAAAAAA== ------=_NextPart_000_0000_01C477D3.B12519E0-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 09:11:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 652BB16A4CE for ; Sun, 1 Aug 2004 09:11:22 +0000 (GMT) Received: from smtp1.mailblocks.com (smtp1.mailblocks.com [140.174.9.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 49C0E43D6D for ; Sun, 1 Aug 2004 09:11:22 +0000 (GMT) (envelope-from subhro-0OUzoAUizrfAb8HI5RFXSDH+TsVR9sn@mailblocks.com) Received: (qmail 8411 invoked from network); 1 Aug 2004 09:11:22 -0000 Received: from 10.10.0.57 (HELO mailblocks.com) (10.10.0.57) by 10.10.0.7 with SMTP; 1 Aug 2004 09:11:22 -0000 Date: Sun, 1 Aug 2004 14:41:09 +0530 Message-Id: From: "Subhro" References: X-MB-Message-Source: ClientSMTP X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2149 X-MB-Message-Type: User Received: from 61.95.144.82 by app8.mailblocks.com (10.10.0.57) with SMTP (authenticated); Sun, 01 Aug 2004 02:11:21 -0700 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_000_0020_01C477D5.952CB110" Thread-Index: AcR3pZbn7ayVpKPvRtO565D68IB1zgAAQTkA MIME-Version: 1.0 To: Subject: Gateway Setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 09:11:22 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0020_01C477D5.952CB110 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Subhro Sent: Sunday, August 01, 2004 14:28 To: freebsd-questions@freebsd.org Subject: Gateway Setup Greetings, I am facing a problem in setting up my gateway so I am asking for help. Let me describe me my setup. My ISP gateway is *.*.144.49. I am assigned a few static IPS. *.*.144.54 *.*.147.229 *.*.147.230 I would like to set up a FreeBSD packet filtering gateway. I have currently laid out my network as: ------------ -------------- ------------- | | | | | | | ISP |*.*.144.49 | FreeBSD Box |*.*.147.229 | Linux | | GATEWAY |-----------------------| |-----------------------| NAT | | | *.*.144.54| | *.*.147.230| | ------------- --------------- ------------- | 172.16.0.1 | | | |172.16.0.200 -------------- | | | LAN | | Host | | | | | --------------- My rc.conf looks like: ifconfig_fxp0="inet 61.95.147.118 netmask 255.255.255.252" ifconfig_sis0="inet 61.95.147.229 netmask 255.255.255.252" ifconfig_sis0_alias0="inet 172.16.0.2 netmask 255.255.0.0" gateway_enable="YES" routed_enable="YES" firewall_enable="YES" firewall_type="OPEN" arpproxy_all="YES" # replaces obsolete kernel option ARP_PROXYALL. firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall ip_portrange_first="10000" # Set first dynamically allocated port ip_portrange_last="20000" # Set last dynamically allocated port tcp_drop_synfin="YES" # Set to YES to drop TCP packets with SYN+FIN icmp_drop_redirect="YES" # Set to YES to ignore ICMP REDIRECT packets I have still not configured the firewall. I would be highly obliged if anyone helps me by telling what are the things I am missing out? Another point to be taken care of is, a couple of systems inside the LAN are having a public IP. For example one of the host is having an IP of *.*.144.82. I am not allowed to mess with the Linux NAT box in any way because of some preinstalled commercial software solutions. However I can change the IPs of the NAT box if necessary. Please help me out. Thanks and Best Regards Subhro Sorry the figure messed up. Actually What I meant is, The ISP gateway is *.*.144.49 The FreeBSD router is supposed to have two interfaces with IPS *.*.144.54, which is in the next hop of ISP gateway. The other interface is *.*.147.229. This interface is supposed to have the packets filtered from *.54. The interface is connected to a Linux NAT box having one interface, *.*.147.230 and another interface connected to the LAN 172.16.0.1. I am not allowed to play with the NAT box. Another point to be taken care of is, the LAN contains a couple of hosts which are assigned a public ip statically. Could anyone help me setup the above network please? ------=_NextPart_000_0020_01C477D5.952CB110 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIKGjCCAj0w ggGmAhEAzbp/VvDf5LxU/iKss3KqVTANBgkqhkiG9w0BAQIFADBfMQswCQYDVQQGEwJVUzEXMBUG A1UEChMOVmVyaVNpZ24sIEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVibGljIFByaW1hcnkgQ2Vy dGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNOTYwMTI5MDAwMDAwWhcNMjgwODAxMjM1OTU5WjBfMQsw CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVi bGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwgZ8wDQYJKoZIhvcNAQEBBQADgY0A MIGJAoGBAOUZv22jVmEtmUhx9mfeuY3rt56GgAqRDvo4Ja9GiILlc6igmyRdDR/MZW4MsNBWhBiH mgabEKFz37RYOWtuwfYV1aioP6oSBo0xrH+wNNePNGeICc0UEeJORVZpH3gCgNrcR5EpuzbJY1zF 4Ncth3uhtzKwezC6Ki8xqu6jZ9rbAgMBAAEwDQYJKoZIhvcNAQECBQADgYEATD+4i8Zo3+5DMw5d 6abLB4RNejP/khv0Nq3YlSI2aBFsfELM85wuxAc/FLAPT/+Qknb54rxK6Y/NoIAK98Up8YIiXbix 3YEjo3slFUYweRb46gVLlH8dwhzI47f0EEA8E8NfH1PoSOSGtHuhNbB7Jbq4046rPzidADQAmPPR cZQwggNiMIICy6ADAgECAhAL2gsXwT+JjqsJdHq0zi4zMA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNV BAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMg UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05ODA1MTIwMDAwMDBaFw0wODA1MTIy MzU5NTlaMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1 c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNv cnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJ bmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkMIGfMA0GCSqGSIb3DQEB AQUAA4GNADCBiQKBgQC7WkSKBBa7Vf0DeootlE8VeDa4DUqyb5xUv7zodyqdufBou5XZMUFweoFL uUgTVi3HCOGEQqvAopKrRFyqQvCCDgLpL/vCO7u+yScKXbawNkIztW5UiE+HSr8Z2vkV6A+Hthzj zMaajn9qJJLj/OBluqexfu/J2zdqyErICQbkmQIDAQABo4GwMIGtMA8GA1UdEwQIMAYBAf8CAQAw RwYDVR0gBEAwPjA8BgtghkgBhvhFAQcBATAtMCsGCCsGAQUFBwIBFh93d3cudmVyaXNpZ24uY29t L3JlcG9zaXRvcnkvUlBBMDEGA1UdHwQqMCgwJqAkoCKGIGh0dHA6Ly9jcmwudmVyaXNpZ24uY29t L3BjYTEuY3JsMAsGA1UdDwQEAwIBBjARBglghkgBhvhCAQEEBAMCAQYwDQYJKoZIhvcNAQECBQAD gYEAAn2eb0VLOKC43ulTZCG85Ewrjx7+kkCs2Ao5aqEyISwHm6tZ/tJiGn1VOLA3c9z0B2ZjYr3h U3BSh+eo2FLpWy2q4d7PrDFU1IsZyNgjqO8EKzJ9LBgcyHyJqC538kTRZQpNdLXu0xuSc3QuiTs1 E3LnQDGa07LEq+dWvovj+xUwggRvMIID2KADAgECAhASwHKkbKDka8G7HJL50EEjMA0GCSqGSIb3 DQEBBAUAMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1 c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNv cnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJ bmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkMB4XDTA0MDYyMTAwMDAw MFoXDTA1MDYyMTIzNTk1OVowggETMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMW VmVyaVNpZ24gVHJ1c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0 b3J5L1JQQSBJbmNvcnAuIGJ5IFJlZi4sTElBQi5MVEQoYyk5ODEeMBwGA1UECxMVUGVyc29uYSBO b3QgVmFsaWRhdGVkMTQwMgYDVQQLEytEaWdpdGFsIElEIENsYXNzIDEgLSBNaWNyb3NvZnQgRnVs bCBTZXJ2aWNlMRMwEQYDVQQDFApTdWJocm8gS2FyMSQwIgYJKoZIhvcNAQkBFhVzdWJocm9AbWFp bGJsb2Nrcy5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANvKLTlqtN+YsoThYs7R31rn 8zOGc/AlpGY1i8wcDhNb1hX7ka7Cie39g7RFUK5FK24QJ6p75fM9A+Ixn+UFJPt4kuLZLD4VYw5j bAUm7c8ZSXOjoaQJ/JicU3WITkBeXkq36Gwbfj+xMRE2wWtYLSYnK/uez1/gqO43hy8EdCGxAgMB AAGjggEGMIIBAjAJBgNVHRMEAjAAMIGsBgNVHSAEgaQwgaEwgZ4GC2CGSAGG+EUBBwEBMIGOMCgG CCsGAQUFBwIBFhxodHRwczovL3d3dy52ZXJpc2lnbi5jb20vQ1BTMGIGCCsGAQUFBwICMFYwFRYO VmVyaVNpZ24sIEluYy4wAwIBARo9VmVyaVNpZ24ncyBDUFMgaW5jb3JwLiBieSByZWZlcmVuY2Ug bGlhYi4gbHRkLiAoYyk5NyBWZXJpU2lnbjARBglghkgBhvhCAQEEBAMCB4AwMwYDVR0fBCwwKjAo oCagJIYiaHR0cDovL2NybC52ZXJpc2lnbi5jb20vY2xhc3MxLmNybDANBgkqhkiG9w0BAQQFAAOB gQCBpVlTKHsy5A1RgatPfcladozSvo2uOMJibAHZtjPBZs1/7rLGz3JjN8f9WY8SFSBXI2Yo9lie rB4r/UrpOTsF548Pi40yv4Gi1cxFQJJkHrv1voM/8fO5TqpD7L/h9RrjTmOMq2BBq8HjlCth144p fk7fSUnB/MAuwJcB/5QOMzGCBI4wggSKAgEBMIHhMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5j LjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWdu LmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNvcnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UE AxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJbmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3Qg VmFsaWRhdGVkAhASwHKkbKDka8G7HJL50EEjMAkGBSsOAwIaBQCgggMCMBgGCSqGSIb3DQEJAzEL BgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA0MDgwMTA5MTEwOFowIwYJKoZIhvcNAQkEMRYE FBd2gaJpMEa6ujp58rSO2KFPnBckME4GCyqGSIb3DQEJEAIBMT8wPQQdAAAAABAAAACoIco+jBrY RIoJkHF+N97eAQAAAACAAQAwGTAXgRVzdWJocm9AbWFpbGJsb2Nrcy5jb20wZwYJKoZIhvcNAQkP MVowWDAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcw DQYIKoZIhvcNAwICASgwBwYFKw4DAhowCgYIKoZIhvcNAgUwgfIGCSsGAQQBgjcQBDGB5DCB4TCB zDEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdv cmsxRjBEBgNVBAsTPXd3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9SUEEgSW5jb3JwLiBCeSBS ZWYuLExJQUIuTFREKGMpOTgxSDBGBgNVBAMTP1ZlcmlTaWduIENsYXNzIDEgQ0EgSW5kaXZpZHVh bCBTdWJzY3JpYmVyLVBlcnNvbmEgTm90IFZhbGlkYXRlZAIQEsBypGyg5GvBuxyS+dBBIzCB9AYL KoZIhvcNAQkQAgsxgeSggeEwgcwxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMUYwRAYDVQQLEz13d3cudmVyaXNpZ24uY29tL3JlcG9zaXRv cnkvUlBBIEluY29ycC4gQnkgUmVmLixMSUFCLkxURChjKTk4MUgwRgYDVQQDEz9WZXJpU2lnbiBD bGFzcyAxIENBIEluZGl2aWR1YWwgU3Vic2NyaWJlci1QZXJzb25hIE5vdCBWYWxpZGF0ZWQCEBLA cqRsoORrwbsckvnQQSMwDQYJKoZIhvcNAQEBBQAEgYBKSdS5nZyps05Xgf76/HENXkRl4I1AUEp7 CgHRDexvckYNv7I0awUGCbbzgOAT0N9VjeMQAFjzitUACYPuHuZQinaenDhPCSqi1EQLSgFOUzes gz/76QTT0Bjt71H++BfGFbhN00v8AAfI7QbZg8Dlw6dF+LiOw5fnJ2FW+ljHkwAAAAAAAA== ------=_NextPart_000_0020_01C477D5.952CB110-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 09:27:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2AE816A4CE for ; Sun, 1 Aug 2004 09:27:55 +0000 (GMT) Received: from richardkaestner.com (212-88-187-192.ADSL.ycn.com [212.88.187.192]) by mx1.FreeBSD.org (Postfix) with SMTP id 85ADC43D45 for ; Sun, 1 Aug 2004 09:27:54 +0000 (GMT) (envelope-from rfk@richardkaestner.com) Received: (qmail 31554 invoked from network); 1 Aug 2004 09:27:51 -0000 Received: from pc-01034.richardkaestner.com (HELO sv01.rfk.priv) (10.200.4.10) by stargate.richardkaestner.com (10.200.254.254) with ESMTP; 01 Aug 2004 09:27:51 -0000 Received: by sv01.rfk.priv (Postfix, from userid 1001) id 21CD2FDE6; Sun, 1 Aug 2004 11:27:51 +0200 (CEST) From: Richard Kaestner To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 11:27:50 +0200 User-Agent: KMail/1.6.2 References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408011127.50669.richard.kaestner@ycn.com> Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richard.kaestner@ycn.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 09:27:55 -0000 On Sunday 01 August 2004 06:06, Bill Moran wrote: > > sylvia bowman wrote: > > I am receiving your email address on my television screen. It happens > > late on Saturday evenings. Can you address this situation, please. > > Sylvia Bowman > > I'm assuming this isn't a joke ... > > This is about the most unlikely thing I've ever heard of. However, if it > really is happening, you're going to have to give a better description of > what you mean. Are you saying that on Saturday evenings your TV screen > says "questions@freebsd.org"? Or that you see FreeBSD emails on your > screen? > > Are you using some sort of webTV? ... or was there kind of unfortunate mixup from HAL and David Bowman ;=3D) =2D-=20 Mit freundlichen Gr=FC=DFen Richard K=E4stner EDV-Beratung Woerthgasse 17 2500 Baden Austria From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 09:36:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CC8316A4D1 for ; Sun, 1 Aug 2004 09:36:46 +0000 (GMT) Received: from mongers.org (miracle.mongers.org [193.162.142.71]) by mx1.FreeBSD.org (Postfix) with SMTP id 3745143D39 for ; Sun, 1 Aug 2004 09:36:45 +0000 (GMT) (envelope-from m@mongers.org) Received: (qmail 28626 invoked by uid 1021); 1 Aug 2004 09:28:48 -0000 Date: Sun, 1 Aug 2004 11:28:26 +0200 From: Morten Liebach To: freebsd-questions@freebsd.org Message-ID: <20040801092848.GA22860@mongers.org> References: <20040731230425.2284cf83.wmoran@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Accept-Language: dansk, english X-Organisation: Hollow Chocolate Bunnies of Death, Inc. X-PGP-Key-ID: F1360CA9 X-PGP-Key-URL: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xF1360CA9 X-PGP-Key-Fingerprint: 8CF5 32EE A5EC 36B2 4E3F ACDF 6D86 BEB3 F136 0CA9 Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 09:36:46 -0000 On 2004-08-01 00:23:01 -0400, Paul R Culmo wrote: > On Sat, 31 Jul 2004, Bill Moran wrote: > > Yes, I think your supfile is wrong. > > > > *default release=cvs RELENG_5_2_1_RELEASE > > > > ^^^ This line is what I believe is wrong, replace it with these two > > lines: > > *default release=cvs > > *default tag=RELENG_5_2_1_RELEASE > > > > Although I would recommend tag=RELENG_5_2_1, but that's you're call. It's RELENG_5_2, not RELENG_5_2_1 Have a nice day Morten -- http://m.mongers.org/ -- http://gallery.zentience.org/ __END__ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 09:54:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B019F16A4CE for ; Sun, 1 Aug 2004 09:54:58 +0000 (GMT) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id E684543D5D for ; Sun, 1 Aug 2004 09:54:57 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id i719svIw026796 for ; Sun, 1 Aug 2004 02:54:57 -0700 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.10/Submit) id i719svZ2026794 for freebsd-questions@freebsd.org; Sun, 1 Aug 2004 02:54:57 -0700 X-Authentication-Warning: hosea.tallye.com: sttng359 set sender to lorenl@alzatex.com using -f Date: Sun, 1 Aug 2004 02:54:57 -0700 From: "Loren M. Lang" To: FreeBSD Mailing list Message-ID: <20040801095457.GA26716@alzatex.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C Subject: MBone X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 09:54:58 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm curious if there is anyone here who know anything about mbone. I've recently become intrested in it, and I've downloaded and setup all the software for it which I used to do some video conferencing on my LAN. I've been looking for a way to join the main mbone network but there seems to be little information on it, or the info there is is dated before 2000. Am I just too late and mbone already died off? --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C =20 --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBDL3x+vN6RuSjKAwRAjLRAJ9GtT9DyhkOJH+zg7G+VfPfsMXCwgCfbszR lE7sWDz8raKg/CIcJzzc2iE= =LGDJ -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 10:09:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C08516A4CE for ; Sun, 1 Aug 2004 10:09:39 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDC7843D66 for ; Sun, 1 Aug 2004 10:09:38 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i71A9Hn6027882 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Aug 2004 11:09:17 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i71A9FxC027877; Sun, 1 Aug 2004 11:09:15 +0100 (BST) (envelope-from matthew) Date: Sun, 1 Aug 2004 11:09:15 +0100 From: Matthew Seaman To: "Kevin D. Kinsey, DaleCo, S.P." Message-ID: <20040801100915.GB25901@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , "Kevin D. Kinsey, DaleCo, S.P." , Wojciech Puchar , freebsd-questions@freebsd.org, strick@covad.net References: <20040731222959.V41532@chylonia.3miasto.net> <20040731204517.GC75175@happy-idiot-talk.infracaninophile.co.uk> <410C62B4.80404@daleco.biz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mojUlQ0s9EVzWg2t" Content-Disposition: inline In-Reply-To: <410C62B4.80404@daleco.biz> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 01 Aug 2004 11:09:17 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: strick@covad.net cc: Wojciech Puchar cc: freebsd-questions@freebsd.org Subject: Re: raw devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 10:09:39 -0000 --mojUlQ0s9EVzWg2t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 31, 2004 at 10:25:40PM -0500, Kevin D. Kinsey, DaleCo, S.P. wro= te: > Matthew Seaman wrote: > >On Sat, Jul 31, 2004 at 10:30:21PM +0200, Wojciech Puchar wrote: > >>where are raw devices in FreeBSD? do they exist at all? > >Actually, all devices under FreeBSD are raw or character devices. > >Block devices on the other hand disappeared a long time ago. It's all > >to do with having an advance VM system, apparently: > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/driver= basics-block.html =20 > Hmm, now I'm a tad curious --- or confused. ceri@ just committed a > revised synopsis I hacked at for the handbook's Vinum chapter which > states, among other things: >=20 > "In addition to supporting various cards and controllers for hardware > RAID systems, the base FreeBSD system includes the Vinum Volume > Manager, a block device driver that implements virtual disk drives." >=20 > So is there conflicting data here? Might be good to figure out the > truth before the next edition handbook goes to the printer (which may be= =20 > soon...) >=20 > However, I'd be first to admit a dire lack of knowledge here... help? I think the point is not that a FreeBSD system never communicates with any device in "block mode", but that there's no exposure of that interface outside of the kernel. The original BSD distinction between character and block devices let people achieve a degree of optimization in certain circumstances by short circuiting the bufferring etc. involved in using a character device and interacting more directly with the hardware. However, that concept was first developed probably some twenty-odd years ago, and the state of the art in disk and virtual memory technology has come on a long way since then. Nowadays, short circuiting the higher levels of buffer caching just doesn't make sense. Let the VM system choose when to push blocks of data out to the disks or pseudo-disks (ie. RAID arrays, vinum devices etc), or when to read them in. It knows best. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --mojUlQ0s9EVzWg2t Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDMFLiD657aJF7eIRAu5/AJ9q4DHDIiW2nO8QSKIGfWWObyvzJgCdGTHn J+RmQfvX2Lp6nJ/RTD9mY9s= =2wpk -----END PGP SIGNATURE----- --mojUlQ0s9EVzWg2t-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 10:20:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 955C016A4DB for ; Sun, 1 Aug 2004 10:20:14 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF4743D1F for ; Sun, 1 Aug 2004 10:20:13 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i71AK8b4027993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Aug 2004 11:20:08 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i71AK8bW027992; Sun, 1 Aug 2004 11:20:08 +0100 (BST) (envelope-from matthew) Date: Sun, 1 Aug 2004 11:20:08 +0100 From: Matthew Seaman To: Bill Moran Message-ID: <20040801102008.GC25901@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Bill Moran , Paul R Culmo , freebsd-questions@freebsd.org References: <20040731230425.2284cf83.wmoran@potentialtech.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eHhjakXzOLJAF9wJ" Content-Disposition: inline In-Reply-To: <20040731230425.2284cf83.wmoran@potentialtech.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 01 Aug 2004 11:20:08 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: Paul R Culmo cc: freebsd-questions@freebsd.org Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 10:20:25 -0000 --eHhjakXzOLJAF9wJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 31, 2004 at 11:04:25PM -0400, Bill Moran wrote: > Although I would recommend tag=3DRELENG_5_2_1, but that's you're call. Make that tag=3DRELENG_5_2 -- there's no such tag as the one you recommend, and trying to use that will end up deleting all of the user's files. Note too that this tag only applies to the src -- not the ports. Try this instead: *default host=3Dftp4.us.freebsd.org *default base=3D/usr *default prefix=3D/usr *default release=3Dcvs tag=3DRELENG_5_2 *default delete use-rel-suffix *default compress src-all ports-all tag=3D. Note too that there's not much point in only grabbing parts of the ports collection. Unless you know exactly what you're doing, you need the whole thing in order to have much change of success at using it. Cheers Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --eHhjakXzOLJAF9wJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDMPYiD657aJF7eIRAkC9AJ0fUht1rN+MiWL+XMnTaRSoBEUopgCfaB4a dX2OoqZoAIHWSNVhjJtXFWI= =M86+ -----END PGP SIGNATURE----- --eHhjakXzOLJAF9wJ-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 10:49:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70A9A16A4CF for ; Sun, 1 Aug 2004 10:49:38 +0000 (GMT) Received: from web41004.mail.yahoo.com (web41004.mail.yahoo.com [66.218.93.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 447A743D60 for ; Sun, 1 Aug 2004 10:49:38 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040801104938.86060.qmail@web41004.mail.yahoo.com> Received: from [141.76.1.122] by web41004.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 03:49:38 PDT Date: Sun, 1 Aug 2004 03:49:38 -0700 (PDT) From: DK To: Bill Moran In-Reply-To: <20040729105528.46377760.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 10:49:38 -0000 --- Bill Moran wrote: > > My bootup is fine, its the BSD+wmaker running & opening nedit & a cmd > prompts > > > that are slower than Windows 2000 ?? any suggestions as to why ?? > My FreeBSD system, using Gnome (which is a system hog) is faster than when > Windows NT was installed ... and I _KNOW_ NT is faster than W2K. So, if > you're honestly having speed problems, then something is wrong. > > So, you need to do the proper steps to figure out what's wrong with your > system. Have you pasted a dmesg? My first guess would be that your > hardware is a little off, and Windows has drivers for it but FreeBSD doesn't, > thus you get expected performance on Windows, but crap on FreeBSD. Hi Bill, Apologies if I come across as trolling. I guess I had too high an expectation as to what I expected FBSD to be able to do. I will refrain from doing comparisons with Windows as that seems to just annoy people. As for dmesg, I will run that tonight & post that. I assume I type: dmesg -a > Also, are you saying that you run nedit on both Windows and FreeBSD and it's > faster on Windows? Or are you comparing nedit to an apple? I run Nedit on FBSD & Emeditor on Windows which is much more GUI color intensive & has many more functions than Nedit. Again, EmEditor on Windows loads & runs "much faster" then Nedit on FBSD. As you said, it may be that FBSD has defaulted hardware for my box that is incorrect. > Also, have you monitored various system "stuff"? Run top, systat, etc > while starting the programs in an attempt to isolate the bottleneck. If there is any other particular diagnostic programs on FBSD that you want me to run & post the details that may help identify my slow performance please let me know ?? I haven't run top or systat, but I will run them tonight. Kind Regards, DK __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 11:18:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B21C16A4CE for ; Sun, 1 Aug 2004 11:18:06 +0000 (GMT) Received: from web41013.mail.yahoo.com (web41013.mail.yahoo.com [66.218.93.12]) by mx1.FreeBSD.org (Postfix) with SMTP id DBD6E43D4C for ; Sun, 1 Aug 2004 11:18:05 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040801111805.3398.qmail@web41013.mail.yahoo.com> Received: from [141.76.1.122] by web41013.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 04:18:05 PDT Date: Sun, 1 Aug 2004 04:18:05 -0700 (PDT) From: DK To: Giorgos Keramidas In-Reply-To: <20040728203052.GA32457@gothmog.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 11:18:06 -0000 --- Giorgos Keramidas wrote: > You should really try TkDesk one of these days. It's my all times > favorite from the x11-fm category! ;-) thanks, will try it tonight. > You have to be VERY careful when reading the instructions. There is no > "groupadd" command on FreeBSD. There is a "pw" command though, which > accepts a "groupadd" option to add new user groups. The full command > would be then: > > # pw groupadd mysql that worked, thanks. > > Raw numbers no... just sitting in front of the BSD screen counting the > > seconds.. wondering how people use this OS - then I do a reboot & > > select WIN2000 & can't believe the difference. If you want, when I > > have time, I could take an mpg of it & upload it for all ?? > > An mpg of FreeBSD running? Hmmm, I'd be interested to know exactly HOW > you'd do that. You're not complaining about the apparent slowness of > FreeBSD by running it under VMWare or something similar, right? VM no. Just a hand held digital Video Camera showing the running of both OS on the same box. > I haven't tried setting it up yet, so I'm not the best person to ask for > instructions but I might find the time to tinker with it this weekend. > > Amazingly similar look to Windows XP though ;-) Let me know if you get this one installed ok. > > I can mount my Floppy when I run gluggy KDE, but under Wmaker, I type: > > mount -v -t msdos /dev/fd0c /mnt > > ... and this says its mounted > > Try changing the current directory to /mnt and see what files are in > that directory. Are they the floppy contents? Floppy & CD mount OK now, however even though the floppy mounts OK, when I mount the floppy, I get: 127# mount -v -t msdos /dev/fd0 /mnt /dev/fd0 on /mnt (msdos, local, reads: sync 2 async 0) floppy: mount -v -t msdos /dev/fd0c /mnt CDROM: mount -t cd9660 /dev/acd0c /cdrom However, I can't seem to unmount them. I get "Command not found". 127# unmount /cdrom unmount: Command not found. > > When I run partition magic in Win2000, its says that I have a BAD > > partition. Doing some searching, found that BSD messes up something > > with the sizes of the geometry of the selected partitions(slices) - > > still don't know how to fix this ??? > > Don't "fix" anything. It's more likely that just Partition Magic that > is brain-damaged and cannot read the BSD partition properly. No, partition magic can read the BSD partition correctly. PM is saying the whole primary parition(both Windows 2000 + FBSD) is BAD(nothing to do with surface errors) I can't remember where I read it(BSD site or book, will look later) but when you make the slices, the sizes must add up to a certain divisable number, otherwise part of the partition(small number like 1024kb) will be unusable. Thats why PM is saying that the whole partition is BAD. But I don't know how to fix this ??? Kind Regards, DK __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 11:23:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D35816A4CE for ; Sun, 1 Aug 2004 11:23:38 +0000 (GMT) Received: from web41014.mail.yahoo.com (web41014.mail.yahoo.com [66.218.93.13]) by mx1.FreeBSD.org (Postfix) with SMTP id E8C6043D6B for ; Sun, 1 Aug 2004 11:23:37 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040801112337.43587.qmail@web41014.mail.yahoo.com> Received: from [141.76.1.121] by web41014.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 04:23:37 PDT Date: Sun, 1 Aug 2004 04:23:37 -0700 (PDT) From: DK To: Giorgos Keramidas In-Reply-To: <20040729161701.GA4084@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Jerry McAllister cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 11:23:38 -0000 --- Giorgos Keramidas wrote: > > My bootup is fine, its the BSD+wmaker running & opening nedit & a cmd > > prompts that are slower than Windows 2000 ?? any suggestions as to why ?? > > You're probably using X11 with a "vesa" driver or something that doesn't > take advantage of all the accelerations that your hardware can provide. Hi Giorgos, Where do I look to see which driver X11 is using ??? And if it is using a "vesa" driver, how do I change that to a driver that is specific to my hardware: ie. 16MB Creative Graphics Blaster Riva TNT ??? Kind Regards, DK __________________________________ Do you Yahoo!? Y! Messenger - Communicate in real time. Download now. http://messenger.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 11:49:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D5FD16A4CE for ; Sun, 1 Aug 2004 11:49:01 +0000 (GMT) Received: from web41009.mail.yahoo.com (web41009.mail.yahoo.com [66.218.93.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 61A1B43D45 for ; Sun, 1 Aug 2004 11:49:01 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040801114859.8595.qmail@web41009.mail.yahoo.com> Received: from [203.45.13.56] by web41009.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 04:48:59 PDT Date: Sun, 1 Aug 2004 04:48:59 -0700 (PDT) From: DK To: Giorgos Keramidas In-Reply-To: <20040729164153.GC4084@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 11:49:01 -0000 --- Giorgos Keramidas wrote: > Oh come on, I consider autorunning of removable media a security risk. You > like it and try to present the opposite behavior as a fault. I don't think > there is any case we can agree on this point. The best we can do about it > is help you install amd, the automounter daemon and let us all live in peace > :P Hi Giorgos, I understand your point & why MS have autorun on by default. Because a lot of newbies to Windows don't even know what/where setup.exe is to start a program. So to make it easier to install Office after Windows has been installed, AR is on by default. I agree with you though, autorun(NOT automount) IS a security risk & I have have it disabled. > > > Is it so hard to edit a text file like rc.conf and add a simple line > > > like this? > > > > > > amd_enable="YES" I edited rc.conf & added the line: amd_enable="YES" However, my devices(Floppy & CDROM) are not automounting after logging in or starting X ??? In the process view of BSD, I have amd as waiting Trying to understand man amd isn't helping. Any ideas ??? I have some other problems as well: 1) Trying to search for a file I get the error: 127# locate mysql locate: database too small: /var/db/locate.database 2) I deleted the installed package xfce4, then added it again but xfce4 still won't start. Is the warnings(about versions) given when I add the package(below) a cause of why it won't start ??? 127# pkg_add xfce4-wm-4.0.5.tgz pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'jpeg-6b_3', but 'jpeg-6b_2' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'python-2.3.4', but 'python-2.3.3_5' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'png-1.2.5_5', but 'png-1.2.5_3' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'glib-2.4.2', but 'glib-2.4.0' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'shared-mime-info-0.14_3', but 'shared-mime-info-0.14_2' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'pango-1.4.0_1', but 'pango-1.4.0' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'gtk-2.4.3_1', but 'gtk-2.4.0' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'startup-notification-0.7', but 'startup-notification-0.6' is installed 3)I am trying to install Apachetoolbox-1.5.70(it may well be a BigApache for BSD :)) - but I get the errors "Command not found" trying to run it: 127# pwd /usr/ports/distfiles/Apachetoolbox-1.5.70 127# ls CHANGE MIRROR bin etc src INSTALL README contrib install.sh 127# ./install. sh ./install.: Command not found. 127# ./install sh ./install: Command not found. 127# ./install ./install: Command not found. then I tried using bash after reading: Install =-=-=-= 1) as root run ./install.sh ****************************************************************************** Solaris/BSD users, the script interpreter of install.sh is BASH (/bin/bash). Bash should be used, YMMV if you change it to /bin/sh. ****************************************************************************** 127# bash bash-2.05# pwd /usr/ports/distfiles/Apachetoolbox-1.5.70 bash-2.05# ls CHANGE MIRROR bin etc src INSTALL README contrib install.sh bash-2.05# ./install bash: ./install: No such file or directory bash-2.05# ./install.sh bash: ./install.sh: bad interpreter: No such file or directory bash-2.05# ./install bash: ./install: No such file or directory Any ideas to these 3 last problems ??? Kind Regards, DK __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 11:51:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE95616A4CE for ; Sun, 1 Aug 2004 11:51:16 +0000 (GMT) Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF72843D64 for ; Sun, 1 Aug 2004 11:51:15 +0000 (GMT) (envelope-from d3c3it-linux@ntlworld.com) Received: from [192.168.0.2] ([213.106.176.107]) by mta02-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040801114944.YWFQ12282.mta02-svc.ntlworld.com@[192.168.0.2]> for ; Sun, 1 Aug 2004 12:49:44 +0100 From: Glyn Tebbutt To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1091361076.8201.2.camel@frozen.lazarus.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 01 Aug 2004 12:51:16 +0100 Content-Transfer-Encoding: 7bit Subject: Quake3 & mouse, silly i know X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 11:51:16 -0000 Hi all i've finally had success with installing freebsd, running -CURRENT & xorg solid now, very pleased indeed. So now im just build my system, with the apps i use etc etc but i have a question, to test the GL out of my nvidia card *which is perfect actually* i tried quake3, the only problem i have is, my mouse doesn't seem to want to work it wont grab it, its a silly question i know, i have search google but havn't found anything relating Thanks everyone -- *-----------------------------------------------------* | Glyn Tebbutt | d3c3it-linux@ntlworld.com | |--------------' http://homepage.ntlworld.com/d3c3it | | Lisa, if you dont like your job you dont strike, | | You just go in everyday and do it really half-assed | | Thats the American way. -Homer Simpson | *-----------------------------------------------------* From owner-freebsd-questions@FreeBSD.ORG Sat Jul 31 19:43:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCC0416A4CE for ; Sat, 31 Jul 2004 19:43:38 +0000 (GMT) Received: from web51802.mail.yahoo.com (web51802.mail.yahoo.com [206.190.38.233]) by mx1.FreeBSD.org (Postfix) with SMTP id 6629D43D1F for ; Sat, 31 Jul 2004 19:43:38 +0000 (GMT) (envelope-from patrick_dkt@yahoo.com.hk) Message-ID: <20040731194337.37249.qmail@web51802.mail.yahoo.com> Received: from [203.168.166.82] by web51802.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 03:43:37 CST Date: Sun, 1 Aug 2004 03:43:37 +0800 (CST) From: =?big5?q?Patrick=20Dung?= To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 01 Aug 2004 12:06:24 +0000 Subject: Curious question about FreeBSD's TCP/IP and SMP locking X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jul 2004 19:43:39 -0000 Hi After browsing the *BSD cvsweb site, I have found that FreeBSD-current's TCPIP code has added locking/mutex in it. I am not programmer but I want to know what is the use of adding so much locks/mutex in the stack? Also, would it make a newbie/beginner feel difficult to understand the code (I mean the TCP/IP part)? Thanks _________________________________________________________ ¥²±þ§Þ¡B¶¼ºq¡B¤p¬P¬P... ®öº©¹aÁn ±¡¤ß³sô http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:10:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7F2A16A4CE for ; Sun, 1 Aug 2004 03:10:49 +0000 (GMT) Received: from web21207.mail.yahoo.com (web21207.mail.yahoo.com [216.136.175.165]) by mx1.FreeBSD.org (Postfix) with SMTP id B6C2543D55 for ; Sun, 1 Aug 2004 03:10:49 +0000 (GMT) (envelope-from adriankok2000@yahoo.com.hk) Message-ID: <20040801031049.6958.qmail@web21207.mail.yahoo.com> Received: from [142.154.115.77] by web21207.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 11:10:49 CST Date: Sun, 1 Aug 2004 11:10:49 +0800 (CST) From: =?iso-8859-1?q?adrian=20kok?= To: Wojciech Puchar In-Reply-To: <20040801011522.K58136@chylonia.3miasto.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 01 Aug 2004 12:06:24 +0000 cc: freebsd-questions@freebsd.org Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 03:10:50 -0000 Hi Can you tell me in details? I need the bandwidth software to create graph in 1G Thank you --- Wojciech Puchar wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Hi all > > > > Do you know there is bandwidth software to support > > Giga ethernet? > > same place where it is to support fast ethernet. > > > > > Thank you very much > > > > > _______________________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com.hk address at > http://mail.english.yahoo.com.hk > > _______________________________________________ > > 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" > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (FreeBSD) > > iD8DBQFBDCggVbTJCKecqu0RAngoAJ4hmm+JMoMOjDPrZdBuy9/ItAwFZACaAxbO > lg5pnOjnazs1VICoGp/aQgI= > =6X6e > -----END PGP SIGNATURE----- > > _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:41:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0553416A4CF for ; Sun, 1 Aug 2004 03:41:59 +0000 (GMT) Received: from web15704.mail.cnb.yahoo.com (web15704.mail.cnb.yahoo.com [202.165.102.71]) by mx1.FreeBSD.org (Postfix) with SMTP id 113F043D2F for ; Sun, 1 Aug 2004 03:41:58 +0000 (GMT) (envelope-from bsd0621@yahoo.com.cn) Message-ID: <20040801034156.876.qmail@web15704.mail.cnb.yahoo.com> Received: from [218.0.213.46] by web15704.mail.cnb.yahoo.com via HTTP; Sun, 01 Aug 2004 11:41:56 CST Date: Sun, 1 Aug 2004 11:41:56 +0800 (CST) From: =?gb2312?q?hong=20yu?= To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Sun, 01 Aug 2004 12:06:24 +0000 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Can i mount a FAT32 partion while boot from live cd(Disc 2)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 03:41:59 -0000 Hi , everyone Can i mount a FAT32 partion while boot from live cd(Disc 2)? --------------------------------- Do You Yahoo!? ÃÀÅ®Ã÷ÐÇÓ¦Óо¡ÓУ¬"Ò»ËÑ"ËѱéÃÀͼ¡¢ÑÞͼºÍ¿áͼ 100Õ×ÓÊÏä¹»²»¹»Óã¿ÑÅ»¢µçÓÊ×ÔÖúÀ©ÈÝ£¡ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 05:28:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C2C16A4CE for ; Sun, 1 Aug 2004 05:28:11 +0000 (GMT) Received: from hotmail.com (bay2-dav10.bay2.hotmail.com [65.54.246.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4929543D6E for ; Sun, 1 Aug 2004 05:28:11 +0000 (GMT) (envelope-from vladtudorache@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 31 Jul 2004 22:28:11 -0700 Received: from 80.97.176.115 by bay2-dav10.bay2.hotmail.com with DAV; Sun, 01 Aug 2004 05:28:10 +0000 X-Originating-IP: [80.97.176.115] X-Originating-Email: [vladtudorache@hotmail.com] X-Sender: vladtudorache@hotmail.com From: "Vlad Tudorache" To: Date: Sun, 1 Aug 2004 08:28:04 +0300 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 01 Aug 2004 05:28:11.0202 (UTC) FILETIME=[55CDBA20:01C47788] X-Mailman-Approved-At: Sun, 01 Aug 2004 12:06:24 +0000 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: GNOME on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 05:28:11 -0000 I'm using kdm as Display Manager with FreeBSD. If I select a GNOME = session as root and then try to restart/shutdown from GNOME the system = hangs (until I press Ctrl-Alt-Del, when reboot sequence continues = normally). How can I avoid this? From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 11:32:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA90E16A4CF for ; Sun, 1 Aug 2004 11:32:01 +0000 (GMT) Received: from web21204.mail.yahoo.com (web21204.mail.yahoo.com [216.136.131.77]) by mx1.FreeBSD.org (Postfix) with SMTP id A1BE543D46 for ; Sun, 1 Aug 2004 11:32:01 +0000 (GMT) (envelope-from adriankok2000@yahoo.com.hk) Message-ID: <20040801113201.46438.qmail@web21204.mail.yahoo.com> Received: from [142.154.100.60] by web21204.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 19:32:01 CST Date: Sun, 1 Aug 2004 19:32:01 +0800 (CST) From: =?iso-8859-1?q?adrian=20kok?= To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 01 Aug 2004 12:06:24 +0000 Subject: support 64 bit CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 11:32:01 -0000 Hi all Can freebsd run on 64 bit CPU? Thank you very much _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 12:09:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F15716A4CE for ; Sun, 1 Aug 2004 12:09:37 +0000 (GMT) Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id E51FA43D62 for ; Sun, 1 Aug 2004 12:09:35 +0000 (GMT) (envelope-from rghf@fsck.me.uk) Received: from jvds.demon.co.uk ([212.228.151.253] helo=jackhammer) by anchor-post-33.mail.demon.net with esmtp (Exim 3.35 #1) id 1BrF9i-0001Oh-0X; Sun, 01 Aug 2004 12:09:34 +0000 Date: Sun, 1 Aug 2004 13:13:08 +0100 (BST) From: Rus Foster X-X-Sender: rghf@jackhammer To: =?iso-8859-1?q?adrian=20kok?= In-Reply-To: <20040801113201.46438.qmail@web21204.mail.yahoo.com> Message-ID: References: <20040801113201.46438.qmail@web21204.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: support 64 bit CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 12:09:37 -0000 On Sun, 1 Aug 2004, [iso-8859-1] adrian kok wrote: > Hi all > > Can freebsd run on 64 bit CPU? > > Thank you very much > Which 64bit CPU? Rus -- e: rghf@vpscolo.com : t: 1-888-327-6330 http://www.jvds.com - Root on your own box http://www.vpscolo.com - Your next hosting company http://jvdsblog.jvds.com - The Life of a Web Host Owner From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 12:39:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 276F716A4CE for ; Sun, 1 Aug 2004 12:39:33 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B658643D5E for ; Sun, 1 Aug 2004 12:39:31 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i71CdQMX029442 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Aug 2004 13:39:26 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i71CdQON029441; Sun, 1 Aug 2004 13:39:26 +0100 (BST) (envelope-from matthew) Date: Sun, 1 Aug 2004 13:39:26 +0100 From: Matthew Seaman To: adrian kok Message-ID: <20040801123926.GB29227@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , adrian kok , freebsd-questions@freebsd.org References: <20040801113201.46438.qmail@web21204.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3uo+9/B/ebqu+fSQ" Content-Disposition: inline In-Reply-To: <20040801113201.46438.qmail@web21204.mail.yahoo.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 01 Aug 2004 13:39:26 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: support 64 bit CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 12:39:33 -0000 --3uo+9/B/ebqu+fSQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 01, 2004 at 07:32:01PM +0800, adrian kok wrote: > Can freebsd run on 64 bit CPU? Yes. Take your pick of AMD64, UltraSparc, Alpha, IA64 and then there's a bunch of other architectures "in progress", including MIPS and PPC. But I'm perplexed as to why you need to ask here when this information is displayed quite prominently right on the front page of the FreeBSD website. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --3uo+9/B/ebqu+fSQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDOR+iD657aJF7eIRAg/KAJ9FUT7+iSLyk2VlcCt/4IovR7RL2wCfaWA/ mLin12pVRJVwpN/e6K4EMMI= =j/9x -----END PGP SIGNATURE----- --3uo+9/B/ebqu+fSQ-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 12:51:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1B1A16A4CE for ; Sun, 1 Aug 2004 12:51:00 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A48243D45 for ; Sun, 1 Aug 2004 12:51:00 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 5EA50813A; Sun, 1 Aug 2004 14:52:26 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31015-01; Sun, 1 Aug 2004 14:52:25 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id E321B80F6; Sun, 1 Aug 2004 14:52:25 +0200 (CEST) From: Jorn Argelo To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 14:50:56 +0200 User-Agent: KMail/1.6.2 References: <1091361076.8201.2.camel@frozen.lazarus.net> In-Reply-To: <1091361076.8201.2.camel@frozen.lazarus.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408011451.07003.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Glyn Tebbutt Subject: Re: Quake3 & mouse, silly i know X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 12:51:01 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 01 August 2004 13:51, Glyn Tebbutt wrote: > Hi all > i've finally had success with installing freebsd, running -CURRENT & > xorg solid now, very pleased indeed. So now im just build my system, > with the apps i use etc etc but i have a question, to test the GL out of > my nvidia card *which is perfect actually* i tried quake3, the only > problem i have is, my mouse doesn't seem to want to work it wont grab > it, its a silly question i know, i have search google but havn't found > anything relating > Thanks everyone Perhaps you should start Quake3 from the command line to see if it spits ou= t=20 any errors regarding your mouse. I played UT2003 on FreeBSD as well, and th= at=20 worked just fine with the mouse. Do note that CURRENT has the bleeding-edge kernel sources, which are often= =20 considered as very instable. If you're not a developer, you will probably b= e=20 better of with a RELEASE (5.2.1) or STABLE (4.10) version of FreeBSD.=20 Cheers, Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDOc0s2lBCry7iusRAgp0AJ9bG4MdCENCyqMYvFgAWFCx8HRCbQCfQipf agdiKk52yWVHzvofCzMpO4M=3D =3DuE/b =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 12:56:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9013A16A4CE for ; Sun, 1 Aug 2004 12:56:11 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 493F543D2F for ; Sun, 1 Aug 2004 12:56:11 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 1472069A71; Sun, 1 Aug 2004 08:55:58 -0400 (EDT) Date: Sun, 1 Aug 2004 08:55:57 -0400 From: Bill Moran To: Morten Liebach Message-Id: <20040801085557.404d0cd6.wmoran@potentialtech.com> In-Reply-To: <20040801092848.GA22860@mongers.org> References: <20040731230425.2284cf83.wmoran@potentialtech.com> <20040801092848.GA22860@mongers.org> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 12:56:11 -0000 Morten Liebach wrote: > On 2004-08-01 00:23:01 -0400, Paul R Culmo wrote: > > On Sat, 31 Jul 2004, Bill Moran wrote: > > > Yes, I think your supfile is wrong. > > > > > > *default release=cvs RELENG_5_2_1_RELEASE > > > > > > ^^^ This line is what I believe is wrong, replace it with these two > > > lines: > > > *default release=cvs > > > *default tag=RELENG_5_2_1_RELEASE > > > > > > Although I would recommend tag=RELENG_5_2_1, but that's you're call. > > It's RELENG_5_2, not RELENG_5_2_1 Oops ... sorry about that. Yeah, trying to grab RELENG_5_2_1 would result in your entire src tree being deleted, since there is not such branch. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 12:57:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB5CC16A4CE for ; Sun, 1 Aug 2004 12:57:15 +0000 (GMT) Received: from lakermmtao03.cox.net (lakermmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED4243D73 for ; Sun, 1 Aug 2004 12:57:15 +0000 (GMT) (envelope-from james.coulter@cox.net) Received: from sabrina ([68.105.58.150]) by lakermmtao03.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040801125657.EAYD17122.lakermmtao03.cox.net@sabrina>; Sun, 1 Aug 2004 08:56:57 -0400 From: "James A. Coulter" To: Date: Sun, 1 Aug 2004 07:58:54 -0500 Message-ID: <001001c477c7$4cdac720$6e01a8c0@sabrina> 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 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal cc: Barbish3@adelphia.net Subject: RE: Firewall Rule Set not allowing access to DNS servers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 12:57:16 -0000 I changed the DNS rules as you suggested, and the firewall works perfectly - thanks very much. This has been a great learning experience for me - thanks to all who responded. Jim C > -----Original Message----- > From: JJB [mailto:Barbish3@adelphia.net] > Sent: Saturday, July 31, 2004 1:08 PM > To: James A. Coulter; freebsd-questions@freebsd.org > Subject: RE: Firewall Rule Set not allowing access to DNS servers? > > > Look back at the ipfw sample rule set and you will see that > there are both udp and tcp protocol access to DSN. Also not > that udp does not use setup keyword. > > # Allow out access to my ISP's Domain name server. > # x.x.x.x must be the IP address of your ISP's DNS > # Dup these lines if your ISP has more than one DNS server > # Get the IP addresses from /etc/resolv.conf file > $cmd 00110 allow tcp from any to x.x.x.x 53 out via $pif > setup keep-state $cmd 00111 allow udp from any to x.x.x.x 53 > out via $pif keep-state > > You DNS rules are > # Allow out access to my ISP's Domain name server. > # x.x.x.x must be the IP address of your ISP's DNS > # Dup these lines if your ISP has more than one DNS server > # Get the IP addresses from /etc/resolv.conf file > $cmd 020 $skip UDP from any to 68.105.161.20 53 out via $pif > setup keep-state $cmd 021 $skip UDP from any to 68.1.18.25 53 > out via $pif setup keep-state $cmd 022 $skip UDP from any to > 68.10.16.30 53 out via $pif setup keep-state > > As you can see you have no tcp protocol statements. > Your udp rules use setup keyword which is only for tcp rules > so your udp packets never match this rule and default to > getting blocked which is why you get log error messages and > you can not access public internet. > > Also if you look closely at the first 4 ipfw log messages you > will see first message is about ip address 193.0.14.129 which is the > primary dns server pointed to by url search pn.at.cox.net in > /etc/resolv.conf > > Change your DNS rules to look like this > > # Allow out access to my ISP's Domain name server. > # x.x.x.x must be the IP address of your ISP's DNS > # Dup these lines if your ISP has more than one DNS server > # Get the IP addresses from /etc/resolv.conf file > $cmd 020 $skip udp from any to 193.0.14.129 53 out via $pif > keep-state $cmd 021 $skip udp from any to 68.1.18.25 53 out > via $pif keep-state $cmd 022 $skip udp from any to > 68.10.16.30 53 out via $pif keep-state $cmd 023 $skip udp > from any to 68.105.161.20 53 out via $pif keep-state $cmd 024 > $skip tcp from any to 193.0.14.129 53 out via $pif setup > keep-state $cmd 025 $skip tcp from any to 68.1.18.25 53 out > via $pif setup keep-state $cmd 026 $skip tcp from any to > 68.10.16.30 53 out via $pif setup keep-state $cmd 027 $skip > tcp from any to 68.105.161.20 53 out via $pif setup keep-state > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of > James A. Coulter > Sent: Saturday, July 31, 2004 1:09 PM > To: Barbish3@adelphia.net; freebsd-questions@freebsd.org > Subject: RE: Firewall Rule Set not allowing access to DNS servers? > > My LAN is configured with static IP addresses, 192.168.1.x. > > I have no problems communicating within the LAN. > > I have full connectivity with the internet from every machine > on my LAN when the firewall is open. > > When I use the rule set in question, I can ping and send mail > but I cannot access the DNS servers listed in resolv.conf. > > These are the same DNS servers placed in resolv.conf when the > firewall is open. > > I'm sorry, but I never said dc1 was my inside nic. > > Again, I appreciate any help with this. The files you > requested follow. > > Here's my ifconfig - a: > > sara# ifconfig -a > dc0: flags=8843 mtu 1500 > inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 > inet6 fe80::204:5aff:fe76:55f0%dc0 prefixlen 64 scopeid 0x1 > ether 00:04:5a:76:55:f0 > media: Ethernet autoselect (100baseTX ) > status: active > dc1: flags=8843 mtu 1500 > inet6 fe80::2a0:ccff:fe33:e1f6%dc1 prefixlen 64 scopeid 0x2 > inet 68.105.58.150 netmask 0xfffffe00 broadcast 68.105.59.255 > ether 00:a0:cc:33:e1:f6 > media: Ethernet autoselect (100baseTX ) > status: active > lp0: flags=8810 mtu 1500 > lo0: flags=8049 mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 > inet 127.0.0.1 netmask 0xff000000 > ppp0: flags=8010 mtu 1500 > sl0: flags=c010 mtu 552 > faith0: flags=8002 mtu 1500 > > Here's resolv.conf: > > sara# more /etc/resolv.conf > search pn.at.cox.net > nameserver 68.105.161.20 > nameserver 68.1.18.25 > nameserver 68.10.16.30 > > Here's the entire rule set I'm trying to use. > > I did follow the comments. > > Please note the variable pif is set to dc1, my outside nic. > > ################ Start of IPFW rules file > ############################### # Flush out the list before > we begin. ipfw -q -f flush # Set rules command prefix > cmd="ipfw -q add" skip="skipto 800" > pif="dc1" # public interface name of Nic card > # facing the public internet > > > > ################################################################# > # No restrictions on Inside Lan Interface for private network > # Change xl0 to your Lan Nic card interface name > ################################################################# > $cmd 005 allow all from any to any via dc0 > > ################################################################# > # No restrictions on Loopback Interface > ################################################################# > $cmd 010 allow all from any to any via lo0 > > ################################################################# > # check if packet is inbound and nat address if it is > ################################################################# > $cmd 014 divert natd ip from any to any in via $pif > > ################################################################# > # Allow the packet through if it has previous been added to > the # the "dynamic" rules table by a allow keep-state > statement. > ################################################################# > $cmd 015 check-state > > ################################################################# > # Interface facing Public internet (Outbound Section) > # Interrogate session start requests originating from behind > the # firewall on the private network or from this gateway > server # destine for the public internet. > ################################################################# > > # Allow out access to my ISP's Domain name server. > # x.x.x.x must be the IP address of your ISP's DNS > # Dup these lines if your ISP has more than one DNS server > # Get the IP addresses from /etc/resolv.conf file > $cmd 020 $skip UDP from any to 68.105.161.20 53 out via $pif > setup keep-state $cmd 021 $skip UDP from any to 68.1.18.25 53 > out via $pif setup keep-state $cmd 022 $skip UDP from any to > 68.10.16.30 53 out via $pif setup keep-state > > # Allow out access to my ISP's DHCP server for cable/DSL > configurations. $cmd 030 $skip udp from any to 172.19.17.22 > 67 out via $pif keep-state > > # Allow out non-secure standard www function > $cmd 040 $skip tcp from any to any 80 out via $pif setup keep-state > > # Allow out secure www function https over TLS SSL > $cmd 050 $skip tcp from any to any 443 out via $pif setup keep-state > > # Allow out send & get email function > $cmd 060 $skip tcp from any to any 25 out via $pif setup > keep-state $cmd 061 $skip tcp from any to any 110 out via > $pif setup keep-state > > # Allow out FBSD (make install & CVSUP) functions > # Basically give user root "GOD" privileges. > $cmd 070 $skip tcp from me to any out via $pif setup > keep-state uid root > > # Allow out ping > $cmd 080 $skip icmp from any to any out via $pif keep-state > > # Allow out Time > $cmd 090 $skip tcp from any to any 37 out via $pif setup keep-state > > # Allow out nntp news (IE: news groups) > $cmd 100 $skip tcp from any to any 119 out via $pif setup keep-state > > # Allow out secure FTP, Telnet, and SCP > # This function is using SSH (secure shell) > $cmd 110 $skip tcp from any to any 22 out via $pif setup keep-state > > # Allow out whois > $cmd 120 $skip tcp from any to any 43 out via $pif setup keep-state > > # Allow ntp time server > $cmd 130 $skip udp from any to any 123 out via $pif keep-state > > ################################################################# > # Interface facing Public internet (Inbound Section) > # Interrogate packets originating from the public internet > # destine for this gateway server or the private network. > ################################################################# > > # Deny all inbound traffic from non-routable reserved address > spaces $cmd 300 deny all from 192.168.0.0/16 to any in via > $pif #RFC 1918 private IP > $cmd 301 deny all from 172.16.0.0/12 to any in via $pif #RFC 1918 > private > IP > $cmd 302 deny all from 10.0.0.0/8 to any in via $pif #RFC 1918 > private > IP > $cmd 303 deny all from 127.0.0.0/8 to any in via $pif #loopback > $cmd 304 deny all from 0.0.0.0/8 to any in via $pif #loopback > $cmd 305 deny all from 169.254.0.0/16 to any in via $pif > #DHCP auto-config > $cmd 306 deny all from 192.0.2.0/24 to any in via $pif #reserved > for > doc's > $cmd 307 deny all from 204.152.64.0/23 to any in via $pif > #Sun cluster > $cmd 308 deny all from 224.0.0.0/3 to any in via $pif #Class D > & E > multicast > > # Deny ident > $cmd 315 deny tcp from any to any 113 in via $pif > > # Deny all Netbios service. 137=name, 138=datagram, > 139=session # Netbios is MS/Windows sharing services. # Block > MS/Windows hosts2 name server requests 81 $cmd 320 deny tcp > from any to any 137 in via $pif $cmd 321 deny tcp from any to > any 138 in via $pif $cmd 322 deny tcp from any to any 139 in > via $pif $cmd 323 deny tcp from any to any 81 in via $pif > > # Deny any late arriving packets > $cmd 330 deny all from any to any frag in via $pif > > # Deny ACK packets that did not match the dynamic rule table > $cmd 332 deny tcp from any to any established in via $pif > > # Allow traffic in from ISP's DHCP server. This rule must > contain # the IP address of your ISP's DHCP server as it's > the only # authorized source to send this packet type. # Only > necessary for cable or DSL configurations. # This rule is not > needed for 'user ppp' type connection to # the public > internet. This is the same IP address you captured # and used > in the outbound section. $cmd 360 allow udp from 172.19.17.22 > to any 68 in via $pif keep-state > > # Allow in standard www function because I have apache server > $cmd 370 allow tcp from any to me 80 in via $pif setup limit > src-addr 2 $cmd 370 allow tcp from any to me 8888 in via $pif > setup limit src-addr 2 > > # Allow in secure FTP, Telnet, and SCP from public Internet > $cmd 380 allow tcp from any to me 22 in via $pif setup limit > src-addr 2 > > # Allow in non-secure Telnet session from public Internet > # labeled non-secure because ID & PW are passed over public > # internet as clear text. > # Delete this sample group if you do not have telnet server > enabled. # $cmd 390 allow tcp from any to me 23 in via $pif > setup limit src-addr 2 > > # Reject & Log all unauthorized incoming connections from the > public internet $cmd 500 deny log all from any to any in via $pif > > # Reject & Log all unauthorized out going connections to the > public internet > > $cmd 550 deny log all from any to any out via $pif > > # This is skipto location for outbound stateful rules > $cmd 800 divert natd ip from any to any out via $pif > $cmd 801 allow ip from any to any > > # Everything else is denied by default > # deny and log all packets that fell through to see what they > are $cmd 999 deny log all from any to any > > > ################ End of IPFW rules file > ############################### > > Here's all of today's security ouput: > > Jul 31 07:50:36 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:1649 193.0.14.129:53 out via dc1 Jul 31 > 07:50:37 sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:2671 > 68.105.161.20:53 out via dc1 Jul 31 07:50:37 sara /kernel: > ipfw: 550 Deny UDP 68.105.58.150:1042 68.1.18.25:53 out via > dc1 Jul 31 07:50:37 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:4365 68.10.16.30:53 out via dc1 Jul 31 07:50:37 > sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:2365 > 68.105.161.20:53 out via dc1 Jul 31 07:50:37 sara /kernel: > ipfw: 550 Deny UDP 68.105.58.150:4325 68.1.18.25:53 out via > dc1 Jul 31 07:50:37 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:3378 68.10.16.30:53 out via dc1 Jul 31 07:50:37 > sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:2952 > 68.105.161.20:53 out via dc1 Jul 31 07:50:37 sara /kernel: > ipfw: 550 Deny UDP 68.105.58.150:1359 68.1.18.25:53 out via > dc1 Jul 31 07:50:37 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:4738 68.10.16.30:53 out via dc1 Jul 31 07:50:37 > sara /kernel: ipfw: limit 10 reached on entry 550 Jul 31 > 07:51:42 sara /kernel: ipfw: 500 Deny TCP 81.56.103.50:3860 > 68.105.58.150:21 in via dc1 Jul 31 07:51:51 sara last message > repeated 2 times Jul 31 07:53:15 sara /kernel: ipfw: 500 Deny > TCP 81.56.103.50:3875 68.105.58.150:21 in via dc1 Jul 31 > 07:53:24 sara last message repeated 2 times Jul 31 07:53:32 > sara /kernel: ipfw: 500 Deny TCP 81.56.103.50:3878 > 68.105.58.150:21 in via dc1 Jul 31 07:53:41 sara last message > repeated 2 times Jul 31 07:53:44 sara /kernel: ipfw: 500 Deny > TCP 81.56.103.50:3881 68.105.58.150:21 in via dc1 Jul 31 > 07:53:44 sara /kernel: ipfw: limit 10 reached on entry 500 > Jul 31 08:13:35 sara /kernel: ipfw: 65000 Deny UDP > 68.1.18.25:53 192.168.1.102:3232 in via dc1 Jul 31 08:13:35 > sara /kernel: ipfw: 65000 Deny UDP 68.105.161.20:53 > 192.168.1.102:3232 in via dc1 Jul 31 08:14:33 sara /kernel: > ipfw: 65000 Deny UDP 10.2.184.1:67 255.255.255.255:68 in via > dc1 Jul 31 08:15:28 sara last message repeated 2 times Jul 31 > 08:15:47 sara last message repeated 5 times Jul 31 08:15:47 > sara /kernel: ipfw: limit 10 reached on entry 65000 Jul 31 > 08:31:20 sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:3534 > 198.41.0.4:53 out via dc1 Jul 31 08:31:21 sara /kernel: ipfw: > 550 Deny UDP 68.105.58.150:3178 68.105.161.20:53 out via dc1 > Jul 31 08:31:21 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:4476 68.1.18.25:53 out via dc1 Jul 31 08:31:21 > sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:4747 > 68.10.16.30:53 out via dc1 Jul 31 08:31:21 sara /kernel: > ipfw: 550 Deny UDP 68.105.58.150:4952 68.105.161.20:53 out > via dc1 Jul 31 08:31:21 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:2260 68.1.18.25:53 out via dc1 Jul 31 08:31:21 > sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:4087 > 68.10.16.30:53 out via dc1 Jul 31 08:31:21 sara /kernel: > ipfw: 550 Deny UDP 68.105.58.150:4914 68.105.161.20:53 out > via dc1 Jul 31 08:31:21 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:1849 68.1.18.25:53 out via dc1 Jul 31 08:31:21 > sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:2220 > 68.10.16.30:53 out via dc1 Jul 31 08:31:21 sara /kernel: > ipfw: limit 10 reached on entry 550 > > Here's rc.conf again: > > # -- sysinstall generated deltas -- > # Sun Jul 4 10:40:48 2004 > # Created: Sun Jul 4 10:40:48 2004 > # Enable network daemons for user convenience. > # Please make all changes to this file, not to > /etc/defaults/rc.conf. # This file now contains just the > overrides from /etc/defaults/rc.conf. > hostname="sara.mshome.net" ifconfig_dc1="DHCP" > ifconfig_dc0="inet 192.168.1.1 netmask 255.255.255.0" > firewall_enable="YES" firewall_script="/etc/ipfw.rules" > firewall_logging="YES" kern_securelevel_enable="NO" > linux_enable="YES" moused_enable="YES" named_enable="YES" > nfs_client_enable="YES" nfs_reserved_port_only="YES" > nfs_server_enable="YES" sendmail_enable="YES" > sshd_enable="YES" usbd_enable="YES" ntpd_enable="YES" > inetd_enable="YES" gateway_enable="YES" natd_enable="YES" > natd_interface="dc1" natd_flags="-dynamic" > > Here's dmesg.boot: > > Copyright (c) 1992-2004 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, > 1993, 1994 > The Regents of the University of California. All > rights reserved. FreeBSD 4.10-RELEASE #8: Fri Jul 30 07:19:43 CDT 2004 > jcoulter@sara.mshome.net:/usr/obj/usr/src/sys/SARA > Timecounter "i8254" frequency 1193182 Hz > CPU: Intel Celeron (634.78-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x686 Stepping = 6 > > Features=0x383f9ff CA,CMOV, > PAT,PSE36,MMX,FXSR,SSE> > real memory = 134201344 (131056K bytes) > avail memory = 127057920 (124080K bytes) > Preloaded elf kernel "kernel" at 0xc0381000. > Pentium Pro MTRR support enabled > md0: Malloc disk > Using $PIR table, 8 entries at 0xc00f0e80 > npx0: on motherboard > npx0: INT 16 interface > pcib0: on motherboard > pci0: on pcib0 > agp0: mem > 0xe4000000-0xe7ffffff at device 0.0 on pci0 > pcib1: at > device 1.0 on pci0 > pci1: on pcib1 > pci1: at 0.0 irq 11 > isab0: at device 4.0 on pci0 > isa0: on isab0 > atapci0: port 0xb800-0xb80f at > device 4.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > uhci0: port > 0xb400-0xb41f irq 9 at device 4.2 on pci0 > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > chip0: port > 0xe800-0xe80f at device 4.3 on pci0 > dc0: port 0xb000-0xb0ff mem > 0xe1000000-0xe10003ff irq 12 at device 10.0 on pci0 > dc0: Ethernet address: 00:04:5a:76:55:f0 > miibus0: on dc0 > ukphy0: on miibus0 > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > dc1: port 0xa800-0xa8ff mem > 0xe0800000-0xe08000ff irq 10 at device 11.0 on pci0 > dc1: Ethernet address: 00:a0:cc:33:e1:f6 > miibus1: on dc1 > dcphy0: on miibus1 > dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > isa0: too many dependant configs (8) > isa0: unexpected small tag 14 > orm0: >#$....=) Sir... the script file is "install.sh" you should run.. "sh install.sh" or "./install.sh". You should not separate sh from install like what you did. Two useful tips with regards to file and filenames in Unix world.. 1. They are CASE sensitive. You should type exactly as it is written. 2. Extensions are just "decorations" unlike in Windows where executables end in .exe In Unix, it doesn't matter how its filename is written. I remember way back in March of this year, the first time I ever installed FreeBSD in my pc, I was also asking most of the questions you've been asking in this list. I have even asked this very dumb question: "Who Am I mailing to??" and received so much soul- uplifting reponses, mostly from the names that have been replying to you lately.. The moral of the story: No question is the "most dumb" or the "most stupid" if you will just ask it in also a "most polite"or "most down-to-earth" manner. I've been reading all of your "rants" lately and just kept quiet because I know that those names that have been replying to you where the kindest, most experienced, most humble persons in this list. I just couldn't imagine how did they ever ran out of their patience and have treated you such a "troll".=) Goodluck sir!! ====================================================== Mark Jayson Alvarez Polytechnic University of the Philippines Bachelor of Science in Information Technology 2000-2004 __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 15:03:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14C3116A4CE for ; Sun, 1 Aug 2004 15:03:25 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 736B143D5F for ; Sun, 1 Aug 2004 15:03:22 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i71F3HJH030759 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Aug 2004 16:03:17 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i71F3H3u030758; Sun, 1 Aug 2004 16:03:17 +0100 (BST) (envelope-from matthew) Date: Sun, 1 Aug 2004 16:03:17 +0100 From: Matthew Seaman To: Joshua Tinnin Message-ID: <20040801150317.GA30653@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Joshua Tinnin , freebsd-questions@freebsd.org References: <20040801114859.8595.qmail@web41009.mail.yahoo.com> <200408010632.57275.krinklyfig@spymac.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <200408010632.57275.krinklyfig@spymac.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 01 Aug 2004 16:03:17 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 15:03:25 -0000 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 01, 2004 at 06:32:57AM -0700, Joshua Tinnin wrote: > However, if you still want to use packages instead of source, I'm pretty = sure=20 > if you use the -r flag with pkg_add it will auto-fetch-and-install the=20 > dependencies you need, as -r signifies to fetch the package remotely - i.= e.,=20 > pkg_add -r xfce4 (I just tried this with another package, and it installe= d=20 > the dependencies for it). pkg_add -r will install any dependencies that are missing, but it won't upgrade any earlier versions of dependencies it finds already installed. For that, use 'portupgrade -PPNa' (which, despite the program name, only operated on packages with that combination of flags) -- but make sure you download a freshly build /usr/ports/INDEX file, or portupgrade won't know what the latest versions of things are. Of course, you'll have to 'pkg_add -r portupgrade' to install portupgrade the first time. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDQY1iD657aJF7eIRAiISAJ4gRwG5lfTVNdzeEZvVsBdxSDu2wgCfTyt+ ecNbuNDoWcD0Zg+LBr+09d0= =ecSC -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 15:13:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1B9416A4CF for ; Sun, 1 Aug 2004 15:13:51 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 074AA43D55 for ; Sun, 1 Aug 2004 15:13:51 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i71FDj5a030899 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Aug 2004 16:13:45 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i71FDja6030898; Sun, 1 Aug 2004 16:13:45 +0100 (BST) (envelope-from matthew) Date: Sun, 1 Aug 2004 16:13:45 +0100 From: Matthew Seaman To: Henrik W Lund Message-ID: <20040801151345.GB30653@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Henrik W Lund , DK , freebsd-questions@freebsd.org References: <20040801111805.3398.qmail@web41013.mail.yahoo.com> <410D7E99.7080705@broadpark.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gatW/ieO32f1wygP" Content-Disposition: inline In-Reply-To: <410D7E99.7080705@broadpark.no> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 01 Aug 2004 16:13:45 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: DK cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 15:13:52 -0000 --gatW/ieO32f1wygP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 01, 2004 at 04:36:57PM -0700, Henrik W Lund wrote: > The command to use is umount, not unmount. >=20 > umount /cdrom >=20 > Don't ask me why they left out the first 'n' there. Because typing the sequence u-n-m at speed is really quite difficult. It's also the reason that it's perl and not pearl. Same as it's hard to type t-h-e correctly all teh time, nad typing a-n-d is a bit of a pain too. Anyone would think that the qwerty keyboard layout was designed to slow down your typing speed... Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --gatW/ieO32f1wygP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDQipiD657aJF7eIRAhOxAJ9LotrfjSfhPRNq/mc3VRUF/Md3igCeOvah vyzSEpdxXILaldX8+KVVUsc= =DvOo -----END PGP SIGNATURE----- --gatW/ieO32f1wygP-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 15:15:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 477C916A4CE for ; Sun, 1 Aug 2004 15:15:25 +0000 (GMT) Received: from ms-smtp-03.nyroc.rr.com (ms-smtp-03.nyroc.rr.com [24.24.2.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F36343D54 for ; Sun, 1 Aug 2004 15:15:13 +0000 (GMT) (envelope-from pculmo@obs2.net) Received: from MicronLinuxBox.obs2.net (roc-66-66-201-1.rochester.rr.com [66.66.201.1])i71FFBv2001434 for ; Sun, 1 Aug 2004 11:15:11 -0400 (EDT) Received: from ns1.obs2.net (ns1.obs2.net [10.200.1.1])i71FHcHf005813 for ; Sun, 1 Aug 2004 11:17:38 -0400 Date: Sun, 1 Aug 2004 11:17:38 -0400 (EDT) From: Paul R Culmo To: freebsd-questions@freebsd.org In-Reply-To: <20040801150332.09EFA16A4E2@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Newbie Problems with cvsup and updating files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 15:15:25 -0000 > It's RELENG_5_2, not RELENG_5_2_1 Thanks all, :) I did manage to try RELENG_5_2_1 and it did wack the entire /usr/src directory after I had reloaded it from CD :) but that's ok I did make a backup up my custom kernel file so I didn't lose anything major. Just took a while waiting for the system to reload the files off the Cd. Not that it relates to this subject but reloading the files from the CD image caused /etc/master.passwd to change, my users that I added to it were gone so I had to re-add them . This wasn't a big deal I was able to fix that on my own. :) -- Regards. Paul R Culmo From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 15:39:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E37C16A4CE for ; Sun, 1 Aug 2004 15:39:30 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 491DB43D62 for ; Sun, 1 Aug 2004 15:39:30 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 53B9169A71; Sun, 1 Aug 2004 11:39:29 -0400 (EDT) Date: Sun, 1 Aug 2004 11:39:28 -0400 From: Bill Moran To: Matthew Seaman Message-Id: <20040801113928.0af56321.wmoran@potentialtech.com> In-Reply-To: <20040801151345.GB30653@happy-idiot-talk.infracaninophile.co.uk> References: <20040801111805.3398.qmail@web41013.mail.yahoo.com> <410D7E99.7080705@broadpark.no> <20040801151345.GB30653@happy-idiot-talk.infracaninophile.co.uk> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: [OT] QWERTY key layout (was Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ???) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 15:39:30 -0000 Matthew Seaman wrote: > On Sun, Aug 01, 2004 at 04:36:57PM -0700, Henrik W Lund wrote: > > > The command to use is umount, not unmount. > > > > umount /cdrom > > > > Don't ask me why they left out the first 'n' there. > > Because typing the sequence u-n-m at speed is really quite difficult. > > It's also the reason that it's perl and not pearl. > > Same as it's hard to type t-h-e correctly all teh time, nad typing > a-n-d is a bit of a pain too. Anyone would think that the qwerty > keyboard layout was designed to slow down your typing speed... I don't remember where, but I read somewhere that the qwerty layout was not designed for raw speed (as some people think) but was designed for speed on _mechanical_ typewriters. i.e. part of it's design is to maximize the possibility that you'll alternate left-hand/right-hand, thus minimizing the possibility that the hammers that fly up and strike the paper won't jam. (probably most of you have never used a truely _manual_ typewriter, and thus don't understand the mechanics ... manual typewriters use hammers, much like a piano, that have the embossed letters on them, and you have to hit the key hard enough to cause the hammer to fly up and strike through the ink ribbon and put the image of the letter on the paper. You also had the possibility that if you tried to type too fast, the next hammer would hit the first hammer as it was on its way down, thus jamming the typewriter and requiring you to stick your hand in the mechanism and unjam it, which meant you probably got ink on your hands ... _unlike_ a piano, all the hammers with the letters on them were angled to strike the ribbon/paper at exactly the same location, thus the possibility of collission was very high.) Anyway ... the fact that the qwerty layout was adopted for electric typerwriters, and later keyboards that don't have the same restrictions as manual typewriters is an unfortunate consequence of "let's use something that everyone already knows." It would have been better if the folks who developed the electric typewriter had used the Dvorak layout, but it's unlikely at this point that the world will switch. If you've never seen a mechanical typewriter, it's an interesting history lesson. It will explain a lot about why the keyboards we use today function they way they do. Just wait until you learn how the SHIFT key used to function! ... I wonder if I still have that old cheapo typerwriter in the attic somewhere ... -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 16:07:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C0616A4CE for ; Sun, 1 Aug 2004 16:07:44 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5893943D5F for ; Sun, 1 Aug 2004 16:07:44 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 4406369A8C; Sun, 1 Aug 2004 12:07:43 -0400 (EDT) Date: Sun, 1 Aug 2004 12:07:42 -0400 From: Bill Moran To: sylvia bowman Message-Id: <20040801120742.036d34b9.wmoran@potentialtech.com> In-Reply-To: <20040801154816.69707.qmail@web53005.mail.yahoo.com> References: <20040801000307.38f8025e.wmoran@potentialtech.com> <20040801154816.69707.qmail@web53005.mail.yahoo.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 16:07:45 -0000 questions@freebsd.org is a mailing list. Please keep the mailing list CCed on all replies. sylvia bowman wrote: > Thanks for answering my email. Believe me this is not a joke. It's > driving me crazy. My tv is hooked up to Cox Cable in Las Vegas, NV. > The channel I'm receiving the message on is CBS. The address looks > something like this: [n:][e:2000101][8A41] What makes you think this address has anything to do with FreeBSD? > I've received other addressess also, but you are the first ones kind > enough to answer me. It begins with a solid black square that almost > completely fills the screen. Then your address scrolls across the top > of the screen. When that one is complete, the same address scrolls > across the screen under the first. It continues until it reaches the > bottom. They just keep moving up and new ones are added at the bottom. > If I click a volume button the addresses stop for a few seconds and then > start up again. I've tried to tape it because everybody else is asleep > and no one believes me, but it won't tape. When I play the tape back I > just get a blurry screen. This is almost definately a problem with Cox. As bizaar as it sounds, somehow it doesn't suprise me. However, I'm sure you got the other emails ... most folks on the mailing list assumed this was some sort of joke. I can't blame them, it sounds pretty silly/crazy. However, most cable companies are using the Internet to transfer their data around. Just like it's possible to crack a MS Windows machine to steal informatin from it, it's probably possible to crack Cox's equipment as well. If I were you, I would contact Cox and bitch them out. Even if someone on the Internet has managed to crack Cox's system to push data to you that they shouldn't be allowed to, it's _Cox_ responsibility to fix it. You may have to use a video camera to capture what's happening, as it's very possible that it's occuring in such a way that your VCR can't capture it. However, it's almost definately not related to FreeBSD, and thus you're unlikely to get very much useful assistance from this mailing list. Despite the fact that Cox is likely not to believe you, then deny that there is a problem, those are the people you need to speak with to get it fixed. Be persistant. If you can't get a response from them, call the local news station and see if they'll be willing to do an expose ... news crews love stuff like this. > Bill Moran wrote:sylvia bowman wrote: > > > I am receiving your email address on my television screen. It happens > > late on Saturday evenings. Can you address this situation, please. > > Sylvia Bowman > > I'm assuming this isn't a joke ... > > This is about the most unlikely thing I've ever heard of. However, if it > really is happening, you're going to have to give a better description of > what you mean. Are you saying that on Saturday evenings your TV screen > says "questions@freebsd.org"? Or that you see FreeBSD emails on your > screen? > > Are you using some sort of webTV? -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 16:11:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B943416A4CE; Sun, 1 Aug 2004 16:11:14 +0000 (GMT) Received: from mail.revolutionsp.com (ganymede.revolutionsp.com [64.246.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A8843D2D; Sun, 1 Aug 2004 16:11:14 +0000 (GMT) (envelope-from klr@6s-gaming.com) Received: from mail.revolutionsp.com (localhost [127.0.0.1]) by mail.revolutionsp.com (Postfix) with ESMTP id AE4D215C95; Sun, 1 Aug 2004 13:08:56 +0000 (GMT) Received: from 81.84.175.12 (SquirrelMail authenticated user klr@6s-gaming.com); by mail.revolutionsp.com with HTTP; Sun, 1 Aug 2004 13:08:56 -0000 (GMT) Message-ID: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> Date: Sun, 1 Aug 2004 13:08:56 -0000 (GMT) From: "Hugo Silva" To: freebsd-smp@freebsd.org, freebsd-questions@FreeBSD.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 16:11:14 -0000 I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE on FreeBSD 5.2.1-RELEASE-p9. Whenever I load the server a bit more (let seti@home run, compile stuff in multiple jails, etc), it will simple go offline. I confirmed with the datacenter and it is indeed a panic, but the datacenter didn't give me the panic message. I know for *sure* it's because of the high loads. I need to sort this out, this is a powerful server being cut because of FreeBSD/SMP, and I know there is a kernel option to prevent the panic, I read about it ages ago on a forum. But I can't locate it. That user said if he disabled SMP, panics would stop. But another user suggested adding a kernel option (which I simply don't remember), and panics stopped, even with SMP. I tried KVA_PAGES=512, but it only caused another panic, this time as soon as the system started up.. syncing disks, buffers remaining... panic: pmap_invalidate_range: interrupts disabled cpuid = 0; boot() called on cpu#0 uptime: 9s That was the most I got from the datacenter since the sysadmin is on vacations and the guy I spoke to isn't very technical. So, KVA_PAGES isn't the solution.. Here are my rc.conf & sysctl.conf & loader.conf: rc.conf: sshd_enable="YES" usbd_enable="YES" sendmail_enable="NONE" syslogd_enable="YES" syslogd_flags="-ss" linux_enable="YES" inetd_enable="NO" clear_tmp_enable="YES" enable_quotas="YES" check_quotas="YES" update_motd="NO" pf_enable="YES" pf_logd="YES" pf_conf="/etc/pf.conf" sysctl.conf: security.bsd.see_other_uids=0 net.inet.tcp.recvspace=32768 net.inet.tcp.sendspace=32768 net.inet.icmp.drop_redirect=1 net.inet.tcp.blackhole=2 net.inet.udp.blackhole=2 net.inet.tcp.log_in_vain=0 net.inet.udp.log_in_vain=0 kern.maxfiles=32768 security.jail.set_hostname_allowed=0 kern.maxfilesperproc=2000 kern.maxprocperuid=400 kern.coredump=0 net.inet.tcp.msl=7500 kern.ipc.somaxconn=16424 loader.conf: hint.acpi.0.disabled=1 kern.ipc.nmbclusters=32768 kern.ipc.maxsockets=16424 kern.maxproc=8000 These are my custom kernel options: options IPSTEALTH options QUOTA options RANDOM_IP_ID options SC_DISABLE_REBOOT Any help is really appreciated, I have this server idling (compile lots of stuff=die) for 2 weeks now :/ Regards From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 16:20:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522F116A4CE for ; Sun, 1 Aug 2004 16:20:40 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B6EE43D46 for ; Sun, 1 Aug 2004 16:20:40 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 3E93269A71 for ; Sun, 1 Aug 2004 12:20:39 -0400 (EDT) Date: Sun, 1 Aug 2004 12:20:38 -0400 From: Bill Moran To: questions@freebsd.org Message-Id: <20040801122038.19be94c2.wmoran@potentialtech.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [OT?] Sun/Java licensing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 16:20:40 -0000 I'm getting lost in Suns marketing-oriented webpages, and I can't seem to find the information I need. I'm going to start doing Java development, and I'm trying to make sure that all my legal ducks are in a row. Can someone point me to a document that explains what's up with Java licensing. I mean, if I install jdk14 to develop java apps, can I resell those apps? There was a warning that said something about not redistributing binaries, but it's too vague to tell me whether that means bytecode genereated by the java compiler, or binaries that would result from me tweaking the jdk itself. I'm looking for a little clarification! TIA. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 16:39:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 805D516A4D1 for ; Sun, 1 Aug 2004 16:39:01 +0000 (GMT) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C62A43D64 for ; Sun, 1 Aug 2004 16:39:00 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id i71Gd0Iw011253 for ; Sun, 1 Aug 2004 09:39:00 -0700 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.10/Submit) id i71Gd0uE011251 for freebsd-questions@freebsd.org; Sun, 1 Aug 2004 09:39:00 -0700 X-Authentication-Warning: hosea.tallye.com: sttng359 set sender to lorenl@alzatex.com using -f Date: Sun, 1 Aug 2004 09:39:00 -0700 From: "Loren M. Lang" To: FreeBSD Mailing list Message-ID: <20040801163900.GA11156@alzatex.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C Subject: Buildworld fails on FreeBSD 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 16:39:01 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable A make buildworld fails to compile FreeBSD 5.2.1-p9 with the warning dereferencing type-punned pointer will break strict-aliasing and -Werror is set. The first library it fails on is libpam compiled staticly. Even if I set -DNO_WERROR to get past libpam, a later part will fail with the same warning, but if I have -DNO_WERROR set for the entire buildworld, it finishes. I've had this problem since I tried to compile 5.2.1-p2 so I haven't been able to upgrade once beyond 5.2.1. I haven't seen anything relevent in the UPDATING file. Relevant make.conf lines: CPUTYPE=3Dp3 CFLAGS=3D-O2 -pipe --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C =20 --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBDRyk+vN6RuSjKAwRAsimAKCfID07sAdlj9NiKyLzkEmr918XHgCg0aJr DPxtNBGixpyKLSHocIyQwK4= =/wHN -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 16:49:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6006C16A4CE for ; Sun, 1 Aug 2004 16:49:00 +0000 (GMT) Received: from mail.giallarhorn.org (orv.dslbr.toad.net [66.159.78.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CFCB43D58 for ; Sun, 1 Aug 2004 16:48:59 +0000 (GMT) (envelope-from technews@giallarhorn.org) Received: from [172.16.1.6] (jord.giallarhorn.org [172.16.1.6]) i71Gr8LU051446; Sun, 1 Aug 2004 12:53:08 -0400 (EDT) (envelope-from technews@giallarhorn.org) Message-ID: <410D1EF8.6010601@giallarhorn.org> Date: Sun, 01 Aug 2004 12:48:56 -0400 From: orv Organization: Giallarhorn.org User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Moran References: <20040801122038.19be94c2.wmoran@potentialtech.com> In-Reply-To: <20040801122038.19be94c2.wmoran@potentialtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.3 required=5.0 tests=AWL autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on sif.giallarhorn.org cc: questions@freebsd.org Subject: Re: [OT?] Sun/Java licensing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 16:49:00 -0000 Bill Moran wrote: > I'm getting lost in Suns marketing-oriented webpages, and I can't seem > to find the information I need. > > I'm going to start doing Java development, and I'm trying to make sure > that all my legal ducks are in a row. Can someone point me to a > document that explains what's up with Java licensing. I mean, if I > install jdk14 to develop java apps, can I resell those apps? There was > a warning that said something about not redistributing binaries, but > it's too vague to tell me whether that means bytecode genereated by > the java compiler, or binaries that would result from me tweaking the > jdk itself. > > I'm looking for a little clarification! > > TIA. > not sure of a specific url that answers your questions. However having been a java developer for a while you can redistribute your app anyway you'd like, however you cannot redistribute SUN's JRE/JDK without their premission. Only apps i've seen that redistribute JRE/JDK are IDE's ... hth From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 16:52:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87E2D16A4CE for ; Sun, 1 Aug 2004 16:52:42 +0000 (GMT) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7EE243D46 for ; Sun, 1 Aug 2004 16:52:41 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id i71GqeIw011369; Sun, 1 Aug 2004 09:52:40 -0700 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.10/Submit) id i71GqbQE011367; Sun, 1 Aug 2004 09:52:37 -0700 X-Authentication-Warning: hosea.tallye.com: sttng359 set sender to lorenl@alzatex.com using -f Date: Sun, 1 Aug 2004 09:52:37 -0700 From: "Loren M. Lang" To: Albert van Dam Message-ID: <20040801165237.GB11156@alzatex.com> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/NkBOFFp2J2Af1nK" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C cc: freebsd-questions@freebsd.org Subject: Re: Multicast Forwarding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 16:52:42 -0000 --/NkBOFFp2J2Af1nK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 22, 2004 at 02:56:41PM +0200, Albert van Dam wrote: > Hi All >=20 > I am a newbie to FreeBSD. >=20 > We have the following setup in a lab environment: > * PC1 (IP: 192.168.10.2/24) connected with cross over to wireless router > A (IP: 192.168.10.1/24 - sis0) > * PC2 (IP: 192.168.20.2/24) connected with cross over to wireless router > B (IP: 192.168.20.1/24 - sis0) > * Wireless router A (IP: 192.168.30.1/24 - wi0) connected with 802.11b > to Wireless router B (IP: 192.168.30.2/24 - wi1) >=20 > PC1 can ping PC2 and PC2 can ping PC1. > Both Wireless router A and Wireless router B runs FreeBSD. The routing > on this works but I cannot get UDP Multicast packets through. I have > read in the FreeBSD docs that mrouted should be running and subsequently > I have it running on both routers. >=20 I think that mrouted will only forward multicast packets that it knows another interface is subscribed to so network A would have to tell the router an IGMP packet subscribing to the multicast channel you're talking on on network B, and vice-versa. Not sure how to generate the IGMP packet, it's been a while since I worked with multicast. > Tcpdump shows the UDP multicast packets on Wireless router A from PC1 on > sis0 and UDP multicast packets on Wireless router B from PC2 on sis0.=20 >=20 > Any help would be greatly appreciated. >=20 > Albert >=20 > _______________________________________________ > 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" --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C =20 --/NkBOFFp2J2Af1nK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBDR/V+vN6RuSjKAwRAvKNAKDG4vmq9fypb6q77y+sl+5hWOPBbACeI7we fakwoR+bdfGgtVuquZu0aZ4= =FTRT -----END PGP SIGNATURE----- --/NkBOFFp2J2Af1nK-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:12:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 984B216A4CE for ; Sun, 1 Aug 2004 17:12:58 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAB7E43D62 for ; Sun, 1 Aug 2004 17:12:53 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id B42F5813A; Sun, 1 Aug 2004 19:14:19 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31900-10; Sun, 1 Aug 2004 19:14:19 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 6280180F6; Sun, 1 Aug 2004 19:14:19 +0200 (CEST) From: Jorn Argelo To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 19:12:49 +0200 User-Agent: KMail/1.6.2 References: <1091361076.8201.2.camel@frozen.lazarus.net> <200408011451.07003.jorn@wcborstel.nl> <1091372131.8201.20.camel@frozen.lazarus.net> In-Reply-To: <1091372131.8201.20.camel@frozen.lazarus.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408011913.00615.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Glyn Tebbutt Subject: Re: Quake3 & mouse, silly i know X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 17:12:58 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [snip] > Just an update, i checked the logs i get > "Failed to detect XF86DGA mouse" > i have a feeling this is because im using xorg Go to your xorg.conf and look at this section: # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSectio As you can see, I have it disabled. If you just remove "omit" then it _shou= ld_=20 load your module.=20 I'm playing Unreal Tournament 2004 all the time on my Gentoo Linux machine,= =20 using Xorg. It runs like a train, never any problems with it. So I don't=20 think that Xorg has no compatibility with XFree86 or anything. Cheers, Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDSSWs2lBCry7iusRAvQKAJ4p8iEOD/vNinpvfb70lIZZ8+4ulwCghE1C Wg8K3UjFIWdsDmRbjKjuBms=3D =3DIDER =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:18:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A6D116A4CF for ; Sun, 1 Aug 2004 17:18:50 +0000 (GMT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB34943D5A for ; Sun, 1 Aug 2004 17:18:49 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040801171849.SCEV28868.out004.verizon.net@[192.168.1.3]>; Sun, 1 Aug 2004 12:18:49 -0500 Message-ID: <410D25F0.1020909@mac.com> Date: Sun, 01 Aug 2004 13:18:40 -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.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Moran References: <20040801122038.19be94c2.wmoran@potentialtech.com> In-Reply-To: <20040801122038.19be94c2.wmoran@potentialtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [68.161.100.95] at Sun, 1 Aug 2004 12:18:49 -0500 cc: questions@freebsd.org Subject: Re: [OT?] Sun/Java licensing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 17:18:50 -0000 Bill Moran wrote: > I'm going to start doing Java development, and I'm trying to make sure > that all my legal ducks are in a row. Can someone point me to a > document that explains what's up with Java licensing. There are two licenses you care about, the one with the Java 1.4 SDK, which says: B. Redistribution. This Agreement does not grant you the right to redistribute Software. Please refer to the following URL for information regarding the redistribution of Software if you are interested in redistribution: http://sun.com/software/products/appsrvr/appsrvr_oem.html ...in other words, Sun would like to sell you a license to run the software in production. However, you don't have to do that if you don't want to, as the other license for the Java Runtime Environment, at: http://java.sun.com/j2se/1.4.2/j2re-1_4_2_05-license.txt ...is freely available, and is what your end-users will need to accept in order to run your programs. > I mean, if I install jdk14 to develop java apps, can I resell those apps? Sure, you own the software you write-- obviously providing you don't include any of Sun's code with your software, indemnify Sun against all evil, etc etc. > There was a warning that said something about not redistributing binaries, > but it's too vague to tell me whether that means bytecode genereated by the > java compiler, or binaries that would result from me tweaking the jdk > itself. That's correct. You're not supposed to tweak the JRE itself, nor write software which changes things like how the java.* and com.sun.* packages work. [ No, Virginia, Java is not OSI open source. :-)] -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:20:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44A0116A4CE; Sun, 1 Aug 2004 17:20:21 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECEB943D5C; Sun, 1 Aug 2004 17:20:20 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 9FD3D813A; Sun, 1 Aug 2004 19:21:47 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32081-09; Sun, 1 Aug 2004 19:21:47 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 5BD5C80F6; Sun, 1 Aug 2004 19:21:47 +0200 (CEST) From: Jorn Argelo To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 19:20:21 +0200 User-Agent: KMail/1.6.2 References: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> In-Reply-To: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408011920.28898.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: freebsd-smp@freebsd.org cc: Hugo Silva Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 17:20:21 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 01 August 2004 15:08, Hugo Silva wrote: > I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE on FreeBSD > 5.2.1-RELEASE-p9. Why aren't you running FreeBSD 4.10 on a machine like that? 5.2.1 is simply= =20 NOT ready for production enviroments. Why do you think it's still considere= d=20 as unstable? Your panic is probably being caused by a bad driver, but of=20 course I can't tell you which one. So get in touch with your data centre and get 4.10 on that machine. It will= =20 probably solve most of your problems. Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDSZXs2lBCry7iusRAjUlAKCqRB/BZ3invP1wxV0EcD/amkdGRACgjUtR 4JW+zZU9g1JZutwBECAfJJM=3D =3Da8U6 =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:32:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5142416A4CE for ; Sun, 1 Aug 2004 17:32:04 +0000 (GMT) Received: from out008.verizon.net (out008pub.verizon.net [206.46.170.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE4F743D5F for ; Sun, 1 Aug 2004 17:32:03 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out008.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040801173203.VBKA8960.out008.verizon.net@[192.168.1.3]>; Sun, 1 Aug 2004 12:32:03 -0500 Message-ID: <410D290A.3080708@mac.com> Date: Sun, 01 Aug 2004 13:31:54 -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.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: adrian kok References: <20040801031049.6958.qmail@web21207.mail.yahoo.com> In-Reply-To: <20040801031049.6958.qmail@web21207.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out008.verizon.net from [68.161.100.95] at Sun, 1 Aug 2004 12:32:02 -0500 cc: freebsd-questions@freebsd.org Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 17:32:04 -0000 adrian kok wrote: > Can you tell me in details? Sure-- if you ask a specific question, you will get a detailed answer. > I need the bandwidth software to create graph in 1G Your question is unclear. You may be asking about drivers for gigabit ethernet NICs (see "man gx", "man bge", "man sk"). Or maybe bandwidth management and traffic shaping (see "man dummynet"), or maybe you're talking about something else like network management tools which produce pretty charts and graphs (see "ls /usr/ports/net-mgmt"). -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:37:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB5B716A4CE for ; Sun, 1 Aug 2004 17:37:36 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B0F343D67 for ; Sun, 1 Aug 2004 17:37:34 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a039.otenet.gr [212.205.215.39]) i71HbVgq020467; Sun, 1 Aug 2004 20:37:31 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i71Hb4wA028437; Sun, 1 Aug 2004 20:37:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i71Hb3j4028436; Sun, 1 Aug 2004 20:37:03 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 1 Aug 2004 20:37:03 +0300 From: Giorgos Keramidas To: DK Message-ID: <20040801173703.GB26989@gothmog.gr> References: <20040728203052.GA32457@gothmog.gr> <20040801111805.3398.qmail@web41013.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040801111805.3398.qmail@web41013.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: Partition Magic & BSD partitions (was: something about Apache) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 17:37:37 -0000 On 2004-08-01 04:18, DK wrote: > Floppy & CD mount OK now, however even though the floppy mounts OK, > when I mount the floppy, I get: > > 127# mount -v -t msdos /dev/fd0 /mnt > /dev/fd0 on /mnt (msdos, local, reads: sync 2 async 0) > > floppy: mount -v -t msdos /dev/fd0c /mnt > CDROM: mount -t cd9660 /dev/acd0c /cdrom > > However, I can't seem to unmount them. I get "Command not found". > 127# unmount /cdrom > unmount: Command not found. There is no "unmount" command. Try "umount" without the extra 'n'. > > > When I run partition magic in Win2000, its says that I have a BAD > > > partition. Doing some searching, found that BSD messes up something > > > with the sizes of the geometry of the selected partitions(slices) - > > > still don't know how to fix this ??? > > > > Don't "fix" anything. It's more likely that just Partition Magic that > > is brain-damaged and cannot read the BSD partition properly. > > No, partition magic can read the BSD partition correctly. PM is saying > the whole primary parition (both Windows 2000 + FBSD) is BAD (nothing > to do with surface errors) I don't know anything about your partition table so I can't say for sure if PartitionMagic has gone nuts or not. I do remember it had "issues" with BSD slices, but that was about a year ago. I don't use PM so knowing if these issues are resolved now is impossible for me. > I can't remember where I read it (BSD site or book, will look later) > but when you make the slices, the sizes must add up to a certain > divisable number, otherwise part of the partition (small number like > 1024kb) will be unusable. Thats why PM is saying that the whole > partition is BAD. But I don't know how to fix this ??? Use the "fdisk" command on your disk to print the partition table and show me the output. You should see something like this: # fdisk /dev/ad0 ******* Working on device /dev/ad0 ******* parameters extracted from in-core disklabel are: cylinders=87233 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=87233 heads=16 sectors/track=63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 63, size 1012032 (494 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 62/ head 254/ sector 63 The data for partition 2 is: sysid 6 (0x06),(Primary 'big' DOS (>= 32MB)) start 1012095, size 2040255 (996 Meg), flag 0 beg: cyl 63/ head 0/ sector 1; end: cyl 189/ head 254/ sector 63 The data for partition 3 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 3052350, size 84871395 (41441 Meg), flag 0 beg: cyl 190/ head 0/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 4 is: - Giorgos From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:49:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 514C316A4CE for ; Sun, 1 Aug 2004 17:49:33 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8936243D58 for ; Sun, 1 Aug 2004 17:49:32 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a039.otenet.gr [212.205.215.39]) i71HnRxg024819; Sun, 1 Aug 2004 20:49:28 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i71Hn1x0028517; Sun, 1 Aug 2004 20:49:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i71Hn100028516; Sun, 1 Aug 2004 20:49:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 1 Aug 2004 20:49:00 +0300 From: Giorgos Keramidas To: DK Message-ID: <20040801174900.GC26989@gothmog.gr> References: <20040729164153.GC4084@orion.daedalusnetworks.priv> <20040801114859.8595.qmail@web41009.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040801114859.8595.qmail@web41009.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 17:49:33 -0000 On 2004-08-01 04:48, DK wrote: > I edited rc.conf & added the line: amd_enable="YES" > > However, my devices(Floppy & CDROM) are not automounting after logging > in or starting X ??? You have to tell amd what devices to automount and where by creating a proper amd.conf file. See the amd.conf(5) manual page: $ man 5 amd.conf > 1) Trying to search for a file I get the error: > > 127# locate mysql > locate: database too small: /var/db/locate.database Your 'locate' database is out of date or is empty. Try logging in as root and manually firing up the script that periodically updates it: # /etc/periodic/weekly/310.locate Then you'll be able to use "locate" as expected. This should have already run if you kept your machine up at least a week, but you probably haven't so run it manually ;-) > 2) I deleted the installed package xfce4, then added it again but xfce4 still > won't start. Is the warnings(about versions) given when I add the > package(below) a cause of why it won't start ??? > > 127# pkg_add xfce4-wm-4.0.5.tgz > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'jpeg-6b_3', but 'jpeg-6b_2' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'python-2.3.4', but 'python-2.3.3_5' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'png-1.2.5_5', but 'png-1.2.5_3' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'glib-2.4.2', but 'glib-2.4.0' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'shared-mime-info-0.14_3', but 'shared-mime-info-0.14_2' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'pango-1.4.0_1', but 'pango-1.4.0' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'gtk-2.4.3_1', but 'gtk-2.4.0' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'startup-notification-0.7', but 'startup-notification-0.6' is installed You have lots of old (out of date) packages installed. Have you gotten your FreeBSD workstation to connect to the network yet? If yes, you can install `portupgrade' and use it to update all your packages/ports to their latest versions. This is probably not why xfce doesn't work though. The sysutils/xfce4-utils package installs a command called "startxfce4". AFAIK, this is the program that fires up xfce. When you install that package (as part of the dependency list of xfce4) you should be able to use xfce4 as your desktop by editing your ~/.xinitrc file and making sure that the last command it runs is: exec startxfce4 If the .xinitrc script already contains other 'exec' commands, for instance to start Windowmaker, like this one: $ cat -n .xinitrc | tail -2 49 50 exec wmaker you might want to comment out or delete those to make sure they don't stop startxfce4 from running. > 3)I am trying to install Apachetoolbox-1.5.70(it may well be a > BigApache for BSD :)) - but I get the errors "Command not found" > trying to run it: > > 127# pwd > /usr/ports/distfiles/Apachetoolbox-1.5.70 > 127# ls > CHANGE MIRROR bin etc src > INSTALL README contrib install.sh > 127# ./install. sh > ./install.: Command not found. > 127# ./install sh > ./install: Command not found. > 127# ./install > ./install: Command not found. This is not the proper way to install ports or packages in FreeBSD. Please, refer to the Handbook section on ports and packages for details. > [snip irrelevant attempts to force bash to do something mysterious] > > Any ideas to these 3 last problems ??? Yes, read the Handbook for instructions on installing ports/packages :/ - Giorgos From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:55:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C10416A4CE for ; Sun, 1 Aug 2004 17:55:53 +0000 (GMT) Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84E6943D60 for ; Sun, 1 Aug 2004 17:55:52 +0000 (GMT) (envelope-from d3c3it-linux@ntlworld.com) Received: from [192.168.0.2] ([213.106.176.107]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040801175602.KGZN9519.mta06-svc.ntlworld.com@[192.168.0.2]> for ; Sun, 1 Aug 2004 18:56:02 +0100 From: Glyn Tebbutt To: freebsd-questions@freebsd.org In-Reply-To: <200408011913.00615.jorn@wcborstel.nl> References: <1091361076.8201.2.camel@frozen.lazarus.net> <200408011451.07003.jorn@wcborstel.nl> <1091372131.8201.20.camel@frozen.lazarus.net> <200408011913.00615.jorn@wcborstel.nl> Content-Type: text/plain Message-Id: <1091382954.8109.1.camel@frozen.lazarus.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 01 Aug 2004 18:55:54 +0100 Content-Transfer-Encoding: 7bit Subject: Re: Quake3 & mouse, silly i know X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 17:55:53 -0000 On Sun, 2004-08-01 at 18:12, Jorn Argelo wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > [snip] > > > Just an update, i checked the logs i get > > "Failed to detect XF86DGA mouse" > > i have a feeling this is because im using xorg > > Go to your xorg.conf and look at this section: > > # This loads the miscellaneous extensions module, and disables > # initialisation of the XFree86-DGA extension within that module. > SubSection "extmod" > Option "omit xfree86-dga" # don't initialise the DGA extension > EndSubSectio > > As you can see, I have it disabled. If you just remove "omit" then it _should_ > load your module. > > I'm playing Unreal Tournament 2004 all the time on my Gentoo Linux machine, > using Xorg. It runs like a train, never any problems with it. So I don't > think that Xorg has no compatibility with XFree86 or anything. > > Cheers, > > Jorn > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFBDSSWs2lBCry7iusRAvQKAJ4p8iEOD/vNinpvfb70lIZZ8+4ulwCghE1C > Wg8K3UjFIWdsDmRbjKjuBms= > =IDER > -----END PGP SIGNATURE----- > _______________________________________________ > 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" That fixed it thanks, well as per my other message, im having to go back to 5.2.1 because the gcc in -current breaks a couple of gnome ports *really important to me as its all the programs i use lol* -- *-----------------------------------------------------* | Glyn Tebbutt | d3c3it-linux@ntlworld.com | |--------------' http://homepage.ntlworld.com/d3c3it | | Lisa, if you dont like your job you dont strike, | | You just go in everyday and do it really half-assed | | Thats the American way. -Homer Simpson | *-----------------------------------------------------* From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 18:01:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CAD116A4CE for ; Sun, 1 Aug 2004 18:01:27 +0000 (GMT) Received: from mail.revolutionsp.com (ganymede.revolutionsp.com [64.246.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46D043D5D for ; Sun, 1 Aug 2004 18:01:26 +0000 (GMT) (envelope-from klr@6s-gaming.com) Received: from mail.revolutionsp.com (localhost [127.0.0.1]) by mail.revolutionsp.com (Postfix) with ESMTP id 3919F15C9C for ; Sun, 1 Aug 2004 14:59:09 +0000 (GMT) Received: from 81.84.175.12 (SquirrelMail authenticated user klr@6s-gaming.com); by mail.revolutionsp.com with HTTP; Sun, 1 Aug 2004 14:59:09 -0000 (GMT) Message-ID: <51005.81.84.175.12.1091372349.squirrel@81.84.175.12> In-Reply-To: <200408011920.28898.jorn@wcborstel.nl> References: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> <200408011920.28898.jorn@wcborstel.nl> Date: Sun, 1 Aug 2004 14:59:09 -0000 (GMT) From: "Hugo Silva" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 18:01:27 -0000 4.10 won't work with the current hardware on the server, and I wanted to try 5.2.1 because of the improved SMP. I know there is a solution for this by adding a kernel option, but i'm completely CLUELESS. Can anyone give a hint? > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sunday 01 August 2004 15:08, Hugo Silva wrote: >> I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE on FreeBSD >> 5.2.1-RELEASE-p9. > > Why aren't you running FreeBSD 4.10 on a machine like that? 5.2.1 is > simply > NOT ready for production enviroments. Why do you think it's still > considered > as unstable? Your panic is probably being caused by a bad driver, but of > course I can't tell you which one. > > So get in touch with your data centre and get 4.10 on that machine. It > will > probably solve most of your problems. > > Jorn > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFBDSZXs2lBCry7iusRAjUlAKCqRB/BZ3invP1wxV0EcD/amkdGRACgjUtR > 4JW+zZU9g1JZutwBECAfJJM=a8U6 > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-smp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-smp > To unsubscribe, send any mail to "freebsd-smp-unsubscribe@freebsd.org" > -- www.6s-gaming.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 18:02:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8F4316A4CE for ; Sun, 1 Aug 2004 18:02:01 +0000 (GMT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E83A43D62 for ; Sun, 1 Aug 2004 18:02:01 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040801180200.SIDP28868.out004.verizon.net@[192.168.1.3]>; Sun, 1 Aug 2004 13:02:00 -0500 Message-ID: <410D300F.5080102@mac.com> Date: Sun, 01 Aug 2004 14:01:51 -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.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Patrick Dung References: <20040731194337.37249.qmail@web51802.mail.yahoo.com> In-Reply-To: <20040731194337.37249.qmail@web51802.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [68.161.100.95] at Sun, 1 Aug 2004 13:02:00 -0500 cc: freebsd-questions@freebsd.org Subject: Re: Curious question about FreeBSD's TCP/IP and SMP locking X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 18:02:01 -0000 Patrick Dung wrote: > I am not programmer but I want to know what is the use > of adding so much locks/mutex in the stack? So that it works properly under SMP. Concurrent programming is really hard to do. > Also, would it make a newbie/beginner feel difficult to > understand the code (I mean the TCP/IP part)? Why, yes, certainly it does. Beyond that, the size of the code involved implies something about the complexity: 8-epia# wc -l /usr/src/sys/netinet/tcp_input.c 3349 /usr/src/sys/netinet/tcp_input.c -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 18:04:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31CCC16A4CE for ; Sun, 1 Aug 2004 18:04:00 +0000 (GMT) Received: from mailspool.ops.uunet.co.za (mailspool.ops.uunet.co.za [196.7.0.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id A839343D2F for ; Sun, 1 Aug 2004 18:03:57 +0000 (GMT) (envelope-from albert@ipdevelopers.co.za) Received: from vic-dial-196-31-178-51.mweb.co.za ([196.31.178.51] helo=hvd) by mailspool.ops.uunet.co.za with esmtp (Exim 3.36 #1) id 1BrKgd-000OpY-00; Sun, 01 Aug 2004 20:03:56 +0200 From: "Albert van Dam" To: "'Loren M. Lang'" Date: Sun, 1 Aug 2004 20:04:31 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal In-Reply-To: <20040801165237.GB11156@alzatex.com> cc: freebsd-questions@freebsd.org Subject: RE: Multicast Forwarding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 18:04:00 -0000 Loren We managed to get it working on the 23rd of July. Mrouted does forward multicast packets as long as at least two machines join a multicast session. The one channel on one of our routers were stuffed so we replaced the router and it worked fine from there. Albert -----Original Message----- From: Loren M. Lang [mailto:lorenl@alzatex.com] Sent: 01 August 2004 18:53 To: Albert van Dam Cc: freebsd-questions@freebsd.org Subject: Re: Multicast Forwarding On Thu, Jul 22, 2004 at 02:56:41PM +0200, Albert van Dam wrote: > Hi All > > I am a newbie to FreeBSD. > > We have the following setup in a lab environment: > * PC1 (IP: 192.168.10.2/24) connected with cross over to wireless > router A (IP: 192.168.10.1/24 - sis0) > * PC2 (IP: 192.168.20.2/24) connected with cross over to wireless > router B (IP: 192.168.20.1/24 - sis0) > * Wireless router A (IP: 192.168.30.1/24 - wi0) connected with 802.11b > to Wireless router B (IP: 192.168.30.2/24 - wi1) > > PC1 can ping PC2 and PC2 can ping PC1. > Both Wireless router A and Wireless router B runs FreeBSD. The routing > on this works but I cannot get UDP Multicast packets through. I have > read in the FreeBSD docs that mrouted should be running and > subsequently I have it running on both routers. > I think that mrouted will only forward multicast packets that it knows another interface is subscribed to so network A would have to tell the router an IGMP packet subscribing to the multicast channel you're talking on on network B, and vice-versa. Not sure how to generate the IGMP packet, it's been a while since I worked with multicast. > Tcpdump shows the UDP multicast packets on Wireless router A from PC1 > on sis0 and UDP multicast packets on Wireless router B from PC2 on > sis0. > > Any help would be greatly appreciated. > > Albert > > _______________________________________________ > 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 sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 18:25:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B370216A4CE for ; Sun, 1 Aug 2004 18:25:12 +0000 (GMT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4819E43D67 for ; Sun, 1 Aug 2004 18:25:12 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040801182511.RUX26805.out003.verizon.net@[192.168.1.3]>; Sun, 1 Aug 2004 13:25:11 -0500 Message-ID: <410D357E.3090602@mac.com> Date: Sun, 01 Aug 2004 14:25:02 -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.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: 3BSD References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [68.161.100.95] at Sun, 1 Aug 2004 13:25:11 -0500 cc: freebsd-questions@freebsd.org Subject: Re: Claiming that the list's e-mail showed up on her TV X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 18:25:12 -0000 3BSD wrote: > I think anyone who replies to that address is getting subscribed to a > spam list. Please don't reply. Heh, good advice but how could you notice the difference? Anyone who mails anything to any list is getting subscribed to spam these days. Ditto for any address you use even only for private mail, if it gets put into the address book of a Windows user who gets virusized. :-( -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 18:58:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA8C516A4CE for ; Sun, 1 Aug 2004 18:58:36 +0000 (GMT) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.122.132.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0745D43D66 for ; Sun, 1 Aug 2004 18:58:36 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [::ffff:192.168.11.22]) by nagual.st with esmtp; Sun, 01 Aug 2004 20:58:34 +0200 Date: Sun, 1 Aug 2004 20:57:57 +0200 From: dick hoogendijk To: freebsd-questions@freebsd.org Message-Id: <20040801205757.7b2a1d4e.dick@nagual.st> Organization: nagual SiTe X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: OOo packages for FreeBSD porting <-> projects.imp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 18:58:36 -0000 Hello, Normally I download the FreeBSd packages (4.10R) on http://projects.imp.ch but the lates version they have for fbsd-4.10 is OOo-1.1.0_1 On the openoffice site I followed some links to the porting.openoffice.org for freebsd and saw packages for freebsd-4.10 OOO-version 1.1.2 which is quite higher than on imp.ch Can someone tell me if it's OK to upgrade or should I just stay with the packages from projects.imp.ch? FWIW, the latter work fine ;-) -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.10 ++ Debian GNU/Linux (Woody) + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:30:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D679F16A4CE for ; Sun, 1 Aug 2004 20:30:41 +0000 (GMT) Received: from zumba.com (200-103-247-052.ctame7042.dsl.brasiltelecom.net.br [200.103.247.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B1243D6B for ; Sun, 1 Aug 2004 20:30:40 +0000 (GMT) (envelope-from zumba@zumba.com) Received: from zumba.com (localhost.com [127.0.0.1]) by zumba.com (8.12.9/8.12.9) with ESMTP id i71KUcmN001194 for ; Sun, 1 Aug 2004 17:30:38 -0300 (BRT) (envelope-from zumba@zumba.com) Received: by zumba.com (8.12.9/8.12.9/Submit) id i71KUbbg001193 for freebsd-questions@freebsd.org; Sun, 1 Aug 2004 17:30:37 -0300 (BRT) From: "Paulo Fonseca Jr." To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 17:30:36 -0300 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408011730.36934.paulofonsecajr@terra.com.br> Subject: lpd and apsfilter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 20:30:41 -0000 I was installed apsfilter with lpd here with printcap setting as: lp|deskjet;r=300x300;q=draft;c=full;p=letter;m=auto:\ :lp=/dev/ulpt0:\ :if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\ :sd=/var/spool/lpd/lp:\ :lf=/var/spool/lpd/lp/log:\ :af=/var/spool/lpd/lp/acct:\ :mx#0:\ :sh: /dev/ulpt0 is recognized by usbdevs and jobs are being queued but printer not works, not even sign, but job are being unqueued after about few seconds. (dmesg) ulpt0: hp deskjet 3420, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode Please, help me. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:32:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1F2316A4CE; Sun, 1 Aug 2004 20:32:17 +0000 (GMT) Received: from structbio.vanderbilt.edu (reef.structbio.Vanderbilt.Edu [160.129.138.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02E0243D60; Sun, 1 Aug 2004 20:32:15 +0000 (GMT) (envelope-from bandix@home.funnyvalentine.net) Received: from home.funnyvalentine.net (adsl-065-007-237-012.sip.bna.bellsouth.net [65.7.237.12]) i71KWARg005909 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 1 Aug 2004 15:32:11 -0500 Received: (from bandix@localhost) by home.funnyvalentine.net (8.12.10/8.12.10/Submit) id i71KW5SZ061919; Sun, 1 Aug 2004 15:32:05 -0500 (CDT) (envelope-from bandix) Date: Sun, 1 Aug 2004 15:32:05 -0500 From: "Brandon D. Valentine" To: adp Message-ID: <20040801203205.GA61836@brandon.dvalentine.com> References: <00dd01c47775$0087df40$0200a8c0@THEBOX> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00dd01c47775$0087df40$0200a8c0@THEBOX> User-Agent: Mutt/1.5.6i cc: freebsd-database@freebsd.org cc: freebsd-hackers@freebsd.org cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 20:32:17 -0000 On Sat, Jul 31, 2004 at 10:08:32PM -0500, adp wrote: > Any help on this? Googling shows a long history of people having these > problems but no solutions. Please don't give me a URL to a Google showing > others having this problem--I've seen that and more. I want to know if there > is a solution. Any help is appreciated! When this happens are you able to attach truss or gdb to the process? This is impossible to diagnosis without some kind of debugging information. Brandon D. Valentine -- brandon@dvalentine.com http://www.geekpunk.net Pseudo-Random Googlism: summer is slowly losing its grip From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:32:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4075416A4CE for ; Sun, 1 Aug 2004 20:32:53 +0000 (GMT) Received: from public.comradeburnout.com (net-6621941-196.customer.corenap.com [66.219.41.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B882E43D3F for ; Sun, 1 Aug 2004 20:32:52 +0000 (GMT) (envelope-from geektron@comradeburnout.com) Received: from [127.0.0.1] (adsl-67-65-12-193.dsl.austtx.swbell.net [67.65.12.193]) by public.comradeburnout.com (Postfix) with ESMTP id 23D6860E3 for ; Sun, 1 Aug 2004 15:41:41 -0500 (CDT) Message-ID: <410D516C.8070106@comradeburnout.com> Date: Sun, 01 Aug 2004 15:24:12 -0500 From: Comrade Burnout User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 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: FreeBSD 5.2.1 port dependencies (PHP/PEAR) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 20:32:53 -0000 i recently upgraded some machines to FreeBSD 5.2.1-STABLE, and trying to install the PEAR objects (PHP stuff). I've looked through the INDEX file in my local ports collection, and the PEAR tree is looking for: php4-4.3.4 whereas mod_php4 and any of the other (non-PEAR ) PHP ports are looking for: mod_php4-4.3.4,1 when i try to use pkg_add ... i get the following: burnt# pkg_add -r pear-DB Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/pear-DB.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/All/php4-4.3.4_2.tbz... Done. pkg_add: package 'php4-4.3.4_2' conflicts with mod_php4-4.3.4_2,1 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'php4-4.3.4_2' failed! is there a way to tweak the Makefile locally to force the PEAR install to use the existing PHP version? everything on my new machine works with the existing PHP setup *but* one site that uses the PEAR classes. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:52:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C5B816A4CE for ; Sun, 1 Aug 2004 20:52:33 +0000 (GMT) Received: from mirrorball.thelosingend.net (m069c.studby.ntnu.no [129.241.130.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 49DFC43D5E for ; Sun, 1 Aug 2004 20:52:32 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: (qmail 64510 invoked by uid 1001); 1 Aug 2004 20:52:30 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 1 Aug 2004 20:52:30 -0000 Date: Sun, 1 Aug 2004 22:52:30 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@mirrorball.thelosingend.net To: Bill Moran In-Reply-To: <20040801113928.0af56321.wmoran@potentialtech.com> Message-ID: <20040801224658.P51819@mirrorball.thelosingend.net> References: <20040801111805.3398.qmail@web41013.mail.yahoo.com> <20040801151345.GB30653@happy-idiot-talk.infracaninophile.co.uk> <20040801113928.0af56321.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: [OT] QWERTY key layout (was Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ???) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 01 Aug 2004 20:52:33 -0000 [Bill Moran, 2004-08-01] > I don't remember where, but I read somewhere that the qwerty layout > was not designed for raw speed (as some people think) but was designed > for speed on _mechanical_ typewriters. i.e. part of it's design is > to maximize the possibility that you'll alternate left-hand/right-hand, > thus minimizing the possibility that the hammers that fly up and strike > the paper won't jam. (probably most of you have never used a truely > _manual_ typewriter, and thus don't understand the mechanics ... This is probably not true (that most of us have never used one of those, that is.) It's not -that- long, since these were in common use, probably just 20 years. And even though I'm not alot older than that myself, most people my age have seen and played with one of those as a kid. Everyone had one in the attic, if not your parents, at least your grand parent. I can, by the way, confirm what you've read. The qwerty layout -is- indeed designed to make typing slow, in order to minimize the posibility of a jam From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:55:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B73116A4CE for ; Sun, 1 Aug 2004 20:55:01 +0000 (GMT) Received: from blair.epifora.com (blair.epifora.com [207.139.168.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB4243D5F for ; Sun, 1 Aug 2004 20:55:00 +0000 (GMT) (envelope-from drvince@anonymnet.net) Received: from localhost (localhost.epifora.com [127.0.0.1]) by blair.epifora.com (Postfix) with ESMTP id 127341659EA for ; Sun, 1 Aug 2004 16:55:29 -0400 (EDT) Received: from mail.anonymnet.net ([205.205.52.19]) by localhost (blair.epifora.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00279-02 for ; Sun, 1 Aug 2004 16:55:26 -0400 (EDT) Received: from mail.anonymnet.net (mail.anonymnet.net [205.205.52.19]) by mail.anonymnet.net (Postfix) with ESMTP id 702961659E7 for ; Sun, 1 Aug 2004 16:55:26 -0400 (EDT) From: "DrVince" To: questions@FreeBSD.org Date: Sun, 1 Aug 2004 15:55:26 -0500 Message-Id: <20040801205434.M34609@anonymnet.net> In-Reply-To: <20040731224242.55683.qmail@web21204.mail.yahoo.com> References: <20040731224242.55683.qmail@web21204.mail.yahoo.com> X-Mailer: Open WebMail 2.30 20040131 X-OriginatingIP: 205.205.52.19 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 20:55:01 -0000 On Sun, 1 Aug 2004 06:42:42 +0800 (CST), adrian kok wrote > Do you know there is bandwidth software to support > Giga ethernet? What do you mean by "bandwidth sortware"? DrVince From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:59:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 785F516A4CF for ; Sun, 1 Aug 2004 20:59:48 +0000 (GMT) Received: from blair.epifora.com (blair.epifora.com [207.139.168.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id B989F43D45 for ; Sun, 1 Aug 2004 20:59:47 +0000 (GMT) (envelope-from drvince@anonymnet.net) Received: from localhost (localhost.epifora.com [127.0.0.1]) by blair.epifora.com (Postfix) with ESMTP id A0CFD165935 for ; Sun, 1 Aug 2004 17:00:16 -0400 (EDT) Received: from mail.anonymnet.net ([205.205.52.19]) by localhost (blair.epifora.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00279-05 for ; Sun, 1 Aug 2004 17:00:15 -0400 (EDT) Received: from mail.anonymnet.net (mail.anonymnet.net [205.205.52.19]) by mail.anonymnet.net (Postfix) with ESMTP id B23791659E9 for ; Sun, 1 Aug 2004 17:00:14 -0400 (EDT) From: "DrVince" To: freebsd-questions@FreeBSD.org Date: Sun, 1 Aug 2004 16:00:14 -0500 Message-Id: <20040801205952.M87998@anonymnet.net> In-Reply-To: <1248149814.20040731221547@poczta.fm> References: <1248149814.20040731221547@poczta.fm> X-Mailer: Open WebMail 2.30 20040131 X-OriginatingIP: 205.205.52.19 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Re: where can I get ISO IMAGE OF newest FREEBSD ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 20:59:48 -0000 On Sat, 31 Jul 2004 22:15:47 +0200, Undisclosed_Recipient wrote > where can I get ISO IMAGE OF newest FREEBSD ? FreeBSD offers the ISO of releases. If you want other ISOs you have to make them yourself. You need a working computer with a FreeBSD installed. Fetch the sources (cvsup). Optionnally update your system from these sources (may prevent glitches). Go to /usr/src/release/ and build from there. There are some infos around the web to help you from that point. DrVince From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 21:02:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84B4816A4CE for ; Sun, 1 Aug 2004 21:02:35 +0000 (GMT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E9743D1F for ; Sun, 1 Aug 2004 21:02:35 +0000 (GMT) (envelope-from leblanc@keyslapper.org) Received: from localhost ([141.154.19.31]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040801210234.BPQP26805.out003.verizon.net@localhost> for ; Sun, 1 Aug 2004 16:02:34 -0500 Received: from keyslapper.org (localhost [127.0.0.1]) by localhost (8.12.11/8.12.11) with ESMTP id i71L2h9a039512 for ; Sun, 1 Aug 2004 17:02:43 -0400 (EDT) (envelope-from leblanc@keyslapper.org) Received: (from leblanc@localhost) by keyslapper.org (8.12.11/8.12.11/Submit) id i71L2gvQ039511 for freebsd-questions@FreeBSD.org; Sun, 1 Aug 2004 17:02:42 -0400 (EDT) (envelope-from leblanc) Date: Sun, 1 Aug 2004 17:02:42 -0400 From: Louis LeBlanc To: FreeBSD Questions Message-ID: <20040801210242.GC35481@keyslapper.org> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.6i X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [141.154.19.31] at Sun, 1 Aug 2004 16:02:33 -0500 Subject: multiple fxp nics - how do I make them play nice? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 21:02:35 -0000 Hey again everyone. I'm trying to get two network cards working on the same FreeBSD 5.2.1 box, which would normally be pretty trivial, except they're both on the fxp driver. I have them booting up, but As I suspected, the onboard nic dropped down to fpx1 while the newly installed nic hijacked fpx0. Here's the relevant info from /var/run/dmesg.boot: fxp0: port 0xdf00-0xdf1f mem 0xfce00000-0xfcefffff,0xf8000000-0xf8000fff irq 21 at device 0.0 on pci2 fxp0: Ethernet address 00:a0:c9:74:12:48 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: port 0xdf40-0xdf7f mem 0xfcdef000-0xfcdeffff irq 20 at device 8.0 on pci2 fxp1: Ethernet address 00:11:11:02:20:43 miibus1: on fxp1 inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto The ethernet addresses are what tells me the nics swapped out. Before installing the second nic, fxp0 (the onboard nic) was falling on irq 20 with ethernet address 00:11:11:01:20:43. I guess I don't really care all that much, but just to be sure they don't try connecting the wrong network if the other dies, I'd like to force them to a specific device. I vaguely remember something about hints in /boot/device.hints but I'm not sure I like the idea of 'guessing' the right way to do this. I didn't find it in the FAQ or the FM, but I know that doesn't mean it's not there. I'd appreciate the pointer or the quick and dirty howto. TIA Lou -- Louis LeBlanc FreeBSD@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ QOTD: "What do you mean, you had the dog fixed? Just what made you think he was broken!" From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 21:15:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2163D16A50A for ; Sun, 1 Aug 2004 21:15:38 +0000 (GMT) Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA75843D54 for ; Sun, 1 Aug 2004 21:15:37 +0000 (GMT) (envelope-from rperry4@earthlink.net) Received: from dialup-4.250.42.78.dial1.weehawken1.level3.net ([4.250.42.78]) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BrNg8-0006Zi-00 for freebsd-questions@freebsd.org; Sun, 01 Aug 2004 14:15:37 -0700 Message-ID: <410D5E07.7040102@earthlink.net> Date: Sun, 01 Aug 2004 17:17:59 -0400 From: Bob Perry User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040731 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-Questions Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Help Connecting NT 4.0 to Internet via LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 21:15:38 -0000 Trying to reinstall Windows NT 4.0 and reconnect it to the internet via LAN with FreeBSD 4.9 as the server. I had previously attempted to repair a corrupted system file in my NT box but was unsuccessful. I ended up reinstalling back to the original Service Pack 1. My plan now is to upgrade the IE browser and OS on-line but I'm having trouble getting the browser to work. At this stage, the NT box can ping web sites successfully using their IP address but not the URL name. The browser will search and find a website but eventually responds with "Could not open ..." Would appreciate any troubleshooting advice you have time to relay. Thanks, Bob Perry. -- I've learned that whatever hits the fan will not be evenly distributed. FreeBSD 4.9-RELEASE-p2 #0 From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 21:55:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D7816A4CF for ; Sun, 1 Aug 2004 21:55:28 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D27043D5C for ; Sun, 1 Aug 2004 21:55:27 +0000 (GMT) (envelope-from henrik.w.lund@broadpark.no) Received: from [10.0.0.3] (52.80-202-129.nextgentel.com [80.202.129.52]) by mail.broadpark.no (Postfix) with ESMTP id DA9EB3079; Sun, 1 Aug 2004 23:55:58 +0200 (MEST) Message-ID: <410DE543.2080105@broadpark.no> Date: Sun, 01 Aug 2004 23:54:59 -0700 From: Henrik W Lund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: nb, en-us, en MIME-Version: 1.0 To: Bill Moran References: <20040801111805.3398.qmail@web41013.mail.yahoo.com> <410D7E99.7080705@broadpark.no> <20040801151345.GB30653@happy-idiot-talk.infracaninophile.co.uk> <20040801113928.0af56321.wmoran@potentialtech.com> In-Reply-To: <20040801113928.0af56321.wmoran@potentialtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: [OT] QWERTY key layout (was Re: BigApache for Windows - Whydoesn't BSD have an installerpackage like this ???) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 21:55:28 -0000 Bill Moran wrote: >Matthew Seaman wrote: > > > >>On Sun, Aug 01, 2004 at 04:36:57PM -0700, Henrik W Lund wrote: >> >> >> >>>The command to use is umount, not unmount. >>> >>>umount /cdrom >>> >>>Don't ask me why they left out the first 'n' there. >>> >>> >>Because typing the sequence u-n-m at speed is really quite difficult. >> >>It's also the reason that it's perl and not pearl. >> >>Same as it's hard to type t-h-e correctly all teh time, nad typing >>a-n-d is a bit of a pain too. Anyone would think that the qwerty >>keyboard layout was designed to slow down your typing speed... >> >> > >I don't remember where, but I read somewhere that the qwerty layout >was not designed for raw speed (as some people think) but was designed >for speed on _mechanical_ typewriters. i.e. part of it's design is >to maximize the possibility that you'll alternate left-hand/right-hand, >thus minimizing the possibility that the hammers that fly up and strike >the paper won't jam. (probably most of you have never used a truely >_manual_ typewriter, and thus don't understand the mechanics ... >manual typewriters use hammers, much like a piano, that have the embossed >letters on them, and you have to hit the key hard enough to cause the >hammer to fly up and strike through the ink ribbon and put the image of >the letter on the paper. You also had the possibility that if you tried >to type too fast, the next hammer would hit the first hammer as it was >on its way down, thus jamming the typewriter and requiring you to stick >your hand in the mechanism and unjam it, which meant you probably got >ink on your hands ... _unlike_ a piano, all the hammers with the letters >on them were angled to strike the ribbon/paper at exactly the same >location, thus the possibility of collission was very high.) > >Anyway ... the fact that the qwerty layout was adopted for electric >typerwriters, and later keyboards that don't have the same restrictions as >manual typewriters is an unfortunate consequence of "let's use something >that everyone already knows." It would have been better if the folks who >developed the electric typewriter had used the Dvorak layout, but it's >unlikely at this point that the world will switch. > >If you've never seen a mechanical typewriter, it's an interesting history >lesson. It will explain a lot about why the keyboards we use today function >they way they do. Just wait until you learn how the SHIFT key used to >function! ... I wonder if I still have that old cheapo typerwriter in >the attic somewhere ... > > > I remember those!! I used to love hammering as many keys at the same time as I could. My parents would spend ages "unjamming" it afterwards. :-D -Henrik W Lund From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 21:55:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE6F16A4CE; Sun, 1 Aug 2004 21:55:37 +0000 (GMT) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC48243D4C; Sun, 1 Aug 2004 21:55:37 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from neo.jnielsen.net (jn@c-24-2-72-123.client.comcast.net [24.2.72.123]) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id i71LtbPB017103; Sun, 1 Aug 2004 14:55:37 -0700 (PDT) (envelope-from lists@jnielsen.net) Received: from stealth-10-3-2-2.local (stealth@stealth-10-3-2-2.local [10.3.2.2]) by neo.jnielsen.net (8.12.10/8.12.10) with ESMTP id i71Ltalm048661; Sun, 1 Aug 2004 15:55:36 -0600 (MDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-hackers@freebsd.org Date: Sun, 1 Aug 2004 15:54:51 -0600 User-Agent: KMail/1.6.2 References: <00dd01c47775$0087df40$0200a8c0@THEBOX> In-Reply-To: <00dd01c47775$0087df40$0200a8c0@THEBOX> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408011554.51630.lists@jnielsen.net> X-Virus-Scanned: clamd / ClamAV version 0.75, clamav-milter version 0.75 on ns1.jnielsen.net X-Virus-Status: Clean cc: adp cc: freebsd-database@freebsd.org cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 21:55:38 -0000 On Saturday 31 July 2004 21:08, adp wrote: > I recently posted the following message to MySQL discussion list. The > response there, and the one I keep finding on Google, is that this is a > long-standing issue betweeen FreeBSD and MySQL. For me this has been > happening since FreeBSD 4.4. I don't have any additional info about the problem, but as you say it does seem to be a long-standing issue. The hosting company I use (johncompanies.com -- highly recommended) has a "nanny" script that you may find useful: http://www.johncompanies.com/collocation/knowledge/freebsd_mysqld_nanny.txt HTH, JN From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:16:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B217F16A4CE for ; Sun, 1 Aug 2004 22:16:15 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 890B543D31 for ; Sun, 1 Aug 2004 22:16:15 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 6DDC669A71; Sun, 1 Aug 2004 18:16:14 -0400 (EDT) Date: Sun, 1 Aug 2004 18:16:13 -0400 From: Bill Moran To: Bob Perry Message-Id: <20040801181613.47d65fdc.wmoran@potentialtech.com> In-Reply-To: <410D5E07.7040102@earthlink.net> References: <410D5E07.7040102@earthlink.net> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Help Connecting NT 4.0 to Internet via LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 22:16:15 -0000 Bob Perry wrote: > Trying to reinstall Windows NT 4.0 and reconnect it to the internet via LAN > with FreeBSD 4.9 as the server. > > I had previously attempted to repair a corrupted system file in my NT box > but was unsuccessful. I ended up reinstalling back to the original Service > Pack 1. My plan now is to upgrade the IE browser and OS on-line but I'm > having trouble getting the browser to work. > > At this stage, the NT box can ping web sites successfully using > their IP address but not the URL name. Sounds like your DNS is not set up on the NT box. Set up your DNS on the NT box, and all should be well. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:21:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EFE116A4CE for ; Sun, 1 Aug 2004 22:21:02 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 304EA43D5F for ; Sun, 1 Aug 2004 22:20:57 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i71MKar5029075; Mon, 2 Aug 2004 00:20:36 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i71MKTDU029062; Mon, 2 Aug 2004 00:20:36 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Mon, 2 Aug 2004 00:20:27 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: =?iso-8859-1?q?adrian=20kok?= In-Reply-To: <20040801031049.6958.qmail@web21207.mail.yahoo.com> Message-ID: <20040802001746.B28854@chylonia.3miasto.net> References: <20040801031049.6958.qmail@web21207.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 22:21:02 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > Can you tell me in details? > > I need the bandwidth software to create graph in 1G quite unclear question. you ipfw to create counters for what you need, read it regularly (cron etc.), then process data to greate some graphs etc. (maybe gnuplot). Possibly there are something that will do this for you. if you like just to get how big traffic goes through interface you may use systat to take data. anyway - it doesn't mean if it's 9600bps ppp link of ethernet or gigabit ethernet -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFBDWytVbTJCKecqu0RAus2AJ95EnQc695UYVmrEFFCCD7YNMzKnQCfSLri d0Cya4oUFXlp9xrx4tVGTAM= =XCbU -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:21:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C590D16A4CE for ; Sun, 1 Aug 2004 22:21:51 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FD8B43D5C for ; Sun, 1 Aug 2004 22:21:46 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i71MLRr5029173; Mon, 2 Aug 2004 00:21:27 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i71MLRsx029170; Mon, 2 Aug 2004 00:21:27 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Mon, 2 Aug 2004 00:21:26 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: Bob Perry In-Reply-To: <410D5E07.7040102@earthlink.net> Message-ID: <20040802002117.H28854@chylonia.3miasto.net> References: <410D5E07.7040102@earthlink.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD-Questions Subject: Re: Help Connecting NT 4.0 to Internet via LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 22:21:51 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > I had previously attempted to repair a corrupted system file in my NT box > but was unsuccessful. I ended up reinstalling back to the original Service > Pack 1. My plan now is to upgrade the IE browser and OS on-line but I'm > having trouble getting the browser to work. > > At this stage, the NT box can ping web sites successfully using > their IP address but not the URL name. The browser will search and find > a website but eventually responds with "Could not open ..." > > Would appreciate any troubleshooting advice you have time to relay. > DNS doesn't work for you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFBDWznVbTJCKecqu0RAlmXAKCEQu1LOvA8iM3S7z2Pi7c7LrlCIwCggveg Qi4gRLa4OQHLJe5H2yI5ExE= =4mKe -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:22:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0240516A4CF; Sun, 1 Aug 2004 22:22:00 +0000 (GMT) Received: from museful.corp.yahoo.com (museful.corp.yahoo.com [216.145.52.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF40843D49; Sun, 1 Aug 2004 22:21:59 +0000 (GMT) (envelope-from jzawodn@yahoo-inc.com) Received: (from jzawodn@localhost) by museful.corp.yahoo.com (8.11.6/8.11.1) id i71MLrG87859; Sun, 1 Aug 2004 15:21:53 -0700 (PDT) (envelope-from jzawodn) Date: Sun, 1 Aug 2004 15:21:53 -0700 From: Jeremy Zawodny To: adp Message-ID: <20040801152153.B53045@yahoo-inc.com> References: <00dd01c47775$0087df40$0200a8c0@THEBOX> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <00dd01c47775$0087df40$0200a8c0@THEBOX>; from dap99@i-55.com on Sat, Jul 31, 2004 at 10:08:32PM -0500 cc: freebsd-database@freebsd.org cc: freebsd-hackers@freebsd.org cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 22:22:00 -0000 On Sat, Jul 31, 2004 at 10:08:32PM -0500, adp wrote: > I recently posted the following message to MySQL discussion list. The > response there, and the one I keep finding on Google, is that this is a > long-standing issue betweeen FreeBSD and MySQL. For me this has been > happening since FreeBSD 4.4. > > I have one site where we are going to have to move to Linux. I would much > prefer keeping us on FreeBSD, but we just can't afford the downtime anymore. > Another site is looking at moving to PostgreSQL on FreeBSD. That's too bad. MySQL can run quite well on FreeBSD. > I have several MySQL and FreeBSD installs across a few different sites, and > I consistently have problems with mysqld. It will begin to eat up all of the > CPU and eventually become unresponsive (or the machine will just burn). I > can't seem to manually reproduce this, but given enough time a FreeBSD box > with mysqld will go down. Yes, it's FreeBSD's broken DNS libraries. Add skip-name-resolve to your my.cnf and the problem will probably go away. Jeremy -- Jeremy D. Zawodny, Technical Yahoo - Yahoo MySQL Geek Desk: (408) 349-7878 Cell: (408) 685-5936 From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:40:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 476E716A4CE for ; Sun, 1 Aug 2004 22:40:38 +0000 (GMT) Received: from mail.snowfall.se (guldivar.globalwire.se [212.112.184.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6988443D68 for ; Sun, 1 Aug 2004 22:40:37 +0000 (GMT) (envelope-from stefan@snowfall.se) Received: by mail.snowfall.se (Postfix, from userid 1001) id 4E05637; Mon, 2 Aug 2004 00:40:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.snowfall.se (Postfix) with ESMTP id 4A73F2B for ; Mon, 2 Aug 2004 00:40:16 +0200 (CEST) Date: Mon, 2 Aug 2004 00:40:16 +0200 (CEST) From: Stefan Cars To: questions@freebsd.org Message-ID: <20040802003827.B38226@pluring.snowfall.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Keyboard problems (connecting keyboard after boot) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 22:40:38 -0000 Hi! I would like to be able to connect the keyboard after boot. It seems this is the way the ERA (Enhanced Remote Access) works on our Dell machines, is it possible to get this work ? I've seen somewhere that if the PS/2 isn't plugged in at boot FreeBSD defaults to USB, is it possible to change this behavior. ? Kind Regards, Stefan Cars -- Stefan Cars Snowfall Communications http://www.snowfall.se Tel: +46 (0)18 430 80 50 - Direct: +46 (0)18 430 80 51 Mobile: +46 (0)708 44 36 00 - Fax: +46 (0)708 44 36 04 From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:44:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5364616A4CE for ; Sun, 1 Aug 2004 22:44:33 +0000 (GMT) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.122.132.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB69843D58 for ; Sun, 1 Aug 2004 22:44:32 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [::ffff:192.168.11.22]) by nagual.st with esmtp; Mon, 02 Aug 2004 00:44:32 +0200 Date: Mon, 2 Aug 2004 00:43:54 +0200 From: dick hoogendijk To: freebsd-questions@freebsd.org Message-Id: <20040802004354.7f29c118.dick@nagual.st> Organization: nagual SiTe X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: make index problems.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 22:44:33 -0000 Usely I do something like this: # cd /root # cvsup -g -L 2 /root/ports.supfile # cd /usr/ports # make index # portsdb -u It always worked like a charm.. But this night after cvsup and a 'make index' I ran portsdb -u and almost every portentry was deleted because some error about 10 fieldnames needed ???? The result was that almost every portname became unknown to portupgrade.. I ran make index a second and a third time with the same results.. Can't figure out what's wrong all of a sudden.. I "fixed it" running "portsdb -Uu" --> this resulted in a good /usr/ports/INDEX and a good index.db file. Any ideas why the "make index" stopped working? -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.10 ++ Debian GNU/Linux (Woody) + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:45:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDF8316A4CE for ; Sun, 1 Aug 2004 22:45:02 +0000 (GMT) Received: from ns9.webhostsg.com (ns9.webhostsg.com [203.117.178.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63FDC43D60 for ; Sun, 1 Aug 2004 22:45:01 +0000 (GMT) (envelope-from sales@spnets.com) X-ClientAddr: 202.156.225.36 Received: from SPWORKS (cm36.gamma225.maxonline.com.sg [202.156.225.36]) by ns9.webhostsg.com (8.11.6/8.11.6) with SMTP id i71Misb06072 for ; Mon, 2 Aug 2004 06:44:54 +0800 Message-ID: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> From: "SP Network Solutions" To: Date: Mon, 2 Aug 2004 06:45:50 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-ns9.webhostsg.com-MailScanner-Information: Please contact the ISP for more information X-ns9.webhostsg.com-MailScanner: Found to be clean X-ns9.webhostsg.com-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.401, required 6, BAYES_00 -4.90, DEAR_SOMETHING 2.30, HTML_MESSAGE 0.10, RCVD_IN_SORBS 0.10) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: upgrading gcc-2.95 to gcc-3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 22:45:02 -0000 Dear Sirs, Currently my machine (FreeBSD 4.1) using gcc-2.95 which is running = perfectly. however, I need to upgrade it to gcc-3.3 which i've did via = /usr/ports/lang/gcc33 everything when smooth and installed. but when I type gcc -v it still show gcc version 2.95 How do I get the new gcc-3.3 to run, what do i need to do or any = configuration line, comands etc to make it work thank you adrian. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:49:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87FEB16A4CE for ; Sun, 1 Aug 2004 22:49:50 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5984D43D5C for ; Sun, 1 Aug 2004 22:49:50 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq50-163.dial.allstream.net [216.123.143.3]) by outbox.allstream.net (Allstream MTA) with SMTP id E9C9F5D27; Sun, 1 Aug 2004 18:49:48 -0400 (EDT) Date: Sun, 1 Aug 2004 18:49:17 -0400 From: epilogue To: dick hoogendijk Message-Id: <20040801184917.1a680e04@localhost> In-Reply-To: <20040801205757.7b2a1d4e.dick@nagual.st> References: <20040801205757.7b2a1d4e.dick@nagual.st> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: OOo packages for FreeBSD porting <-> projects.imp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 22:49:50 -0000 On Sun, 1 Aug 2004 20:57:57 +0200 dick hoogendijk wrote: > Hello, > > Normally I download the FreeBSd packages (4.10R) on > http://projects.imp.ch but the lates version they have for fbsd-4.10 is > OOo-1.1.0_1 > On the openoffice site I followed some links to the > porting.openoffice.org for freebsd and saw packages for freebsd-4.10 > OOO-version 1.1.2 which is quite higher than on imp.ch > > Can someone tell me if it's OK to upgrade or should I just stay with the > packages from projects.imp.ch? FWIW, the latter work fine ;-) the packages you find below should be just fine: http://porting.openoffice.org/freebsd/ enjoy. > -- > dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE > ++ Running FreeBSD 4.10 ++ Debian GNU/Linux (Woody) > + 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" > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 23:09:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9418F16A4CE for ; Sun, 1 Aug 2004 23:09:24 +0000 (GMT) Received: from web61309.mail.yahoo.com (web61309.mail.yahoo.com [216.155.196.152]) by mx1.FreeBSD.org (Postfix) with SMTP id 2513643D69 for ; Sun, 1 Aug 2004 23:09:24 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Message-ID: <20040801230923.65116.qmail@web61309.mail.yahoo.com> Received: from [67.34.130.149] by web61309.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 16:09:23 PDT Date: Sun, 1 Aug 2004 16:09:23 -0700 (PDT) From: stheg olloydson To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: klr@6s-gaming.com Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 23:09:24 -0000 it was said: >4.10 won't work with the current hardware on the >server, and I wanted to >try 5.2.1 because of the improved SMP. > >I know there is a solution for this by adding a >kernel option, but i'm >completely CLUELESS. > >Can anyone give a hint? > > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On Sunday 01 August 2004 15:08, Hugo Silva wrote: >>> I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE >on FreeBSD >>> 5.2.1-RELEASE-p9. >> >> Why aren't you running FreeBSD 4.10 on a machine >like that? 5.2.1 is >> simply >> NOT ready for production enviroments. Why do you >think it's still >> considered >> as unstable? Your panic is probably being caused by >a bad driver, but of >> course I can't tell you which one. >> >> So get in touch with your data centre and get 4.10 >on that machine. It >> will >> probably solve most of your problems. >> >> Jorn Hello, I hate to tell you this, but I think your problem may be worse than you think. On the other hand, its solution is close: http://www.freebsd.org/releases/5.3R/todo.html Refer to item 2 under "show stopper defects". HTH, Stheg __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 23:16:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEE7D16A4CE for ; Sun, 1 Aug 2004 23:16:41 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A120D43D60 for ; Sun, 1 Aug 2004 23:16:40 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 10582 invoked by uid 89); 1 Aug 2004 23:16:39 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 1 Aug 2004 23:16:39 -0000 Received: from localhost (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 31EC533A; Mon, 2 Aug 2004 02:16:37 +0300 (EEST) Received: from it.buh.tecnik93.com ([127.0.0.1]) by localhost (it.buh.tecnik93.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 68176-08; Mon, 2 Aug 2004 02:16:36 +0300 (EEST) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id 8CFB7B0; Mon, 2 Aug 2004 02:16:36 +0300 (EEST) Date: Mon, 2 Aug 2004 02:16:36 +0300 From: Ion-Mihai Tetcu To: "SP Network Solutions" Message-Id: <20040802021636.6a2f414e@it.buh.tecnik93.com> In-Reply-To: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> References: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: freebsd-questions@freebsd.org Subject: Re: upgrading gcc-2.95 to gcc-3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 23:16:41 -0000 On Mon, 2 Aug 2004 06:45:50 +0800 "SP Network Solutions" wrote: > Dear Sirs, > > Currently my machine (FreeBSD 4.1) using gcc-2.95 which is running > perfectly. however, I need to upgrade it to gcc-3.3 which i've did via > /usr/ports/lang/gcc33 > > everything when smooth and installed. > > but when I type gcc -v it still show gcc version 2.95 > How do I get the new gcc-3.3 to run, what do i need to do or any > configuration line, comands etc to make it work `which gcc` would point you to the right direction ;-) -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 23:30:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71B7916A4CE for ; Sun, 1 Aug 2004 23:30:34 +0000 (GMT) Received: from ns1.tcbug.org (12-218-40-24.client.mchsi.com [12.218.40.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39DBD43D1D for ; Sun, 1 Aug 2004 23:30:32 +0000 (GMT) (envelope-from friar_josh@tcbug.org) Received: from [10.0.0.10] (unknown [10.0.0.10]) by ns1.tcbug.org (Postfix) with ESMTP id CCE4EBA53 for ; Sun, 1 Aug 2004 18:30:44 -0500 (CDT) From: Josh Paetzel To: questions@freebsd.org Date: Sun, 1 Aug 2004 18:29:58 -0500 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408011829.58952.friar_josh@tcbug.org> Subject: Way OT programming question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 23:30:34 -0000 I've been muddling through some of the source files for FreeBSD 5.2.1-RELEASE, and I've noticed that a large number of .c files in /usr/src have something similar to below in them: #ifndef lint #if 0 static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; #endif #endif /* not lint */ #include __FBSDID("$FreeBSD: src/bin/cat/cat.c,v 1.29 2003/04/30 17:40:28 obrien Exp $"); 1) Isn't 'if 0' always negative? 2) What is the __FBSDID line doing? -- Thanks, Josh Paetzel From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 23:37:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD51416A4CE for ; Sun, 1 Aug 2004 23:37:44 +0000 (GMT) Received: from web61304.mail.yahoo.com (web61304.mail.yahoo.com [216.155.196.147]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D2A243D66 for ; Sun, 1 Aug 2004 23:37:44 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Message-ID: <20040801233743.19588.qmail@web61304.mail.yahoo.com> Received: from [67.34.130.149] by web61304.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 16:37:43 PDT Date: Sun, 1 Aug 2004 16:37:43 -0700 (PDT) From: stheg olloydson To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: sylviabow@yahoo.com Subject: [OT] Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 23:37:44 -0000 it was said: >questions@freebsd.org is a mailing list. Please keep >the mailing list >CCed on all replies. > >sylvia bowman wrote: > >> Thanks for answering my email. Believe me this is >not a joke. It's >> driving me crazy. My tv is hooked up to Cox Cable >in Las Vegas, NV. >> The channel I'm receiving the message on is CBS. >The address looks >> something like this: [n:][e:2000101][8A41] > >What makes you think this address has anything to do >with FreeBSD? > >> I've received other addressess also, but you are >the first ones kind >> enough to answer me. It begins with a solid black >> start up again. I've tried to tape it because >everybody else is asleep >> and no one believes me, but it won't tape. When I >play the tape back I >> just get a blurry screen. Hello, What you have there is an ingress problem. The question is what's causing it. It may be due to signal leakage in the actual cable. If so, your neighbors should see the same thing at the same time you do. Ask them. Either way, Cox needs to test the coax from your set top box all the way to the optical node. Have someone come out with a strength meter. It may be a noisy tap, and they won't find that testing from the headend. The fact you can't tape it, though, is interesting and suggests that the signal isn't coming through the cable. Perhaps someone within wireless range is doing something that they ought to be doing better, and your tuner is picking it up. That would be an FCC problem. HTH, Stheg PS. BTW, why _do_ you think "[n:][e:2000101][8A41]" is related to FreeBSD? __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 23:59:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 805BE16A4CE for ; Sun, 1 Aug 2004 23:59:54 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EDAE43D6E for ; Sun, 1 Aug 2004 23:59:53 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 17883 invoked by uid 89); 1 Aug 2004 23:59:52 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 1 Aug 2004 23:59:52 -0000 Received: from localhost (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 178D2139; Mon, 2 Aug 2004 02:59:45 +0300 (EEST) Received: from it.buh.tecnik93.com ([127.0.0.1]) by localhost (it.buh.tecnik93.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03807-07; Mon, 2 Aug 2004 02:59:44 +0300 (EEST) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id AEE121C; Mon, 2 Aug 2004 02:59:41 +0300 (EEST) Date: Mon, 2 Aug 2004 02:59:41 +0300 From: Ion-Mihai Tetcu To: Malcolm Kay Message-Id: <20040802025941.15ab93f4@it.buh.tecnik93.com> In-Reply-To: <200408011217.29531.malcolm.kay@internode.on.net> References: <200407301304.i6UD4F97022469@northgate.starhub.net.sg> <410BDA5F.30907@freebsd.org> <20040731182129.GA63332@gothmog.gr> <200408011217.29531.malcolm.kay@internode.on.net> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: Giorgos Keramidas cc: freebsd-questions@freebsd.org cc: Mark Ovens Subject: Re: backspace and delete keys behavior X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 23:59:54 -0000 On Sun, 1 Aug 2004 12:17:29 +0930 Malcolm Kay wrote: > Don't fool with xmodmap; it will work against you in applications -- just > bind the key sequence in your shell (tcsh?) > $ bindkey "^[[3~" delete-char yey, thanks -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 00:15:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2963716A4CE for ; Mon, 2 Aug 2004 00:15:30 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5504143D67 for ; Mon, 2 Aug 2004 00:15:29 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 28122 invoked by uid 89); 2 Aug 2004 00:15:28 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 2 Aug 2004 00:15:28 -0000 Received: from localhost (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 2268833E; Mon, 2 Aug 2004 03:15:26 +0300 (EEST) Received: from it.buh.tecnik93.com ([127.0.0.1]) by localhost (it.buh.tecnik93.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09974-09; Mon, 2 Aug 2004 03:15:25 +0300 (EEST) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id 8E30414A; Mon, 2 Aug 2004 03:15:25 +0300 (EEST) Date: Mon, 2 Aug 2004 03:15:25 +0300 From: Ion-Mihai Tetcu To: "SP Network Solutions" , questions@freebsd.org Message-Id: <20040802031525.7ccbb8db@it.buh.tecnik93.com> In-Reply-To: <000701c4781e$cf54a700$0e01a8c0@SPWORKS> References: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> <20040802021636.6a2f414e@it.buh.tecnik93.com> <000701c4781e$cf54a700$0e01a8c0@SPWORKS> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro Subject: Re: upgrading gcc-2.95 to gcc-3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 00:15:30 -0000 [ cc'ed back questions@ ] [ top posting detected, reordering content ] On Mon, 2 Aug 2004 07:25:19 +0800 "SP Network Solutions" wrote: > ----- Original Message ----- > From: "Ion-Mihai Tetcu" > To: "SP Network Solutions" > Cc: > Sent: Monday, August 02, 2004 7:16 AM > Subject: Re: upgrading gcc-2.95 to gcc-3.3 > > > > On Mon, 2 Aug 2004 06:45:50 +0800 > > "SP Network Solutions" wrote: > > > > > Dear Sirs, > > > > > > Currently my machine (FreeBSD 4.1) using gcc-2.95 which is running > > > perfectly. however, I need to upgrade it to gcc-3.3 which i've did via > > > /usr/ports/lang/gcc33 > > > > > > everything when smooth and installed. > > > > > > but when I type gcc -v it still show gcc version 2.95 > > > How do I get the new gcc-3.3 to run, what do i need to do or any > > > configuration line, comands etc to make it work > > > > `which gcc` would point you to the right direction ;-) > > Thank you for answering my question. > > 'which gcc' it point me to /usr/bin/gcc > > errr... but still cannot get gcc-3.3 to run > Sorry...I'm confuse any tips to configure it to run..? And the ports install binaries by default in ...... bingo /usr/local/bin What you which(1) tell is that /usr/bin is the first and /usr/local/bin in after it in in your shell's PATH. So try /usr/local/bin/gcc -v Note that it is not a good idea to over-write you system's gcc, as in FreeBSD there is a very tight integration between the compiler and the system. Some of the gcc ports provide a knob to install over "base" gcc and probably they are tested to work, I don't know. % /usr/bin/gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.3.3 [FreeBSD] 20031106 -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 00:19:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9973716A4CE for ; Mon, 2 Aug 2004 00:19:00 +0000 (GMT) Received: from web14826.mail.yahoo.com (web14826.mail.yahoo.com [216.136.225.197]) by mx1.FreeBSD.org (Postfix) with SMTP id 6E21243D5F for ; Mon, 2 Aug 2004 00:19:00 +0000 (GMT) (envelope-from rosti_bsd@yahoo.com) Message-ID: <20040802001900.63763.qmail@web14826.mail.yahoo.com> Received: from [212.143.154.227] by web14826.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 17:19:00 PDT Date: Sun, 1 Aug 2004 17:19:00 -0700 (PDT) From: Rostislav Krasny To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: No new snapshot of 5-CURRENT anymore? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 00:19:00 -0000 Hello there. Sometimes I'm trying new snapshots of 5-CURRENT from ftp://current.freebsd.org/pub/FreeBSD/snapshots/i386/ on my box. The latest snapshot of 5-CURRENT there is 5.2-CURRENT-20040710-JPSNAP now; i.e. there was no new snapshot for about a month. May it be some problem of the building machine? According to the build logs from ftp://current.freebsd.org/pub/FreeBSD/snapshots/i386/log/ there always was the same problem until today: cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -DGENERATOR_FILE -I/usr/obj/usr/src/i386/legacy/usr/include -L/usr/obj/usr/src/i386/legacy/usr/lib -o genattrtab genattrtab.o rtl.o print-rtl.o bitmap.o gensupport.o ggc-none.o read-rtl.o insn-conditions.o genautomata.o varray.o min-insn-modes.o libiberty.a -lm /usr/lib/libm.so: undefined reference to `__isnanl' collect2: ld returned 1 exit status Does somebody know when building of the snapshots will be reconditioned? Thanks __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 00:35:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C9F16A4CF for ; Mon, 2 Aug 2004 00:35:10 +0000 (GMT) Received: from mail.revolutionsp.com (ganymede.revolutionsp.com [64.246.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA7043D60 for ; Mon, 2 Aug 2004 00:35:05 +0000 (GMT) (envelope-from klr@6s-gaming.com) Received: from mail.revolutionsp.com (localhost [127.0.0.1]) by mail.revolutionsp.com (Postfix) with ESMTP id 01ABC15C95 for ; Sun, 1 Aug 2004 21:32:47 +0000 (GMT) Received: from 81.84.175.12 (SquirrelMail authenticated user klr@6s-gaming.com); by mail.revolutionsp.com with HTTP; Sun, 1 Aug 2004 21:32:47 -0000 (GMT) Message-ID: <52732.81.84.175.12.1091395967.squirrel@81.84.175.12> In-Reply-To: <20040801230923.65116.qmail@web61309.mail.yahoo.com> References: <20040801230923.65116.qmail@web61309.mail.yahoo.com> Date: Sun, 1 Aug 2004 21:32:47 -0000 (GMT) From: "Hugo Silva" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 00:35:11 -0000 Damn. And any clue on the magic kernel option that stopped the panics? Perhaps it wasn't *that* magic and just decreased the odds of a panic hapenning under high load, but that would do for me. I just lost the server 10 minutes ago doing a portupgrade -a with 4 jails running. :x Regards, Hugo > it was said: > >>4.10 won't work with the current hardware on the >>server, and I wanted to >>try 5.2.1 because of the improved SMP. >> >>I know there is a solution for this by adding a >>kernel option, but i'm >>completely CLUELESS. >> >>Can anyone give a hint? >> >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> On Sunday 01 August 2004 15:08, Hugo Silva wrote: >>>> I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE >>on FreeBSD >>>> 5.2.1-RELEASE-p9. >>> >>> Why aren't you running FreeBSD 4.10 on a machine >>like that? 5.2.1 is >>> simply >>> NOT ready for production enviroments. Why do you >>think it's still >>> considered >>> as unstable? Your panic is probably being caused by >>a bad driver, but of >>> course I can't tell you which one. >>> >>> So get in touch with your data centre and get 4.10 >>on that machine. It >>> will >>> probably solve most of your problems. >>> >>> Jorn > > Hello, > > I hate to tell you this, but I think your problem may > be worse than you think. On the other hand, its > solution is close: > > http://www.freebsd.org/releases/5.3R/todo.html > > Refer to item 2 under "show stopper defects". > > HTH, > > Stheg > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > -- www.6s-gaming.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 00:39:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E6F816A4CE for ; Mon, 2 Aug 2004 00:39:24 +0000 (GMT) Received: from tuminfo2.informatik.tu-muenchen.de (tuminfo2.informatik.tu-muenchen.de [131.159.0.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C0D43D49 for ; Mon, 2 Aug 2004 00:39:23 +0000 (GMT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id A41F03FEC; Mon, 2 Aug 2004 02:39:22 +0200 (CEST) Date: Mon, 2 Aug 2004 02:39:22 +0200 From: Simon Barner To: Josh Paetzel Message-ID: <20040802003922.GE1183@zi025.glhnet.mhn.de> References: <200408011829.58952.friar_josh@tcbug.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TU+u6i6jrDPzmlWF" Content-Disposition: inline In-Reply-To: <200408011829.58952.friar_josh@tcbug.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: questions@freebsd.org Subject: Re: Way OT programming question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 00:39:24 -0000 --TU+u6i6jrDPzmlWF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Josh Paetzel wrote: > I've been muddling through some of the source files for FreeBSD=20 > 5.2.1-RELEASE, and I've noticed that a large number of .c files=20 > in /usr/src have something similar to below in them: >=20 > #ifndef lint > #if 0 > static char sccsid[] =3D "@(#)cat.c 8.2 (Berkeley) 4/27/95"; > #endif > #endif /* not lint */ > #include > __FBSDID("$FreeBSD: src/bin/cat/cat.c,v 1.29 2003/04/30 17:40:28=20 > obrien Exp $"); >=20 > 1) Isn't 'if 0' always negative? Yes, has the same effect as using comments. I don't know why #if 0 was used here, but the line was probably kept in order to document the (version) history of the file. > 2) What is the __FBSDID line doing? It has the same purpose as the static char sccsid[] line: Each and every source file adds an id line to the resulting binary executable. Thus it is possible to determine the exact version of file. Example: % ident /bin/ls /bin/ls: $FreeBSD: src/lib/csu/i386-elf/crti.S,v 1.6 2002/05/15 04:19:49 obrien= Exp $ $FreeBSD: src/lib/csu/i386-elf/crtn.S,v 1.5 2002/05/15 04:19:49 obrien= Exp $ $FreeBSD: src/lib/csu/common/crtbrand.c,v 1.4 2003/10/17 15:43:13 pete= r Exp $ $FreeBSD: src/lib/csu/i386-elf/crt1.c,v 1.12 2003/01/26 23:14:47 markm= Exp $ $FreeBSD: src/bin/ls/cmp.c,v 1.12 2002/06/30 05:13:54 obrien Exp $ $FreeBSD: src/bin/ls/ls.c,v 1.75 2003/12/01 19:10:29 obrien Exp $ $FreeBSD: src/bin/ls/print.c,v 1.66 2003/10/16 07:07:20 tjr Exp $ $FreeBSD: src/bin/ls/util.c,v 1.32 2003/09/09 12:02:52 tjr Exp $ Btw: ident(1) also works on source files, Makefiles -- basically everything that has a CVS id line. __FBSDID is defined in /usr/src/sys/sys/cdefs.h Simon Btw: While reading the FreeBSD source can be very interesting, browsing the commit logs can be even more exciting: You can either use `cvs log' directly (on your local copy of the repository or via anoncvs), or use the web interface at http://cvsweb.FreeBSD.org. --TU+u6i6jrDPzmlWF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDY06Ckn+/eutqCoRArxwAJ9I2ZefVyWG7jYYmhaEistqEyt0YgCeJh93 +gVPrxKliussGMzpr6Nl2Aw= =TG9X -----END PGP SIGNATURE----- --TU+u6i6jrDPzmlWF-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 00:55:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0373C16A4CE for ; Mon, 2 Aug 2004 00:55:43 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 999D643D4C for ; Mon, 2 Aug 2004 00:55:42 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i720tfEW092180; Sun, 1 Aug 2004 19:55:41 -0500 (CDT) (envelope-from dan) Date: Sun, 1 Aug 2004 19:55:41 -0500 From: Dan Nelson To: SP Network Solutions Message-ID: <20040802005541.GC19911@dan.emsphone.com> References: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: upgrading gcc-2.95 to gcc-3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 00:55:43 -0000 In the last episode (Aug 02), SP Network Solutions said: > Currently my machine (FreeBSD 4.1) using gcc-2.95 which is running > perfectly. however, I need to upgrade it to gcc-3.3 which i've did via > /usr/ports/lang/gcc33 > > everything when smooth and installed. > > but when I type gcc -v it still show gcc version 2.95 How do I get the new > gcc-3.3 to run, what do i need to do or any configuration line, comands > etc to make it work gcc 3.3 installs itself as gcc33, so set CC=gcc33 and CXX=g++33 to use it. Note that all the gcc* ports do this, so you can install all of them on the same machine and pick which one to use whenever you want. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 00:59:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7267B16A4CF for ; Mon, 2 Aug 2004 00:59:09 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A41B43D5E for ; Mon, 2 Aug 2004 00:59:09 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 4EBD869A71; Sun, 1 Aug 2004 20:59:08 -0400 (EDT) Date: Sun, 1 Aug 2004 20:59:07 -0400 From: Bill Moran To: Dan Nelson Message-Id: <20040801205907.157033eb.wmoran@potentialtech.com> In-Reply-To: <20040802005541.GC19911@dan.emsphone.com> References: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> <20040802005541.GC19911@dan.emsphone.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: sales@spnets.com cc: freebsd-questions@freebsd.org Subject: Re: upgrading gcc-2.95 to gcc-3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 00:59:09 -0000 Dan Nelson wrote: > In the last episode (Aug 02), SP Network Solutions said: > > Currently my machine (FreeBSD 4.1) using gcc-2.95 which is running > > perfectly. however, I need to upgrade it to gcc-3.3 which i've did via > > /usr/ports/lang/gcc33 > > > > everything when smooth and installed. > > > > but when I type gcc -v it still show gcc version 2.95 How do I get the new > > gcc-3.3 to run, what do i need to do or any configuration line, comands > > etc to make it work > > gcc 3.3 installs itself as gcc33, so set CC=gcc33 and CXX=g++33 to use it. > Note that all the gcc* ports do this, so you can install all of them on the > same machine and pick which one to use whenever you want. Don't forget TenDRA ... which is another compiler option! -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 01:05:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A396F16A4CE for ; Mon, 2 Aug 2004 01:05:32 +0000 (GMT) Received: from gateway.jcn1.com (gateway.jcn1.com [65.169.254.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2079743D39 for ; Mon, 2 Aug 2004 01:05:32 +0000 (GMT) (envelope-from mdh@jcn.net) Received: from logcabin.hem.com [65.174.138.81] by gateway.jcn1.com with ESMTP (SMTPD32-8.01) id A48160100140; Sun, 01 Aug 2004 20:10:25 -0500 Received: from jcn.net (logcabin.hem.com [192.168.36.1]) by logcabin.hem.com (8.12.6/8.12.6) with SMTP id i7215NN7082104 for ; Sun, 1 Aug 2004 20:05:24 -0500 (CDT) (envelope-from mdh@jcn.net) Date: Sun, 1 Aug 2004 20:05:23 -0500 From: Michael Hughes To: questions@freebsd.org Message-Id: <20040801200523.01a86e55@logcabin.hem.com> In-Reply-To: <20040801233743.19588.qmail@web61304.mail.yahoo.com> References: <20040801233743.19588.qmail@web61304.mail.yahoo.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-unknown-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on logcabin.hem.com X-Declude-Sender: mdh@jcn.net [65.174.138.81] X-Note: This E-mail was scanned by Declude JunkMail (www.declude.com) for spam. *PLEASE DISREGARD*. Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 01:05:32 -0000 On Sun, 1 Aug 2004 16:37:43 -0700 (PDT) stheg olloydson wrote: > it was said: > > >questions@freebsd.org is a mailing list. Please keep > >the mailing list > >CCed on all replies. > > > >sylvia bowman wrote: > > > >> Thanks for answering my email. Believe me this is > >not a joke. It's > >> driving me crazy. My tv is hooked up to Cox Cable > >in Las Vegas, NV. > >> The channel I'm receiving the message on is CBS. > >The address looks > >> something like this: > [n:][e:2000101][8A41] > > > >What makes you think this address has anything to do > >with FreeBSD? > > > >> I've received other addressess also, but you are > >the first ones kind > >> enough to answer me. It begins with a solid black > > > > >> start up again. I've tried to tape it because > >everybody else is asleep > >> and no one believes me, but it won't tape. When I > >play the tape back I > >> just get a blurry screen. > > > > Hello, > > What you have there is an ingress problem. The > question is what's causing it. It may be due to signal > leakage in the actual cable. If so, your neighbors > should see the same thing at the same time you do. Ask > them. Either way, Cox needs to test the coax from your > set top box all the way to the optical node. Have > someone come out with a strength meter. It may be a > noisy tap, and they won't find that testing from the > headend. > The fact you can't tape it, though, is interesting and > suggests that the signal isn't coming through the > cable. Perhaps someone within wireless range is doing > something that they ought to be doing better, and your > tuner is picking it up. That would be an FCC problem. > > HTH, > > Stheg > > PS. BTW, why _do_ you think > "[n:][e:2000101][8A41]" is related to > FreeBSD? > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - 50x more storage than other providers! > http://promotions.yahoo.com/new_mail > _______________________________________________ > 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 have seen this infomation in the close caption data stream. -- Michael D Hughes Loghome living is the best! From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 01:22:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAF1F16A4CE for ; Mon, 2 Aug 2004 01:22:53 +0000 (GMT) Received: from mail009.syd.optusnet.com.au (mail009.syd.optusnet.com.au [211.29.132.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5AF243D55 for ; Mon, 2 Aug 2004 01:22:52 +0000 (GMT) (envelope-from syncman@optusnet.com.au) Received: from optusnet.com.au (c211-30-253-10.belrs1.nsw.optusnet.com.au [211.30.253.10]) (authenticated)i721Mof10158; Mon, 2 Aug 2004 11:22:50 +1000 Message-ID: <410D9753.1040403@optusnet.com.au> Date: Mon, 02 Aug 2004 11:22:27 +1000 From: Andrew Sinclair User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <20040730163230.63186325.wmoran@potentialtech.com> In-Reply-To: <20040730163230.63186325.wmoran@potentialtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Bill Moran Subject: Re: [OT] 64-bit PCI in 32-bit slots??? crazy?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 01:22:53 -0000 Bill Moran wrote: >I'm inheriting some hardware. > >These boards have 64-bit PCI SATA cards jammed in 32-bit PCI slots. Oddly >enough, the boxen boot and start Linux (which will be replaced with FreeBSD >when I'm done) > >I guess my question is hardware-related. I mean, I can't believe this >worked! Has anyone else seen/done this? Is this as crazy as it seems to >me? > > Please check out this site: http://www.pcisig.com/specifications/pcix_20/ As you will see, PCI-X is up to 533MHz bus speeds now and the standard is still backwards compatible with PCI. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 01:25:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B268C16A4CE for ; Mon, 2 Aug 2004 01:25:03 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id A59C443D4C for ; Mon, 2 Aug 2004 01:25:03 +0000 (GMT) (envelope-from diaphanous@gmail.com) Received: by mproxy.gmail.com with SMTP id x71so13472cwb for ; Sun, 01 Aug 2004 18:25:01 -0700 (PDT) Received: by 10.11.98.53 with SMTP id v53mr57647cwb; Sun, 01 Aug 2004 18:25:01 -0700 (PDT) Message-ID: Date: Mon, 2 Aug 2004 02:25:01 +0100 From: Oryx To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Screen Res 1024x768 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 01:25:03 -0000 Hey guys, I'm having a slight problem with FreeBSD... basically I want my screen resolution at 1024x768 and not 800x600 i have a standard internal graphics card (came with my pc and its by intel)... I had it working before, but i just simply can't remember how I done it... If you could help me i'd be very greatfull... Cheers -- - Oryx From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 02:07:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1224916A519 for ; Mon, 2 Aug 2004 02:07:23 +0000 (GMT) Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 764DD43D3F for ; Mon, 2 Aug 2004 02:07:22 +0000 (GMT) (envelope-from rperry4@earthlink.net) Received: from dialup-4.250.42.78.dial1.weehawken1.level3.net ([4.250.42.78]) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BrSEO-00060A-00; Sun, 01 Aug 2004 19:07:19 -0700 Message-ID: <410DA25F.8030401@earthlink.net> Date: Sun, 01 Aug 2004 22:09:35 -0400 From: Bob Perry User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040731 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Moran References: <410D5E07.7040102@earthlink.net> <20040801181613.47d65fdc.wmoran@potentialtech.com> In-Reply-To: <20040801181613.47d65fdc.wmoran@potentialtech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Help Connecting NT 4.0 to Internet via LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 02:07:27 -0000 Bill Moran wrote: >Bob Perry wrote: > > > >>Trying to reinstall Windows NT 4.0 and reconnect it to the internet via LAN >>with FreeBSD 4.9 as the server. >> >>I had previously attempted to repair a corrupted system file in my NT box >>but was unsuccessful. I ended up reinstalling back to the original Service >>Pack 1. My plan now is to upgrade the IE browser and OS on-line but I'm >>having trouble getting the browser to work. >> >>At this stage, the NT box can ping web sites successfully using >>their IP address but not the URL name. >> >> > >Sounds like your DNS is not set up on the NT box. Set up your DNS on the >NT box, and all should be well. > > > I was able to make some adjustments in the NT box as recommended. Unfortunately, I made them without testing immediately afterward so I'd rather not report them to the list at this time. I do, however, have access to the internet now on the NT side. Thanks for your help. Bob Perry -- I've learned that whatever hits the fan will not be evenly distributed. FreeBSD 4.9-RELEASE-p2 #0 From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 02:24:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F24C16A4CE for ; Mon, 2 Aug 2004 02:24:30 +0000 (GMT) Received: from mail.dtcorp.com.au (teksup41.lnk.telstra.net [165.228.0.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id F317043D55 for ; Mon, 2 Aug 2004 02:24:27 +0000 (GMT) (envelope-from michael@dtcorp.com.au) Received: from [192.9.200.17] (ws7.lan [192.9.200.17]) by mail.dtcorp.com.au (8.11.1/8.11.1) with ESMTP id i722OhC22230 for ; Mon, 2 Aug 2004 12:24:43 +1000 (EST) (envelope-from michael@dtcorp.com.au) Message-ID: <410DA648.7010905@dtcorp.com.au> Date: Mon, 02 Aug 2004 12:26:16 +1000 From: Michael Pope User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: multipart/mixed; boundary="------------030800030506050505050800" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: FreeBSD AMD64 motherboard compatibility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 02:24:30 -0000 This is a multi-part message in MIME format. --------------030800030506050505050800 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" I'm designing a file server system and would like to use the AMD Athlon FX-53 processor as it will also run an accounting program to multiple users, but don't know which motherboard and chipset would be best. I've been looking at: Abit AV8 Asus A8V Deluxe both are VIA chipsets, are these motherboards fully compaitible with FreeBSD? Which is the best chipset to go with nForce, VIA, SiS or something else? Which is the best motherboard for this processor and freeBSD around? Any suggestions would be welcomed. from Michael --------------030800030506050505050800-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 02:57:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BC0616A4CE for ; Mon, 2 Aug 2004 02:57:38 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5699343D31 for ; Mon, 2 Aug 2004 02:57:38 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i722vZQJ042939; Sun, 1 Aug 2004 21:57:35 -0500 (CDT) (envelope-from dan) Date: Sun, 1 Aug 2004 21:57:35 -0500 From: Dan Nelson To: SP Network Solutions Message-ID: <20040802025735.GD19911@dan.emsphone.com> References: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> <20040802005541.GC19911@dan.emsphone.com> <001501c47830$b55c39a0$0e01a8c0@SPWORKS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001501c47830$b55c39a0$0e01a8c0@SPWORKS> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: upgrading gcc-2.95 to gcc-3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 02:57:38 -0000 In the last episode (Aug 02), SP Network Solutions said: > Yes, im aware that it installed in it own folder.. > /usr/local/bin/gcc33 > > I've already installed it in my system and tried this; > /usr/local/bin/gcc33 -v > > it show this: > gcc version 3.3.4 20040505 (prerelease) [FreeBSD] > > Is this the right one? Yes. You can also install the gcc34 port to get a snapshot of what will become gcc-3.4.2. > and regards to the CC=gcc33 and CXX=g++33 > Can you please give me the command to do this > If possible, the basic steps to get it done... If using a Bourne-type shell: export CC=gcc33 export CXX=g++33 If using a csh-type shell (csh and tcsh are the only ones I know of): setenv CC gcc33 setenv CXX g++33 > my only intention is to get the machine runs with gcc33 and not the > gcc2.95 With those variables set, anything you compile will be built with gcc33. Make sure you unset them before building the kernel or base system. They require the system's original gcc. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 03:07:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D09616A56C for ; Mon, 2 Aug 2004 03:07:45 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id F366943D5F for ; Mon, 2 Aug 2004 03:07:44 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sun, 1 Aug 2004 22:11:18 -0500 Message-ID: <410DAFFC.4070506@daleco.biz> Date: Sun, 01 Aug 2004 22:07:40 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oryx References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Aug 2004 03:11:18.0792 (UTC) FILETIME=[613D2880:01C4783E] cc: questions@freebsd.org Subject: Re: Screen Res 1024x768 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 03:07:45 -0000 Oryx wrote: >Hey guys, > >I'm having a slight problem with FreeBSD... basically I want my screen >resolution at 1024x768 and not 800x600 i have a standard internal >graphics card (came with my pc and its by intel)... I had it working >before, but i just simply can't remember how I done it... If you could >help me i'd be very greatfull... > >Cheers > > If it's the Intel i810 chipset, there was a subsection in the handbook's X windows chapter, IIRC. What your XF86Config look like? Kevin Kinsey DaleCo, S.P. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 03:27:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80D0116A4CE for ; Mon, 2 Aug 2004 03:27:24 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id B44E643D5E for ; Mon, 2 Aug 2004 03:27:23 +0000 (GMT) (envelope-from oliverfuchs@onlinehome.de) Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BrTTu-0005gu-00 for freebsd-questions@freebsd.org; Mon, 02 Aug 2004 05:27:22 +0200 Received: from [217.246.201.18] (helo=oliverfuchs.ath.cx) (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1BrTTs-0004fq-00 for freebsd-questions@freebsd.org; Mon, 02 Aug 2004 05:27:22 +0200 Received: from oliverfuchs.ath.cx (localhost [127.0.0.1]) i723REWY004422verify=FAIL) for ; Mon, 2 Aug 2004 05:27:15 +0200 Received: (from oliverfuchs1@localhost) by oliverfuchs.ath.cx (8.12.3/8.12.3/Debian-6.6) id i7232a69003866 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 05:02:36 +0200 Date: Mon, 2 Aug 2004 05:02:36 +0200 From: Oliver Fuchs To: freebsd-questions@freebsd.org Message-ID: <20040802030235.GA3005@oliverfuchs.ath.cx> Mail-Followup-To: freebsd-questions@freebsd.org References: <20040731222618.J41097@chylonia.3miasto.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20040731222618.J41097@chylonia.3miasto.net> User-Agent: Mutt/1.4.2i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:c2b2791553508cc938db2bcf18721a3c Subject: Re: allowing cdrecord non-root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 03:27:24 -0000 On Sat, 31 Jul 2004, Wojciech Puchar wrote: > how can i allow given group to be able to write cd's? > > in NetBSD doing (assuming group name cdrw) > > chgrp cdrw /dev/rcd0* /dev/cd0* > chmod 660 /dev/rcd0* /dev/cd0* > > > in FreeBSD doing this for /dev/cd0 and /dev/acd0 doesn't work. > > tried to do the same with /dev/xpt0 - doesn't work too. > > is it possible at all? > _______________________________________________ Hi, from man cdrecord you will get: [...] If you don't want to allow users to become root on your system, cdrecord may safely be installed suid root. This allows all users or a group of users with no root privileges to use cdrecord. Cdrecord in this case checks, if the real user would have been able to read the specified files. To give all user access to use cdrecord, enter: chown root /usr/local/bin/cdrecord chmod 4711 /usr/local/bin/cdrecord To give a restricted group of users access to cdrecord enter: chown root /usr/local/bin/cdrecord chgrp cdburners /usr/local/bin/cdrecord chmod 4710 /usr/local/bin/cdrecord and add a group cdburners on your system. Never give write permissions for non root users to the /dev/scg? devices unless you would allow anybody to read/write/format all your disks. [...] Oliver -- ... don't touch the bang bang fruit From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 03:33:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 485D316A4CE for ; Mon, 2 Aug 2004 03:33:31 +0000 (GMT) Received: from web41010.mail.yahoo.com (web41010.mail.yahoo.com [66.218.93.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E9DA43D62 for ; Mon, 2 Aug 2004 03:33:29 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040802033329.72621.qmail@web41010.mail.yahoo.com> Received: from [141.76.1.122] by web41010.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 20:33:28 PDT Date: Sun, 1 Aug 2004 20:33:28 -0700 (PDT) From: DK To: Giorgos Keramidas In-Reply-To: <20040801174900.GC26989@gothmog.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 03:33:31 -0000 --- Giorgos Keramidas wrote: > You have lots of old (out of date) packages installed. Have you gotten > your FreeBSD workstation to connect to the network yet? If yes, you can > install `portupgrade' and use it to update all your packages/ports to > their latest versions. Hi Giorgos, I don't feel safe yet connecting my unsecured box to the net with the 5-10 hits a minute my W2000 box recieves on my broadband link. I have read the security section of the manual & would like to get basics working before I rebuild the kernel to install the firewall(which doesn't seem that easy but I will give it try) > This is probably not why xfce doesn't work though. The > sysutils/xfce4-utils package installs a command called "startxfce4". > AFAIK, this is the program that fires up xfce. When you install that > package (as part of the dependency list of xfce4) you should be able to > use xfce4 as your desktop by editing your ~/.xinitrc file and making > sure that the last command it runs is: > > exec startxfce4 my .xinitrc file contains only the one line: ---------- exec startxfce4 ---------- & it still won't start. As I can't get it to start, I just delete this line using VI(I am getting better :) & replace it with "exec wmaker" which starts OK. > > 3)I am trying to install Apachetoolbox-1.5.70(it may well be a > > BigApache for BSD :)) - but I get the errors "Command not found" > > trying to run it: > This is not the proper way to install ports or packages in FreeBSD. > Please, refer to the Handbook section on ports and packages for details. > > > [snip irrelevant attempts to force bash to do something mysterious] Apachetoolbox is not an official freeBSD port/package(www.apachetoolbox.com). Its a script/ports pack that you run which creates all the scripts needed to install a large array of Apache & other www stuff(eg. MySQL etc). The install file that comes with it says to install it by running install.sh. It says(further down) that "BSD users, the script interpreter of install.sh is BASH (/bin/bash). - Thats why I started BASH - Do you know what the "bad interpreter" error means ??? ----------------------- bash-2.05# ./install bash: ./install: No such file or directory bash-2.05# ./install.sh bash: ./install.sh: bad interpreter: No such file or directory bash-2.05# ./install bash: ./install: No such file or directory ---------------------- Apachetoolbox Install File(install.txt) ---------------------------------------------- Install =-=-=-= 1) as root run ./install.sh 1a) if you're running the program for the 2nd time and don't want to change your options use the -f or --fast switch when running install.sh . 2) select what you want to compile into apache 2a) type "apache" to get to the apache menu as shown in the menu 2b) type "php" to get to the php menu as shown in the menu 2c) type "page2" to get to the 2nd modules menu as shown in the menu 3) continue and let it compile by typing 'go' 3a) if the source is missing it will try to download it 4) cd into the apache_1.3.* source directory 5) run "make" manually to compile apache, watch for errors 6) if everything went ok run "make install" to install/upgrade ****************************************************************************** Solaris/BSD users, the script interpreter of install.sh is BASH (/bin/bash). Bash should be used, YMMV if you change it to /bin/sh. The next major release (2.x) will be in perl. If your willing to help port it please get a hold of me. ****************************************************************************** Frontpage 2002 Extentions require precompiled binaries. So only linux, freebsd, solaris (sparc and x86) are supported. The binaries are about 10megs compressed and only the linux tarball will be added to the script+sources tarball. http://www.apachetoolbox.com for support and updates. ---------------------------------------------------------- Kind Regards, DK __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 03:51:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A95E16A4CE for ; Mon, 2 Aug 2004 03:51:33 +0000 (GMT) Received: from comsmtp2.singnet.com.sg (comsmtp2.singnet.com.sg [165.21.101.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4318643D39 for ; Mon, 2 Aug 2004 03:51:32 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from arrowana.singnet.com.sg (arrowana.singnet.com.sg [165.21.101.120])i723pUFZ001831 for ; Mon, 2 Aug 2004 11:51:30 +0800 Received: from arrowana.singnet.com.sg (localhost.localdomain [127.0.0.1]) i723pUQ7001326 for ; Mon, 2 Aug 2004 11:51:30 +0800 Received: (from cooluser@localhost) by arrowana.singnet.com.sg (8.12.8/8.12.8/Submit) id i723pUCV001321 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 11:51:30 +0800 X-Authentication-Warning: arrowana.singnet.com.sg: cooluser set sender to pryan@singnet.com.sg using -f To: FreeBSD Message-ID: <1091418690.410dba423fa99@arrowana.singnet.com.sg> Date: Mon, 02 Aug 2004 11:51:30 +0800 (SGT) From: Peter Ryan MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: SingNet WebMail Subject: Problem installing cvsup on 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pryan@singnet.com.sg List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 03:51:33 -0000 I am trying to get CVsup running on 4.10. The handbook indicates it is easier to install the package, so I went to the package collection and installed cvsup-16.1h The package installation seemed to indicate the target directory was /usr/ports/net/cvsup. (this was a message asking me to confirm the installation from /stand/sysinstall) When I had finished the installation, I could not run cvsup - command not found. So I thought maybe I had to install from the ports collection, so I cd'd to /usr/ports/net/cvsup and ran Make. That seemed to go OK. Then I did a Make Install. It stops with error code 1. It says cvsup-16.1h already installed. I am not sure what I am doing wrong in all this. Can anyone spot what it is ? (I realise that I shouldnt normally be installing from a port just after a package install, but that was just because I was out of ideas) Thanks Peter From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 03:57:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD88616A4CE for ; Mon, 2 Aug 2004 03:57:14 +0000 (GMT) Received: from web53007.mail.yahoo.com (web53007.mail.yahoo.com [206.190.39.197]) by mx1.FreeBSD.org (Postfix) with SMTP id 36E0D43D62 for ; Mon, 2 Aug 2004 03:57:14 +0000 (GMT) (envelope-from reza_cavalera@yahoo.com) Message-ID: <20040802035713.5144.qmail@web53007.mail.yahoo.com> Received: from [202.138.255.170] by web53007.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 20:57:13 PDT Date: Sun, 1 Aug 2004 20:57:13 -0700 (PDT) From: Reza Muhammad To: Dan Langille , freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org In-Reply-To: <20040801071006.B2B44AE064@nezlok.unixathome.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: The FreeBSD Diary: 2004-07-11 - 2004-07-31 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 03:57:14 -0000 Dear List.. I believe that FreesBie-1.0.0 have 5.2.1 core on it. but it couldnt detect IBm ThinkPad T 41 automatically (IntelPro). how to make FreesBie-1.0.0 detect my NIC. please help me regards reza --- Dan Langille wrote: > 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: > > 16-Jul : 5.* on an IBM ThinkPad T41 > Fun and games getting things installed > http://freebsddiary.org/ibm-thinkpad-t41.php?2 > > > -- > Dan Langille > BSDCan - http://www.BSDCan.org/ - BSD Conference > > _______________________________________________ > 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" > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 04:21:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB11716A4CE for ; Mon, 2 Aug 2004 04:21:33 +0000 (GMT) Received: from redqueen.elvandar.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id E00BE43D5A for ; Mon, 2 Aug 2004 04:21:32 +0000 (GMT) (envelope-from remko@elvandar.org) Received: from [10.0.2.122] (nimrod.elvandar.intranet [10.0.2.122]) by redqueen.elvandar.org (Postfix) with ESMTP id 2AF6E10685E; Mon, 2 Aug 2004 06:21:29 +0200 (CEST) Message-ID: <410DC149.8010708@elvandar.org> Date: Mon, 02 Aug 2004 06:21:29 +0200 From: Remko Lodder X-Accept-Language: en-us, en MIME-Version: 1.0 To: DK References: <20040802033329.72621.qmail@web41010.mail.yahoo.com> In-Reply-To: <20040802033329.72621.qmail@web41010.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at elvandar.org cc: Giorgos Keramidas cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 04:21:34 -0000 DK wrote: > > Hi Giorgos, > > I don't feel safe yet connecting my unsecured box to the net with the 5-10 hits > a minute my W2000 box recieves on my broadband link. I have read the security > section of the manual & would like to get basics working before I rebuild the > kernel to install the firewall(which doesn't seem that easy but I will give it > try) Hey DK, FreeBSD is much more secure then a clean windows system, though i would do the same (since i am very security minded). You can however let your windows2k box route the FreeBSD machine to the internet so that it can obtain the latest revisions of the ports and sourcetree, as described in the handbook. > > > >>This is probably not why xfce doesn't work though. The >>sysutils/xfce4-utils package installs a command called "startxfce4". >>AFAIK, this is the program that fires up xfce. When you install that >>package (as part of the dependency list of xfce4) you should be able to >>use xfce4 as your desktop by editing your ~/.xinitrc file and making >>sure that the last command it runs is: >> >> exec startxfce4 > > > my .xinitrc file contains only the one line: > ---------- > exec startxfce4 > ---------- > > & it still won't start. > As I can't get it to start, I just delete this line using VI(I am getting > better :) & replace it with "exec wmaker" which starts OK. Did you try to execute startxfe4 manually? Is it actually there? isn't it a glitch in a old version (Which you seem to refuse to update since it's not secure) ? check it out ! > > > > >>>3)I am trying to install Apachetoolbox-1.5.70(it may well be a >>>BigApache for BSD :)) - but I get the errors "Command not found" >>>trying to run it: >> >>This is not the proper way to install ports or packages in FreeBSD. >>Please, refer to the Handbook section on ports and packages for details. >> >> >>>[snip irrelevant attempts to force bash to do something mysterious] > > > > Apachetoolbox is not an official freeBSD port/package(www.apachetoolbox.com). > Its a script/ports pack that you run which creates all the scripts needed to > install a large array of Apache & other www stuff(eg. MySQL etc). It's no ports pack, it's a set of scripts, which is not supported by FreeBSD, so when there is an leak, you should find out yourself and update it (instead of enable-ing one tiny little feature of the weekly scripts (400.status-pkg) which gives you an overview of outdated packages) besides that you should install portaudit which daily checks whether your applications are vulnerable to known issues. But that would be your own free choice. > > The install file that comes with it says to install it by running install.sh. > > It says(further down) that "BSD users, the script interpreter of install.sh is > BASH (/bin/bash). - Thats why I started BASH - Do you know what the "bad > interpreter" error means ??? Yes that probably means "I cannot find the /bin/bash shell, so i cannot handle your request", why? bash is not installed in /bin/bash but in /usr/local/bin/bash, it was displayed when you installed it, you can see it in your password entry, and it is listed in /etc/shells... > > ----------------------- > bash-2.05# ./install > bash: ./install: No such file or directory > bash-2.05# ./install.sh > bash: ./install.sh: bad interpreter: No such file or directory > bash-2.05# ./install > bash: ./install: No such file or directory > ---------------------- > > -- Kind regards, Remko Lodder |remko@elvandar.org Reporter DSINet |remko@dsinet.org Projectleader Mostly-Harmless |remko@mostly-harmless.nl From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 04:38:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74BAE16A4CE for ; Mon, 2 Aug 2004 04:38:00 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D2343D49 for ; Mon, 2 Aug 2004 04:38:00 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq62-062.dial.allstream.net [216.123.137.62]) by outbox.allstream.net (Allstream MTA) with SMTP id A90D957CB7; Mon, 2 Aug 2004 00:37:58 -0400 (EDT) Date: Mon, 2 Aug 2004 00:37:26 -0400 From: epilogue To: DK Message-Id: <20040802003726.09febf16@localhost> In-Reply-To: <20040802033329.72621.qmail@web41010.mail.yahoo.com> References: <20040801174900.GC26989@gothmog.gr> <20040802033329.72621.qmail@web41010.mail.yahoo.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 04:38:00 -0000 > & it still won't start. > As I can't get it to start, I just delete this line using VI(I am getting > better :) vi isn't the easiest program to learn and master, but it is available on pretty much every *nix system in the universe, so time invested is generally well rewarded not only by gains in productivity, but also by portability of your skills. this said, and because i'm convinced that you've given the handbook only the most cursory of glances (such a good document - shame on you), i thought it would be worth pointing out that freebsd comes with another editor in it's base system - ee. if you're only going to be doing minor edits here and there, you might consider checking it out. its learning curve is not nearly 1/10th as steep as vi's, but then, neither is it nearly 1/10th as powerful. 2 cents. epi out. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 04:47:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE21816A4CE for ; Mon, 2 Aug 2004 04:47:18 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCF443D2F for ; Mon, 2 Aug 2004 04:47:18 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq62-062.dial.allstream.net [216.123.137.62]) by outbox.allstream.net (Allstream MTA) with SMTP id 4B8DA62D1; Mon, 2 Aug 2004 00:47:17 -0400 (EDT) Date: Mon, 2 Aug 2004 00:46:45 -0400 From: epilogue To: pryan@singnet.com.sg Message-Id: <20040802004645.3eae7eec@localhost> In-Reply-To: <1091418690.410dba423fa99@arrowana.singnet.com.sg> References: <1091418690.410dba423fa99@arrowana.singnet.com.sg> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: FreeBSD Subject: Re: Problem installing cvsup on 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 04:47:19 -0000 On Mon, 02 Aug 2004 11:51:30 +0800 (SGT) Peter Ryan wrote: > I am trying to get CVsup running on 4.10. > > The handbook indicates it is easier to > install the package, so I went to the > package collection and installed > cvsup-16.1h > > The package installation seemed to indicate > the target directory was /usr/ports/net/cvsup. > (this was a message asking me to confirm the > installation from /stand/sysinstall) > > When I had finished the installation, I could > not run cvsup - command not found. when you finish an installation, you'll very often have to issue the 'rehash' command, which tells your csh to reread the $PATH which is set in your .cshrc if you didn't do this, you'll probably see the command 'magically' appear after your next boot or if you open another term and su to root. you do have to run this command as root, btw. ;) > So I thought maybe I had to install from the > ports collection, so I cd'd to /usr/ports/net/cvsup > and ran Make. That seemed to go OK. > > Then I did a Make Install. It stops with error > code 1. It says cvsup-16.1h already installed. try 'pkg_info | grep -i cvsup' to see if you do have the program installed. and, as root, 'echo $PATH' > I am not sure what I am doing wrong in all this. > Can anyone spot what it is ? my first guess would be the 'rehash'. further guesses would depend upon what you get from pkg_info and $PATH. hth, epi > (I realise that I shouldnt normally be installing > from a port just after a package install, but that > was just because I was out of ideas) > > Thanks > Peter > _______________________________________________ > 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 Aug 2 05:26:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E1C16A4CF; Mon, 2 Aug 2004 05:26:47 +0000 (GMT) Received: from kimi.asti.dost.gov.ph (kimi.asti.dost.gov.ph [202.90.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42CFF43D5C; Mon, 2 Aug 2004 05:26:46 +0000 (GMT) (envelope-from edwinv@asti.dost.gov.ph) Received: from banao.pregi.net (unknown [10.10.8.3]) by kimi.asti.dost.gov.ph (Postfix) with ESMTP id 76B7223820D; Mon, 2 Aug 2004 13:26:01 +0800 (PHT) From: "Edwin D. Vinas" Organization: DOST-ASTI To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 13:21:31 +0800 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408021321.31329.edwinv@asti.dost.gov.ph> cc: freebsd-bluetooth@freebsd.org Subject: Can't file transfer via Bluetooth in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 05:26:47 -0000 Hi, I recently shifted to FreeBSD-5.2 from Windows XP because I know there is a bluetooh support in these new 5.x versions. I was so glad that FreeBSD have improved a lot! However, I have a problem with installing or making the bluetooth file transfer work. Here are the details below: I followed the documentation by Pav on http://www.oook.cz/bsd/bluetooth.html. I was able to pair my Nokia 3660 with my FreeBSD-5.2 which has an MSI bluetooth dongle. I was able to discover other devices, and execute other built-in commands such as hccontrol, l2ping, l2control, sdptool etc. But, I noticed that the the basic file transfer called OBEX was not yet incorporated in the FreeBSD-5.2 and that I have to install an openobex or something. I have succesfully installed openobex from sourceforge, but it doesn't have the "obexapp" command. The i tried installing the "obexapp" from sourceforge too. The problem is that I cant install it. tar -zxvf obexapp-1.2.tar.gz (extracts two directories openobex-1.0.1/ and obexapp/) cd openobex-1.0.1 ./configure /usr/local/bin/make /usr/local/bin/make install cd obexapp (no ./configure and NO README!!!) so i tried, "make" or "/usr/local/bin/make" when i tried "make": banao# make Warning: Object directory not changed from original /usr/home/misoy/EDV/ Bluetooth/src/obexapp cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c main.c cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c client.c cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c event.c cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c sdp.c cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c server.c server.c: In function `obexapp_server': server.c:118: error: too many arguments to function `sdp_open_local' *** Error code 1 Stop in /usr/home/misoy/EDV/Bluetooth/src/obexapp. using /usr/local/bin/make: banao# /usr/local/bin/make Makefile:23: *** missing separator. Stop. -Edwin From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 05:44:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D39216A4CE for ; Mon, 2 Aug 2004 05:44:20 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2361543D48 for ; Mon, 2 Aug 2004 05:44:20 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 7C8F013631; Mon, 2 Aug 2004 17:44:18 +1200 (NZST) Date: Mon, 2 Aug 2004 17:44:18 +1200 From: Jonathan Chen To: Josh Paetzel Message-ID: <20040802054418.GA376@grimoire.chen.org.nz> References: <200408011829.58952.friar_josh@tcbug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408011829.58952.friar_josh@tcbug.org> User-Agent: Mutt/1.4.2.1i cc: questions@freebsd.org Subject: Re: Way OT programming question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 05:44:20 -0000 On Sun, Aug 01, 2004 at 06:29:58PM -0500, Josh Paetzel wrote: [...] > #ifndef lint > #if 0 > static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; > #endif > #endif /* not lint */ > #include > __FBSDID("$FreeBSD: src/bin/cat/cat.c,v 1.29 2003/04/30 17:40:28 > obrien Exp $"); > > 1) Isn't 'if 0' always negative? Yes. The "#if 0" is a common way of blocking out code that you don't/can't want to remove. -- Jonathan Chen ---------------------------------------------------------------------- "If you wish your merit to be known, acknowledge that of other people" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 05:44:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D74E716A4E5 for ; Mon, 2 Aug 2004 05:44:23 +0000 (GMT) Received: from comsmtp1.singnet.com.sg (comsmtp1.singnet.com.sg [165.21.101.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AFD243D4C for ; Mon, 2 Aug 2004 05:44:23 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from arrowana.singnet.com.sg (arrowana.singnet.com.sg [165.21.101.120])i725iIkw006812; Mon, 2 Aug 2004 13:44:18 +0800 Received: from arrowana.singnet.com.sg (localhost.localdomain [127.0.0.1]) i725iDQ7027563; Mon, 2 Aug 2004 13:44:13 +0800 Received: (from cooluser@localhost) by arrowana.singnet.com.sg (8.12.8/8.12.8/Submit) id i725i9ej027437; Mon, 2 Aug 2004 13:44:09 +0800 X-Authentication-Warning: arrowana.singnet.com.sg: cooluser set sender to pryan@singnet.com.sg using -f To: epilogue Message-ID: <1091425449.410dd4a9a1bb2@arrowana.singnet.com.sg> Date: Mon, 02 Aug 2004 13:44:09 +0800 (SGT) From: Peter Ryan References: <1091418690.410dba423fa99@arrowana.singnet.com.sg> <20040802004645.3eae7eec@localhost> In-Reply-To: <20040802004645.3eae7eec@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: SingNet WebMail cc: FreeBSD Subject: Re: Problem installing cvsup on 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pryan@singnet.com.sg List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 05:44:24 -0000 > On Mon, 02 Aug 2004 11:51:30 +0800 (SGT) > Peter Ryan wrote: > > > I am trying to get CVsup running on 4.10. > > > > The handbook indicates it is easier to > > install the package, so I went to the > > package collection and installed > > cvsup-16.1h > > > > The package installation seemed to indicate > > the target directory was /usr/ports/net/cvsup. > > (this was a message asking me to confirm the > > installation from /stand/sysinstall) > > > > When I had finished the installation, I could > > not run cvsup - command not found. > > when you finish an installation, you'll very often > have to issue the 'rehash' command, which > tells your csh to reread the $PATH which is > set in your .cshrc > > if you didn't do this, you'll probably see the > command 'magically' appear after your next boot > or if you open another term and su to root. Thanks for waving the wand... it did magically appear!! Regards Peter From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 05:48:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB69316A4CE for ; Mon, 2 Aug 2004 05:48:55 +0000 (GMT) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.36.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0B743D69 for ; Mon, 2 Aug 2004 05:48:55 +0000 (GMT) (envelope-from freebsd@dreamchaser.org) Received: from [12.32.36.74] (imagination.dreamchaser.org. [12.32.36.74]) i725mr0J093035 for ; Sun, 1 Aug 2004 23:48:53 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <410DD5C4.5060603@dreamchaser.org> Date: Sun, 01 Aug 2004 23:48:52 -0600 From: freebsd@dreamchaser.org User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 4.10 RELEASE XFree86-4-library / fontconfig install problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 05:48:56 -0000 4.10 release, installing from CDs. I initially tried an upgrade from 4.5, which failed (same problem with XFree86 detailed below), so I did an install over the top without X. I'm now trying to install XFree86 from the ports collection. When I attempt to make XFree86-4-libraries, it fails building fontconfig: fc-cache: "/usr/X11R6/lib/X11/fonts/Type1:" /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libfontconfig.so.1: Undefined symbol "FT_Get_BDF_Property" *** Error code 1 Any hints as to what's going on and how to fix / get around it? I've done a portupgrade -fFRNuv x11-fonts/fontconfig make make install (fails) The error above occurs on the make install The dependencies I have installed are: expat-1.95.7 freetype2-2.1.7_3 gettext-0.13.1_1 gmake-3.80_2 libtool-1.3.4_2 libtool-1.3.5_2 pkgconfig-0.15.0_1 Thanks for any insights. Gary From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 06:25:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62CB816A4CE for ; Mon, 2 Aug 2004 06:25:31 +0000 (GMT) Received: from cromagnon.cullmail.com (cromagnon.cullmail.com [67.33.58.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A1843D5D for ; Mon, 2 Aug 2004 06:25:30 +0000 (GMT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from cromagnon.cullmail.com (localhost.cullmail.com [127.0.0.1]) i726TbCs021878; Mon, 2 Aug 2004 01:29:37 -0500 (CDT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from localhost (localhost [[UNIX: localhost]]) by cromagnon.cullmail.com (8.12.10/8.12.10/Submit) id i726TbTa021877; Mon, 2 Aug 2004 01:29:37 -0500 (CDT) (envelope-from jamoore) From: Jay Moore To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 01:29:36 -0500 User-Agent: KMail/1.6.1 References: <20040801044442.GA64609@ezekiel.daleco.biz> In-Reply-To: <20040801044442.GA64609@ezekiel.daleco.biz> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408020129.36893.jaymo@cromagnon.cullmail.com> cc: sylviabow@yahoo.com Subject: Re: receiving your address on my TV X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jaymo@cromagnon.cullmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 06:25:31 -0000 Sylvia bowman wrote: > I am receiving your email address on my television screen. It happens > late on Saturday evenings. Can you address this situation, please. > Sylvia Bowman Come on now, Sylvia - I think you know how this situation should be addressed. Jay From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 06:30:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2E3416A4CE for ; Mon, 2 Aug 2004 06:30:30 +0000 (GMT) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C5C243D5D for ; Mon, 2 Aug 2004 06:30:28 +0000 (GMT) (envelope-from cedrick.gaillard@laposte.net) Received: from bidibulle (mobidyc.net [82.228.222.83]) by postfix4-1.free.fr (Postfix) with ESMTP id 0980816E951 for ; Mon, 2 Aug 2004 08:30:27 +0200 (CEST) From: "cedrick.gaillard" To: Date: Mon, 2 Aug 2004 08:31:27 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcR4WlbnU0cehPB9Raq3NpdJzAVv7w== Message-Id: <20040802063027.0980816E951@postfix4-1.free.fr> Subject: irc resuming through natd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 06:30:30 -0000 hi, =20 it's impossible for me to do irc resuming through may freebsd gateway. i was on freebsd 4.7 and i am now on freebsd 5.2.1 current and the problem persists on both versions. =20 someone have a good way to do irc resuming? =20 here is my natd.conf : log yes log_denied yes use_sockets yes same_ports yes interface xl0 punch_fw 10000:20 log_ipfw_denied yes =20 i use ipfw if my other computer is connected directly on internet, it have no problem. =20 Thanks c=E9drick From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 06:46:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7128E16A4CE for ; Mon, 2 Aug 2004 06:46:06 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id D971A43D6D for ; Mon, 2 Aug 2004 06:46:05 +0000 (GMT) (envelope-from marchenk@in.tum.de) Date: Mon, 02 Aug 2004 08:46:02 +0200 To: freebsd-questions@freebsd.org From: Maksym Marchenko Content-Type: text/plain; format=flowed; charset=koi8-r MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera7.23/Win32 M2 build 3227 X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de Subject: Headless Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 06:46:06 -0000 Hi! I try to install 4.10 on headless PC(without a monitor and vga output) So I've used my laptop as a serial console (via null modem cable). All was wonderfull, but after end of install procedure und reboot, I see with this terminal (cu -l /dev/cuaa0) all and the date for the login line. But not the login prompt. So I can't to log in and do anything. What have I to do, to log in this headless PC? Another terminal may be? Thanks in advance. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 07:14:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6D7D16A4CE for ; Mon, 2 Aug 2004 07:14:47 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B18243D76 for ; Mon, 2 Aug 2004 07:14:46 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i727EXNu039483 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Aug 2004 08:14:33 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i727EWlt039482; Mon, 2 Aug 2004 08:14:32 +0100 (BST) (envelope-from matthew) Date: Mon, 2 Aug 2004 08:14:32 +0100 From: Matthew Seaman To: Comrade Burnout Message-ID: <20040802071432.GA39164@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Comrade Burnout , freebsd-questions@freebsd.org References: <410D516C.8070106@comradeburnout.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline In-Reply-To: <410D516C.8070106@comradeburnout.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 02 Aug 2004 08:14:33 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 07:14:47 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 01, 2004 at 03:24:12PM -0500, Comrade Burnout wrote: > when i try to use pkg_add ... i get the following: >=20 > burnt# pkg_add -r pear-DB > Fetching=20 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Lates= t/pear-DB.tbz...=20 > Done. > Fetching=20 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/All/p= hp4-4.3.4_2.tbz...=20 > Done. > pkg_add: package 'php4-4.3.4_2' conflicts with mod_php4-4.3.4_2,1 > pkg_add: please use pkg_delete first to remove conflicting package(s) or= =20 > -f to force installation > pkg_add: pkg_add of dependency 'php4-4.3.4_2' failed! >=20 >=20 >=20 > is there a way to tweak the Makefile locally to force the PEAR install=20 > to use the existing PHP version? What Makefile? You're installing via packages, and by the time the package has been built, there's no more need for Makefiles... In order to solve your problem, you can follow the instructions so helpfully printed out by pkg_add(1) and use the '-f' flag. That should work fine, as mod_php4 will fulfil the dependencies. Alternately, don't use packages to install PEAR modules. Ports are rather more flexible in this respect than packages, and for such things as PEAR where what's installed is pretty much program source code it makes little practical difference. The only problem with this approach is that you seem to be using a ports tree from around the time of 5.2.1-RELEASE, and since then both the ports tree and the available versions of the PEAR modules have had many months of further development. It's possible that new versions of some modules will have been released and the ones you want have been removed. But the answer to that is just a cvsup(1) away. =20 Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDenYiD657aJF7eIRAhwTAJ4naUPu0olHdYSeVjh1pDO4nkKb6QCePpYO 1DsRBIun5A2F4KaEf9GxkUA= =S0M5 -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 07:21:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5B6716A4CE for ; Mon, 2 Aug 2004 07:21:04 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED0343D5D for ; Mon, 2 Aug 2004 07:21:03 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i727KxD1039579 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Aug 2004 08:20:59 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i727KwdX039574; Mon, 2 Aug 2004 08:20:58 +0100 (BST) (envelope-from matthew) Date: Mon, 2 Aug 2004 08:20:58 +0100 From: Matthew Seaman To: "Paulo Fonseca Jr." Message-ID: <20040802072058.GB39164@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , "Paulo Fonseca Jr." , freebsd-questions@freebsd.org References: <200408011730.36934.paulofonsecajr@terra.com.br> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FkmkrVfFsRoUs1wW" Content-Disposition: inline In-Reply-To: <200408011730.36934.paulofonsecajr@terra.com.br> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 02 Aug 2004 08:20:59 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: lpd and apsfilter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 07:21:04 -0000 --FkmkrVfFsRoUs1wW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 01, 2004 at 05:30:36PM -0300, Paulo Fonseca Jr. wrote: > I was installed apsfilter with lpd here with printcap setting as: >=20 > lp|deskjet;r=3D300x300;q=3Ddraft;c=3Dfull;p=3Dletter;m=3Dauto:\ > :lp=3D/dev/ulpt0:\ > :if=3D/usr/local/etc/apsfilter/basedir/bin/apsfilter:\ > :sd=3D/var/spool/lpd/lp:\ > :lf=3D/var/spool/lpd/lp/log:\ > :af=3D/var/spool/lpd/lp/acct:\ > :mx#0:\ > :sh: >=20 > /dev/ulpt0 is recognized by usbdevs and jobs are being queued but printer= not=20 > works, not even sign, but job are being unqueued after about few seconds. >=20 > (dmesg) > ulpt0: hp deskjet 3420, rev 2.00/1.00, addr 2, iclass 7/1 > ulpt0: using bi-directional mode What's the output of: % lpc status lp and are there any messages from lpd in the system log file, /var/log/messages or the lpd error log /var/log/lpd-errs or the printer's own log file /var/spool/lpd/lp/log ? Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --FkmkrVfFsRoUs1wW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDetaiD657aJF7eIRAhgwAJ9rD9mqnAE1oi29t37fWQSL1TA7dgCfbP6Z qaK2s4UqA8OKNNiGkiP5X6Y= =q8yv -----END PGP SIGNATURE----- --FkmkrVfFsRoUs1wW-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 07:29:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CAE416A4CE for ; Mon, 2 Aug 2004 07:29:10 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B303843D41 for ; Mon, 2 Aug 2004 07:29:09 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i727T5rf039665 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Aug 2004 08:29:05 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i727T5iO039664; Mon, 2 Aug 2004 08:29:05 +0100 (BST) (envelope-from matthew) Date: Mon, 2 Aug 2004 08:29:05 +0100 From: Matthew Seaman To: dick hoogendijk Message-ID: <20040802072905.GC39164@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , dick hoogendijk , freebsd-questions@freebsd.org References: <20040802004354.7f29c118.dick@nagual.st> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dkEUBIird37B8yKS" Content-Disposition: inline In-Reply-To: <20040802004354.7f29c118.dick@nagual.st> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 02 Aug 2004 08:29:05 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: make index problems.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 07:29:10 -0000 --dkEUBIird37B8yKS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 02, 2004 at 12:43:54AM +0200, dick hoogendijk wrote: > Usely I do something like this: >=20 > # cd /root > # cvsup -g -L 2 /root/ports.supfile > # cd /usr/ports > # make index > # portsdb -u >=20 > It always worked like a charm.. But this night after cvsup and a 'make > index' I ran portsdb -u and almost every portentry was deleted because > some error about 10 fieldnames needed ???? The result was that almost > every portname became unknown to portupgrade.. > I ran make index a second and a third time with the same results.. Can't > figure out what's wrong all of a sudden.. >=20 > I "fixed it" running "portsdb -Uu" --> this resulted in a good > /usr/ports/INDEX and a good index.db file. >=20 > Any ideas why the "make index" stopped working? See the thread starting with: http://lists.freebsd.org/pipermail/freebsd-ports/2004-June/013462.html =20 This change went in at the time without many noticable problems. It seems that you've got the latest bsd.ports.mk with the expanded INDEX format, but an older version of portupgrade which doesn't understand the new style. Upgrade your portupgrade to the latest, and all should be well: % pkg_info -I portupgrade\* portupgrade-20040701_3 FreeBSD ports/packages administration and manage= ment tools Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --dkEUBIird37B8yKS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDe1BiD657aJF7eIRAtRLAJ9UmG4ZfNZher4wLGg4bVhkrrk2ZACfXruB KNedqPtKQW89tcK7/0XSvoc= =ObGt -----END PGP SIGNATURE----- --dkEUBIird37B8yKS-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 07:40:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 890A016A4CE; Mon, 2 Aug 2004 07:40:41 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB7B43D41; Mon, 2 Aug 2004 07:40:39 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i727eD1u039772 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Aug 2004 08:40:13 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i727eD8i039771; Mon, 2 Aug 2004 08:40:13 +0100 (BST) (envelope-from matthew) Date: Mon, 2 Aug 2004 08:40:13 +0100 From: Matthew Seaman To: "Edwin D. Vinas" Message-ID: <20040802074013.GD39164@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , "Edwin D. Vinas" , freebsd-questions@freebsd.org, freebsd-bluetooth@freebsd.org References: <200408021321.31329.edwinv@asti.dost.gov.ph> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cHMo6Wbp1wrKhbfi" Content-Disposition: inline In-Reply-To: <200408021321.31329.edwinv@asti.dost.gov.ph> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 02 Aug 2004 08:40:13 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-bluetooth@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Can't file transfer via Bluetooth in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 07:40:41 -0000 --cHMo6Wbp1wrKhbfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 02, 2004 at 01:21:31PM +0800, Edwin D. Vinas wrote: > I was able to pair my Nokia 3660 with my FreeBSD-5.2 which has an MSI=20 > bluetooth dongle. I was able to discover other devices, and execute other= =20 > built-in commands such as hccontrol, l2ping, l2control, sdptool etc. But= , I=20 > noticed that the the basic file transfer called OBEX was not yet incorpor= ated=20 > in the FreeBSD-5.2 and that I have to install an openobex or something. I= =20 > have succesfully installed openobex from sourceforge, but it doesn't have= the=20 > "obexapp" command. The i tried installing the "obexapp" from sourceforge = too.=20 > The problem is that I cant install it. >=20 > tar -zxvf obexapp-1.2.tar.gz > (extracts two directories openobex-1.0.1/ and obexapp/) [...] Instead of trying to fix the compilation yourself, you can leverage the work of those who have gone before you by installing the comms/openobex port. In fact, with this software I think that some quite significant patching of code is required: % cd /usr/ports/comms/openobex % ls files/ patch-Makefile.in patch-src-obex.c patch-aclocal.m4 patch-src-obex.h patch-configure.in patch-src-obex_const.h patch-ltmain.sh patch-src-obex_main.c patch-src-btobex.c patch-src-obex_transport.h patch-src-netbuf.h Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --cHMo6Wbp1wrKhbfi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDe/ciD657aJF7eIRAuY5AJ9AK9H4RsKJUsd77ceTKhmYPE+YlwCgsvOM Hh/CyNg6KBSeV5S+KI49VpY= =LySh -----END PGP SIGNATURE----- --cHMo6Wbp1wrKhbfi-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 09:33:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04AE116A4CE for ; Mon, 2 Aug 2004 09:33:37 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31A943D4C for ; Mon, 2 Aug 2004 09:33:34 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i729XVTI007184; Mon, 2 Aug 2004 12:33:31 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i729YE4m039148; Mon, 2 Aug 2004 12:34:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i729YE9i039147; Mon, 2 Aug 2004 12:34:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 2 Aug 2004 12:34:14 +0300 From: Giorgos Keramidas To: DK Message-ID: <20040802093414.GA39066@orion.daedalusnetworks.priv> References: <20040801174900.GC26989@gothmog.gr> <20040802033329.72621.qmail@web41010.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040802033329.72621.qmail@web41010.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: firewalls, xfce4 and apachetoolbox (was: Re: BigApache [..]) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 09:33:37 -0000 On 2004-08-01 20:33, DK wrote: > --- Giorgos Keramidas wrote: > > You have lots of old (out of date) packages installed. Have you > > gotten your FreeBSD workstation to connect to the network yet? If > > yes, you can install `portupgrade' and use it to update all your > > packages/ports to their latest versions. > > I don't feel safe yet connecting my unsecured box to the net with > the 5-10 hits a minute my W2000 box recieves on my broadband link. I > have read the security section of the manual & would like to get > basics working before I rebuild the kernel to install the > firewall(which doesn't seem that easy but I will give it try) The average FreeBSD system is vastly more secure than Windows workstations even without a firewall. You shouldn't worry too much about those Windows viruses trying to connect to your workstation, since they expect to find Windows-specific services/programs and will most certainly fail miserably when they hit a BSD machine. Bearing this in mind you might, of course, find it a bit more reassuring to run a firewall like IPFW. But this doesn't *require* a kernel recompile. You can simply load the ipfw.ko module with kldload(8) and immediatelly start setting up the rules of your firewall ruleset. As root, you can load the ipfw module by: # kldload ipfw The default set of firewall packet inspection rules that ipfw loads will block *EVERYTHING* so you might want to do a bit of research on the available rulesets by reading about rc.firewall, rc.conf and/or browse the contents of the /etc/defaults/rc.conf file: # man rc.firewall # man rc.conf # more /etc/defaults/rc.conf For details about the way the rules can be written, the ipfw manpage can provide useful information. # man ipfw Browsing the archives of this list for discussions about IPFW rulesets is also a good idea as a lot of people have posted questions on this topic and have received many helpful answers from knowledgeable list members. > > This is probably not why xfce doesn't work though. The > > sysutils/xfce4-utils package installs a command called "startxfce4". > > AFAIK, this is the program that fires up xfce. When you install that > > package (as part of the dependency list of xfce4) you should be able to > > use xfce4 as your desktop by editing your ~/.xinitrc file and making > > sure that the last command it runs is: > > > > exec startxfce4 > > my .xinitrc file contains only the one line: > ---------- > exec startxfce4 > ---------- > > & it still won't start. Does the program `startxfce4' even exist on your system? As I mentioned, it's part of the sysutils/xfce4-utils package, so if you didn't install that package you won't have it. > As I can't get it to start, I just delete this line using VI(I am getting > better :) & replace it with "exec wmaker" which starts OK. Heh. Cool :) I prefer Emacs most of the time, but that's clearly a matter of personal taste so it doesn't matter so much. > Apachetoolbox is not an official freeBSD port/package (www.apachetoolbox.com). > Its a script/ports pack that you run which creates all the scripts needed > to install a large array of Apache & other www stuff(eg. MySQL etc). > > The install file that comes with it says to install it by running > install.sh. > > It says(further down) that "BSD users, the script interpreter of > install.sh is BASH (/bin/bash). - Thats why I started BASH - Do you know > what the "bad interpreter" error means ??? > > ----------------------- > bash-2.05# ./install > bash: ./install: No such file or directory > bash-2.05# ./install.sh > bash: ./install.sh: bad interpreter: No such file or directory > bash-2.05# ./install > bash: ./install: No such file or directory > ---------------------- The "bad intepreter" error means that the `install.sh' script (most likely) starts with a line like this: #!/bin/bash This is a special, somewhat "magic" line that, when present at the start of an executable file, instructs the UNIX kernel to fire up the program following "#!" and pass the rest of the script as input to this program. The program is then responsible to "interpret" the script as it sees fit. In this case, the program /bin/bash does not exist, because on FreeBSD bash is installed as /usr/local/bin/bash and not in /bin. The author of this program is most likely a Linux fan and has become accustomed to the Linuxism of expecting that bash is always in /bin :-) Edit `install.sh' and replace `/bin/bash' with `/usr/local/bin/bash' if you have bash installed. As the author of the package has noted below if you don't have bash and the script doesn't use some feature that is bash-specific, you might get away with /bin/sh instead of /bin/bash but this depends on the way the install script is written. > ****************************************************************************** > Solaris/BSD users, the script interpreter of install.sh is BASH (/bin/bash). > Bash should be used, YMMV if you change it to /bin/sh. The next major > release (2.x) will be in perl. If your willing to help port it please > get a hold of me. Cheers, Giorgos From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 09:51:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8156E16A4CE for ; Mon, 2 Aug 2004 09:51:37 +0000 (GMT) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2685243D66 for ; Mon, 2 Aug 2004 09:51:36 +0000 (GMT) (envelope-from Ewald.Jenisch@oekb.at) Received: from Unknown [143.245.2.191] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (4.7); Mon, 02 Aug 2004 11:51:32 +0200 Received: from athena.oekb.co.at ([143.245.83.20]) by MAIL01.oekb.co.at with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Aug 2004 11:51:31 +0200 Received: from athena.oekb.co.at (athena.oekb.co.at [127.0.0.1]) by athena.oekb.co.at (8.12.10/8.12.10) with ESMTP id i729pjhp019751 for ; Mon, 2 Aug 2004 11:51:45 +0200 Received: (from ej@localhost) by athena.oekb.co.at (8.12.10/8.12.10/Submit) id i729pj9K019750 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 11:51:45 +0200 Message-ID: <20040802095145.GA19735@athena.oekb.co.at> From: Ewald Jenisch To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 11:51:45 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-OriginalArrivalTime: 02 Aug 2004 09:51:31.0937 (UTC) FILETIME=[4A304D10:01C47876] User-Agent: Mutt/1.4.1i Subject: HP Systems Insight Manager (HP SIM) under FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 09:51:37 -0000 Hi, Central management of our servers runs under HP SIM (HP Systems Insight Manager), formerly known as CIM (Compaq Insight Manager). HP on its website says it's supported for Windoze, HP-UX and Linux. Has anybody out there got this software running under FreeBSD (possibly using Linux emulation)? Thanks much in advance for any clue, -ewald From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 10:09:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D877916A4CE; Mon, 2 Aug 2004 10:09:26 +0000 (GMT) Received: from kimi.asti.dost.gov.ph (kimi.asti.dost.gov.ph [202.90.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E760643D1F; Mon, 2 Aug 2004 10:09:25 +0000 (GMT) (envelope-from edwinv@asti.dost.gov.ph) Received: from banao.pregi.net (unknown [10.10.8.3]) by kimi.asti.dost.gov.ph (Postfix) with ESMTP id 605502381A2; Mon, 2 Aug 2004 18:08:43 +0800 (PHT) From: "Edwin D. Vinas" Organization: DOST-ASTI To: Matthew Seaman Date: Mon, 2 Aug 2004 18:04:14 +0800 User-Agent: KMail/1.5.4 References: <200408021321.31329.edwinv@asti.dost.gov.ph> <20040802074013.GD39164@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040802074013.GD39164@happy-idiot-talk.infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408021804.14436.edwinv@asti.dost.gov.ph> cc: freebsd-bluetooth@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Can't file transfer via Bluetooth in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 10:09:27 -0000 On Monday 02 August 2004 03:40 pm, you wrote: > On Mon, Aug 02, 2004 at 01:21:31PM +0800, Edwin D. Vinas wrote: > > I was able to pair my Nokia 3660 with my FreeBSD-5.2 which has an MSI > > bluetooth dongle. I was able to discover other devices, and execute other > > built-in commands such as hccontrol, l2ping, l2control, sdptool etc. > > But, I noticed that the the basic file transfer called OBEX was not yet > > incorporated in the FreeBSD-5.2 and that I have to install an openobex or > > something. I have succesfully installed openobex from sourceforge, but it > > doesn't have the "obexapp" command. The i tried installing the "obexapp" > > from sourceforge too. The problem is that I cant install it. > > > > tar -zxvf obexapp-1.2.tar.gz > > (extracts two directories openobex-1.0.1/ and obexapp/) > > [...] > > Instead of trying to fix the compilation yourself, you can leverage > the work of those who have gone before you by installing the > comms/openobex port. In fact, with this software I think that some > quite significant patching of code is required: > > % cd /usr/ports/comms/openobex > % ls files/ > patch-Makefile.in patch-src-obex.c > patch-aclocal.m4 patch-src-obex.h > patch-configure.in patch-src-obex_const.h > patch-ltmain.sh patch-src-obex_main.c > patch-src-btobex.c patch-src-obex_transport.h > patch-src-netbuf.h > Thanks Matthew for the reply. But, its sad to say that I can't find any "openobex" ports in my machine. banao# ls /usr/ports/comms/openobex ls: /usr/ports/comms/openobex: No such file or directory I thought of actually using this openobex port but do you know how to find the ports if its not in the distribution? Im using FreeBSD-5.2 and KDE 3.0. Im actually searching the web for it but some sites dont have a link to the files to be downloaded. In case you know where to find the installer that would really work for FreeBSD-5.2, please send the link to me. Thanks again! -edwin > Cheers, > > Matthew From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 10:29:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFF1816A4CE for ; Mon, 2 Aug 2004 10:29:43 +0000 (GMT) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6E3D43D6D for ; Mon, 2 Aug 2004 10:29:42 +0000 (GMT) (envelope-from Ewald.Jenisch@oekb.at) Received: from Unknown [143.245.2.191] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (4.7); Mon, 02 Aug 2004 12:29:37 +0200 Received: from athena.oekb.co.at ([143.245.83.20]) by MAIL01.oekb.co.at with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Aug 2004 12:29:36 +0200 Received: from athena.oekb.co.at (athena.oekb.co.at [127.0.0.1]) by athena.oekb.co.at (8.12.10/8.12.10) with ESMTP id i72ATnhp020019 for ; Mon, 2 Aug 2004 12:29:49 +0200 Received: (from ej@localhost) by athena.oekb.co.at (8.12.10/8.12.10/Submit) id i72ATnFr020018 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 12:29:49 +0200 Message-ID: <20040802102949.GA19809@athena.oekb.co.at> From: Ewald Jenisch To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 12:29:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-OriginalArrivalTime: 02 Aug 2004 10:29:36.0437 (UTC) FILETIME=[9BDB5650:01C4787B] User-Agent: Mutt/1.4.1i Subject: SNMP MIBs for HP Proliant? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 10:29:43 -0000 Hi, For a HP Compaq Proliant DL360 I'm looking for the SNMP-MIBs that cover the following items: o) Disk-IO o) Disk-usage (capacity used) o) Memory usage o) Compaq/HP Smartarray (Compaq Smart Array 5i), esp. disk failure etc. o) CPU Usage (two Xeons running SMP (hyperthreading to 4 virtual CPUs) o) Network-IO Does anybody know where I can get hold of the respective MIBs? Somewhat related to the above question: Is it possible to make the respective MIB variables available via net-snmp in order to either poll them (snmp read) or send traps when reaching certain thresholds? I esp. thought about sending traps when e.g. the smartarray reports a problem, disks become full etc. TIA for your help, -ewald From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 11:02:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C05DF16A4CE for ; Mon, 2 Aug 2004 11:02:52 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D61D43D60 for ; Mon, 2 Aug 2004 11:02:52 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from [192.168.254.3] (bsdbox [192.168.254.3]) by fw.farid-hajji.net (Postfix) with ESMTP id 087954AF8E; Mon, 2 Aug 2004 13:03:10 +0200 (CEST) Message-ID: <410E2063.6080205@cordula.ws> Date: Mon, 02 Aug 2004 13:07:15 +0200 From: cpghost User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040710) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maksym Marchenko References: In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Headless Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 11:02:52 -0000 Maksym Marchenko wrote: > Hi! > > I try to install 4.10 on headless PC(without a monitor and vga output) > So I've used my laptop as a serial console (via null modem cable). > All was wonderfull, but after end of install procedure und reboot, > I see with this terminal (cu -l /dev/cuaa0) all and the date for > the login line. But not the login prompt. So I can't to log in and > do anything. > What have I to do, to log in this headless PC? Maksym, you need to start a getty process on the serial line, by editing /etc/ttys like this: console none unknown off secure ttyv0 "/usr/libexec/getty Pc" cons25 off secure ttyv1 "/usr/libexec/getty Pc" cons25 off secure ttyv2 "/usr/libexec/getty Pc" cons25 off secure ttyv3 "/usr/libexec/getty Pc" cons25 off secure ttyv4 "/usr/libexec/getty Pc" cons25 off secure ttyv5 "/usr/libexec/getty Pc" cons25 off secure ttyv6 "/usr/libexec/getty Pc" cons25 off secure ttyv7 "/usr/libexec/getty Pc" cons25 off secure ttyd0 "/usr/libexec/getty std.9600" dialup on secure ttyd1 "/usr/libexec/getty std.9600" dialup off secure ttyd2 "/usr/libexec/getty std.9600" dialup off secure ttyd3 "/usr/libexec/getty std.9600" dialup off secure In /stand/sysinstall (or /usr/sbin/sysinstall), you can edit ttys. I'm running 5.2-CURRENT on net4801 Soekris hardware, and this is exaclty what is needed to get login prompt on the serial console. Good luck! cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 11:29:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5106F16A4CE for ; Mon, 2 Aug 2004 11:29:50 +0000 (GMT) Received: from dbmail-mx9.orcon.net.nz (loadbalancer2.orcon.net.nz [219.88.242.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D8843D5E for ; Mon, 2 Aug 2004 11:29:49 +0000 (GMT) (envelope-from me@philth.net.nz) Received: from [10.58.2.16] (port-222-152-49-103.fastadsl.net.nz [222.152.49.103])i72BTHd2007181; Mon, 2 Aug 2004 23:29:18 +1200 Message-ID: <410E25A0.9050801@philth.net.nz> Date: Mon, 02 Aug 2004 23:29:36 +1200 From: Philip Murray User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Comrade Burnout References: <410D516C.8070106@comradeburnout.com> In-Reply-To: <410D516C.8070106@comradeburnout.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version 0.72, clamav-milter version 0.72 on dbmail-mx9.orcon.net.nz X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 11:29:50 -0000 Comrade Burnout wrote: > i recently upgraded some machines to FreeBSD 5.2.1-STABLE, and trying > to install the PEAR objects (PHP stuff). > > I've looked through the INDEX file in my local ports collection, and > the PEAR tree is looking for: > > php4-4.3.4 > whereas mod_php4 and any of the other (non-PEAR ) PHP ports are > looking for: > > mod_php4-4.3.4,1 > PEAR needs a command line PHP binary to be able to run. The mod_php4 package only installs an Apache module and not the commandline PHP binary. Thus PEAR would be unuseable. The upside, is that the php4 package includes the command line binary, an Apache module and the CGI executable. Cheers Philip From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 11:48:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5BFB16A4CE; Mon, 2 Aug 2004 11:48:45 +0000 (GMT) Received: from mail.imp.ch (ns1.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C17E643D58; Mon, 2 Aug 2004 11:48:44 +0000 (GMT) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.9p2/8.12.3) with ESMTP id i72BmY2k054401; Mon, 2 Aug 2004 13:48:35 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Mon, 2 Aug 2004 13:48:34 +0200 (CEST) From: Martin Blapp To: freebsd-hackers@freebsd.org Message-ID: <20040802133701.V27692@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checksum: a29a233aa37c0924050fa4c5c317243a X-Virus-Message-Status: No X-Virus-Status: No, scantime="0.0017 seconds" X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=4 scantime="1.1575 seconds" tests=BAYES_00 X-Scanned-By: MIMEDefang 2.44 cc: questions@freebsd.org Subject: Solution: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 11:48:46 -0000 Hi all, We have many Mysql's running here, and just to tell you, there are fixes/workarounds for the behaviour you see: FreeBSD 4.8 / 4.9 / 4.10 : -------------------------- Compile port with WITH_LINUXTHREADS=YES or remove tcpwrappers support manually from the build if it hangs with libc_r. Use IP adresses for master/slave configurations in my.cnf. On problem here is that getnamebyhost() is not threadsafe. This produces the strange errors you see. We run all mysqld without tcpwrappers support and do not have any hangs anymore. FreeBSD 5.2.1 ------------- You have to use libc_r.so libpthreads.so hangs occasionally FreeBSD Current --------------- You can use libpthrads.so or libc_r.so Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 12:09:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7D8316A4CE; Mon, 2 Aug 2004 12:09:38 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6947A43D1F; Mon, 2 Aug 2004 12:09:37 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i72C9Eir011910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Aug 2004 13:09:14 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i72C9E5d011909; Mon, 2 Aug 2004 13:09:14 +0100 (BST) (envelope-from matthew) Date: Mon, 2 Aug 2004 13:09:14 +0100 From: Matthew Seaman To: "Edwin D. Vinas" Message-ID: <20040802120914.GB11420@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , "Edwin D. Vinas" , freebsd-bluetooth@freebsd.org, freebsd-questions@freebsd.org References: <200408021321.31329.edwinv@asti.dost.gov.ph> <20040802074013.GD39164@happy-idiot-talk.infracaninophile.co.uk> <200408021804.14436.edwinv@asti.dost.gov.ph> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7ZAtKRhVyVSsbBD2" Content-Disposition: inline In-Reply-To: <200408021804.14436.edwinv@asti.dost.gov.ph> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 02 Aug 2004 13:09:14 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-bluetooth@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Can't file transfer via Bluetooth in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 12:09:38 -0000 --7ZAtKRhVyVSsbBD2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 02, 2004 at 06:04:14PM +0800, Edwin D. Vinas wrote: =20 > Thanks Matthew for the reply. But, its sad to say that I can't find any= =20 > "openobex" ports in my machine. >=20 > banao# ls /usr/ports/comms/openobex > ls: /usr/ports/comms/openobex: No such file or directory >=20 > I thought of actually using this openobex port but do you know how to fin= d the=20 > ports if its not in the distribution? Im using FreeBSD-5.2 and KDE 3.0. I= m=20 > actually searching the web for it but some sites dont have a link to the= =20 > files to be downloaded. In case you know where to find the installer that= =20 > would really work for FreeBSD-5.2, please send the link to me. > You have an out of date ports tree: openobex has been in ports for some 4 months now: http://www.freebsd.org/ports/comms.html#openobex-1.0.1 You're also running a deprecated version of FreeBSD -- there were some serious bugs in version 5.2 which necessitated the release of 5.2.1 shortly afterwards. I advise you to install cvsup -- # pkg_add -r cvsup-without-gui and then use that to get an up to date copy of the ports tree. While you're at it, also install portupgrade(1) as that will make maintaining your installed ports into a doddle. Instructions from the Handbook are here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.h= tml http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and a series of articles which give some very useful hints and tips are here: http://www.oreillynet.com/pub/a/bsd/2003/08/07/FreeBSD_Basics.html http://www.oreillynet.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html http://www.oreillynet.com/pub/a/bsd/2003/09/18/FreeBSD_Basics.html Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --7ZAtKRhVyVSsbBD2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDi7qiD657aJF7eIRAiavAJ985aMovpcDJqYB1kPeM91dKko9AgCff+0E WOEwdApm47fODyA82Fkn224= =hv/C -----END PGP SIGNATURE----- --7ZAtKRhVyVSsbBD2-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:02:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EDDF16A4CE for ; Mon, 2 Aug 2004 13:02:57 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B36343D64 for ; Mon, 2 Aug 2004 13:02:56 +0000 (GMT) SRS0=tq3Poi26=KY=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i72D27cG043281 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 15:02:07 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408021302.I72D26H5043271@asarian-host.net> Date: Mon, 02 Aug 2004 13:02:07 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: dQfBNREMyddAvO+JaTGoA5OuTbuaS5o1sLlAKXhtTohexdoQG2VlN+EKKOSQzndUXAM57ejneG/PeTpxmKIWjQ== X-Complaints-To: abuse@asarian-host.net X-AutoFormat: yes X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ47TzFqW1BleBN9AQGbtgf8Da4uWNrRXZNA/3+iHj6k1b8oTclelI+H iyudYC8OiLxF07ia73gIJwq3FTuitO+OlZCj/C3giGikEeXT3MePZm2dUqOPr+0Q ZWNhtV03MumlcCkOJ3JjGiMGUHF53sHXrTFq/c4lgqraBkOCr8ZkPIYHSP2+bllp S2yKlW6gKaa2bNcM2v46CKMZn8nAVTERFEd0qFLQPukf8iAz7UsGfjm1lHdAiogd PZrYuKJsyH5qebr6o3LdBGvgNnL7fgHqZ9/uCom5dt0TE4Hv7HwPeOQdNtYsgLvv Zb44mlemosvFCMptzCQqYzJH3k+F2UT+sUs3BjwVob3lgzVKHdFaIQ== =isv4 Subject: ipfw: unknown argument ``not'' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 13:02:57 -0000 Dear list, I try to do the following, as per the ipfw2 manual for FreeBSD 4.9R-p3: ipfw add deny ip from any to any not verrevpath in And I get the following error: ipfw: unknown argument ``not'' What could be the cause of that? Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:05:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74E0416A4CE; Mon, 2 Aug 2004 13:05:02 +0000 (GMT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D75343D58; Mon, 2 Aug 2004 13:05:02 +0000 (GMT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i72D4X3w012498; Mon, 2 Aug 2004 09:04:33 -0400 (EDT) Date: Mon, 2 Aug 2004 09:04:33 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Martin Blapp In-Reply-To: <20040802133701.V27692@cvs.imp.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hackers@freebsd.org cc: questions@freebsd.org Subject: Re: Solution: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 13:05:02 -0000 On Mon, 2 Aug 2004, Martin Blapp wrote: > > Hi all, > > We have many Mysql's running here, and just to tell you, there > are fixes/workarounds for the behaviour you see: > > FreeBSD 4.8 / 4.9 / 4.10 : > -------------------------- > > Compile port with WITH_LINUXTHREADS=YES or remove tcpwrappers > support manually from the build if it hangs with libc_r. Use IP adresses for > master/slave configurations in my.cnf. On problem here is that getnamebyhost() > is not threadsafe. This produces the strange errors you see. Isn't tcpwrappers support broken due to gcc compile options? Or was that only in -current? -- Dan Eischen From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:13:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A002516A4CE for ; Mon, 2 Aug 2004 13:13:42 +0000 (GMT) Received: from bdc.corp.cetlink.net (rhsc-corp-gw.cetlink.net [209.198.2.98]) by mx1.FreeBSD.org (Postfix) with SMTP id 4F21243D66 for ; Mon, 2 Aug 2004 13:13:42 +0000 (GMT) (envelope-from jeff@cetlink.net) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Date: Mon, 2 Aug 2004 09:13:32 -0400 Message-ID: <1EF727B655B5344F8A08DCBCF5F4BB231537FE@bdc.corp.cetlink.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Apache 2.0.50 port is busted Thread-Index: AcR2hiZOK9SL7TNmQVa+uJX/GWjCHACDBbrQ From: "Jeffrey Wheat" To: "Alexander Liebau" , "Josh Paetzel" cc: freebsd-questions@freebsd.org Subject: RE: Apache 2.0.50 port is busted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 13:13:42 -0000 I have it working thanks to the port maintainer... Basically it builds and installs fine. Those error messages are a part of libtool and can be ignored. Now I wonder why that isn't=20 just patched like so many other ports are to eliminate those messages since .la are not used to avoid people asking or posting about that problem. Jeff=20 > -----Original Message----- > From: Alexander Liebau [mailto:beisser@lefti.net]=20 > Sent: Friday, July 30, 2004 6:39 PM > To: Josh Paetzel > Cc: Jeffrey Wheat; freebsd-questions@freebsd.org > Subject: AW: Apache 2.0.50 port is busted >=20 > but why do some ppl have problems compiling apache on a fresh=20 > install? kinda weird isnt it? >=20 > -----Ursprungliche Nachricht----- > Von: Josh Paetzel [mailto:friar_josh@tcbug.org] > Gesendet: Samstag, 31. Juli 2004 00:33 > An: Alexander Liebau > Cc: Jeffrey Wheat; freebsd-questions@freebsd.org > Betreff: Re: Apache 2.0.50 port is busted >=20 >=20 > On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote: > > i had the same problem, asked the same questions and noone=20 > was able to > help > > :/ > > > > -----Ursprungliche Nachricht----- > > Von: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]Im Auftrag von Jeffrey=20 > > Wheat > > Gesendet: Freitag, 30. Juli 2004 23:31 > > An: freebsd-questions@freebsd.org > > Betreff: Apache 2.0.50 port is busted > > > > > > Has anyone else attempted to build the apache-2.0.50 port=20 > from cvs'd=20 > > port tree a couple hours ago? I am trying to build this on a 5.2.1=20 > > (i386) box and it looks like the libtool bug is as present as ever: > > >=20 > =3D=3D=3D> Compressing manual pages for apache-2.0.50 > =3D=3D=3D> Registering installation for apache-2.0.50 >=20 >=20 > Josh Paetzel >=20 >=20 >=20 >=20 > !DSPAM:410ace3e771204662273925! >=20 >=20 >=20 From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:24:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B45616A4CE for ; Mon, 2 Aug 2004 13:24:28 +0000 (GMT) Received: from dime54.dizinc.com (dime54.dizinc.com [66.194.239.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFBF843D45 for ; Mon, 2 Aug 2004 13:24:27 +0000 (GMT) (envelope-from freebsd@solisix.com) Received: from c-67-172-98-39.client.comcast.net ([67.172.98.39] helo=[192.168.1.13]) by dime54.dizinc.com with esmtp (Exim 4.34) id 1Brcng-0007Je-Ns for freebsd-questions@freebsd.org; Mon, 02 Aug 2004 09:24:25 -0400 From: Bruce To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1091453012.3364.1.camel@solid.solisixoffice> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 02 Aug 2004 09:23:32 -0400 Content-Transfer-Encoding: 7bit X-PopBeforeSMTPSenders: bhunter@solisix.com,freebsd@solisix.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - dime54.dizinc.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - solisix.com X-Source: X-Source-Args: X-Source-Dir: Subject: Video Driver - Rage Pro Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 13:24:28 -0000 I have an old IBM Aptiva with a Rage Pro video card. What video driver do I use for this card? I am using XF86. Thanks From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:34:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A68516A4CE for ; Mon, 2 Aug 2004 13:34:25 +0000 (GMT) Received: from alpha.catacombs.de (mail.catacombs.de [80.67.228.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id F22CD43D1F for ; Mon, 2 Aug 2004 13:34:23 +0000 (GMT) (envelope-from beisser@lefti.net) Received: from hauntedhouse (pD9E91945.dip0.t-ipconnect.de [217.233.25.69]) (authenticated bits=0) by alpha.catacombs.de (8.12.10/8.12.10) with ESMTP id i72DY7rx038187; Mon, 2 Aug 2004 15:34:11 +0200 (CEST) (envelope-from beisser@lefti.net) From: "Alexander Liebau" To: "Jeffrey Wheat" , "Josh Paetzel" Date: Mon, 2 Aug 2004 15:32:32 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <1EF727B655B5344F8A08DCBCF5F4BB231537FE@bdc.corp.cetlink.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on alpha.catacombs.de cc: freebsd-questions@freebsd.org Subject: AW: Apache 2.0.50 port is busted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 13:34:25 -0000 well for me those errors cant be ignored because it doesnt install all the .so-files (due to these errors). apache wont start unless i comment out ALL .so in the config-file :( -----Ursprungliche Nachricht----- Von: Jeffrey Wheat [mailto:jeff@cetlink.net] Gesendet: Montag, 2. August 2004 15:14 An: Alexander Liebau; Josh Paetzel Cc: freebsd-questions@freebsd.org Betreff: RE: Apache 2.0.50 port is busted I have it working thanks to the port maintainer... Basically it builds and installs fine. Those error messages are a part of libtool and can be ignored. Now I wonder why that isn't just patched like so many other ports are to eliminate those messages since .la are not used to avoid people asking or posting about that problem. Jeff > -----Original Message----- > From: Alexander Liebau [mailto:beisser@lefti.net] > Sent: Friday, July 30, 2004 6:39 PM > To: Josh Paetzel > Cc: Jeffrey Wheat; freebsd-questions@freebsd.org > Subject: AW: Apache 2.0.50 port is busted > > but why do some ppl have problems compiling apache on a fresh > install? kinda weird isnt it? > > -----Ursprungliche Nachricht----- > Von: Josh Paetzel [mailto:friar_josh@tcbug.org] > Gesendet: Samstag, 31. Juli 2004 00:33 > An: Alexander Liebau > Cc: Jeffrey Wheat; freebsd-questions@freebsd.org > Betreff: Re: Apache 2.0.50 port is busted > > > On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote: > > i had the same problem, asked the same questions and noone > was able to > help > > :/ > > > > -----Ursprungliche Nachricht----- > > Von: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]Im Auftrag von Jeffrey > > Wheat > > Gesendet: Freitag, 30. Juli 2004 23:31 > > An: freebsd-questions@freebsd.org > > Betreff: Apache 2.0.50 port is busted > > > > > > Has anyone else attempted to build the apache-2.0.50 port > from cvs'd > > port tree a couple hours ago? I am trying to build this on a 5.2.1 > > (i386) box and it looks like the libtool bug is as present as ever: > > > > ===> Compressing manual pages for apache-2.0.50 > ===> Registering installation for apache-2.0.50 > > > Josh Paetzel > > > > > !DSPAM:410ace3e771204662273925! > > > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:42:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E14B16A4CE for ; Mon, 2 Aug 2004 13:42:53 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CA8843D5F for ; Mon, 2 Aug 2004 13:42:52 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id A22F2813A; Mon, 2 Aug 2004 15:44:18 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 39371-02; Mon, 2 Aug 2004 15:44:18 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 50C7180F6; Mon, 2 Aug 2004 15:44:18 +0200 (CEST) From: Jorn Argelo To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 15:42:50 +0200 User-Agent: KMail/1.6.2 References: <1091453012.3364.1.camel@solid.solisixoffice> In-Reply-To: <1091453012.3364.1.camel@solid.solisixoffice> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408021543.00331.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Bruce Subject: Re: Video Driver - Rage Pro Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 13:42:53 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 02 August 2004 15:23, Bruce wrote: > I have an old IBM Aptiva with a Rage Pro video card. What video driver > do I use for this card? I am using XF86. > > Thanks # XFree86 -configure This will let XFree86 probe automatically for your hardware. If it was=20 successful then type this: # XFree86 -xf86config /root/XF86Config.new If X starts (note there will be no windows open), use CTRL-ALT-backspace to= go=20 back to the command shell. After that type this: # cp /root/XF86Config /etc/X11/XF86Config NOFI, but don't you think you could have found that out yourself with Googl= e's=20 help? Cheers, Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDkTfs2lBCry7iusRAlNiAJ45NlQgzLhpDqFmZMr+rlheSQIT3wCgoyMR xzl2vvSGrBut5EcrA9qrFsI=3D =3DDDCT =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:56:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38CCB16A4CE for ; Mon, 2 Aug 2004 13:56:10 +0000 (GMT) Received: from public.comradeburnout.com (net-6621941-196.customer.corenap.com [66.219.41.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB0CD43D58 for ; Mon, 2 Aug 2004 13:56:09 +0000 (GMT) (envelope-from geektron@comradeburnout.com) Received: from [127.0.0.1] (rrcs-sw-24-173-210-82.biz.rr.com [24.173.210.82]) by public.comradeburnout.com (Postfix) with ESMTP id 7875260F8; Mon, 2 Aug 2004 09:04:36 -0500 (CDT) Message-ID: <410E45CB.2010607@comradeburnout.com> Date: Mon, 02 Aug 2004 08:46:51 -0500 From: Comrade Burnout User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en To: Matthew Seaman References: <410D516C.8070106@comradeburnout.com> <20040802071432.GA39164@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040802071432.GA39164@happy-idiot-talk.infracaninophile.co.uk> Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 13:56:10 -0000 Matthew Seaman wrote: On Sun, Aug 01, 2004 at 03:24:12PM -0500, Comrade Burnout wrote: when i try to use pkg_add ... i get the following: burnt# pkg_add -r pear-DB Fetching [1]ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/p ear-DB.tbz... Done. Fetching [2]ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/All/php4 -4.3.4_2.tbz... Done. pkg_add: package 'php4-4.3.4_2' conflicts with mod_php4-4.3.4_2,1 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'php4-4.3.4_2' failed! is there a way to tweak the Makefile locally to force the PEAR install to use the existing PHP version? What Makefile? You're installing via packages, and by the time the package has been built, there's no more need for Makefiles... OK, that's just my misunderstanding about ports vs anything else In order to solve your problem, you can follow the instructions so helpfully printed out by pkg_add(1) and use the '-f' flag. That should work fine, as mod_php4 will fulfil the dependencies. well, i thought so originally, but there was always some flavor of conflict. But the answer to that is just a cvsup(1) away. i've already installed cvsup, and supposedly pulled down the ports collection, but .... it doesn't seem that anything is local, even after running cvsup. i broke down and installed the PEAR stuff manually ... it did the job, but isn't necessarily the optimum solution. References 1. ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/pear-DB.tbz 2. ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/All/php4-4.3.4_2.tbz From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:58:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C9E016A4CF for ; Mon, 2 Aug 2004 13:58:35 +0000 (GMT) Received: from public.comradeburnout.com (net-6621941-196.customer.corenap.com [66.219.41.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7302D43D3F for ; Mon, 2 Aug 2004 13:58:35 +0000 (GMT) (envelope-from geektron@comradeburnout.com) Received: from [127.0.0.1] (rrcs-sw-24-173-210-82.biz.rr.com [24.173.210.82]) by public.comradeburnout.com (Postfix) with ESMTP id EC8266110; Mon, 2 Aug 2004 09:07:26 -0500 (CDT) Message-ID: <410E4678.1000604@comradeburnout.com> Date: Mon, 02 Aug 2004 08:49:44 -0500 From: Comrade Burnout User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Philip Murray References: <410D516C.8070106@comradeburnout.com> <410E25A0.9050801@philth.net.nz> In-Reply-To: <410E25A0.9050801@philth.net.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 13:58:35 -0000 Philip Murray wrote: > Comrade Burnout wrote: > >> i recently upgraded some machines to FreeBSD 5.2.1-STABLE, and trying >> to install the PEAR objects (PHP stuff). >> >> I've looked through the INDEX file in my local ports collection, and >> the PEAR tree is looking for: >> >> php4-4.3.4 >> whereas mod_php4 and any of the other (non-PEAR ) PHP ports are >> looking for: >> >> mod_php4-4.3.4,1 >> > PEAR needs a command line PHP binary to be able to run. The mod_php4 > package only installs an Apache module and not the commandline PHP > binary. > Thus PEAR would be unuseable. The upside, is that the php4 package > includes the command line binary, an Apache module and the CGI > executable. well, i did say "and others". i had the php4 package installed, but there were other conflicts (that i don't remember at the moment -- the original problem was making sure the mysql-client libs were in synch with the mysql server i'm using. i tried to go up to mysql-4.1, but the packages for mod_php, php, etc. have a dependency listed for the 'earlier' release of mysql ) > > Cheers > > Philip > _______________________________________________ > 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 Aug 2 14:26:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34B9716A4CE for ; Mon, 2 Aug 2004 14:26:11 +0000 (GMT) Received: from whatexit.org (whatexit.org [64.32.179.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E8A43D48 for ; Mon, 2 Aug 2004 14:26:11 +0000 (GMT) (envelope-from tal@whatexit.org) Received: from localhost (unknown [127.0.0.1]) by whatexit.org (Postfix) with ESMTP id D680265EB for ; Mon, 2 Aug 2004 14:26:07 +0000 (US/Eastern) Received: from whatexit.org ([127.0.0.1]) by localhost (joisey [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17747-02-2 for ; Mon, 2 Aug 2004 10:25:54 -0400 (EDT) Received: from [10.0.1.5] (ool-4351ec81.dyn.optonline.net [67.81.236.129]) by whatexit.org (Postfix) with ESMTP id 3F87A65EE for ; Mon, 2 Aug 2004 10:25:54 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <9C51062C-E0E9-11D8-B4EB-000D93C2342A@whatexit.org> References: <9C51062C-E0E9-11D8-B4EB-000D93C2342A@whatexit.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Tom Limoncelli Date: Mon, 2 Aug 2004 10:25:55 -0400 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.618) X-Virus-Scanned: by amavisd-new at whatexit.org Subject: Re: Setting up good certs for ports/mail/imap-uw? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 14:26:11 -0000 On Jul 28, 2004, at 6:58 PM, Tom Limoncelli wrote: > The instructions for ports/mail/imap-uw tell you that "make cert" > generates certs that are self-signed and warns you that it is better > to get "real" certs but doesn't explain how to do that. Any > suggestions? Thanks to Simon J. Oliver for the answer. The .csr isn't generated. Here's a patch for the Makefile (submitted to the port maintainer) to generate the file. Or you can manually do: cd /usr/local/certs openssl x509 -x509toreq -in imapd.pem -signkey imapd.pem -out imapd.csr The imapd.csr file is the data that gets submitted to the signing authority. --Tom *** /usr/ports/mail/imap-uw/Makefile.ORIG Sun Aug 1 21:07:54 2004 --- /usr/ports/mail/imap-uw/Makefile Sun Aug 1 21:43:26 2004 *************** *** 113,119 **** --- 113,123 ---- @${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/certs @openssl req -new -x509 -days 365 -nodes -config ${FILESDIR}/imap-uw.cnf -out ${PREFIX}/certs/imapd.pem -keyout ${PREFIX}/certs/imapd.pem @openssl x509 -subject -dates -fingerprint -noout -in ${PREFIX}/certs/imapd.pem + @openssl x509 -x509toreq -in ${PREFIX}/certs/imapd.pem -signkey ${PREFIX}/certs/imapd.pem -out ${PREFIX}/certs/imapd.csr @${CHMOD} 700 ${PREFIX}/certs/imapd.pem @${LN} -s ${PREFIX}/certs/imapd.pem ${PREFIX}/certs/ipop3d.pem From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 14:29:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E640616A4CE; Mon, 2 Aug 2004 14:29:30 +0000 (GMT) Received: from search.sparks.net (search.sparks.net [207.5.180.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90FD43D6A; Mon, 2 Aug 2004 14:29:30 +0000 (GMT) (envelope-from dmiller@miningworks.com) Received: by search.sparks.net (Postfix, from userid 100) id 219C1A902; Mon, 2 Aug 2004 10:29:30 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by search.sparks.net (Postfix) with ESMTP id 1AB37A901; Mon, 2 Aug 2004 10:29:30 -0400 (EDT) Date: Mon, 2 Aug 2004 10:29:30 -0400 (EDT) From: somethrowawayaddy@d.sparks.net X-Sender: dmiller@search.sparks.net To: adp In-Reply-To: <00dd01c47775$0087df40$0200a8c0@THEBOX> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: dmiller@miningworks.com cc: freebsd-database@freebsd.org cc: freebsd-hackers@freebsd.org cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 14:29:31 -0000 On Sat, 31 Jul 2004, adp wrote: > I recently posted the following message to MySQL discussion list. The > response there, and the one I keep finding on Google, is that this is a > long-standing issue betweeen FreeBSD and MySQL. For me this has been > happening since FreeBSD 4.4. I had that problem a couple of years ago and resolved it on a box that's still in use. Very heavily loaded machine, 15 GB database, over 300 million rows in one table. I couldn't find notes on it, however, and don't recall exactly what it was. One thing it might have been - did you change the HZ value in your kernel conf file, perhaps for device polling? I ran into problems on this machine when setting HZ above 500 but don't recall for sure it was mysql problems. I'm happy to share the mysql build and conf files, and the kernel conf file if you think it would help. I think it was a kernel tweak that solved the problem. HTH, --- David From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 14:33:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E07916A4CE for ; Mon, 2 Aug 2004 14:33:58 +0000 (GMT) Received: from mail.onego.ru (mail2.onego.ru [62.33.22.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545F743D4C for ; Mon, 2 Aug 2004 14:33:57 +0000 (GMT) (envelope-from shmil@onego.ru) Received: from axbcomputer (as2-116.dialup.onego.ru [217.107.59.117]) by mail.onego.ru (8.12.11/8.12.11) with SMTP id i72EXZlN006605 for ; Mon, 2 Aug 2004 18:33:36 +0400 Message-ID: <000e01c47818$44291db0$753b6bd9@axbcomputer> From: "ilich" To: Date: Mon, 2 Aug 2004 02:37:44 +0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: video X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 14:33:58 -0000 Hello all. I want to watch video films in console using MPlayer or other video = players. I have tried to use SVGAlib, but it supports 4 bit per pixel only, but I = want more. What does mean Framebuffer and can it decide my problem? Help me please! Thanks, beforehand. Alexander from Russia. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 14:37:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C6B16A4CE for ; Mon, 2 Aug 2004 14:37:33 +0000 (GMT) Received: from viefep17-int.chello.at (viefep17-int.chello.at [213.46.255.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id A841943D5D for ; Mon, 2 Aug 2004 14:37:32 +0000 (GMT) (envelope-from daff@dword.org) Received: from Tirith.arda ([62.178.18.156]) by viefep17-int.chello.at (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040802143730.BILJ21832.viefep17-int.chello.at@Tirith.arda> for ; Mon, 2 Aug 2004 16:37:30 +0200 Received: from localhost (localhost.arda [127.0.0.1]) by Tirith.arda (Postfix) with ESMTP id 30317284 for ; Mon, 2 Aug 2004 16:37:28 +0200 (CEST) Received: from Tirith.arda ([127.0.0.1]) by localhost (Tirith.arda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53452-01 for ; Mon, 2 Aug 2004 16:37:16 +0200 (CEST) Received: from Pelargir.arda (pelargir.arda [192.168.0.2]) by Tirith.arda (Postfix) with ESMTP id 5D233282 for ; Mon, 2 Aug 2004 16:37:15 +0200 (CEST) Received: by Pelargir.arda (Postfix, from userid 1001) id 152DFA9FC; Mon, 2 Aug 2004 16:37:17 +0200 (CEST) Date: Mon, 2 Aug 2004 16:37:17 +0200 From: Andreas Ntaflos To: freebsd-questions@freebsd.org Message-ID: <20040802143717.GA77619@Pelargir.arda> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE Subject: Ripping Audio CDs and "Enhanced" Audio CDs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 14:37:33 -0000 Hello list, FreeBSD 4.10-STABLE, using ripit.pl (audio/ripit) with lame and dagrab. I've got a (quite simple?) question which keeps me up at nights (not really :-). How do you rip those audio CDs that are "enhanced"? That's the CDs that have such fancy "multimedia" features you can use when you put the CD in a CD-ROM drive (under Windows of course), eg play some low-quality music video or navigate around some menus. I am of course not interested in any of those features, just want to make some MP3s from that CD so I can put them on my MP3 player. Here's the problem I have with every CD of that kind: I can rip every audio track except the last one, that is the track that comes before the data track on the CD, eg: Track 01: audio . . . Track 09: audio Track 10: data An example of such a CD is the "Rock in Rio" album by Iron Maiden. Ripping track 09 from the CD fails, no matter what ripper I use (dagrab, dd, cdparanoia, cdda2wav). Unfortunately I can't reproduce any error messages at the moment, but maybe someone knows what I mean? It basically stops reading after about 90% of the track and exists with an error message. Note: ripping and encoding normal CDs works like a charme, from the first to the last track. Using a Windows machine to rip an "enhanced" CD works of course, but I should be really surprised if such a task was impossible under FreeBSD. Does anybody have an idea? I'd appreciate any help. Thanks in advance. -- Andreas "daff" Ntaflos | "A cynic is a man who knows the price of daff AT dword DOT org | everything, and the value of nothing." Vienna, AUSTRIA | Oscar Wilde From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 14:49:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A5B116A4CE for ; Mon, 2 Aug 2004 14:49:05 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3EA443D31 for ; Mon, 2 Aug 2004 14:49:04 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i72EmqP22346; Mon, 2 Aug 2004 10:48:52 -0400 (EDT) From: Jerry McAllister Message-Id: <200408021448.i72EmqP22346@clunix.cl.msu.edu> To: friar_josh@tcbug.org (Josh Paetzel) Date: Mon, 2 Aug 2004 10:48:52 -0400 (EDT) In-Reply-To: <200408011829.58952.friar_josh@tcbug.org> from "Josh Paetzel" at Aug 01, 2004 06:29:58 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Way OT programming question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 14:49:05 -0000 > > I've been muddling through some of the source files for FreeBSD > 5.2.1-RELEASE, and I've noticed that a large number of .c files > in /usr/src have something similar to below in them: > > #ifndef lint > #if 0 > static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; > #endif > #endif /* not lint */ > #include > __FBSDID("$FreeBSD: src/bin/cat/cat.c,v 1.29 2003/04/30 17:40:28 > obrien Exp $"); > > 1) Isn't 'if 0' always negative? In a boolean usage like above, yes. Anyway, FALSE usually gets defined to be 0. So, the above piece of code is disabled - sort of commented out, so to speak. > 2) What is the __FBSDID line doing? Looks like it sets or checks some version information. Guess I could look it up, but then, so could you. ////jerry > > -- > Thanks, > > Josh Paetzel > _______________________________________________ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 14:49:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2978C16A4CE for ; Mon, 2 Aug 2004 14:49:33 +0000 (GMT) Received: from router.ua.pmmci.com (ua.pmmci.com [213.186.210.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 2BA7743D4C for ; Mon, 2 Aug 2004 14:49:32 +0000 (GMT) (envelope-from mirya@ua.pmmci.com) Received: (qmail 26811 invoked from network); 2 Aug 2004 14:49:22 -0000 Received: from t-mirya.ua.pmmci.com (HELO TMirya) (10.9.4.7) by router.ua.pmmci.com with SMTP; 2 Aug 2004 14:49:22 -0000 From: "Kyryll Mirnenko" To: Date: Mon, 2 Aug 2004 17:49:33 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcR4n+wT1GiijvJyShqFsSEoq8qqwQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-Id: <20040802144932.2BA7743D4C@mx1.FreeBSD.org> Subject: pcm(4) with RTA3000 problems on 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 14:49:33 -0000 I'm migrating to 5.2.1 from 4.9 & found out 5-kernel pcm(4) driver doesn't work for my RTA3000 soundcard (while 4.9 pcm(4) worked ok). I've done some tests & found that 1) pcm & sbc 're normally found at kernel startup 2) writing garbage to /dev/dsp really produces sound 3) amp & xmms (tested 4.9/5.2.1 bin packages + 5.2.1 build-from-src versions for both apps) hang up trying to flush sound buffer 4) simple debugging shows they end up at write() to /dev/dsp (e.g. enter it & hang up there). Again, pmc(4)/4.9 kernel worked ok for this soundcard. Has anyone have such a problem or does anyone know solution? -------------- Regards, Mirya From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 15:06:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 519E416A4CE for ; Mon, 2 Aug 2004 15:06:35 +0000 (GMT) Received: from viefep19-int.chello.at (viefep11-int.chello.at [213.46.255.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 073B343D45 for ; Mon, 2 Aug 2004 15:06:34 +0000 (GMT) (envelope-from daff@dword.org) Received: from Tirith.arda ([62.178.18.156]) by viefep19-int.chello.at (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040802150621.VAML9307.viefep19-int.chello.at@Tirith.arda>; Mon, 2 Aug 2004 17:06:21 +0200 Received: from localhost (localhost.arda [127.0.0.1]) by Tirith.arda (Postfix) with ESMTP id 608F0284; Mon, 2 Aug 2004 17:06:17 +0200 (CEST) Received: from Tirith.arda ([127.0.0.1]) by localhost (Tirith.arda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53453-01; Mon, 2 Aug 2004 17:05:58 +0200 (CEST) Received: from Pelargir.arda (pelargir.arda [192.168.0.2]) by Tirith.arda (Postfix) with ESMTP id E371D18A; Mon, 2 Aug 2004 17:05:55 +0200 (CEST) Received: by Pelargir.arda (Postfix, from userid 1001) id 6EFC9A9FC; Mon, 2 Aug 2004 17:05:57 +0200 (CEST) Date: Mon, 2 Aug 2004 17:05:57 +0200 From: Andreas Ntaflos To: freebsd-questions@freebsd.org Message-ID: <20040802150557.GB77619@Pelargir.arda> Mail-Followup-To: freebsd-questions@freebsd.org, Ada Cheng References: <20040802143717.GA77619@Pelargir.arda> <20040802104536.U57394@infinity.kettering.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040802104536.U57394@infinity.kettering.edu> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE Subject: Re: Ripping Audio CDs and "Enhanced" Audio CDs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 15:06:35 -0000 On Mon, Aug 02, 2004 at 10:47:15AM -0400, Ada Cheng wrote: > You can just specify the tracks to be ripped using cdda2wav with -t, > thereby skipping the multimedia track. Thanks for your reply! I already tried that (although stupid me forgot to mention that in the original post), and various combinations of individual tracks and track ranges, to no avail. It does not fail trying to rip the data track, it fails during the last *audio* track, no matter what I do. Although if you speak from experience and have succeeded ripping enhanced CDs that way (-t switch) then my problem must lie somewhere else, or I didn't try hard enough. > On Mon, 2 Aug 2004, Andreas Ntaflos wrote: > > > Hello list, > > > > FreeBSD 4.10-STABLE, using ripit.pl (audio/ripit) with lame and dagrab. > > > > I've got a (quite simple?) question which keeps me up at nights (not > > really :-). > > > > How do you rip those audio CDs that are "enhanced"? That's the CDs > > that have such fancy "multimedia" features you can use when you put > > the CD in a CD-ROM drive (under Windows of course), eg play some > > low-quality music video or navigate around some menus. I am of course > > not interested in any of those features, just want to make some MP3s > > from that CD so I can put them on my MP3 player. > > > > Here's the problem I have with every CD of that kind: I can rip every > > audio track except the last one, that is the track that comes before > > the data track on the CD, eg: > > > > Track 01: audio > > . > > . > > . > > Track 09: audio > > Track 10: data > > > > An example of such a CD is the "Rock in Rio" album by Iron Maiden. > > > > Ripping track 09 from the CD fails, no matter what ripper I use > > (dagrab, dd, cdparanoia, cdda2wav). Unfortunately I can't reproduce any > > error messages at the moment, but maybe someone knows what I mean? It > > basically stops reading after about 90% of the track and exists with an > > error message. Note: ripping and encoding normal CDs works like a > > charme, from the first to the last track. > > > > Using a Windows machine to rip an "enhanced" CD works of course, but > > I should be really surprised if such a task was impossible under > > FreeBSD. > > > > Does anybody have an idea? I'd appreciate any help. > > > > Thanks in advance. > > -- > > Andreas "daff" Ntaflos | "A cynic is a man who knows the price of > > daff AT dword DOT org | everything, and the value of nothing." > > Vienna, AUSTRIA | Oscar Wilde > > _______________________________________________ > > 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" > > -- Andreas "daff" Ntaflos | "A cynic is a man who knows the price of daff AT dword DOT org | everything, and the value of nothing." Vienna, AUSTRIA | Oscar Wilde From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 15:23:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 529FA16A4CE for ; Mon, 2 Aug 2004 15:23:28 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94BD643D53 for ; Mon, 2 Aug 2004 15:23:27 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i72FNMw0063500 for ; Mon, 2 Aug 2004 10:23:23 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <410E5C6A.1090309@hddesign.com> Date: Mon, 02 Aug 2004 10:23:22 -0500 From: Damon Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 15:23:28 -0000 My nearly-eight-year-old son has taken a renewed interest in playing chess, and is also getting his father somewhat inspired as well. A few years ago when he was first interested, I had an old Mac that I ran MacChess on. It was perfect for a five-year-old because you could set it to make completely random moves. Sure it would just happen to take a piece once in a while, but it gave my son lots of confidence that he could play the game and win. Plus I could set it weak enough that I was likely to beat it too if I got tired of getting creamed. Plus my son had fun toying with all the different board and piece designs. That old Mac is history, now it's FreeBSD and Linux or nothin'. So I've built two chess engines -- gnuchess and crafty -- and two GUIs for them -- xboard and knights. This is all well and good if you happen to be a good chess player. Which neither my son nor I are. I've scoured the Internet the best I know how to find something akin to that ol' MacChess program, but I can't find anything. Do any of you have any suggestions? 1. A chess engine that is actually beatable. A truly random move setting would be cool. No matter how weak I make gnuchess and crafty, I get creamed. (OK, I'm really bad. Or I haven't learned how to properly hobble the engines.) Imagine how frustrating it is for an eight-year-old just trying to learn the game. We have to take away the opponent's rooks -- and sometimes the queen, too -- to give him a fighting chance. That's no fun. 2. Alternate GUIs. Personally, I like the look of xboard, but my son gets a kick out of selecting piece sets. Are there any other chess GUIs beyond xboard? Or other piece sets for xboard that folks have built? 3. I can't get knights to work. It doesn't appear to have been updated in over a year. It doesn't work with versions of gnuchess past version 4 (it's been well into version 5 for some time). It doesn't work with the latest version of crafty. There doesn't appear to be any way to just play a game that doesn't involve a game clock. It does, however, have lots of fun board and piece designs, which is why I got it in the first place. Thanks, Damon From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 15:24:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C85D116A4CE for ; Mon, 2 Aug 2004 15:24:43 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E27143D3F for ; Mon, 2 Aug 2004 15:24:43 +0000 (GMT) SRS0=tq3Poi26=KY=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i72FOfEb004189 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 17:24:41 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408021524.I72FOEZW004179@asarian-host.net> Date: Mon, 02 Aug 2004 15:24:41 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: GlgsxzBlr1oht6EjZdxwTG6o/hQnSpaULyNbBpfv3SAtK6hy4Xccto/HfeX9DAMXDV9CD2WK1TB7LfraU+ETJg== X-Complaints-To: abuse@asarian-host.net X-AutoFormat: yes X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: References: <200408021324.I72DOEFD043944@asarian-host.net> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ5cuTFqW1BleBN9AQGMkAf/XDqArqJLiIvdE1FC+kiitnDCo8FnRQf6 mu5sstA8OgDB9EOyoz/ifU9tKP6HvSv7CCwW44HGKDEUFPYdx88EN1FKDsDSv08D P9KzUF7m7Q2HdyfVc7wzfiBxIM+H6eRz6TY2FZMCDgf/2pJPVI5Y3fd+68cvlJ08 NFWiSUXHgSUd9DC3bqYglKLnDElUE3FGVbFD1pymmyLP1pPeeUpzHc867VUSQC9D dEx2a1JNzDs63iR7xVQkXtyn5fP1HTodk6t7PE7nZfEgSF7vqO0/WfVamiv4k8mW fBq2UTjMG0OSXJdrGnnhUmek08Hg5f6W4zuhQDZC0HmLP1rQf6K9rQ== =JcxW Subject: SOLVED! Re: unknown argument ``not'' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 15:24:43 -0000 What a wee RTFM can do. :) Mark wrote: > Dear list, > > I try to do the following, as per the ipfw2 manual for FreeBSD 4.9R-p3: > > ipfw add deny ip from any to any not verrevpath in > > And I get the following error: > > ipfw: unknown argument ``not'' > > What could be the cause of that? > > Thanks, > > - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 15:34:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EF1116A4CE for ; Mon, 2 Aug 2004 15:34:03 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7D2943D5D for ; Mon, 2 Aug 2004 15:34:02 +0000 (GMT) SRS0=tq3Poi26=KY=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i72FY2KJ004606 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 17:34:02 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408021534.I72FY1AM004596@asarian-host.net> Date: Mon, 02 Aug 2004 15:34:02 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: UyCxGmW+sy3qz9ugCnbPWMb8Lf/Yg8keY7zMJ5+HZYPWbsuaPXoXjctxaCf+uoIsVotpNp9a2pbwi8lEpTUX8Q== X-Complaints-To: abuse@asarian-host.net X-AutoFormat: yes X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ5e6jFqW1BleBN9AQHD6QgAgG/hGBiIK5+NbfEq2AfsT48fIHvUeamW Eg+lL+lxK9KKv+RaDuQ0ngwBWrZMduzcvQgVaUgR8DG+sMMWrr5aWwtyj2LnfUbr ajZv/e69J43UEHcmy1Pv00QkFe5w+tXpxqlA3K6KnQYKtp8UDVzYXpNhBS0EonAR XrZTK/TIPVQ/r61ItCOQGA83DSuABwg1EvKR+VAaEzr1WnbU3OH884kSZMIR/3sd fwyyqCv0Ho54rMYchJnXTSFCoWQKRELfk4xJKA2Bdf9G/qVwTZPelP6UMVm/Mm3g KV3cp00L57l1OcOCz+1KHqlEUL9oDGELgwRAkS8407EeUhoKJZjgqw== =2a2M Subject: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 15:34:03 -0000 Color me confused. The ipfw manual says: limit {src-addr | src-port | dst-addr | dst-port} N The firewall will only allow N connections with the same set of parameters as specified in the rule. One or more of source and destination addresses and ports can be specified. If "One or more of source and destination addresses and ports can be specified", then I'd like to limit both the total amount of connections, as well as per-src. Something like this: ipfw check-state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 src-addr 8 The error I get is: "ipfw: only one of keep-state and limit is allowed" So, how can I specify "One OR MORE of source and destination addresses" in the rule to achieve this effect? Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 15:47:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C2A716A4CE for ; Mon, 2 Aug 2004 15:47:59 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D99A43D70 for ; Mon, 2 Aug 2004 15:47:59 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040802154757.CNKQ6319.mta10.adelphia.net@barbish>; Mon, 2 Aug 2004 11:47:57 -0400 From: "JJB" To: "Mark" , Date: Mon, 2 Aug 2004 11:47:52 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" 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: <200408021534.I72FY1AM004596@asarian-host.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 15:47:59 -0000 Like the manual says, you can not code both options on single rule. You have to make 2 rules out of it. state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 state ipfw add allow tcp from any to me 25 setup limit src-addr 8 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Mark Sent: Monday, August 02, 2004 11:34 AM To: freebsd-questions@freebsd.org Subject: One OR MORE of source and destination addresses? Color me confused. The ipfw manual says: limit {src-addr | src-port | dst-addr | dst-port} N The firewall will only allow N connections with the same set of parameters as specified in the rule. One or more of source and destination addresses and ports can be specified. If "One or more of source and destination addresses and ports can be specified", then I'd like to limit both the total amount of connections, as well as per-src. Something like this: ipfw check-state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 src-addr 8 The error I get is: "ipfw: only one of keep-state and limit is allowed" So, how can I specify "One OR MORE of source and destination addresses" in the rule to achieve this effect? Thanks, - Mark _______________________________________________ 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 Aug 2 15:52:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94D4F16A4CE for ; Mon, 2 Aug 2004 15:52:43 +0000 (GMT) Received: from smtp.doruk.net.tr (smtp.doruk.net.tr [212.58.5.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3404A43D6D for ; Mon, 2 Aug 2004 15:52:42 +0000 (GMT) (envelope-from vahric@doruk.net.tr) Received: from VAHOXP (vahric.doruk.net.tr [212.58.13.17]) by smtp.doruk.net.tr (8.12.8/8.12.8) with ESMTP id i72G5q5B012766 for ; Mon, 2 Aug 2004 19:05:52 +0300 Message-Id: <200408021605.i72G5q5B012766@smtp.doruk.net.tr> From: "Vahric MUHTARYAN" To: Date: Mon, 2 Aug 2004 18:54:48 +0300 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcR4qQm8mzvjQm68S/qUGm7q6oKCtw== Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: sendmail and make file .... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 15:52:43 -0000 Hi Everybody , I can leave sendmail from base system . First I updated src tree then I copyed /etc/default/make.conf under /etc directory and remove the " # " in front of the NO_SENDMAIL = true , then I maked make buildworld make buildkernel KERNCONF=KERNELNAME make installkernel KERNCONF=KERNELNAME make installworld mergemaster -cv ( I installed all changed files with using " i " ) reboot I did not modify rc.conf for seeing what will be happend if I dont remove ' # ' in front of sendmail , after reboot I saw that FreeBSD run SENDMAIL again and when I wrote whereis sendmail on the command prompt I saw like this ... gecetrn# whereis sendmail sendmail: /usr/sbin/sendmail /usr/share/man/man8/sendmail.8.gz /usr/src/usr.sbin/sendmail /usr/src/contrib/sendmail /usr/ports/mail/sendmail Did make a mistake ?! How can I remove sendmail from basesystem ?! Thanks Vahric From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 16:01:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63AF416A4CE for ; Mon, 2 Aug 2004 16:01:48 +0000 (GMT) Received: from raptor.cigb.edu.cu (raptor.cigb.edu.cu [200.55.134.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1475143D5F for ; Mon, 2 Aug 2004 16:01:39 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from atlas.cigb.edu.cu ([172.16.1.12]) by raptor.cigb.edu.cu with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Aug 2004 12:01:30 -0400 Received: from Unknown [172.16.1.4] by atlas.cigb.edu.cu - SurfControl E-mail Filter (4.6); Monday, 02 August 2004, 11:57:14 Received: from [172.16.11.106] ([172.16.11.106]) by mercurio.cigb.edu.cu over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Aug 2004 11:57:13 -0400 Message-ID: <200408021158.06721.osmany.guirola@cigb.edu.cu> From: Osmany Guirola Cruz To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 11:58:06 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-OriginalArrivalTime: 02 Aug 2004 15:57:13.0399 (UTC) FILETIME=[6051B470:01C478A9] References: <410A3D3C.5000008@freebsd.org> <200407301304.i6UD4F97022469@northgate.starhub.net.sg> <16650.21146.545960.835251@jerusalem.litteratus.org> In-Reply-To: <16650.21146.545960.835251@jerusalem.litteratus.org> Organization: CIGB User-Agent: KMail/1.6.2 Subject: Ports Index"Portsman" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 16:01:48 -0000 Hi People i update my ports tree via ctm and when i do #cd /usr/ports $make index i have this warning Generating INDEX - please wait..Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1 Done. and i am trying to use "portsman" and get these error Please stand by while portsman is coming up... error: INDEX file seems to be corrupted or is of an unknown format. and when i use the option of make the index the new index is corrupted again How can i solve this problem I WANT USE PORTSMAN From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 16:02:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 583A416A4CE for ; Mon, 2 Aug 2004 16:02:58 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FFE143D5A for ; Mon, 2 Aug 2004 16:02:56 +0000 (GMT) SRS0=tq3Poi26=KY=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i72G2rR2005717 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 18:02:53 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408021602.I72G2Q41005706@asarian-host.net> Date: Mon, 02 Aug 2004 16:02:53 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: ditPA1gt6dyBtVdcLGD8urpQWgqz8PcMJs/c83fjPpJSlJJDzH87os8otiYj4fmTxwTGPASzOStaEnAkxrUpXA== X-Complaints-To: abuse@asarian-host.net X-AutoFormat: yes X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ5lrTFqW1BleBN9AQFL1ggAkSY9ZKgR/O0BgYSAqhxdwfY6y+giqiYr aYm+jadEXY8/iWs38lJ7WDr0Cy5gq6ReFJpwjRLthTJ1RkFbt0Gif/OiT+aPg6ER LvgyrHkD0yeKeC27wHqTCoi9YtYgsgCjvmxUPqLHiwbMKzPV++J365wq2ke/Ndmm 3/M1RAe8r/taelCHN+2tq/u/gassxuSH6I7lPB0R7HjV9wrXklMOaegSDGCKEzdu gwjQFDlAeTZwk80EkB6dxSEIcg7n/325MeUSQEmil8l48R7dVL0vjPXUKOvm/bye vLE8EvbY4WHKjrX5STP55n5ymN/6EaH3/yIIOa00VHvA0xVpBe5teA== =WRhV Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 16:02:58 -0000 Mark wrote: > Color me confused. The ipfw manual says: > > limit {src-addr | src-port | dst-addr | dst-port} N > The firewall will only allow N connections with the same set of > parameters as specified in the rule. One or more of source and > destination addresses and ports can be specified. > > If "One or more of source and destination addresses and ports can be > specified", then I'd like to limit both the total amount of > connections, as well as per-src. Something like this: > > ipfw check-state ipfw add allow tcp from any to me 25 setup limit dst-addr > 32 src-addr 8 > > The error I get is: > > "ipfw: only one of keep-state and limit is allowed" > > So, how can I specify "One OR MORE of source and destination > addresses" in the rule to achieve this effect? Thanks for your reply. JJB wrote: > Like the manual says, you can not code both options on single rule. You > have to make 2 rules out of it. > > state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 > state ipfw add allow tcp from any to me 25 setup limit src-addr 8 Actually, that is what I had already done: ipfw add 10 check-state ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 ipfw add 12 check-state ipfw add 13 allow tcp from any to me 25 setup limit src-addr 4 But it seems I never get to rule 12/13. All "ipfw show" shows, is activity on rule 10/11. That is why I figured I made an error somewhere. Does not rule 11, indeed, function as an 'early-out'? (undesired). Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 16:08:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD7416A4CE for ; Mon, 2 Aug 2004 16:08:02 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3932643D5D for ; Mon, 2 Aug 2004 16:08:02 +0000 (GMT) SRS0=tq3Poi26=KY=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i72G81Pw006032 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 18:08:01 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408021608.I72G81RM006022@asarian-host.net> Date: Mon, 02 Aug 2004 16:08:01 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: T5iZCjD/XqecxT0O6pRUv1CiHdNjusTBt5SOMs+CZdrQClxYgivbFf5Y7XqwvhaaXAM57ejneG/PeTpxmKIWjQ== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ5m4TFqW1BleBN9AQGm6AgAl5rEYHJGtTIBxwCIRIlb1WnLFLORuG5O AHWO2P03C8jHKvWdnOOoYgMGl5clP5+FFVztxU9DNHLq+C9exqYHZv2yKBZc/vGQ SqOtAjIJ8Lnl4F4HNgd1b3c7///JZEN4AS4mWOYV4Mzu4REyc1Fu2UDL2ugszLbv 4hLHZ1frM+LZEmoplT5tC4MqxQ9OB7Jd9yt+32cXwEhvKJ7mT9xzHGhQh19+axF6 bt7SmWx99DwZS8Usj4GlgtVqP3JPIDNz8ybu1yrq8xfBumdGYZNOQqi+clw+IULX 4o/INQ9SjpRNRTqmeb9dmn469LCVdtWVrUI9lWa7PJS0TNkKHPDRgQ== =ZuGj Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 16:08:03 -0000 [my apologies for the resent; my last reply had an unfortunate wrap] Mark wrote: > Color me confused. The ipfw manual says: > > limit {src-addr | src-port | dst-addr | dst-port} N > The firewall will only allow N connections with the same set of > parameters as specified in the rule. One or more of source and > destination addresses and ports can be specified. > > If "One or more of source and destination addresses and ports can be > specified", then I'd like to limit both the total amount of > connections, as well as per-src. Something like this: > > ipfw check-state ipfw add allow tcp from any to me 25 setup limit > dst-addr 32 src-addr 8 > > The error I get is: > > "ipfw: only one of keep-state and limit is allowed" > > So, how can I specify "One OR MORE of source and destination > addresses" in the rule to achieve this effect? Thanks for your reply. JJB wrote: > Like the manual says, you can not code both options on single rule. > You have to make 2 rules out of it. > > state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 > state ipfw add allow tcp from any to me 25 setup limit src-addr 8 Actually, that is what I had already done: ipfw add 10 check-state ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 ipfw add 12 check-state ipfw add 13 allow tcp from any to me 25 setup limit src-addr 4 But it seems I never get to rule 12/13. All "ipfw show" shows, is activity on rule 10/11. That is why I figured I made an error somewhere. Does not rule 11, indeed, function as an 'early-out'? (undesired). Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 16:32:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10AF916A4CE for ; Mon, 2 Aug 2004 16:32:48 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id A68F243D60 for ; Mon, 2 Aug 2004 16:32:47 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta11.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040802163247.ZSMZ26966.mta11.adelphia.net@barbish>; Mon, 2 Aug 2004 12:32:47 -0400 From: "JJB" To: "Mark" , Date: Mon, 2 Aug 2004 12:32:46 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" 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: <200408021608.I72G81RM006022@asarian-host.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 16:32:48 -0000 Your rules are all wrong. You really need to reread the ipfw manual page info. Only one check-state rule is used. Your other check-state rule is never matched. Here is a rewrite of the FreeBSD handbook firewall section with examples that will answer your questions. www.a1poweruser.com/FBSD_firewall/ To get meaningful replies you have to post complete information about your system configuration with description of your overall firewall goals. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Mark Sent: Monday, August 02, 2004 12:08 PM To: freebsd-questions@freebsd.org Subject: Re: One OR MORE of source and destination addresses? [my apologies for the resent; my last reply had an unfortunate wrap] Mark wrote: > Color me confused. The ipfw manual says: > > limit {src-addr | src-port | dst-addr | dst-port} N > The firewall will only allow N connections with the same set of > parameters as specified in the rule. One or more of source and > destination addresses and ports can be specified. > > If "One or more of source and destination addresses and ports can be > specified", then I'd like to limit both the total amount of > connections, as well as per-src. Something like this: > > ipfw check-state ipfw add allow tcp from any to me 25 setup limit > dst-addr 32 src-addr 8 > > The error I get is: > > "ipfw: only one of keep-state and limit is allowed" > > So, how can I specify "One OR MORE of source and destination > addresses" in the rule to achieve this effect? Thanks for your reply. JJB wrote: > Like the manual says, you can not code both options on single rule. > You have to make 2 rules out of it. > > state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 > state ipfw add allow tcp from any to me 25 setup limit src-addr 8 Actually, that is what I had already done: ipfw add 10 check-state ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 ipfw add 12 check-state ipfw add 13 allow tcp from any to me 25 setup limit src-addr 4 But it seems I never get to rule 12/13. All "ipfw show" shows, is activity on rule 10/11. That is why I figured I made an error somewhere. Does not rule 11, indeed, function as an 'early-out'? (undesired). Thanks, - Mark _______________________________________________ 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 Aug 2 16:52:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 453C416A4CE for ; Mon, 2 Aug 2004 16:52:55 +0000 (GMT) Received: from pursued-with.net (adsl-66-125-9-244.dsl.sndg02.pacbell.net [66.125.9.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A7E43D5D for ; Mon, 2 Aug 2004 16:52:54 +0000 (GMT) (envelope-from freebsd@pursued-with.net) Received: from babelfish.pursued-with.net (babelfish.pursued-with.net [10.0.0.42]) by pursued-with.net (Postfix) with ESMTP id 05A73208BE7; Mon, 2 Aug 2004 09:52:54 -0700 (PDT) Date: Mon, 2 Aug 2004 09:52:53 -0700 (PDT) From: Kevin Stevens To: Damon Butler In-Reply-To: <410E5C6A.1090309@hddesign.com> Message-ID: References: <410E5C6A.1090309@hddesign.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Questions Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd@pursued-with.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 16:52:55 -0000 As a BSD user, I can't help you. As a chess player, I will comment that there's a certain learning curve involved, and playing against random moves isn't going to advance you far along it. I've never known anyone to become even moderately facile at chess without getting their head pounded in on a regular basis. If you or your son's ego isn't up to that, OSB (Other Sports Beckon). ;) That said, the MOST frustrating part of learning chess is usually tactical, not strategic (inadvertently throwing away pieces). There are a number of good web/Java based free chess games on the net - have you tried any of them? Many will show possible moves, blink to indicate pieces at risk, etc. KeS From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 17:25:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC5B16A4CE for ; Mon, 2 Aug 2004 17:25:00 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE51A43D4C for ; Mon, 2 Aug 2004 17:24:56 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i72HOrw0065145; Mon, 2 Aug 2004 12:24:53 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <410E78E5.1000403@hddesign.com> Date: Mon, 02 Aug 2004 12:24:53 -0500 From: Damon Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd@pursued-with.net References: <410E5C6A.1090309@hddesign.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean cc: FreeBSD Questions Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 17:25:00 -0000 > As a BSD user, I can't help you. As a chess player, I will comment that > there's a certain learning curve involved, and playing against random > moves isn't going to advance you far along it. I've never known anyone to > become even moderately facile at chess without getting their head pounded > in on a regular basis. If you or your son's ego isn't up to that, OSB > (Other Sports Beckon). ;) Point well taken. ;-) But... It's not that either of us mind losing per se. What I've discovered that gnuchess and crafty are orders of magnitude stronger than the old program we used to play against. Say you want to learn to play tennis. You're just beginning. Who should you begin challenging in order to improve your game and enjoy yourself while doing it? Andy Roddick or the friend who's been taking intermediate tennis lessons through the city rec dept? In this analogy, the standard chess engines are Andy Roddicks and our old program was the intermediate friend. My son is just not gonna learn that much nor enjoy himself much playing against Andy Roddick. I don't want his first serious foray into computer chess to be *that* intimidating or demoralizing. > That said, the MOST frustrating part of learning chess is usually > tactical, not strategic (inadvertently throwing away pieces). That's it exactly. > There are a > number of good web/Java based free chess games on the net - have you tried > any of them? Many will show possible moves, blink to indicate pieces at > risk, etc. That sounds great! Do you have any suggestions off hand? I thought my searches were pretty exhaustive, but I didn't come up with anything like what you're talking about. --Damon From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 17:33:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67E4F16A4CE for ; Mon, 2 Aug 2004 17:33:12 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D5E43D3F for ; Mon, 2 Aug 2004 17:33:11 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i72HWFEo053500 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Aug 2004 18:32:15 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i72HVWcm051083; Mon, 2 Aug 2004 18:31:32 +0100 (BST) (envelope-from matthew) Date: Mon, 2 Aug 2004 18:31:32 +0100 From: Matthew Seaman To: Osmany Guirola Cruz Message-ID: <20040802173132.GA16502@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Osmany Guirola Cruz , freebsd-questions@freebsd.org References: <410A3D3C.5000008@freebsd.org> <200407301304.i6UD4F97022469@northgate.starhub.net.sg> <16650.21146.545960.835251@jerusalem.litteratus.org> <200408021158.06721.osmany.guirola@cigb.edu.cu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: <200408021158.06721.osmany.guirola@cigb.edu.cu> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 02 Aug 2004 18:32:29 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: Ports Index"Portsman" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 17:33:12 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 02, 2004 at 11:58:06AM -0400, Osmany Guirola Cruz wrote: > Hi People > i update my ports tree via ctm and when i do > #cd /usr/ports > $make index > i have this warning > Generating INDEX - please wait..Warning: Duplicate INDEX entry:=20 > freeciv-gtk2-1.14.1 > Done. > and i am trying to use "portsman" and get these error > Please stand by while portsman is coming up... > error: INDEX file seems to be corrupted or is of an unknown format. > and when i use the option of make the index the new index is corrupted ag= ain > How can i solve this problem I WANT USE PORTSMAN Now, now -- no need to shout. The problem seems to be that portsman does not understand the new format of the INDEX file introduced on July 14th. http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.subdir.mk?rev= =3D1.55&content-type=3Dtext/x-cvsweb-markup In any case, your first point of contact should be with the port's maintainer, Anselm Garbe -- who in this case also happens to be the author of the software. He may well be working on an update, and it would be up to him to submit any updates. Until then, I'm afraid you're just going to have to be patient. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDnp0iD657aJF7eIRAgeqAJ0SPNOYc9979SsLLkS6/keyCp/idwCfca6j Z/N9OeubfGnNbMrqW9M5JcY= =MPIO -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 17:36:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD5516A4CE for ; Mon, 2 Aug 2004 17:36:43 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D6C543D2F for ; Mon, 2 Aug 2004 17:36:43 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq55-162.dial.allstream.net [216.123.143.42]) by outbox.allstream.net (Allstream MTA) with SMTP id CDC7D1BB72F; Mon, 2 Aug 2004 13:36:40 -0400 (EDT) Date: Mon, 2 Aug 2004 13:36:08 -0400 From: epilogue To: Damon Butler Message-Id: <20040802133608.3edf3818@localhost> In-Reply-To: <410E78E5.1000403@hddesign.com> References: <410E5C6A.1090309@hddesign.com> <410E78E5.1000403@hddesign.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: FreeBSD Questions cc: freebsd@pursued-with.net Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 17:36:43 -0000 On Mon, 02 Aug 2004 12:24:53 -0500 Damon Butler wrote: > > As a BSD user, I can't help you. As a chess player, I will comment > > that there's a certain learning curve involved, and playing against > > random moves isn't going to advance you far along it. I've never known > > anyone to become even moderately facile at chess without getting their > > head pounded in on a regular basis. If you or your son's ego isn't up > > to that, OSB(Other Sports Beckon). ;) > > Point well taken. ;-) But... > It's not that either of us mind losing per se. What I've discovered that > gnuchess and crafty are orders of magnitude stronger than the old > program we used to play against. > > Say you want to learn to play tennis. You're just beginning. Who should > you begin challenging in order to improve your game and enjoy yourself > while doing it? Andy Roddick or the friend who's been taking > intermediate tennis lessons through the city rec dept? In this analogy, > the standard chess engines are Andy Roddicks and our old program was the > intermediate friend. > > My son is just not gonna learn that much nor enjoy himself much playing > against Andy Roddick. I don't want his first serious foray into computer > chess to be *that* intimidating or demoralizing. > > > That said, the MOST frustrating part of learning chess is usually > > tactical, not strategic (inadvertently throwing away pieces). > > That's it exactly. > > > There are a > > number of good web/Java based free chess games on the net - have you > > tried any of them? Many will show possible moves, blink to indicate > > pieces at risk, etc. > > That sounds great! Do you have any suggestions off hand? I thought my > searches were pretty exhaustive, but I didn't come up with anything like > what you're talking about. if you haven't already tried it, visit sf.net and plug 'chess' into the search window. it will probably return a bunch of programs, including some which are java based. fwiw, i thought that gnuchess had level settings. are you certain that even level 1 is too difficult for your needs? > --Damon > _______________________________________________ > 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 Aug 2 17:57:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A309B16A4CE for ; Mon, 2 Aug 2004 17:57:30 +0000 (GMT) Received: from raptor.cigb.edu.cu (raptor.cigb.edu.cu [200.55.134.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D04C43D62 for ; Mon, 2 Aug 2004 17:57:21 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from atlas.cigb.edu.cu ([172.16.1.12]) by raptor.cigb.edu.cu with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Aug 2004 13:57:06 -0400 Received: from Unknown [172.16.1.4] by atlas.cigb.edu.cu - SurfControl E-mail Filter (4.6); Monday, 02 August 2004, 13:57:01 Received: from [172.16.11.106] ([172.16.11.106]) by mercurio.cigb.edu.cu over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Aug 2004 13:56:59 -0400 Message-ID: <200408021357.52968.osmany.guirola@cigb.edu.cu> From: Osmany Guirola Cruz To: Matthew Seaman , freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 13:57:52 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-OriginalArrivalTime: 02 Aug 2004 17:56:59.0697 (UTC) FILETIME=[1BAFC210:01C478BA] References: <410A3D3C.5000008@freebsd.org> <200408021158.06721.osmany.guirola@cigb.edu.cu> <20040802173132.GA16502@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040802173132.GA16502@happy-idiot-talk.infracaninophile.co.uk> Organization: CIGB User-Agent: KMail/1.6.2 Subject: Re: Ports Index"Portsman" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 17:57:30 -0000 Thanks Matthew i will wait for the next version of portsman :-( but i have a question before that i read your mail i foun in internet this http://www.meowfishies.com/portsman.rhtml this seems to be the same but with gtk and it is not in the port tree ..... are they different ? it's a greater version that it is not in the ports tree? HAVE FREEBSD TEAM THE INTENTION OF INTRODUCE A OFFICIAL PACKAGE MANAGER "FRONT END TO THE PORTS TREE"? THANKS On Monday 02 August 2004 13:31, Matthew Seaman wrote: > On Mon, Aug 02, 2004 at 11:58:06AM -0400, Osmany Guirola Cruz wrote: > > Hi People > > i update my ports tree via ctm and when i do > > #cd /usr/ports > > $make index > > i have this warning > > Generating INDEX - please wait..Warning: Duplicate INDEX entry: > > freeciv-gtk2-1.14.1 > > Done. > > and i am trying to use "portsman" and get these error > > Please stand by while portsman is coming up... > > error: INDEX file seems to be corrupted or is of an unknown format. > > and when i use the option of make the index the new index is corrupted > > again How can i solve this problem I WANT USE PORTSMAN > > Now, now -- no need to shout. The problem seems to be that portsman > does not understand the new format of the INDEX file introduced on > July 14th. > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.subdir.mk?rev=1.55& >content-type=text/x-cvsweb-markup > > In any case, your first point of contact should be with the port's > maintainer, Anselm Garbe -- who in this case also happens to be the > author of the software. He may well be working on an update, and it > would be up to him to submit any updates. Until then, I'm afraid > you're just going to have to be patient. > > Cheers, > > Matthew From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 18:02:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB57916A4CE for ; Mon, 2 Aug 2004 18:02:21 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE82343D4C for ; Mon, 2 Aug 2004 18:02:21 +0000 (GMT) (envelope-from diaphanous@gmail.com) Received: by mproxy.gmail.com with SMTP id x43so15833cwb for ; Mon, 02 Aug 2004 11:02:21 -0700 (PDT) Received: by 10.11.100.11 with SMTP id x11mr68763cwb; Mon, 02 Aug 2004 11:02:21 -0700 (PDT) Message-ID: Date: Mon, 2 Aug 2004 19:02:21 +0100 From: Oryx To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: what driver to use with Intel 82810 chipset? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 18:02:22 -0000 Hey, I'm just wondering what Driver would I use with the Intel 82810 chipset? i'm trying to get 1024x768 screen res to work but i don't know what driver to use =/ hope you can help me... -- - Oryx From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 18:02:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0223B16A4CF for ; Mon, 2 Aug 2004 18:02:27 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A244943D66 for ; Mon, 2 Aug 2004 18:02:24 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i72I2Mw0065655; Mon, 2 Aug 2004 13:02:22 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <410E81AE.9@hddesign.com> Date: Mon, 02 Aug 2004 13:02:22 -0500 From: Damon Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions References: <410E5C6A.1090309@hddesign.com> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> In-Reply-To: <20040802133608.3edf3818@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean cc: freebsd@pursued-with.net Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 18:02:27 -0000 > if you haven't already tried it, visit sf.net and plug 'chess' into the > search window. it will probably return a bunch of programs, including some > which are java based. Thanks. I'll try that out. > fwiw, i thought that gnuchess had level settings. are you certain that > even level 1 is too difficult for your needs? That could be part of the problem. There are no generalized level settings for the chess engines I've found. Apparently, computer chess is quite the discipline, involving plies and nodes and hash tables and who knows what else. As best I can understand, the most I can do to weaken the engine is to restrict the amount of time it has to think over moves and the search depth it is allowed to consider. In xboard, I've set pondering off (so the engine doesn't think when it's not its turn), forced the engine to move after only 1 second of consideration (the minimum time), and restricted the depth to 1 ply or node or whatever. Even doing all that, gnuchess and crafty are much stronger than that old MacChess program I talked about. If there's more I can do to make them more kid-friendly, I'm all ears. --Damon From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 18:16:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9D3C16A4E8 for ; Mon, 2 Aug 2004 18:16:04 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id F06E143D41 for ; Mon, 2 Aug 2004 18:16:03 +0000 (GMT) SRS0=tq3Poi26=KY=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i72IFoXp020353 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 20:15:50 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408021815.I72IFNIC020343@asarian-host.net> Date: Mon, 02 Aug 2004 18:15:49 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: gNxBzk5BnMEYk+0jvLMMpoVDMe8fMNAqjiZTP+xtz4/Z0NDHdxpRfrZA8Ryt5AFOtC20Oc8RdT3zPXJ06XkFuQ== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ6E1jFqW1BleBN9AQHARgf/QZ6xTQ8rSYORdmKNEKKD5O1fts9D41ZS EcdqWuP+qO5wHGv2G407pICXNgQII1Kn+mpsFieORzcfLlydn6tlcXgSzNOv089h /N7M5e4y5kxHWKXumuUGb/Sl5ZAu0QHXz3ZDSwPkdt++iVkdzybAbIYlCMNiSBLW 3Liw++7Nc4+xVWD1RcXKul2j1TO0GisEehucpiWA/P2d5bvO7k7HlOp/j6wIp4mv ZSAE6k9OE+YxMq9dtfpZjVtIwntMabTku3nUAejhIbMSSUoyi+j+7Z0g5Y4pgWHO 1zwjmwc1QrGzJ6dan7Z/1zDq4RGDKUHJjeDiSu4lK3+ZJGu/W+NPzQ== =wU4H Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 18:16:04 -0000 JJB wrote: > Your rules are all wrong. You really need to reread the ipfw manual > page info. Only one check-state rule is used. Your other check-state > rule is never matched. Ok, I got a check-state too many. > To get meaningful replies you have to post complete information > about your system configuration with description of your overall > firewall goals. The goal is simple: I want to limit connections to port 25 to 32 in total, targeted at "me". And of those 32, only 4 per source. Like so: ipfw add 1 check-state ... ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 Please, tell me then how "all wrong" this is. Because I *still* get the impression that rule 12 is never reached. And, so far, "ipfw show" does, indeed, only show activity on rule 11. Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 18:32:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6767616A4CF for ; Mon, 2 Aug 2004 18:32:28 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 033AE43D49 for ; Mon, 2 Aug 2004 18:32:28 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq55-162.dial.allstream.net [216.123.143.42]) by outbox.allstream.net (Allstream MTA) with SMTP id CE88758E11; Mon, 2 Aug 2004 14:32:25 -0400 (EDT) Date: Mon, 2 Aug 2004 14:31:53 -0400 From: epilogue To: Damon Butler Message-Id: <20040802143153.20f4d771@localhost> In-Reply-To: <410E81AE.9@hddesign.com> References: <410E5C6A.1090309@hddesign.com> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E81AE.9@hddesign.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: FreeBSD Questions cc: freebsd@pursued-with.net Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 18:32:28 -0000 On Mon, 02 Aug 2004 13:02:22 -0500 Damon Butler wrote: > > if you haven't already tried it, visit sf.net and plug 'chess' into the > > search window. it will probably return a bunch of programs, including > > some which are java based. > > Thanks. I'll try that out. > > > fwiw, i thought that gnuchess had level settings. are you certain that > > even level 1 is too difficult for your needs? > > That could be part of the problem. There are no generalized level > settings for the chess engines I've found. Apparently, computer chess is > quite the discipline, involving plies and nodes and hash tables and who > knows what else. As best I can understand, the most I can do to weaken > the engine is to restrict the amount of time it has to think over moves > and the search depth it is allowed to consider. In xboard, I've set > pondering off (so the engine doesn't think when it's not its turn), > forced the engine to move after only 1 second of consideration (the > minimum time), and restricted the depth to 1 ply or node or whatever. > Even doing all that, gnuchess and crafty are much stronger than that old > MacChess program I talked about. If there's more I can do to make them > more kid-friendly, I'm all ears. well damon, i haven't at all tinkered with gnuchess, so i'm sorry that i cannot help you. i can, however, suggest one alternative, which may or may not be to your liking... since trying the 'game of go' (aka [p,b]aduk, wei-chi), i've entirely lost all interest in the game of chess. there is a similar program for playing (gnugo) which allows you to set levels rather easily. there are also nice graphic clients out there (cgoban2 and ggo, among others). you can play with people on the net, live, 24 hours per day, and at all levels of ability. though the rules of chess really aren't all that complicated, the rules of go are even more simple. despite the reduced rule set, the strategies can be so complex and nuanced that even the best designed programs can only beat the most novice of players. not true for chess. (i give it a 3 stone handicap at it's maximum level and still thrash it. =) the game is _thousands of years old_ and hugely popular in asian countries, where professionals make millions of dollars and matches are regularly televised. if you're at all curious, here is a great link to get you started on the rules (java enabled browser required) : http://playgo.to/interactive/index.html as far as online servers, there are many. i have used several but most recommend 'kgs' - for it's warm and highly supportive community, and wicked go client. http://kgs.kiseido.com/ hope that, in a roundabout way, this helps. i also hope to see you and your son online (just look for my nick ;) cheers, epi p.s. chess is for IBM. (naively hoping not to cause a flame war) > --Damon > _______________________________________________ > 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 Aug 2 18:52:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25A1716A4CE for ; Mon, 2 Aug 2004 18:52:57 +0000 (GMT) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E8C43D49 for ; Mon, 2 Aug 2004 18:52:54 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (rosebud.lbl.gov [131.243.193.115]) (authenticated bits=128) by kestrel.alerce.com (8.12.10/8.12.10) with ESMTP id i72Iqrkk025343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 2 Aug 2004 11:52:54 -0700 (PDT) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.12.9p2/8.12.9) with ESMTP id i72IrQ0V003692 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 2 Aug 2004 11:53:27 -0700 (PDT) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.9p2/8.12.9/Submit) id i72IrQi8003689; Mon, 2 Aug 2004 11:53:26 -0700 (PDT) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16654.36262.28966.402712@rosebud.alerce.com> Date: Mon, 2 Aug 2004 11:53:26 -0700 To: freebsd-questions@freebsd.org X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' Subject: building bootable 4.10 cd to support asr-utils configuration tools? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hartzell@kestrel.alerce.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 18:52:57 -0000 Hi, This is one of those "Stop me before I waste my time." questions.... I have a box w/ a dpt raid controller (DPT PM3755U2B) that I set up with raidutils from the asr-utils port back when the machine was running -STABLE. I've since migrated the machine to -CURRENT, and followed the various threads about the asr-utils not working with sadness but understanding. I'd like to be able to use occasionally the raidutils tool, and am considering buidling some sort of bootable -STABLE system. One thought would be to just use an IDE disk, but even better would be to build a bootable cd that includes the asr-utils port. Does the thought of building a bootable -STABLE cd that includes the asr-tools raise a red flag for anyone? What's the state of the art for making bootable cd's. Google shows a bunch of pages for older 4-series releases, e.g.: http://www.sfc.wide.ad.jp/~watari/FreeBSD/boot.html and I've found cdroot in the ports tree. Is one of these worth diving into? g. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 18:59:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E78E116A4CE for ; Mon, 2 Aug 2004 18:59:01 +0000 (GMT) Received: from adsl-68-76-19-75.dsl.klmzmi.ameritech.net (adsl-68-76-19-75.dsl.klmzmi.ameritech.net [68.76.19.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 692F243D5A for ; Mon, 2 Aug 2004 18:59:00 +0000 (GMT) (envelope-from laffer1@adsl-68-76-19-75.dsl.klmzmi.ameritech.net) Received: from adsl-68-76-19-75.dsl.klmzmi.ameritech.net (localhost [127.0.0.1])ESMTP id i72J1L7I021276; Mon, 2 Aug 2004 15:01:21 -0400 (EDT) (envelope-from laffer1@adsl-68-76-19-75.dsl.klmzmi.ameritech.net) Received: from localhost (laffer1@localhost) with ESMTP id i72J1FRU021273; Mon, 2 Aug 2004 15:01:17 -0400 (EDT) (envelope-from laffer1@adsl-68-76-19-75.dsl.klmzmi.ameritech.net) Date: Mon, 2 Aug 2004 15:01:15 -0400 (EDT) From: User LAFFER1 To: Bruce In-Reply-To: <1091453012.3364.1.camel@solid.solisixoffice> Message-ID: <20040802145905.M21222@adsl-68-76-19-75.dsl.klmzmi.ameritech.net> References: <1091453012.3364.1.camel@solid.solisixoffice> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: clamd / ClamAV version 0.75, clamav-milter version 0.75 clamav-milter version 0.75 X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: Video Driver - Rage Pro Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 18:59:02 -0000 The IBM aptiva machines used a modified ati chipset. Some models do not work properly with x11, os/2 warp (ironically), and other non-windows environments. There is a rage driver present with x11 that might work. On Mon, 2 Aug 2004, Bruce wrote: > I have an old IBM Aptiva with a Rage Pro video card. What video driver > do I use for this card? I am using XF86. > > 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.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:03:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC4916A4CE for ; Mon, 2 Aug 2004 19:03:46 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E23343D5C for ; Mon, 2 Aug 2004 19:03:44 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 3BA2569A71 for ; Mon, 2 Aug 2004 15:03:43 -0400 (EDT) Date: Mon, 2 Aug 2004 15:03:42 -0400 From: Bill Moran To: questions@freebsd.org Message-Id: <20040802150342.3c4757cd.wmoran@potentialtech.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 3ware SATA controllers working with 4.10? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 19:03:46 -0000 There are a few SATA controllers listed as supported in 4.10, but I'm not seeing anything from 3ware. If you saw a recent post, you know that I've inheritied some hardware, and I'm just trying to make sure that FreeBSD is going to run prior to blowing away the Linux install. Anyone running any 3ware SATA RAID controllers on 4.10? Do they work? I'm having a hell of a time finding out what model # these are! But I know they're 64-bit PCI plugged into a 32-bit PCI mobo. ;) -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:21:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FB8A16A4CE for ; Mon, 2 Aug 2004 19:21:08 +0000 (GMT) Received: from floyd.gnulife.org (floyd.gnulife.org [199.86.41.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEFD243D58 for ; Mon, 2 Aug 2004 19:21:07 +0000 (GMT) (envelope-from jamie@gnulife.org) Received: from floyd.gnulife.org (localhost.gnulife.org [127.0.0.1]) by floyd.gnulife.org (8.12.11/8.12.11) with ESMTP id i72JKeZr092268 for ; Mon, 2 Aug 2004 14:20:42 -0500 (CDT) (envelope-from jamie@gnulife.org) Received: from localhost (jamie@localhost)i72JKdA2092265 for ; Mon, 2 Aug 2004 14:20:39 -0500 (CDT) (envelope-from jamie@gnulife.org) X-Authentication-Warning: floyd.gnulife.org: jamie owned process doing -bs Date: Mon, 2 Aug 2004 14:20:39 -0500 (CDT) From: Jamie To: freebsd-questions@freebsd.org Message-ID: <20040802140540.J92241@floyd.gnulife.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Some trouble with LD_PRELOAD in 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 19:21:08 -0000 I'm running into some difficulty getting applixware running on my 4.10 install. When I try to execute applix, I get the error: /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libgtk12.so.2: Undefined symbol "getresuid" Apparently getresuid is coming up undefined, so, I tried writing a piece of code called getresuid.cc: #include int getresuid(uid_t *, uid_t *, uid_t *) { return 1; } and I compiled it: cc -Wall -shared -fPIC -DPIC -o getresuid.so getresuid.cc and moved my resulting getresuid.so into /usr/local/lib. I then tried starting applix with this startup code: #!/bin/sh APPLIX_HOME="/usr/local/applix" export APPLIX_HOME LD_PRELOAD="/usr/local/lib/getresuid.so" export LD_PRELOAD exec $APPLIX_HOME/applix "$@" Which did not work (I still get the same error: /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libgtk12.so.2: Undefined symbol getresuid I tried another approach to the startup script, which also failed in the same way: #!/bin/sh - export LD_PRELOAD=/usr/local/lib/getresuid.so applix $* Anyone have any suggestions? It seems as though even though I am defining LD_PRELOAD, it isn't loading when the program is run. Thanks, - Jamie The Moon is Waning Gibbous (95% of Full) From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:42:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA93316A4CE for ; Mon, 2 Aug 2004 19:42:16 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0523443D46 for ; Mon, 2 Aug 2004 19:42:16 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i72JgBw0066740; Mon, 2 Aug 2004 14:42:11 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <410E9913.5080708@hddesign.com> Date: Mon, 02 Aug 2004 14:42:11 -0500 From: Damon Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: epilogue References: <410E5C6A.1090309@hddesign.com> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E81AE.9@hddesign.com> <20040802143153.20f4d771@localhost> In-Reply-To: <20040802143153.20f4d771@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean cc: FreeBSD Questions cc: freebsd@pursued-with.net Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 19:42:16 -0000 > well damon, > > i haven't at all tinkered with gnuchess, so i'm sorry that i cannot help > you. i can, however, suggest one alternative, which may or may not be > to your liking... > > since trying the 'game of go' (aka [p,b]aduk, wei-chi), i've entirely lost > all interest in the game of chess. Oh, I'm already all over that go game. ;-) Thanks. --Damon From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:43:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B680A16A4CE; Mon, 2 Aug 2004 19:43:27 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DFE343D39; Mon, 2 Aug 2004 19:43:27 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq59-004.dial.allstream.net [216.123.135.132]) by outbox.allstream.net (Allstream MTA) with SMTP id C9A75B4C6D; Mon, 2 Aug 2004 15:43:25 -0400 (EDT) Date: Mon, 2 Aug 2004 15:42:53 -0400 From: epilogue To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org Message-Id: <20040802154253.3c58d101@localhost> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Fw: wm dropping keypresses since moving to xorg (strange) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 19:43:27 -0000 hello all, well, i was beginning to think that i was either hallucinating or suffering from some sort of bizarre nerve damage... but i seem to have made some progress in analysing this problem. i have attached a (sorted and commented) file with output from xev. the problem always affects only the right-alt key, despite the various xkbmodels i select (or leave blank). i also came across two other reports of the same behaviour: http://lists.debian.org/debian-devel/2004/06/msg01410.html http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261816 as you can see, they're from deb. they seem to have isolated the problem to a symbols/pc file within x11, not fluxbox. a patch is provided, but it does not apply cleanly to the version of xorg that i have installed. i would very much appreciate any suggestions. thank you, epi --------------- Begin forwarded message: Date: Tue, 27 Jul 2004 00:33:30 -0400 From: epilogue To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org Subject: wm dropping keypresses since moving to xorg (strange) hello x11, questions, i have some reservations about sending this in, because it sounds a bit weird, but i've jumped through all the usual self-serve hoops and i'm about at my wits end. since switching to xorg, when i alt+tab to a window with my wm of choice (fluxbox-devel), the 1st keypress is always dropped in the new window, regardless of whether that window is a *term, mail client, browser, ... say i alt+tab to an xterm. for 'man' to appear on the command line, i must type 'mman' or 'ccd' for 'cd'. the window only drops that 1st key. if i alt+tab away and come back, it will again drop only the 1st key. here is what i know: 1) it doesn't happen if i use the mouse. 2) this problem was not apparent when i tested for it with icewm or xfce4. 3) fluxbox used to play very nicely with xfree. here is what i've tried: 1) google, fbsd and xorg mailing lists. 2) contacted the fluxbox developers over irc. several are running xorg and fluxbox on linux without the problems i'm seeing. (?!) 3) rebuilt xorg then fluxbox-devel. removed .fluxbox to ensure that the default settings would load. 4) played with xorg.conf (used old xfree.conf, built a new xorg.conf, and changed various settings withing xorg.conf) 5) attempted to pinpoint the issue via xev, but failed miserably. it smells like some sort of 'focus' problem to me. any suggestions would be very much appreciated. hoping that i'm not alone here. thanks, epi p.s. a little additional info for any of you who know a bit about fluxbox settings. the problem seems only to occur with those keybindings (like alt+tab) which are mapped to 'NextWindow' or 'NextWindow 1' but _not_ with 'NextTab'. naturally, the same holds true for the shift+foo combos which translate to 'Previous____'. _______________________________________________ freebsd-x11@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 20:22:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 998CA16A4CE for ; Mon, 2 Aug 2004 20:22:41 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B00843D5E for ; Mon, 2 Aug 2004 20:22:41 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so63717rnl for ; Mon, 02 Aug 2004 13:22:40 -0700 (PDT) Received: by 10.38.78.55 with SMTP id a55mr41289rnb; Mon, 02 Aug 2004 13:22:40 -0700 (PDT) Message-ID: <5ef8c2f004080213222edab17f@mail.gmail.com> Date: Mon, 2 Aug 2004 17:22:40 -0300 From: =?ISO-8859-1?Q?Jos=E9_de_Paula?= To: freebsd-questions@freebsd.org In-Reply-To: <410E9913.5080708@hddesign.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <410E5C6A.1090309@hddesign.com> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E9913.5080708@hddesign.com> Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 20:22:41 -0000 On Mon, 02 Aug 2004 14:42:11 -0500, Damon Butler wrote: > > well damon, > > > > i haven't at all tinkered with gnuchess, so i'm sorry that i cannot help > > you. i can, however, suggest one alternative, which may or may not be > > to your liking... > > > > since trying the 'game of go' (aka [p,b]aduk, wei-chi), i've entirely lost > > all interest in the game of chess. > > Oh, I'm already all over that go game. ;-) Thanks. > May I suggest Phalanx, found in the ports tree? It is an excellent chess program, works wonderfully with xboard, and 'phalanx -e 100' is very likely to meet your needs for a weak chess engine. HTH. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 20:53:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B9BC16A4CE for ; Mon, 2 Aug 2004 20:53:20 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC7FA43D4C for ; Mon, 2 Aug 2004 20:53:19 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i72KrFw0067694; Mon, 2 Aug 2004 15:53:15 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <410EA9BB.7040103@hddesign.com> Date: Mon, 02 Aug 2004 15:53:15 -0500 From: Damon Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Jos=E9_de_Paula?= References: <410E5C6A.1090309@hddesign.com> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E9913.5080708@hddesign.com> <5ef8c2f004080213222edab17f@mail.gmail.com> In-Reply-To: <5ef8c2f004080213222edab17f@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean cc: freebsd-questions@freebsd.org Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 20:53:20 -0000 > May I suggest Phalanx, found in the ports tree? It is an excellent > chess program, works wonderfully with xboard, and 'phalanx -e 100' is > very likely to meet your needs for a weak chess engine. That looks excellent indeed. Thanks! --Damon From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 20:57:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C34E716A54D for ; Mon, 2 Aug 2004 20:57:54 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38BD843D2F for ; Mon, 2 Aug 2004 20:57:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 20904 invoked from network); 2 Aug 2004 20:57:49 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 2 Aug 2004 20:57:48 -0000 Received: from 10.50.40.208 (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i72KvNC4020109; Mon, 2 Aug 2004 16:57:45 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: freebsd-smp@FreeBSD.org Date: Mon, 2 Aug 2004 15:32:52 -0400 User-Agent: KMail/1.6 References: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> In-Reply-To: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408021532.52817.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: Hugo Silva cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 20:57:56 -0000 On Sunday 01 August 2004 09:08 am, Hugo Silva wrote: > I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE on FreeBSD > 5.2.1-RELEASE-p9. > > Whenever I load the server a bit more (let seti@home run, compile stuff in > multiple jails, etc), it will simple go offline. I confirmed with the > datacenter and it is indeed a panic, but the datacenter didn't give me the > panic message. I know for *sure* it's because of the high loads. Hmm, we'd really need the panic message to even start debugging it. > I need to sort this out, this is a powerful server being cut because of > FreeBSD/SMP, and I know there is a kernel option to prevent the panic, I > read about it ages ago on a forum. But I can't locate it. That user said > if he disabled SMP, panics would stop. But another user suggested adding a > kernel option (which I simply don't remember), and panics stopped, even > with SMP. > > I tried KVA_PAGES=512, but it only caused another panic, this time as soon > as the system started up.. > > syncing disks, buffers remaining... panic: pmap_invalidate_range: > interrupts disabled > cpuid = 0; > boot() called on cpu#0 > uptime: 9s Unfortunately, I'd really need the backtrace to see how to fix this panic. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:08:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B8416A4CE for ; Mon, 2 Aug 2004 21:08:10 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 0439A43D31 for ; Mon, 2 Aug 2004 21:08:10 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 3433 invoked from network); 2 Aug 2004 21:08:04 -0000 Received: from unknown (HELO ?10.0.0.68?) (69.73.60.132) by smtp7.knology.net with SMTP; 2 Aug 2004 21:08:04 -0000 Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <20040802150342.3c4757cd.wmoran@potentialtech.com> References: <20040802150342.3c4757cd.wmoran@potentialtech.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <06DFD877-E4C8-11D8-9E4B-000393BB56F2@HiWAAY.net> Content-Transfer-Encoding: 7bit From: David Kelly Date: Mon, 2 Aug 2004 16:07:56 -0500 To: questions@freebsd.org X-Mailer: Apple Mail (2.618) Subject: Re: 3ware SATA controllers working with 4.10? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 21:08:10 -0000 On Aug 2, 2004, at 2:03 PM, Bill Moran wrote: > There are a few SATA controllers listed as supported in 4.10, but I'm > not > seeing anything from 3ware. If you saw a recent post, you know that > I've > inheritied some hardware, and I'm just trying to make sure that FreeBSD > is going to run prior to blowing away the Linux install. The simple thing to do is boot a FreeBSD install CD and check what it sees. Likely to tell you more than you currently know about what the hardware really is. If sysinstall sees your SATA drives and is willing to install on them then its likely you are in business. Then the issue would be managing the RAID hardware. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:14:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F8816A4CE for ; Mon, 2 Aug 2004 21:14:22 +0000 (GMT) Received: from imo-d23.mx.aol.com (imo-d23.mx.aol.com [205.188.139.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCC743D5A for ; Mon, 2 Aug 2004 21:14:21 +0000 (GMT) (envelope-from CGrmvll@aol.com) Received: from CGrmvll@aol.com by imo-d23.mx.aol.com (mail_out_v37_r2.6.) id n.8c.112b591d (3890); Mon, 2 Aug 2004 17:14:14 -0400 (EDT) From: CGrmvll@aol.com Message-ID: <8c.112b591d.2e4008a6@aol.com> Date: Mon, 2 Aug 2004 17:14:14 EDT To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 X-Mailer: 6.0 sub 10524 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: CGrmvll@aol.com Subject: About FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 21:14:22 -0000 Hello how are you doing I have been thinking about buying a copy of FreeBSD PowerPak and I would like to know what kind of Modem, Sound Card, Display Card I would have to have for my computer the type of computer that I have is a Hewlett Packard Pavilion 4453. and could you please tell me a couple of brands of Modems Sound Cards and Display Card that I would need to go and by and also could you please tell me the brand name and the model of the hardware that I need to buy to be able to run the FreeBSD Powerpack thank you for you time and have a nice day. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:21:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C31A016A4CE for ; Mon, 2 Aug 2004 21:21:11 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B83443D6A for ; Mon, 2 Aug 2004 21:21:11 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id ADD3869A71; Mon, 2 Aug 2004 17:21:10 -0400 (EDT) Date: Mon, 2 Aug 2004 17:21:09 -0400 From: Bill Moran To: CGrmvll@aol.com Message-Id: <20040802172109.2750b24b.wmoran@potentialtech.com> In-Reply-To: <8c.112b591d.2e4008a6@aol.com> References: <8c.112b591d.2e4008a6@aol.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: CGrmvll@aol.com cc: freebsd-questions@FreeBSD.org Subject: Re: About FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 21:21:11 -0000 CGrmvll@aol.com wrote: > Hello Hi. > how are you doing OK. Have you ever heard of punctuation? > I have been thinking about buying a copy of FreeBSD Cool. > PowerPak and I would like to know what kind of Modem, Sound Card, Display > Card See this page: http://www.freebsd.org/releases/4.10R/hardware-i386.html > I would have to have for my computer the type of computer that I have is a > Hewlett Packard Pavilion 4453. and could you please tell me a couple of > brands of > Modems Sound Cards and Display Card that I would need to go and by and also > could you please tell me the brand name and the model of the hardware that I > need to buy to be able to run the FreeBSD Powerpack thank you for you time > and > have a nice day. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:29:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 751B316A4CE for ; Mon, 2 Aug 2004 21:29:54 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D33843D66 for ; Mon, 2 Aug 2004 21:29:54 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 2 Aug 2004 16:33:29 -0500 Message-ID: <410EB24F.6040100@daleco.biz> Date: Mon, 02 Aug 2004 16:29:51 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: CGrmvll@aol.com References: <8c.112b591d.2e4008a6@aol.com> In-Reply-To: <8c.112b591d.2e4008a6@aol.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Aug 2004 21:33:30.0042 (UTC) FILETIME=[5A8919A0:01C478D8] cc: freebsd-questions@freebsd.org Subject: Re: About FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 21:29:54 -0000 CGrmvll@aol.com wrote: >Hello how are you doing I have been thinking about buying a copy of FreeBSD >PowerPak and I would like to know what kind of Modem, Sound Card, Display Card >I would have to have for my computer the type of computer that I have is a >Hewlett Packard Pavilion 4453. and could you please tell me a couple of brands of >Modems Sound Cards and Display Card that I would need to go and by and also >could you please tell me the brand name and the model of the hardware that I >need to buy to be able to run the FreeBSD Powerpack thank you for you time and >have a nice day. > > A list of supported hardware exists at www.freebsd.org. A link should appear on the "home" page to get you to this resource. While there, you should grab a copy of the FreeBSD "Handbook" in order to learn what to do when something does something unexpected --- not that the OS will necessarily do anything unusual, but many people don't think "FreeBSD"-ishLY , and will inevitably have questions during or after installation. (Good news, you have contacted the right place to ask them....) Almost any display cards will work in textmode; to see a list of supported cards for graphics mode, visit www.xfree86.org. Personally, I have used Nvidia "GE Force" cards, SiS cards, and Trident cards. It occasionally takes a little time to develop new drivers, so the "latest & greatest" cards may not yet be supported; or, they may work but need "tweaking" or use a Linux compatible driver instead of native support, etc. Most sound cards, including on-chip (built in) sound, will work. For modems, the rule used to be "no winmodems". This basically meant "buy an external modem". I have a USR v.92 external (serial) modem on one machine; this was about $70.00 last year. There is 3rd party software support for "winmodems" that use a Lucent chipset, I think. I may be wrong, but that's about it for modems. Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:30:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F8816A4CE for ; Mon, 2 Aug 2004 21:30:59 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D373143D68 for ; Mon, 2 Aug 2004 21:30:58 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i72LUv624035; Mon, 2 Aug 2004 17:30:57 -0400 (EDT) From: Jerry McAllister Message-Id: <200408022130.i72LUv624035@clunix.cl.msu.edu> To: CGrmvll@aol.com Date: Mon, 2 Aug 2004 17:30:56 -0400 (EDT) In-Reply-To: <8c.112b591d.2e4008a6@aol.com> from "CGrmvll@aol.com" at Aug 02, 2004 05:14:14 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: About FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 21:30:59 -0000 > > Hello how are you doing I have been thinking about buying a copy of FreeBSD > PowerPak and I would like to know what kind of Modem, Sound Card, Display Card > I would have to have for my computer the type of computer that I have is a > Hewlett Packard Pavilion 4453. and could you please tell me a couple of brands of > Modems Sound Cards and Display Card that I would need to go and by and also > could you please tell me the brand name and the model of the hardware that I > need to buy to be able to run the FreeBSD Powerpack thank you for you time and Probably pretty much anything that would come with that machine would work. But, to check, go to the FreeBSD web site http://www.freebsd.org/ and click on the Hardware Notes link under the version of FreeBSD you intend to install. I would suggest installing FreeBSD 4.10 for now. Then on the next page click on the link for type of CPU. That would be the i386 family. Specifically, the URL for FreeBSD 4.10 Hardware is: http://www.freebsd.org/releases/4.10R/hardware-i386.html That will get you a nice long list of supported hardware, organized by type of device. Note that graphics card and monitor are supported by the X package you run - probably XFree86 for FreeBSD 4.10 - at least until you get to know enough to examine others. (I hear Xorg is being included for 5.xxx versions of FreeBSD) So, you need to go to the web page for Xfree86 to check out compatibilities for graphics. But, don't let these two things be the limit of your reading. Check out the free FreeBSD handbook, which is online at the FreeBSD web site. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html Archives, numerous search engines such as Google and several online publications such s Onlamp are also good sources on info. There are also several good books out about FreeBSD. FreeBSD Unleashed, Complete FreeBSd, Absolute FreeBSD and FreeBSD An Opensource Operating System all come to mind. ////jerry > have a nice day. > _______________________________________________ > 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 Aug 2 21:49:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59FA516A4CE for ; Mon, 2 Aug 2004 21:49:31 +0000 (GMT) Received: from gaff.hhhr.ision.net (gaff.hhhr.ision.net [195.180.9.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id D459843D53 for ; Mon, 2 Aug 2004 21:49:29 +0000 (GMT) (envelope-from ohoyer@ohoyer.de) Received: from gaff.hhhr.ision.net (ohoyer@localhost [127.0.0.1]) by gaff.hhhr.ision.net (8.12.11/8.12.11) with ESMTP id i72LnW7j068094; Mon, 2 Aug 2004 23:49:32 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) Received: from localhost (ohoyer@localhost)i72LnUEL068091; Mon, 2 Aug 2004 23:49:31 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) X-Authentication-Warning: gaff.hhhr.ision.net: ohoyer owned process doing -bs Date: Mon, 2 Aug 2004 23:49:29 +0200 (CEST) From: Olaf Hoyer Sender: ohoyer@gaff.hhhr.ision.net To: Ewald Jenisch In-Reply-To: <20040802095145.GA19735@athena.oekb.co.at> Message-ID: <20040802234729.U68037@gaff.hhhr.ision.net> References: <20040802095145.GA19735@athena.oekb.co.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: HP Systems Insight Manager (HP SIM) under FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 21:49:31 -0000 On Mon, 2 Aug 2004, Ewald Jenisch wrote: > > Hi, > > Central management of our servers runs under HP SIM (HP Systems > Insight Manager), formerly known as CIM (Compaq Insight Manager). HP > on its website says it's supported for Windoze, HP-UX and Linux. > > Has anybody out there got this software running under FreeBSD > (possibly using Linux emulation)? Well, I once had a look at it, but it was way cruel, the installation package (at least the one I was aware of) was a rpm, that IIRC needed an /opt, and there was lots of binary code and other stuff, so it is not the thing of: lets put it under linux emu and let it run... Gave it up quite frustrated, because it has its own installer that was not so easy to fool around. *sigh* Olaf -- Olaf Hoyer ohoyer@gaff.hhhr.ision.net Fuerchterliche Erlebniss geben zu raten, ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist. (Nietzsche, Jenseits von Gut und Boese) From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:54:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6960016A4CF for ; Mon, 2 Aug 2004 21:54:21 +0000 (GMT) Received: from gaff.hhhr.ision.net (gaff.hhhr.ision.net [195.180.9.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC0C443D53 for ; Mon, 2 Aug 2004 21:54:20 +0000 (GMT) (envelope-from ohoyer@ohoyer.de) Received: from gaff.hhhr.ision.net (ohoyer@localhost [127.0.0.1]) by gaff.hhhr.ision.net (8.12.11/8.12.11) with ESMTP id i72LsSR7068113; Mon, 2 Aug 2004 23:54:28 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) Received: from localhost (ohoyer@localhost)i72LsRw8068110; Mon, 2 Aug 2004 23:54:27 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) X-Authentication-Warning: gaff.hhhr.ision.net: ohoyer owned process doing -bs Date: Mon, 2 Aug 2004 23:54:27 +0200 (CEST) From: Olaf Hoyer Sender: ohoyer@gaff.hhhr.ision.net To: Ewald Jenisch In-Reply-To: <20040802102949.GA19809@athena.oekb.co.at> Message-ID: <20040802234941.Q68037@gaff.hhhr.ision.net> References: <20040802102949.GA19809@athena.oekb.co.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: SNMP MIBs for HP Proliant? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 21:54:21 -0000 On Mon, 2 Aug 2004, Ewald Jenisch wrote: > Hi, > > For a HP Compaq Proliant DL360 I'm looking for the SNMP-MIBs that > cover the following items: > > o) Disk-IO > o) Disk-usage (capacity used) > o) Memory usage > o) Compaq/HP Smartarray (Compaq Smart Array 5i), esp. disk failure etc. > o) CPU Usage (two Xeons running SMP (hyperthreading to 4 virtual CPUs) > o) Network-IO > > Does anybody know where I can get hold of the respective MIBs? > > Somewhat related to the above question: Is it possible to make the > respective MIB variables available via net-snmp in order to either > poll them (snmp read) or send traps when reaching certain thresholds? > I esp. thought about sending traps when e.g. the smartarray reports a > problem, disks become full etc. The MIBs (basically translation from numerical OID -> human readable description with comment field) as such are freely available from HP, they are supplied on the CD that comes with every box, or downloadable as softpaq. What you probably mean, is the SNMP Agent, which is responsible for collecting the data as such, and supply those to the snmp package (in this case, net-snmp) for further treatment. AFAIK those agents are binary only, and it should be quite difficult to get them run even under linux emu. At work, I have a couple of 360/380 running Win2003, that are being monitored by a FreeBSD box with net-snmp/nagios. Also have to use the HP MIBs there, works like a charm. But you are looking for a solution to have native agents with FreeBSD, and that is going to be difficult. HTH Olaf -- Olaf Hoyer ohoyer@gaff.hhhr.ision.net Fuerchterliche Erlebniss geben zu raten, ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist. (Nietzsche, Jenseits von Gut und Boese) From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 22:13:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 704D316A4CE for ; Mon, 2 Aug 2004 22:13:56 +0000 (GMT) Received: from postman.arcor.de (postman1.arcor-online.net [151.189.20.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B7C43D2F for ; Mon, 2 Aug 2004 22:13:55 +0000 (GMT) (envelope-from alamar@alamar.org) Received: from stronghold.seifert.lan (pD9E540AD.dip.t-dialin.net [217.229.64.173]) (authenticated bits=0)i72MDr1B026122 for ; Tue, 3 Aug 2004 00:13:53 +0200 (MEST) Received: from nirvana.seifert.lan ([192.168.0.130]) by stronghold.seifert.lan with smtp (Exim 3.36 #1 (Debian)) id 1Brl44-00062L-00 for ; Tue, 03 Aug 2004 00:13:52 +0200 Date: Tue, 3 Aug 2004 00:13:51 +0200 From: "Julian D. Seifert" To: freebsd-questions@freebsd.org Message-Id: <20040803001351.35eee4b2@nirvana.seifert.lan> In-Reply-To: References: Organization: seifert X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Tue__3_Aug_2004_00_13_51_+0200_yZ7OZRWSNg8U+hkF" Subject: Re: Claiming that the list's e-mail showed up on her TV X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 22:13:56 -0000 --Signature=_Tue__3_Aug_2004_00_13_51_+0200_yZ7OZRWSNg8U+hkF Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sun, 1 Aug 2004 01:49:34 -0700 3BSD wrote: > I think anyone who replies to that address is getting subscribed to a > spam list. Please don't reply. > > -3BSD > _______________________________________________ > 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" You are trying to blackball the ml!!! ;) So my spamfilter has to work some more.. who cares.. -- The most effective way to remember your wife's birthday is to forget it once. gpg fingerprint: 9C05 DC4C EB33 627F 13F9 98FF D651 8413 1279 7C75 --Signature=_Tue__3_Aug_2004_00_13_51_+0200_yZ7OZRWSNg8U+hkF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iQCVAwUBQQ68odZRhBMSeXx1AQKSpAP+JPG2a4mSe5OICKFqS9vRtmIp9Izn3HmL 62plGJWgSze+8nckflFjQ0nwOR0dUnaPzWWBk+mJcX+MWNLKg0n2tF4ZvTPpJPrj nU3j8BE7D6Wq4kT0bXBlgFhfhkKnpbb5YLKIP3B5ZhOo/HR6ESsSrM7VqCMp/+xO aLxtEMU6WJc= =NB9H -----END PGP SIGNATURE----- --Signature=_Tue__3_Aug_2004_00_13_51_+0200_yZ7OZRWSNg8U+hkF-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 23:07:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6132016A4CE for ; Mon, 2 Aug 2004 23:07:57 +0000 (GMT) Received: from web50805.mail.yahoo.com (web50805.mail.yahoo.com [206.190.38.114]) by mx1.FreeBSD.org (Postfix) with SMTP id B21FC43D6E for ; Mon, 2 Aug 2004 23:07:55 +0000 (GMT) (envelope-from deegaans@yahoo.com) Message-ID: <20040802230753.61081.qmail@web50805.mail.yahoo.com> Received: from [12.110.76.168] by web50805.mail.yahoo.com via HTTP; Mon, 02 Aug 2004 16:07:53 PDT Date: Mon, 2 Aug 2004 16:07:53 -0700 (PDT) From: Dee Gaans To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Freebsd Test Brower X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 23:07:57 -0000 Hi all, I am wondering if anyone knows of a text browser that I can use in FreeBSD 5.21 that supports https? I am currently using Lynx, and it does not support https.. Any advices? Thanks in advance, DeeMan __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 23:10:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86B3116A4CE for ; Mon, 2 Aug 2004 23:10:38 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1772F43D60 for ; Mon, 2 Aug 2004 23:10:38 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i72N9nEe031534; Mon, 2 Aug 2004 18:09:49 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" To: "'Dee Gaans'" , Date: Mon, 2 Aug 2004 17:58:36 -0500 Message-ID: <007101c478e4$409f39f0$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <20040802230753.61081.qmail@web50805.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean Subject: RE: Freebsd Test Brower X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 23:10:38 -0000 There is an https version of lynx. Check the ports tree. Found on Conan O'Brian: Children's books written by celebrities; By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very Bad Day. ----- Keep your powder dry and your pecker hard and the world WILL turn. ----- Eric F Crist > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Dee Gaans > Sent: Monday, August 02, 2004 6:08 PM > To: freebsd-questions@freebsd.org > Subject: Freebsd Test Brower > > > Hi all, > > I am wondering if anyone knows of a text browser that > I can use in FreeBSD 5.21 that supports https? I am > currently using Lynx, and it does not support https.. > Any advices? > > Thanks in advance, > DeeMan > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail _______________________________________________ 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 Aug 2 23:29:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39C7016A4CE for ; Mon, 2 Aug 2004 23:29:36 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AAFF43D67 for ; Mon, 2 Aug 2004 23:29:35 +0000 (GMT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id DAEDE3FEF; Tue, 3 Aug 2004 01:29:33 +0200 (CEST) Date: Tue, 3 Aug 2004 01:29:33 +0200 From: Simon Barner To: Dee Gaans Message-ID: <20040802232933.GA2925@zi025.glhnet.mhn.de> References: <20040802230753.61081.qmail@web50805.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline In-Reply-To: <20040802230753.61081.qmail@web50805.mail.yahoo.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: freebsd-questions@freebsd.org Subject: Re: Freebsd Test Brower X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 23:29:36 -0000 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dee Gaans wrote: > Hi all, >=20 > I am wondering if anyone knows of a text browser that > I can use in FreeBSD 5.21 that supports https? I am > currently using Lynx, and it does not support https..=20 ports/www/w3m --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDs5dCkn+/eutqCoRApjMAKCFQjmT++ZG3UgYxdrigefvVSIAgwCgwjuL D2daKUT5YSlmyE37Jfbrflw= =/5BI -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV-- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 00:07:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6252416A4CE; Tue, 3 Aug 2004 00:07:40 +0000 (GMT) Received: from kira.epconline.net (kira.epconline.net [68.90.68.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA8043D67; Tue, 3 Aug 2004 00:07:39 +0000 (GMT) (envelope-from carock@epconline.com) Received: from kira.epconline.net (localhost [127.0.0.1]) by kira.epconline.net (8.12.11/8.12.10) with ESMTP id i7307Z2t048251; Mon, 2 Aug 2004 19:07:35 -0500 (CDT) (envelope-from carock@epconline.com) Received: from localhost (carock@localhost)i7307ZY7048243; Mon, 2 Aug 2004 19:07:35 -0500 (CDT) (envelope-from carock@epconline.com) X-Authentication-Warning: kira.epconline.net: carock owned process doing -bs Date: Mon, 2 Aug 2004 19:07:35 -0500 (CDT) From: Chuck Rock X-X-Sender: carock@kira.epconline.net To: John Baldwin In-Reply-To: <200408021532.52817.jhb@FreeBSD.org> Message-ID: <20040802190220.B40403@kira.epconline.net> References: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> <200408021532.52817.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Hugo Silva cc: freebsd-smp@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 00:07:40 -0000 I had a similar problem with this release running on any Dell 2550 Rack server I had. I tried three different servers with the same config, and I had kernel panics at various times. All of them had different information on the screen at each panic. I had several people tel lme they had no such problems with the same systems. I chalked it up to bad driver for the PERC3/DC raid controller. All panics seemd to happen under very high disk I/O. The machine would run fine for a few days, then just puke. I moved all the stuff over to a refurb Compaq Dual Xeon 2.8, and have had only one problem lockup in the 5 months I've been running it under increasing loads. The last lockup I had also seemed related to disk I/O. Otherwise, 5.2.1 has been a very stable production server processing over 1 million E-mail's a day incoming and hundred thousand out. Chuck On Mon, 2 Aug 2004, John Baldwin wrote: > On Sunday 01 August 2004 09:08 am, Hugo Silva wrote: > > I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE on FreeBSD > > 5.2.1-RELEASE-p9. > > > > Whenever I load the server a bit more (let seti@home run, compile stuff in > > multiple jails, etc), it will simple go offline. I confirmed with the > > datacenter and it is indeed a panic, but the datacenter didn't give me the > > panic message. I know for *sure* it's because of the high loads. > > Hmm, we'd really need the panic message to even start debugging it. > > > I need to sort this out, this is a powerful server being cut because of > > FreeBSD/SMP, and I know there is a kernel option to prevent the panic, I > > read about it ages ago on a forum. But I can't locate it. That user said > > if he disabled SMP, panics would stop. But another user suggested adding a > > kernel option (which I simply don't remember), and panics stopped, even > > with SMP. > > > > I tried KVA_PAGES=512, but it only caused another panic, this time as soon > > as the system started up.. > > > > syncing disks, buffers remaining... panic: pmap_invalidate_range: > > interrupts disabled > > cpuid = 0; > > boot() called on cpu#0 > > uptime: 9s > > Unfortunately, I'd really need the backtrace to see how to fix this panic. > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > _______________________________________________ > freebsd-smp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-smp > To unsubscribe, send any mail to "freebsd-smp-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 00:17:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3591C16A4CE; Tue, 3 Aug 2004 00:17:44 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAAB743D39; Tue, 3 Aug 2004 00:17:43 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq60-142.dial.allstream.net [216.123.141.78]) by outbox.allstream.net (Allstream MTA) with SMTP id 5BF0657889; Mon, 2 Aug 2004 20:17:41 -0400 (EDT) Date: Mon, 2 Aug 2004 20:17:08 -0400 From: epilogue To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org Message-Id: <20040802201708.74b83337@localhost> In-Reply-To: <20040802154253.3c58d101@localhost> References: <20040802154253.3c58d101@localhost> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: dejan.lesjak@ijs.si cc: anholt@freebsd.org Subject: Re: wm dropping keypresses since moving to xorg (strange) -- SOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 00:17:44 -0000 thanks to some very kind help from dejan, and after a little stress testing on my end, i believe that it is safe to declare this problem solved. ---------- the fix: ---------- /usr/X11R6/lib/X11/xkb/symbols/pc/pc // Fake keys for virtual<->real modifiers mapping key { [ ISO_Level3_Shift ] }; key { [ Mode_switch ] }; modifier_map Mod5 { , }; key { [ NoSymbol, Alt_L ] }; modifier_map Mod1 { , }; add to: modifier_map Mod1 { , , }; save file and restart x. hello anholt, copying you in case you want to feed this back up the pipe to xorg. dejan also located this old link, which you might find of interest: http://bugs.xfree86.org/show_bug.cgi?id=580 cheers, epi -------------- On Mon, 2 Aug 2004 15:42:53 -0400 epilogue wrote: > > hello all, > > well, i was beginning to think that i was either hallucinating or > suffering from some sort of bizarre nerve damage... but i seem to have > made some progress in analysing this problem. > > i have attached a (sorted and commented) file with output from xev. the > problem always affects only the right-alt key, despite the various > xkbmodels i select (or leave blank). > > i also came across two other reports of the same behaviour: > > http://lists.debian.org/debian-devel/2004/06/msg01410.html > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261816 > > as you can see, they're from deb. they seem to have isolated the problem > to a symbols/pc file within x11, not fluxbox. a patch is provided, but > it does not apply cleanly to the version of xorg that i have installed. > > i would very much appreciate any suggestions. > > > thank you, > epi > > --------------- > Begin forwarded message: > > Date: Tue, 27 Jul 2004 00:33:30 -0400 > From: epilogue > To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org > Subject: wm dropping keypresses since moving to xorg (strange) > > > hello x11, questions, > > i have some reservations about sending this in, because it sounds a bit > weird, but i've jumped through all the usual self-serve hoops and i'm > about at my wits end. > > since switching to xorg, when i alt+tab to a window with my wm of choice > (fluxbox-devel), the 1st keypress is always dropped in the new window, > regardless of whether that window is a *term, mail client, browser, ... > > say i alt+tab to an xterm. for 'man' to appear on the command line, i > must type 'mman' or 'ccd' for 'cd'. > > the window only drops that 1st key. if i alt+tab away and come back, it > will again drop only the 1st key. > > > here is what i know: > > 1) it doesn't happen if i use the mouse. > 2) this problem was not apparent when i tested for it with icewm or > xfce4. 3) fluxbox used to play very nicely with xfree. > > > here is what i've tried: > > 1) google, fbsd and xorg mailing lists. > 2) contacted the fluxbox developers over irc. several are running xorg > and fluxbox on linux without the problems i'm seeing. (?!) > 3) rebuilt xorg then fluxbox-devel. removed .fluxbox to ensure that the > default settings would load. > 4) played with xorg.conf (used old xfree.conf, built a new xorg.conf, > and changed various settings withing xorg.conf) > 5) attempted to pinpoint the issue via xev, but failed miserably. > > > it smells like some sort of 'focus' problem to me. any suggestions would > be very much appreciated. > > hoping that i'm not alone here. > > > thanks, > epi > > > p.s. a little additional info for any of you who know a bit about fluxbox > settings. the problem seems only to occur with those keybindings > (like alt+tab) which are mapped to 'NextWindow' or 'NextWindow 1' but > _not_ with 'NextTab'. naturally, the same holds true for the shift+foo > combos which translate to 'Previous____'. > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 03:39:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84EC016A4CF for ; Tue, 3 Aug 2004 03:39:44 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D24643D2D for ; Tue, 3 Aug 2004 03:39:44 +0000 (GMT) (envelope-from radlinskic@acm.org) Received: from acm.org (c-24-118-13-177.mn.client2.attbi.com[24.118.13.177]) by comcast.net (sccrmhc13) with SMTP id <2004080303394301600hsvgde> (Authid: cradlinski); Tue, 3 Aug 2004 03:39:43 +0000 Message-ID: <410F0941.3010704@acm.org> Date: Mon, 02 Aug 2004 22:40:49 -0500 From: Chris Radlinski User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031208 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: gdm automatic login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 03:39:44 -0000 I'm running Gnome 2.4 on 5.2.1-RELEASE. I've configured gdm to run at boot time and would like it to automatically log me in. However, it always prompts me for a password. Scanning the archives, I saw that others suggested copying /etc/pam.d/gdm to /etc/pam.d/gdm-autologin. I did this but it didn't fix anything. Here's my gdm/gdm-autologin: # # $FreeBSD: src/etc/pam.d/gdm,v 1.7 2003/04/30 21:57:54 markm Exp $ # # PAM configuration for the "gdm" service # # auth auth required pam_nologin.so no_warn #auth sufficient pam_krb5.so no_warn try_first_pass #auth sufficient pam_ssh.so no_warn try_first_pass auth required pam_unix.so no_warn try_first_pass auth required pam_permit.so # account #account required pam_krb5.so account required pam_unix.so # session #session optional pam_ssh.so session required pam_permit.so What am I missing? Also, if I select "Reboot" or "Shut down" from the logout menu as root, the machine just hangs. Any suggestions? Thanks for any help you can provide. Chris Radlinski From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 03:48:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BE8316A4CE for ; Tue, 3 Aug 2004 03:48:08 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 267D543D49 for ; Tue, 3 Aug 2004 03:48:07 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i733kDVa057715; Mon, 2 Aug 2004 23:46:13 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Chris Radlinski In-Reply-To: <410F0941.3010704@acm.org> References: <410F0941.3010704@acm.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DXvw5XZGYYntfjClG+sf" Organization: MarcusCom, Inc. Message-Id: <1091504866.60865.9.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 02 Aug 2004 23:47:46 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD User Questions List Subject: Re: gdm automatic login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 03:48:08 -0000 --=-DXvw5XZGYYntfjClG+sf Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-08-02 at 23:40, Chris Radlinski wrote: > I'm running Gnome 2.4 on 5.2.1-RELEASE. I've configured gdm to run at=20 > boot time and would like it to automatically log me in. However, it=20 > always prompts me for a password. Scanning the archives, I saw that=20 > others suggested copying /etc/pam.d/gdm to /etc/pam.d/gdm-autologin. I=20 > did this but it didn't fix anything. Here's my gdm/gdm-autologin: >=20 > # > # $FreeBSD: src/etc/pam.d/gdm,v 1.7 2003/04/30 21:57:54 markm Exp $ > # > # PAM configuration for the "gdm" service > # > =20 > # auth > auth required pam_nologin.so no_warn > #auth sufficient pam_krb5.so no_warn=20 > try_first_pass > #auth sufficient pam_ssh.so no_warn=20 > try_first_pass > auth required pam_unix.so no_warn=20 > try_first_pass > auth required pam_permit.so > =20 > # account > #account required pam_krb5.so > account required pam_unix.so > =20 > # session > #session optional pam_ssh.so > session required pam_permit.so >=20 > What am I missing? Remove the auth pam_unix.so entry. The gdm-autologin PAM definition should be: auth required pam_nologin.so auth required pam_permit.so account required pam_unix.so session required pam_permit.so As discussed in the freebsd-gnome archives. >=20 > Also, if I select "Reboot" or "Shut down" from the logout menu as root,=20 > the machine just hangs. Any suggestions? Don't do that. If you want to try and track down what's happening, configure you machine for a serial console, and make sure you're set to drop into the debugger should the system panic. Then, when it hangs, you should hopefully get something on the serial console. Consult the handbook for more info. Joe >=20 > Thanks for any help you can provide. >=20 > Chris Radlinski >=20 > _______________________________________________ > 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" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-DXvw5XZGYYntfjClG+sf Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBDwrib2iPiv4Uz4cRAv2GAJ0aLkeprNOnQ4lyWrHbqwtPcMes3QCggMec Ogr5X38ptdUGhnfizfT0EjI= =OM4f -----END PGP SIGNATURE----- --=-DXvw5XZGYYntfjClG+sf-- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 03:56:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60BFF16A4CE for ; Tue, 3 Aug 2004 03:56:29 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C6F43D2D for ; Tue, 3 Aug 2004 03:56:29 +0000 (GMT) (envelope-from radlinskic@acm.org) Received: from acm.org (c-24-118-13-177.mn.client2.attbi.com[24.118.13.177]) by comcast.net (sccrmhc13) with SMTP id <2004080303562801600i4urce> (Authid: cradlinski); Tue, 3 Aug 2004 03:56:28 +0000 Message-ID: <410F0D2E.5080602@acm.org> Date: Mon, 02 Aug 2004 22:57:34 -0500 From: Chris Radlinski User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke References: <410F0941.3010704@acm.org> <1091504866.60865.9.camel@shumai.marcuscom.com> In-Reply-To: <1091504866.60865.9.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD User Questions List Subject: Re: gdm automatic login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 03:56:29 -0000 That did it. Thanks. Chris Joe Marcus Clarke wrote: >On Mon, 2004-08-02 at 23:40, Chris Radlinski wrote: > > >>I'm running Gnome 2.4 on 5.2.1-RELEASE. I've configured gdm to run at >>boot time and would like it to automatically log me in. However, it >>always prompts me for a password. Scanning the archives, I saw that >>others suggested copying /etc/pam.d/gdm to /etc/pam.d/gdm-autologin. I >>did this but it didn't fix anything. Here's my gdm/gdm-autologin: >> >># >># $FreeBSD: src/etc/pam.d/gdm,v 1.7 2003/04/30 21:57:54 markm Exp $ >># >># PAM configuration for the "gdm" service >># >> >># auth >>auth required pam_nologin.so no_warn >>#auth sufficient pam_krb5.so no_warn >>try_first_pass >>#auth sufficient pam_ssh.so no_warn >>try_first_pass >>auth required pam_unix.so no_warn >>try_first_pass >>auth required pam_permit.so >> >># account >>#account required pam_krb5.so >>account required pam_unix.so >> >># session >>#session optional pam_ssh.so >>session required pam_permit.so >> >>What am I missing? >> >> > >Remove the auth pam_unix.so entry. The gdm-autologin PAM definition >should be: > >auth required pam_nologin.so >auth required pam_permit.so >account required pam_unix.so >session required pam_permit.so > >As discussed in the freebsd-gnome archives. > > > >>Also, if I select "Reboot" or "Shut down" from the logout menu as root, >>the machine just hangs. Any suggestions? >> >> > >Don't do that. If you want to try and track down what's happening, >configure you machine for a serial console, and make sure you're set to >drop into the debugger should the system panic. Then, when it hangs, >you should hopefully get something on the serial console. Consult the >handbook for more info. > >Joe > > > >>Thanks for any help you can provide. >> >>Chris Radlinski >> >>_______________________________________________ >>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 Aug 3 06:08:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C16B816A4CE; Tue, 3 Aug 2004 06:08:20 +0000 (GMT) Received: from postman.ksi.ru (postman.ksi.ru [195.68.167.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B10E743D45; Tue, 3 Aug 2004 06:08:19 +0000 (GMT) (envelope-from vasilievr@ksi.ru) Received: from [195.68.167.115] (HELO [10.10.10.207]) by postman.ksi.ru (CommuniGate Pro SMTP 4.1.8) with ESMTP id 1512933; Tue, 03 Aug 2004 10:08:02 +0400 Message-ID: <410F2BD3.9060706@ksi.ru> Date: Tue, 03 Aug 2004 10:08:19 +0400 From: Roman Vasiliev User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040719) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org, questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: problem in Linux-emulation and may be in NVidia drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 06:08:20 -0000 Hi. I have two question. I hope what someone helps me. First: I have NVidia fx5600 and installs drivers from /usr/ports/x11/nvidia-driver ================================================ # cat /boot/loader.conf hw.ata.ata_dma=0 nvidia_load="YES" linux_load="YES" # Linux emulation ================================================ First run glxgears shows ~2000 fps but second ~10 fps. And whole OpenGL application lags. Problem solves in changing on NVidia mx 4400. All works fine. Second: I have Maya 6.0 and 5.0. And on 4.10 Jul ================================================ # stat /usr/src/UPDATING 291840 340045 -rw-r--r-- 1 root wheel 1395128 43781 "Jul 28 13:45:10 2004" "Jul 17 18:33:11 2004" "Jul 17 18:33:11 2004" 16384 88 0 /usr/src/UPDATING ================================================ 17 18:33:11 2004 After normal start. and showing interface both Maya 5.0 and 6.0 fails. ================================================ %/compat/linux/bin/csh /compat/linux/usr/aw/maya5.0/bin/maya Maya (R), Version 5.0, 2003 04 01 00 02 Copyright 1997-2003 Alias|Wavefront, a division of Silicon Graphics Limited. All rights reserved. Graph Layout Toolkit Copyright 1992-1997 Tom Sawyer Software, Berkeley, California All rights reserved. maya encountered a fatal error Signal: 4 (Unknown Signal) Attempting to save in /usr/tmp/romis.20040728.1326.ma ================================================ The same result on 5.2.1 current. But near by 2 years ago i runs Maya 4.5 on FreeBSD somthing like 4.6. And all works fine. Please help. For me very convinient development on FreeBSD. And for that me needed Maya. But old version I haven't now. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 06:10:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59E4A16A4CE for ; Tue, 3 Aug 2004 06:10:57 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F6643D62 for ; Tue, 3 Aug 2004 06:10:56 +0000 (GMT) (envelope-from finitesoup@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so76730rnl for ; Mon, 02 Aug 2004 23:10:56 -0700 (PDT) Received: by 10.38.77.63 with SMTP id z63mr197860rna; Mon, 02 Aug 2004 23:10:56 -0700 (PDT) Message-ID: <1e490997040802231017bc78bf@mail.gmail.com> Date: Tue, 3 Aug 2004 08:10:56 +0200 From: Matt To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: using a disk "mirrored" with dd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 06:10:57 -0000 I have a machine running 4.10-RELEASE-p2 with two identical hard disks -- ad0 and ad2. I would like to make a complete copy of the first disk to the second disk nightly for quick disaster recovery. I've dd'ed the disk as follows # dd if=/dev/ad0 of=/dev/ad2 and edited the disklabel of the second disk to change ad0s1 to ad2s1 as follows # disklabel -e -r ad2 However, I'm still unable to mount the root partion (or any other partition) of the second disk to tweak /etc/fstab etc. even though # mount /dev/ad2s1a /mnt mount: /dev/ad2s1a: Operation not permitted What am I missing? Is there anything else I need to do beyond editing the disklabel to allow me to use the "mirrored" disk? Output of disklabel for the two disks follows: # disklabel ad0 # /dev/ad0c: type: ESDI disk: ad0s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 4864 sectors/unit: 78156162 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) b: 5242880 409600 swap # (Cyl. 25*- 351*) c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) # disklabel ad2 # /dev/ad2c: type: ESDI disk: ad2s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 4864 sectors/unit: 78156162 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) b: 5242880 409600 swap # (Cyl. 25*- 351*) c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) Thanks for any insight, and let me know if you need to see anything else. -Matt From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 06:43:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9335816A4CE for ; Tue, 3 Aug 2004 06:43:27 +0000 (GMT) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.8.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A43C43D49 for ; Tue, 3 Aug 2004 06:43:26 +0000 (GMT) (envelope-from kheuer2@gwdg.de) Received: from gwdu60.gwdg.de (localhost [127.0.0.1]) by gwdu60.gwdg.de (8.12.11/8.12.8) with ESMTP id i736hPNf082395; Tue, 3 Aug 2004 08:43:25 +0200 (CEST) (envelope-from kheuer2@gwdg.de) Received: from localhost (kheuer2@localhost)i736hO5M082392; Tue, 3 Aug 2004 08:43:24 +0200 (CEST) X-Authentication-Warning: gwdu60.gwdg.de: kheuer2 owned process doing -bs Date: Tue, 3 Aug 2004 08:43:24 +0200 (CEST) From: Konrad Heuer To: Matt In-Reply-To: <1e490997040802231017bc78bf@mail.gmail.com> Message-ID: <20040803083942.C82126@gwdu60.gwdg.de> References: <1e490997040802231017bc78bf@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: using a disk "mirrored" with dd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 06:43:27 -0000 On Tue, 3 Aug 2004, Matt wrote: > I have a machine running 4.10-RELEASE-p2 with two identical hard disks > -- ad0 and ad2. I would like to make a complete copy of the first disk > to the second disk nightly for quick disaster recovery. > > I've dd'ed the disk as follows > > # dd if=/dev/ad0 of=/dev/ad2 > > and edited the disklabel of the second disk to change ad0s1 to ad2s1 as follows > > # disklabel -e -r ad2 > > However, I'm still unable to mount the root partion (or any other > partition) of the second disk to tweak /etc/fstab etc. even though > > # mount /dev/ad2s1a /mnt > mount: /dev/ad2s1a: Operation not permitted > > What am I missing? Is there anything else I need to do beyond editing > the disklabel to allow me to use the "mirrored" disk? > > Output of disklabel for the two disks follows: > > # disklabel ad0 > # /dev/ad0c: > type: ESDI > disk: ad0s1 > label: > flags: > bytes/sector: 512 > sectors/track: 63 > tracks/cylinder: 255 > sectors/cylinder: 16065 > cylinders: 4864 > sectors/unit: 78156162 > rpm: 3600 > interleave: 1 > trackskew: 0 > cylinderskew: 0 > headswitch: 0 # milliseconds > track-to-track seek: 0 # milliseconds > drivedata: 0 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) > b: 5242880 409600 swap # (Cyl. 25*- 351*) > c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) > e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) > f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) > g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) > > # disklabel ad2 > # /dev/ad2c: > type: ESDI > disk: ad2s1 > label: > flags: > bytes/sector: 512 > sectors/track: 63 > tracks/cylinder: 255 > sectors/cylinder: 16065 > cylinders: 4864 > sectors/unit: 78156162 > rpm: 3600 > interleave: 1 > trackskew: 0 > cylinderskew: 0 > headswitch: 0 # milliseconds > track-to-track seek: 0 # milliseconds > drivedata: 0 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) > b: 5242880 409600 swap # (Cyl. 25*- 351*) > c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) > e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) > f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) > g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) > > Thanks for any insight, and let me know if you need to see anything else. Did you do the dd-copy while the system was running multi-user from the first disk? I'd expect larger problems then because the file systems inconsistencies on the second disk may never be resolved. If you did it in single user mode, a 'fsck -y' for each file system on the second disk before trying to mount may help. Best regards Konrad Heuer GWDG, Am Fassberg, 37077 Goettingen, Germany, kheuer2@gwdg.de From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 06:53:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6704316A4CE for ; Tue, 3 Aug 2004 06:53:18 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D44D43D2D for ; Tue, 3 Aug 2004 06:53:18 +0000 (GMT) (envelope-from finitesoup@gmail.com) Received: by mproxy.gmail.com with SMTP id 76so154592rnl for ; Mon, 02 Aug 2004 23:53:17 -0700 (PDT) Received: by 10.38.82.68 with SMTP id f68mr140368rnb; Mon, 02 Aug 2004 23:53:17 -0700 (PDT) Message-ID: <1e4909970408022353424276f@mail.gmail.com> Date: Tue, 3 Aug 2004 08:53:17 +0200 From: Matt To: questions@freebsd.org In-Reply-To: <20040803083942.C82126@gwdu60.gwdg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1e490997040802231017bc78bf@mail.gmail.com> <20040803083942.C82126@gwdu60.gwdg.de> Subject: Re: using a disk "mirrored" with dd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 06:53:18 -0000 On Tue, 3 Aug 2004 08:43:24 +0200 (CEST), Konrad Heuer wrote: > > > > On Tue, 3 Aug 2004, Matt wrote: > > > I have a machine running 4.10-RELEASE-p2 with two identical hard disks > > -- ad0 and ad2. I would like to make a complete copy of the first disk > > to the second disk nightly for quick disaster recovery. > > > > I've dd'ed the disk as follows > > > > # dd if=/dev/ad0 of=/dev/ad2 > > > > and edited the disklabel of the second disk to change ad0s1 to ad2s1 as follows > > > > # disklabel -e -r ad2 > > > > However, I'm still unable to mount the root partion (or any other > > partition) of the second disk to tweak /etc/fstab etc. even though > > > > # mount /dev/ad2s1a /mnt > > mount: /dev/ad2s1a: Operation not permitted > > [snip] > > Thanks for any insight, and let me know if you need to see anything else. > > Did you do the dd-copy while the system was running multi-user from the > first disk? I'd expect larger problems then because the file systems > inconsistencies on the second disk may never be resolved. > > If you did it in single user mode, a 'fsck -y' for each file system on the > second disk before trying to mount may help. Yep, fsck -y did the trick. Thanks Konrad From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 06:54:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD4016A4CE for ; Tue, 3 Aug 2004 06:54:30 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 672C743D5D for ; Tue, 3 Aug 2004 06:54:27 +0000 (GMT) (envelope-from marchenk@in.tum.de) Date: Tue, 03 Aug 2004 08:54:28 +0200 To: "freebsd-questions@freebsd.org" References: <410E2063.6080205@cordula.ws> From: Maksym Marchenko Content-Type: text/plain; format=flowed; charset=koi8-r MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <410E2063.6080205@cordula.ws> User-Agent: Opera7.23/Win32 M2 build 3227 X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: cpghost Subject: Re: Headless Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 06:54:30 -0000 >> I try to install 4.10 on headless PC(without a monitor and vga output) >> So I've used my laptop as a serial console (via null modem cable). >> All was wonderfull, but after end of install procedure und reboot, >> I see with this terminal (cu -l /dev/cuaa0) all and the date for >> the login line. But not the login prompt. So I can't to log in and >> do anything. >> What have I to do, to log in this headless PC? > > Maksym, you need to start a getty process on the serial line, > by editing /etc/ttys like this: > > > console none unknown off secure > ttyv0 "/usr/libexec/getty Pc" cons25 off secure > ttyv1 "/usr/libexec/getty Pc" cons25 off secure > ttyv2 "/usr/libexec/getty Pc" cons25 off secure > ttyv3 "/usr/libexec/getty Pc" cons25 off secure > ttyv4 "/usr/libexec/getty Pc" cons25 off secure > ttyv5 "/usr/libexec/getty Pc" cons25 off secure > ttyv6 "/usr/libexec/getty Pc" cons25 off secure > ttyv7 "/usr/libexec/getty Pc" cons25 off secure > ttyd0 "/usr/libexec/getty std.9600" dialup on secure > ttyd1 "/usr/libexec/getty std.9600" dialup off secure > ttyd2 "/usr/libexec/getty std.9600" dialup off secure > ttyd3 "/usr/libexec/getty std.9600" dialup off secure > > In /stand/sysinstall (or /usr/sbin/sysinstall), you can edit > ttys. > > I'm running 5.2-CURRENT on net4801 Soekris hardware, and this > is exaclty what is needed to get login prompt on the serial > console. Thanks! It works pre[tty] good! :-) I have two more questions : Sometimes I see warning: terminal is not fully functional. So I can't edit kernel file mit ee - the text is shown "shifted" in their lines. Must I use another terminal program to help this? And what you can do with "headless" PC? Can you control this PC only in command prompt? Or (may be) you can use anything like X - twm? Thanks in advance. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 07:47:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B70B16A4DE; Tue, 3 Aug 2004 07:47:58 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D026C43D6D; Tue, 3 Aug 2004 07:47:57 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq60-161.dial.allstream.net [216.123.143.81]) by outbox.allstream.net (Allstream MTA) with SMTP id F2584B4941; Tue, 3 Aug 2004 03:47:54 -0400 (EDT) Date: Tue, 3 Aug 2004 03:47:22 -0400 From: epilogue To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org Message-Id: <20040803034722.04a71589@localhost> In-Reply-To: <20040802201708.74b83337@localhost> References: <20040802154253.3c58d101@localhost> <20040802201708.74b83337@localhost> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: dejan.lesjak@ijs.si cc: anholt@freebsd.org Subject: Re: wm dropping keypresses since moving to xorg (strange) -- SOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 07:47:58 -0000 On Mon, 2 Aug 2004 20:17:08 -0400 epilogue wrote: > > thanks to some very kind help from dejan, and after a little stress > testing on my end, i believe that it is safe to declare this problem > solved. > > ---------- > the fix: > ---------- > > /usr/X11R6/lib/X11/xkb/symbols/pc/pc > > > // Fake keys for virtual<->real modifiers mapping > key { [ ISO_Level3_Shift ] }; > key { [ Mode_switch ] }; > modifier_map Mod5 { , }; > > key { [ NoSymbol, Alt_L ] }; > modifier_map Mod1 { , }; > > > add to: > modifier_map Mod1 { , , }; since the first adjustment, i eventually noted a slight change in the way the windows key was functioning (dropping certain keypresses). to restore the expected behaviour, i simply added and to another line in the same section of file mentioned above: key { [ NoSymbol, Super_L ] }; // modifier_map Mod4 { }; modifier_map Mod4 { , , }; as there is only 1 windows key on my keyboard, i am not certain whether both WIN values were strictly necessary, but all seems now to be working. > save file and restart x. > > > hello anholt, > copying you in case you want to feed this back up the pipe to xorg. > dejan also located this old link, which you might find of interest: > > http://bugs.xfree86.org/show_bug.cgi?id=580 > > > cheers, > epi > > -------------- > On Mon, 2 Aug 2004 15:42:53 -0400 > epilogue wrote: > > > > > hello all, > > > > well, i was beginning to think that i was either hallucinating or > > suffering from some sort of bizarre nerve damage... but i seem to > > have made some progress in analysing this problem. > > > > i have attached a (sorted and commented) file with output from xev. > > the problem always affects only the right-alt key, despite the various > > xkbmodels i select (or leave blank). > > > > i also came across two other reports of the same behaviour: > > > > http://lists.debian.org/debian-devel/2004/06/msg01410.html > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261816 > > > > as you can see, they're from deb. they seem to have isolated the > > problem to a symbols/pc file within x11, not fluxbox. a patch is > > provided, but it does not apply cleanly to the version of xorg that i > > have installed. > > > > i would very much appreciate any suggestions. > > > > > > thank you, > > epi > > > > --------------- > > Begin forwarded message: > > > > Date: Tue, 27 Jul 2004 00:33:30 -0400 > > From: epilogue > > To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org > > Subject: wm dropping keypresses since moving to xorg (strange) > > > > > > hello x11, questions, > > > > i have some reservations about sending this in, because it sounds a bit > > weird, but i've jumped through all the usual self-serve hoops and i'm > > about at my wits end. > > > > since switching to xorg, when i alt+tab to a window with my wm of > > choice(fluxbox-devel), the 1st keypress is always dropped in the new > > window, regardless of whether that window is a *term, mail client, > > browser, ... > > > > say i alt+tab to an xterm. for 'man' to appear on the command line, i > > must type 'mman' or 'ccd' for 'cd'. > > > > the window only drops that 1st key. if i alt+tab away and come back, > > it will again drop only the 1st key. > > > > > > here is what i know: > > > > 1) it doesn't happen if i use the mouse. > > 2) this problem was not apparent when i tested for it with icewm or > > xfce4. 3) fluxbox used to play very nicely with xfree. > > > > > > here is what i've tried: > > > > 1) google, fbsd and xorg mailing lists. > > 2) contacted the fluxbox developers over irc. several are running xorg > > and fluxbox on linux without the problems i'm seeing. (?!) > > 3) rebuilt xorg then fluxbox-devel. removed .fluxbox to ensure that > > the default settings would load. > > 4) played with xorg.conf (used old xfree.conf, built a new xorg.conf, > > and changed various settings withing xorg.conf) > > 5) attempted to pinpoint the issue via xev, but failed miserably. > > > > > > it smells like some sort of 'focus' problem to me. any suggestions > > would be very much appreciated. > > > > hoping that i'm not alone here. > > > > > > thanks, > > epi > > > > > > p.s. a little additional info for any of you who know a bit about > > fluxbox settings. the problem seems only to occur with those > > keybindings(like alt+tab) which are mapped to 'NextWindow' or > > 'NextWindow 1' but_not_ with 'NextTab'. naturally, the same holds true > > for the shift+foo combos which translate to 'Previous____'. > > _______________________________________________ > > freebsd-x11@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > > > _______________________________________________ > > freebsd-x11@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 08:09:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86B5916A4CE; Tue, 3 Aug 2004 08:09:12 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC8CD43D68; Tue, 3 Aug 2004 08:09:09 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id DA456813A; Tue, 3 Aug 2004 10:10:36 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46267-01; Tue, 3 Aug 2004 10:10:36 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 5FDEC80B3; Tue, 3 Aug 2004 10:10:36 +0200 (CEST) From: Jorn Argelo To: freebsd-questions@freebsd.org Date: Tue, 3 Aug 2004 10:08:43 +0200 User-Agent: KMail/1.6.2 References: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> <200408021532.52817.jhb@FreeBSD.org> <20040802190220.B40403@kira.epconline.net> In-Reply-To: <20040802190220.B40403@kira.epconline.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408031009.20022.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: freebsd-smp@freebsd.org cc: Hugo Silva cc: Chuck Rock cc: John Baldwin Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 08:09:12 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 03 August 2004 02:07, Chuck Rock wrote: > I had a similar problem with this release running on any Dell 2550 Rack > server I had. I tried three different servers with the same config, and I > had kernel panics at various times. All of them had different information > on the screen at each panic. > > I had several people tel lme they had no such problems with the same > systems. > > I chalked it up to bad driver for the PERC3/DC raid controller. All panics > seemd to happen under very high disk I/O. The machine would run fine for a > few days, then just puke. > > I moved all the stuff over to a refurb Compaq Dual Xeon 2.8, and have had > only one problem lockup in the 5 months I've been running it under > increasing loads. The last lockup I had also seemed related to disk I/O. > > Otherwise, 5.2.1 has been a very stable production server processing over > 1 million E-mail's a day incoming and hundred thousand out. > > Chuck > During my traineeship we had an PowerEdge 2650 (Dual Xeon with FreeBSD 5.1 = at=20 that time). The machine had quite high loads (8.00 - 11.00, which was 24/7)= ,=20 but it kept working most times. Sometimes after a few days or weeks it=20 resulted in a panic. My mentor (who was the Unix specialist) said that it w= as=20 probably been caused by the RAID controller as well. It was a PERC2/DC or=20 PERC3/DC, not really sure. I think it's the latter. Anyway, when 5.2 came=20 out, my mentor immediately upgraded to 5.2, and the machine became rock=20 solid, even with very high loads. It was a monitoring machine, which=20 collected over 1600 SMNP requests from every server, so I'm not really sure= =20 if that produces an high disk I/O or not.=20 Perhaps the story is not interesting, but I felt like sharing that. Cheers, Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBD0gQs2lBCry7iusRAozeAJ9ID3yBuNSui9EU7tuLJaPZcOc67wCfT7UQ LB+IWXbsYiQQZNs/2CJYz64=3D =3Dr1AQ =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 09:21:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4F0116A4CE for ; Tue, 3 Aug 2004 09:21:18 +0000 (GMT) Received: from smtp2.bahnhof.se (mailut.bahnhof.net [213.136.33.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD2A43D39 for ; Tue, 3 Aug 2004 09:21:17 +0000 (GMT) (envelope-from mark.rowlands@mypost.se) Received: from mfilter1.bahnhof.se (mail.bahnhof.se [213.136.33.1]) by smtp2.bahnhof.se (Postfix) with ESMTP id 6CAE388C1F for ; Tue, 3 Aug 2004 11:21:18 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by re-injector1.bahnhof.se (Postfix) with ESMTP id B62D5129126 for ; Tue, 3 Aug 2004 11:21:15 +0200 (CEST) Received: from smtp4.bahnhof.se ([213.136.33.3]) by localhost (mfilter1.bahnhof.se [10.0.1.21]) (amavisd-new, port 10024) with ESMTP id 30978-04 for ; Tue, 3 Aug 2004 11:21:15 +0200 (CEST) Received: from pcmarpxy.mine.nu (81-170-150-191.bahnhofbredband.net [81.170.150.191]) by smtp4.bahnhof.se (Postfix) with ESMTP id D0EDF12E389 for ; Tue, 3 Aug 2004 11:21:12 +0200 (CEST) Received: from localhost (localhost.mwrwin2k.se [127.0.0.1]) by pcmarpxy.mine.nu (Postfix) with ESMTP id E3C3911886 for ; Tue, 3 Aug 2004 11:21:14 +0200 (CEST) Received: from pcmarpxy.mine.nu ([127.0.0.1]) by localhost (pcmarpxy.mine.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00930-05 for ; Tue, 3 Aug 2004 11:21:14 +0200 (CEST) Received: from EXCHSRV1.mwrwin2k.se (kalendar.mine.nu [192.168.0.4]) by pcmarpxy.mine.nu (Postfix) with ESMTP id 767E511885 for ; Tue, 3 Aug 2004 11:21:14 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message Date: Tue, 3 Aug 2004 11:21:13 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Message-ID: <4789E43478F3994BB8D967C73FD9C6880C2B8B@exchsrv1> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: optio 30 freebsd 5.2.1 p9 Thread-Index: AcR5OziRCSK2OBmbS8GO0WZSJLmhXA== From: "mark rowlands" To: X-Virus-Scanned: by amavisd-new at bahnhof.se Subject: optio 30 freebsd 5.2.1 p9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 09:21:18 -0000 Any one had any luck getting this to work under 5.2.1 p9? It is detected as a pentax pentax optio 30 (that's not a misprint) but as attatches as ugen0 which I presume means that umass does not recognize it?=20 From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 10:43:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D9D216A4CE for ; Tue, 3 Aug 2004 10:43:06 +0000 (GMT) Received: from dtcimfe3.celcom.net.my (dtcimfe3.celcom.net.my [203.82.64.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id C496E43D69 for ; Tue, 3 Aug 2004 10:43:04 +0000 (GMT) (envelope-from alsemo@celcom.net.my) Received: from [210.195.128.18] by dtcimfe3.celcom.net.my with ESMTP id <20040803103755.IENL2569.dtcimfe3@[210.195.128.18]> for ; Tue, 3 Aug 2004 18:37:55 +0800 Message-ID: <410F6C09.2090307@celcom.net.my> Date: Tue, 03 Aug 2004 18:42:17 +0800 From: Ahmad Zulkarnain User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Can't log in KDE, kdeinit.core & ksplash.core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 10:43:06 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi guys, I try loggin in KDE usin Alsemo (my normal user's id) and put the password then I hit [Enter]. The KDE's splash screen appeared and all of the sudden the splash screen is gone and froze. Ctrl+Alt+F* and Ctrl+Alt+BackSpace didn't do any good and the mouse is immobilized. I had to hard-reboot and when the KDM greeted me again, I try loggin in to KDE again usin Alsemo but after I hit [Enter], the screen went back to KDM creatin an endless cycle of tryin to log in but failed. dmesg tells me: pid 676 (ksplash), uid 1001: exited on signal 11 (core dumped) pid 687 (kdeinit), uid 1001: exited on signal 11 (core dumped) pid 688 (kdeinit), uid 1001: exited on signal 11 (core dumped) pid 690 (kdeinit), uid 1001: exited on signal 11 (core dumped) pid 693 (kdeinit), uid 1001: exited on signal 11 (core dumped) and there's kdeinit.core and ksplash.core dumps in my home directory. There's also a .xsession-errors file which says: startkde: Starting up... Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". QSettings: malformed line '' in group 'General' QSettings: malformed line '' in group 'General' QSettings: malformed line '' in group 'General' QPixmap: Cannot create a QPixmap when no GUI is being used QPixmap: Cannot create a QPixmap when no GUI is being used Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". QSettings: malformed line '' in group 'General' DCOP aborting call from 'anonymous-686' to 'kded' ERROR: Communication problem with kded, it probably crashed. Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". QSettings: malformed line '' in group 'General' Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". QSettings: malformed line '' in group 'General' DCOP aborting call from 'anonymous-689' to 'knotify' ERROR: Communication problem with knotify, it probably crashed. Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". QSettings: malformed line '' in group 'General' startkde: Shutting down... KLauncher: Exiting on signal 1 startkde: Running shutdown scripts... startkde: Done. I'm totally lost. I tried disablin KDM in /etc/ttys and Alsemo can log in X (not KDE). When I enable KDM again, the same error persist. The mind-bogglin thing bout this is that root can log in KDE without problem. Help/tips are very much appreciated. If the output of kdeinit.core & ksplash.core is needed, I'll post it in the next email. Thanks! - -- Karl http://www.alsemo.isdangerous.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBD2wJZ7L55/p4Pw4RAlJgAKDPVsGrBUk/zNzuHZM4vCAr5mQ0YACgzsgT +dQ/U9oc8ot7xjYoS1bQy6U= =TpdH -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 10:59:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E7CA16A4CE for ; Tue, 3 Aug 2004 10:59:30 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C003943D5C for ; Tue, 3 Aug 2004 10:59:29 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 0B257813A; Tue, 3 Aug 2004 13:00:57 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46193-06; Tue, 3 Aug 2004 13:00:56 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id B9B888125; Tue, 3 Aug 2004 13:00:56 +0200 (CEST) From: Jorn Argelo To: freebsd-questions@freebsd.org Date: Tue, 3 Aug 2004 12:59:34 +0200 User-Agent: KMail/1.6.2 References: <410F6C09.2090307@celcom.net.my> In-Reply-To: <410F6C09.2090307@celcom.net.my> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408031259.40502.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Ahmad Zulkarnain Subject: Re: Can't log in KDE, kdeinit.core & ksplash.core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 10:59:30 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 03 August 2004 12:42, Ahmad Zulkarnain wrote: > Hi guys, > [snip] > > startkde: Starting up... > Xlib: extension "GLX" missing on display ":0.0". You already gave the answer to your problem. Make sure you load the GLX=20 module, which can be enabled in your XF86Config file. Cheers, Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBD3AZs2lBCry7iusRAmyKAKCxaDr69FdbIeLgIUhsk2PlCYIGkACbB9HF 4Ka65wBcc6rB3HXKw3DCwog=3D =3D5f4T =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 11:52:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D30DD16A4CE for ; Tue, 3 Aug 2004 11:52:14 +0000 (GMT) Received: from dtcimfe2.celcom.net.my (dtcimfe2.celcom.net.my [203.82.64.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id C699443D5E for ; Tue, 3 Aug 2004 11:52:13 +0000 (GMT) (envelope-from alsemo@celcom.net.my) Received: from [210.195.128.101] by dtcimfe2.celcom.net.my with ESMTP id <20040803114705.NIJN2228.dtcimfe2@[210.195.128.101]> for ; Tue, 3 Aug 2004 19:47:05 +0800 Message-ID: <410F7C3E.6060807@celcom.net.my> Date: Tue, 03 Aug 2004 19:51:26 +0800 From: Ahmad Zulkarnain User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions References: <410F6C09.2090307@celcom.net.my> <200408031259.40502.jorn@wcborstel.nl> In-Reply-To: <200408031259.40502.jorn@wcborstel.nl> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Can't log in KDE, kdeinit.core & ksplash.core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 11:52:14 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jorn Argelo wrote: | On Tuesday 03 August 2004 12:42, Ahmad Zulkarnain wrote: | |> Hi guys, | | [snip] | |> startkde: Starting up... Xlib: extension "GLX" missing on |> display ":0.0". | | | You already gave the answer to your problem. Make sure you load the | GLX module, which can be enabled in your XF86Config file. | | Cheers, | | Jorn | | The Glx problem seems to be solve (Thanks Jorn) but my normal user's id still can't log in KDE. Here's the new .xsession-errors output. startkde: Starting up... QSettings: malformed line '' in group 'General' QSettings: malformed line '' in group 'General' QSettings: malformed line '' in group 'General' QPixmap: Cannot create a QPixmap when no GUI is being used QPixmap: Cannot create a QPixmap when no GUI is being used QSettings: malformed line '' in group 'General' DCOP aborting call from 'anonymous-559' to 'kded' ERROR: Communication problem with kded, it probably crashed. QSettings: malformed line '' in group 'General' QSettings: malformed line '' in group 'General' DCOP aborting call from 'anonymous-562' to 'knotify' ERROR: Communication problem with knotify, it probably crashed. QSettings: malformed line '' in group 'General' startkde: Shutting down... KLauncher: Exiting on signal 1 startkde: Running shutdown scripts... startkde: Done. and I got this new xclock.core dump in my home directory. Help is appreciated. Thanks. vampire# uname -a FreeBSD vampire.home.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2: Sun Jun 20 03:25:38 MYT 2004 Alsemo@vampire.home.net:/usr/src/sys/i386/compile/VAMKERNEL i386 runnin on Clevo M22ES - -- Karl http://www.alsemo.isdangerous.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBD3w9Z7L55/p4Pw4RArP8AJ4waS/prnoYuVB6Y0x7iVrwr2qj/ACfTkHi SBLcyGMUwdHRyBf9br8mO70= =tT+3 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 12:00:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA84016A4CE for ; Tue, 3 Aug 2004 12:00:16 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 160C843D5A for ; Tue, 3 Aug 2004 12:00:16 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 6FEBC813A; Tue, 3 Aug 2004 14:01:43 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46267-07; Tue, 3 Aug 2004 14:01:43 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 170C080F9; Tue, 3 Aug 2004 14:01:43 +0200 (CEST) From: Jorn Argelo To: freebsd-questions@freebsd.org Date: Tue, 3 Aug 2004 14:00:22 +0200 User-Agent: KMail/1.6.2 References: <410F6C09.2090307@celcom.net.my> <200408031259.40502.jorn@wcborstel.nl> <410F7C3E.6060807@celcom.net.my> In-Reply-To: <410F7C3E.6060807@celcom.net.my> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408031400.26996.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Ahmad Zulkarnain Subject: Re: Can't log in KDE, kdeinit.core & ksplash.core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 12:00:17 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 03 August 2004 13:51, Ahmad Zulkarnain wrote: > Jorn Argelo wrote: > | On Tuesday 03 August 2004 12:42, Ahmad Zulkarnain wrote: > |> Hi guys, > | > | [snip] > | > |> startkde: Starting up... Xlib: extension "GLX" missing on > |> display ":0.0". > | > | You already gave the answer to your problem. Make sure you load the > | GLX module, which can be enabled in your XF86Config file. > | > | Cheers, > | > | Jorn > > The Glx problem seems to be solve (Thanks Jorn) but my normal user's > id still can't log in KDE. Here's the new .xsession-errors output. > > startkde: Starting up... > QSettings: malformed line '' in group 'General' > QSettings: malformed line '' in group 'General' > QSettings: malformed line '' in group 'General' > QPixmap: Cannot create a QPixmap when no GUI is being used > QPixmap: Cannot create a QPixmap when no GUI is being used > QSettings: malformed line '' in group 'General' > DCOP aborting call from 'anonymous-559' to 'kded' > ERROR: Communication problem with kded, it probably crashed. > QSettings: malformed line '' in group 'General' > QSettings: malformed line '' in group 'General' > DCOP aborting call from 'anonymous-562' to 'knotify' > ERROR: Communication problem with knotify, it probably crashed. > QSettings: malformed line '' in group 'General' > startkde: Shutting down... > KLauncher: Exiting on signal 1 > startkde: Running shutdown scripts... > startkde: Done. > > and I got this new xclock.core dump in my home directory. Help is > appreciated. Thanks. > > vampire# uname -a > FreeBSD vampire.home.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2: Sun > Jun 20 03:25:38 MYT 2004 > Alsemo@vampire.home.net:/usr/src/sys/i386/compile/VAMKERNEL i386 > > runnin on Clevo M22ES Can you give us your XF86Config file? Also, post all the relevant errors=20 from /var/log/XFree86.log=20 Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBD35Ys2lBCry7iusRAgzEAJoD+2hUNCPOjMIz9BeqpRzJkq+GEgCgkDi+ r0FYbiDLRVsplepPcWxBfu0=3D =3DSSX9 =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 12:26:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32AE916A4CE for ; Tue, 3 Aug 2004 12:26:17 +0000 (GMT) Received: from router.ua.pmmci.com (ua.pmmci.com [213.186.210.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 4451243D45 for ; Tue, 3 Aug 2004 12:26:16 +0000 (GMT) (envelope-from mirya@ukrpost.net) Received: (qmail 37688 invoked from network); 3 Aug 2004 12:26:06 -0000 Received: from t-mirya.ua.pmmci.com (HELO TMirya) (10.9.4.7) by router.ua.pmmci.com with SMTP; 3 Aug 2004 12:26:06 -0000 From: "Kyryll Mirnenko" To: Date: Tue, 3 Aug 2004 15:26:07 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcR5VQ0vmsEiI6FUSOWTuxgg+zi1RA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-Id: <20040803122616.4451243D45@mx1.FreeBSD.org> Subject: NTFS alternative driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 12:26:17 -0000 If found out ntfs kernel module doesn't support writing. Is there an alternative way to get r/w (!) access to NTFS (I'm running 5.2.1)? No advanced features (like ACL, resident files, etc.) are needed, just simple write operations to make some apps run in wine. -------------- Regards, Mirya From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 12:44:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5161116A4CE for ; Tue, 3 Aug 2004 12:44:23 +0000 (GMT) Received: from mail.ubersoft.co.za (mail.ubersoft.co.za [196.31.69.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3BD443D5F for ; Tue, 3 Aug 2004 12:44:21 +0000 (GMT) (envelope-from freebsd@ubersoft.co.za) Received: from localhost (localhost.ubersoft.co.za [127.0.0.1]) by mail.ubersoft.co.za (Postfix) with ESMTP id C7070592C for ; Tue, 3 Aug 2004 14:41:34 +0200 (SAST) Received: from mail.ubersoft.co.za ([127.0.0.1]) by localhost (server.ubersoft.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46478-02 for ; Tue, 3 Aug 2004 14:41:33 +0200 (SAST) Received: from bailey (garethb [192.168.0.11]) by mail.ubersoft.co.za (Postfix) with ESMTP id AF56F592B for ; Tue, 3 Aug 2004 14:41:33 +0200 (SAST) Message-ID: <002c01c47958$15225130$0b00a8c0@bailey> From: "Gareth Bailey" To: "freebsd mail" Date: Tue, 3 Aug 2004 14:47:48 +0200 Organization: Ubersoft MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: by amavisd-new at ubersoft.co.za Subject: Samsung ML-1510 under FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gareth Bailey List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 12:44:23 -0000 Hello all, I am trying to set up a Samsung ML-1510 on my 4.10 release server. I've had a look at linuxprinting.org and it is supported but i'm not clear on what i need to install/do to get it working on FreeBSD. Can i use cups? I see there is cups and cups-lpr in ports. Could anyone give some advice on an easy way to get this up-and-running? Thanks, Gareth Bailey From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 12:51:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C364A16A4CE for ; Tue, 3 Aug 2004 12:51:21 +0000 (GMT) Received: from dtcimfe2.celcom.net.my (dtcimfe2.celcom.net.my [203.82.64.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id D769943D46 for ; Tue, 3 Aug 2004 12:51:20 +0000 (GMT) (envelope-from alsemo@celcom.net.my) Received: from [210.195.128.156] by dtcimfe2.celcom.net.my with ESMTP id <20040803124525.NLEZ2228.dtcimfe2@[210.195.128.156]> for ; Tue, 3 Aug 2004 20:45:25 +0800 Message-ID: <410F89EA.5070109@celcom.net.my> Date: Tue, 03 Aug 2004 20:49:46 +0800 From: Ahmad Zulkarnain User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions References: <410F6C09.2090307@celcom.net.my> <200408031259.40502.jorn@wcborstel.nl> <410F7C3E.6060807@celcom.net.my> <200408031400.26996.jorn@wcborstel.nl> In-Reply-To: <200408031400.26996.jorn@wcborstel.nl> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Can't log in KDE, kdeinit.core & ksplash.core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 12:51:22 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jorn Argelo wrote: | On Tuesday 03 August 2004 13:51, Ahmad Zulkarnain wrote: | |> Jorn Argelo wrote: | On Tuesday 03 August 2004 12:42, Ahmad |> Zulkarnain wrote: |> Hi guys, | | [snip] | |> startkde: Starting |> up... Xlib: extension "GLX" missing on |> display ":0.0". | | |> You already gave the answer to your problem. Make sure you load |> the | GLX module, which can be enabled in your XF86Config file. | |> | Cheers, | | Jorn | |> The Glx problem seems to be solve (Thanks Jorn) but my normal |> user's id still can't log in KDE. Here's the new .xsession-errors |> output. | |> startkde: Starting up... QSettings: malformed line '' in group |> 'General' QSettings: malformed line '' in group 'General' |> QSettings: malformed line '' in group 'General' QPixmap: Cannot |> create a QPixmap when no GUI is being used QPixmap: Cannot create |> a QPixmap when no GUI is being used QSettings: malformed line '' |> in group 'General' DCOP aborting call from 'anonymous-559' to |> 'kded' ERROR: Communication problem with kded, it probably |> crashed. QSettings: malformed line '' in group 'General' |> QSettings: malformed line '' in group 'General' DCOP aborting |> call from 'anonymous-562' to 'knotify' ERROR: Communication |> problem with knotify, it probably crashed. QSettings: malformed |> line '' in group 'General' startkde: Shutting down... KLauncher: |> Exiting on signal 1 startkde: Running shutdown scripts... |> startkde: Done. | |> and I got this new xclock.core dump in my home directory. Help is |> appreciated. Thanks. | |> vampire# uname -a FreeBSD vampire.home.net 5.2.1-RELEASE FreeBSD |> 5.2.1-RELEASE #2: Sun Jun 20 03:25:38 MYT 2004 |> Alsemo@vampire.home.net:/usr/src/sys/i386/compile/VAMKERNEL i386 | |> runnin on Clevo M22ES | | | Can you give us your XF86Config file? Also, post all the relevant | errors from /var/log/XFree86.log | | Jorn | Sorry fer late reply, I have to swap back & forth from FreeBSD - XP coz FreeBSD is currently unable to go internet. As I'm still dumb bout FreeBSD, I can't make out what's the relevant error(s) that I should post. Because the files is quite lengthy, I hope url is ok fer postin and I've just uploaded the files as stated below. /etc/X11/XF86Config /var/log/kdm.log /var/log/XFree86.0.log /var/log/XFree86.8.log I hope this is the correct files. My root account seems to be fine when loggin in KDE with no error whatsoever. Thanks again. Sorry fer takin your time. - -- Karl http://www.alsemo.isdangerous.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBD4nqZ7L55/p4Pw4RAvN9AJ4jAw5qwNWfUeKD3eE5bz2WUdAUIQCfZx3e cDdDQJknynZuHQgBqS47eRI= =425Q -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 12:53:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2708C16A4CE for ; Tue, 3 Aug 2004 12:53:24 +0000 (GMT) Received: from dtcimfe2.celcom.net.my (dtcimfe2.celcom.net.my [203.82.64.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCCEF43D5E for ; Tue, 3 Aug 2004 12:53:22 +0000 (GMT) (envelope-from alsemo@celcom.net.my) Received: from [210.195.128.156] by dtcimfe2.celcom.net.my with ESMTP id <20040803124619.NLFV2228.dtcimfe2@[210.195.128.156]> for ; Tue, 3 Aug 2004 20:46:19 +0800 Message-ID: <410F8A1A.9060206@celcom.net.my> Date: Tue, 03 Aug 2004 20:50:34 +0800 From: Ahmad Zulkarnain User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions References: <410F6C09.2090307@celcom.net.my> <200408031259.40502.jorn@wcborstel.nl> <410F7C3E.6060807@celcom.net.my> <200408031400.26996.jorn@wcborstel.nl> In-Reply-To: <200408031400.26996.jorn@wcborstel.nl> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Can't log in KDE, kdeinit.core & ksplash.core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 12:53:24 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jorn Argelo wrote: | On Tuesday 03 August 2004 13:51, Ahmad Zulkarnain wrote: | |> Jorn Argelo wrote: | On Tuesday 03 August 2004 12:42, Ahmad |> Zulkarnain wrote: |> Hi guys, | | [snip] | |> startkde: Starting |> up... Xlib: extension "GLX" missing on |> display ":0.0". | | |> You already gave the answer to your problem. Make sure you load |> the | GLX module, which can be enabled in your XF86Config file. | |> | Cheers, | | Jorn | |> The Glx problem seems to be solve (Thanks Jorn) but my normal |> user's id still can't log in KDE. Here's the new .xsession-errors |> output. | |> startkde: Starting up... QSettings: malformed line '' in group |> 'General' QSettings: malformed line '' in group 'General' |> QSettings: malformed line '' in group 'General' QPixmap: Cannot |> create a QPixmap when no GUI is being used QPixmap: Cannot create |> a QPixmap when no GUI is being used QSettings: malformed line '' |> in group 'General' DCOP aborting call from 'anonymous-559' to |> 'kded' ERROR: Communication problem with kded, it probably |> crashed. QSettings: malformed line '' in group 'General' |> QSettings: malformed line '' in group 'General' DCOP aborting |> call from 'anonymous-562' to 'knotify' ERROR: Communication |> problem with knotify, it probably crashed. QSettings: malformed |> line '' in group 'General' startkde: Shutting down... KLauncher: |> Exiting on signal 1 startkde: Running shutdown scripts... |> startkde: Done. | |> and I got this new xclock.core dump in my home directory. Help is |> appreciated. Thanks. | |> vampire# uname -a FreeBSD vampire.home.net 5.2.1-RELEASE FreeBSD |> 5.2.1-RELEASE #2: Sun Jun 20 03:25:38 MYT 2004 |> Alsemo@vampire.home.net:/usr/src/sys/i386/compile/VAMKERNEL i386 | |> runnin on Clevo M22ES | | | Can you give us your XF86Config file? Also, post all the relevant | errors from /var/log/XFree86.log | | Jorn | Sorry fer late reply, I have to swap back & forth from FreeBSD - XP coz FreeBSD is currently unable to go internet. As I'm still dumb bout FreeBSD, I can't make out what's the relevant error(s) that I should post. Because the files is quite lengthy, I hope url is ok fer postin and I've just uploaded the files as stated below. /etc/X11/XF86Config /var/log/kdm.log /var/log/XFree86.0.log /var/log/XFree86.8.log I hope this is the correct files. My root account seems to be fine when loggin in KDE with no error whatsoever. Thanks again. Sorry fer takin your time. - -- Karl http://www.alsemo.isdangerous.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBD4nqZ7L55/p4Pw4RAvN9AJ4jAw5qwNWfUeKD3eE5bz2WUdAUIQCfZx3e cDdDQJknynZuHQgBqS47eRI= =425Q -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 13:27:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5B7F16A4CE for ; Tue, 3 Aug 2004 13:27:02 +0000 (GMT) Received: from s2.home.ro (s2.home.ro [193.231.236.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 119C543D2F for ; Tue, 3 Aug 2004 13:27:02 +0000 (GMT) (envelope-from vladtudorache@home.ro) Received: (qmail 16621 invoked by uid 30); 3 Aug 2004 13:26:52 -0000 Date: 3 Aug 2004 13:26:52 -0000 Message-ID: <20040803132652.16619.qmail@s2.home.ro> From: Vlad Tudorache To: questions@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII X-Mailer: HOME.RO FreeMail v2.1 X-Originating-IP: 80.97.176.115 Subject: kdm or GNOME-session hangs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 13:27:02 -0000 I'm using FreeBSD 4.10 with a custom kernel. I have two problems: 1) If ACPI support activated, my fdc0 does not work (the kernel can not reserve I/O port addresses for it). Without ACPI, everything works OK, but: 2) When using kdm as display manager, if I select GNOME session as root and then try to halt/reboot directly from the GNOME's logout menu, the system appears to hang until I press Ctrl-Alt-Del. After that, the system reboots (of course). What's the problem? How can I solve it? This is not encountered in Linux, for example. Thank you. ---- Home, no matter how far... http://www.home.ro From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 13:31:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D9D016A4CE for ; Tue, 3 Aug 2004 13:31:20 +0000 (GMT) Received: from gw01.nln.ru (gw01.nln.ru [217.174.98.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D49E43D53 for ; Tue, 3 Aug 2004 13:31:15 +0000 (GMT) (envelope-from grint@nln.ru) Received: from grint.int.nln.ru (grint.int.nln.ru [192.168.150.193]) by gw01.nln.ru (8.12.7/8.12.8) with ESMTP id i73DVDls029529 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 3 Aug 2004 17:31:13 +0400 Received: from [127.0.0.1] (helo=localhost) by grint.int.nln.ru with smtp (Exim 4.34; FreeBSD) id 1BrzNm-000KWd-2E for freebsd-questions@freebsd.org; Tue, 03 Aug 2004 17:31:10 +0400 Date: Tue, 3 Aug 2004 17:31:06 +0400 From: "Ruslan N. Gogunsci" To: freebsd-questions@freebsd.org Message-Id: <20040803173106.494e568b@localhost> In-Reply-To: <002c01c47958$15225130$0b00a8c0@bailey> References: <002c01c47958$15225130$0b00a8c0@bailey> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version 0.72, clamav-milter version 0.72 on localhost X-Virus-Status: Clean Subject: Re: Samsung ML-1510 under FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 13:31:20 -0000 Hello, On Tue, 3 Aug 2004 14:47:48 +0200 "Gareth Bailey" wrote: > Hello all, > > I am trying to set up a Samsung ML-1510 on my 4.10 release server. I've > had a look at linuxprinting.org and it is supported but i'm not clear on > what i need to install/do to get it working on FreeBSD. > > Can i use cups? I see there is cups and cups-lpr in ports. I don't have 1510, but i use ML-1250 and cups without any problems. I don't remember where, but when i interested does freebsd support my printer, i read that i must choose type like HP LaserJet 4 series > > Could anyone give some advice on an easy way to get this up-and-running? > > Thanks, > Gareth Bailey > > > _______________________________________________ > 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 Aug 3 13:37:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED69A16A4CE for ; Tue, 3 Aug 2004 13:37:07 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB8BC43D31 for ; Tue, 3 Aug 2004 13:37:07 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 9765E69A71; Tue, 3 Aug 2004 09:37:06 -0400 (EDT) Date: Tue, 3 Aug 2004 09:37:05 -0400 From: Bill Moran To: Matt Message-Id: <20040803093705.6dec1f13.wmoran@potentialtech.com> In-Reply-To: <1e490997040802231017bc78bf@mail.gmail.com> References: <1e490997040802231017bc78bf@mail.gmail.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: using a disk "mirrored" with dd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 13:37:08 -0000 Matt wrote: > I have a machine running 4.10-RELEASE-p2 with two identical hard disks > -- ad0 and ad2. I would like to make a complete copy of the first disk > to the second disk nightly for quick disaster recovery. > > I've dd'ed the disk as follows > > # dd if=/dev/ad0 of=/dev/ad2 > > and edited the disklabel of the second disk to change ad0s1 to ad2s1 as follows > > # disklabel -e -r ad2 > > However, I'm still unable to mount the root partion (or any other > partition) of the second disk to tweak /etc/fstab etc. even though > > # mount /dev/ad2s1a /mnt > mount: /dev/ad2s1a: Operation not permitted What is your securelevel? See man securelevel. > > What am I missing? Is there anything else I need to do beyond editing > the disklabel to allow me to use the "mirrored" disk? > > Output of disklabel for the two disks follows: > > # disklabel ad0 > # /dev/ad0c: > type: ESDI > disk: ad0s1 > label: > flags: > bytes/sector: 512 > sectors/track: 63 > tracks/cylinder: 255 > sectors/cylinder: 16065 > cylinders: 4864 > sectors/unit: 78156162 > rpm: 3600 > interleave: 1 > trackskew: 0 > cylinderskew: 0 > headswitch: 0 # milliseconds > track-to-track seek: 0 # milliseconds > drivedata: 0 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) > b: 5242880 409600 swap # (Cyl. 25*- 351*) > c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) > e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) > f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) > g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) > > # disklabel ad2 > # /dev/ad2c: > type: ESDI > disk: ad2s1 > label: > flags: > bytes/sector: 512 > sectors/track: 63 > tracks/cylinder: 255 > sectors/cylinder: 16065 > cylinders: 4864 > sectors/unit: 78156162 > rpm: 3600 > interleave: 1 > trackskew: 0 > cylinderskew: 0 > headswitch: 0 # milliseconds > track-to-track seek: 0 # milliseconds > drivedata: 0 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) > b: 5242880 409600 swap # (Cyl. 25*- 351*) > c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) > e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) > f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) > g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) > > Thanks for any insight, and let me know if you need to see anything else. > > -Matt > _______________________________________________ > 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" -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 13:47:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF4F016A4CE for ; Tue, 3 Aug 2004 13:47:39 +0000 (GMT) Received: from web60004.mail.yahoo.com (web60004.mail.yahoo.com [216.109.116.227]) by mx1.FreeBSD.org (Postfix) with SMTP id 72F4F43D4C for ; Tue, 3 Aug 2004 13:47:39 +0000 (GMT) (envelope-from chris@autobleep.com) Message-ID: <20040803134738.51882.qmail@web60004.mail.yahoo.com> Received: from [198.54.202.4] by web60004.mail.yahoo.com via HTTP; Tue, 03 Aug 2004 06:47:38 PDT X-RocketYMMF: chris_martinus1 Date: Tue, 3 Aug 2004 06:47:38 -0700 (PDT) From: Chris Martinus To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Disk mirroring with 'dd' and (expletives) USB ISDN modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: chris@autobleep.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 13:47:40 -0000 For years I have backed up my FreeBSD systems using tcopy. I use removeable disk trays for fast recovery. All disks are configured bus master and are connected to different IDE controllers. tcopy /dev/ad0 /dev/ad2 fsck -y /dev/ad2a works just great! There's just a whinge from tcopy when it tries to rewind the disk (tcopy = 'tape copy'). The only caveat is that the drives should be identical. Now for my question. I have been trying to get a USB ISDN modem (Microcom ISDN USB Travel/C) hooked up. Currently using FreeBSD 4.8. After googling etc I found references to "device umodem" & "device ucom". Tried compiling them in, but nothing other than the ugen driver finds the modem. The modem never even powers up, though it works fine with Windoze. Can anyone point me in the right direction? Chris Martinus From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 13:55:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2818416A4E1 for ; Tue, 3 Aug 2004 13:55:38 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4535C43D6A for ; Tue, 3 Aug 2004 13:55:17 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i73DreN26979; Tue, 3 Aug 2004 09:53:40 -0400 (EDT) From: Jerry McAllister Message-Id: <200408031353.i73DreN26979@clunix.cl.msu.edu> To: wmoran@potentialtech.com (Bill Moran) Date: Tue, 3 Aug 2004 09:53:40 -0400 (EDT) In-Reply-To: <20040803093705.6dec1f13.wmoran@potentialtech.com> from "Bill Moran" at Aug 03, 2004 09:37:05 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org cc: Matt Subject: Re: using a disk "mirrored" with dd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 13:55:38 -0000 > > Matt wrote: > > > I have a machine running 4.10-RELEASE-p2 with two identical hard disks > > -- ad0 and ad2. I would like to make a complete copy of the first disk > > to the second disk nightly for quick disaster recovery. > > > > I've dd'ed the disk as follows > > > > # dd if=/dev/ad0 of=/dev/ad2 > > > > and edited the disklabel of the second disk to change ad0s1 to ad2s1 as follows > > > > # disklabel -e -r ad2 > > > > However, I'm still unable to mount the root partion (or any other > > partition) of the second disk to tweak /etc/fstab etc. even though > > > > # mount /dev/ad2s1a /mnt > > mount: /dev/ad2s1a: Operation not permitted Not an answer to your specific question, but I would suggest doing the whole thing a little differently. First fdisk, disklabel and newfs the drive to make the filesystems you want, including making the slice bootable, etc. Then copy each filesystem on the previous disk using dump(8)/restore(8). If you have enough scratch space, you can dump to files in spare space and then restore from those. Or, you can pipe a dump to a restore. It is preferable to using dd for something like this. ////jerry > > What is your securelevel? See man securelevel. > > > > > What am I missing? Is there anything else I need to do beyond editing > > the disklabel to allow me to use the "mirrored" disk? > > > > Output of disklabel for the two disks follows: > > > > # disklabel ad0 > > # /dev/ad0c: > > type: ESDI > > disk: ad0s1 > > label: > > flags: > > bytes/sector: 512 > > sectors/track: 63 > > tracks/cylinder: 255 > > sectors/cylinder: 16065 > > cylinders: 4864 > > sectors/unit: 78156162 > > rpm: 3600 > > interleave: 1 > > trackskew: 0 > > cylinderskew: 0 > > headswitch: 0 # milliseconds > > track-to-track seek: 0 # milliseconds > > drivedata: 0 > > > > 8 partitions: > > # size offset fstype [fsize bsize bps/cpg] > > a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) > > b: 5242880 409600 swap # (Cyl. 25*- 351*) > > c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) > > e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) > > f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) > > g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) > > > > # disklabel ad2 > > # /dev/ad2c: > > type: ESDI > > disk: ad2s1 > > label: > > flags: > > bytes/sector: 512 > > sectors/track: 63 > > tracks/cylinder: 255 > > sectors/cylinder: 16065 > > cylinders: 4864 > > sectors/unit: 78156162 > > rpm: 3600 > > interleave: 1 > > trackskew: 0 > > cylinderskew: 0 > > headswitch: 0 # milliseconds > > track-to-track seek: 0 # milliseconds > > drivedata: 0 > > > > 8 partitions: > > # size offset fstype [fsize bsize bps/cpg] > > a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) > > b: 5242880 409600 swap # (Cyl. 25*- 351*) > > c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) > > e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) > > f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) > > g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) > > > > Thanks for any insight, and let me know if you need to see anything else. > > > > -Matt > > _______________________________________________ > > 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" > > > -- > Bill Moran > Potential Technologies > http://www.potentialtech.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 Tue Aug 3 14:05:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E59E16A4CE for ; Tue, 3 Aug 2004 14:05:09 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 441B843D54 for ; Tue, 3 Aug 2004 14:05:09 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta9.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040803140508.WAPZ2023.mta9.adelphia.net@barbish>; Tue, 3 Aug 2004 10:05:08 -0400 From: "JJB" To: , Date: Tue, 3 Aug 2004 10:05:07 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20040803134738.51882.qmail@web60004.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: Disk mirroring with 'dd' and (expletives) USB ISDN modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 14:05:09 -0000 Now for my question. I have been trying to get a USB ISDN modem (Microcom ISDN USB Travel/C) hooked up. Currently using FreeBSD 4.8. After googling etc I found references to "device umodem" & "device ucom". Tried compiling them in, but nothing other than the ugen driver finds the modem. The modem never even powers up, though it works fine with Windoze. Can anyone point me in the right direction? Chris Martinus _______________________________________________ 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 ******************************************************************** ******************************************* Sounds like your USB modem is a ms/windows modem. They are not supported in FreeBSD. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:17:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A859516A4CE for ; Tue, 3 Aug 2004 14:17:41 +0000 (GMT) Received: from hotmail.com (bay16-f22.bay16.hotmail.com [65.54.186.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C29F43D39 for ; Tue, 3 Aug 2004 14:17:41 +0000 (GMT) (envelope-from ifho@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 3 Aug 2004 07:17:41 -0700 Received: from 200.223.117.4 by by16fd.bay16.hotmail.msn.com with HTTP; Tue, 03 Aug 2004 14:17:40 GMT X-Originating-IP: [200.223.117.4] X-Originating-Email: [ifho@hotmail.com] X-Sender: ifho@hotmail.com From: "Ismael Alves dos S. Filho" To: freebsd-questions@FreeBSD.org Date: Tue, 03 Aug 2004 11:17:40 -0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 03 Aug 2004 14:17:41.0254 (UTC) FILETIME=[A30E7260:01C47964] Subject: Certification Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 14:17:41 -0000 Hi there, I would like to know if there is a Certification Program for FreeBSD, OpenBSD or NetBSD, like SUN's Solaris Certification Program for example. If there is, what is the procedure to make the exam(s)? I am in Salvador/Bahia/BRAZIL. Thanks in advance, Ismael Filho. -- "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin - _________________________________________________________________ MSN Messenger: instale grátis e converse com seus amigos. http://messenger.msn.com.br From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:20:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 933DC16A4CE for ; Tue, 3 Aug 2004 14:20:54 +0000 (GMT) Received: from hotmail.com (bay16-f6.bay16.hotmail.com [65.54.186.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F11C43D68 for ; Tue, 3 Aug 2004 14:20:52 +0000 (GMT) (envelope-from ifho@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 3 Aug 2004 07:20:52 -0700 Received: from 200.223.117.4 by by16fd.bay16.hotmail.msn.com with HTTP; Tue, 03 Aug 2004 14:20:52 GMT X-Originating-IP: [200.223.117.4] X-Originating-Email: [ifho@hotmail.com] X-Sender: ifho@hotmail.com From: "Ismael Alves dos S. Filho" To: questions@FreeBSD.org Date: Tue, 03 Aug 2004 11:20:52 -0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 03 Aug 2004 14:20:52.0392 (UTC) FILETIME=[14FBCA80:01C47965] Subject: Certification Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 14:20:54 -0000 Hi there, I would like to know if there is a Certification Program for FreeBSD, OpenBSD or NetBSD, like SUN's Solaris Certification Program for example. If there is, what is the procedure to make the exam(s)? I am in Salvador/Bahia/BRAZIL. Thanks in advance, Ismael Filho. -- "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin - _________________________________________________________________ MSN Messenger: instale grátis e converse com seus amigos. http://messenger.msn.com.br From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:32:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8082716A4CE for ; Tue, 3 Aug 2004 14:32:08 +0000 (GMT) Received: from fam.ulusiada.pt (mail.fam.ulusiada.pt [193.136.184.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 77BA043D60 for ; Tue, 3 Aug 2004 14:32:06 +0000 (GMT) (envelope-from "") Received: (qmail 21414 invoked by uid 502); 3 Aug 2004 14:32:02 -0000 Received: from by mail.fam.ulusiada.pt in 0.116859 secs); 03 Aug 2004 14:32:02 -0000 Date: 3 Aug 2004 14:32:02 -0000 From: "Mail System Anti-Virus Administrator" To: questions@freebsd.org Message-ID: X-Tnz-Problem-Type: 40 MIME-Version: 1.0 Content-type: text/plain cc: lixo@mail.fam.ulusiada.pt Subject: Virus found in sent message "hello" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 14:32:08 -0000 Attention: questions@freebsd.org. A Virus was found in an Email message you sent. This Email scanner intercepted it and stopped the entire message reaching it's destination. The Virus was reported to be: W32/Netsky.B@mm Please update your virus scanner or contact your I.T support personnel as soon as possible as you have a virus on your system. Your message was sent with the following envelope: MAIL FROM: questions@freebsd.org RCPT TO: puto@fam.ulusiada.pt ... and with the following headers: From: questions@freebsd.org To: puto@fam.ulusiada.pt Subject: hello Date: Tue, 3 Aug 2004 15:36:11 +0100 The original message is kept in: mail.fam.ulusiada.pt:/var/spool/qmailscan/quarantine where the Mail System Anti-Virus Administrator can further diagnose it. The Email scanner reported the following when it scanned that message: --- ---fprot results --- Virus scanning report - 3. August 2004 15:32 F-PROT 3.11b SIGN.DEF created 31. July 2004 SIGN2.DEF created 31. July 2004 MACRO.DEF created 2. August 2004 Search: /var/spool/qmailscan/mail.fam.ulusiada.pt109154352140421398 /var/spool/qmailscan/working/new/mail.fam.ulusiada.pt109154352140421398 Action: Report only Files: "Dumb" scan of all files Switches: /ARCHIVE /AI /var/spool/qmailscan/mail.fam.ulusiada.pt109154352140421398/talk.htm.exe Infection: W32/Netsky.B@mm /var/spool/qmailscan/working/new/mail.fam.ulusiada.pt109154352140421398->talk.zip->talk.htm.exe Infection: W32/Netsky.B@mm Results of virus scanning: Files: 3 MBRs: 0 Boot sectors: 0 Objects scanned: 5 Infected: 2 Suspicious: 0 Disinfected: 0 Deleted: 0 Renamed: 0 Time: 0:00 --- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:39:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 468FF16A4CE for ; Tue, 3 Aug 2004 14:39:41 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1608543D5F for ; Tue, 3 Aug 2004 14:39:41 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 5A75062B1 for ; Tue, 3 Aug 2004 09:39:40 -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 00648-04 for ; Tue, 3 Aug 2004 09:39:39 -0500 (CDT) Received: from [198.92.228.34] (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 379D6627C for ; Tue, 3 Aug 2004 09:39:39 -0500 (CDT) Message-ID: <410FA3AA.3060303@makeworld.com> Date: Tue, 03 Aug 2004 09:39:38 -0500 From: Chris User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040731) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - Questions Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at makeworld.com - Isn't it ironic Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 14:39:41 -0000 -- Best regards, Chris From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:50:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8618C16A4CE for ; Tue, 3 Aug 2004 14:50:23 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF81243D3F for ; Tue, 3 Aug 2004 14:50:16 +0000 (GMT) SRS0=So2F/K8/=KZ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i73EoEBC035240 for freebsd-questions@freebsd.org; Tue, 3 Aug 2004 16:50:14 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408031450.I73EOEAV035230@asarian-host.net> Date: Tue, 03 Aug 2004 14:50:14 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: A4n7rX7SOtdTpvizoYdDSjF90iOAzQ1fHSJgt8mWaEy+SS8OXjH97LnDf1dUWq8t2RBFbzweT7jFOpW4TyJMrw== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: References: <200408021816.I72IGEB4020395@asarian-host.net> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ+mJjFqW1BleBN9AQFx1gf/bXT8RwE/VGepIcYO43UhuyDWzBsRJ2fd VdKL7LoGrkzhELgXHZGuKrRxQTEODKERUcmHT4pQmXQGnGASRrnkbA6UezPIGUU7 TWxO3+xzGos8AALuNv5FhHUaJSVoLv/qpXP5KQ7VgnF7nPWesHf/IU9FC6tuVhhy qWIxLCu9bSg5ANElNpYxzQjuacE76jSJMZIiY7N2GZwJDbiTJrxwZemfIqFnFYkY D07IZjRmeYCyYvEIybdgFNmidOXhFljmdh5K5bz4bZFhiVEMS7fm3ONnqj45lKl8 T3PN0mBVolLpSxFXKTRrn+3bRF/0oNNkiMn+C6fkX/QSHvZz9dgXjw== =ebV/ Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 14:50:23 -0000 Mark wrote: > The goal is simple: I want to limit connections to port 25 to 32 in > total, targeted at "me". And of those 32, only 4 per source. Like so: > > ipfw add 1 check-state > ... > ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 > ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 > > Please, tell me then how "all wrong" this is. Because I *still* get > the impression that rule 12 is never reached. And, so far, "ipfw > show" does, indeed, only show activity on rule 11. If at all possible, I would still like to hear a suggestion as to how to combine the two rules. From my pov, the first "allow" in rule 11 makes a packet pass, provided there are less then 32 connections in total. Thus, rule 12 never gets invoked (which, indeed, seems to be the case). Someone suggested to me I was at fault for numbering the rules. Quite frankly, that does not compute to me, as ipfw autonumbers anyway (in default steps of 100, I believe). Seriously, I do not mind hearing how "all wrong" my rules are; but, at the same time, I have not heard a proper way of doing this. I appreciate suggestions, - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:57:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04AFC16A4CE for ; Tue, 3 Aug 2004 14:57:34 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD51443D41 for ; Tue, 3 Aug 2004 14:57:33 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id E390369A71; Tue, 3 Aug 2004 10:57:32 -0400 (EDT) Date: Tue, 3 Aug 2004 10:57:31 -0400 From: Bill Moran To: Mark Message-Id: <20040803105731.197c7cd0.wmoran@potentialtech.com> In-Reply-To: <200408031450.I73EOEAV035230@asarian-host.net> References: <200408021816.I72IGEB4020395@asarian-host.net> <200408031450.I73EOEAV035230@asarian-host.net> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 14:57:34 -0000 Mark wrote: > Mark wrote: > > > The goal is simple: I want to limit connections to port 25 to 32 in > > total, targeted at "me". And of those 32, only 4 per source. Like so: > > > > ipfw add 1 check-state > > ... > > ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 > > ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 > > > > Please, tell me then how "all wrong" this is. Because I *still* get > > the impression that rule 12 is never reached. And, so far, "ipfw > > show" does, indeed, only show activity on rule 11. > > If at all possible, I would still like to hear a suggestion as to how to > combine the two rules. From my pov, the first "allow" in rule 11 makes a > packet pass, provided there are less then 32 connections in total. Thus, > rule 12 never gets invoked (which, indeed, seems to be the case). How about using skipto instead of allow? Thus, if it passes the first one, it can just skipto the next rule to be checked. i.e.: ipfw add 11 skipto 12 tcp from any to me 25 setup limit dst-addr 32 ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 Thus, if rule 11 pases, it skips to rule 12. If it fails, it should reject as always. The end result is that a packet _must_ pass both rules to be allowed. Note that I haven't tried this, so I could be wrong in how it works. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:24:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C8B316A4CE for ; Mon, 2 Aug 2004 19:24:40 +0000 (GMT) Received: from web21204.mail.yahoo.com (web21204.mail.yahoo.com [216.136.131.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 595F843D5E for ; Mon, 2 Aug 2004 19:24:40 +0000 (GMT) (envelope-from adriankok2000@yahoo.com.hk) Message-ID: <20040802192427.43545.qmail@web21204.mail.yahoo.com> Received: from [142.154.106.60] by web21204.mail.yahoo.com via HTTP; Tue, 03 Aug 2004 03:24:27 CST Date: Tue, 3 Aug 2004 03:24:27 +0800 (CST) From: =?iso-8859-1?q?adrian=20kok?= To: Chuck Swiger In-Reply-To: <410D290A.3080708@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 03 Aug 2004 15:03:24 +0000 cc: freebsd-questions@freebsd.org Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 19:24:40 -0000 Dear Chuck I tried mrtg in net-mgmt before. but the graphic only supports max 10M. I read newsgroup and don't know how to make it in 1000M I am just upgrading the lease line from 100M to 1000M and know where to get software to monitor on it Thank you very much --- Chuck Swiger wrote: > adrian kok wrote: > > Can you tell me in details? > > Sure-- if you ask a specific question, you will get > a detailed answer. > > > I need the bandwidth software to create graph in > 1G > > Your question is unclear. You may be asking about > drivers for gigabit > ethernet NICs (see "man gx", "man bge", "man sk"). > Or maybe bandwidth > management and traffic shaping (see "man dummynet"), > or maybe you're talking > about something else like network management tools > which produce pretty charts > and graphs (see "ls /usr/ports/net-mgmt"). > > -- > -Chuck > > _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:41:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A32216A4CE for ; Mon, 2 Aug 2004 19:41:08 +0000 (GMT) Received: from web21208.mail.yahoo.com (web21208.mail.yahoo.com [216.136.175.205]) by mx1.FreeBSD.org (Postfix) with SMTP id D852E43D53 for ; Mon, 2 Aug 2004 19:41:07 +0000 (GMT) (envelope-from adriankok2000@yahoo.com.hk) Message-ID: <20040802194058.45894.qmail@web21208.mail.yahoo.com> Received: from [142.154.106.60] by web21208.mail.yahoo.com via HTTP; Tue, 03 Aug 2004 03:40:58 CST Date: Tue, 3 Aug 2004 03:40:58 +0800 (CST) From: =?iso-8859-1?q?adrian=20kok?= To: Wojciech Puchar In-Reply-To: <20040802001746.B28854@chylonia.3miasto.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 03 Aug 2004 15:03:24 +0000 cc: freebsd-questions@freebsd.org Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 19:41:08 -0000 Dear Sir Thank you for your help Can dummynet apply in router also? I run the freebsd as router I saw doc about dummynet is in bridge in the freebsd handbook Thank yo again --- Wojciech Puchar wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > > > Can you tell me in details? > > > > I need the bandwidth software to create graph in > 1G > quite unclear question. > > you ipfw to create counters for what you need, read > it regularly (cron > etc.), then process data to greate some graphs etc. > (maybe gnuplot). > > Possibly there are something that will do this for > you. > > > if you like just to get how big traffic goes through > interface > you may use systat to take data. > > anyway - it doesn't mean if it's 9600bps ppp link of > ethernet or gigabit > ethernet > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (FreeBSD) > > iD8DBQFBDWytVbTJCKecqu0RAus2AJ95EnQc695UYVmrEFFCCD7YNMzKnQCfSLri > d0Cya4oUFXlp9xrx4tVGTAM= > =XCbU > -----END PGP SIGNATURE----- > > _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 06:22:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 498F916A4CE for ; Tue, 3 Aug 2004 06:22:12 +0000 (GMT) Received: from mail-out.ukr.net (mail-out.ukr.net [212.42.65.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE2E43D49 for ; Tue, 3 Aug 2004 06:22:11 +0000 (GMT) (envelope-from hurr@ukr.net) Received: from hammer.ukr.net ([212.42.65.68]) by mail-out.ukr.net with esmtp ID 1Brsgc-000NRu-00; Tue, 03 Aug 2004 09:22:10 +0300 Received: from mail by hammer.ukr.net with local ID 1Brsgb-00050y-00 for freebsd-questions@FreeBSD.org; Tue, 03 Aug 2004 09:22:09 +0300 Received: from [80.77.40.61] by www2.ukr.net with HTTP; Tue, 03 Aug 2004 06:22:09 +0000 (GMT) From: "=?windows-1251?Q?=e1=ce=d4=cf=ce_=f3=d5=c8=cf=ce=cf=d3=c5=ce=cb=cf?=" To: freebsd-questions@FreeBSD.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: 192.168.10.198, 192.168.1.5, 80.77.32.102 via proxy prodigy.vostok.net [80.77.40.61] Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Message-Id: Date: Tue, 03 Aug 2004 09:22:09 +0300 X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *1Brsgb-00050y-00*p2bxu4xERSM* X-Mailman-Approved-At: Tue, 03 Aug 2004 15:03:24 +0000 Subject: using FreeBSD within a cluster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: áÎÔÏÎ óÕÈÏÎÏÓÅÎËÏ List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 06:22:12 -0000 Hi there. :$ Perhaps it is not a good start for a letter to such an organization, but I hope to be excused (please). And, quite straightforward, i wish to ask you a question. I can't find an answer to it in any FreeBSD FAQ, so - The problem that I have is how to orgainze cluster between (with) a number of FreeBSD AND Linux servers. OR, if that is not suitable, using several FreeBSD servers. I couldn't find any information explaining that variant of using FreeBSD, so here goes the question: are FreeBSD-with-Linux clusters really possible? And, in case of positive answer, here is the next question - where can I find any information about how it will become possible? How to make Linux/FreeBSD (preferably), or only FreeBSD servers work together in a cluster? Again wishing you all the best and waiting for answer - Anton Suhonosenko hurr@ukr.net ICQ 143779294 P.S. I am sorry for my terrible english. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 15:12:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 838DB16A4CE for ; Tue, 3 Aug 2004 15:12:21 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A67943D41 for ; Tue, 3 Aug 2004 15:12:21 +0000 (GMT) (envelope-from amoundalexis@gmail.com) Received: by mproxy.gmail.com with SMTP id 76so164047rnl for ; Tue, 03 Aug 2004 08:12:20 -0700 (PDT) Received: by 10.38.79.37 with SMTP id c37mr1291rnb; Tue, 03 Aug 2004 08:12:05 -0700 (PDT) Message-ID: Date: Tue, 3 Aug 2004 11:12:04 -0400 From: Alex Moundalexis To: adrian kok In-Reply-To: <20040802192427.43545.qmail@web21204.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040802192427.43545.qmail@web21204.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 15:12:21 -0000 Then you didn't search too far. MRTG can easily be adapted to display link speeds of any value. Read up on the MRTG documentation, specifically MaxBytes values. - Alex web: http://www.moundalexis.com On Tue, 3 Aug 2004 03:24:27 +0800 (CST), adrian kok wrote: > Dear Chuck > > I tried mrtg in net-mgmt before. but the graphic only > supports max 10M. I read newsgroup and don't know how > to make it in 1000M > > I am just upgrading the lease line from 100M to 1000M > and know where to get software to monitor on it > > Thank you very much From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 15:30:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CC8216A4CE for ; Tue, 3 Aug 2004 15:30:42 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0233043D5E for ; Tue, 3 Aug 2004 15:30:42 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i73FUcf27625; Tue, 3 Aug 2004 11:30:38 -0400 (EDT) From: Jerry McAllister Message-Id: <200408031530.i73FUcf27625@clunix.cl.msu.edu> To: ifho@hotmail.com (Ismael Alves dos S. Filho) Date: Tue, 3 Aug 2004 11:30:37 -0400 (EDT) In-Reply-To: from "Ismael Alves dos S. Filho" at Aug 03, 2004 11:20:52 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: questions@freebsd.org Subject: Re: Certification Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 15:30:42 -0000 > > Hi there, > > I would like to know if there is a Certification Program for FreeBSD, > OpenBSD or > NetBSD, like SUN's Solaris Certification Program for example. > > If there is, what is the procedure to make the exam(s)? I am in > Salvador/Bahia/BRAZIL. The short answer is no. Some other people may wish to give a more comprehensive answer. Anyway, the FreeBSD organization is not a company in the same sense as Sun or Microsloth, etc that can set up a program to certify people in its wonders. The FreeBSD organization is a group of volunteers from all over the world that contribute to make the system. Although there is a core group that steers the project and tries to make sure additions and modifications are clean and meet standards, there is nothing that specifies the official way you must use the system. But, I have heard of some organizations that have undertaken to make up some training for FreeBSD and for UNIX in general. It seemd even like one might be in Brazil. But, I do not remember names or addresses. You might do some Google searching for FreeBSD training or something like that and see what you get. ////jerry > > Thanks in advance, > > > Ismael Filho. > -- > "What was and what may be, lie, like children whose faces we cannot see, in > the > arms of silence. All we ever have is here, now." - Ursula K. Le Guin - > > _________________________________________________________________ > MSN Messenger: instale grátis e converse com seus amigos. > http://messenger.msn.com.br > > _______________________________________________ > 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 Aug 3 15:31:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C1E416A4CE for ; Tue, 3 Aug 2004 15:31:56 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id B444A43D62 for ; Tue, 3 Aug 2004 15:31:55 +0000 (GMT) SRS0=So2F/K8/=KZ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i73FVsLT036623 for freebsd-questions@freebsd.org; Tue, 3 Aug 2004 17:31:54 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408031531.I73FVRQ8036613@asarian-host.net> Date: Tue, 03 Aug 2004 15:31:54 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: Zu+kYIKWewGbB1U1MIZI4MVQmGe0qE4+HFrIzGYA0c7H3HzPvhJhuamvZTR5DgAzJi1mIeQlj7XowIo9LFBHww== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: References: <20040803105731.197c7cd0.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ+v6jFqW1BleBN9AQHFdgf/QANzMDAmRi5yaCMwjqC2v1ivO1oy6SGA aHjSzi4iuAqLN59VzE9Z6Va6AkRghhtVm1LRN/k6RnzoVwsEWiOyZKmIxphG4tyh bHTyVfgMdmwp+f9F0o6Ug5ufmbBu8s6BI/B/iczuCjXt2XD3o1kZdxUDZXRapNFn Nv8oBMHatPbK33UyIyXCCtTe29QQPjr6XYFEhW4nbXK8YZBRpFd1eLj/R5p3S/y3 tTKvVjOZULdRd0fkNJs4Pu1s2r7QzL1XOr6e7g5pvDRC+FhmfEb2+PMEGQvG4feW UU0bOaEmO570w/ie5RlaW7Ag5sXN6aPXrzO1y9H6v2IfFXzBREnjYw== =b9v5 Subject: SOLVED! Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 15:31:56 -0000 Bill Moran wrote: >> Mark wrote: >> >>> The goal is simple: I want to limit connections to port 25 to 32 in >>> total, targeted at "me". And of those 32, only 4 per source. Like >>> so: >>> >>> ipfw add 1 check-state >>> ... >>> ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 >>> ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 >>> >>> Please, tell me then how "all wrong" this is. Because I *still* get >>> the impression that rule 12 is never reached. And, so far, "ipfw >>> show" does, indeed, only show activity on rule 11. >> >> If at all possible, I would still like to hear a suggestion as to >> how to combine the two rules. From my pov, the first "allow" in rule >> 11 makes a packet pass, provided there are less then 32 connections >> in total. Thus, rule 12 never gets invoked (which, indeed, seems to >> be the case). > > How about using skipto instead of allow? Thus, if it passes the > first one, it can just skipto the next rule to be checked. i.e.: > > ipfw add 11 skipto 12 tcp from any to me 25 setup limit dst-addr 32 > ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 > > Thus, if rule 11 pases, it skips to rule 12. If it fails, it should > reject as always. The end result is that a packet _must_ pass both > rules to be allowed. Thanks!! This does, indeed, exactly what I want. :) - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 15:35:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1DC916A4CE for ; Tue, 3 Aug 2004 15:35:34 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D17543D45 for ; Tue, 3 Aug 2004 15:35:34 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i73FZP227662; Tue, 3 Aug 2004 11:35:25 -0400 (EDT) From: Jerry McAllister Message-Id: <200408031535.i73FZP227662@clunix.cl.msu.edu> To: hurr@ukr.net Date: Tue, 3 Aug 2004 11:35:24 -0400 (EDT) In-Reply-To: from "=?windows-1251?Q?=e1=ce=d4=cf=ce_=f3=d5=c8=cf=ce=cf=d3=c5=ce=cb=cf?=" at Aug 03, 2004 09:22:09 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: using FreeBSD within a cluster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 15:35:34 -0000 > > Hi there. :$ > Perhaps it is not a good start for a letter to such an organization, but I hope to be excused (please). And, quite straightforward, i wish to ask you a question. I can't find an answer to it in any FreeBSD FAQ, so - > > The problem that I have is how to orgainze cluster between (with) a number of FreeBSD AND Linux servers. OR, if that is not suitable, using several FreeBSD servers. I couldn't find any information explaining that variant of using FreeBSD, so here goes the question: > > are FreeBSD-with-Linux clusters really possible? Just to be clear: By cluster, do you mean multiple hosts working on some large computational problem with message passing, may MPI? You might check in the ports to see if there is something to support this sort of thing. I haven't looked, but wouldn't be real surprised. Go to: http://www.freebsd.org/ports/ and do some fishing. Then do some Googling or other searches. Sounds interesting. Good luck, ////jerry > > And, in case of positive answer, here is the next question - where can I find any information about how it will become possible? > How to make Linux/FreeBSD (preferably), or only FreeBSD servers work together in a cluster? > > Again wishing you all the best and waiting for answer - > Anton Suhonosenko > hurr@ukr.net > ICQ 143779294 > > P.S. I am sorry for my terrible english. > _______________________________________________ > 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 Aug 3 15:44:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2650A16A4CE for ; Tue, 3 Aug 2004 15:44:46 +0000 (GMT) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9730743D5E for ; Tue, 3 Aug 2004 15:44:45 +0000 (GMT) (envelope-from subscriber@insignia.com) Received: from dailuaine.isltd.insignia.com (dailuaine.isltd.insignia.com [172.16.64.11])i73Fiimp092006 for ; Tue, 3 Aug 2004 16:44:44 +0100 (BST) (envelope-from subscriber@insignia.com) Received: from speyburn.isltd.insignia.com (speyburn [172.16.64.16]) i73FiigF034994 for ; Tue, 3 Aug 2004 16:44:44 +0100 (BST) (envelope-from subscriber@insignia.com) From: Jim Hatfield To: freebsd-questions@freebsd.org Date: Tue, 03 Aug 2004 16:47:24 +0100 Organization: Insignia Solutions Message-ID: <2hcvg0h95uqmocdois1grs33pprnc8lhqc@4ax.com> X-Mailer: Forte Agent 2.0/32.640 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.44 Subject: New-style PHP and Sybase DB-Lib X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 15:44:46 -0000 Just looking at the Makefile for lang/php4-extensions and I see in the list of options SYBASE_CT but no SYBASE_DB. I think my existing PHP setup was compiled with SYBASE_DB,=20 certainly phpinfo() reveals in the Sybase section: > $Id: dblib.c,v 1.160.2.1 2004/04/04 09:07:04 freddy77 Exp $ I also recall I did try SYBASE_CT last time I installed but had no success. So now I'm concerned that if I upgrade PHP I will lose Sybase connectivity. If anyone has upgraded and think they previously used DB-Lib I'd appreciate knowing whether everything was OK after the upgrade. jim From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:01:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A8916A4CE for ; Tue, 3 Aug 2004 16:01:01 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5594A43D60 for ; Tue, 3 Aug 2004 16:01:00 +0000 (GMT) SRS0=So2F/K8/=KZ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i73G0xin037704 for freebsd-questions@freebsd.org; Tue, 3 Aug 2004 18:00:59 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408031600.I73G0W9L037695@asarian-host.net> Date: Tue, 03 Aug 2004 16:00:59 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: +9bugMVvIj2HfaKeiX8K7qsylv8Ay0janHFosYbKsRkmJjVfB65vEYpvyTsi4ZtsAmWscwITa8PEu1e7rUyCcA== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: References: <20040803105731.197c7cd0.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ+2uzFqW1BleBN9AQFlLgf/Q+BZOD22GgjydqYeD36LLjlD0UgeIb8i MkWMXBgojFXTpXXJRod75il28e4C2ROnTum8JPPR1mdhDW5mPyRNXil7ctTX96Ow KsiyO7EKrFKJOHHiZhmf4VZjvp4VRrYnfdEvQusZsVLCOD7r3lU7hkLHqRn77Phu qcusSUu8SKLlQeGxX+xKJZqWhXIg2R7jrzrwqdvs+jhV7G2FNms+O2h/u6draCp4 QiXw6+B6SzVu9uIL83ixljctjFVYeh2UmyEZaCRaFWGLb4MamGiu00p1rwzI8llD aK/Ee86GC3QndZCcTyYhRucmpBdTZA6llXJaIuDRcWGHesbxV7U5NA== =PZ/3 cc: freebsd-hackers@freebsd.org Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 16:01:01 -0000 Bill Moran wrote: > How about using skipto instead of allow? Thus, if it passes the > first one, it can just skipto the next rule to be checked. i.e.: > > ipfw add 11 skipto 12 tcp from any to me 25 setup limit dst-addr 32 > ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 > > Thus, if rule 11 pases, it skips to rule 12. If it fails, it should > reject as always. The end result is that a packet _must_ pass both > rules to be allowed. I spoke too soon. :( It seems this sort of rules evokes a bug: http://lists.freebsd.org/pipermail/freebsd-ipfw/2004-April/001084.html My whole console is flooded with messages like these: "ipfw: install_state: entry already present, done" Is there a known patch? Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:07:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4407816A4CF for ; Tue, 3 Aug 2004 16:07:56 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7FF643D1D for ; Tue, 3 Aug 2004 16:07:55 +0000 (GMT) (envelope-from n.chiang@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so149783rnl for ; Tue, 03 Aug 2004 09:07:55 -0700 (PDT) Received: by 10.38.76.51 with SMTP id y51mr54563rna; Tue, 03 Aug 2004 09:07:55 -0700 (PDT) Message-ID: Date: Wed, 4 Aug 2004 00:07:54 +0800 From: Ernest Chiang To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Use acpi.throttle on a desktop? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ernest@csie.FreeBSD.ORG, org@FreeBSD.ORG List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 16:07:56 -0000 I am using an DTR athlon 64 3200 and a desktop mainboard, but the cpu speed kernel detects is only 800MHz. Is there solution to increase the cpu working frequency? I know that acpi.throttle sets might do the job, but they are unavailable on the desktop system. So can acpi.throttle.* be used on a desktop? Or anyone have the problem same as me? From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:09:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAFF716A4CE for ; Tue, 3 Aug 2004 16:09:29 +0000 (GMT) Received: from smtpgate.tsgincorporated.com (smtp1.tsgincorporated.com [67.66.242.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5812543D45 for ; Tue, 3 Aug 2004 16:09:27 +0000 (GMT) (envelope-from micheal@tsgincorporated.com) Received: from support.tsgincorporated.com (support.tsgincorporated.com [67.66.242.9])i73G9PT7082087; Tue, 3 Aug 2004 11:09:25 -0500 (CDT) (envelope-from micheal@tsgincorporated.com) Received: from micheal (micheal.tsgincorporated.com [67.66.242.77]) i73G9PDX058429; Tue, 3 Aug 2004 11:09:25 -0500 (CDT) (envelope-from micheal@tsgincorporated.com) Message-ID: <036a01c47974$ba4ea520$4df24243@tsgincorporated.com> From: "Micheal Patterson" To: =?Windows-1251?B?4c7Uz84g89XIz87P08XOy88=?= , References: Date: Tue, 3 Aug 2004 11:12:50 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: by amavisd-new Subject: Re: using FreeBSD within a cluster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 16:09:29 -0000 ----- Original Message ----- From: "áÎÔÏÎ óÕÈÏÎÏÓÅÎËÏ" To: Sent: Tuesday, August 03, 2004 1:22 AM Subject: using FreeBSD within a cluster > Hi there. :$ > Perhaps it is not a good start for a letter to such an organization, but I hope to be excused (please). And, quite straightforward, i wish to ask you a question. I can't find an answer to it in any FreeBSD FAQ, so - > > The problem that I have is how to orgainze cluster between (with) a number of FreeBSD AND Linux servers. OR, if that is not suitable, using several FreeBSD servers. I couldn't find any information explaining that variant of using FreeBSD, so here goes the question: > > are FreeBSD-with-Linux clusters really possible? > > And, in case of positive answer, here is the next question - where can I find any information about how it will become possible? > How to make Linux/FreeBSD (preferably), or only FreeBSD servers work together in a cluster? > > Again wishing you all the best and waiting for answer - > Anton Suhonosenko > hurr@ukr.net > ICQ 143779294 > > P.S. I am sorry for my terrible english. Are you wanting to truely cluster the servers or are you wanting to load balance services (web, mail, pop3, etc) between a group of servers? -- Micheal Patterson TSG Network Administration 405-917-0600 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:22:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B286716A4CE for ; Tue, 3 Aug 2004 16:22:36 +0000 (GMT) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id A369A43D1D for ; Tue, 3 Aug 2004 16:22:36 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from waldorf.psp.pas.earthlink.net ([207.217.78.20]) by conure.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Bs23g-0006aP-00 for questions@freebsd.org; Tue, 03 Aug 2004 09:22:36 -0700 Message-ID: <11420531.1091550155733.JavaMail.root@waldorf.psp.pas.earthlink.net> Date: Tue, 3 Aug 2004 12:22:34 -0400 (GMT-04:00) From: "Hakim Z. Singhji" To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 Subject: Questions on IPFW??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Hakim Z. Singhji" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 16:22:36 -0000 Hey guys, Question, when NAT overloading is it possible to use only IPFW rules to pass TCP/UDP packects to remote ip addresses within the network? Or do you have to use natd...because IPFW allows you to execute the following for example: **************************************************** ip from 192.168.99.100 80 to 192.168.99.101 9981 **************************************************** or even in conjunction with a dummynet rule of somesort? Hakim Z. Singhji New York University pub 1024D/A4F3B64A 2004-07-30 Hakim Z. Singhji (NYU) Key fingerprint = 1407 12D9 73F2 5C38 45CE C387 953F 5657 A4F3 B64A From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:33:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D840016A4CE for ; Tue, 3 Aug 2004 16:33:20 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2126343D48 for ; Tue, 3 Aug 2004 16:33:20 +0000 (GMT) SRS0=So2F/K8/=KZ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i73GXIcD038920 for freebsd-questions@freebsd.org; Tue, 3 Aug 2004 18:33:18 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408031633.I73GXIBP038908@asarian-host.net> Date: Tue, 03 Aug 2004 16:33:18 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: b/tczSiIBFAbrPwaKcDDXBFh1LefmZ8WmejIWH50xFm4otyi/4AZYDd0WuE8CRg/74H5bemRwrU/miuYFdZCPg== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: References: <20040803105731.197c7cd0.wmoran@potentialtech.com> <200408031601.I73G1NQE037756@asarian-host.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ++TjFqW1BleBN9AQGx4wf/ZSYTisVx7GfR1e3pTJfL0T9GSgoVnAt8 wKh3qQXyhaDL+RXEfjilfQhG5ZcjtOHpFP4bvQ6htl4liqfXy0oFSZi6I9OUh7Q6 pZYnXefMa3CLm6/6iefOaHofGRNjZdMkapzyswcV7TVVkvzFusOsHgI8Q/XlUj8Y P3omqlYv9q6d6vzbqGRm5Nz/OLldyvnNrfTBwkNDtvYdr98SEWSW4x4SG5+E0c7X HC6wiVV75/P+Jk0cnuHjDYfVa1YhDotMLGsFnXjGB3dPNitxCVPcZ7miD2zaXstt Pe4lmPo2UsDHUhgiYlcikkUK/yRaAuepxl9l+j2sJjpkIYGnakR4Mw== =UTvL cc: freebsd-hackers@freebsd.org Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 16:33:21 -0000 Mark wrote: > Bill Moran wrote: > >> How about using skipto instead of allow? Thus, if it passes the >> first one, it can just skipto the next rule to be checked. i.e.: >> >> ipfw add 11 skipto 12 tcp from any to me 25 setup limit dst-addr 32 >> ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 >> >> Thus, if rule 11 pases, it skips to rule 12. If it fails, it should >> reject as always. The end result is that a packet _must_ pass both >> rules to be allowed. > > I spoke too soon. :( It seems this sort of rules evokes a bug: > > http://lists.freebsd.org/pipermail/freebsd-ipfw/2004-April/001084.html > > My whole console is flooded with messages like these: > > "ipfw: install_state: entry already present, done" > > Is there a known patch? I just took a look at the code: if (q != NULL) { /* should never occur */ if (last_log != time_second) { last_log = time_second; printf("ipfw: install_state: entry already present, done\n"); } return 0; } What if I just hack the "printf ..." line out of there? Would that 'solve' it? I know it's dirty; but would things still work? Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:40:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8305616A4CE for ; Tue, 3 Aug 2004 16:40:17 +0000 (GMT) Received: from out009.verizon.net (out009pub.verizon.net [206.46.170.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F8F043D2D for ; Tue, 3 Aug 2004 16:40:17 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out009.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040803164016.OZXM23440.out009.verizon.net@[192.168.1.3]>; Tue, 3 Aug 2004 11:40:16 -0500 Message-ID: <410FBFEB.3060508@mac.com> Date: Tue, 03 Aug 2004 12:40:11 -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.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Hakim Z. Singhji" References: <11420531.1091550155733.JavaMail.root@waldorf.psp.pas.earthlink.net> In-Reply-To: <11420531.1091550155733.JavaMail.root@waldorf.psp.pas.earthlink.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [68.161.100.95] at Tue, 3 Aug 2004 11:40:16 -0500 cc: questions@freebsd.org Subject: Re: Questions on IPFW??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 16:40:17 -0000 Hakim Z. Singhji wrote: > Question, when NAT overloading is it possible to use only IPFW rules to > pass TCP/UDP packects to remote ip addresses within the network? I don't know what "NAT overloading" means. It is possible to use only IPFW rules to pass TCP & UDP packets from one interface to another using the fwd action. However, note that: The fwd action does not change the contents of the packet at all. In particular, the destination address remains unmodified, so packets forwarded to another system will usually be rejected by that system unless there is a matching rule on that system to capture them. For packets forwarded locally, the local address of the socket will be set to the original destination address of the packet. This makes the netstat(1) entry look rather weird but is intended for use with transparent proxy servers. > Or do you have to use natd...because IPFW allows you to execute > the following for example: > **************************************************** > ip from 192.168.99.100 80 to 192.168.99.101 9981 > **************************************************** That's the body of an IPFW rule which matches packets with those attributes. Without an action ("allow", "deny", "fwd"), what you've written isn't a complete rule: it doesn't mean anything by itself. > or even in conjunction with a dummynet rule of somesort? Um. Do you understand the question you are asking? I don't-- perhaps try using a complete sentence. Better yet, why don't you tell us what your network looks like and what you want to do. You most likely will receive answers which are more specific and more useful to you... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:48:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAF9C16A4CE; Tue, 3 Aug 2004 16:48:05 +0000 (GMT) Received: from cathy.bmts.com (cathy.bmts.com [216.183.128.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E233643D49; Tue, 3 Aug 2004 16:48:04 +0000 (GMT) (envelope-from rhempel@bmts.com) Received: from PC300GL (os-dsl-0228.bmts.com [216.183.152.229]) by cathy.bmts.com (8.12.10/8.12.10) with SMTP id i73GmHIo008649; Tue, 3 Aug 2004 12:48:18 -0400 (EDT) From: "Ralph Hempel" To: Date: Tue, 3 Aug 2004 12:50:38 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <200408031633.I73GXIBP038908@asarian-host.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 X-bmts-MailScanner: Found to be clean X-bmts-MailScanner-SpamCheck: X-MailScanner-From: rhempel@bmts.com cc: freebsd-hackers@freebsd.org Subject: RE: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rhempel@bmts.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 16:48:05 -0000 > I just took a look at the code: > > if (q != NULL) { /* should never occur */ > if (last_log != time_second) { > last_log = time_second; > printf("ipfw: install_state: entry already present, done\n"); > } > return 0; > } > > What if I just hack the "printf ..." line out of there? Would that 'solve' > it? I know it's dirty; but would things still work? I'll jump in here as a software manager and say NO!!!!! Note, I have no idea if it will still work, but as a professional programmer, the question raises a number of issues :-) 1. First of all, the original programmer took time to comment this line: if (q != NULL) { /* should never occur */ OK. There's no indication WHY it should never occur, but still, the comment is there. 2. By adding this line: if (last_log != time_second) { He's limiting the printed errors to one every second, so you are not beeing flooded with as many messages as are actually ocurring. Is last_log used anywhere else? 3. This line: return 0; will still return 0 if the error occurs, so the program will work the same with or without the diagnostic message. I'd do some more digging and find out exactly WHY this is a "should never occur case" to be sure that the log is not needed. If you don't print the log, then why do the test, except to return 0 :-) Ralph From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:49:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDED916A4CE for ; Tue, 3 Aug 2004 16:49:44 +0000 (GMT) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7BBD43D2F for ; Tue, 3 Aug 2004 16:49:44 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from waldorf.psp.pas.earthlink.net ([207.217.78.20]) by conure.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Bs2Tv-0005Rm-00; Tue, 03 Aug 2004 09:49:43 -0700 Message-ID: <3514282.1091551783104.JavaMail.root@waldorf.psp.pas.earthlink.net> Date: Tue, 3 Aug 2004 12:49:42 -0400 (GMT-04:00) From: "Hakim Z. Singhji" To: Chuck Swiger Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 cc: questions@freebsd.org Subject: Re: Questions on IPFW??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Hakim Z. Singhji" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 16:49:44 -0000 Hello Chuck, I was wondering if someone could help me answer some questions I have concerning IPFW vs. natd I am trying to allow my FreeBSD 4.10 gateway to perform port forwarding for SSH, SQL*Net and Webservice (Web not as important yet). I wanted to know if I can use IPFW as opposed to natd to redirect or pass TCP & UDP (is ICMP out of the question???) to a remote location. Gateway::192.0.0.1:22 --> remote server 192.0.0.5:22 or 192.0.0.5:9881 for instance. From the configuration of ipfw it appears that it can be done instead of using natd. Any suggestions or corrections of my logic welcome. Thanks in advance. HZS -----Original Message----- From: Chuck Swiger Sent: Aug 3, 2004 12:40 PM To: "Hakim Z. Singhji" Cc: questions@freebsd.org Subject: Re: Questions on IPFW??? Hakim Z. Singhji wrote: > Question, when NAT overloading is it possible to use only IPFW rules to > pass TCP/UDP packects to remote ip addresses within the network? I don't know what "NAT overloading" means. It is possible to use only IPFW rules to pass TCP & UDP packets from one interface to another using the fwd action. However, note that: The fwd action does not change the contents of the packet at all. In particular, the destination address remains unmodified, so packets forwarded to another system will usually be rejected by that system unless there is a matching rule on that system to capture them. For packets forwarded locally, the local address of the socket will be set to the original destination address of the packet. This makes the netstat(1) entry look rather weird but is intended for use with transparent proxy servers. > Or do you have to use natd...because IPFW allows you to execute > the following for example: > **************************************************** > ip from 192.168.99.100 80 to 192.168.99.101 9981 > **************************************************** That's the body of an IPFW rule which matches packets with those attributes. Without an action ("allow", "deny", "fwd"), what you've written isn't a complete rule: it doesn't mean anything by itself. > or even in conjunction with a dummynet rule of somesort? Um. Do you understand the question you are asking? I don't-- perhaps try using a complete sentence. Better yet, why don't you tell us what your network looks like and what you want to do. You most likely will receive answers which are more specific and more useful to you... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:56:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13E9D16A4CE; Tue, 3 Aug 2004 16:56:21 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8CC243D45; Tue, 3 Aug 2004 16:56:20 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id B47E869A71; Tue, 3 Aug 2004 12:56:19 -0400 (EDT) Date: Tue, 3 Aug 2004 12:56:17 -0400 From: Bill Moran To: Mark Message-Id: <20040803125617.06d9d0bd.wmoran@potentialtech.com> In-Reply-To: <200408031633.I73GXIBP038908@asarian-host.net> References: <20040803105731.197c7cd0.wmoran@potentialtech.com> <200408031601.I73G1NQE037756@asarian-host.net> <200408031633.I73GXIBP038908@asarian-host.net> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 16:56:21 -0000 Mark wrote: > Mark wrote: > > > Bill Moran wrote: > > > >> How about using skipto instead of allow? Thus, if it passes the > >> first one, it can just skipto the next rule to be checked. i.e.: > >> > >> ipfw add 11 skipto 12 tcp from any to me 25 setup limit dst-addr 32 > >> ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 > >> > >> Thus, if rule 11 pases, it skips to rule 12. If it fails, it should > >> reject as always. The end result is that a packet _must_ pass both > >> rules to be allowed. > > > > I spoke too soon. :( It seems this sort of rules evokes a bug: > > > > http://lists.freebsd.org/pipermail/freebsd-ipfw/2004-April/001084.html > > > > My whole console is flooded with messages like these: > > > > "ipfw: install_state: entry already present, done" > > > > Is there a known patch? > > I just took a look at the code: > > if (q != NULL) { /* should never occur */ > if (last_log != time_second) { > last_log = time_second; > printf("ipfw: install_state: entry already present, done\n"); > } > return 0; > } > > What if I just hack the "printf ..." line out of there? Would that 'solve' > it? I know it's dirty; but would things still work? Theoretically, yes (note that I'm certainly no expert on this chunk of code) My reason for saying yes is: 1) The error seems to be that IPFW is trying to add the same stateful rule twice ... which means it _did_ get successfully added once. 2) When that condition occurs, the function returns 0. The comment at the top of the file states that the function returns 1 on failure, so it would appear that this condition is still considered successful. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:01:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 632DD16A4CE for ; Tue, 3 Aug 2004 17:01:43 +0000 (GMT) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2561E43D5A for ; Tue, 3 Aug 2004 17:01:43 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from waldorf.psp.pas.earthlink.net ([207.217.78.20]) by conure.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Bs2fW-0000ab-00; Tue, 03 Aug 2004 10:01:42 -0700 Message-ID: <24208963.1091552501962.JavaMail.root@waldorf.psp.pas.earthlink.net> Date: Tue, 3 Aug 2004 13:01:41 -0400 (GMT-04:00) From: "Hakim Z. Singhji" To: "Hakim Z. Singhji" , Chuck Swiger Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 cc: questions@freebsd.org Subject: Re: Questions on IPFW??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Hakim Z. Singhji" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 17:01:43 -0000 Actually Chuck, You answered my question, I wanted to know which was better to use with port forwarding (ipfw or natd) and based on what you wrote, natd is a better fit due to the fact that I would not have to force the other machine to accept packets redirected from the NAT box using natd. Is that correct??? -----Original Message----- From: "Hakim Z. Singhji" Sent: Aug 3, 2004 12:49 PM To: Chuck Swiger Cc: questions@freebsd.org Subject: Re: Questions on IPFW??? Hello Chuck, I was wondering if someone could help me answer some questions I have concerning IPFW vs. natd I am trying to allow my FreeBSD 4.10 gateway to perform port forwarding for SSH, SQL*Net and Webservice (Web not as important yet). I wanted to know if I can use IPFW as opposed to natd to redirect or pass TCP & UDP (is ICMP out of the question???) to a remote location. Gateway::192.0.0.1:22 --> remote server 192.0.0.5:22 or 192.0.0.5:9881 for instance. From the configuration of ipfw it appears that it can be done instead of using natd. Any suggestions or corrections of my logic welcome. Thanks in advance. HZS -----Original Message----- From: Chuck Swiger Sent: Aug 3, 2004 12:40 PM To: "Hakim Z. Singhji" Cc: questions@freebsd.org Subject: Re: Questions on IPFW??? Hakim Z. Singhji wrote: > Question, when NAT overloading is it possible to use only IPFW rules to > pass TCP/UDP packects to remote ip addresses within the network? I don't know what "NAT overloading" means. It is possible to use only IPFW rules to pass TCP & UDP packets from one interface to another using the fwd action. However, note that: The fwd action does not change the contents of the packet at all. In particular, the destination address remains unmodified, so packets forwarded to another system will usually be rejected by that system unless there is a matching rule on that system to capture them. For packets forwarded locally, the local address of the socket will be set to the original destination address of the packet. This makes the netstat(1) entry look rather weird but is intended for use with transparent proxy servers. > Or do you have to use natd...because IPFW allows you to execute > the following for example: > **************************************************** > ip from 192.168.99.100 80 to 192.168.99.101 9981 > **************************************************** That's the body of an IPFW rule which matches packets with those attributes. Without an action ("allow", "deny", "fwd"), what you've written isn't a complete rule: it doesn't mean anything by itself. > or even in conjunction with a dummynet rule of somesort? Um. Do you understand the question you are asking? I don't-- perhaps try using a complete sentence. Better yet, why don't you tell us what your network looks like and what you want to do. You most likely will receive answers which are more specific and more useful to you... -- -Chuck _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:08:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 648D316A4CE for ; Tue, 3 Aug 2004 17:08:09 +0000 (GMT) Received: from infoserve.com.sg (mail.infoserve.com.sg [202.148.161.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95BB743D5D for ; Tue, 3 Aug 2004 17:08:07 +0000 (GMT) (envelope-from tuckwai@evoluxion.com.sg) Received: from mail (mail [127.0.0.1]) by infoserve.com.sg (coremail) with SMTP id BCB5725AE97 for ; Wed, 4 Aug 2004 01:08:17 +0800 (HKT) Received: from EVOPC101 (unknown [203.123.22.155])4UAPAIHGD0EeDBab.1 for ; Wed, 04 Aug 2004 01:08:17 +0800 (HKT) X-TEBIE-Originating-IP: [203.123.22.155] From: "Lam Tuck Wai" To: Date: Wed, 4 Aug 2004 01:08:05 +0800 Organization: Evoluxion Pte Ltd MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcR5fHDFkg/lYkDSRlq9cCOsL81JNg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-Id: <20040803170817.BCCCA25AF0A@infoserve.com.sg> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Help needed... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 17:08:09 -0000 Hi I am currently having a huge problem. My KDM refuse to start, so now I cannot get into my machine. Every time it reboots it will goes in a cycle of spewing errors. It was fine a few hours ago until I change the monitor config. My question is how do I stop the KDM from loading during boot up? So at least I can login as root and replace the new XF86config file. I tried booting to single user but I cannot "su". So without root access I cannot change anything. I am using Freebsd 5.2.1. Any help is appreciated. Thanks. Regards, Tuck Wai From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:10:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2026616A4CE for ; Tue, 3 Aug 2004 17:10:07 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF4343D45 for ; Tue, 3 Aug 2004 17:10:06 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i73HA6wn026428 for ; Tue, 3 Aug 2004 10:10:06 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i73HA6A3026427 for freebsd-questions@freebsd.org; Tue, 3 Aug 2004 10:10:06 -0700 (PDT) (envelope-from sgk) Date: Tue, 3 Aug 2004 10:10:06 -0700 From: Steve Kargl To: freebsd-questions@freebsd.org Message-ID: <20040803171006.GB26333@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Using rrestore with ssh? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 17:10:07 -0000 Anyone have a tip on using rrestore with ssh instead of the rexecd and rcmd facility? My attempts at using rrestore result in dhcp-78-74:kargl[207] rrestore -x -b 64 -f troutmask:/dev/nsa0 Connection to troutmask.apl.washington.edu established. IP_TOS:IPTOS_THROUGHPUT setsockopt: Operation not supported TCP_NODELAY setsockopt: Operation not supported rshd: Login incorrect. Lost connection to remote host. dhcp-78-74:kargl[208] On troutmask, I have uncommented the appropriate inetd.conf lines that should allow rmt, rdump, and rrestore to work. -- Steve From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:11:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3DB316A4CE for ; Tue, 3 Aug 2004 17:11:27 +0000 (GMT) Received: from out012.verizon.net (out012pub.verizon.net [206.46.170.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB1643D3F for ; Tue, 3 Aug 2004 17:11:27 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out012.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040803171126.RATQ22270.out012.verizon.net@[192.168.1.3]>; Tue, 3 Aug 2004 12:11:26 -0500 Message-ID: <410FC739.8020702@mac.com> Date: Tue, 03 Aug 2004 13:11: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.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Hakim Z. Singhji" , freebsd Questions References: <24208963.1091552501962.JavaMail.root@waldorf.psp.pas.earthlink.net> In-Reply-To: <24208963.1091552501962.JavaMail.root@waldorf.psp.pas.earthlink.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out012.verizon.net from [68.161.100.95] at Tue, 3 Aug 2004 12:11:26 -0500 Subject: Re: Questions on IPFW??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 17:11:27 -0000 Hakim Z. Singhji wrote: > You answered my question, I wanted to know which was better to use with > port forwarding (ipfw or natd) and based on what you wrote, natd is a > better fit due to the fact that I would not have to force the other machine > to accept packets redirected from the NAT box using natd. Is that > correct??? That's right. Most people want to use NAT, because it lets you set up an internal network without having to specially configure the internal machines. With regard to your other question, if you want an external connection to, say, port 22 to be forwarded to port 22 on some machine on your internal network, use: redirect_port tcp 192.0.0.5:22 22 ...in /etc/natd.conf or your natd_flags in /etc/rc.conf. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:35:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD0F16A4CF for ; Tue, 3 Aug 2004 17:35:53 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABFB743D53 for ; Tue, 3 Aug 2004 17:35:53 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 47A1569A71; Tue, 3 Aug 2004 13:35:52 -0400 (EDT) Date: Tue, 3 Aug 2004 13:35:50 -0400 From: Bill Moran To: "Lam Tuck Wai" Message-Id: <20040803133550.6dad3fc8.wmoran@potentialtech.com> In-Reply-To: <20040803170817.BCCCA25AF0A@infoserve.com.sg> References: <20040803170817.BCCCA25AF0A@infoserve.com.sg> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Help needed... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 17:35:54 -0000 "Lam Tuck Wai" wrote: > > I am currently having a huge problem. My KDM refuse to start, so now I > cannot get into my machine. > > Every time it reboots it will goes in a cycle of spewing errors. It was fine > a few hours ago until I change the monitor config. > > My question is how do I stop the KDM from loading during boot up? So at > least I can login as root and replace the new XF86config file. > > I tried booting to single user but I cannot "su". So without root access I > cannot change anything. You do not need to su. In single-user mode, you are root. Once you get a shell prompt in single-user mode, do: fsck mount -a You should then be able to edit your config file, or change /etc/ttys to stop xdm from starting. HTH -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:36:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CEDC16A4CE for ; Tue, 3 Aug 2004 17:36:43 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AD243D5E for ; Tue, 3 Aug 2004 17:36:43 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i73HadJ28173; Tue, 3 Aug 2004 13:36:39 -0400 (EDT) From: Jerry McAllister Message-Id: <200408031736.i73HadJ28173@clunix.cl.msu.edu> To: tuckwai@evoluxion.com.sg (Lam Tuck Wai) Date: Tue, 3 Aug 2004 13:36:39 -0400 (EDT) In-Reply-To: <20040803170817.BCCCA25AF0A@infoserve.com.sg> from "Lam Tuck Wai" at Aug 04, 2004 01:08:05 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Help needed... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 17:36:43 -0000 > > Hi > > I am currently having a huge problem. My KDM refuse to start, so now I > cannot get into my machine. > > Every time it reboots it will goes in a cycle of spewing errors. It was fine > a few hours ago until I change the monitor config. > > My question is how do I stop the KDM from loading during boot up? So at > least I can login as root and replace the new XF86config file. > > I tried booting to single user but I cannot "su". So without root access I > cannot change anything. I don't understand the previous line. If you booted to single user, why would you need to 'su' to anything? When you boot to single user, you effectively are root. Do I misunderstand something you are trying to do? Of course, when you boot to single user, you need to do a couple of things to really be able to get around and change things. fsck -p Just in case mount -u / remount root to be fully read/write mount -a mount everything else swapon -a make sure it has some paging/swap space. At this point you should be fully functional as root. You may also want to run a shell other than /bin/sh for convenience. /bin/tcsh would get you tcsh or pick your own poison. ////jerry > > I am using Freebsd 5.2.1. Any help is appreciated. > > Thanks. > > > > Regards, > > Tuck Wai > > > > > > _______________________________________________ > 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 Aug 3 17:40:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22DAB16A4CE for ; Tue, 3 Aug 2004 17:40:29 +0000 (GMT) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id E19B643D41 for ; Tue, 3 Aug 2004 17:40:29 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from waldorf.psp.pas.earthlink.net ([207.217.78.20]) by conure.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Bs3H3-0001z9-00; Tue, 03 Aug 2004 10:40:29 -0700 Message-ID: <9680698.1091554829100.JavaMail.root@waldorf.psp.pas.earthlink.net> Date: Tue, 3 Aug 2004 13:40:28 -0400 (GMT-04:00) From: "Hakim Z. Singhji" To: Chuck Swiger , freebsd Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 Subject: Re: Questions on IPFW??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Hakim Z. Singhji" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 17:40:30 -0000 Thanks buddy...I appreciate it. -----Original Message----- From: Chuck Swiger Sent: Aug 3, 2004 1:11 PM To: "Hakim Z. Singhji" , freebsd Questions Subject: Re: Questions on IPFW??? Hakim Z. Singhji wrote: > You answered my question, I wanted to know which was better to use with > port forwarding (ipfw or natd) and based on what you wrote, natd is a > better fit due to the fact that I would not have to force the other machine > to accept packets redirected from the NAT box using natd. Is that > correct??? That's right. Most people want to use NAT, because it lets you set up an internal network without having to specially configure the internal machines. With regard to your other question, if you want an external connection to, say, port 22 to be forwarded to port 22 on some machine on your internal network, use: redirect_port tcp 192.0.0.5:22 22 ...in /etc/natd.conf or your natd_flags in /etc/rc.conf. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:46:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDE1716A4CF for ; Tue, 3 Aug 2004 17:46:42 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 903F143D5C for ; Tue, 3 Aug 2004 17:46:42 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 614AC69A71; Tue, 3 Aug 2004 13:46:41 -0400 (EDT) Date: Tue, 3 Aug 2004 13:46:40 -0400 From: Bill Moran To: rhempel@bmts.com Message-Id: <20040803134640.2b839e66.wmoran@potentialtech.com> In-Reply-To: References: <200408031633.I73GXIBP038908@asarian-host.net> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 17:46:43 -0000 "Ralph Hempel" wrote: > > > I just took a look at the code: > > > > if (q != NULL) { /* should never occur */ > > if (last_log != time_second) { > > last_log = time_second; > > printf("ipfw: install_state: entry already present, done\n"); > > } > > return 0; > > } > > > > What if I just hack the "printf ..." line out of there? Would that 'solve' > > it? I know it's dirty; but would things still work? > > I'll jump in here as a software manager and say NO!!!!! > > Note, I have no idea if it will still work, but as a professional > programmer, the question raises a number of issues :-) > > 1. First of all, the original programmer took time to comment > this line: > > if (q != NULL) { /* should never occur */ > > OK. There's no indication WHY it should never occur, but still, the comment > is there. > > 2. By adding this line: > > if (last_log != time_second) { > > He's limiting the printed errors to one every second, so you > are not beeing flooded with as many messages as are actually > ocurring. > > Is last_log used anywhere else? > > 3. This line: > > return 0; > > will still return 0 if the error occurs, so the program will > work the same with or without the diagnostic message. > > I'd do some more digging and find out exactly WHY this is a "should never > occur case" to be sure that the log is not needed. If you don't print > the log, then why do the test, except to return 0 :-) I was thinking about this over lunch, then I saw your post ... and the reality is that someone should really file a PR. Mark, since you have a real-world application where this problem occurs, it would be idea if you could file a PR with your description of what you're trying to do and the problem it's causing. As best I can tell, the problem is _not_ in install_state ... only the symptom is in install_state. The problem is that code that is calling install_state is calling it twice for some reason. Taking that into consideration, there's a possibility that this is fixed in -CURRENT, but I haven't found any commit entries to that tune. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 18:12:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33DE116A4CE for ; Tue, 3 Aug 2004 18:12:44 +0000 (GMT) Received: from cathy.bmts.com (cathy.bmts.com [216.183.128.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id C028243D53 for ; Tue, 3 Aug 2004 18:12:43 +0000 (GMT) (envelope-from rhempel@bmts.com) Received: from PC300GL (os-dsl-0228.bmts.com [216.183.152.229]) by cathy.bmts.com (8.12.10/8.12.10) with SMTP id i73IDkIq025411; Tue, 3 Aug 2004 14:13:50 -0400 (EDT) From: "Ralph Hempel" To: "Bill Moran" Date: Tue, 3 Aug 2004 14:16:09 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <20040803134640.2b839e66.wmoran@potentialtech.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 X-bmts-MailScanner: Found to be clean X-bmts-MailScanner-SpamCheck: X-MailScanner-From: rhempel@bmts.com cc: freebsd-questions@freebsd.org Subject: RE: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rhempel@bmts.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 18:12:44 -0000 Bill, Thanks for the feedback. I've been programming embedded systems for almost 20 years, so I have a natural aversion to apparently simple changes that "make things work" :-) The nicest high-level code I've ever seen in the source to Tcl - if only all code looked like that. I've been playing with FreeBSD over the last two or three months trying to implement a headless server that will help dysfunctional development teams control their bugs and source code. I chose FreeBSD because Linux seems so frigging bloated, and the distros are too varied. You never know if the distro you pick will be around next year. FreeBSD gives me a much warmer and fuzzier feeling about the commitment to release quality code and making it very clear which releases are for production, and which are for testing. My work so far is documanted in these articles: I hope to write more, including articles on customizing Gnats, using Subversion, splint, backups, and security. This developer community seems pretty friendly and knowledgable. I think I'll stick around :-) Cheers, Ralph From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 18:33:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C65AD16A4CE for ; Tue, 3 Aug 2004 18:33:30 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A2843D5F for ; Tue, 3 Aug 2004 18:33:30 +0000 (GMT) SRS0=So2F/K8/=KZ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i73IXS0t043201 for freebsd-questions@freebsd.org; Tue, 3 Aug 2004 20:33:28 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408031833.I73IXS7R043191@asarian-host.net> Date: Tue, 03 Aug 2004 18:33:28 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: NofJjHFrXJ1DsJUetLES9O21yl8Ft3K9T9Qr/zRm6k7p2LFGaCvXOo3dl88obGSlI+IzrR5L5mdIBvpA0rQrTw== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: "Bill Moran" References: <20040803105731.197c7cd0.wmoran@asarian-host.net><200408031633.I73GXIBP038908@asarian-host.net> <20040803125617.06d9d0bd.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ/aeDFqW1BleBN9AQEXDQf+LfOfZaUCHh+WE+q99C5M6CFbwcjuYqW3 9EbG9Hia1poqGRP/ilNAV69IxhMUVkaUbQp717DvQoCwYTfrUFovT7R03Lk91Bew F1noo6xzwRdHnabRust/KHjvrWka41CmQIvatloMgaPT/UjE0GeL+nUN8pKQWM01 LUtD5xEj29ppt8Tg21W5w48ddbUeA41Lg6cDe9o1D5TMwDaZ3Pj2c0yEjqzd7YXb EWa7G73G9JLseSVS+kiYvC/vGtIwbReEyBP1S3HT9w8xWqqSQCB2OKalCWGL5nzm 832wvFrIKYUA2BCLXd/RCHsqv9IujLEsarpK2LrbpdvP5sbCndydCQ== =6Ih6 cc: freebsd-hackers@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 18:33:30 -0000 Bill Moran wrote: >>> My whole console is flooded with messages like these: >>> >>> "ipfw: install_state: entry already present, done" >>> >>> Is there a known patch? >> >> I just took a look at the code: >> >> if (q != NULL) { /* should never occur */ >> if (last_log != time_second) { >> last_log = time_second; >> printf("ipfw: install_state: entry already present, done\n"); >> } >> return 0; >> } >> >> What if I just hack the "printf ..." line out of there? Would that >> 'solve' it? I know it's dirty; but would things still work? > > Theoretically, yes (note that I'm certainly no expert on this chunk of > code) My reason for saying yes is: > 1) The error seems to be that IPFW is trying to add the same stateful > rule twice ... which means it _did_ get successfully added once. > 2) When that condition occurs, the function returns 0. The comment at > the top of the file states that the function returns 1 on failure, > so it would appear that this condition is still considered > successful. Thank you for taking the time to look into this. Yes, my reason for thinking "yes" was the same. It seems there are critical errors, such as "Too many dynamic rules", returning 1, and, say, unexpected errors, like when trying to create a rule that already exists, returning 0. Since the rule actually seems to be working (limiting total connection to 32, and only 4 per source), just commenting out the printf statement seems like a harmless, be it very dirty, "solution". Indeed, this should probably be fixed; and I will file a PR tonight. - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 18:50:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68BC16A4CE for ; Tue, 3 Aug 2004 18:50:56 +0000 (GMT) Received: from mailgate-internal1.sri.com (mailgate-internal1.SRI.COM [128.18.84.103]) by mx1.FreeBSD.org (Postfix) with SMTP id 9673A43D58 for ; Tue, 3 Aug 2004 18:50:56 +0000 (GMT) (envelope-from hogsett@csl.sri.com) Received: (qmail 16049 invoked from network); 3 Aug 2004 18:50:56 -0000 Received: from localhost (HELO mailgate-internal1.SRI.COM) (127.0.0.1) by mailgate-internal1.sri.com with SMTP; 3 Aug 2004 18:50:56 -0000 Received: from mx1.csl.sri.com ([130.107.1.29])M2004080311505513195 for ; Tue, 03 Aug 2004 11:50:55 -0700 Received: from [130.107.2.57] (beast.csl.sri.com [130.107.2.57]) (authenticated bits=0) by mx1.csl.sri.com (8.12.11/8.12.11) with ESMTP id i73IrWBm095601 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Aug 2004 11:53:32 -0700 (PDT) (envelope-from hogsett@csl.sri.com) Message-ID: <410FDE90.20101@csl.sri.com> Date: Tue, 03 Aug 2004 11:50:56 -0700 From: Mike Hogsett User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: hogsett@csl.sri.com Subject: Blackberry & Sendmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 18:50:56 -0000 This is not entirely on-topic for the FreeBSD list (except my mail server is FreeBSD). Does anyone know of a solution to allow secure mail forwarding to a blackberry similar to the enterprise solutions for MS exchange, and Lotus Notes? Thanks - Mike From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 19:28:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C978416A4CE for ; Tue, 3 Aug 2004 19:28:45 +0000 (GMT) Received: from c3po.barnesos.net (c3po.LPL.Arizona.EDU [128.196.64.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 652F543D49 for ; Tue, 3 Aug 2004 19:28:45 +0000 (GMT) (envelope-from jbarnes@c3po.barnesos.net) Received: by c3po.barnesos.net (Postfix, from userid 1001) id D1156B86F; Tue, 3 Aug 2004 12:28:44 -0700 (MST) Received: from localhost (localhost [127.0.0.1]) by c3po.barnesos.net (Postfix) with ESMTP id BDCF4B833; Tue, 3 Aug 2004 12:28:44 -0700 (MST) Date: Tue, 3 Aug 2004 12:28:44 -0700 (MST) From: Jason Barnes To: Ion-Mihai Tetcu In-Reply-To: <20040731060356.5fc303f7@it.buh.tecnik93.com> Message-ID: <20040803122811.K20543@c3po.barnesos.net> References: <20040730153452.E1432@c3po.barnesos.net> <20040730154649.W1432@c3po.barnesos.net> <20040730162954.P1557@c3po.barnesos.net> <20040731060356.5fc303f7@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org cc: Jonathan Chen Subject: Re: safe mode for kernel.old X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 19:28:45 -0000 > > Then what's the safe mode in the boot screen in 5.2.1, and how is > > it different than single user mode? Thanks for your patience with me on > > this issue. > > AFAIK, among others doesn't set DMA disk access. > syctl: > hw.ata.ata_dma=0 > hw.ata.atapi_dma=0 This seems to have fixed the problem, it must have been a DMA conflict in some way. Thank you so much for your help! - Jason Barnes From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 19:39:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC3B16A4CE; Tue, 3 Aug 2004 19:39:46 +0000 (GMT) Received: from mail-gw4.njit.edu (mail-gw4.njit.edu [128.235.251.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id C511243D49; Tue, 3 Aug 2004 19:39:43 +0000 (GMT) (envelope-from kellers@njit.edu) Received: from [128.235.114.39] (dhcp114-39.NJIT.EDU [128.235.114.39]) by mail-gw4.njit.edu (8.12.10/8.12.4) with ESMTP id i73Jdese020116; Tue, 3 Aug 2004 15:39:41 -0400 (EDT) From: T Kellers To: freebsd-questions@freebsd.org Date: Tue, 3 Aug 2004 15:39:40 -0400 User-Agent: KMail/1.6.2 References: <200408031530.i73FUcf27625@clunix.cl.msu.edu> In-Reply-To: <200408031530.i73FUcf27625@clunix.cl.msu.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408031539.40920.kellers@njit.edu> cc: Jerry McAllister cc: questions@freebsd.org cc: "Ismael Alves dos S. Filho" Subject: Re: Certification Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 19:39:46 -0000 On Tuesday 03 August 2004 11:30 am, Jerry McAllister wrote: > > Hi there, > > > > I would like to know if there is a Certification Program for FreeBSD, > > OpenBSD or > > NetBSD, like SUN's Solaris Certification Program for example. > > > > If there is, what is the procedure to make the exam(s)? I am in > > Salvador/Bahia/BRAZIL. > > The short answer is no. > Some other people may wish to give a more comprehensive answer. > > Anyway, the FreeBSD organization is not a company in the same sense > as Sun or Microsloth, etc that can set up a program to certify people > in its wonders. The FreeBSD organization is a group of volunteers > from all over the world that contribute to make the system. Although > there is a core group that steers the project and tries to make sure > additions and modifications are clean and meet standards, there is > nothing that specifies the official way you must use the system. > > But, I have heard of some organizations that have undertaken to make > up some training for FreeBSD and for UNIX in general. It seemd even > like one might be in Brazil. But, I do not remember names or addresses. > You might do some Google searching for FreeBSD training or something > like that and see what you get. > > ////jerry The longer answer is yes :) NJIT offers open source unix certification (and it's recognized/endorsed by the FreeBSD Foundation) http://cpe.njit.edu/noncredit/#opensourceunix avaiable both online and in classroom. Tim Kellers CPE/NJIT From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 19:39:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC3B16A4CE; Tue, 3 Aug 2004 19:39:46 +0000 (GMT) Received: from mail-gw4.njit.edu (mail-gw4.njit.edu [128.235.251.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id C511243D49; Tue, 3 Aug 2004 19:39:43 +0000 (GMT) (envelope-from kellers@njit.edu) Received: from [128.235.114.39] (dhcp114-39.NJIT.EDU [128.235.114.39]) by mail-gw4.njit.edu (8.12.10/8.12.4) with ESMTP id i73Jdese020116; Tue, 3 Aug 2004 15:39:41 -0400 (EDT) From: T Kellers To: freebsd-questions@freebsd.org Date: Tue, 3 Aug 2004 15:39:40 -0400 User-Agent: KMail/1.6.2 References: <200408031530.i73FUcf27625@clunix.cl.msu.edu> In-Reply-To: <200408031530.i73FUcf27625@clunix.cl.msu.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408031539.40920.kellers@njit.edu> cc: Jerry McAllister cc: questions@freebsd.org cc: "Ismael Alves dos S. Filho" Subject: Re: Certification Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 19:39:46 -0000 On Tuesday 03 August 2004 11:30 am, Jerry McAllister wrote: > > Hi there, > > > > I would like to know if there is a Certification Program for FreeBSD, > > OpenBSD or > > NetBSD, like SUN's Solaris Certification Program for example. > > > > If there is, what is the procedure to make the exam(s)? I am in > > Salvador/Bahia/BRAZIL. > > The short answer is no. > Some other people may wish to give a more comprehensive answer. > > Anyway, the FreeBSD organization is not a company in the same sense > as Sun or Microsloth, etc that can set up a program to certify people > in its wonders. The FreeBSD organization is a group of volunteers > from all over the world that contribute to make the system. Although > there is a core group that steers the project and tries to make sure > additions and modifications are clean and meet standards, there is > nothing that specifies the official way you must use the system. > > But, I have heard of some organizations that have undertaken to make > up some training for FreeBSD and for UNIX in general. It seemd even > like one might be in Brazil. But, I do not remember names or addresses. > You might do some Google searching for FreeBSD training or something > like that and see what you get. > > ////jerry The longer answer is yes :) NJIT offers open source unix certification (and it's recognized/endorsed by the FreeBSD Foundation) http://cpe.njit.edu/noncredit/#opensourceunix avaiable both online and in classroom. Tim Kellers CPE/NJIT From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 19:40:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 292D616A4CE for ; Tue, 3 Aug 2004 19:40:37 +0000 (GMT) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.122.132.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 526B843D49 for ; Tue, 3 Aug 2004 19:40:36 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Tue, 03 Aug 2004 21:40:35 +0200 Date: Tue, 3 Aug 2004 21:40:35 +0200 To: freebsd-questions Message-ID: <20040803194034.GA22806@nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline User-Agent: Mutt/1.5.6i From: dick hoogendijk Subject: fvwm-themes-0.70 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 19:40:37 -0000 Fvwm2 is a great windowmanager. I use 2.4.18 plus fvwm-themes and that works great. However, the developers version of fvwm also works very well and it's in the ports. What I don't quite understand is why the fvwm-themes-0.70 packages is _not_ in the ports. The developers version of the theme packages makes full use of all those wonderfull new features of fvwm. Or is it maybe that I can simply compile fvwm-themes-0.70 on my freebsd-4.10R box? Does somebody use this version with the latest fvwm-devel? If so, how do I proceed? If not, I'll guess I have to wait for the official releases of both packages. -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.10 ++ Debian GNU/Linux (Woody) + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilya From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 19:49:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19C2E16A4CE for ; Tue, 3 Aug 2004 19:49:18 +0000 (GMT) Received: from athena.laverenz.de (dialin-72222.ewetel.net [212.6.72.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0499F43D2F for ; Tue, 3 Aug 2004 19:49:17 +0000 (GMT) (envelope-from uwe@athena.laverenz.de) Received: from athena.laverenz.de (localhost.laverenz.de [127.0.0.1]) by athena.laverenz.de (8.12.10/8.12.10) with ESMTP id i73JnEFU030245 for ; Tue, 3 Aug 2004 21:49:14 +0200 (CEST) (envelope-from uwe@athena.laverenz.de) Received: (from uwe@localhost) by athena.laverenz.de (8.12.10/8.12.10/Submit) id i73JnE5c030244 for questions@freebsd.org; Tue, 3 Aug 2004 21:49:14 +0200 (CEST) (envelope-from uwe) Date: Tue, 3 Aug 2004 21:49:14 +0200 From: Uwe Laverenz To: questions@freebsd.org Message-ID: <20040803194914.GA730@athena.laverenz.de> Mail-Followup-To: questions@freebsd.org References: <410F2BD3.9060706@ksi.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <410F2BD3.9060706@ksi.ru> Organization: private site Sender: uwe@laverenz.de User-Agent: Mutt/1.5.6i Subject: Re: problem in Linux-emulation and may be in NVidia drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 19:49:18 -0000 On Tue, Aug 03, 2004 at 10:08:19AM +0400, Roman Vasiliev wrote: > First run glxgears shows ~2000 fps but second ~10 fps. And whole OpenGL > application lags. > > Problem solves in changing on NVidia mx 4400. All works fine. I have the same problem with a GF4-Ti/4200: first run is fast, second is slow. An older GF2 works perfectly. I guess the only solution is to wait for the release of new NVidia drivers, which are said to be released "fairly soon". cu, Uwe From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 20:31:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A953F16A4CF for ; Tue, 3 Aug 2004 20:31:09 +0000 (GMT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C5AA43D53 for ; Tue, 3 Aug 2004 20:31:07 +0000 (GMT) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.kayjay.xs4all.nl [127.0.0.1]) by kayjay.xs4all.nl (8.12.11/8.12.11) with ESMTP id i73KV4DW044307 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 3 Aug 2004 22:31:05 +0200 (CEST) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.12.11/8.12.11/Submit) id i73KV4Ek044301; Tue, 3 Aug 2004 22:31:04 +0200 (CEST) (envelope-from karelj) Date: Tue, 3 Aug 2004 22:31:04 +0200 From: "Karel J. Bosschaart" To: dick hoogendijk Message-ID: <20040803203104.GA41480@kayjay.xs4all.nl> References: <20040803194034.GA22806@nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040803194034.GA22806@nagual.st> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions Subject: Re: fvwm-themes-0.70 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 20:31:09 -0000 On Tue, Aug 03, 2004 at 09:40:35PM +0200, dick hoogendijk wrote: > Fvwm2 is a great windowmanager. I use 2.4.18 plus fvwm-themes and that > works great. However, the developers version of fvwm also works very > well and it's in the ports. What I don't quite understand is why the > fvwm-themes-0.70 packages is _not_ in the ports. The developers version > of the theme packages makes full use of all those wonderfull new > features of fvwm. Did you miss x11-themes/fvwm-themes? It installs fvwm-themes 0.7.0 and works fine here with fvwm-devel (2.5.10). Karel. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 20:47:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C792C16A4CE for ; Tue, 3 Aug 2004 20:47:27 +0000 (GMT) Received: from hobbiton.shire.net (hobbiton.shire.net [206.71.64.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99B5843D2D for ; Tue, 3 Aug 2004 20:47:27 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.247.57] (helo=[192.168.99.66]) by hobbiton.shire.net with asmtp (TLSv1:RC4-SHA:128) (Exim 4.10) id 1Bs6By-0005cb-00 for freebsd-questions@freebsd.org; Tue, 03 Aug 2004 14:47:26 -0600 Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <55702.81.84.175.12.1090758569.squirrel@81.84.175.12> References: <55702.81.84.175.12.1090758569.squirrel@81.84.175.12> Message-Id: <520BEB45-E58E-11D8-A557-003065A70D30@shire.net> From: "Chad Leigh -- Shire.Net LLC" Date: Tue, 3 Aug 2004 14:47:23 -0600 To: freebsd-questions@freebsd.org Questions X-Mailer: Apple Mail (2.618) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on hobbiton.shire.net X-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_44 autolearn=no version=2.63 X-Spam-Level: Subject: Re: jails: am I missing something or.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 20:47:27 -0000 On Jul 25, 2004, at 6:29 AM, Hugo Silva wrote: > It is unthinkable to be umount'ing EVERY jail if I want to add one. > I need separate filesystems for jails if I want (I *need* to) user > quotas > on jails > If I have separate filesystems, I can't create a new jail while the > disk > is being used (ie other jails mount'ed). > > Living with 1 ip? I could do it. Now, this is a major drawback. > > I've been a FreeBSD user for a long time, so I'm hoping there is a > solution to this matter-- (bottom line: working user quotas INSIDE > jails: > need either a way to have them w/ different partitions and be able to > create new jails with all other jails running, or need a way to use > quotas > with only a big partition) I find it weird there exists this big > limitation on the jail system. > try using the mdX memory/file backed file systems for your jails... Works well (though I have not tried the user quota -- you do get separate filesystems) Chad From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 21:40:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9B1516A4CE for ; Tue, 3 Aug 2004 21:40:08 +0000 (GMT) Received: from smtp.prodigy.net.mx (nlpproxy05.prodigy.net.mx [148.235.52.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD9A43D2F for ; Tue, 3 Aug 2004 21:40:08 +0000 (GMT) (envelope-from lanjoe9@prodigy.net.mx) Received: from prodigy.net.mx (du-148-235-52-34.prodigy.net.mx [148.235.52.34]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I1W003A346SG3@smtp.prodigy.net.mx>; Tue, 03 Aug 2004 16:40:04 -0500 (CDT) Received: from [148.235.52.101] (Forwarded-For: [200.118.98.4]) by nlpmail04.prodigy.net.mx (mshttpd); Tue, 03 Aug 2004 16:43:00 -0500 Date: Tue, 03 Aug 2004 16:43:00 -0500 From: Alejandro lanjoe9 Valenzuela To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.21 (built Sep 8 2003) Content-type: text/plain; charset=us-ascii Content-language: es Content-transfer-encoding: 7bit Content-disposition: inline X-Accept-Language: es Priority: non-urgent X-Priority: 5 (Lowest) Subject: IPX: How-to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 21:40:08 -0000 Hello everyone How do I enable IPX in FreeBSD 4.10 (and 5.2.1) ? I've recompiled my kernel with opton IPX and configured my network interface and lo0 with ipx parameters (found in this document: http://people.freebsd.org/~bp/ipxen.html which seems a bit old). Thanks a lot in advance Alejandro From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 22:34:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE42A16A4CE for ; Tue, 3 Aug 2004 22:34:18 +0000 (GMT) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.5.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9675A43D2D for ; Tue, 3 Aug 2004 22:34:18 +0000 (GMT) (envelope-from poisondart@optonline.net) Received: from [192.168.1.2] (ool-18ba440e.dyn.optonline.net [24.186.68.14]) by mta2.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0I1W00H9I6P2OX@mta2.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Tue, 03 Aug 2004 18:34:14 -0400 (EDT) Date: Tue, 03 Aug 2004 18:34:55 -0400 From: Jonathan To: freebsd-questions@freebsd.org Message-id: <4110130F.9080807@optonline.net> Organization: StreamForce Hosting Solutions MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) Subject: Bandwidth Limiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 22:34:18 -0000 Hello, I run FreeBSD 5-2.1 on a serv4er box used for my company (StreamForce Hosting Solutions). I was wondering if there is an application i can install or method of limiting per user bandwidth by like a certain group or class. If not is there a way to limit bandwidth for all non super user accounts. Thanks in advance! Regards, Jonathan From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 22:41:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 760B716A4CE for ; Tue, 3 Aug 2004 22:41:07 +0000 (GMT) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E77243D2D for ; Tue, 3 Aug 2004 22:41:07 +0000 (GMT) (envelope-from dgw@liwest.at) Received: from cm248-230.liwest.at ([81.10.248.230]) by lilzmailso01.liwest.at with asmtp (Exim 4.24) id 1Bs7xk-0003iJ-BZ; Wed, 04 Aug 2004 00:40:52 +0200 Message-ID: <411020EA.9020100@liwest.at> Date: Tue, 03 Aug 2004 23:34:02 +0000 From: Daniela User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Damon Butler References: <410E5C6A.1090309@hddesign.com> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E9913.5080708@hddesign.com> <5ef8c2f004080213222edab17f@mail.gmail.com> <410EA9BB.7040103@hddesign.com> In-Reply-To: <410EA9BB.7040103@hddesign.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org cc: =?ISO-8859-1?Q?Jos=E9_de_Paula?= Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 22:41:07 -0000 Damon Butler wrote: >> May I suggest Phalanx, found in the ports tree? It is an excellent >> chess program, works wonderfully with xboard, and 'phalanx -e 100' is >> very likely to meet your needs for a weak chess engine. > > > That looks excellent indeed. Thanks! > --Damon I have another suggestion. I've seen lots of Mac emulators in the ports. Why not use one of these, and run the original program? AFAIK Mac emulation is not even half as painful as Winblows emulation. Daniela From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 23:15:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B956616A4CE for ; Tue, 3 Aug 2004 23:15:59 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF5E43D53 for ; Tue, 3 Aug 2004 23:15:59 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from [192.168.254.3] (bsdbox [192.168.254.3]) by fw.farid-hajji.net (Postfix) with ESMTP id 20F1F4AF1A; Wed, 4 Aug 2004 01:16:22 +0200 (CEST) Message-ID: <41101DC1.6020305@cordula.ws> Date: Wed, 04 Aug 2004 01:20:33 +0200 From: cpghost User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040710) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maksym Marchenko References: <410E2063.6080205@cordula.ws> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: "freebsd-questions@freebsd.org" Subject: Re: Headless Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 23:15:59 -0000 Maksym Marchenko wrote: > Sometimes I see warning: > terminal is not fully functional. > So I can't edit kernel file mit ee - the text is shown "shifted" in > their lines. > Must I use another terminal program to help this? You just need to set TERM to something sensible, say, 'cons25' or 'xterm'. If you ssh to the box from a FreeBSD console, TERM should already be set to 'cons25'. If you ssh from an xterm, TERM will (or should) already be 'xterm'. If you use some other terminal emulator (e.g. from Windows or so), try setting both your emulator and TERM to 'vt100'. > And what you can do with "headless" PC? Can you control this PC only in > command prompt? Or (may be) you can use anything like X - twm? What do you want to do with it? If you want to do maintenance work (configure servers like, say, postfix, cyrus/imap, thttpd, set up ppp[oe], natd, ...), just ssh to the box like you would to any other server too. In normal day to day operations, just access the misc. servers from outside your headless PC with your favorite clients. Very simple. Something like X would be absolute overkill. You want X on your regular workstation; not on the headless server! But if you absolutely must, just install the X clients, X libraries etc... on the headless machine via ports as usual. You definitely don't need an X server on a headless machine though ;) Oh, and btw, you can tweak your kernel config file: just remove everything that you don't need, like vga, sc, keyboard, ... If you don't have the hardware for it on board, why bother having a driver for it in the kernel? Enjoy! cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 00:11:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE72316A4CE for ; Wed, 4 Aug 2004 00:11:03 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB5843D1D for ; Wed, 4 Aug 2004 00:11:03 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i740A8Fp035214 for ; Tue, 3 Aug 2004 19:10:08 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" To: Date: Tue, 3 Aug 2004 18:55:53 -0500 Message-ID: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean Subject: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 00:11:03 -0000 Hello list, I was recently contacted by a lawfirm that needs a remote backup solution to help bring their insurance rates down. I've decided to go ahead and do this, as their needs are not that great. What I'm asking, is how best to setup this situation. I've never played with jails or anything, but I'm not sure if I really need to go that far. I'm considering building a server that has ssh and sftp access. The plan is to allow them to upload at their pace, and provide next-day DVD/CD copies of their entire directory structure. Any advice on how to go about this? Thanks! Eric F Crist Found on Conan O'Brian: Children's books written by celebrities; By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very Bad Day. ----- Keep your powder dry and your pecker hard and the world WILL turn. ----- Eric F Crist From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 00:33:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C76916A4CE for ; Wed, 4 Aug 2004 00:33:20 +0000 (GMT) Received: from gw.visp.com.au (gw.visp.com.au [202.6.158.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3574043D4C for ; Wed, 4 Aug 2004 00:33:19 +0000 (GMT) (envelope-from tim@spyderweb.com.au) Received: from bofh.spyderweb.com.au (202-6-150-37.ip.visp.com.au [202.6.150.37] (may be forged)) by gw.visp.com.au (8.12.8p2/8.12.8) with ESMTP id i740XKEc038023 for ; Wed, 4 Aug 2004 10:03:20 +0930 (CST) (envelope-from tim@spyderweb.com.au) Received: from spyderweb.com.au (localhost [127.0.0.1])i740X0pC050131 for ; Wed, 4 Aug 2004 10:03:00 +0930 (CST) (envelope-from tim@spyderweb.com.au) Date: Wed, 4 Aug 2004 10:03:00 +0930 From: Tim Aslat To: freebsd-questions@freebsd.org Message-Id: <20040804100300.3af0d4fb@bofh.spyderweb.com.au> In-Reply-To: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> References: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> Organization: Spyderweb Consulting X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 00:33:20 -0000 In the immortal words of "Eric Crist" ... > I was recently contacted by a lawfirm that needs a remote backup > solution to help bring their insurance rates down. I've decided to go > ahead and do this, as their needs are not that great. Sounds simple enough > What I'm asking, is how best to setup this situation. I've never > played with jails or anything, but I'm not sure if I really need to go > that far. I'm considering building a server that has ssh and sftp > access. The plan is to allow them to upload at their pace, and provide > next-day DVD/CD copies of their entire directory structure. Try one of the multitude of rsync based scripts, you can even get some very good incremental backups happening, and burning DVDs/ dumping to tape/etc is simple enough top script as well. Rsync by default works over ssh so can be very secure. The had part would be, how do these people want to retrieve the data? If you are just handing them media once a day, then it's simple, but if they want to retrieve it remotely as well, then you could be in for some fun and games. Cheers Tim -- Tim Aslat Spyderweb Consulting http://www.spyderweb.com.au Phone: +61 0401088479 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 00:56:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 599F116A4CE for ; Wed, 4 Aug 2004 00:56:17 +0000 (GMT) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2121E43D64 for ; Wed, 4 Aug 2004 00:56:17 +0000 (GMT) (envelope-from gerard-seibert@rcn.com) Received: from 207-237-110-41.c3-0.crm-ubr4.crm.ny.cable.rcn.com ([207.237.110.41] helo=localhost) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1BsA4m-0001gQ-00 for freebsd-questions@freebsd.org; Tue, 03 Aug 2004 20:56:16 -0400 Date: Tue, 3 Aug 2004 20:56:16 -0400 (Eastern Standard Time) From: Gerard Seibert To: freebsd-questions Message-ID: X-X-Sender: beerstud@spamcop.net@mail.cesmail.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Acquiring CPAN Modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 00:56:17 -0000 What is the best way to acquire CPAN modules? If I run CPAN, and actually install a module, and then later run pkgdb I receive an error message stating: Missing Origin: bsdpan-(module-name) Skip this for now? To skip it without asking in the future, please list it in HOLD_PKGS The modules seem to work correctly however. Several modules that I want, I cannot find in the FreeBSD Ports collections. Does anyone have any suggestions, or is using CPAN the only way to get Perl modules installed? Thanks! Gerard Seibert gerard-seibert@rcn.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 01:06:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1E5816A4CE for ; Wed, 4 Aug 2004 01:06:52 +0000 (GMT) Received: from iceman.uni.edu (iceman.uni.edu [134.161.1.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C1243D5C for ; Wed, 4 Aug 2004 01:06:52 +0000 (GMT) (envelope-from jk514793@uni.edu) Received: from Debug ([134.161.1.13]) by uni.edu (PMDF V6.2-X27 #30994) with SMTP id <01LD8NG5SUPS8Y6XR6@uni.edu> for freebsd-questions@freebsd.org; Tue, 03 Aug 2004 20:06:49 -0500 (CDT) Date: Tue, 03 Aug 2004 20:06:49 -0600 (CDT) From: jk514793@uni.edu To: freebsd-questions@freebsd.org Message-id: <01LD8NG5T1YA8Y6XR6@uni.edu> X-Mailer: Endymion MailMan UNI Web Email v3.2.18.1 X-Posting-IP: 12.205.186.106 Subject: External Sound Devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 01:06:52 -0000 Hello, I recently installed FreeBSD on my laptop computer and my soundcard is incompatible with FreeBSD's sound drivers. Will an external sound card device work with freeBSD? The device I am looking at is a Sound Blaster MP3+ (http://www.soundblaster.com/products/mp3+) and the computer is an Acer Aspire 1400XV purchased in 2001. Thank you for your assistance. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 01:25:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A258616A4CE for ; Wed, 4 Aug 2004 01:25:28 +0000 (GMT) Received: from kende.com (ns1.kende.com [66.17.131.94]) by mx1.FreeBSD.org (Postfix) with SMTP id 5E6B043D60 for ; Wed, 4 Aug 2004 01:25:11 +0000 (GMT) (envelope-from andras@kende.com) Received: (qmail 95062 invoked by uid 0); 4 Aug 2004 01:25:09 -0000 Received: from unknown (HELO ak) (24.1.130.29) by ns1.kende.com with SMTP; 4 Aug 2004 01:25:09 -0000 From: "Andras Kende" To: "'Eric Crist'" , Date: Tue, 3 Aug 2004 20:24:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcR5t5dxk3pcndHYQb2wDA1QK+mvngACj75g In-Reply-To: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> Message-Id: <20040804012511.5E6B043D60@mx1.FreeBSD.org> Subject: RE: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 01:25:28 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Eric Crist Sent: Tuesday, August 03, 2004 6:56 PM To: freebsd-questions@freebsd.org Subject: Remote backup hosting setup? Hello list, I was recently contacted by a lawfirm that needs a remote backup solution to help bring their insurance rates down. I've decided to go ahead and do this, as their needs are not that great. What I'm asking, is how best to setup this situation. I've never played with jails or anything, but I'm not sure if I really need to go that far. I'm considering building a server that has ssh and sftp access. The plan is to allow them to upload at their pace, and provide next-day DVD/CD copies of their entire directory structure. Any advice on how to go about this? Thanks! Eric F Crist Found on Conan O'Brian: Children's books written by celebrities; By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very Bad Day. ----- Keep your powder dry and your pecker hard and the world WILL turn. ----- Eric F Crist _______________________________________________ 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" Hello, Maybe something like this? : http://www.bsdnews.org/02/rsync_windows.php Best regards, Andras Kende http://www.kende.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 03:16:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A8816A4CE for ; Wed, 4 Aug 2004 03:16:48 +0000 (GMT) Received: from comsmtp1.singnet.com.sg (comsmtp1.singnet.com.sg [165.21.101.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD38943D4C for ; Wed, 4 Aug 2004 03:16:47 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from arrowana.singnet.com.sg (arrowana.singnet.com.sg [165.21.101.120])i743Giuu028796 for ; Wed, 4 Aug 2004 11:16:44 +0800 Received: from arrowana.singnet.com.sg (localhost.localdomain [127.0.0.1]) i743GiQ7015853 for ; Wed, 4 Aug 2004 11:16:44 +0800 Received: (from cooluser@localhost) by arrowana.singnet.com.sg (8.12.8/8.12.8/Submit) id i743GiEk015851 for freebsd-questions@freebsd.org; Wed, 4 Aug 2004 11:16:44 +0800 X-Authentication-Warning: arrowana.singnet.com.sg: cooluser set sender to pryan@singnet.com.sg using -f To: FreeBSD Message-ID: <1091589404.4110551c8311a@arrowana.singnet.com.sg> Date: Wed, 04 Aug 2004 11:16:44 +0800 (SGT) From: Peter Ryan MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: SingNet WebMail Subject: Can i make a CD of the Ports Collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pryan@singnet.com.sg List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 03:16:48 -0000 I am very new, and have been reinstalling FreeBSD many times to clean up whatever mess i make and start again. I recently used cvsup to update my ports collection for the 4.10_RELEASE. Now, when I reinstall, it takes much longer because i bring in the updated ports collection rather than the ports collection on the install CD (which i burnt from an ISO file) Is there some way to burn a cd (for me that means under winXP) containing the latest ports collection so that I dont have to download it each time. Or is there a better way of installing with the latest ports collection. Are the ISO images updated with a new ports collection very frequently ? Thanks for any pointers Peter From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 03:31:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8824B16A4CE for ; Wed, 4 Aug 2004 03:31:54 +0000 (GMT) Received: from richard2.pil.net (richard2.pil.net [208.8.16.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 2F8EC43D5E for ; Wed, 4 Aug 2004 03:31:53 +0000 (GMT) (envelope-from up@3.am) Received: (qmail 53972 invoked by uid 1825); 4 Aug 2004 03:31:52 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 4 Aug 2004 03:31:52 -0000 Date: Tue, 3 Aug 2004 23:31:52 -0400 (EDT) From: up@3.am X-X-Sender: up@richard2.pil.net To: FreeBSD ISP List , , Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: SCSI errors with Adaptec 2200S RAID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 03:31:54 -0000 Please cc replies directly to me, as I am not subscribed to the lists. With some help from here, I was able to get this RAID card to see our external DLT (QUANTUM 4000) SCSI tape drive by installing the aacp (pass through) driver in addition to the aac driver. camcontrol now works, as do basic mt commands and amcheck (amanda check). However, (amanda) dumps either hang, fail completely or fail after transfering very little data. On the console, I see: (sa0:aacp1:0:4:0): READ(06). CDB8 0 0 0 20 0 0 (sa0:aacp1:0:4:0): NO SENSE ILI (length mismatch): -24576 csi:0,0,0,1 At this point the device is completely unresponsive, and the only way to get the system to see it again is to reboot the whole server. I tried ordering a 3 ft cable, thinking I was pushing my luck with the 6 ft (I've had this problem with SCSI cables in the past), but the problem persists. The same drive (which has an active terminator) has been working fine for years on a different box using an Intel L440GX+ MB's on-board SCSI port. Once again, any helpful replies are greatly appreciated! James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 03:49:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5EC616A4CE for ; Wed, 4 Aug 2004 03:49:51 +0000 (GMT) Received: from www.open-cpp.net (dsl-202-72-137-118.wa.westnet.com.au [202.72.137.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 620BB43D53 for ; Wed, 4 Aug 2004 03:49:46 +0000 (GMT) (envelope-from rjw@open-cpp.net) Received: from main.open-cpp.net (main.open-cpp.net [192.168.0.2]) by www.open-cpp.net (8.12.10/8.12.10) with ESMTP id i74BnwcU009422 for ; Wed, 4 Aug 2004 11:49:58 GMT (envelope-from rjw@main.open-cpp.net) Received: from main.open-cpp.net (localhost.open-cpp.net [127.0.0.1]) by main.open-cpp.net (8.12.10/8.12.10) with ESMTP id i743oIx6077130 for ; Wed, 4 Aug 2004 11:50:18 +0800 (WST) (envelope-from rjw@main.open-cpp.net) Received: (from rjw@localhost) by main.open-cpp.net (8.12.10/8.12.10/Submit) id i743oIR7077129 for freebsd-questions@freebsd.org; Wed, 4 Aug 2004 11:50:18 +0800 (WST) (envelope-from rjw) Date: Wed, 4 Aug 2004 11:50:18 +0800 From: "Russell J. Wood" To: freebsd-questions@freebsd.org Message-ID: <20040804035018.GA76985@main.open-cpp.net> References: <1091589404.4110551c8311a@arrowana.singnet.com.sg> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <1091589404.4110551c8311a@arrowana.singnet.com.sg> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://www.open-cpp.net/rjw.asc Subject: Re: Can i make a CD of the Ports Collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 03:49:51 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Yes, this could be done. First, create an ISO image of the directory with `mkisofs' (included in /usr/ports/sysutils/cdrtools): mkisofs -A ports -allow-lowercase -allow-multidot -f -no-cache-inodes -D -l= -J -o ports.iso -p peter -R -V ports /usr/ports Note: this will produce a non-standards compliant ISO image, but it will be= able to be read on both MS Windows and FreeBSD. Then, burn the image to CD using `burncd' (included in /usr/ports/sysutils/cdrtools): burncd -f /dev/acd0 -v -s data ports.iso fixate When it's time to install, remove everything in `/usr/ports' (rm -r /usr/ports/*) and copy the burned data across. And, to finish it of, CVSup = the ports afterwards. - Russell On Wed, Aug 04, 2004 at 11:16:44AM +0800, Peter Ryan wrote: >I am very new, and have been reinstalling >FreeBSD many times to clean up whatever >mess i make and start again. > >I recently used cvsup to update my=20 >ports collection for the 4.10_RELEASE. > >Now, when I reinstall, it takes much longer >because i bring in the updated ports collection >rather than the ports collection on the >install CD (which i burnt from an ISO file) > >Is there some way to burn a cd (for me that >means under winXP) containing the latest=20 >ports collection so that I dont have to >download it each time. > >Or is there a better way of installing >with the latest ports collection. > >Are the ISO images updated with a new >ports collection very frequently ? > >Thanks for any pointers >Peter >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g" --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBEFz55WL5lrZ5g2cRAn3+AJ9KLsQn0oIWgBMi+/TQo/IMoskMKgCeJkWL eFnKEJgP2YZcrr/m5DewF4k= =PUbU -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 04:16:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3649216A4CE for ; Wed, 4 Aug 2004 04:16:10 +0000 (GMT) Received: from smtp802.mail.sc5.yahoo.com (smtp802.mail.sc5.yahoo.com [66.163.168.181]) by mx1.FreeBSD.org (Postfix) with SMTP id B189443D31 for ; Wed, 4 Aug 2004 04:16:09 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@66.122.48.149 with login) by smtp802.mail.sc5.yahoo.com with SMTP; 4 Aug 2004 04:16:09 -0000 From: Joshua Tinnin To: "FreeBSD-questions" Date: Tue, 3 Aug 2004 21:16:17 -0700 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408032116.17573.krinklyfig@spymac.com> Subject: Restarting swatch when log turns over? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 04:16:10 -0000 I hope this isn't too OT ... How would I restart swatch when a log turns over? As of now, when a log turns over, swatch continues running but doesn't read the new log. I thought maybe I could use watchfor /newsyslog/ exec killall -HUP swatch in .swatchrc to match the newsyslog string, but when I try the command there is no process matching swatch (it's running), and I don't know how to reference the PID in such a situation (and use kill -HUP instead). Or does swatch need to be restarted in this situation? Or maybe should newsyslog be told to restart swatch (not sure how to do this)? I've read through the man pages and searched the mailing list archives, and am not turning up anything ... - jt From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 05:02:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AB8616A4CE for ; Wed, 4 Aug 2004 05:02:17 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9462943D55 for ; Wed, 4 Aug 2004 05:02:16 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 4 Aug 2004 00:05:53 -0500 Message-ID: <41106DD5.1060803@daleco.biz> Date: Wed, 04 Aug 2004 00:02:13 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan References: <4110130F.9080807@optonline.net> In-Reply-To: <4110130F.9080807@optonline.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Aug 2004 05:05:53.0495 (UTC) FILETIME=[B7B51670:01C479E0] cc: freebsd-questions@freebsd.org Subject: Re: Bandwidth Limiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 05:02:17 -0000 Jonathan wrote: > Hello, I run FreeBSD 5-2.1 on a serv4er box used for my company > (StreamForce Hosting Solutions). I was wondering if there is an > application i can install or method of limiting per user bandwidth by > like a certain group or class. If not is there a way to limit > bandwidth for all non super user accounts. > > Thanks in advance! > > Regards, > Jonathan Certainly dummynet(4) comes to mind --- it would easily do per *IP* BW limits...so it might depend a tad on your network topography. HTH, Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 05:03:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A4D316A4CE for ; Wed, 4 Aug 2004 05:03:55 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0421043D39 for ; Wed, 4 Aug 2004 05:03:55 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 4 Aug 2004 00:07:31 -0500 Message-ID: <41106E38.60502@daleco.biz> Date: Wed, 04 Aug 2004 00:03:52 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan References: <4110130F.9080807@optonline.net> In-Reply-To: <4110130F.9080807@optonline.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Aug 2004 05:07:32.0323 (UTC) FILETIME=[F29D0B30:01C479E0] cc: questions@freebsd.org Subject: Re: Bandwidth Limiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 05:03:55 -0000 Jonathan wrote: > Hello, I run FreeBSD 5-2.1 on a serv4er box used for my company > (StreamForce Hosting Solutions). I was wondering if there is an > application i can install or method of limiting per user bandwidth by > like a certain group or class. If not is there a way to limit > bandwidth for all non super user accounts. > > Thanks in advance! > > Regards, > Jonathan Ooh, now I read that again, and I think I just wasted that last post. Different scenario. Sorry for the noise. KDK From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 05:05:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A118C16A4CF for ; Wed, 4 Aug 2004 05:05:26 +0000 (GMT) Received: from gaff.hhhr.ision.net (gaff.hhhr.ision.net [195.180.9.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 558FE43D39 for ; Wed, 4 Aug 2004 05:05:12 +0000 (GMT) (envelope-from ohoyer@ohoyer.de) Received: from gaff.hhhr.ision.net (localhost [127.0.0.1]) by gaff.hhhr.ision.net (8.12.11/8.12.11) with ESMTP id i7455Ci5087615; Wed, 4 Aug 2004 07:05:12 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) Received: from localhost (ohoyer@localhost)i7455Bqa087612; Wed, 4 Aug 2004 07:05:12 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) X-Authentication-Warning: gaff.hhhr.ision.net: ohoyer owned process doing -bs Date: Wed, 4 Aug 2004 07:05:11 +0200 (CEST) From: Olaf Hoyer Sender: ohoyer@gaff.hhhr.ision.net To: Peter Ryan In-Reply-To: <1091589404.4110551c8311a@arrowana.singnet.com.sg> Message-ID: <20040804065940.W87561@gaff.hhhr.ision.net> References: <1091589404.4110551c8311a@arrowana.singnet.com.sg> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Subject: Re: Can i make a CD of the Ports Collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 05:05:26 -0000 On Wed, 4 Aug 2004, Peter Ryan wrote: > I am very new, and have been reinstalling > FreeBSD many times to clean up whatever > mess i make and start again. > > I recently used cvsup to update my > ports collection for the 4.10_RELEASE. > > Now, when I reinstall, it takes much longer > because i bring in the updated ports collection > rather than the ports collection on the > install CD (which i burnt from an ISO file) > The whole portscollection is also available via ftp: on ftp2.de.freebsd.org: ftp> pwd 257 "/pub/FreeBSD/ports/ports" is current directory. ftp> ls 227 Entering Passive Mode (134,76,11,100,141,111) 150 Opening ASCII mode data connection for /bin/ls. total 25760 drwxr-xr-x 2 emoenke ftp 4096 Aug 3 01:53 . drwxr-xr-x 11 emoenke ftp 4096 Jul 29 2003 .. -rw-r--r-- 1 emoenke ftp 1006 Jun 19 01:49 README.TXT -rw-r--r-- 1 emoenke ftp 26332175 Aug 3 01:26 ports.tar.gz 226 Transfer complete. simply download the tar.gz, and extract it to /usr/ports On each ISO of a release, like the 4.10R-CD #1, they take a snapshot of the ports tree when the make the assumption that it ist quite consistent. So when you download in say, 3 months a 4.10 ISO, the ports tree therein will be more than 3 months old. In that case, use whether cvsup or method above to get a recent ports tree. HTH Olaf -- Olaf Hoyer ohoyer@gaff.hhhr.ision.net Fuerchterliche Erlebniss geben zu raten, ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist. (Nietzsche, Jenseits von Gut und Boese) From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 05:15:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEA8016A4CE for ; Wed, 4 Aug 2004 05:15:26 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C3B43D2D for ; Wed, 4 Aug 2004 05:15:26 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i745FP1x066861; Wed, 4 Aug 2004 00:15:25 -0500 (CDT) (envelope-from dan) Date: Wed, 4 Aug 2004 00:15:25 -0500 From: Dan Nelson To: Jonathan Message-ID: <20040804051525.GC85344@dan.emsphone.com> References: <4110130F.9080807@optonline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4110130F.9080807@optonline.net> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Bandwidth Limiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 05:15:27 -0000 In the last episode (Aug 03), Jonathan said: > Hello, I run FreeBSD 5-2.1 on a serv4er box used for my company > (StreamForce Hosting Solutions). I was wondering if there is an > application i can install or method of limiting per user bandwidth by > like a certain group or class. If not is there a way to limit bandwidth > for all non super user accounts. ipfw rules plus dummynet should be able to do what you want. ipfw can filter on the uid or gid of the process sending/receiving the packet, so this should cause all non-root packets to get filtered through dummynet pipe 1 (which you could configure to run at 90% of your true capacity): ipfw add 400 skipto 402 ip from any to any uid root ipfw add 401 pipe 1 ip from any to any Hopefully ipfw will soon get the ability to use ALTQ which was recently merged into -current, so you can do some more advanced limiting. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 06:00:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C1AC16A4D6 for ; Wed, 4 Aug 2004 06:00:42 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id C632D43D70 for ; Wed, 4 Aug 2004 06:00:37 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i745xfGr035965; Wed, 4 Aug 2004 00:59:41 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" To: "'Tim Aslat'" , Date: Wed, 4 Aug 2004 00:53:22 -0500 Message-ID: <007101c479e7$5ca574d0$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal In-Reply-To: <20040804100300.3af0d4fb@bofh.spyderweb.com.au> X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean Subject: RE: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 06:00:42 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Tim Aslat > Sent: Tuesday, August 03, 2004 7:33 PM > To: freebsd-questions@freebsd.org > Subject: Re: Remote backup hosting setup? > > > In the immortal words of "Eric Crist" ... > > I was recently contacted by a lawfirm that needs a remote backup > > solution to help bring their insurance rates down. I've > decided to go > > ahead and do this, as their needs are not that great. > > Sounds simple enough > > > What I'm asking, is how best to setup this situation. I've never > > played with jails or anything, but I'm not sure if I really > need to go > > that far. I'm considering building a server that has ssh and sftp > > access. The plan is to allow them to upload at their pace, > and provide > > next-day DVD/CD copies of their entire directory structure. > > Try one of the multitude of rsync based scripts, you can even > get some very good incremental backups happening, and burning > DVDs/ dumping to tape/etc is simple enough top script as > well. Rsync by default works over ssh so can be very secure. > > The had part would be, how do these people want to retrieve the data? > > If you are just handing them media once a day, then it's > simple, but if they want to retrieve it remotely as well, > then you could be in for some fun and games. > > Cheers > > Tim Thanks for the reply, Tim. I didn't specify in the OP, but this is from Windows systems to my freebsd server. The retrieval method will be a copy on CD/DVD, at a premium, of course, in the even they have a faliure. Thanks again for all your help. Found on Conan O'Brian: Children's books written by celebrities; By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very Bad Day. ----- Keep your powder dry and your pecker hard and the world WILL turn. ----- Eric F Crist From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 06:07:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D3CC16A4CE for ; Wed, 4 Aug 2004 06:07:53 +0000 (GMT) Received: from mx01.netapp.com (mx01.netapp.com [198.95.226.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F1643D5A for ; Wed, 4 Aug 2004 06:07:52 +0000 (GMT) (envelope-from Narayan.Venkat@netapp.com) Received: from frejya.corp.netapp.com (frejya [10.57.157.119]) i7467pFC024078 for ; Tue, 3 Aug 2004 23:07:52 -0700 (PDT) Received: from svlexc02.hq.netapp.com (svlexc02.corp.netapp.com [10.57.157.136])i7467pgC026183 for ; Tue, 3 Aug 2004 23:07:51 -0700 (PDT) Received: from SVLEXC04.hq.netapp.com ([10.57.158.141]) by svlexc02.hq.netapp.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 3 Aug 2004 23:07:51 -0700 content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Tue, 3 Aug 2004 23:07:52 -0700 Message-ID: <8DA88779B08E9245800C5CE538B6739D03508ED4@svlexc04.corp.netapp.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: RBAC in FreeBSD? Thread-Index: AcR56WC3lq4mXJA9TDa/oSoTtt/XKg== From: "Venkat, Narayan" To: X-OriginalArrivalTime: 04 Aug 2004 06:07:51.0522 (UTC) FILETIME=[5FD2FC20:01C479E9] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: RBAC in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 06:07:53 -0000 Hi, =20 What Role Based Access Control capabilities are there in FreeBSD? =20 Thanks. =20 Narayan Venkat From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 06:45:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2914216A4D2 for ; Wed, 4 Aug 2004 06:45:20 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4114A43D45 for ; Wed, 4 Aug 2004 06:45:11 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i746j2nl056764 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Aug 2004 07:45:02 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i746j1xI056755; Wed, 4 Aug 2004 07:45:01 +0100 (BST) (envelope-from matthew) Date: Wed, 4 Aug 2004 07:45:01 +0100 From: Matthew Seaman To: Gerard Seibert Message-ID: <20040804064501.GA36113@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Gerard Seibert , freebsd-questions References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Wed, 04 Aug 2004 07:45:02 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions Subject: Re: Acquiring CPAN Modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 06:45:20 -0000 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 03, 2004 at 08:56:16PM -0400, Gerard Seibert wrote: > What is the best way to acquire CPAN modules? If I run CPAN, and actually= =20 > install a module, and then later run pkgdb I receive an error message=20 > stating: >=20 > Missing Origin: bsdpan-(module-name) Skip this for now? To skip it > without asking in the future, please list it in HOLD_PKGS > > The modules seem to work correctly however. Several modules that I want, = I=20 > cannot find in the FreeBSD Ports collections. >=20 > Does anyone have any suggestions, or is using CPAN the only way to get=20 > Perl modules installed? It's up to you. Generally I find though that where the modules you want are available through the ports collection, then it's best to install from there. Otherwise, install using CPAN. If you're using perl installed from ports or bundled with 4.x, then the CPAN system will have been slightly modified, so that BSDPAN installed modules will be registered with the packages system. That has a number of advantages, principally that you can cleanly deinstall the package should you wish. As the error message you see says, modules installed via BSDPAN can't be associated with an origin, ie. a location in the ports tree. That means that tools like portupgrade(1) and friends can't be used to manage BSDPAN installed modules, and you should do exactly what the error message says and list it in the HOLD_PKGS array in /usr/local/etc/pkgtools.conf: HOLD_PKGS =3D [ 'bsdpan-*', ] Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBEIXtiD657aJF7eIRAin3AKCWB25lLB5sEAueYbO9cg7d0sZccwCgt2ay sDO6s8zRV+kQcHLMO/7lK7o= =gtaL -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 06:45:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E96B16A4CE for ; Wed, 4 Aug 2004 06:45:30 +0000 (GMT) Received: from serv03.inetworx.ch (serv03.inetworx.ch [212.254.227.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 939E143D45 for ; Wed, 4 Aug 2004 06:45:29 +0000 (GMT) (envelope-from dev@eth0.ch) Received: from localhost (localhost.localdomain [127.0.0.1]) by serv03.inetworx.ch (Postfix) with ESMTP id 4F444252D70 for ; Wed, 4 Aug 2004 08:45:28 +0200 (CEST) Received: from serv03.inetworx.ch ([127.0.0.1]) by localhost (serv03.inetworx.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27217-05-4 for ; Wed, 4 Aug 2004 08:45:28 +0200 (CEST) Received: from www.inetworx.ch (serv04.inetworx.ch [212.254.227.197]) by serv03.inetworx.ch (Postfix) with ESMTP id 09DEC252D6F for ; Wed, 4 Aug 2004 08:45:28 +0200 (CEST) Received: from 217.162.71.141 (SquirrelMail authenticated user dev.eth0); by www.inetworx.ch with HTTP; Wed, 4 Aug 2004 08:45:28 +0200 (CEST) Message-ID: <1054.217.162.71.141.1091601928.squirrel@217.162.71.141> In-Reply-To: <007101c479e7$5ca574d0$6401a8c0@Nomad> References: <20040804100300.3af0d4fb@bofh.spyderweb.com.au> <007101c479e7$5ca574d0$6401a8c0@Nomad> Date: Wed, 4 Aug 2004 08:45:28 +0200 (CEST) From: "David E. Meier" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at inetworx.ch Subject: RE: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 06:45:30 -0000 Hi Eric, we are currently developing a small program/service for our customers exactly for this purpose. To just backup the data to a remote server is very easy, even on Windows: Use cygwin. It comes together with rsync and ssh. I recommend you use rsync since it is the most effective AFAIK and the transfer is safe (not unimportant to law companies). Then you could run a nightly task to backup the data. We also found that revision the data on the backup server could also be very helpful using rsnapshot. This tool is actually intended for backups between UNIX/Linux boxes, however, you can also run it locally. It creates full daily backups with the storage need of an incremental backup while using links to unchanged files. Cheers. Dave. > Thanks for the reply, Tim. I didn't specify in the OP, but this is from > Windows systems to my freebsd server. The retrieval method will be a > copy on CD/DVD, at a premium, of course, in the even they have a > faliure. > > Thanks again for all your help. > > > > > Found on Conan O'Brian: > Children's books written by celebrities; > By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very > Bad Day. > > ----- > Keep your powder dry and your pecker hard and the world WILL turn. > > ----- > Eric F Crist > > > > _______________________________________________ > 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 Aug 4 08:07:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E0F716A4CE for ; Wed, 4 Aug 2004 08:07:34 +0000 (GMT) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.122.132.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C2243D5A for ; Wed, 4 Aug 2004 08:07:33 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Wed, 04 Aug 2004 10:07:32 +0200 Date: Wed, 4 Aug 2004 10:07:32 +0200 To: "Karel J. Bosschaart" Message-ID: <20040804080732.GA16107@nagual.st> References: <20040803194034.GA22806@nagual.st> <20040803203104.GA41480@kayjay.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20040803203104.GA41480@kayjay.xs4all.nl> User-Agent: Mutt/1.5.6i From: dick hoogendijk cc: freebsd-questions Subject: Re: fvwm-themes-0.70 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 08:07:34 -0000 On 03 Aug Karel J. Bosschaart wrote: > On Tue, Aug 03, 2004 at 09:40:35PM +0200, dick hoogendijk wrote: > > Fvwm2 is a great windowmanager. I use 2.4.18 plus fvwm-themes and that > > works great. However, the developers version of fvwm also works very > > well and it's in the ports. What I don't quite understand is why the > > fvwm-themes-0.70 packages is _not_ in the ports. The developers version > > of the theme packages makes full use of all those wonderfull new > > features of fvwm. > > Did you miss x11-themes/fvwm-themes? It installs fvwm-themes 0.7.0 and > works fine here with fvwm-devel (2.5.10). If so, I *did* miss that port. I'm very glad to hear it exists. Thanks. -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.10 ++ Debian GNU/Linux (Woody) + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilya From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 08:11:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7BE116A4CE for ; Wed, 4 Aug 2004 08:11:14 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE3243D53 for ; Wed, 4 Aug 2004 08:11:12 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i748B4gT023265; Wed, 4 Aug 2004 10:11:04 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i748B4jx023262; Wed, 4 Aug 2004 10:11:04 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Wed, 4 Aug 2004 10:11:03 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: "David E. Meier" In-Reply-To: <1054.217.162.71.141.1091601928.squirrel@217.162.71.141> Message-ID: <20040804100959.E23192@chylonia.3miasto.net> References: <20040804100300.3af0d4fb@bofh.spyderweb.com.au> <1054.217.162.71.141.1091601928.squirrel@217.162.71.141> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: RE: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 08:11:14 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > we are currently developing a small program/service for our customers > exactly for this purpose. > > To just backup the data to a remote server is very easy, even on Windows: > Use cygwin. It comes together with rsync and ssh. I recommend you use > rsync since it is the most effective AFAIK and the transfer is safe (not > unimportant to law companies). Then you could run a nightly task to backup > the data. what is unsafe of rsh for example if network through which is going the traffic is under your control? ssh is SLOW. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFBEJoXVbTJCKecqu0RAgGUAJ9s3MErMYwxXwTxKWGnHdVWoBFTrACcCUgN La1/dqv8okZKCIKIGc7OTbc= =eQKl -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 08:13:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26F2416A4CE for ; Wed, 4 Aug 2004 08:13:38 +0000 (GMT) Received: from indigo.metron.com (indigo.metron.com [192.160.193.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA23643D39 for ; Wed, 4 Aug 2004 08:13:37 +0000 (GMT) (envelope-from lou@metron.com) Received: from indigo.Metron.COM (indigo.metron.com [127.0.0.1]) by indigo.metron.com (8.12.11/8.12.9) with ESMTP id i748DWp9020459; Wed, 4 Aug 2004 01:13:33 -0700 (PDT) (envelope-from lou@metron.com) Received: (from lou@localhost) by indigo.Metron.COM (8.12.11/8.12.9/Submit) id i748DNme020458; Wed, 4 Aug 2004 01:13:23 -0700 (PDT) (envelope-from lou@metron.com) X-Authentication-Warning: indigo.metron.com: lou set sender to lou@metron.com using -f Date: Wed, 4 Aug 2004 01:13:23 -0700 From: Lou Katz To: Daniela Message-ID: <20040804081323.GA20406@metron.com> References: <410E5C6A.1090309@hddesign.com> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E9913.5080708@hddesign.com> <5ef8c2f004080213222edab17f@mail.gmail.com> <410EA9BB.7040103@hddesign.com> <411020EA.9020100@liwest.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <411020EA.9020100@liwest.at> User-Agent: Mutt/1.4.2i cc: freebsd-questions@freebsd.org cc: Damon Butler cc: Jos? de Paula Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 08:13:38 -0000 I know this is a FreeBSD list, but there is a really excellent program for learning chess for the PC (and Mac): "Learn How to Play Chess with Fritz and Chesster". For ages 8 and up. It is a really searious learning program, which has a huge book, starts with moves, then endgames, then ... Viva Media North American Editon (2003) ISBN 1-932174-13-3 (It actually comes from Germany) On Tue, Aug 03, 2004 at 11:34:02PM +0000, Daniela wrote: > Damon Butler wrote: > > >>May I suggest Phalanx, found in the ports tree? It is an excellent > >>chess program, works wonderfully with xboard, and 'phalanx -e 100' is > >>very likely to meet your needs for a weak chess engine. > > > > > >That looks excellent indeed. Thanks! > >--Damon > > I have another suggestion. I've seen lots of Mac emulators in the ports. > Why not use one of these, and run the original program? > AFAIK Mac emulation is not even half as painful as Winblows emulation. > > Daniela > > > _______________________________________________ > 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" -- -=[L]=- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 08:14:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE6EE16A4CE for ; Wed, 4 Aug 2004 08:14:34 +0000 (GMT) Received: from mail.oisca.org (mail.oisca.org [164.46.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id D651943D5E for ; Wed, 4 Aug 2004 08:14:33 +0000 (GMT) (envelope-from pwd8jmr22w@me.point.ne.jp) Received: from [192.168.1.35] (165.191.192.61.tokyo.bflets.alpha-net.ne.jp [61.192.191.165]) (authenticated (0 bits)) by mail.oisca.org (8.12.11/8.11.3) with ESMTP id i748EUDh023621 for ; Wed, 4 Aug 2004 17:14:32 +0900 Message-ID: <41109ABF.4090904@me.point.ne.jp> Date: Wed, 04 Aug 2004 17:13:51 +0900 From: Srot BULL User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-questions Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pwd8jmr22w@me.point.ne.jp List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 08:14:34 -0000 Hi, I have been seeing these logs since I started using my firewall but since I am not having problems in my incoming-outgoing emails and access to websites I did not bother to change anything...But, Looking at my firewall logs and seeing the same things just woke up my curiousity and wondered if anybody can enlighten me on what is happening... Below are some of the information that I have copied from my /var/log/security and pasted here: Aug 4 10:57:26 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49312 130.89.175.51:80 out via bge0 Aug 4 11:00:49 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49312 130.89.175.51:80 out via bge0 Aug 4 11:33:45 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49352 69.55.225.12:80 out via bge0 Aug 4 11:34:10 r40e last message repeated 5 times Aug 4 11:36:16 r40e last message repeated 3 times Aug 4 11:40:32 r40e last message repeated 4 times Aug 4 12:21:10 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49364 195.92.249.252:80 out via bge0 Aug 4 12:21:41 r40e last message repeated 6 times Aug 4 12:22:55 r40e last message repeated 2 times Aug 4 12:27:11 r40e last message repeated 4 times Aug 4 13:24:14 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49386 216.136.204.21:80 out via bge0 Aug 4 13:24:34 r40e last message repeated 5 times Aug 4 13:26:26 r40e last message repeated 3 times Aug 4 13:30:42 r40e last message repeated 4 times Aug 4 15:04:19 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49456 210.188.175.94:110 out via bge0 Aug 4 15:04:46 r40e last message repeated 7 times Aug 4 15:06:04 r40e last message repeated 2 times Aug 4 15:08:38 r40e last message repeated 3 times Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49487 164.46.152.13:110 out via bge0 Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49486 164.46.152.13:110 out via bge0 Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49487 164.46.152.13:110 out via bge0 Aug 4 15:44:42 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49504 205.180.85.140:80 out via bge0 Aug 4 15:45:15 r40e last message repeated 6 times Aug 4 15:46:44 r40e last message repeated 2 times Aug 4 15:51:00 r40e last message repeated 4 times This is found in my /etc/ipfw.rules ### Allow out non-secure standard www function ### $CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state ### Allow out send & get email function ### $CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state $CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state ### deny and log everything else that's trying to get out. ### ### This rule enforces the block all by default logic. ### $CMD 00299 deny log all from any to any out via $IFN Why are the above firewall logs telling me that it has denied my TCP packets and yet I am not experiencing some problems in my emails and access to the internet through port 80. I still do not understand the whole thing about firewalls and I hope that anybody can share what they think is happening. Thanks in advance for any comments and advice... Srot BULL From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 08:49:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36E5816A4CE for ; Wed, 4 Aug 2004 08:49:55 +0000 (GMT) Received: from ctb-mesg1.saix.net (ctb-mesg1.saix.net [196.25.240.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C1CD43D39 for ; Wed, 4 Aug 2004 08:49:54 +0000 (GMT) (envelope-from livhu.tshisikule@telkomsa.net) Received: from host2-fbsd.Dembe.net (tpr-125-107.telkomadsl.co.za [165.165.125.107]) by ctb-mesg1.saix.net (Postfix) with ESMTP id D25AD504C for ; Wed, 4 Aug 2004 10:49:49 +0200 (SAST) From: Livhu Tshisikule Organization: Dembe Open Source Unix Solutions To: freebsd-questions@freebsd.org Date: Wed, 4 Aug 2004 10:49:26 +0200 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408041049.26858.livhu.tshisikule@telkomsa.net> Subject: Mirror hard disk using dd. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 08:49:55 -0000 Hi, I installed a second harddisk on my FBSD 5.2.1 box and then use dd if=/dev/ado of=/dev/ad1. I later removed my first disk so that I can test the second disk. After booting it goes to single user mode and then I used fsck -y command. I then mounted the /usr only to find that id did not copy everything from the first disk. 1. I want to make an exact copy of the first disk, how can I do that. 2. Later I want to copy what has changed to disk2 once a day. Regards Livhu From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:11:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6991A16A4CF for ; Wed, 4 Aug 2004 09:11:45 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2267A43D5A for ; Wed, 4 Aug 2004 09:11:40 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.circlesquared.com [127.0.0.1]) i749BOx0079765; Wed, 4 Aug 2004 10:11:24 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <4110A83C.30703@circlesquared.com> Date: Wed, 04 Aug 2004 10:11:24 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Crist References: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> In-Reply-To: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 09:11:45 -0000 Eric Crist wrote: > Hello list, > > I was recently contacted by a lawfirm that needs a remote backup > solution to help bring their insurance rates down. I've decided to go > ahead and do this, as their needs are not that great. > > What I'm asking, is how best to setup this situation. I've never played > with jails or anything, but I'm not sure if I really need to go that > far. I'm considering building a server that has ssh and sftp access. > The plan is to allow them to upload at their pace, and provide next-day > DVD/CD copies of their entire directory structure. > > Any advice on how to go about this? I do this using rsync. Remote FreeBSD machines are straightforward. For Windows computers wishing to backup remotely I am starting to use: http://sync2nas.sourceforge.net/ I also find it helps to start with a copy of their data from some medium like a tape, CD(s) or DVD, or even a hard drive moved from one machine to another. Otherwise, the initial transfer can, literally, take weeks. HTH Peter. > > Thanks! > > Eric F Crist > > Found on Conan O'Brian: > Children's books written by celebrities; > By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very > Bad Day. > > ----- > Keep your powder dry and your pecker hard and the world WILL turn. > > ----- > Eric F Crist > > > _______________________________________________ > 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 Aug 4 09:20:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D142416A4CE for ; Wed, 4 Aug 2004 09:20:56 +0000 (GMT) Received: from web21205.mail.yahoo.com (web21205.mail.yahoo.com [216.136.131.248]) by mx1.FreeBSD.org (Postfix) with SMTP id 9260B43D4C for ; Wed, 4 Aug 2004 09:20:56 +0000 (GMT) (envelope-from adriankok2000@yahoo.com.hk) Message-ID: <20040804092056.3859.qmail@web21205.mail.yahoo.com> Received: from [64.141.32.2] by web21205.mail.yahoo.com via HTTP; Wed, 04 Aug 2004 17:20:56 CST Date: Wed, 4 Aug 2004 17:20:56 +0800 (CST) From: =?iso-8859-1?q?adrian=20kok?= To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: netstat -an X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 09:20:56 -0000 Hi all I installed ntop on the server but I can't get tcp4 by netstat -an and it is only tcp6 listen on port 2853 tcp6 0 0 *.2853 Why? Thank you _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:37:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FBAA16A4CE for ; Wed, 4 Aug 2004 09:37:32 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B6943D5C for ; Wed, 4 Aug 2004 09:37:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i749bQfU017472; Wed, 4 Aug 2004 12:37:27 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i74AcsGv033899; Wed, 4 Aug 2004 13:38:54 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i74Acmrw033841; Wed, 4 Aug 2004 13:38:48 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 4 Aug 2004 13:38:48 +0300 From: Giorgos Keramidas To: Srot BULL Message-ID: <20040804103848.GA31620@orion.daedalusnetworks.priv> References: <41109ABF.4090904@me.point.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41109ABF.4090904@me.point.ne.jp> cc: freebsd-questions@freebsd.org Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 09:37:32 -0000 On 2004-08-04 17:13, Srot BULL wrote: > > This is found in my /etc/ipfw.rules > ### Allow out non-secure standard www function ### > $CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state > > ### Allow out send & get email function ### > $CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state > $CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state > > ### deny and log everything else that's trying to get out. ### > ### This rule enforces the block all by default logic. ### > $CMD 00299 deny log all from any to any out via $IFN > > Why are the above firewall logs telling me that it has denied my TCP > packets and yet I am not experiencing some problems in my emails and > access to the internet through port 80. [...] Show us the full ruleset. Otherwise we're just guessing... From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:39:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05CCB16A4CE for ; Wed, 4 Aug 2004 09:39:37 +0000 (GMT) Received: from fam.ulusiada.pt (mail.fam.ulusiada.pt [193.136.184.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 9670F43D45 for ; Wed, 4 Aug 2004 09:39:35 +0000 (GMT) (envelope-from "") Received: (qmail 21037 invoked by uid 502); 4 Aug 2004 09:39:33 -0000 Received: from by mail.fam.ulusiada.pt in 0.201722 secs); 04 Aug 2004 09:39:33 -0000 Date: 4 Aug 2004 09:39:32 -0000 From: "Mail System Anti-Virus Administrator" To: questions@freebsd.org Message-ID: X-Tnz-Problem-Type: 40 MIME-Version: 1.0 Content-type: text/plain cc: lixo@mail.fam.ulusiada.pt Subject: Virus found in sent message "hello" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 09:39:37 -0000 Attention: questions@freebsd.org. A Virus was found in an Email message you sent. This Email scanner intercepted it and stopped the entire message reaching it's destination. The Virus was reported to be: W32/Netsky.B@mm Please update your virus scanner or contact your I.T support personnel as soon as possible as you have a virus on your system. Your message was sent with the following envelope: MAIL FROM: questions@freebsd.org RCPT TO: puto@fam.ulusiada.pt ... and with the following headers: From: questions@freebsd.org To: puto@fam.ulusiada.pt Subject: hello Date: Wed, 4 Aug 2004 10:43:42 +0100 The original message is kept in: mail.fam.ulusiada.pt:/var/spool/qmailscan/quarantine where the Mail System Anti-Virus Administrator can further diagnose it. The Email scanner reported the following when it scanned that message: --- ---fprot results --- Virus scanning report - 4. August 2004 10:39 F-PROT 3.11b SIGN.DEF created 31. July 2004 SIGN2.DEF created 31. July 2004 MACRO.DEF created 2. August 2004 Search: /var/spool/qmailscan/mail.fam.ulusiada.pt109161237240421021 /var/spool/qmailscan/working/new/mail.fam.ulusiada.pt109161237240421021 Action: Report only Files: "Dumb" scan of all files Switches: /ARCHIVE /AI /var/spool/qmailscan/mail.fam.ulusiada.pt109161237240421021/mails.htm.exe Infection: W32/Netsky.B@mm /var/spool/qmailscan/working/new/mail.fam.ulusiada.pt109161237240421021->mails.zip->mails.htm.exe Infection: W32/Netsky.B@mm Results of virus scanning: Files: 3 MBRs: 0 Boot sectors: 0 Objects scanned: 5 Infected: 2 Suspicious: 0 Disinfected: 0 Deleted: 0 Renamed: 0 Time: 0:00 --- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:55:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 120FC16A4CE for ; Wed, 4 Aug 2004 09:55:30 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2762643D3F for ; Wed, 4 Aug 2004 09:55:28 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i749tCPt054845 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Aug 2004 10:55:12 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i749tBRi054844; Wed, 4 Aug 2004 10:55:11 +0100 (BST) (envelope-from matthew) Date: Wed, 4 Aug 2004 10:55:11 +0100 From: Matthew Seaman To: Srot BULL Message-ID: <20040804095511.GA54595@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Srot BULL , FreeBSD-questions References: <41109ABF.4090904@me.point.ne.jp> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <41109ABF.4090904@me.point.ne.jp> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Wed, 04 Aug 2004 10:55:13 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: FreeBSD-questions Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 09:55:30 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 04, 2004 at 05:13:51PM +0900, Srot BULL wrote: > I have been seeing these logs since I started using my firewall but=20 > since I am not having problems in my incoming-outgoing emails and access= =20 > to websites I did not bother to change anything...But, Looking at my=20 > firewall logs and seeing the same things just woke up my curiousity and= =20 > wondered if anybody can enlighten me on what is happening... >=20 > Below are some of the information that I have copied from my=20 > /var/log/security and pasted here: >=20 > Aug 4 10:57:26 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49312=20 > 130.89.175.51:80 out via bge0 > Aug 4 11:00:49 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49312=20 > 130.89.175.51:80 out via bge0 > Aug 4 11:33:45 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49352=20 > 69.55.225.12:80 out via bge0 > Aug 4 11:34:10 r40e last message repeated 5 times > Aug 4 11:36:16 r40e last message repeated 3 times > Aug 4 11:40:32 r40e last message repeated 4 times > Aug 4 12:21:10 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49364=20 > 195.92.249.252:80 out via bge0 > Aug 4 12:21:41 r40e last message repeated 6 times > Aug 4 12:22:55 r40e last message repeated 2 times > Aug 4 12:27:11 r40e last message repeated 4 times > Aug 4 13:24:14 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49386=20 > 216.136.204.21:80 out via bge0 > Aug 4 13:24:34 r40e last message repeated 5 times > Aug 4 13:26:26 r40e last message repeated 3 times > Aug 4 13:30:42 r40e last message repeated 4 times > Aug 4 15:04:19 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49456=20 > 210.188.175.94:110 out via bge0 > Aug 4 15:04:46 r40e last message repeated 7 times > Aug 4 15:06:04 r40e last message repeated 2 times > Aug 4 15:08:38 r40e last message repeated 3 times > Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49487=20 > 164.46.152.13:110 out via bge0 > Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49486=20 > 164.46.152.13:110 out via bge0 > Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49487=20 > 164.46.152.13:110 out via bge0 > Aug 4 15:44:42 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49504=20 > 205.180.85.140:80 out via bge0 > Aug 4 15:45:15 r40e last message repeated 6 times > Aug 4 15:46:44 r40e last message repeated 2 times > Aug 4 15:51:00 r40e last message repeated 4 times >=20 > This is found in my /etc/ipfw.rules > ### Allow out non-secure standard www function ### > $CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state >=20 > ### Allow out send & get email function ### > $CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state > $CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state >=20 > ### deny and log everything else that's trying to get out. ### > ### This rule enforces the block all by default logic. ### > $CMD 00299 deny log all from any to any out via $IFN Hmmm... Looks weird, doesn't it: your firewall is denying packets going out of your machine to various internet web or pop3 servers. But network access still works fine. What's happening it this: there's some sort of delay between your system and the remote system which means that the exchange of FIN packets to close down the connection takes so long that the stateful rule times out in the mean time. There is such a delay built into the TCP protocols in order to maximise the chances for any packets that have got a bit lost in transit to finally make it to their destinations. If you look at your netstat(1) output after a session of web browsing you'll probably see a number of connections apparently stuck in the 'CLOSING' or 'FIN_WAIT' or similar state -- I'd have to look up the details to be sure exactly which. Now, since this only occurs after you've decided to shut down the connection, it's not a disaster. Unless it's happening to a ridiculous extent, you can probably just ignore it: eventually the networking code will timeout the connection and tidy everything up. On the other hand, and particularly if you're running a busy server and can't afford to have mouldering old connections taking up kernel resources, there are various things you can try. There are several sysctls you can play with to ameliorate things. Look at the tuning(7) man page, particularly the sections on the following sysctls: net.inet.tcp.always_keepalive net.inet.tcp.delayed_ack You might also want to fiddle with some of the net.inet.ip.fw.dyn_*_lifetime timers, but such things are not recommended for novices to play with -- get the numbers wrong and you can end up with a system that can't talk over the network reliably. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBELJ/iD657aJF7eIRAmhzAJwLeVhyRC5hUajAWnur4eoK99cvbACgjZXm BUH7KaP2ak5yBFTmfmgjH/Y= =gmTd -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:56:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43F0616A4CE for ; Wed, 4 Aug 2004 09:56:28 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5161A43D46 for ; Wed, 4 Aug 2004 09:56:27 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id i749wGah041753; Wed, 4 Aug 2004 11:58:16 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id i749wGfO041752; Wed, 4 Aug 2004 11:58:16 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Wed, 4 Aug 2004 11:58:16 +0200 From: Ruben de Groot To: Joshua Tinnin Message-ID: <20040804095816.GA40948@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Joshua Tinnin , FreeBSD-questions References: <200408032116.17573.krinklyfig@spymac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408032116.17573.krinklyfig@spymac.com> User-Agent: Mutt/1.4.2.1i cc: FreeBSD-questions Subject: Re: Restarting swatch when log turns over? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 09:56:28 -0000 On Tue, Aug 03, 2004 at 09:16:17PM -0700, Joshua Tinnin typed: > I hope this isn't too OT ... > > How would I restart swatch when a log turns over? As of now, when a log turns > over, swatch continues running but doesn't read the new log. I thought maybe > I could use > > watchfor /newsyslog/ > exec killall -HUP swatch > > in .swatchrc to match the newsyslog string, but when I try the command there > is no process matching swatch (it's running), and I don't know how to > reference the PID in such a situation (and use kill -HUP instead). Or does > swatch need to be restarted in this situation? Or maybe should newsyslog be > told to restart swatch (not sure how to do this)? I've read through the man > pages and searched the mailing list archives, and am not turning up > anything ... You can specify these in newsyslog.conf, see newsyslog(8) : path_to_pid_file This optional field specifies the file name to read to find the daemon process id, or to find a process group id if the U flag was specified. If this field is present, a signal_number is sent the process id contained in this file. If this field is not present, then a SIGHUP signal will be sent to syslogd(8), unless the N flag has been specified. This field must start with "/" in order to be recognized properly. signal_number This optional field specifies the signal number that will be sent to the daemon process (or to all processes in a process group, if the U flag was specified). If this field is not present, then a SIGHUP signal will be sent. gr, Ruben From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:57:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E380116A4CF for ; Wed, 4 Aug 2004 09:57:51 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F18F43D55 for ; Wed, 4 Aug 2004 09:57:51 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id i749xfah041779; Wed, 4 Aug 2004 11:59:41 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id i749xe9x041778; Wed, 4 Aug 2004 11:59:40 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Wed, 4 Aug 2004 11:59:40 +0200 From: Ruben de Groot To: Livhu Tshisikule Message-ID: <20040804095940.GB40948@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Livhu Tshisikule , freebsd-questions@freebsd.org References: <200408041049.26858.livhu.tshisikule@telkomsa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408041049.26858.livhu.tshisikule@telkomsa.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Mirror hard disk using dd. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 09:57:52 -0000 On Wed, Aug 04, 2004 at 10:49:26AM +0200, Livhu Tshisikule typed: > Hi, > > I installed a second harddisk on my FBSD 5.2.1 box and then use dd if=/dev/ado > of=/dev/ad1. I later removed my first disk so that I can test the second > disk. After booting it goes to single user mode and then I used fsck -y > command. I then mounted the /usr only to find that id did not copy everything > from the first disk. > > 1. I want to make an exact copy of the first disk, how can I do that. > 2. Later I want to copy what has changed to disk2 once a day. use dump(8) and restore(8) From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 11:21:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54F716A4CE for ; Wed, 4 Aug 2004 11:21:07 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8007043D5A for ; Wed, 4 Aug 2004 11:21:07 +0000 (GMT) (envelope-from david.fleck@mchsi.com) Received: from grond (12-216-10-157.client.mchsi.com[12.216.10.157]) by sccmmhc92.asp.att.net (sccmmhc92) with SMTP id <20040804112106m92007vooce>; Wed, 4 Aug 2004 11:21:06 +0000 Date: Wed, 4 Aug 2004 06:21:04 -0500 (CDT) From: David Fleck Sender: dcf@grond.sourballs.org To: Gerard Seibert In-Reply-To: Message-ID: <20040804061822.O275@grond.sourballs.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions Subject: Re: Acquiring CPAN Modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 11:21:07 -0000 On Tue, 3 Aug 2004, Gerard Seibert wrote: > Does anyone have any suggestions, or is using CPAN the only way to get Perl > modules installed? Matthew Seaman has already addressed your question - I will just add that you might want to mention which modules you need that aren't in ports, so that possibly some kind soul might get around to porting them (or you could even become inspired to add them yourself). -- David Fleck david.fleck@mchsi.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 11:31:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D2BC16A4CE for ; Wed, 4 Aug 2004 11:31:19 +0000 (GMT) Received: from mta1p.point.ne.jp (mta1.point.ne.jp [210.188.175.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F9D843D60 for ; Wed, 4 Aug 2004 11:31:18 +0000 (GMT) (envelope-from pwd8jmr22w@me.point.ne.jp) Received: from vc5.point.ne.jp ([211.1.103.132]) by mta1p.point.ne.jp with ESMTP id <20040804113116.XNBS2195.mta1p@vc5.point.ne.jp>; Wed, 4 Aug 2004 20:31:16 +0900 Received: from fvc1-p.point.ne.jp (fvc1.point.ne.jp [210.188.175.76]) by vc5.point.ne.jp (Scanmail) with ESMTP id 27FF92EFC2; Wed, 4 Aug 2004 20:31:16 +0900 (JST) Received: from [192.168.0.2] ([210.141.251.247]) by fvc1-p.point.ne.jp with ESMTP id <20040804113115.WPBL13867.fvc1-p@[210.141.251.247]>; Wed, 4 Aug 2004 20:31:15 +0900 Message-ID: <4110C905.4080108@me.point.ne.jp> Date: Wed, 04 Aug 2004 20:31:17 +0900 From: Srot BULL User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040801) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas References: <41109ABF.4090904@me.point.ne.jp> <20040804103848.GA31620@orion.daedalusnetworks.priv> In-Reply-To: <20040804103848.GA31620@orion.daedalusnetworks.priv> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pwd8jmr22w@me.point.ne.jp List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 11:31:19 -0000 > On 2004-08-04 17:13, Srot BULL wrote: >>This is found in my /etc/ipfw.rules >>### Allow out non-secure standard www function ### >>$CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state >>### Allow out send & get email function ### >>$CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state >>$CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state >>### deny and log everything else that's trying to get out. ### >>### This rule enforces the block all by default logic. ### >>$CMD 00299 deny log all from any to any out via $IFN > >>Why are the above firewall logs telling me that it has denied my TCP >>packets and yet I am not experiencing some problems in my emails and >>access to the internet through port 80. [...] > > Giorgos Keramidas wrote: > Show us the full ruleset. Otherwise we're just guessing... > My apologies, below is my complete ruleset: # Flush out EVERYTHING first before starting ipfw -q -f flush # Set rules command prefix CMD="ipfw -q add" IFN="rl0" # No restrictions on Loopback Interface # $CMD 00010 allow all from any to any via lo0 #* Allow the packet through if it has previous been added to the *# #* the "dynamic" rules table by a allow keep-state statement. *# $CMD 00015 check-state #* Interface facing Public internet (Outbound Section) *# #* Interrogate session start requests originating from behind the *# #* firewall on the private network or from this gateway server *# #* destine for the public internet. *# #*** Temporary OPENINGS ***# $CMD 00099 allow tcp from any to any 6088 out via $IFN setup keep-state #* Allow out access to ISP's DNS. *# $CMD 00110 allow tcp from any to x.x.x.x 53 out via $IFN setup keep-state $CMD 00111 allow udp from any to x.x.x.x 53 out via $IFN keep-state $CMD 00112 allow tcp from any to x.x.x.x 53 out via $IFN setup keep-state $CMD 00113 allow udp from any to x.x.x.x 53 out via $IFN keep-state $CMD 00114 allow tcp from any to x.x.x.x 53 out via $IFN setup keep-state $CMD 00115 allow udp from any to x.x.x.x 53 out via $IFN keep-state #* Allow out access to my ISP's DHCP server for cable/DSL configurations. *# $CMD 00120 allow udp from any to x.x.x.x 67 out via $IFN keep-state #* Allow out non-secure standard www function *# $CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state #* Allow out connection for my Dictionary *# $CMD 00201 allow tcp from any to any 2628 out via $IFN setup keep-state #* Allow out connection for MSN Protocol *# $CMD 00202 allow tcp from any to any 1863 out via $IFN setup keep-state $CMD 00203 allow udp from any to any 1863 out via $IFN setup keep-state #* Allow out secure www function https over TLS SSL *# $CMD 00220 allow tcp from any to any 443 out via $IFN setup keep-state #* Allow out SEND & GET email function *# $CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state $CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state #* Allow out FBSD (make install & CVSUP) functions *# #* Basically give user root "GOD" privileges. *# $CMD 00240 allow tcp from me to any out via $IFN setup keep-state uid root # Allow out ping *# $CMD 00250 allow icmp from any to any out via $IFN keep-state #* Allow out Time *# $CMD 00260 allow tcp from any to any 37 out via $IFN setup keep-state #* Allow out nntp news (IE: news groups) *# $CMD 00270 allow tcp from any to any 119 out via $IFN setup keep-state #* Allow out secure FTP, Telnet, and SCP *# #* This function is using SSH (secure shell) $CMD 00280 allow tcp from any to any 22 out via $IFN setup keep-state #* Allow out whois *# $CMD 00290 allow tcp from any to any 43 out via $IFN setup keep-state #* DENY and LOG everything else thats trying to get out. *# #* This rule enforces the block all by default logic. *# $CMD 00299 deny log all from any to any out via $IFN #* Interface facing Public internet (Inbound Section) *# #* Interrogate packets originating from the public internet *# #* destine for this gateway server or the private network. *# #* Deny all inbound traffic from non-routable reserved address spaces *# #RFC 1918 private IP# $CMD 00300 deny all from 192.168.0.0/16 to any in via $IFN #RFC 1918 private IP# $CMD 00301 deny all from 172.16.0.0/12 to any in via $IFN #RFC 1918 private IP# $CMD 00302 deny all from 10.0.0.0/8 to any in via $IFN #loopback# $CMD 00303 deny all from 127.0.0.0/8 to any in via $IFN #loopback# $CMD 00304 deny all from 0.0.0.0/8 to any in via $IFN $CMD 00305 deny all from 169.254.0.0/16 to any in via $IFN #DHCP auto-config# $CMD 00306 deny all from 192.0.2.0/24 to any in via $IFN #reserved for doc's# $CMD 00307 deny all from 204.152.64.0/23 to any in via $IFN #Class D & E multicast# $CMD 00308 deny all from 224.0.0.0/3 to any in via $IFN #* Deny public pings *# $CMD 00310 deny icmp from any to any in via $IFN #* Deny ident *# $CMD 00315 deny tcp from any to any in via $IFN #* Deny all Netbios service. 137=name, 138=datagram, 139=session *# #* Netbios is MS/Windows sharing services. *# #* Block MS/Windows hosts2 name server requests 81 *# $CMD 00320 deny tcp from any to any 137 in via $IFN $CMD 00321 deny tcp from any to any 138 in via $IFN $CMD 00322 deny tcp from any to any 139 in via $IFN $CMD 00323 deny tcp from any to any 81 in via $IFN #* Deny any late arriving packets *# $CMD 00330 deny all from any to any frag in via $IFN #* Deny ACK packets that did not match the dynamic rule table *# $CMD 00332 deny tcp from any to any established in via $IFN #* Allow traffic in from ISP's DHCP server. *# #* Only necessary for cable or DSL configurations. *# $CMD 00360 allow udp from any to x.x.x.x 67 in via $IFN keep-state #* Allow in standard www function because Apache Server *# #$CMD 00400 allow tcp from any to me 80 in via $IFN setup limit src-addr 2 #* Allow in secure FTP, Telnet, and SCP from public Internet *# #$CMD 00410 allow tcp from any to me 22 in via $IFN setup limit src-addr 2 # Allow in non-secure Telnet session from public Internet *# # labeled non-secure because ID & PW are passed over public *# # internet as clear text. *# #$CMD 00420 allow tcp from any to me 23 in via $IFN setup limit src-addr 2 #* Reject & Log all incoming connections from the outside *# $CMD 00499 deny log all from any to any in via $IFN # Everything else is denied by default # DENY and LOG all packets that fell through to see what they are $CMD 00999 deny log all from any to any My basis for my rulesets are taken from: http://freebsd.a1poweruser.com:6088/FBSD_firewall/ If you find anything wrong with my rulesets please do comment...only if you do not mind... Thanks, Srot BULL From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 11:37:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E49C716A4CF for ; Wed, 4 Aug 2004 11:37:06 +0000 (GMT) Received: from web20703.mail.yahoo.com (web20703.mail.yahoo.com [216.136.227.95]) by mx1.FreeBSD.org (Postfix) with SMTP id C22A943D58 for ; Wed, 4 Aug 2004 11:37:06 +0000 (GMT) (envelope-from david19702004@yahoo.com) Message-ID: <20040804113706.52638.qmail@web20703.mail.yahoo.com> Received: from [219.93.49.33] by web20703.mail.yahoo.com via HTTP; Wed, 04 Aug 2004 04:37:06 PDT Date: Wed, 4 Aug 2004 04:37:06 -0700 (PDT) From: david me To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: PRINTING... Sure I'm lost somewhere X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 11:37:07 -0000 Hi. I lost my way... FreeBSD 4.9 updated via cvs/makeworld/etc to latest ENGREL_4. Installed CUPS+GHOSTSCRIPT+etc via ports. All seems okay. Modified /usr/local/etc/cups/cups.conf to accept my calling via web interfance (http://xxx.xxx.xxx.xxx:631) All it's okay... ..but... Yes there is a 'but'! Where is my Parallel Port ? I mean, I'm inside of CUPS admin web page. It's time to setup a printer. I choice name, etc... But when CUPS give me choice of the ports... there are everyone but the printer port! Maybe the kernel did not loaded ! I do a : 'dmesg | grep lpt0' and it return : lpt0: on ppbus0 lpt0: Interrupt-driver port Then I do : lptcontrol -e -d /dev/lpt0 but it return me : lptcontrol: open: device busy Am I mistaking something ? Thanks David __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 11:47:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 168A716A4CE for ; Wed, 4 Aug 2004 11:47:03 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E598443D5D for ; Wed, 4 Aug 2004 11:47:02 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id C56EE69A71; Wed, 4 Aug 2004 07:47:01 -0400 (EDT) Date: Wed, 4 Aug 2004 07:47:00 -0400 From: Bill Moran To: "Venkat, Narayan" Message-Id: <20040804074700.25da3306.wmoran@potentialtech.com> In-Reply-To: <8DA88779B08E9245800C5CE538B6739D03508ED4@svlexc04.corp.netapp.com> References: <8DA88779B08E9245800C5CE538B6739D03508ED4@svlexc04.corp.netapp.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.org Subject: Re: RBAC in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 11:47:03 -0000 "Venkat, Narayan" wrote: > Hi, > > What Role Based Access Control capabilities are there in FreeBSD? In addition to standard Unix permissions: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mac.html -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 11:50:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29C3516A4CE for ; Wed, 4 Aug 2004 11:50:41 +0000 (GMT) Received: from mta5p.point.ne.jp (mta5.point.ne.jp [210.188.175.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4285443D5A for ; Wed, 4 Aug 2004 11:50:40 +0000 (GMT) (envelope-from pwd8jmr22w@me.point.ne.jp) Received: from vc3.point.ne.jp ([211.1.103.130]) by mta5p.point.ne.jp with ESMTP id <20040804115038.OYRD350.mta5p@vc3.point.ne.jp>; Wed, 4 Aug 2004 20:50:38 +0900 Received: from fvc1-p.point.ne.jp (fvc1.point.ne.jp [210.188.175.76]) by vc3.point.ne.jp (Scanmail) with ESMTP id ADB0D2EFD7; Wed, 4 Aug 2004 20:50:33 +0900 (JST) Received: from [192.168.0.2] ([210.141.251.247]) by fvc1-p.point.ne.jp with ESMTP id <20040804114945.WRCE13867.fvc1-p@[210.141.251.247]>; Wed, 4 Aug 2004 20:49:45 +0900 Message-ID: <4110CD5A.6090207@me.point.ne.jp> Date: Wed, 04 Aug 2004 20:49:46 +0900 From: Srot BULL User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040801) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman References: <41109ABF.4090904@me.point.ne.jp> <20040804095511.GA54595@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040804095511.GA54595@happy-idiot-talk.infracaninophile.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pwd8jmr22w@me.point.ne.jp List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 11:50:41 -0000 > On Wed, Aug 04, 2004 at 05:13:51PM +0900, Srot BULL wrote: >>I have been seeing these logs since I started using my firewall but >>since I am not having problems in my incoming-outgoing emails and access >>to websites I did not bother to change anything...But, Looking at my >>firewall logs and seeing the same things just woke up my curiousity and >>wondered if anybody can enlighten me on what is happening... >> >>Below are some of the information that I have copied from my >>/var/log/security and pasted here: >> Aug 4 10:57:26 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49312 >>130.89.175.51:80 out via bge0 >> Aug 4 11:00:49 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49312 >>130.89.175.51:80 out via bge0 >> Aug 4 11:33:45 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49352 >>69.55.225.12:80 out via bge0 >> Aug 4 11:34:10 r40e last message repeated 5 times >> Aug 4 11:36:16 r40e last message repeated 3 times >> Aug 4 11:40:32 r40e last message repeated 4 times >> Aug 4 12:21:10 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49364 >>195.92.249.252:80 out via bge0 >> Aug 4 12:21:41 r40e last message repeated 6 times >> Aug 4 12:22:55 r40e last message repeated 2 times >> Aug 4 12:27:11 r40e last message repeated 4 times >> Aug 4 13:24:14 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49386 >>216.136.204.21:80 out via bge0 >> Aug 4 13:24:34 r40e last message repeated 5 times >> Aug 4 13:26:26 r40e last message repeated 3 times >> Aug 4 13:30:42 r40e last message repeated 4 times >> Aug 4 15:04:19 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49456 >>210.188.175.94:110 out via bge0 >> Aug 4 15:04:46 r40e last message repeated 7 times >> Aug 4 15:06:04 r40e last message repeated 2 times >> Aug 4 15:08:38 r40e last message repeated 3 times >> Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49487 >>164.46.152.13:110 out via bge0 >> Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49486 >>164.46.152.13:110 out via bge0 >> Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49487 >>164.46.152.13:110 out via bge0 >> Aug 4 15:44:42 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49504 >>205.180.85.140:80 out via bge0 >> Aug 4 15:45:15 r40e last message repeated 6 times >> Aug 4 15:46:44 r40e last message repeated 2 times >> Aug 4 15:51:00 r40e last message repeated 4 times >>This is found in my /etc/ipfw.rules >>### Allow out non-secure standard www function ### >>$CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state >>### Allow out send & get email function ### >>$CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state >>$CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state >>### deny and log everything else that's trying to get out. ### >>### This rule enforces the block all by default logic. ### >>$CMD 00299 deny log all from any to any out via $IFN > Matthew Seaman wrote: > Hmmm... Looks weird, doesn't it: your firewall is denying packets > going out of your machine to various internet web or pop3 servers. > But network access still works fine. > What's happening it this: there's some sort of delay between your > system and the remote system which means that the exchange of FIN > packets to close down the connection takes so long that the stateful > rule times out in the mean time. There is such a delay built into the > TCP protocols in order to maximise the chances for any packets that > have got a bit lost in transit to finally make it to their > destinations. > If you look at your netstat(1) output after a session of web browsing > you'll probably see a number of connections apparently stuck in the > 'CLOSING' or 'FIN_WAIT' or similar state -- I'd have to look up the > details to be sure exactly which. > Now, since this only occurs after you've decided to shut down the > connection, it's not a disaster. Unless it's happening to a > ridiculous extent, you can probably just ignore it: eventually the > networking code will timeout the connection and tidy everything up. > On the other hand, and particularly if you're running a busy server > and can't afford to have mouldering old connections taking up kernel > resources, there are various things you can try. There are several > sysctls you can play with to ameliorate things. Look at the tuning(7) > man page, particularly the sections on the following sysctls: > > net.inet.tcp.always_keepalive > > net.inet.tcp.delayed_ack > > You might also want to fiddle with some of the > net.inet.ip.fw.dyn_*_lifetime timers, but such things are not > recommended for novices to play with -- get the numbers wrong and you > can end up with a system that can't talk over the network reliably. > Hi, Thank you for your explanation, I will try to go on again on what your trying to explain to me...Frankly speaking I am not that knowledgeable in networking...but I am trying my best to learn... If it is not going to bite me that maybe I should let things be...Just to be on the safe side...Of course, I will take a look again on the tuning manpage... I posted this email because, I was worried that something big is wrong with my settings... I have a laptop in the office and a desktop in my apartment that has almost identical settings from my X Window Systems to my firewall rulesets... As long as there are no major problems I leave things for now...and maybe someday I will be able to create a more suitable ruleset for my systems... Once again thank you very much... Have a nice day to all of you... Srot BULL From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 12:05:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A94CF16A4CF for ; Wed, 4 Aug 2004 12:05:37 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F4F43D53 for ; Wed, 4 Aug 2004 12:05:32 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i74C5R0Q015048; Wed, 4 Aug 2004 15:05:29 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i74B6BBv004463; Wed, 4 Aug 2004 14:06:11 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i74B691v004462; Wed, 4 Aug 2004 14:06:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 4 Aug 2004 14:06:09 +0300 From: Giorgos Keramidas To: Srot BULL Message-ID: <20040804110609.GA4366@orion.daedalusnetworks.priv> References: <41109ABF.4090904@me.point.ne.jp> <20040804103848.GA31620@orion.daedalusnetworks.priv> <4110C905.4080108@me.point.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4110C905.4080108@me.point.ne.jp> cc: freebsd-questions@freebsd.org Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 12:05:37 -0000 On 2004-08-04 20:31, Srot BULL wrote: >>On 2004-08-04 17:13, Srot BULL wrote: >>>Why are the above firewall logs telling me that it has denied my TCP >>>packets and yet I am not experiencing some problems in my emails and >>>access to the internet through port 80. [...] >> >> Giorgos Keramidas wrote: >> Show us the full ruleset. Otherwise we're just guessing... > # Flush out EVERYTHING first before starting > ipfw -q -f flush > CMD="ipfw -q add" > IFN="rl0" > $CMD 00010 allow all from any to any via lo0 > $CMD 00015 check-state > $CMD 00099 allow tcp from any to any 6088 out via $IFN setup keep-state > $CMD 00110 allow tcp from any to x.x.x.x 53 out via $IFN setup keep-state > $CMD 00111 allow udp from any to x.x.x.x 53 out via $IFN keep-state > $CMD 00112 allow tcp from any to x.x.x.x 53 out via $IFN setup keep-state > $CMD 00113 allow udp from any to x.x.x.x 53 out via $IFN keep-state > $CMD 00114 allow tcp from any to x.x.x.x 53 out via $IFN setup keep-state > $CMD 00115 allow udp from any to x.x.x.x 53 out via $IFN keep-state > $CMD 00120 allow udp from any to x.x.x.x 67 out via $IFN keep-state > $CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state > $CMD 00201 allow tcp from any to any 2628 out via $IFN setup keep-state > $CMD 00202 allow tcp from any to any 1863 out via $IFN setup keep-state > $CMD 00203 allow udp from any to any 1863 out via $IFN setup keep-state > $CMD 00220 allow tcp from any to any 443 out via $IFN setup keep-state > $CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state > $CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state > $CMD 00240 allow tcp from me to any out via $IFN setup keep-state uid root Hmm. I'm not sure if this is a good idea, but it's unrelated to the denied packets you're seeing :-/ > $CMD 00250 allow icmp from any to any out via $IFN keep-state > $CMD 00260 allow tcp from any to any 37 out via $IFN setup keep-state > $CMD 00270 allow tcp from any to any 119 out via $IFN setup keep-state > $CMD 00280 allow tcp from any to any 22 out via $IFN setup keep-state > $CMD 00290 allow tcp from any to any 43 out via $IFN setup keep-state > $CMD 00299 deny log all from any to any out via $IFN > $CMD 00300 deny all from 192.168.0.0/16 to any in via $IFN > $CMD 00301 deny all from 172.16.0.0/12 to any in via $IFN > $CMD 00302 deny all from 10.0.0.0/8 to any in via $IFN You might want to also deny incoming packets from these addresses, or fall back to the default firewall rule -- whatever that rule is ("deny log all" in your case). > $CMD 00305 deny all from 169.254.0.0/16 to any in via $IFN Hmmm, what is this address block supposed to be here for? > #reserved for doc's# > $CMD 00307 deny all from 204.152.64.0/23 to any in via $IFN And this one? > #* Deny ident *# > $CMD 00315 deny tcp from any to any in via $IFN A better approach that will avoid forcing everyone to wait until their connections times out is to reply with an RST packet, which is the standard way TCP would reply if no auth/ident service was running at all. > #* Deny any late arriving packets *# > $CMD 00330 deny all from any to any frag in via $IFN Fragments are not late-arriving packets ;-) > #* Reject & Log all incoming connections from the outside *# > $CMD 00499 deny log all from any to any in via $IFN This one is redundant, since it will only do the same as the one below: > # Everything else is denied by default > # DENY and LOG all packets that fell through to see what they are > $CMD 00999 deny log all from any to any > My basis for my rulesets are taken from: > http://freebsd.a1poweruser.com:6088/FBSD_firewall/ AFAIK, the author of the page is a reader of the list too. I can't find anything wrong with the syntax of your rules. The only weird thing I noticed were the two hard-wired address blocks I mentioned above. Perhaps the author of the initial ruleset can help you more ;) - Giorgos From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 12:31:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B87216A4CE for ; Wed, 4 Aug 2004 12:31:12 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB0E43D4C for ; Wed, 4 Aug 2004 12:31:11 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BsKvG-0002dU-00 for ; Wed, 04 Aug 2004 14:31:10 +0200 Received: from dsl092-076-225.bos1.dsl.speakeasy.net ([66.92.76.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Aug 2004 14:31:10 +0200 Received: from jdarnold by dsl092-076-225.bos1.dsl.speakeasy.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Aug 2004 14:31:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Jonathan Arnold Date: Wed, 04 Aug 2004 08:31:32 -0400 Lines: 29 Message-ID: References: <20040510213322.18ce0e1c.ubm@u-boot-man.de> 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: dsl092-076-225.bos1.dsl.speakeasy.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a3) Gecko/20040718 MultiZilla/1.6.4.0b X-Accept-Language: en-us, en, ja In-Reply-To: <20040510213322.18ce0e1c.ubm@u-boot-man.de> Sender: news Subject: Re: FreeBSD Perforce Repository X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 12:31:12 -0000 Marc UBM Bocklet wrote: (a long time ago!) > Can anybody enlighten me on how to access / browse the p4 repository? On > google I found two messages claiming that I could access / browse it via > perforce.freebsd.org, but that doesn't seem to work anymore. > > I installed p4(1) from ports, studied the man page and tried > "p4 perforce.freebsd.org" and "p4 -H perforce.freebsd.org", but that did > not work either, it fails with: Perforce is a tricky beast, and you need to set up P4PORT. You can also just browse it via the web: http://perforce.freebsd.org That worked for me this morning. P4PORT needs to be set to 'perforce.freebsd.org:1666'. And then you need to set up a client view for the project you are interested, which would look something like: //depot/projects/kgi4bsd/... //clientdir/... See the quick start doc on Perforce.com for more info. And I don't see the kgi4bsd project on the FreeBSD depot either. -- Jonathan Arnold (mailto:jdarnold@buddydog.org) Daemon Dancing in the Dark, a FreeBSD weblog: http://freebsd.amazingdev.com/blog/ From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 12:37:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC04116A4CE for ; Wed, 4 Aug 2004 12:37:55 +0000 (GMT) Received: from destiny.chrononomicon.com (mail.chrononomicon.com [65.193.73.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61B0343D54 for ; Wed, 4 Aug 2004 12:37:55 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [IPv6:::1] (destiny.chrononomicon.com [192.168.1.42]) by destiny.chrononomicon.com (Postfix) with ESMTP id E9D2A1FE26 for ; Wed, 4 Aug 2004 08:37:48 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <20040804100959.E23192@chylonia.3miasto.net> References: <20040804100300.3af0d4fb@bofh.spyderweb.com.au> <1054.217.162.71.141.1091601928.squirrel@217.162.71.141> <20040804100959.E23192@chylonia.3miasto.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <16E44025-E613-11D8-8831-000A956D2452@chrononomicon.com> Content-Transfer-Encoding: 7bit From: Bart Silverstrim Date: Wed, 4 Aug 2004 08:37:47 -0400 To: freebsd-questions Questions X-Mailer: Apple Mail (2.618) Subject: Re: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 12:37:56 -0000 On Aug 4, 2004, at 4:11 AM, Wojciech Puchar wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > >> we are currently developing a small program/service for our customers >> exactly for this purpose. >> >> To just backup the data to a remote server is very easy, even on >> Windows: >> Use cygwin. It comes together with rsync and ssh. I recommend you use >> rsync since it is the most effective AFAIK and the transfer is safe >> (not >> unimportant to law companies). Then you could run a nightly task to >> backup >> the data. > > what is unsafe of rsh for example if network through which is going the > traffic is under your control? > > ssh is SLOW. Howso? Using rsync with SSH wrapper allows you to not only alter only files that have been altered but as I understand it rsync will only copy changes within files over to the remote site. SSH can be used to compress the transfer in addition to (of course) encrypting the connection and transfer, and it can be partially automated to allow login without passwords if you save the generated public key... For the information supplied about what the customer would like done, using the SSH with Rsync may be ideal for low cost and reliable backups to a remote site. -Bart From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 20:25:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7345D16A4CE for ; Tue, 3 Aug 2004 20:25:31 +0000 (GMT) Received: from smtp.telmex.com (nlcproxy10.telmex.com [148.235.53.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305E743D5F for ; Tue, 3 Aug 2004 20:25:31 +0000 (GMT) (envelope-from mparedes@telmex.com) Received: from tmxmailsmtp2.ad.intranet.telmex.com (tmxmailsmtp1.telmex.com [148.223.155.51]) by smtp.telmex.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I1W0072S0LXZT@smtp.telmex.com>; Tue, 03 Aug 2004 15:22:49 -0500 (CDT) Received: from tmxmailmex3.ad.intranet.telmex.com ([10.106.1.35]) by tmxmailsmtp2.ad.intranet.telmex.com with Microsoft SMTPSVC(5.0.2195.6713) ; Tue, 03 Aug 2004 15:26:17 -0500 Received: from tmxmailhmo1.ad.intranet.telmex.com ([10.106.1.39]) by tmxmailmex3.ad.intranet.telmex.com with Microsoft SMTPSVC(5.0.2195.6713) ; Tue, 03 Aug 2004 14:28:02 -0600 Date: Tue, 03 Aug 2004 13:28:02 -0700 From: Paredes =?UNKNOWN?Q?S=E1nchez_Mart=EDn_A=2E?= To: "BSD." Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Content-class: urn:content-classes:message Thread-topic: The set-user-ID-on-execution Thread-index: AcR5l549d2ZyzuVAEdi7rwAJa7r2XQ== X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 03 Aug 2004 20:28:02.0818 (UTC) FILETIME=[60240620:01C47998] X-Mailman-Approved-At: Wed, 04 Aug 2004 12:58:24 +0000 Subject: The set-user-ID-on-execution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 20:25:31 -0000 Hi: I made a script (for tcsh shell) which add a printer to the system (made directories, files, security and made some validations) but need root access to accomplish this task. my solution was to setuid the scripts been root # chown root:admin-hmo *.tcsh # chmod u=3Dswrx,g=3Drx,o=3D *.tcsh # ls -l total 4 -rwsr-x--- 1 root admin-hmo 2024 Aug 3 04:07 impresora.tcsh -rwsr-x--- 1 root admin-hmo 275 Jul 30 02:26 seguridad.tcsh The first line of the script is #!/bin/tcsh -fb But when I run the script been other user I had problem with the permissions > impresora.tcsh oc81p8707 p1ct203 psct203 raw mkdir: /var/spool/lpd/oc81p8707: Permission denied touch: /var/spool/lpd/oc81p8707/filter-errors: No such file or directory touch: /var/spool/lpd/oc81p8707/accounting-file: No such file or directory /var/spool/lpd/oc81p8707/minfree: No such file or directory. did I miss something? maps *************************************************************************= *************************************************************************= ****************************** Con Prodigy Infinitum navega y habla al mismo tiempo sin ocupar tu = tel=E9fono por s=F3lo $349 al mes. Adem=E1s, al contratar ll=E9vate un = mes de renta gratis.=20 =BFQu=E9 esperas? Con=E9ctate 01 800 123 2222 o ven a tu Tienda Telmex. = Precio m=E1s I.V.A. http://www.hits.telmex.com/app/ad_Mgr/ad_mgrN.jsp?ad=3D157 Prodigy Infinitum la conexi=F3n m=E1s r=E1pida Asom@te a telmex.com http://www.telmex.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 13:05:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4661116A4CE for ; Wed, 4 Aug 2004 13:05:22 +0000 (GMT) Received: from adsl-136-23.38-151.net24.it (adsl-136-23.38-151.net24.it [151.38.23.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id D265A43D53 for ; Wed, 4 Aug 2004 13:05:21 +0000 (GMT) (envelope-from enrico.sirola@statpro.com) Received: from sirola02 (unknown [192.168.1.2]) by adsl-136-23.38-151.net24.it (Postfix) with ESMTP id DF42261E2; Wed, 4 Aug 2004 15:06:57 +0200 (CEST) To: freebsd-questions@freebsd.org From: sirola@fisica.unige.it Date: Wed, 04 Aug 2004 15:05:36 +0200 Message-ID: <87fz73jbof.fsf@statpro.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Q] poor network performance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sirola@fisica.unige.it List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 13:05:22 -0000 Hello, I have Dell PE1750 server with FreeBSD 4.10-RELEASE-p2 freshly installed. The server shows very low transfer rates with other hosts, but i can't see any error/strange data on interfaces/mbufs statistics. I tried scp on both interfaces and it's very slow (approx 100KBytes/s), while if it try to route back the response packets (acks) on the other interface it goes very fast (100MBytes/s). Swapping cables and configuration doesn't show any difference. The host is configured as follows: * two gigabit ethernets: seen as bge0 and bge1 bge0: flags=8843 mtu 1500 options=3 inet 192.168.2.3 netmask 0xffffff00 broadcast 192.168.2.255 inet6 fe80::20b:dbff:fe93:3b5a%bge0 prefixlen 64 scopeid 0x1 ether 00:0b:db:93:3b:5a media: Ethernet 100baseTX status: active bge1: flags=8843 mtu 1500 options=3 inet 192.168.3.3 netmask 0xffffff00 broadcast 192.168.3.255 inet6 fe80::20b:dbff:fe93:3b5b%bge1 prefixlen 64 scopeid 0x2 ether 00:0b:db:93:3b:5b media: Ethernet 100baseTX status: active bge1 has an alias to the host public ip address (not shown). * 1 GB RAM * sysctl.conf as follows: kern.ipc.somaxconn=1024 kern.ipc.shmmax=700000000 kern.ipc.shmall=524280 kern.ipc.shm_use_phys=1 * loader.conf as follows: kern.ipc.nmbclusters="32768" * routing is as follows: netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.3.1 UGSc 1 64 bge1 127.0.0.1 127.0.0.1 UH 1 2683 lo0 192.168.0 192.168.2.1 UGSc 6 2385 bge0 192.168.2 link#1 UC 2 0 bge0 192.168.2.1 00:01:02:24:da:2c UHLW 6 8029 bge0 972 192.168.2.3 00:0b:db:93:3b:5a UHLW 0 87 lo0 192.168.3 link#2 UC 2 0 bge1 192.168.3.1 00:05:1c:0b:26:b3 UHLW 2 6861 bge1 988 192.168.3.3 00:0b:db:93:3b:5b UHLW 0 17 lo0 link#2 UC 1 0 bge1 00:0b:db:93:3b:5b UHLW 0 6167 lo0 While transfering files, I see what (to me) seems a "normal" behavior with netstat -m 515/704/131072 mbufs in use (current/peak/max): 515 mbufs allocated to data 512/596/32768 mbuf clusters in use (current/peak/max) 1368 Kbytes allocated to network (1% of mb_map in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines This stuff is going to drive me crazy... Thanks in advance for your time / help, e. -- Enrico Sirola From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 13:09:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B89E16A4CE for ; Wed, 4 Aug 2004 13:09:27 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2109643D5A for ; Wed, 4 Aug 2004 13:09:27 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 244A169A87; Wed, 4 Aug 2004 09:09:26 -0400 (EDT) Date: Wed, 4 Aug 2004 09:09:25 -0400 From: Bill Moran To: Paredes =?ISO-8859-1?Q?S=E1nchez_Mart=EDn?= A. Message-Id: <20040804090925.0868e1e3.wmoran@potentialtech.com> In-Reply-To: References: Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable cc: FreeBSD-Questions@FreeBSD.org Subject: Re: The set-user-ID-on-execution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 13:09:27 -0000 Paredes S=E1nchez Mart=EDn A. wrote: >=20 > Hi: >=20 > I made a script (for tcsh shell) which add a printer to the system > (made directories, files, security and made some validations) but > need root access to accomplish this task. >=20 > my solution was to setuid the scripts been root >=20 > # chown root:admin-hmo *.tcsh > # chmod u=3Dswrx,g=3Drx,o=3D *.tcsh > # ls -l > total 4 > -rwsr-x--- 1 root admin-hmo 2024 Aug 3 04:07 impresora.tcsh > -rwsr-x--- 1 root admin-hmo 275 Jul 30 02:26 seguridad.tcsh >=20 > The first line of the script is #!/bin/tcsh -fb >=20 > But when I run the script been other user I had problem with > the permissions >=20 > > impresora.tcsh oc81p8707 p1ct203 psct203 raw > mkdir: /var/spool/lpd/oc81p8707: Permission denied > touch: /var/spool/lpd/oc81p8707/filter-errors: No such file or directory > touch: /var/spool/lpd/oc81p8707/accounting-file: No such file or > directory > /var/spool/lpd/oc81p8707/minfree: No such file or directory. >=20 > did I miss something? Yes. Scripts can't utilize setuid/setgid. You can rewrite the script in perl and use the setuid perl interpreter (which is basically a workaround for this) or install sudo and give the script the ability to call sudo before executing commands that require elevated priviledges. --=20 Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 13:47:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E2416A4CE for ; Wed, 4 Aug 2004 13:47:36 +0000 (GMT) Received: from smtpout03-04.mesa1.secureserver.net (smtpout03-04.mesa1.secureserver.net [64.202.165.74]) by mx1.FreeBSD.org (Postfix) with SMTP id 1F49743D49 for ; Wed, 4 Aug 2004 13:47:36 +0000 (GMT) (envelope-from Ara@Avvali.COM) Received: (qmail 14231 invoked from network); 4 Aug 2004 13:47:35 -0000 Received: from unknown (69.193.89.19) by smtpout03-04.mesa1.secureserver.net (64.202.165.74) with ESMTP; 04 Aug 2004 13:47:35 -0000 Message-ID: <4110E8F2.8000704@Avvali.COM> Date: Wed, 04 Aug 2004 09:47:30 -0400 From: Ara Avvali User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: automatic custom kernel configuration? is it possible? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 13:47:36 -0000 Hi sorry if this might sound lazy but I am wondering if there is any way or any program that reads your out put of dmesg and creates a kernel configuration file based on what generic kernel has found so I can use it to compile the new one which has only modules which I need In that case it makes sure I have enabled all my hardware and nothing is being added or removed by mistake I read somewhere that netbsd has something like adjust kernel Help is appreciated From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 13:49:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3860016A4CE for ; Wed, 4 Aug 2004 13:49:03 +0000 (GMT) Received: from mail.dti.supsi.ch (mail.dti.supsi.ch [193.5.153.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E77543D5C for ; Wed, 4 Aug 2004 13:49:02 +0000 (GMT) (envelope-from roberto.nunnari@supsi.ch) Received: from supsi.ch (pcm2027.dti.supsi.ch [193.5.152.27]) by mail.dti.supsi.ch (8.11.6/8.11.6) with ESMTP id i74Dn0K28278 for ; Wed, 4 Aug 2004 15:49:00 +0200 Message-ID: <4110E94D.2060803@supsi.ch> Date: Wed, 04 Aug 2004 15:49:01 +0200 From: Roberto Nunnari User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: strange kernel messages.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 13:49:03 -0000 Hello. Please send replies also to my mailbox, as I'm not on this list. Can anybody tell me what are these messages about? Are them just informational or do I have to worry? Aug 2 18:23:59 web kernel: lock order reversal Aug 2 18:23:59 web kernel: 1st 0xc07066e0 UMA lock (UMA lock) @ /usr/src/sys/vm/uma_core.c:1200 Aug 2 18:23:59 web kernel: 2nd 0xc0c31100 system map (system map) @ /usr/src/sys/vm/vm_map.c:2210 Aug 2 19:12:21 web kernel: lock order reversal Aug 2 19:12:21 web kernel: 1st 0xc8c1c39c vm object (vm object) @ /usr/src/sys/vm/swap_pager.c:1323 Aug 2 19:12:21 web kernel: 2nd 0xc0705b80 swap_pager swhash (swap_pager swhash) @ /usr/src/sys/vm/swap_pager.c:1838 Aug 2 19:12:21 web kernel: 3rd 0xc6853108 vm object (vm object) @ /usr/src/sys/vm/uma_core.c:873 They started showing up after last world upgrade web.dti.supsi.ch# uname -a FreeBSD web.dti.supsi.ch 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #2: Fri Jul 30 17:35:55 CEST 2004 root@:/usr/obj/usr/src/sys/WEB i386 Thank you. -- Roberto Nunnari -software engineer- mailto:roberto.nunnari@supsi.ch Scuola Universitaria Professionale della Svizzera Italiana Dipartimento Tecnologie Innovative http://www.dti.supsi.ch SUPSI-DTI Via Cantonale tel: +41-91-6108561 6928 Manno """ fax: +41-91-6108570 Switzerland (o o) =======================oOO==(_)==OOo======================== From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 13:54:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC80D16A4CE for ; Wed, 4 Aug 2004 13:54:39 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDAB443D5D for ; Wed, 4 Aug 2004 13:54:38 +0000 (GMT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 48A7D3FEF; Wed, 4 Aug 2004 15:54:37 +0200 (CEST) Date: Wed, 4 Aug 2004 15:54:37 +0200 From: Simon Barner To: Roberto Nunnari Message-ID: <20040804135437.GA22118@zi025.glhnet.mhn.de> References: <4110E94D.2060803@supsi.ch> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <4110E94D.2060803@supsi.ch> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new/sophie/sophos at mailrelay2.informatik.tu-muenchen.de cc: freebsd-questions@freebsd.org Subject: Re: strange kernel messages.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 13:54:39 -0000 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Roberto Nunnari wrote: > Hello. >=20 > Please send replies also to my mailbox, as I'm not on this list. >=20 > Can anybody tell me what are these messages about? Are them > just informational or do I have to worry? >=20 > Aug 2 18:23:59 web kernel: lock order reversal > Aug 2 18:23:59 web kernel: 1st 0xc07066e0 UMA lock (UMA lock) @=20 > /usr/src/sys/vm/uma_core.c:1200 > Aug 2 18:23:59 web kernel: 2nd 0xc0c31100 system map (system map) @=20 > /usr/src/sys/vm/vm_map.c:2210 > Aug 2 19:12:21 web kernel: lock order reversal > Aug 2 19:12:21 web kernel: 1st 0xc8c1c39c vm object (vm object) @=20 > /usr/src/sys/vm/swap_pager.c:1323 > Aug 2 19:12:21 web kernel: 2nd 0xc0705b80 swap_pager swhash (swap_pager= =20 > swhash) @ /usr/src/sys/vm/swap_pager.c:1838 > Aug 2 19:12:21 web kernel: 3rd 0xc6853108 vm object (vm object) @=20 > /usr/src/sys/vm/uma_core.c:873 This is a so-called lock order reversal (LOR). To learn more about LORs in general and specifically about the one you are seeing, please see here: http://sources.zabbadoz.net/freebsd/lor.html --> # 007 Simon --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBEOqcCkn+/eutqCoRAk3jAKC9Knf0w5PG9nvYc6v8dBqs6+GiFQCfVA/k uIB9aRf77nrz9URAC4P9QwA= =zTZy -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 14:22:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D31A216A4CE for ; Wed, 4 Aug 2004 14:22:49 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC00743D55 for ; Wed, 4 Aug 2004 14:22:47 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 88534 invoked by uid 1002); 4 Aug 2004 14:22:58 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 1.246742 secs); 04 Aug 2004 14:22:58 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 4 Aug 2004 14:22:56 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Wed, 4 Aug 2004 10:22:56 -0400 (EDT) Message-ID: <2169.209.167.16.15.1091629376.squirrel@209.167.16.15> Date: Wed, 4 Aug 2004 10:22:56 -0400 (EDT) From: "Steve Bertrand" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal References: In-Reply-To: Subject: Finding out what ran when... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 14:22:50 -0000 I have rrdtool plotting graphs for me for system performance, memory, cpu etc, and about 4:30 AM, my cpu utilization goes through the roof. I know this is amanda (backup) doing this as it runs at this time, but I am curious to know if there are any utilities that can *watch* the system at night and report what did what and when. Perhaps something that can report if something uses xx% of cpu, or xxMB of memory? Tks, Steve From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 14:43:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC55516A4CF for ; Wed, 4 Aug 2004 14:43:15 +0000 (GMT) Received: from mail.dti.supsi.ch (mail.dti.supsi.ch [193.5.153.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B4D43D2D for ; Wed, 4 Aug 2004 14:43:15 +0000 (GMT) (envelope-from roberto.nunnari@supsi.ch) Received: from supsi.ch (pcm2027.dti.supsi.ch [193.5.152.27]) by mail.dti.supsi.ch (8.11.6/8.11.6) with ESMTP id i74EhDK30498; Wed, 4 Aug 2004 16:43:13 +0200 Message-ID: <4110F602.8020809@supsi.ch> Date: Wed, 04 Aug 2004 16:43:14 +0200 From: Roberto Nunnari User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Simon Barner References: <4110E94D.2060803@supsi.ch> <20040804135437.GA22118@zi025.glhnet.mhn.de> In-Reply-To: <20040804135437.GA22118@zi025.glhnet.mhn.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: strange kernel messages.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 14:43:16 -0000 Thank you Simon. Simon Barner wrote: > Roberto Nunnari wrote: > >>Hello. >> >>Please send replies also to my mailbox, as I'm not on this list. >> >>Can anybody tell me what are these messages about? Are them >>just informational or do I have to worry? >> >>Aug 2 18:23:59 web kernel: lock order reversal >>Aug 2 18:23:59 web kernel: 1st 0xc07066e0 UMA lock (UMA lock) @ >>/usr/src/sys/vm/uma_core.c:1200 >>Aug 2 18:23:59 web kernel: 2nd 0xc0c31100 system map (system map) @ >>/usr/src/sys/vm/vm_map.c:2210 >>Aug 2 19:12:21 web kernel: lock order reversal >>Aug 2 19:12:21 web kernel: 1st 0xc8c1c39c vm object (vm object) @ >>/usr/src/sys/vm/swap_pager.c:1323 >>Aug 2 19:12:21 web kernel: 2nd 0xc0705b80 swap_pager swhash (swap_pager >>swhash) @ /usr/src/sys/vm/swap_pager.c:1838 >>Aug 2 19:12:21 web kernel: 3rd 0xc6853108 vm object (vm object) @ >>/usr/src/sys/vm/uma_core.c:873 > > > This is a so-called lock order reversal (LOR). To learn more about LORs > in general and specifically about the one you are seeing, please see > here: > > http://sources.zabbadoz.net/freebsd/lor.html --> # 007 > > Simon > -- Roberto Nunnari -software engineer- mailto:roberto.nunnari@supsi.ch Scuola Universitaria Professionale della Svizzera Italiana Dipartimento Tecnologie Innovative http://www.dti.supsi.ch SUPSI-DTI Via Cantonale tel: +41-91-6108561 6928 Manno """ fax: +41-91-6108570 Switzerland (o o) =======================oOO==(_)==OOo======================== From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 14:45:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED77516A4CE for ; Wed, 4 Aug 2004 14:45:46 +0000 (GMT) Received: from web41012.mail.yahoo.com (web41012.mail.yahoo.com [66.218.93.11]) by mx1.FreeBSD.org (Postfix) with SMTP id C9C9243D53 for ; Wed, 4 Aug 2004 14:45:46 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040804144536.59298.qmail@web41012.mail.yahoo.com> Received: from [141.76.1.122] by web41012.mail.yahoo.com via HTTP; Wed, 04 Aug 2004 07:45:36 PDT Date: Wed, 4 Aug 2004 07:45:36 -0700 (PDT) From: DK To: Mark Jayson Alvarez In-Reply-To: <20040801134722.57533.qmail@web51607.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 14:45:47 -0000 --- Mark Jayson Alvarez wrote: > I'm just curious: what version of Windows 2000 and/or > Partition Magic are you using? Because in my case > partition magic 8 didn't allow it to install itself in > Windows 2000 server. For Windows 2000 Server/Advanced Server - You will need "Server Magic"(Partition Magic for Servers). Kind Regards, DK __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 15:15:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF2216A4CE for ; Wed, 4 Aug 2004 15:15:17 +0000 (GMT) Received: from web41007.mail.yahoo.com (web41007.mail.yahoo.com [66.218.93.6]) by mx1.FreeBSD.org (Postfix) with SMTP id B5ABF43D48 for ; Wed, 4 Aug 2004 15:15:16 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040804151516.41150.qmail@web41007.mail.yahoo.com> Received: from [141.76.1.122] by web41007.mail.yahoo.com via HTTP; Wed, 04 Aug 2004 08:15:16 PDT Date: Wed, 4 Aug 2004 08:15:16 -0700 (PDT) From: DK To: Giorgos Keramidas In-Reply-To: <20040802093414.GA39066@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1392659796-1091632516=:39064" cc: freebsd-questions@freebsd.org Subject: Re: firewalls, connecting, config & apachetoolbox (was: Re: BigApache [..]) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 15:15:17 -0000 --0-1392659796-1091632516=:39064 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline Hi Giorgos et al, thanks for your patience. I have enclosed the output of dsmeg, ps, XF86Config if it helps in understanding why my system runs slower than W2000 & why I cannot connect to the net via my broadband connection. --- Giorgos Keramidas wrote: > Bearing this in mind you might, of course, find it a bit more reassuring to > run a firewall like IPFW. But this doesn't *require* a kernel recompile. > You can simply load the ipfw.ko module with kldload(8) and immediatelly > start setting up the rules of your firewall ruleset. As root, you can load > the ipfw module by: # kldload ipfw Thanks for that. I have ipfw loaded okay(I hope). After reading 14.8.3 from the handbook regarding IPFW, I was a little worried. "14.8.3 Enabling IPFW on FreeBSD As the main part of the IPFW system lives in the kernel, you will need to add one or more options to your kernel configuration file, depending on what facilities you want, and RECOMPILE your kernel." > The default set of firewall packet inspection rules that ipfw loads will > block *EVERYTHING* so you might want to do a bit of research on the > available rulesets by reading about rc.firewall, rc.conf and/or browse the > contents of the /etc/defaults/rc.conf file: If I understand it correctly after reading the handbook, if I add 'firewall_type=open' in my '/etc/rc.conf' file, will it make all incoming/outgoing ports open so I can connect to the net with sysinstall to download packages ??? > The "bad intepreter" error means that the `install.sh' script (most likely) > starts with a line like this: > Edit `install.sh' and replace `/bin/bash' with `/usr/local/bin/bash' if you > have bash installed. Legend. Got this script working now :)) ...Except...All modules seem to install okay Except for "mod_perl". I get the error: ----------------------- [-] 16) -Mod Perl 1.29 Choice [?] 16 LWP::UserAgent not installed! HTML::HeadParser not installed! Type "perl -MCPAN -e shell" to start the perl CPAN shell, then "install LWP::UserAgent" to install the LWP::UserAgent module! Substitute LWP::UserAgent for any perl module. ------------------------------ I don't understand what I am supposed to "substitute" (above) ??? Other problems(Doh!): 1) For automount, I edited /etc/fstab. It was easier & more logical than the editing amd(/etc/amd.conf & /etc/amd.map) Problem: There has to be a CD in the CD drive & a floppy in the floppy drive otherwise the drives don't automount & the bootup faulters !! - This is annoying. Is there a way around this so I can automount at bootup without a disk being in the drive ??? 2) I ran xf86config & generated a new config file. It broke X & I was not able to log in. Thankfully I saved a working one to floppy. Any suggestions as to what I can change in my XF86Config file(attached) so that all the hardware is being utilised & that the screen is being used fully instead of only 80% ??? ------------------------- My Monitor Specs(If this helps): viewsonic pf775 1600x1200 @ 77Hz 1280x1024 @ 90Hz 1024x768 @ 118Hz 800x600 @ 149Hz Frequency f h: 30~97kHz; f v: 50~180Hz --------------------------- 3) I tried to intstall the login client for my broadband connection so I can use sysinstall to download & install packages. The program fails on make & make install! Screen Output ------------------- 127# make install Makefile error: there is no COMMENT variable defined for this port. Please, rectify this. *** Error code 1 Stop in /usr/ports/distfiles/login. ------------------- Makefile ----------------------------- PORTNAME= login PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= http:// DISTNAME= login EXTRACT_SUFX= -2.0-unix-src.tar.gz GNU_CONFIGURE= yes USE_GMAKE= yes post-extract: $(CP) $(FILESDIR)/login.sh $(WRKSRC) .include ----------------------- Any suggestions as to what "COMMENT variable" it wants defined ??? 4) I am taking your advice & am trying to connect to the net with sysinstall so I can download packages/ports & hopefully find an easier way to install apps. However when I go through the steps to install a package & select a freebsd ftp site, at the end, a prompt comes up saying something like "cannot resolve ftp... name server, network needs to be configured..) ... or something like that Q: Do I need to get my broadband login client working to connect to the net OR can I login to my ISP from a terminal within BSD ??? Q: Do I need to login to my broadband ISP via my login client to enable "sysinstall" to be able to download packages etc ... ??? Q: Like tracert on W2000, is their a command I can use in BSD to see when I am connected to the net ??? Kind Regards, DK __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail --0-1392659796-1091632516=:39064 Content-Type: text/plain; name="XF86Config.new" Content-Description: XF86Config.new Content-Disposition: inline; filename="XF86Config.new" Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "VSC" ModelName "PF775" HorizSync 30-107 VertRefresh 50.0-100.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShowCache" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "Rotate" # [] #Option "VideoKey" # #Option "FlatPanel" # [] #Option "FPDither" # [] #Option "CrtcNumber" # Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "NV4 [RIVA TNT]" BusID "PCI:0:20:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection --0-1392659796-1091632516=:39064 Content-Type: text/plain; name="dmesg.txt" Content-Description: dmesg.txt Content-Disposition: inline; filename="dmesg.txt" Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.10-RELEASE #0: Tue May 25 22:47:12 GMT 2004 root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P54C (179.63-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf real memory = 134217728 (131072K bytes) avail memory = 125165568 (122232K bytes) Preloaded elf kernel "kernel" at 0xc0551000. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 rl0: port 0x6000-0x60ff mem 0xe2000000-0xe20000ff irq 11 at device 17.0 on pci0 rl0: Ethernet address: 00:e0:29:65:bb:23 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ahc0: port 0x6100-0x61ff mem 0xe2001000-0xe2001fff irq 9 at device 19.0 on pci0 aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs pci0: at 20.0 irq 9 orm0: