From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 00:10:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F4F16A41C for ; Sun, 17 Jul 2005 00:10:13 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5077543D45 for ; Sun, 17 Jul 2005 00:10:11 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j6H0A4M1073961 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 17 Jul 2005 07:10:04 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j6H0A1eQ053031; Sun, 17 Jul 2005 07:10:01 +0700 (ICT) Date: Sun, 17 Jul 2005 07:10:01 +0700 (ICT) Message-Id: <200507170010.j6H0A1eQ053031@banyan.cs.ait.ac.th> From: Olivier Nicole To: maxsec@gmail.com In-reply-to: <72cf361e050716094211c60386@mail.gmail.com> (message from Martin Hepworth on Sat, 16 Jul 2005 17:42:23 +0100) References: <42D412D2.1000502@calarts.edu> <72cf361e050716094211c60386@mail.gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: smurphy@calarts.edu, freebsd-questions@freebsd.org Subject: Re: Spam Assassin Reject X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 00:10:13 -0000 > I've installed Spam Assassin and MIMEDefang with Sendmail however I > would like Spam Assassin to tell sendmail to "Reject" Spam on the > connection. 1) SpamAssassin cannot detect spam until it has received and analyzed the FULL message, so rejecting on connection is not possible. 2) that is phylosophy of SA to only MARK the spam. Olivier From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 00:21:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34D6B16A41C for ; Sun, 17 Jul 2005 00:21:34 +0000 (GMT) (envelope-from justin@sk1llz.net) Received: from valiant.veritynet.net (valiant.veritynet.net [67.19.121.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C8443D45 for ; Sun, 17 Jul 2005 00:21:33 +0000 (GMT) (envelope-from justin@sk1llz.net) Received: from [192.168.1.102] (d207-81-65-25.bchsia.telus.net [207.81.65.25]) by valiant.veritynet.net (Postfix) with ESMTP id A84E830E450 for ; Sat, 16 Jul 2005 17:21:32 -0700 (PDT) Message-ID: <42D9A48B.60802@sk1llz.net> Date: Sat, 16 Jul 2005 17:21:31 -0700 From: Justin Robertson User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: little lost with my netstat -m output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 00:21:34 -0000 I have a couple of issues that I'm somewhat concerned about based on some netstat output results. I have a few boxes running 4.11-STABLE that provide this; FreeBSD 4.11-STABLE #0: Wed May 4 09:49:52 PDT 2005 (i386) # netstat -m netstat: sysctl: retrieving mbstat: Cannot allocate memory And then two boxes running 5.4-STABLE that provide this; FreeBSD 5.4-STABLE #0: Wed May 18 11:51:30 PDT 2005 (amd64) # netstat -m 1358787 mbufs in use 18446744073709476645/32768 mbuf clusters in use (current/max) 0/0/0 sfbufs in use (current/peak/max) 189754 KBytes allocated to network 0 requests for sfbufs denied 0 requests for sfbufs delayed 4735 requests for I/O initiated by sendfile 300 calls to protocol drain routines FreeBSD 5.4-STABLE #0: Wed May 18 11:51:18 PDT 2005 (amd64) # netstat -m 740238 mbufs in use 131702/32768 mbuf clusters in use (current/max) 0/0/0 sfbufs in use (current/peak/max) 448463 KBytes allocated to network 0 requests for sfbufs denied 0 requests for sfbufs delayed 10981 requests for I/O initiated by sendfile 492 calls to protocol drain routines Now, the 4.11 boxes failing to report and rather giving me a memory error are somewhat troubling, but what's more troubling is the 5.4 boxes showing current usage beyond the max limitations. Not to mention consuming between 190 and 450mb for net traffic. The output just seems so out of touch... While all the machines are frequented with attacks, none are in progress at the moment, and the machines rarely suffer anything more than lag due to network saturation... If this spike was the result of an attack, why were they never released? I'm generally confused by what I'm seeing here, what gives? From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 01:15:12 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B7A16A41C for ; Sun, 17 Jul 2005 01:15:12 +0000 (GMT) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC6443D45 for ; Sun, 17 Jul 2005 01:15:12 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.222.227] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1DtxkN-0002Qc-6M; Sat, 16 Jul 2005 19:15:11 -0600 In-Reply-To: <20050716151701.5ecb6b10.dick@nagual.st> References: <20050716151701.5ecb6b10.dick@nagual.st> Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Sat, 16 Jul 2005 19:15:10 -0600 To: dick hoogendijk X-Mailer: Apple Mail (2.733) X-SA-Do-Not-Run: Yes X-SA-Exim-Connect-IP: 67.161.222.227 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: fbsdq Subject: Re: motherboard fbsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 01:15:12 -0000 On Jul 16, 2005, at 7:17 AM, dick hoogendijk wrote: > I read the pages about supported hardware. It dazzles me. > > I want to buy a new motherboard. I will run FreeBSD-5.4 (and later > on v6.x) on it. No fancy stuff like raid. Just plenty of memory and > good performance and fbsd support tothe fullest(!). > > >> From what I understand there are still some problems with AMD64 >> boards. Still, 64bits is the future.. so is it better to wait a >> while, _or_ are there *good* supported motherboards for amd64? >> > > Maybe it's better to stay with Intel and FreeBSD? My dual opteron Tyan S2882 board is rock solid. I am running the i386 version of FreeBSD since when I started working with it I needed some java stuff which at the time was not working on the AMD64 version. It has been running since April of 04 and in production since Feb of this year. I use it with SCSI RAID controller so I cannot speak of the ATA/SATA support. Chad > > And about harddisks: is it true that fbsd support for ATA harddisks > is better / more robust than for SATA drives? > > I need some *concrete* advice. The rest of the hardware will be a > lesser problem. > > -- > dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE > ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 > + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja > _______________________________________________ > 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" > --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad@shire.net From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 01:17:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0C3F16A41C for ; Sun, 17 Jul 2005 01:17:29 +0000 (GMT) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD03843D45 for ; Sun, 17 Jul 2005 01:17:29 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.222.227] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1Dtxma-0002SM-M0; Sat, 16 Jul 2005 19:17:28 -0600 In-Reply-To: <200507170010.j6H0A1eQ053031@banyan.cs.ait.ac.th> References: <42D412D2.1000502@calarts.edu> <72cf361e050716094211c60386@mail.gmail.com> <200507170010.j6H0A1eQ053031@banyan.cs.ait.ac.th> Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <97D612F1-D9D2-47CD-BC93-449DFBD30EE5@shire.net> Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Sat, 16 Jul 2005 19:17:28 -0600 To: Olivier Nicole X-Mailer: Apple Mail (2.733) X-SA-Do-Not-Run: Yes X-SA-Exim-Connect-IP: 67.161.222.227 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: freebsd-questions Question Subject: Re: Spam Assassin Reject X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 01:17:30 -0000 On Jul 16, 2005, at 6:10 PM, Olivier Nicole wrote: >> I've installed Spam Assassin and MIMEDefang with Sendmail however I >> would like Spam Assassin to tell sendmail to "Reject" Spam on the >> connection. >> > > 1) SpamAssassin cannot detect spam until it has received and analyzed > the FULL message, so rejecting on connection is not possible. It is possible to reject during the connection during the DATA phase. Using exim and sa-exim glue, with spamassassin, this is what I do. The sender gets a 5xx rejection with the message: UCE not allowed. I have the score set ridiculously high so that only very egregious spam gets rejected this way, in order to avoid rejection of false positives. I also have an sa-exim based greylist running with spamassassin at connection time. Chad > > 2) that is phylosophy of SA to only MARK the spam. > > Olivier > _______________________________________________ > 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" > --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad@shire.net From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 01:19:09 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99FCB16A41C for ; Sun, 17 Jul 2005 01:19:09 +0000 (GMT) (envelope-from justin@sk1llz.net) Received: from valiant.veritynet.net (valiant.veritynet.net [67.19.121.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6819743D46 for ; Sun, 17 Jul 2005 01:19:07 +0000 (GMT) (envelope-from justin@sk1llz.net) Received: from [192.168.1.102] (d207-81-65-25.bchsia.telus.net [207.81.65.25]) by valiant.veritynet.net (Postfix) with ESMTP id 7F23F30E0FA for ; Sat, 16 Jul 2005 18:19:06 -0700 (PDT) Message-ID: <42D9B209.3010706@sk1llz.net> Date: Sat, 16 Jul 2005 18:19:05 -0700 From: Justin Robertson User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: little lost with my netstat -m output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 01:19:09 -0000 I have a couple of issues that I'm somewhat concerned about based on some netstat output results. I have a few boxes running 4.11-STABLE that provide this; FreeBSD 4.11-STABLE #0: Wed May 4 09:49:52 PDT 2005 (i386) # netstat -m netstat: sysctl: retrieving mbstat: Cannot allocate memory And then two boxes running 5.4-STABLE that provide this; FreeBSD 5.4-STABLE #0: Wed May 18 11:51:30 PDT 2005 (amd64) # netstat -m 1358787 mbufs in use 18446744073709476645/32768 mbuf clusters in use (current/max) 0/0/0 sfbufs in use (current/peak/max) 189754 KBytes allocated to network 0 requests for sfbufs denied 0 requests for sfbufs delayed 4735 requests for I/O initiated by sendfile 300 calls to protocol drain routines FreeBSD 5.4-STABLE #0: Wed May 18 11:51:18 PDT 2005 (amd64) # netstat -m 740238 mbufs in use 131702/32768 mbuf clusters in use (current/max) 0/0/0 sfbufs in use (current/peak/max) 448463 KBytes allocated to network 0 requests for sfbufs denied 0 requests for sfbufs delayed 10981 requests for I/O initiated by sendfile 492 calls to protocol drain routines Now, the 4.11 boxes failing to report and rather giving me a memory error are somewhat troubling, but what's more troubling is the 5.4 boxes showing current usage beyond the max limitations. Not to mention consuming between 190 and 450mb for net traffic. The output just seems so out of touch... While all the machines are frequented with attacks, none are in progress at the moment, and the machines rarely suffer anything more than lag due to network saturation... If this spike was the result of an attack, why were they never released? I'm generally confused by what I'm seeing here, what gives? From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 01:56:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19D5916A41C for ; Sun, 17 Jul 2005 01:56:58 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF38943D49 for ; Sun, 17 Jul 2005 01:56:57 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j6H1uuRh031052 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Sat, 16 Jul 2005 18:56:57 -0700 Message-Id: <6.1.0.6.2.20050716185209.05512e20@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Sat, 16 Jul 2005 18:54:08 -0700 To: Nikolas Britton , FreeBSD - Questions From: Glenn Dawson In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Can I use jumbo frames on my LAN? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 01:56:58 -0000 At 02:50 PM 7/16/2005, Nikolas Britton wrote: >Is it true that jumbo frames are only useable with VLANs or LANs that >are 100% GigE? There's a bunch of good info here: http://sd.wareonearth.com/~phil/net/jumbo/ -Glenn From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 02:46:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5668816A41C for ; Sun, 17 Jul 2005 02:46:05 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id A725043D45 for ; Sun, 17 Jul 2005 02:46:03 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a202.otenet.gr [212.205.215.202]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j6H2jrsY001471; Sun, 17 Jul 2005 05:45:54 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j6H2joUr091578; Sun, 17 Jul 2005 05:45:50 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j6H2jkdw091530; Sun, 17 Jul 2005 05:45:46 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 17 Jul 2005 05:45:45 +0300 From: Giorgos Keramidas To: George Ruch Message-ID: <20050717024545.GA65614@gothmog.gr> References: <42D80E2D.707@3lefties.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42D80E2D.707@3lefties.com> Cc: freebsd-questions@freebsd.org Subject: Re: Three questions... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 02:46:05 -0000 On 2005-07-15 13:27, George Ruch wrote: > I'm working on a 5.4-REL test installation on my main desktop machine. > Hardware specifics: > > MSI MS-6378 MB > AMD Athalon 1800 @ 1536 > 256 MB memory > 2 x Maxtor 30 GB drives > Zip 100 ATA > DVD-RW > > This will be a learning installation. I have some past experience with > OS/2 Warp 3 and Redhat 5.1 (no, you don't get to guess my age) HEH! :-) > Q1: I have two drives, laid out as follows: > Drive 1 > /ad0a WinXP, NTFS, 16.06GB, primary > /ad0e data, NTFS, 12.58GB, extended > > Drive 2 > /ad1a currently empty, 14.36GB, primary > (installation target) > /ad1e /ad0 backup, NTFS, 14.27GB, extended > > I'd like to use XP's NTLDR to manage the dual boot process. I've seen > the following trick for Linux ( www.redhat.com/advice/tips/dualboot.html): > > - Boot into Linux, copy the first sector of the boot partition as follows: > dd if=/dev/hdb of=/bootsect.lnx bs=512 count=1 > - Move bootsect.lnx to WinXP root (C:\), and add the following line to > boot.ini: > C:\bootsect.lnx="Linux" > > Does this approach work with FreeBSD? Logic says it should, given the > similarities, but when has logic applied consistently to computers? Yes, of course. You just have to make sure that the FreeBSD installation process installs the FreeBSD boot manager on the MBR of the second drive. Then, copy over the MBR of the second drive to Windows' primary partition, i.e. by saving it to a file and using a floppy or something (I haven't used NTFS for read-write mounts, so I'm not sure you can just mount the first NTFS partition), and add a line like the suggested one to C:\BOOT.INI. > Q2: Failing that, does anyone out there have any experience with > PowerQuest's (now Symantec) BootMagic boot manager (p/o Partition Magic > 8.0) and FreeBSD? The documentation indicated that it will recognize > Linux partitions, but says nothing about FreeBSD. Not sure. > Q3: Partitioning > Yes, I know you've seen several million questions on partitioning > schemes. I've read up on it, and I'd like to get some feedback on this > plan. All slices would be p/o ad1a, which has approx. 14,704MB free. > > / 128M > /usr 8192M > /home 3312M > /var 1024M > /tmp 1024M > swap 1024M (4 x physical) That seems ok. I'd probably give 3-4 GB to /usr and all the rest to /home, since I usually prefer keeping most of my data under /home and leave the root partition, /var and /usr for the "system". If you can spare the disk space, it may also be a good idea to avoid creating a special /tmp partition altogether, create a large swap partition and then use a swap-backed tmpmfs partition (see tmpmfs in rc.conf(5) for the details). - Giorgos From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 03:05:49 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1EE916A41C for ; Sun, 17 Jul 2005 03:05:49 +0000 (GMT) (envelope-from mark@ice.net) Received: from smtpauth01.mail.atl.earthlink.net (smtpauth01.mail.atl.earthlink.net [209.86.89.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8182A43D45 for ; Sun, 17 Jul 2005 03:05:49 +0000 (GMT) (envelope-from mark@ice.net) Received: from [68.184.88.170] (helo=minime) by smtpauth01.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1DtzTQ-0002KB-VP for questions@freebsd.org; Sat, 16 Jul 2005 23:05:49 -0400 From: "Mark" To: Date: Sat, 16 Jul 2005 23:05:35 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcWKfGZ4SQKin+dwQvmV/GxrTjej5A== X-ELNK-Trace: 83936d1c7f8fa5c39649176a89d694c0f43c108795ac45071a8bd2563ce0c54feb23ed657b1704e2350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 68.184.88.170 Message-Id: <20050717030549.8182A43D45@mx1.FreeBSD.org> Cc: Subject: Question on Routing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 03:05:49 -0000 I'm looking for a reccomendation on the best software to publish RIP routes for IPSpace I own. I'm aware I'd have to get approval from my bordering routers to allow me to publish routes for public space, but I am just looking to publish updated routes (dynamically) via RIP or BGP from a FreeBSD based system. I've seen this done with gated, but at least for now I'd like to use a free piece of software. Thanks, Mark From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 03:16:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65F4716A41C for ; Sun, 17 Jul 2005 03:16:02 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A5C543D46 for ; Sun, 17 Jul 2005 03:16:01 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localdomain [70.98.247.55] by opusnet.com with ESMTP (SMTPD32-8.05) id AD5D18F7009E; Sat, 16 Jul 2005 20:15:41 -0700 Received: from localhost.localdomain (localhost.localhost [127.0.0.1]) by localhost.localdomain (8.13.3/8.13.3) with ESMTP id j6H3Gd2Z046795; Sat, 16 Jul 2005 20:16:39 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localdomain (8.13.3/8.13.3/Submit) id j6H2shaj046382; Sat, 16 Jul 2005 19:54:43 -0700 (PDT) (envelope-from garys@opusnet.com) To: Olga Zenkova References: <20050715104548.33078.qmail@web50905.mail.yahoo.com> From: garys@opusnet.com (Gary W. Swearingen) Date: Sat, 16 Jul 2005 19:54:43 -0700 In-Reply-To: <20050715104548.33078.qmail@web50905.mail.yahoo.com> (Olga Zenkova's message of "Fri, 15 Jul 2005 03:45:48 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: can't mount floppy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 03:16:02 -0000 Olga Zenkova writes: > mount -t msdos /dev/fd0 /mnt > and get "/dev/fd0: No such file or directory" Maybe it's write-protectd. I've seen strange things happen with those disks. I didn't get that error when I tried just now, but now I can't unmount the thing. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 03:30:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64C6216A41C for ; Sun, 17 Jul 2005 03:30:32 +0000 (GMT) (envelope-from letter2steve@yahoo.com) Received: from web51410.mail.yahoo.com (web51410.mail.yahoo.com [206.190.38.189]) by mx1.FreeBSD.org (Postfix) with SMTP id EAA3D43D48 for ; Sun, 17 Jul 2005 03:30:31 +0000 (GMT) (envelope-from letter2steve@yahoo.com) Received: (qmail 90799 invoked by uid 60001); 17 Jul 2005 03:30:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=IIFHj6BUV0npT9340l7CSZiTHW+GRtHYgEXHLx+3untZY/OCE2AYQvSEKrll+QdpRPwKvhxZEfPnABFhQgfjQJeuq7obVlv9Dn6hd4D29K58DLtr4UsIdp2Q9ev5XENQvj67BkpQYslxnSRyPJhL8/GXgXXi4vZYknanLN8eACY= ; Message-ID: <20050717033031.90797.qmail@web51410.mail.yahoo.com> Received: from [70.26.165.145] by web51410.mail.yahoo.com via HTTP; Sat, 16 Jul 2005 20:30:31 PDT Date: Sat, 16 Jul 2005 20:30:31 -0700 (PDT) From: Steve Quinn To: kstewart@owt.com In-Reply-To: <200507161425.39855.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Cannot use cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 03:30:32 -0000 Kent Stewart wrote: > On Saturday 16 July 2005 12:05 pm, Brian John wrote: > > Igor Robul wrote: > > > Brian John wrote: > > >> Hello, > > >> I can't use cvsup for some reason. I just tried upgrading from > > >> 5.3 to 5.4. When I try to use cvsup, it says this: > > >> su-2.05b# cvsup > > >> /libexec/ld-elf.so.1: Shared object "libXaw.so.8" not found, > > >> required by "cvsup" > > > > > > If you dont have X11 on this machine, then you need > > > "cvsup-without-gui" package > > > > > > _______________________________________________ > > > 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 think what is happening is cvsup is not getting the makefiles for > > some reason. if i go into all of my ports, there are no makefiles. > > how could this have happened? i added these lines to ports-supfile, > > is this correct? > > > > *default host=cvsup14.us.freebsd.org > > *default base=/var/db > > *default prefix=/usr > > *default release=cvs > > *default delete use-rel-suffix > > *default tag=RELENG_5_4 > > src=all > > For starters, it is src-all. You also have to use tag=. on doc-all. I > have always found it best to separate cvsuping the docs and ports into > separate shell scripts. That way you can use the sample scripts and not > mess things up. > > Kent > > > ports-all tag=. > > doc-all > > > > thanks > > > > /Brian > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > -- > Kent Stewart > Richland, WA > > http://users.owt.com/kstewart/index.html Howdy folks I'm not a CVSup expert, however I am concerned about the ports-supfile Kudo's to Kent for pointing out src=all. That needs a fixin I'm also concerned about *default base=/var/db as well Perhaps consider a wonderful beverage and about 15 minutes of your time to carefull read the CVSup section of the handbook http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html Then, if you feel like I did after trying to figure out CVSup for the first time, you may find my CVSup notes helpfull (shameless plug sorry) http://www.isgsp.net/freebsd/index.html I hope this helps Take care Steve Quinn ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 03:56:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F31116A41F for ; Sun, 17 Jul 2005 03:56:22 +0000 (GMT) (envelope-from paulh@bdug.org.au) Received: from mail.bdug.org.au (mail.bdug.org.au [202.72.170.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E20B643D48 for ; Sun, 17 Jul 2005 03:56:20 +0000 (GMT) (envelope-from paulh@bdug.org.au) Received: from localhost (localhost.bdug.org.au [127.0.0.1]) by mail.bdug.org.au (Postfix) with ESMTP id CD3CBDA4; Sun, 17 Jul 2005 11:56:28 +0800 (WST) Received: from mail.bdug.org.au ([127.0.0.1]) by localhost (ant.bdug.org.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 44075-08; Sun, 17 Jul 2005 11:56:24 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id 909B0D87; Sun, 17 Jul 2005 11:56:24 +0800 (WST) From: "Paul Hamilton" To: "'Stephan Weaver'" , , Date: Sun, 17 Jul 2005 11:56:32 +0800 Message-ID: <020601c58a83$8531a7e0$6600a8c0@w2k2> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Scanned: amavisd-new at bdug.org.au Cc: Subject: RE: DHCP Server Offline. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 03:56:22 -0000 The du command is your friend. Have a look at 'man du' Maybe something like: du -d2 /var Cheers, Paul -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Stephan Weaver Sent: Friday, 15 July 2005 10:25 PM To: ean@hedron.org; freebsd-questions@freebsd.org Subject: Re: DHCP Server Offline. I Found out the Problem, The /var partation is full. How do i find out where is taking up all the space? Thanks >From: Ean Kingston >To: freebsd-questions@freebsd.org >CC: stephanweaver@hotmail.com >Subject: Re: DHCP Server Offline. >Date: Fri, 15 Jul 2005 10:18:09 -0400 > >On July 15, 2005 10:11 am, Stephan Weaver wrote: > > Hello folks, > > > > I have a Stand Alone FreeBSD Firewall / Nat / Dhcp Server.=20 > > Everything seems to work fine, up until this morning. Users seem to=20 > > complain they could not get on the network anymore. > > > > Further investigation revealed the dhcp server could not be=20 > > contacted. Further more, only some of the users were online. I am=20 > > guessing that these clients who were online had an ip address from >the > > dhcp server at a previous time and the lease didnt expire as yet.=20 > > And users who were not online, the lease expired and attempted to >contact > > the dhcp server and failed. > > > > I Would appreciate any help or suggestions. > >Set the lease expire time to at least 5 days (7 to 10 is better) and=20 >the renewal time to between 4 and 12 hours. > >Then setup a dhcp monitoring process that will alert you if it fails to = >get >an >address or renewal. > >Make sure you have more addresses available than you ever expect to=20 >give >out. >I go with 50% more. I've known some admins that want at least double. > > > Like what to do in the future incase this happens again. > >Setup 2 dhcp servers on the network. If one fails, the other will=20 >hopefully continue to serve addresses. Monitor this one as well. > > > I Would like to find out what had happened. > >Start reading logs. > > > The last thing that i had done to the server was setup, configure=20 > > and install 'ntop'; dont know if this would cause a problem. > > > > Thank you in advance. > > Stephan Weaver > > > > P.S. Please reply to my Directly at @ stephanweaver@hotmail.com > >-- >Ean Kingston > >E-Mail: ean AT hedron DOT org >URL: http://www.hedron.org/ >I am currently looking for work. If you need competent system/network >administration please feel free to contact me directly. _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar - get it now!=20 http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ _______________________________________________ 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 Jul 17 05:42:39 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A171A16A41C for ; Sun, 17 Jul 2005 05:42:39 +0000 (GMT) (envelope-from hornetmadness@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326FE43D45 for ; Sun, 17 Jul 2005 05:42:39 +0000 (GMT) (envelope-from hornetmadness@gmail.com) Received: by rproxy.gmail.com with SMTP id 40so454517rnz for ; Sat, 16 Jul 2005 22:42:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=TO8q9cYorsPAK5wOn4wVs9SSLxB+sTpoXTp10QNsQc2jtpC921OubUluWKjLcZ9FsbzYgPIa/G+YyV7pDGqgMG7IfpnmMc3FwmWYiY/XUE7vybBRIfQr5n+9zgNe0MLBFSf1wF1hTtNLfKKd6lnTDwrIhT4BhiVH/X+ck3FGTz4= Received: by 10.38.8.11 with SMTP id 11mr917462rnh; Sat, 16 Jul 2005 22:42:38 -0700 (PDT) Received: by 10.38.8.44 with HTTP; Sat, 16 Jul 2005 22:42:38 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 01:42:38 -0400 From: Hornet To: Mark In-Reply-To: <20050717030549.8182A43D45@mx1.FreeBSD.org> Mime-Version: 1.0 References: <20050717030549.8182A43D45@mx1.FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: Question on Routing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hornet List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 05:42:39 -0000 On 7/16/05, Mark wrote: >=20 > I'm looking for a reccomendation on the best software to publish RIP=20 > routes > for IPSpace I own. >=20 > I'm aware I'd have to get approval from my bordering routers to allow me= =20 > to > publish routes for public space, but I am just looking to publish updated > routes (dynamically) via RIP or BGP from a FreeBSD based system. I've see= n > this done with gated, but at least for now I'd like to use a free piece o= f > software. >=20 >=20 > Thanks, >=20 > Mark >=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.org" I think Zebra is the software you are looking for. It will do some neat=20 stuff with routing. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 06:38:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B453516A41C for ; Sun, 17 Jul 2005 06:38:52 +0000 (GMT) (envelope-from flowctrl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 553ED43D45 for ; Sun, 17 Jul 2005 06:38:52 +0000 (GMT) (envelope-from flowctrl@gmail.com) Received: by wproxy.gmail.com with SMTP id i20so862686wra for ; Sat, 16 Jul 2005 23:38:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Uf8qNPEI2uAvI6/3j8q9OBl1LGdD7mjDHcTZM+bpl1aeQ3dmhX4mJS5g1unLaUQPq6b6pNzOQ5w86jCFf3Nq3n7FT0Ox8OnKoSi9ji4yXVJzaqaBS4Xf0L4+rZA/Oz1f9fZnTJic0kPdlUnwSdMsW2qjDHRxQ94papxryoq50m0= Received: by 10.54.36.59 with SMTP id j59mr28820wrj; Sat, 16 Jul 2005 23:38:51 -0700 (PDT) Received: by 10.54.96.8 with HTTP; Sat, 16 Jul 2005 23:38:51 -0700 (PDT) Message-ID: <4ff8ff4a050716233835147faa@mail.gmail.com> Date: Sun, 17 Jul 2005 00:38:51 -0600 From: flowctrl To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: java in a jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: flowctrl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 06:38:52 -0000 Hi, I'm trying to setup OpenXchange in a FreeBSD 5.4 jail environment, and I'm stuck. At its core, OpenXchange is 3 java programs, and this one fails to start: /usr/local/bin/java -server -ms20M -mx280M -Djava.awt.headless=3Dtrue -Dopenexchange.propfile=3D$OX/etc/groupware/system.properties -DappName=3DsessiondApp -Djava.library.path=3D$OX/lib -classpath $CLASSPATH com.openexchange.sessiond.oxsessiond -P It produces these errors in its log file: Jul 17 04:27:00 localhost openexchange: oxsessiond init (localhost:33333) Jul 17 04:27:00 localhost openexchange: INTERNAL TLS Support: OFF Jul 17 04:27:00 localhost openexchange: oxsessiond init: java.net.UnknownHostException: localhost: localhost Inside the jail, 127.0.0.1 doesn't really exist, according to ifconfig: lo0: flags=3D8049 mtu 16384 I have the standard line in /etc/hosts: 127.0.0.1 localhost localhost.my.domain I'm guessing that the "UnknownHostException: localhost" bit indicates a problem with the hostname "localhost" not working as expected. What can I do to make localhost more "normal" inside the jail? Thanks! From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 07:07:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05AEC16A41C for ; Sun, 17 Jul 2005 07:07:31 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF67D43D45 for ; Sun, 17 Jul 2005 07:07:30 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j6H77TP1004277 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Sun, 17 Jul 2005 00:07:29 -0700 Message-Id: <6.1.0.6.2.20050717000230.0f41f010@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Sun, 17 Jul 2005 00:04:34 -0700 To: flowctrl , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <4ff8ff4a050716233835147faa@mail.gmail.com> References: <4ff8ff4a050716233835147faa@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: java in a jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 07:07:31 -0000 At 11:38 PM 7/16/2005, flowctrl wrote: >Hi, > >I'm trying to setup OpenXchange in a FreeBSD 5.4 jail environment, and >I'm stuck. At its core, OpenXchange is 3 java programs, and this one >fails to start: > >/usr/local/bin/java -server -ms20M -mx280M -Djava.awt.headless=true >-Dopenexchange.propfile=$OX/etc/groupware/system.properties >-DappName=sessiondApp -Djava.library.path=$OX/lib -classpath >$CLASSPATH com.openexchange.sessiond.oxsessiond -P > >It produces these errors in its log file: >Jul 17 04:27:00 localhost openexchange: oxsessiond init (localhost:33333) >Jul 17 04:27:00 localhost openexchange: INTERNAL TLS Support: OFF >Jul 17 04:27:00 localhost openexchange: oxsessiond init: >java.net.UnknownHostException: localhost: localhost > >Inside the jail, 127.0.0.1 doesn't really exist, according to ifconfig: > >lo0: flags=8049 mtu 16384 > >I have the standard line in /etc/hosts: >127.0.0.1 localhost localhost.my.domain > >I'm guessing that the "UnknownHostException: localhost" bit indicates >a problem with the hostname "localhost" not working as expected. What >can I do to make localhost more "normal" inside the jail? Make localhost point to the IP that's assigned to the jail instead of 127.0.0.1 -Glenn >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 Sun Jul 17 07:10:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 123EF16A41C for ; Sun, 17 Jul 2005 07:10:17 +0000 (GMT) (envelope-from dan@nezlok.unixathome.org) Received: from nezlok.unixathome.org (nezlok.unixathome.org [66.154.97.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D40B43D4C for ; Sun, 17 Jul 2005 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 D9A50557A for ; Sun, 17 Jul 2005 00:10:13 -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 09660-06 for ; Sun, 17 Jul 2005 00:10:04 -0700 (PDT) Received: by nezlok.unixathome.org (Postfix, from userid 1000) id C2241593E; Sun, 17 Jul 2005 00:10:03 -0700 (PDT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20050717071003.C2241593E@nezlok.unixathome.org> Date: Sun, 17 Jul 2005 00:10:03 -0700 (PDT) X-Virus-Scanned: by amavisd-new at unixathome.org Subject: The FreeBSD Diary: 2005-06-26 - 2005-07-16 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 07:10:17 -0000 The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 07:14:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D9CC16A41C for ; Sun, 17 Jul 2005 07:14:14 +0000 (GMT) (envelope-from flowctrl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id F15A543D48 for ; Sun, 17 Jul 2005 07:14:13 +0000 (GMT) (envelope-from flowctrl@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so14371wra for ; Sun, 17 Jul 2005 00:14:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jLcIRPiwWUjUmMic48tqhxqchrv8lCy8h8BR0L9WlokhatBdV+k44etkzjOeddONDT2lXkxl7qhqOgk3g3ErsEVFf89MFZ/F7+ouGpgm02ZMwufnym6z0CAHQU1gHZ8ixW6T38U5nHlvWh4kB6ZxnUHr5dLp3qYHLdqPqZOe6/o= Received: by 10.54.107.2 with SMTP id f2mr34397wrc; Sun, 17 Jul 2005 00:14:13 -0700 (PDT) Received: by 10.54.96.8 with HTTP; Sun, 17 Jul 2005 00:14:13 -0700 (PDT) Message-ID: <4ff8ff4a05071700144ebe2948@mail.gmail.com> Date: Sun, 17 Jul 2005 01:14:13 -0600 From: flowctrl To: Glenn Dawson In-Reply-To: <6.1.0.6.2.20050717000230.0f41f010@cobalt.antimatter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4ff8ff4a050716233835147faa@mail.gmail.com> <6.1.0.6.2.20050717000230.0f41f010@cobalt.antimatter.net> Cc: freebsd-questions@freebsd.org Subject: Re: java in a jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: flowctrl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 07:14:14 -0000 Thanks Glen; I tried that, by adding a line to /etc/hosts with the jail's IP address and localhost as the name, and removing the standard 127.0.0.1 line. However, it made no difference to this java app. On 7/17/05, Glenn Dawson wrote: > At 11:38 PM 7/16/2005, flowctrl wrote: > >Hi, > > > >I'm trying to setup OpenXchange in a FreeBSD 5.4 jail environment, and > >I'm stuck. At its core, OpenXchange is 3 java programs, and this one > >fails to start: > > > >/usr/local/bin/java -server -ms20M -mx280M -Djava.awt.headless=3Dtrue > >-Dopenexchange.propfile=3D$OX/etc/groupware/system.properties > >-DappName=3DsessiondApp -Djava.library.path=3D$OX/lib -classpath > >$CLASSPATH com.openexchange.sessiond.oxsessiond -P > > > >It produces these errors in its log file: > >Jul 17 04:27:00 localhost openexchange: oxsessiond init (localhost:33333= ) > >Jul 17 04:27:00 localhost openexchange: INTERNAL TLS Support: OFF > >Jul 17 04:27:00 localhost openexchange: oxsessiond init: > >java.net.UnknownHostException: localhost: localhost > > > >Inside the jail, 127.0.0.1 doesn't really exist, according to ifconfig: > > > >lo0: flags=3D8049 mtu 16384 > > > >I have the standard line in /etc/hosts: > >127.0.0.1 localhost localhost.my.domain > > > >I'm guessing that the "UnknownHostException: localhost" bit indicates > >a problem with the hostname "localhost" not working as expected. What > >can I do to make localhost more "normal" inside the jail? >=20 > Make localhost point to the IP that's assigned to the jail instead of 127= .0.0.1 >=20 > -Glenn >=20 >=20 > >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" >=20 > From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 07:22:22 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5320216A41C for ; Sun, 17 Jul 2005 07:22:22 +0000 (GMT) (envelope-from lawson7270@yahoo.com) Received: from web80604.mail.yahoo.com (web80604.mail.yahoo.com [66.218.79.93]) by mx1.FreeBSD.org (Postfix) with SMTP id 0647D43D45 for ; Sun, 17 Jul 2005 07:22:22 +0000 (GMT) (envelope-from lawson7270@yahoo.com) Received: (qmail 89065 invoked by uid 60001); 17 Jul 2005 07:22:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=nRQASjYP2W+lQExO5XT4yeqBJqThxJJEv5uycTVF88F2c22EVb+FeLh7rEv1uLKMISa2+0kOvVBFIdE+NR4U5I3l1Z53xeyoiC8z+xe4VS5Jg5P7MzB4tsvr1/3TfHadJihddzVxeAqWNBF3uQn1y9axjNOuefstEbUAXsAtglE= ; Message-ID: <20050717072221.89063.qmail@web80604.mail.yahoo.com> Received: from [69.173.198.63] by web80604.mail.yahoo.com via HTTP; Sun, 17 Jul 2005 00:22:21 PDT Date: Sun, 17 Jul 2005 00:22:21 -0700 (PDT) From: Emmett Lawson Jr To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 07:22:22 -0000 does it support wireless 802.11g From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 08:13:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE70116A41C for ; Sun, 17 Jul 2005 08:13:32 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E4C543D45 for ; Sun, 17 Jul 2005 08:13:31 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 3706 invoked by uid 510); 17 Jul 2005 08:15:11 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.86.1/957. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-2.0/5.0):. Processed in 2.52497 secs); 17 Jul 2005 08:15:11 -0000 X-Spam-Status: No, hits=-2.0 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-2.0/5.0):. Processed in 2.52497 secs Process 3699) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 17 Jul 2005 08:15:08 +0000 From: Robert Slade To: Emmett Lawson Jr In-Reply-To: <20050717072221.89063.qmail@web80604.mail.yahoo.com> References: <20050717072221.89063.qmail@web80604.mail.yahoo.com> Content-Type: text/plain Message-Id: <1121588108.3075.13.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sun, 17 Jul 2005 08:15:08 +0000 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 08:13:32 -0000 On Sun, 2005-07-17 at 07:22, Emmett Lawson Jr wrote: > does it support wireless 802.11g > _______________________________________________ > 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" Emmett, Yes, provided the hardware is supported. >From the question, I guess you are new to FreeBSD etc so some tips: Read the documentation on the web site, in this case you could have easily got the answer from the supported hardware list. The handbook is fairly comprehensive too. You are more likely to get an answer if you have tied to help yourself first. Please don't forget the subject. There is a lot of traffic on this list and mails with no subject my get ignored. That said, the people here are quite helpful. Have fun. Rob From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 08:30:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C92616A41C for ; Sun, 17 Jul 2005 08:30:19 +0000 (GMT) (envelope-from dmitry.mityugov@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id E35AB43D45 for ; Sun, 17 Jul 2005 08:30:18 +0000 (GMT) (envelope-from dmitry.mityugov@gmail.com) Received: by wproxy.gmail.com with SMTP id i2so839867wra for ; Sun, 17 Jul 2005 01:30:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z096cFhXkfwB7HHnmtqOvhWlPpAUAKNNZvcJf75E0sewoE/YVK/H+pN3VV2nUHZpnGU5FnLetcIy3Dc/f1atwL3PxZAJ1iCEbkqGlxWslvF15fCos2iGRGS7TxyWFMGWl/42Xy9fBMWFeEjqkgagxzPZkJ0vCXIPF5O0TB3C0UY= Received: by 10.54.44.7 with SMTP id r7mr46219wrr; Sun, 17 Jul 2005 01:30:17 -0700 (PDT) Received: by 10.54.56.33 with HTTP; Sun, 17 Jul 2005 01:30:17 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 12:30:17 +0400 From: Dmitry Mityugov To: "Gary W. Swearingen" In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050715104548.33078.qmail@web50905.mail.yahoo.com> Cc: Olga Zenkova , freebsd-questions@freebsd.org Subject: Re: can't mount floppy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Mityugov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 08:30:19 -0000 On 7/17/05, Gary W. Swearingen wrote: > Olga Zenkova writes: >=20 > > mount -t msdos /dev/fd0 /mnt > > and get "/dev/fd0: No such file or directory" >=20 > Maybe it's write-protectd. I've seen strange things happen > with those disks. I didn't get that error when I tried > just now, but now I can't unmount the thing. Neither did I when I tried yesterday, but I was able to dismount it with umount /mnt. --=20 Dmitry Mityugov, St. Petersburg, Russia "We live less by imagination than despite it" - Rockwell Kent, "N by E" From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 10:12:18 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B5DF16A41C for ; Sun, 17 Jul 2005 10:12:18 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF09043D5C for ; Sun, 17 Jul 2005 10:12:17 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by wproxy.gmail.com with SMTP id i12so121824wra for ; Sun, 17 Jul 2005 03:12:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NR8EB6vFs13v8yGVPiC2c78Ik3oa++BNOjY4Q8CPqFBeHLrq3wYb9qM5CTGzAkUXewmJWcCu1Hhu2cCS0QYgo/VT3kM94Q0ia6W5CWq3IIsRHiCXY8RBn8D/MvkiYydQZOOTDTjylHE0BZM2GVo6k3fWhllniDT4LblIsK/Fx9E= Received: by 10.54.11.12 with SMTP id 12mr60113wrk; Sun, 17 Jul 2005 03:12:17 -0700 (PDT) Received: by 10.54.61.2 with HTTP; Sun, 17 Jul 2005 03:12:17 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 14:12:17 +0400 From: "Andrew P." To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Basic AVI command-line editing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrew P." List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 10:12:18 -0000 Hello! I have a headless file server with hundreds of avi-files. I was wondering if there's a means of some basic command-line editing - like concatenation and stream processing. I checked with the ports collection - but there's no such tool. Does anyone know a suitable program? Maybe just some script? I'm already reading MS AVI and OpenDML docs, as I feel that I'll have to write it myself... Thanks, Andrew P. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 10:17:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4AD16A41C for ; Sun, 17 Jul 2005 10:17:16 +0000 (GMT) (envelope-from nysander@quanteam.info) Received: from atom.dmkhost.net (atom.dmkhost.net [67.15.82.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id A181443D46 for ; Sun, 17 Jul 2005 10:17:15 +0000 (GMT) (envelope-from nysander@quanteam.info) Received: from bhn36.neoplus.adsl.tpnet.pl ([83.28.103.36]:35736 helo=[192.168.1.77]) by atom.dmkhost.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.50) id 1Du6CP-0006dg-QT for freebsd-questions@freebsd.org; Sun, 17 Jul 2005 12:16:42 +0200 Message-ID: <42DA2FCB.3080607@quanteam.info> Date: Sun, 17 Jul 2005 12:15:39 +0200 From: =?ISO-8859-2?Q?Pawe=B3_Madej?= Organization: QuanTeam.info User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050511) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <42D80D3E.1070006@quanteam.info> <447jfr94wv.fsf@be-well.ilk.org> <42D826F8.6080409@quanteam.info> <44y886zve4.fsf@be-well.ilk.org> In-Reply-To: <44y886zve4.fsf@be-well.ilk.org> X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-cPanel-MailScanner-Information: Please contact the ISP for more information X-cPanel-MailScanner: Found to be clean X-cPanel-MailScanner-SpamCheck: X-cPanel-MailScanner-From: nysander@quanteam.info X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - atom.dmkhost.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - quanteam.info X-Source: X-Source-Args: X-Source-Dir: Subject: Re: gettext won't install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nysander@quanteam.info List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 10:17:16 -0000 Lowell Gilbert wrote: >Okay, then just build the port, but don't try to install it. >See if the "missing" library is present. >[find /usr/ports/deve/gettext -name libasprintf.so.0 -print] > > make on that port goes ok. so i got gettext compiled now, but find command which you wrote returns NULL result. Greets Paul From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 10:22:55 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D71D416A41C for ; Sun, 17 Jul 2005 10:22:55 +0000 (GMT) (envelope-from shantanoo@gmail.com) Received: from iqara.net (sendmail.iqara.net [203.187.192.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBC5D43D48 for ; Sun, 17 Jul 2005 10:22:52 +0000 (GMT) (envelope-from shantanoo@gmail.com) Received: (qmail 30588 invoked by uid 517); 17 Jul 2005 10:02:53 -0000 Received: from shantanoo@gmail.com by sendmail.iqara.net by uid 505 with qmail-scanner-1.20 (avgd: ???. Clear:RC:1(219.91.153.219):. Processed in 0.062822 secs); 17 Jul 2005 10:02:53 -0000 Received: from 219-153.91.219.cable-client.iqara.net (HELO dhoomketu.homeunix.net) ([219.91.153.219]) (envelope-sender ) by iqara.net (qmail-ldap-1.03) with SMTP for ; 17 Jul 2005 10:02:52 -0000 Received: by dhoomketu.homeunix.net (Postfix, from userid 1001) id 5FC16208B; Sun, 17 Jul 2005 15:52:24 +0530 (IST) Date: Sun, 17 Jul 2005 15:52:24 +0530 From: Shantanoo Mahajan To: "Andrew P." Message-ID: <20050717102224.GA8229@dhoomketu.homeunix.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Organization: Hmmm... I dunno X-OS: FreeBSD 5.3-SECURITY i386 X-UPTIME: 3:49PM up 16:01, 0 users, load averages: 0.07, 0.04, 0.02 X-Mailer-Website: http://www.mutt.org Cc: questions@freebsd.org Subject: Re: Basic AVI command-line editing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 10:22:56 -0000 +++ Andrew P. [freebsd] [17-07-05 14:12 +0400]: | Hello! | | I have a headless file server with hundreds of avi-files. I was | wondering if there's a means of some basic command-line editing - like | concatenation and stream processing. I checked with the ports | collection - but there's no such tool. Does anyone know a suitable | program? Maybe just some script? mencoder? It comes with mplayer. Regards, Shantanoo From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 10:47:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FE7F16A41C for ; Sun, 17 Jul 2005 10:47:48 +0000 (GMT) (envelope-from fenomenoxp2@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CC4543D45 for ; Sun, 17 Jul 2005 10:47:48 +0000 (GMT) (envelope-from fenomenoxp2@gmail.com) Received: by wproxy.gmail.com with SMTP id i23so872062wra for ; Sun, 17 Jul 2005 03:47:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=W1qK9IcUb5ViiMr+AfRfxv1wYMK4rdTDzfsxbknIk0+uYGnFF4WPnpY6nMxxG5CEx48Ym67Sv+U/DQnEzlgY1dt22o4SfBjJ5EmPy3Srg6jnOXktsfqNxICiQl2zvKa9THmaesXxEA9aE/YJp5z4xopSeI/O0L+vASn/X8dWwRE= Received: by 10.54.68.4 with SMTP id q4mr63517wra; Sun, 17 Jul 2005 03:47:47 -0700 (PDT) Received: by 10.54.153.4 with HTTP; Sun, 17 Jul 2005 03:47:47 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 12:47:47 +0200 From: Emil Khatib To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Can't access to gmail (maybe a port problem with ipfw) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emil Khatib List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 10:47:48 -0000 Hi everybody. I'm trying to access gmail from my FreeBSD box (5.4). I'm usinf IPFW. The question is I can acces if I set ipfw to accept all from any to any, so I know there's a port that should be opened to access the main page of gmail. When the firewall is up (allowing only traffic through ports 21, 80 and above 1024) I can't even acces gmail main page (mozilla simply ignores the address I give it) Thanks in advance for any help From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 10:50:46 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A3A116A41C for ; Sun, 17 Jul 2005 10:50:46 +0000 (GMT) (envelope-from iampure@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F3243D48 for ; Sun, 17 Jul 2005 10:50:45 +0000 (GMT) (envelope-from iampure@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so875060wri for ; Sun, 17 Jul 2005 03:50:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iadri7hw/BPElBfSKNzbD6Fa83r5jOCCCjztfb25TmOTn+pNiCoTR4wPTm0IMV59i8HGuMQMaW31Mp6FIiOM7AXdUYnhJ3FAsiCrGOQXXv8BWfkoWjYNqhyNosBUeKrnzfS6wzT81pINEfdfdcC3wsV5Rk8G4ZwzdWyIaebKmw0= Received: by 10.54.24.49 with SMTP id 49mr64044wrx; Sun, 17 Jul 2005 03:50:45 -0700 (PDT) Received: by 10.54.86.20 with HTTP; Sun, 17 Jul 2005 03:50:45 -0700 (PDT) Message-ID: <87d4647e05071703503083c2be@mail.gmail.com> Date: Sun, 17 Jul 2005 12:50:45 +0200 From: Ron To: "Andrew P." In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: questions@freebsd.org Subject: Re: Basic AVI command-line editing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ron List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 10:50:46 -0000 2005/7/17, Andrew P. : > Hello! >=20 > I have a headless file server with hundreds of avi-files. I was > wondering if there's a means of some basic command-line editing - like > concatenation and stream processing. I checked with the ports > collection - but there's no such tool. Does anyone know a suitable > program? Maybe just some script? >=20 > I'm already reading MS AVI and OpenDML docs, as I feel that I'll have > to write it myself... >=20 > Thanks, > Andrew P. > _______________________________________________ > 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 You can concatenate files with cat.=20 Regards, Ron From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 11:18:34 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F66A16A41C for ; Sun, 17 Jul 2005 11:18:34 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id E79D443D46 for ; Sun, 17 Jul 2005 11:18:33 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by wproxy.gmail.com with SMTP id i3so860490wra for ; Sun, 17 Jul 2005 04:18:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TjyfHrsqFoQ1Y9w4H5YUA4QslKN5TDV/an2JwLA4K5CvfMp8nIUYsnQ+1GxRm+HMbSbe+JOVGQ4BuOuxNrU7LzW9rewY+xLpynL7Atp1/K67KVfWxkMrmjvVzN0THGxom7lc2KLIESJRVXJ2TSvJdQLJSkvJzUmxGgVkVFKSQL0= Received: by 10.54.137.14 with SMTP id k14mr67403wrd; Sun, 17 Jul 2005 04:18:33 -0700 (PDT) Received: by 10.54.61.2 with HTTP; Sun, 17 Jul 2005 04:18:33 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 15:18:33 +0400 From: "Andrew P." To: Ron In-Reply-To: <87d4647e05071703503083c2be@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <87d4647e05071703503083c2be@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: Basic AVI command-line editing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrew P." List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 11:18:34 -0000 On 7/17/05, Ron wrote: > 2005/7/17, Andrew P. : > > Hello! > > > > I have a headless file server with hundreds of avi-files. I was > > wondering if there's a means of some basic command-line editing - like > > concatenation and stream processing. I checked with the ports > > collection - but there's no such tool. Does anyone know a suitable > > program? Maybe just some script? > > > > I'm already reading MS AVI and OpenDML docs, as I feel that I'll have > > to write it myself... > > > > Thanks, > > Andrew P. > > _______________________________________________ > > 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 can concatenate files with cat. >=20 > Regards, Ron >=20 Yeah, but it's not that simple with avi, you've got to update headers and index carefully. Andrew P. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 11:22:44 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76C1C16A41C for ; Sun, 17 Jul 2005 11:22:44 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A1C643D46 for ; Sun, 17 Jul 2005 11:22:43 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so859401wri for ; Sun, 17 Jul 2005 04:22:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OnGbMoU+xcKW+0gVezo6wD1AM9eELEhYrj+Ihi+p226aHXpmuzeu7XH09Vftq8Guv9WZwFl+Xt4M0GixrKIr0/0n+nQ3NovTbYKd4LjyZt5PwmbPRFGYB5VAicfUBhoJByNELo5NfWQ5CTVyLhqGQqAwC5o2Y6Upy037y3LC+E8= Received: by 10.54.97.15 with SMTP id u15mr66651wrb; Sun, 17 Jul 2005 04:22:37 -0700 (PDT) Received: by 10.54.61.2 with HTTP; Sun, 17 Jul 2005 04:22:34 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 15:22:34 +0400 From: "Andrew P." To: Shantanoo Mahajan In-Reply-To: <20050717102224.GA8229@dhoomketu.homeunix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050717102224.GA8229@dhoomketu.homeunix.net> Cc: questions@freebsd.org Subject: Re: Basic AVI command-line editing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrew P." List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 11:22:44 -0000 On 7/17/05, Shantanoo Mahajan wrote: > +++ Andrew P. [freebsd] [17-07-05 14:12 +0400]: > | Hello! > | > | I have a headless file server with hundreds of avi-files. I was > | wondering if there's a means of some basic command-line editing - like > | concatenation and stream processing. I checked with the ports > | collection - but there's no such tool. Does anyone know a suitable > | program? Maybe just some script? >=20 > mencoder? It comes with mplayer. >=20 >=20 > Regards, > Shantanoo >=20 Thanks, I'll look into that. It's a pity it doesn't come separately from mplayer (and without xorg dependency). Best wishes, Andrew P. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 11:27:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1645816A41C for ; Sun, 17 Jul 2005 11:27:01 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2622743D45 for ; Sun, 17 Jul 2005 11:26:59 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 5329 invoked by uid 510); 17 Jul 2005 11:28:42 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.86.1/957. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-2.0/5.0):. Processed in 1.16145 secs); 17 Jul 2005 11:28:42 -0000 X-Spam-Status: No, hits=-2.0 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-2.0/5.0):. Processed in 1.16145 secs Process 5322) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 17 Jul 2005 11:28:40 +0000 From: Robert Slade To: Emil Khatib In-Reply-To: References: Content-Type: text/plain Message-Id: <1121599720.3075.21.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sun, 17 Jul 2005 11:28:40 +0000 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: Can't access to gmail (maybe a port problem with ipfw) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 11:27:01 -0000 On Sun, 2005-07-17 at 10:47, Emil Khatib wrote: > Hi everybody. I'm trying to access gmail from my FreeBSD box (5.4). > I'm usinf IPFW. The question is I can acces if I set ipfw to accept > all from any to any, so I know there's a port that should be opened to > access the main page of gmail. When the firewall is up (allowing only > traffic through ports 21, 80 and above 1024) I can't even acces gmail > main page (mozilla simply ignores the address I give it) > > Thanks in advance for any help > _______________________________________________ > 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" Emil, I don't know gmail, but if it is using https that is port 443 so you may need to open up that too. Rob From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 12:01:22 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0831516A41C for ; Sun, 17 Jul 2005 12:01:22 +0000 (GMT) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-3.gradwell.net (lon-mail-3.gradwell.net [193.111.201.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1665743D46 for ; Sun, 17 Jul 2005 12:01:20 +0000 (GMT) (envelope-from freebsd01@dgmm.net) Received: from 82-39-75-228.cable.ubr02.jarr.blueyonder.co.uk ([82.39.75.228] helo=webmaker@asgard.uk) by lon-mail-3.gradwell.net with esmtp (Gradwell gwh-smtpd 1.186) id 42da488e.87c0.f5 for questions@freebsd.org; Sun, 17 Jul 2005 13:01:18 +0100 (envelope-sender ) From: dgmm To: questions@freebsd.org Date: Sun, 17 Jul 2005 13:01:17 +0100 User-Agent: KMail/1.7.2 References: <20050717102224.GA8229@dhoomketu.homeunix.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507171301.17642.freebsd01@dgmm.net> Cc: Subject: Re: Basic AVI command-line editing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 12:01:22 -0000 On Sunday 17 July 2005 12:22, Andrew P. wrote: > Thanks, I'll look into that. It's a pity it doesn't come separately > from mplayer (and without xorg dependency). There's no enforced X dependancy. In the past I used mplayer/mencoder on a box with no X via svgalib on the console. You can even use it with the aa driver in text mode :-) -- Dave From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 15:09:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB45516A41C for ; Sun, 17 Jul 2005 15:09:25 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B84243D45 for ; Sun, 17 Jul 2005 15:09:25 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id 1DB0CCBF894 for ; Sun, 17 Jul 2005 11:09:24 -0400 (EDT) X-Sasl-enc: Y6sfzxfe5YpBHEdhz1Pn/fln38DUzXCJVPP2hGkAMih1 1121612963 Received: from gumby.localdomain (dsl-80-41-75-74.access.as9105.com [80.41.75.74]) by frontend2.messagingengine.com (Postfix) with ESMTP id 50EFA570363 for ; Sun, 17 Jul 2005 11:09:21 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Sun, 17 Jul 2005 16:09:20 +0100 User-Agent: KMail/1.8.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507171609.20733.list-freebsd-2004@morbius.sent.com> Subject: Re: flash plugin on freebsd amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 15:09:26 -0000 On Saturday 16 July 2005 12:48, Emil Khatib wrote: > Hi, I can't get flash movies to play in freebsd 5.4 amd64. The movies > play too fast. I've tried the flashplugin-mozilla plugin in the ports. > I also tried another one. Is there any way to solution this? The normal answer is that the only ports that handle flash well are the genuine macromedia linux-plugins, www/linux-flashplugin6 (or7). However that normally requires the use of the linux plugin wrapper, which is marked as i386 only. Since the plugins themselve are for i386 and amd64 I suspect it can be done. If you can't find a how-to on google, and don't get a better answer here, then try the freebsd-amd64 list. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 16:18:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BA5416A41C for ; Sun, 17 Jul 2005 16:18:32 +0000 (GMT) (envelope-from mistry.7@osu.edu) Received: from crumpet.united-ware.com (ddsl-66-42-172-210.fuse.net [66.42.172.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE81843D49 for ; Sun, 17 Jul 2005 16:18:31 +0000 (GMT) (envelope-from mistry.7@osu.edu) Received: from [192.168.1.101] (ddsl-66-42-172-210.fuse.net [66.42.172.210]) (authenticated bits=0) by crumpet.united-ware.com (8.12.8p2/8.12.8) with ESMTP id j6HGFgwj062937 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 17 Jul 2005 12:15:42 -0400 (EDT) (envelope-from mistry.7@osu.edu) From: Anish Mistry To: "Andrew P." Date: Sun, 17 Jul 2005 12:17:55 -0400 User-Agent: KMail/1.8 References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1328261.QRJMVQaX0K"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200507171218.03730.mistry.7@osu.edu> X-Spam-Status: No, hits=1.5 required=5.0 tests=BAYES_99 autolearn=no version=2.64 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on crumpet.united-ware.com Cc: freebsd-questions@freebsd.org Subject: Re: Basic AVI command-line editing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 16:18:32 -0000 --nextPart1328261.QRJMVQaX0K Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 17 July 2005 06:12 am, Andrew P. wrote: > Hello! > > I have a headless file server with hundreds of avi-files. I was > wondering if there's a means of some basic command-line editing - > like concatenation and stream processing. I checked with the ports > collection - but there's no such tool. Does anyone know a suitable > program? Maybe just some script? > > I'm already reading MS AVI and OpenDML docs, as I feel that I'll > have to write it myself... > Avidemux2 should have this capability soon. The core scripting=20 engine now uses Spidermonkey (ECMAScript/Javascript). I'm not sure=20 if the X dependency will be removed for the initial 2.1 branch, but=20 the code is being restructured so there is no longer a GUI dependency=20 in the backend code. This is more of an FYI since I'm anticipating a beta release in the=20 next month or two. =2D-=20 Anish Mistry --nextPart1328261.QRJMVQaX0K Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC2oS7xqA5ziudZT0RAhTwAJoDydTSL/m0768DOi++GjiYAzufwgCaA2JT F9Ib4vFOcDtBkcEp1v/Joxk= =FP4I -----END PGP SIGNATURE----- --nextPart1328261.QRJMVQaX0K-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 16:33:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AA2416A41F for ; Sun, 17 Jul 2005 16:33:44 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: from web61011.mail.yahoo.com (web61011.mail.yahoo.com [209.73.179.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 7262E43D48 for ; Sun, 17 Jul 2005 16:33:43 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 35913 invoked by uid 60001); 17 Jul 2005 16:33:42 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=pWAQehEv9+lUgxuV85rI5xkRM5tmo0hqcMRNx39CyEpPtsEgZ3ZL9xxsxRgzyEYPa8ZzMB8ba2GbjMqIsxrOYMP5Q0248eVSZZd3mOEhFj/jVMcaR0oN6CqKvysm+e5YEpbsFP0d8IbQxiGK0sgfF+WYesM3Gbz6qy1gtZmG0fI= ; Message-ID: <20050717163342.35911.qmail@web61011.mail.yahoo.com> Received: from [69.86.19.170] by web61011.mail.yahoo.com via HTTP; Sun, 17 Jul 2005 13:33:42 ART Date: Sun, 17 Jul 2005 13:33:42 -0300 (ART) From: "E. J. Cerejo" To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: How to increase / slice in size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 16:33:44 -0000 I'm running FBSD 5.4 and I'm trying to make the / slice bigger, is this possible? If it is how is it done? EJC www.only7bucks.com __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 17:39:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD65516A41C for ; Sun, 17 Jul 2005 17:39:05 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A1E43D48 for ; Sun, 17 Jul 2005 17:39:05 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so891850wri for ; Sun, 17 Jul 2005 10:39:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wq2LFnHUx2XgwVLuta8+hZD19lcDX1x7oddgeNN5Cj/xpo3iYoOyZhuWbST/HpxGA1z9DR2fn1pN3u7KMXrJGlVIwAducBzxs/sDU+WHwCIEXy9ItOltRE31iNhe3iIMGF7b0EbFVHSBj8zxeokWmp5G7KMTmixmyRV8L+6W9C4= Received: by 10.54.81.13 with SMTP id e13mr134695wrb; Sun, 17 Jul 2005 10:39:04 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Sun, 17 Jul 2005 10:39:04 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 12:39:04 -0500 From: Nikolas Britton To: "E. J. Cerejo" In-Reply-To: <20050717163342.35911.qmail@web61011.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050717163342.35911.qmail@web61011.mail.yahoo.com> Cc: FreeBSD Questions Subject: Re: How to increase / slice in size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikolas Britton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 17:39:05 -0000 On 7/17/05, E. J. Cerejo wrote: > I'm running FBSD 5.4 and I'm trying to make the / > slice bigger, is this possible? If it is how is it done? Read the man page for growfs, it explains what you need to do to make your slice bigger. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 17:43:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7365D16A41C for ; Sun, 17 Jul 2005 17:43:37 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from nawcom.no-ip.com (adsl-69-208-115-218.dsl.sfldmi.ameritech.net [69.208.115.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 057F543D58 for ; Sun, 17 Jul 2005 17:43:36 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from [192.168.212.8] (unknown [192.168.212.8]) by nawcom.no-ip.com (Postfix) with ESMTP id 80C6263D0; Sun, 17 Jul 2005 14:08:36 -0400 (EDT) Message-ID: <42DA98CB.7070604@nawcom.no-ip.com> Date: Sun, 17 Jul 2005 13:43:39 -0400 From: nawcom User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Anish Mistry References: <200507171218.03730.mistry.7@osu.edu> In-Reply-To: <200507171218.03730.mistry.7@osu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Basic AVI command-line editing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 17:43:37 -0000 now im not sure about your specific needs, but transcode is the program i usually use for conversion and stream processing. its completely run off the command line. /usr/ports/multimedia/transcode. hope this may help, Ben Anish Mistry wrote: >On Sunday 17 July 2005 06:12 am, Andrew P. wrote: > > >>Hello! >> >>I have a headless file server with hundreds of avi-files. I was >>wondering if there's a means of some basic command-line editing - >>like concatenation and stream processing. I checked with the ports >>collection - but there's no such tool. Does anyone know a suitable >>program? Maybe just some script? >> >>I'm already reading MS AVI and OpenDML docs, as I feel that I'll >>have to write it myself... >> >> >> > Avidemux2 should have this capability soon. The core scripting >engine now uses Spidermonkey (ECMAScript/Javascript). I'm not sure >if the X dependency will be removed for the initial 2.1 branch, but >the code is being restructured so there is no longer a GUI dependency >in the backend code. > This is more of an FYI since I'm anticipating a beta release in the >next month or two. > > > From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 17:46:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8192916A41C for ; Sun, 17 Jul 2005 17:46:20 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E1ED43D45 for ; Sun, 17 Jul 2005 17:46:19 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id i18so751014wra for ; Sun, 17 Jul 2005 10:46:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CgJBqlu5/VUZGJtZcSsnhktA2GhobTeu8iZY4bqeXjtZG40ueY71bn7rlpNiE9eWf97Po+3Ody7qkW2K8HIIdS+r4kYrKP9kiQwpnfdtNRQaOJ4kp8lCNanb/LWmscwxvSJp9wtPxv9przKNP18p/CYezWGiK83ceY96fo/Ujnk= Received: by 10.54.2.57 with SMTP id 57mr140067wrb; Sun, 17 Jul 2005 10:46:19 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Sun, 17 Jul 2005 10:46:19 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 12:46:19 -0500 From: Nikolas Britton To: Emmett Lawson Jr In-Reply-To: <20050717072221.89063.qmail@web80604.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050717072221.89063.qmail@web80604.mail.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikolas Britton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 17:46:20 -0000 On 7/17/05, Emmett Lawson Jr wrote: > does it support wireless 802.11g http://www.freebsd.org/cgi/man.cgi?query=3Dath&sektion=3D4&manpath=3DFreeBS= D+5.4-RELEASE From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 17:57:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97CBE16A41C for ; Sun, 17 Jul 2005 17:57:16 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2CC43D48 for ; Sun, 17 Jul 2005 17:57:16 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id E4EB4CBFE08 for ; Sun, 17 Jul 2005 13:57:14 -0400 (EDT) X-Sasl-enc: 8VjProuZBgkhGGQs7uU/DsEO6OV2K8zgUR4EldaIfnCX 1121623034 Received: from gumby.localdomain (dsl-80-41-75-74.access.as9105.com [80.41.75.74]) by frontend2.messagingengine.com (Postfix) with ESMTP id 123DC56F785 for ; Sun, 17 Jul 2005 13:57:13 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Sun, 17 Jul 2005 18:57:13 +0100 User-Agent: KMail/1.8.1 References: <42D80E2D.707@3lefties.com> In-Reply-To: <42D80E2D.707@3lefties.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507171857.13748.list-freebsd-2004@morbius.sent.com> Subject: Re: Three questions... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 17:57:16 -0000 On Friday 15 July 2005 20:27, George Ruch wrote: > Q3: Partitioning > Yes, I know you've seen several million questions on partitioning > schemes. I've read up on it, and I'd like to get some feedback on this > plan. All slices would be p/o ad1a, which has approx. 14,704MB free. > > / 128M > /usr 8192M > /home 3312M > /var 1024M > /tmp 1024M > swap 1024M (4 x physical) With this amount of space, unless you a setting up a server for a dedicated application, I would go with the freebsd default of having /home as a symlink to /usr/home. I would also shrink /tmp down at least to 256M or even less, normally things break down into two sets: those that need fiddling small amounts of tmp space, and those that need huge amounts and need to be pointed elsewhere. Similarly with /var - I'm currently using 68MB out of 512MB on a standard desktop machine, huge var partitions are used in certain kinds of specialist servers. BTW I would recommend GAG as a boot manager: - no configurations files needed, you can install it through menus from a linux live cd - once it's installed on the disk you can maintain it from it's own bootprompt menu. That's a really nice, because a year from now you wont need to reread man pages to change the boot delay, or add another os. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 18:16:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D774F16A41C for ; Sun, 17 Jul 2005 18:16:27 +0000 (GMT) (envelope-from unixgeek@six-two.net) Received: from mxsf22.cluster1.charter.net (mxsf22.cluster1.charter.net [209.225.28.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7331C43D46 for ; Sun, 17 Jul 2005 18:16:27 +0000 (GMT) (envelope-from unixgeek@six-two.net) Received: from mxip01a.cluster1.charter.net (mxip01a.cluster1.charter.net [209.225.28.131]) by mxsf22.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j6HIGQm7000849 for ; Sun, 17 Jul 2005 14:16:26 -0400 Received: from 68-119-105-238.dhcp.jcsn.tn.charter.com (HELO [192.168.1.102]) (68.119.105.238) by mxip01a.cluster1.charter.net with ESMTP; 17 Jul 2005 14:16:26 -0400 X-IronPort-AV: i="3.93,296,1115006400"; d="scan'208"; a="1015299920:sNHT588883904" In-Reply-To: <42D95369.1020205@weruhl.com> References: <200507160653.j6G6r5D0086280@weruhl.com> <42D95369.1020205@weruhl.com> Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <56E7FDD0-CD74-4772-88AE-4899860FC0AC@six-two.net> Content-Transfer-Encoding: 7bit From: Gunter Wambaugh Date: Sun, 17 Jul 2005 13:16:23 -0500 To: freebsd X-Mailer: Apple Mail (2.733) Cc: freebsd-questions@freebsd.org Subject: Re: boot loader X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 18:16:28 -0000 On Jul 16, 2005, at 1:35 PM, freebsd wrote: > Gunter Wambaugh wrote: > >> On Jul 16, 2005, at 1:53 AM, e-mail for freebsd wrote: >> >>> Hi, >>> >>> I have installed FreeBSD 5.4 (from CD) onto a ThinkPad A21. I >>> also have >>> Win2Kpro on this laptop. FreeBSD is installed at about the 7G >>> mark on the >>> harddrive. >>> >>> I had 4.3 installed previously, and thought I would just start >>> over. Howver, >>> when the laptop boots, I get the f1 DOS f2 Freebsd prompt, but I >>> can't boot >>> FreeBSD. Win2K boots just fine. >>> >>> I tried a number of things: >>> 1) re-installing >>> 2) fixmbf (win2K utility to restore the mbr) >>> >>> With no success. Any words of wisdom would be welcome. >>> >>> Thanks! >>> >>> Mike >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to "freebsd-questions- >>> unsubscribe@freebsd.org" >>> >>> >>> >> I had a similar problem last week. I had FreeBSD on the first >> partition and Gentoo on the second, and couldn't boot to Gentoo. >> I was able to resolve my issue by doing: >> $ boot0cfg -o packet ad4 >> Thats from memory, so viewing the boot0cfg man page would be a >> good idea. >> HTH >> > > Gunther, > > That did the trick. I can now boot sucessfully. Thanks! > > That must somehow be connected to the comment that the geom isn't > sane, using more sane numbers at install time. :) > > Do you know anyting about X? When I try to configure it, the > screen goes white (slowly), and the machine locks up. /sigh. > I have configured X many, many times. I haven't had what you describe happen to me. What are you using to configure it? And I assume you're using xorg, correct? > I have never seen X do this before. > > Thanks for your help. > > Mike > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 18:25:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 366D416A41C for ; Sun, 17 Jul 2005 18:25:44 +0000 (GMT) (envelope-from kbstew01@owt.com) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7A8743D45 for ; Sun, 17 Jul 2005 18:25:43 +0000 (GMT) (envelope-from kbstew01@owt.com) Received: from ruby.owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id j6HIPR9Z031218; Sun, 17 Jul 2005 11:25:27 -0700 From: Kent Stewart To: Steve Quinn Date: Sun, 17 Jul 2005 11:25:41 -0700 User-Agent: KMail/1.8.1 References: <20050717033031.90797.qmail@web51410.mail.yahoo.com> In-Reply-To: <20050717033031.90797.qmail@web51410.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507171125.42042.kbstew01@owt.com> Cc: freebsd-questions@freebsd.org, kstewart@owt.com Subject: Re: Cannot use cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kstewart@owt.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 18:25:44 -0000 On Saturday 16 July 2005 08:30 pm, Steve Quinn wrote: > Kent Stewart wrote: > > On Saturday 16 July 2005 12:05 pm, Brian John wrote: > > > Igor Robul wrote: > > > > Brian John wrote: > > > >> Hello, > > > >> I can't use cvsup for some reason. I just tried upgrading > > > >> from 5.3 to 5.4. When I try to use cvsup, it says this: > > > >> su-2.05b# cvsup > > > >> /libexec/ld-elf.so.1: Shared object "libXaw.so.8" not found, > > > >> required by "cvsup" > > > > > > > > If you dont have X11 on this machine, then you need > > > > "cvsup-without-gui" package > > > > > > > > _______________________________________________ > > > > 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 think what is happening is cvsup is not getting the makefiles > > > for some reason. if i go into all of my ports, there are no > > > makefiles. how could this have happened? i added these lines to > > > ports-supfile, is this correct? > > > > > > *default host=cvsup14.us.freebsd.org > > > *default base=/var/db > > > *default prefix=/usr > > > *default release=cvs > > > *default delete use-rel-suffix > > > *default tag=RELENG_5_4 > > > src=all > > > > For starters, it is src-all. You also have to use tag=. on doc-all. > > I have always found it best to separate cvsuping the docs and ports > > into separate shell scripts. That way you can use the sample > > scripts and not mess things up. > > > > Kent > > > > > ports-all tag=. > > > doc-all > > > > > > thanks > > > > > > /Brian > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > > "freebsd-questions-unsubscribe@freebsd.org" > > > > -- > > Kent Stewart > > Richland, WA > > > > http://users.owt.com/kstewart/index.html > > Howdy folks > > I'm not a CVSup expert, however I am concerned about the > ports-supfile > > Kudo's to Kent for pointing out src=all. That needs a fixin > > I'm also concerned about *default base=/var/db as well > > Perhaps consider a wonderful beverage and about 15 minutes of your > time to carefull read the CVSup section of the handbook > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html > > Then, if you feel like I did after trying to figure out CVSup for the > first time, you may find my CVSup notes helpfull (shameless plug > sorry) > > http://www.isgsp.net/freebsd/index.html Well, it has problems to begin with. You have included all 3 but didn't specify the proper tag. You have docs-all and src-all using the same tag. The docs and the ports are only tagged for "tag=.". When you combine like this, a default tag is preferable to adding tag=? to a area. Besides, you don't need to cvsup the docs, src, and ports at the same frequency. So, whay add them all to a single script. Kent > > I hope this helps > > Take care > > Steve Quinn > > > > ____________________________________________________ > Start your day with Yahoo! - make it your home page > http://www.yahoo.com/r/hs -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 18:31:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BA5616A41C for ; Sun, 17 Jul 2005 18:31:00 +0000 (GMT) (envelope-from csaba@beastie.creo.hu) Received: from beastie.creo.hu (www.creo.hu [217.113.62.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id A084643D46 for ; Sun, 17 Jul 2005 18:30:59 +0000 (GMT) (envelope-from csaba@beastie.creo.hu) Received: from beastie.creo.hu (localhost [127.0.0.1]) by beastie.creo.hu (8.13.3/8.13.3) with ESMTP id j6HITuMe014771 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 17 Jul 2005 20:29:56 +0200 (CEST) (envelope-from csaba@beastie.creo.hu) Received: (from csaba@localhost) by beastie.creo.hu (8.13.3/8.13.3/Submit) id j6HITu24014770 for freebsd-questions@freebsd.org; Sun, 17 Jul 2005 20:29:56 +0200 (CEST) (envelope-from csaba) Date: Sun, 17 Jul 2005 20:29:56 +0200 From: Csaba Henk To: freebsd-questions@freebsd.org Message-ID: <20050717182956.GJ73367@beastie.creo.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Subject: early panic and dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 18:31:00 -0000 I sent the following post to freebsd-current, but maybe it's better to be sent to questions -- the problem of dumping as such is not a current-specific question... > Hi! > > I tried to install both RELENG-6 and CURRENT, and both kernels behaved > the same way: panicked quite early (before init) with a page fault. Has > anyone met with this phenomena? > > I'd like to show you some fancy backtracks, but as it all happened before > starting init, rc.conf settings won't help me in getting the dump. > > What I've read: > > "the dump device can be hard-coded via the dump clause in the config(5) > line of a kernel configuration file." > > But putting > > dump /dev/ad0s4 > > into the config file is considered a syntax error, and the man page > of config doesn't contain anything about dumping. > > Another thing which I found on the net suggests setting the dumpdev > variable in the loader(8). I can do that, but it doesn't make a difference, > and again, the man page doesn't mention dumping. > > How to get that wacky dump these days? > > TIA. > > Cheers, > Csaba Note that the above quote is from Developers Handbook and the full quote is: Alternatively, the dump device can be hard-coded via the dump clause in the config(5) line of a kernel configuration file. This approach is deprecated and should be used only if a kernel is crashing before dumpon(8) can be executed. And that I fall into the "only if" case. Thanks. Csaba From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 20:05:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0BBC16A41C for ; Sun, 17 Jul 2005 20:05:23 +0000 (GMT) (envelope-from piotrekk@excite.com) Received: from excite.com (nn7.excitenetwork.com [207.159.120.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBBC43D45 for ; Sun, 17 Jul 2005 20:05:23 +0000 (GMT) (envelope-from piotrekk@excite.com) Received: by xprdmailfe2.nwk.excite.com (Postfix, from userid 110) id 0461C8AECB; Sun, 17 Jul 2005 16:05:22 -0400 (EDT) To: freebsd-questions@freebsd.org Received: from [84.73.114.198] by xprdmailfe2.nwk.excite.com via HTTP; Sun, 17 Jul 2005 16:05:22 EST X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: ID = 2383e4973664c80f7198bf469d15c13b From: "PK" MIME-Version: 1.0 X-Sender: piotrekk@excite.com X-Mailer: PHP Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20050717200522.0461C8AECB@xprdmailfe2.nwk.excite.com> Date: Sun, 17 Jul 2005 16:05:22 -0400 (EDT) Subject: ERROR in man2html under freeBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: piotrekk@excite.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 20:05:23 -0000 hi I've installed man2html on freeBSD 5.4 with newest ports tree update: # cd /usr/ports/textproc/man2html # make install clean Installing programs to "/usr/local/bin": man2html => /usr/local/bin/man2html Installing manpages to "/usr/local/man": doc/man2html.1 => /usr/local/man/man1/man2html.1 if [ -d /usr/local/www/cgi-bin ] ; then install -o root -g wheel -m 555 /usr/ports/textproc/man2html/work/man2html3.0.1/man.cgi /usr/local/www/cgi-bin ; fi ===> Compressing manual pages for man2html-3.0.1_1 ===> Registering installation for man2html-3.0.1_1 ===> Cleaning for perl-5.8.7 ===> Cleaning for man2html-3.0.1_1 but if I try to connect via browser: [url]http://192.168.0.3/cgi-bin/man.cgi[/url] then, I get "Internal Server Error" If I try to start from command line, I get following error: # cd /usr/local/www/cgi-bin # perl man.cgi Content-type: text/html Manpage Viewer Error CGI input error: Unrecgonized request method : Manpage viewer available with the man2html package. greetings piotr _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 20:09:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF08F16A41C for ; Sun, 17 Jul 2005 20:09:04 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from smtp5.suscom.net (smtp5.suscom.net [64.78.83.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 920B643D46 for ; Sun, 17 Jul 2005 20:09:02 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from localhost (unknown [127.0.0.1]) by smtp5.suscom.net (Postfix) with ESMTP id 37A9E51027D for ; Sun, 17 Jul 2005 16:09:01 -0400 (EDT) Received: from smtp5.suscom.net ([127.0.0.1]) by localhost (smtp5.suscom.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14349-01-93 for ; Sun, 17 Jul 2005 16:08:58 -0400 (EDT) Received: from [192.168.0.3] (ip148.217.susc.suscom.net [216.45.217.148]) by smtp5.suscom.net (Postfix) with SMTP id A8FC851026E for ; Sun, 17 Jul 2005 16:08:58 -0400 (EDT) Date: Sun, 17 Jul 2005 16:09:02 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: Gerard@smtp5.suscom.net, Seibert@smtp5.suscom.net Message-Id: <20050717160446.7598.GERARD-SEIBERT@suscom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.21.03 [en] X-Virus-Scanned: amavisd-new at suscom.net Subject: Adding Mailboxes for SendMail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gerard-seibert@suscom.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 20:09:05 -0000 I know someone will say, RTFM, and I am doing that; however, I am in a hurry and need an answer faster than I can read the O'Reilly Sendmail book. I need to add new mailboxes for email. In the /var/mail directory are all of the default users, etc. on this computer. I need to add new email addresses that Sendmail will deliver to. So far, I have not been able to accomplish this feat. I welcome any assistance. -- Gerard E. Seibert gerard-seibert@suscom.net From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 20:55:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E2B16A41C for ; Sun, 17 Jul 2005 20:55:33 +0000 (GMT) (envelope-from shantanoo@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FD5643D45 for ; Sun, 17 Jul 2005 20:55:33 +0000 (GMT) (envelope-from shantanoo@gmail.com) Received: by zproxy.gmail.com with SMTP id i28so721264nzi for ; Sun, 17 Jul 2005 13:55:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qbs3DqQJJDDbQifAGx+5ouCLGBTrKBp6zJyibASfmKc5Hkyinl5FYEf8kvKHHOsCGHFpEmXhacRTMgNUt+kYokCNte3ZbUqsfwTGYaXL/YzEl+aDeDkRVXgrw8I6oSuwAwfWD6KOfD/mYDGalJDF3jbq4rFvTmdq01bcp8neGOA= Received: by 10.36.57.15 with SMTP id f15mr3418842nza; Sun, 17 Jul 2005 13:55:32 -0700 (PDT) Received: by 10.36.7.14 with HTTP; Sun, 17 Jul 2005 13:55:32 -0700 (PDT) Message-ID: <2301747005071713557b42e4b4@mail.gmail.com> Date: Mon, 18 Jul 2005 02:25:32 +0530 From: =?UTF-8?Q?=E0=A4=B6=E0=A4=82=E0=A4=A4=E0=A4=A8=E0=A5=81_=28Shantanoo=29?= To: gerard-seibert@suscom.net In-Reply-To: <20050717160446.7598.GERARD-SEIBERT@suscom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050717160446.7598.GERARD-SEIBERT@suscom.net> Cc: freebsd-questions@freebsd.org Subject: Re: Adding Mailboxes for SendMail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?UTF-8?Q?=E0=A4=B6=E0=A4=82=E0=A4=A4=E0=A4=A8=E0=A5=81_=28Shantanoo=29?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 20:55:33 -0000 On 7/18/05, Gerard Seibert wrote: > I know someone will say, RTFM, and I am doing that; however, I am in a > hurry and need an answer faster than I can read the O'Reilly Sendmail > book. >=20 > I need to add new mailboxes for email. In the /var/mail directory are > all of the default users, etc. on this computer. I need to add new email > addresses that Sendmail will deliver to. So far, I have not been able to > accomplish this feat. I welcome any assistance. >=20 Create new user account. Regards, Shantanoo From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 21:02:49 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC14716A41C for ; Sun, 17 Jul 2005 21:02:49 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 560F643D46 for ; Sun, 17 Jul 2005 21:02:49 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by wproxy.gmail.com with SMTP id i14so906777wra for ; Sun, 17 Jul 2005 14:02:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tCkX21/IctcFPvu0iotmE1bHWL9noSxxlICEaDDTh/4eHj75kCGyE8RO7G5D3zFLKohV3xu3zAK4qUhS/3zLoKI9df3/MQZz6AvSpDf3MWezKx6/wfvt+dso39A5GX7kQJK6sKviKEvMIZnM1oaxVlgbO//FzgmjUH6q1X4zrBA= Received: by 10.54.130.10 with SMTP id c10mr171654wrd; Sun, 17 Jul 2005 14:02:48 -0700 (PDT) Received: by 10.54.61.2 with HTTP; Sun, 17 Jul 2005 14:02:48 -0700 (PDT) Message-ID: Date: Mon, 18 Jul 2005 01:02:48 +0400 From: "Andrew P." To: Shantanoo Mahajan In-Reply-To: <20050717140741.GA930@dhoomketu.homeunix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050717102224.GA8229@dhoomketu.homeunix.net> <20050717140741.GA930@dhoomketu.homeunix.net> Cc: questions@freebsd.org Subject: Re: Basic AVI command-line editing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrew P." List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 21:02:49 -0000 On 7/17/05, Shantanoo Mahajan wrote: > +++ Andrew P. [17-07-05 15:22 +0400]: > | Thanks, I'll look into that. It's a pity it doesn't come separately > | from mplayer (and without xorg dependency). >=20 > Also have a look at the o/p of following command: >=20 > cd /usr/ports && make search name=3Davi | less >=20 >=20 > Regards, > Shantanoo >=20 Well, I did it before and there's not much, but I found an utility named avinfo in multimedia section. As a matter of fact, it was written by my former schoolmate, what a small world indeed. The source code contains almost everything I need to know about major container formats. Thanks again, Andrew P. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 21:27:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7683716A41C for ; Sun, 17 Jul 2005 21:27:52 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C70243D45 for ; Sun, 17 Jul 2005 21:27:51 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so333258rne for ; Sun, 17 Jul 2005 14:27:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tM9N32xKGw8OO6o1SsoMeBI82a4yyPuO3fJRqXXrMxkm4Wt0P5HzazSblz3o39zlnc0kOrOhC0CmxCKNKyBhjAbzblbyuVgotdd45mdEpSwKtl9QS/nBCqNG/IoQODoL7faCpIdVNvu4Osjzbu9IPDL4NfcsiAWb4xIHaV4oWjU= Received: by 10.38.74.33 with SMTP id w33mr1302604rna; Sun, 17 Jul 2005 14:27:51 -0700 (PDT) Received: by 10.38.98.73 with HTTP; Sun, 17 Jul 2005 14:27:51 -0700 (PDT) Message-ID: <51d7a5160507171427e03d8ab@mail.gmail.com> Date: Sun, 17 Jul 2005 14:27:51 -0700 From: perikillo To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Problems with MySQl Server port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: perikillo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 21:27:52 -0000 Hi, i install freebsd 5.2, make the buildworld process and right now is 5.2.1-RELEASE-p14 FreeBSD 5.2.1-RELEASE-p14. I update my ports and start to installing my favorites, then i decide to setup some IDS, and i could not install mysql50-server=20 port because exit with this error: pipe -march=3Dpentium2 -D_THREAD_SAFE -MT dbug_analyze.o -MD -MP -MF ".deps= /dbug_a nalyze.Tpo" -c -o dbug_analyze.o dbug_analyze.c; then mv -f ".deps/dbug_an= alyze .Tpo" ".deps/dbug_analyze.Po"; else rm -f ".deps/dbug_analyze.Tpo"; exit 1;= fi /usr/local/bin/libtool15 --preserve-dup-deps --mode=3Dlink cc -DDBUG_OFF -= O -pipe -march=3Dpentium2 -D_THREAD_SAFE -o dbug_analyze dbug_analyze.o libdbu= g.a ../ mysys/libmysys.a ../strings/libmystrings.a -lc_r -lcrypt -lm -lc_r cc -DDBUG_OFF -O -pipe -march=3Dpentium2 -D_THREAD_SAFE -o dbug_analyze dbu= g_analy ze.o libdbug.a ../mysys/libmysys.a ../strings/libmystrings.a -lcrypt -lm /bin/rm -f example1.r /usr/bin/sed -e 's!\\!\\\\!g' example1.c > example1.r /bin/rm -f example2.r /usr/bin/sed -e 's!\\!\\\\!g' example2.c > example2.r /bin/rm -f example3.r /usr/bin/sed -e 's!\\!\\\\!g' example3.c > example3.r /bin/rm -f main.r /usr/bin/sed -e 's!\\!\\\\!g' main.c > main.r /bin/rm -f factorial.r /usr/bin/sed -e 's!\\!\\\\!g' factorial.c > factorial.r ./factorial 1 2 3 4 5 | cat > output1.r ./factorial -\#t:o 2 3 | cat >output2.r ./factorial -\#d:t:o 3 | cat >output3.r ./factorial -\#d,result:o 4 | cat >output4.r ./factorial -\#d:f,factorial:F:L:o 3 | cat >output5.r nroff -mm user.r > user.t user.r:204: warning: can't find font `C' user.r:773: warning [p 15, 5.8i]: can't break line user.r:785: warning [p 15, 8.0i]: can't break line user.r:795: warning [p 15, 9.8i]: can't break line user.r:812: warning [p 16, 3.7i]: can't break line user.r:814: warning [p 16, 3.8i]: cannot adjust line user.r:1038: warning: indent cannot be negative groff -mm user.r > user.ps Making all in extra if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../sql = -DDBU G_OFF -O -pipe -march=3Dpentium2 -D_THREAD_SAFE -MT comp_err.o -MD -MP -MF = ".deps/ comp_err.Tpo" -c -o comp_err.o comp_err.c; then mv -f ".deps/comp_err.Tpo"= ".de ps/comp_err.Po"; else rm -f ".deps/comp_err.Tpo"; exit 1; fi /usr/local/bin/libtool15 --preserve-dup-deps --mode=3Dlink cc -DDBUG_OFF -= O -pipe -march=3Dpentium2 -D_THREAD_SAFE -o comp_err comp_err.o ../mysys/libmy= sys.a ../dbug/libdbug.a ../strings/libmystrings.a -lc_r -lcrypt -lm -lc_r mkdir .libs cc -DDBUG_OFF -O -pipe -march=3Dpentium2 -D_THREAD_SAFE -o comp_err comp_er= r.o .. /mysys/libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a -lcrypt -lm ../extra/comp_err --charset=3D../sql/share/charsets --out-dir=3D../sql/sh= are/ --h eader_file=3D../include/mysqld_error.h --name_file=3D../include/mysqld_ern= ame.h -- state_file=3D../include/sql_state.h --in_file=3D../sql/share/errmsg.txt Segmentation fault (core dumped) *** Error code 139 Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.9-beta/extra. *** Error code 1 Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.9-beta. *** Error code 1 Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.9-beta. *** Error code 1 Stop in /usr/ports/databases/mysql50-server. I install first Mysql client without any problems, i am using freebsd 5.2 because with 5.3, 5.4 and 5-stable my keyboard dosent work with Xorg, and the only version of Xorg that is working very weel is this one i am using right now to write this email, xorg-6.7.0_1 X.Org distribution metaport And is the package, not the port. Then about the error of mysql, someone knows how to fix this error? I have mysql4 and mysql41 options, but right now i want to know is exist some patch for this. Thanks all. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 21:30:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5051116A452 for ; Sun, 17 Jul 2005 21:30:40 +0000 (GMT) (envelope-from alex.yarmol@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B783643D6B for ; Sun, 17 Jul 2005 21:30:39 +0000 (GMT) (envelope-from alex.yarmol@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so910666wra for ; Sun, 17 Jul 2005 14:30:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=k9OBlNHk39ftEep0c0UOTP5Yn57oPBe7HXxMiZlR+ECfMfNV91BP2jhoUcSyblOBa62v1EaThszaksRqKiRKbo7tKHxfdgsQVZ8Mf6MI2J0kVPCxFas8jqa2waKWa1UE3v623wwuY16KBltK53/RNYJ34OIx+DlNqw6EC8/fs9I= Received: by 10.54.51.74 with SMTP id y74mr170951wry; Sun, 17 Jul 2005 14:30:38 -0700 (PDT) Received: by 10.54.93.2 with HTTP; Sun, 17 Jul 2005 14:30:38 -0700 (PDT) Message-ID: Date: Mon, 18 Jul 2005 00:30:38 +0300 From: Alex Yarmol To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Bash prompt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Yarmol List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 21:30:40 -0000 Hi, dear FreeBSD developers etc. :) I have a question. How I can chage my bash prompt to this: [user@host directory-name(e. g. "alex" for /usr/home/alex)]$ I assume that I need to do that: export PS1=3D'[\u@\h \(here i don't know what to do, i assume, that I need to write "\p" or "\P", but it's not working)]\$ I've try to read "man bash", but didn't find what I want :( Help me please. Best regards, Alex Yarmol From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 21:36:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 266E916A41C for ; Sun, 17 Jul 2005 21:36:18 +0000 (GMT) (envelope-from danger@rulez.sk) Received: from mail.rulez.sk (DaEmoN.RuLeZ.sK [84.16.32.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A976943D45 for ; Sun, 17 Jul 2005 21:36:17 +0000 (GMT) (envelope-from danger@rulez.sk) Received: from localhost (localhost [127.0.0.1]) by mail.rulez.sk (Postfix) with ESMTP id 951E21CC66; Sun, 17 Jul 2005 23:36:16 +0200 (CEST) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.rulez.sk (Postfix) with ESMTP id AF7A31CC65; Sun, 17 Jul 2005 23:36:08 +0200 (CEST) Date: Sun, 17 Jul 2005 23:34:17 +0200 From: Daniel Gerzo X-Mailer: The Bat! (v3.5) UNREG / CD5BF9353B3B7091 X-Priority: 3 (Normal) Message-ID: <995791390.20050717233417@rulez.sk> To: Alex Yarmol In-Reply-To: References: MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1; boundary="----------F14417A179854" X-Virus-Scanned: by amavisd-new at mail.rulez.sk X-Spam-Status: No, hits=-4.707 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-3.3, AWL=1.083, BAYES_00=-2.599, WEIRD_PORT=0.109] X-Spam-Level: X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Bash prompt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 21:36:18 -0000 This is a cryptographically signed message in MIME format. ------------F14417A179854 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Hi Alex, Sunday, July 17, 2005, 11:30:38 PM, you wrote: > How I can chage my bash prompt to this: > [user@host directory-name(e. g. "alex" for /usr/home/alex)]$ > I assume that I need to do that: > export PS1=3D'[\u@\h \(here i don't know what to do, i assume, that I > need to write "\p" or "\P", but it's not working)]\$ try google fisrt next time :-) http://freeunix.dyndns.org:8088/site2/howto/Bash.shtml#prompt --=20 Best Regards, DanGer, ICQ: 261701668 | e-mail protecting at: http://www.2pu.net/ http://danger.rulez.sk | proxy list at: http://www.proxy-web.com/ | FreeBSD - The Power to Serve! [ "Bother!" said Pooh as he >S*W*I*P*E*D< a better tagline. ] ------------F14417A179854-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 22:12:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CB5D16A41C for ; Sun, 17 Jul 2005 22:12:13 +0000 (GMT) (envelope-from mcbrune@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B81B43D46 for ; Sun, 17 Jul 2005 22:12:12 +0000 (GMT) (envelope-from mcbrune@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so913116wra for ; Sun, 17 Jul 2005 15:12:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uBIAiPwYyTkkRCoTCByQehrZ53M4zTO4j92mFmG4xo71AYEm+orsIxihukCVAjZ/lleHzAF/wxoKIDAK0EwrenW8s1v+GukvliSo0H0wHbsvqeYK7/rRL4nf3p697DilORA3WxfCBoy8oJTZwcqOCuWh6LYE6sl3B8JDV+k25QE= Received: by 10.54.24.49 with SMTP id 49mr176631wrx; Sun, 17 Jul 2005 15:12:11 -0700 (PDT) Received: by 10.54.73.11 with HTTP; Sun, 17 Jul 2005 15:12:11 -0700 (PDT) Message-ID: <562705370507171512f1b7933@mail.gmail.com> Date: Sun, 17 Jul 2005 16:12:11 -0600 From: Corey Brune To: =?UTF-8?Q?=E0=A4=B6=E0=A4=82=E0=A4=A4=E0=A4=A8=E0=A5=81_=28Shantanoo=29?= In-Reply-To: <2301747005071713557b42e4b4@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline References: <20050717160446.7598.GERARD-SEIBERT@suscom.net> <2301747005071713557b42e4b4@mail.gmail.com> Cc: gerard-seibert@suscom.net, freebsd-questions@freebsd.org Subject: Re: Adding Mailboxes for SendMail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Corey Brune List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 22:12:13 -0000 WW91IGNhbiBjcmVhdGUgYSBuZXcgdXNlciBhY2NvdW50LiBJIHdvdWxkIHJlY29tbWVuZCBhIHNo ZWxsIG9mCi9iaW4vZmFsc2UgaWYgdGhlc2UgdXNlcnMgYXJlIHVzaW5nIGFuIGVtYWlsIGNsaWVu dCBsaWtlIHRodW5kZXJiaXJkCm9yIG91dGxvb2suIElmIHRoZXNlIHVzZXJzIGFyZSB1c2luZyBh biBlbWFpbCBjbGllbnQgKG5vdCBmcm9tIGNvbW1hbmQKbGluZSkgdGhlbiB5b3Ugd2lsbCBhbHNv IG5lZWQgcG9wMy9pbWFwIGxpa2UgcXBvcHBlciBvciBjeXJ1cyBhbmQKc2FzbC4KCk9uIDcvMTcv MDUsIOCktuCkguCkpOCkqOClgSAoU2hhbnRhbm9vKSA8c2hhbnRhbm9vQGdtYWlsLmNvbT4gd3Jv dGU6Cj4gT24gNy8xOC8wNSwgR2VyYXJkIFNlaWJlcnQgPGdlcmFyZC1zZWliZXJ0QHN1c2NvbS5u ZXQ+IHdyb3RlOgo+ID4gSSBrbm93IHNvbWVvbmUgd2lsbCBzYXksIFJURk0sIGFuZCBJIGFtIGRv aW5nIHRoYXQ7IGhvd2V2ZXIsIEkgYW0gaW4gYQo+ID4gaHVycnkgYW5kIG5lZWQgYW4gYW5zd2Vy IGZhc3RlciB0aGFuIEkgY2FuIHJlYWQgdGhlIE8nUmVpbGx5IFNlbmRtYWlsCj4gPiBib29rLgo+ ID4gCj4gPiBJIG5lZWQgdG8gYWRkIG5ldyBtYWlsYm94ZXMgZm9yIGVtYWlsLiBJbiB0aGUgL3Zh ci9tYWlsIGRpcmVjdG9yeSBhcmUKPiA+IGFsbCBvZiB0aGUgZGVmYXVsdCB1c2VycywgZXRjLiBv biB0aGlzIGNvbXB1dGVyLiBJIG5lZWQgdG8gYWRkIG5ldyBlbWFpbAo+ID4gYWRkcmVzc2VzIHRo YXQgU2VuZG1haWwgd2lsbCBkZWxpdmVyIHRvLiBTbyBmYXIsIEkgaGF2ZSBub3QgYmVlbiBhYmxl IHRvCj4gPiBhY2NvbXBsaXNoIHRoaXMgZmVhdC4gSSB3ZWxjb21lIGFueSBhc3Npc3RhbmNlLgo+ ID4gCj4gCj4gQ3JlYXRlIG5ldyB1c2VyIGFjY291bnQuCj4gCj4gUmVnYXJkcywKPiBTaGFudGFu b28KPiBfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwo+IGZy ZWVic2QtcXVlc3Rpb25zQGZyZWVic2Qub3JnIG1haWxpbmcgbGlzdAo+IGh0dHA6Ly9saXN0cy5m cmVlYnNkLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2ZyZWVic2QtcXVlc3Rpb25zCj4gVG8gdW5zdWJz Y3JpYmUsIHNlbmQgYW55IG1haWwgdG8KPiAiZnJlZWJzZC1xdWVzdGlvbnMtdW5zdWJzY3JpYmVA ZnJlZWJzZC5vcmciCj4K From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 22:24:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E721916A41C for ; Sun, 17 Jul 2005 22:24:25 +0000 (GMT) (envelope-from chris.casey@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865FB43D48 for ; Sun, 17 Jul 2005 22:24:25 +0000 (GMT) (envelope-from chris.casey@gmail.com) Received: by zproxy.gmail.com with SMTP id 12so732277nzp for ; Sun, 17 Jul 2005 15:24:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VwMO7XI0bBlAvsTyaROAq+JdSO2m5p83JWdC5NRtjIlC/XfdsVGqb+URI8ZnnOtiIdHNce7zmv9Yt7zXtcj26pI+YFRox9B05S9LbZ4BB4+ksJO7AxeRprJdOTv8aVJOpqOARv6I//e6a24MTMUBjXTSxaygTh75pCMKxMYnMrY= Received: by 10.36.227.61 with SMTP id z61mr3442635nzg; Sun, 17 Jul 2005 15:24:24 -0700 (PDT) Received: by 10.36.154.11 with HTTP; Sun, 17 Jul 2005 15:24:24 -0700 (PDT) Message-ID: <8f44b8a3050717152423d65099@mail.gmail.com> Date: Sun, 17 Jul 2005 17:24:24 -0500 From: Chris Casey To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: How to configure Apache21 port with suexec enabled and suexec_docroot change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Casey List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 22:24:26 -0000 On a machine with an up to date ports system running 5.4, I'm trying to use Apache21 port, I know that suexec is not enabled by default and I know there should be a "make WITH_SUEXEC_MODULES=3Dyes" option, but when I try this I get some info about how to structure the options and then it appears to start the make process. Is this normal? Output: www# make WITH_SUEXEC_MODULES=3Dyes WITH_SUEXEC_DOCROOT_MODULES=3D/home =20 To enable a module category: WITH__MODULES To disable a module category: WITHOUT__MODULES =20 Per default categories are: AUTH AUTHN AUTHZ DAV MISC Categories available: AUTH AUTHN AUTHZ DAV EXPERIMENTAL LDAP MISC PROXY SSL SUEXEC THREADS To see all available knobs, type make show-options To see all modules in different categories, type make show-categories You can check your modules configuration by using make show-modules =20 =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> Extracting for apache-2.1.4 =3D> Checksum OK for apache21/httpd-2.1.4-alpha.tar.bz2. =3D> Checksum OK for apache21/powerlogo.gif. =3D=3D=3D> apache-2.1.4 depends on file: /usr/local/bin/perl5.8.6 - found =20 Secondly, I would like to run the SUEXEC_DOCROOT option so I can specify a different directory from which to run CGI, like /home. The reason is for Virtual hosts. I've read that CGIWrap is a good/better substitute for this, but alas I would like to be able to take advantage of Webmin/Virtualmin/Usermin for easy administration and I know suexec support is available in those programs, but not CGIwrap. Does anyone know the syntax when installing this port that will enable suexec and change the docroot to /home? If so can you give an example? I'm aware the 1.3 port has suexec enabled already, but I couldn't find any syntax examples in the port to even try and change the docroot. =20 Thanks for the help. Chris From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 22:45:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9757816A41C for ; Sun, 17 Jul 2005 22:45:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB6143D46 for ; Sun, 17 Jul 2005 22:45:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a098.otenet.gr [212.205.215.98]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j6HMj5mM019871; Mon, 18 Jul 2005 01:45:05 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j6HMj4vS001658; Mon, 18 Jul 2005 01:45:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j6HMj3K3001657; Mon, 18 Jul 2005 01:45:03 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 18 Jul 2005 01:45:03 +0300 From: Giorgos Keramidas To: Alex Yarmol Message-ID: <20050717224503.GE1291@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: Bash prompt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 22:45:11 -0000 On 2005-07-18 00:30, Alex Yarmol wrote: > Hi, dear FreeBSD developers etc. :) > > I have a question. > > How I can chage my bash prompt to this: > > [user@host directory-name(e. g. "alex" for /usr/home/alex)]$ > > I assume that I need to do that: > > export PS1='[\u@\h \(here i don't know what to do, i assume, that I > need to write "\p" or "\P", but it's not working)]\$ > > I've try to read "man bash", but didn't find what I want :( The manpage of bash(1) contains a section called ``PROMPTING'' that explains all the "backslash-starting escape sequences" you can use. Having said that though, the real ``working directory'' cannot be inlined in the PS1 shell variable by using an escape. The closest one can come up with is something that uses ``\w'', but this is not quite right, because it changes the HOME directory to ``~'' and there is no way to turn that off (at least, AFAIK). A workaround for this is to embed a literal ``${PWD}'' in the value of PS1, but you have to be careful to AVOID having this expanded only at the time PS1 is set, by using the proper sort of quote characters. Something like this won't work: $ export PS1="[\u@\h ${PWD}]\$ " because the shell is allowed to expand the contents of "..." quoted strings. The correct way to set PS1 using inline escape sequences and references to environment variables like ``$PWD'', which may change between subsequent PS1 references by the shell, is with something that uses single quotes: $ export PS1='[\u@\h ${PWD}]\$ ' I hope this helps a bit. If you need more details, there's a whole HOWTO document describing a lot more details than any sane person is ever going to need about bash prompts. You can find it on any mirror of the Linux Documentation Project. Since the GNU bash shell runs on both Linux and FreeBSD, most of it applies verbatim to FreeBSD too. - Giorgos From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 22:54:49 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACEC816A41C for ; Sun, 17 Jul 2005 22:54:49 +0000 (GMT) (envelope-from rjenson@redheron.net) Received: from mail2.websitesource.net (mail2.websitesource.net [64.40.144.139]) by mx1.FreeBSD.org (Postfix) with SMTP id 50CF343D46 for ; Sun, 17 Jul 2005 22:54:49 +0000 (GMT) (envelope-from rjenson@redheron.net) Received: (qmail 5263 invoked by uid 399); 17 Jul 2005 22:54:48 -0000 Received: from c-67-182-208-244.hsd1.ut.comcast.net (HELO abadon) (67.182.208.244) by mail2.websitesource.net with SMTP; 17 Jul 2005 22:54:48 -0000 From: "Ray Jenson" To: Date: Sun, 17 Jul 2005 16:54:30 -0600 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0007_01C58AF0.33D1AA90" X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcWLIn3kJu36JPZ1Tj6kL9tRkuLPuw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: <20050717225449.50CF343D46@mx1.FreeBSD.org> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@FreeBSD.org Subject: Demon license? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 22:54:49 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C58AF0.33D1AA90 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Greetings! My name is Ray Jenson, and I'm the CEO of a new start-up company in Utah, called Red Heron Corporation. Our company has recently decided that we'd like to start shipping CD's as a service to our customers. We would prominently display a link to the FreeBSD web site, as well as notifying our clients of the ability to download the software free. Here's where Brian Tao comes in: we'd like permission to use the demon on our web site when directly linked to BSD, as well as a composite graphic (sample is attached) that would show the devil alongside other logos, such as Tux, the Red Hat logo, and Microsoft's Windows logo. We're in the process of testing our hardware configurations before offering BSD-powered machines to our clients, which should knock a significant amount off the price. These logos are not currently displayed, but I can send you a mock-up if you need it. Also, I am wondering whom I contact with regard to getting authorization to actually ship the software. We wouldn't necessarily want ad space anywhere, until we're sure that we can provide timely shipments (our processes are still being developed). We are an OEM. We plan to start doing business on August 1st 2005. We will have an e-commerce storefront and will plan to offer BSD along with other products if we can find someplace to supply the optical media so that we can ship it. Thanks, Ray Jenson, CEO Red Heron Corporation ------=_NextPart_000_0007_01C58AF0.33D1AA90-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 23:14:09 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E54DC16A41C for ; Sun, 17 Jul 2005 23:14:08 +0000 (GMT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (wantadilla.lemis.com [192.109.197.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id B929943D45 for ; Sun, 17 Jul 2005 23:14:06 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 1EA7E84814; Mon, 18 Jul 2005 08:44:03 +0930 (CST) Date: Mon, 18 Jul 2005 08:44:03 +0930 From: Greg 'groggy' Lehey To: Ray Jenson Message-ID: <20050717231403.GH25747@wantadilla.lemis.com> References: <20050717225449.50CF343D46@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="smOfPzt+Qjm5bNGJ" Content-Disposition: inline In-Reply-To: <20050717225449.50CF343D46@mx1.FreeBSD.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: freebsd-questions@FreeBSD.org, taob@risc.org Subject: Re: Demon license? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 23:14:09 -0000 --smOfPzt+Qjm5bNGJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sunday, 17 July 2005 at 16:54:30 -0600, Ray Jenson wrote: > Greetings! > > My name is Ray Jenson, and I'm the CEO of a new start-up company in Utah, > called Red Heron Corporation. Our company has recently decided that we'd > like to start shipping CD's as a service to our customers. We would > prominently display a link to the FreeBSD web site, as well as notifying = our > clients of the ability to download the software free. > > Here's where Brian Tao comes in: we'd like permission to use the demon on > our web site when directly linked to BSD, as well as a composite graphic > (sample is attached)=20 It doesn't seem to have made it. > that would show the devil Devil? Devil? That's a daemon! > alongside other logos, such as Tux, the Red Hat logo, and > Microsoft's Windows logo. We're in the process of testing our > hardware configurations before offering BSD-powered machines to our > clients, which should knock a significant amount off the > price. These logos are not currently displayed, but I can send you a > mock-up if you need it. The daemon is copyright of Kirk McKusick . You should ask him for permission. In general he gives it if the usage is BSD-related, as it appears to be in this case. > Also, I am wondering whom I contact with regard to getting > authorization to actually ship the software. We wouldn't necessarily > want ad space anywhere, until we're sure that we can provide timely > shipments (our processes are still being developed). The FreeBSD license states the conditions for distribution. It's in the file /COPYRIGHT on any installed FreeBSD system. It's relatively long, so I won't include it all here, but the salient points are: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 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 The virus contained in this message was detected, clubbed to death and distributed throughout the Internet as vaccine by LEMIS anti-virus. For further details see http://www.lemis.com/grog/lemis-virus.html Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. --smOfPzt+Qjm5bNGJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC2uY7IubykFB6QiMRAlS+AJ0Qndhm+/caAWuDc5Ab8R3lfnMtdgCfWJQR djXymoR+IQ2QCD6pCRzmLQw= =M4AX -----END PGP SIGNATURE----- --smOfPzt+Qjm5bNGJ-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 23:16:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 455C416A41C for ; Sun, 17 Jul 2005 23:16:10 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB4343D45 for ; Sun, 17 Jul 2005 23:16:09 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so919110wra for ; Sun, 17 Jul 2005 16:16:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GAidEgWHBBOqiTmkx23m6U0jQugJH1Mx1NQ/o972nyQzAdPULL7TiLDvyBKz87ogGXt3NoRNPALOmxq4euQK5aFJtIVyDRD3fxj4fGv3UwQ2k5BeUAAhTlqJ68pu4E9Zswl9LoEEz8kl0zU7eOCB7lWxLP+KxiGG6yYldhuvli8= Received: by 10.54.2.57 with SMTP id 57mr193588wrb; Sun, 17 Jul 2005 16:16:09 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Sun, 17 Jul 2005 16:16:08 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 18:16:08 -0500 From: Nikolas Britton To: Nick Barnes In-Reply-To: <38171.1121430073@thrush.ravenbrook.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <38171.1121430073@thrush.ravenbrook.com> Cc: freebsd-questions@freebsd.org Subject: Re: better disk reliability on a desktop machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikolas Britton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 23:16:10 -0000 On 7/15/05, Nick Barnes wrote: > > [deleted] > > 2. taking backups offsite. Seems to me that the best route is a > number of external firewire hard disks. This machine doesn't have > motherboard firewire, so I'll need to get a PCI firewire board. * Computer (in a headless setup) that's PCI 2.2 compliant: * FreeBSD 5.x: * Rsync. * Cron. * SSH * VPN Tunnel (optional). * Big hard drive(s). * 802.11g (see the "ath" manpage) PCI NIC. Here's the parts you need, $260 for everything listed above: http://www.newegg.com/Product/Product.asp?item=3DN82E16811153035 http://www.newegg.com/Product/Product.asp?item=3DN82E16822144422 http://www.newegg.com/Product/Product.asp?item=3DN82E16813185036 http://www.newegg.com/Product/Product.asp?item=3DN82E16820141169 http://www.newegg.com/Product/Product.asp?item=3DN82E16819104159 http://www.newegg.com/Product/Product.asp?Item=3DN82E16833322201 If you can't figure out what to do with these parts, well...... From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 00:01:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC0F816A41C for ; Mon, 18 Jul 2005 00:01:53 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52A9543D4C for ; Mon, 18 Jul 2005 00:01:53 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id i3so920975wra for ; Sun, 17 Jul 2005 17:01:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ah/l0R+qehBcbvBZwujSBqAXrU5otMePIFOfxyprGGQK7/vuFrOzVcgV5s6+zrUAV4JJUggQHxQNB9ATDRIxj6MiTAgMfgySOVMWBKVV7GXvlkngHJr28On83ThT2va8uIk6CwIDXniZOgiPgq7MS6ZIVW0dXJepSDOrdUEE11E= Received: by 10.54.137.2 with SMTP id k2mr199835wrd; Sun, 17 Jul 2005 17:01:52 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Sun, 17 Jul 2005 17:01:52 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 19:01:52 -0500 From: Nikolas Britton To: Giorgos Keramidas In-Reply-To: <20050716173115.GB1490@beatrix.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200507161318.10377.nb_root@videotron.ca> <20050716173115.GB1490@beatrix.daedalusnetworks.priv> Cc: freebsd-questions@freebsd.org, Nicolas Blais Subject: Re: Boot in 1024x768x16 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikolas Britton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 00:01:53 -0000 On 7/16/05, Giorgos Keramidas wrote: > On 2005-07-16 13:17, Nicolas Blais wrote: > > Hi, > > Can anyone tell me how to boot in 1024x768x16 (vidcontrol MODE_279) or > > at least have all the ttyv at that resolution after boot. I have seen > > the sc flag 0x0080 to set it at 800x600 but I would want 1024 since my > > lcd native resolution is 1024x768 and in 800x600 the refresh rate > > causes flicker. >=20 > Does the video mode switch to 1024x768 as expected when you run as root > the following command? >=20 > # vidcontrol MODE_279 >=20 > If it does, then you can add "MODE_279" to allscreens_flags in your > /etc/rc.conf file. >=20 They finally got the raster VESA modes patch into FreeBSD??? Will it be in FreeBSD 6.x? If anyone whats this in FreeBSD 5.x I have a basic script that will apply that patch. The patch I have might be outdated (someone have a more current one???) Anyways: Run this script as root (make sure the patch was applied cleanly): --------------------- cd /tmp rm current-vesa_patch.tar.gz fetch http://www.nbritton.org/uploads/current-vesa_patch.tar.gz rm -r current-vesa_patch tar -zxvf current-vesa_patch.tar.gz cd /usr/src/sys/dev/syscons patch X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF25216A41C for ; Mon, 18 Jul 2005 00:04:19 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E9043D48 for ; Mon, 18 Jul 2005 00:04:18 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a037.otenet.gr [212.205.215.37]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j6I04FLu003135; Mon, 18 Jul 2005 03:04:15 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j6I04Dka001297; Mon, 18 Jul 2005 03:04:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j6I04DYi001296; Mon, 18 Jul 2005 03:04:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 18 Jul 2005 03:04:12 +0300 From: Giorgos Keramidas To: Nikolas Britton Message-ID: <20050718000412.GA1277@gothmog.gr> References: <200507161318.10377.nb_root@videotron.ca> <20050716173115.GB1490@beatrix.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org, Nicolas Blais Subject: Re: Boot in 1024x768x16 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 00:04:20 -0000 On 2005-07-17 19:01, Nikolas Britton wrote: >On 7/16/05, Giorgos Keramidas wrote: > They finally got the raster VESA modes patch into FreeBSD??? Will it > be in FreeBSD 6.x? Yes and yes. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 00:19:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E5216A41C for ; Mon, 18 Jul 2005 00:19:05 +0000 (GMT) (envelope-from george.ruch@3lefties.com) Received: from server.3lefties.com (server.3lefties.com [66.18.174.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C6B843D45 for ; Mon, 18 Jul 2005 00:19:01 +0000 (GMT) (envelope-from george.ruch@3lefties.com) Received: from [192.168.0.99] ([208.50.195.58]) by server.3lefties.com (8.9.2/8.9.2) with ESMTP id SAA07660; Sun, 17 Jul 2005 18:15:28 -0600 (MDT) Received: from 127.0.0.1 (AVG SMTP 7.0.336 [267.9.0]); Sun, 17 Jul 2005 18:16:12 -0600 From: George Ruch To: RW Date: Sun, 17 Jul 2005 18:16:11 -0600 Message-ID: References: <42D80E2D.707@3lefties.com> <200507171857.13748.list-freebsd-2004@morbius.sent.com> In-Reply-To: <200507171857.13748.list-freebsd-2004@morbius.sent.com> X-Mailer: Forte Agent 2.0/32.652 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Three questions... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: george.ruch@3lefties.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 00:19:06 -0000 On Sun, 17 Jul 2005 18:57:13 +0100, you wrote: >On Friday 15 July 2005 20:27, George Ruch wrote: > >> Q3: Partitioning [...] Thanks for the recommendations. I'm about to start in on Junior (dedicated FreeBSD with an FAT-32 exchange partition). >BTW I would recommend GAG as a boot manager: [...] Sounds extremely handy. There's a copy on a Linux system rescue Live CD. | George Ruch | "Is there life in Clovis after Clovis Man?" -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.336 / Virus Database: 267.9.0/49 - Release Date: 7/16/2005 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 00:42:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C56C416A41C for ; Mon, 18 Jul 2005 00:42:12 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from smtpauth08.mail.atl.earthlink.net (smtpauth08.mail.atl.earthlink.net [209.86.89.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4519B43D45 for ; Mon, 18 Jul 2005 00:42:12 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by smtpauth08.mail.atl.earthlink.net with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DuJ1C-00025w-Ih for freebsd-questions@freebsd.org; Sun, 17 Jul 2005 19:57:58 -0400 Received: from joeandlane.com (localhost [127.0.0.1]) by joeandlane.com (8.13.4/8.13.1) with ESMTP id j6I04u1m018284 for ; Sun, 17 Jul 2005 19:04:56 -0500 (CDT) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.4/8.13.1/Submit) id j6I04uKx018283 for freebsd-questions@freebsd.org; Sun, 17 Jul 2005 19:04:56 -0500 (CDT) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Sun, 17 Jul 2005 19:04:55 -0500 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507171904.55938.lane@joeandlane.com> X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec794318c84ea040e8958de8a39ddbf33e47350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: Using pppoe : nameserver not provided? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 00:42:12 -0000 Hi, My second netgear router has crashed in as many years, so I've decided to connect FreeBSD 5.3 via pppoe. Configuration was a breeze, and I have complete functionality. However, I can't determine what nameserver the pppoe connection is directing FreeBSD to use. With the netgear router, the ISP nameserver was shown on the configuration screen, so I had assumed that this value was provided by the ISP's dhcp server. Before I switched over to pppoe I simply added the router address into /etc/resolv.conf and it worked. But now I can't figure out where to get this value. I tried the gateway address provided to pppoe, but that doesn't work. Can anyone direct me to a man page or some other resource that will help me get the proper information over to FreeBSD? Thanks lane From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 01:15:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1A2116A41C for ; Mon, 18 Jul 2005 01:15:35 +0000 (GMT) (envelope-from steinex@arcor.de) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31EF243D45 for ; Mon, 18 Jul 2005 01:15:35 +0000 (GMT) (envelope-from steinex@arcor.de) Received: from mail-in-02-z2.arcor-online.net (mail-in-02-z2.arcor-online.net [151.189.8.14]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 0B0C82BE01 for ; Mon, 18 Jul 2005 03:15:34 +0200 (CEST) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mail-in-02-z2.arcor-online.net (Postfix) with ESMTP id ED95514CBEC for ; Mon, 18 Jul 2005 03:15:33 +0200 (CEST) Received: from arcor.de (mezzo.htnsrv.org [81.169.174.29]) (Authenticated sender: steinex@arcor.de) by mail-in-02.arcor-online.net (Postfix) with ESMTP id BFD151BBF9 for ; Mon, 18 Jul 2005 03:15:33 +0200 (CEST) Received: by arcor.de (nbSMTP-0.99) for uid 1003 steinex@arcor.de; Mon, 18 Jul 2005 03:15:33 +0200 (CEST) Date: Mon, 18 Jul 2005 03:15:33 +0200 From: Frank Steinborn To: freebsd-questions@freebsd.org Message-ID: <20050718011533.GB9862@mezzo.htnsrv.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <200507171904.55938.lane@joeandlane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507171904.55938.lane@joeandlane.com> User-Agent: Mutt/1.5.8i Subject: Re: Using pppoe : nameserver not provided? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 01:15:35 -0000 Lane schrieb: > Configuration was a breeze, and I have complete functionality. However, I > can't determine what nameserver the pppoe connection is directing FreeBSD to > use. > > With the netgear router, the ISP nameserver was shown on the configuration > screen, so I had assumed that this value was provided by the ISP's dhcp > server. I guess you are missing the line "enable dns" in your ppp.conf. If you open the connection, you will get nameservers provided by your ISP and these will be written into /etc/resolv.conf automatically. HTH, steinex From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 01:38:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95BA816A41C for ; Mon, 18 Jul 2005 01:38:01 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from smtpauth08.mail.atl.earthlink.net (smtpauth08.mail.atl.earthlink.net [209.86.89.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35EEC43D45 for ; Mon, 18 Jul 2005 01:38:01 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by smtpauth08.mail.atl.earthlink.net with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DuKa0-0002mz-Or for freebsd-questions@freebsd.org; Sun, 17 Jul 2005 21:38:00 -0400 Received: from joeandlane.com (localhost [127.0.0.1]) by joeandlane.com (8.13.4/8.13.1) with ESMTP id j6I1jqFK018918 for ; Sun, 17 Jul 2005 20:45:52 -0500 (CDT) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.4/8.13.1/Submit) id j6I1jqOR018917 for freebsd-questions@freebsd.org; Sun, 17 Jul 2005 20:45:52 -0500 (CDT) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Sun, 17 Jul 2005 20:45:51 -0500 User-Agent: KMail/1.8 References: <200507171904.55938.lane@joeandlane.com> <20050718011533.GB9862@mezzo.htnsrv.org> In-Reply-To: <20050718011533.GB9862@mezzo.htnsrv.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507172045.52282.lane@joeandlane.com> X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec79221b2c6f43f1be26908fb428f822fe90350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: Re: Using pppoe : nameserver not provided? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 01:38:01 -0000 On Sunday 17 July 2005 20:15, Frank Steinborn wrote: > Lane schrieb: > > Configuration was a breeze, and I have complete functionality. However, > > I can't determine what nameserver the pppoe connection is directing > > FreeBSD to use. > > > > With the netgear router, the ISP nameserver was shown on the > > configuration screen, so I had assumed that this value was provided by > > the ISP's dhcp server. > > I guess you are missing the line "enable dns" in your ppp.conf. If you > open the connection, you will get nameservers provided by your ISP and > these will be written into /etc/resolv.conf automatically. > > HTH, > steinex > DOHHHHHH!!!! I had created a new label in ppp.conf, and completely overlooked "enable dns!" Thanks! I am resolv(ed)! lane From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 01:41:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A457216A41C for ; Mon, 18 Jul 2005 01:41:13 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from smtpauth06.mail.atl.earthlink.net (smtpauth06.mail.atl.earthlink.net [209.86.89.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A59F43D46 for ; Mon, 18 Jul 2005 01:41:13 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by smtpauth06.mail.atl.earthlink.net with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DuKd6-00089F-HF for freebsd-questions@freebsd.org; Sun, 17 Jul 2005 21:41:12 -0400 Received: from joeandlane.com (localhost [127.0.0.1]) by joeandlane.com (8.13.4/8.13.1) with ESMTP id j6I1n4aW018951 for ; Sun, 17 Jul 2005 20:49:04 -0500 (CDT) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.4/8.13.1/Submit) id j6I1n3jh018950 for freebsd-questions@freebsd.org; Sun, 17 Jul 2005 20:49:04 -0500 (CDT) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Sun, 17 Jul 2005 20:49:03 -0500 User-Agent: KMail/1.8 References: <20050717225449.50CF343D46@mx1.FreeBSD.org> In-Reply-To: <20050717225449.50CF343D46@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507172049.03853.lane@joeandlane.com> X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec79f6eb2d8c589886ec4fe7dd6e9fb282b2350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: Re: Demon license? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 01:41:13 -0000 On Sunday 17 July 2005 17:54, Ray Jenson wrote: > Greetings! > > My name is Ray Jenson, and I'm the CEO of a new start-up company in Utah, > called Red Heron Corporation. Our company has recently decided that we'd > like to start shipping CD's as a service to our customers. We would > prominently display a link to the FreeBSD web site, as well as notifying > our clients of the ability to download the software free. > > Here's where Brian Tao comes in: we'd like permission to use the demon on > our web site when directly linked to BSD, as well as a composite graphic > (sample is attached) that would show the devil alongside other logos, such > as Tux, the Red Hat logo, and Microsoft's Windows logo. We're in the > process of testing our hardware configurations before offering BSD-powered > machines to our clients, which should knock a significant amount off the > price. These logos are not currently displayed, but I can send you a > mock-up if you need it. > > Also, I am wondering whom I contact with regard to getting authorization to > actually ship the software. We wouldn't necessarily want ad space anywhere, > until we're sure that we can provide timely shipments (our processes are > still being developed). > > We are an OEM. We plan to start doing business on August 1st 2005. We will > have an e-commerce storefront and will plan to offer BSD along with other > products if we can find someplace to supply the optical media so that we > can ship it. > > Thanks, > > Ray Jenson, CEO > Red Heron Corporation It's "daemon," Ray, not "devil." The devil is in the Microsoft licensing. lane From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 02:03:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FB9716A41C for ; Mon, 18 Jul 2005 02:03:22 +0000 (GMT) (envelope-from haoniukun@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id E555C43D46 for ; Mon, 18 Jul 2005 02:03:21 +0000 (GMT) (envelope-from haoniukun@gmail.com) Received: by wproxy.gmail.com with SMTP id i6so934915wra for ; Sun, 17 Jul 2005 19:03:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PMVLV9Co6HUv5+xbOKLHkegUHvNDJ0wzwCZzgCSidnm5ieQ/Kr2z8wBh6keVh7uJHrbbMvu3DIfuGg0ur3ijjRVCFIseLCXfZqycTx50E3KefAH+/FjIEEngTYswn3OXZZ+b+lX5bRfAYWkRkD/zKmS8L/VkrhSDvJCHvGJP4j8= Received: by 10.54.109.20 with SMTP id h20mr219061wrc; Sun, 17 Jul 2005 19:03:21 -0700 (PDT) Received: by 10.54.118.13 with HTTP; Sun, 17 Jul 2005 19:03:21 -0700 (PDT) Message-ID: Date: Mon, 18 Jul 2005 10:03:21 +0800 From: Kun Niu To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Questions about "no window found" error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kun Niu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 02:03:22 -0000 Dear freebsd users, I've got such a strange question. I can start my xwindow. But each time I use mozilla bundled with my 5.3 release. I found the error "no window found error" It also strange that I can start x, but I can't get startkde run. I really installed kde on my computer. Can anyone give any hints? Any help woud be appreciated. Thanks in advance. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 02:35:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CB4216A41C for ; Mon, 18 Jul 2005 02:35:17 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD5F43D45 for ; Mon, 18 Jul 2005 02:35:15 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j6I2Z9Mj018668 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 18 Jul 2005 09:35:09 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j6I2Z7G2062053; Mon, 18 Jul 2005 09:35:07 +0700 (ICT) Date: Mon, 18 Jul 2005 09:35:07 +0700 (ICT) Message-Id: <200507180235.j6I2Z7G2062053@banyan.cs.ait.ac.th> From: Olivier Nicole To: chad@shire.net In-reply-to: <97D612F1-D9D2-47CD-BC93-449DFBD30EE5@shire.net> (chad@shire.net) References: <42D412D2.1000502@calarts.edu> <72cf361e050716094211c60386@mail.gmail.com> <200507170010.j6H0A1eQ053031@banyan.cs.ait.ac.th> <97D612F1-D9D2-47CD-BC93-449DFBD30EE5@shire.net> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Spam Assassin Reject X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 02:35:17 -0000 > It is possible to reject during the connection during the DATA > phase. Using exim and sa-exim glue, with spamassassin, this is what > I do. The sender gets a 5xx rejection with the message: UCE not OK it is possible, but what I meant was it is highly not advisable. You never know what the end of the message will give to. The message can look like spam at the begining and end-up being non-spam. Olivier From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 02:49:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 398C516A41C for ; Mon, 18 Jul 2005 02:49:21 +0000 (GMT) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id E119143D46 for ; Mon, 18 Jul 2005 02:49:20 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.222.227] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1DuLh2-000L6c-2m; Sun, 17 Jul 2005 20:49:20 -0600 In-Reply-To: <200507180235.j6I2Z7G2062053@banyan.cs.ait.ac.th> References: <42D412D2.1000502@calarts.edu> <72cf361e050716094211c60386@mail.gmail.com> <200507170010.j6H0A1eQ053031@banyan.cs.ait.ac.th> <97D612F1-D9D2-47CD-BC93-449DFBD30EE5@shire.net> <200507180235.j6I2Z7G2062053@banyan.cs.ait.ac.th> Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <31A48B76-7DF2-4E50-8B52-98CC6AD2EC8A@shire.net> Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Sun, 17 Jul 2005 20:49:19 -0600 To: Olivier Nicole X-Mailer: Apple Mail (2.733) X-SA-Do-Not-Run: Yes X-SA-Exim-Connect-IP: 67.161.222.227 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: freebsd-questions@freebsd.org Subject: Re: Spam Assassin Reject X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 02:49:21 -0000 On Jul 17, 2005, at 8:35 PM, Olivier Nicole wrote: >> It is possible to reject during the connection during the DATA >> phase. Using exim and sa-exim glue, with spamassassin, this is what >> I do. The sender gets a 5xx rejection with the message: UCE not >> > > OK it is possible, but what I meant was it is highly not > advisable. You never know what the end of the message will give > to. The message can look like spam at the begining and end-up being > non-spam. Well, what I meant, was that you process it before you acknowledge the receipt in the DATA phase but after it is sent so you can immediate reject it. Chad > > Olivier > _______________________________________________ > 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" > --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad@shire.net From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 03:18:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF59D16A41C for ; Mon, 18 Jul 2005 03:18:36 +0000 (GMT) (envelope-from jim-c@charter.net) Received: from mxsf34.cluster1.charter.net (mxsf34.cluster1.charter.net [209.225.28.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8560343D46 for ; Mon, 18 Jul 2005 03:18:36 +0000 (GMT) (envelope-from jim-c@charter.net) Received: from mxip05a.cluster1.charter.net (mxip05a.cluster1.charter.net [209.225.28.135]) by mxsf34.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j6I3IZAC025309 for ; Sun, 17 Jul 2005 23:18:35 -0400 Received: from 68-119-202-215.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) (68.119.202.215) by mxip05a.cluster1.charter.net with ESMTP; 17 Jul 2005 23:18:37 -0400 X-IronPort-AV: i="3.93,296,1115006400"; d="scan'208"; a="1176378599:sNHT16500238" Message-ID: <42DB1F87.3030206@charter.net> Date: Sun, 17 Jul 2005 23:18:31 -0400 From: Jim Campbell User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) 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: Newbie IPFW Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 03:18:37 -0000 I have a machine set up as a classroom to learn about FreeBSD. It is running 4.11 primarily because anything later can't see my hard drive. As background, my FBSD machine has an address of 192.168.1.110. It is situated behind a hardware firewall (a Linksys router). $pif is vr0. I'm having problems setting up IPFW to communicate with an Onion router. The puzzling part is that I am able to use the Onion router but my /var/log/security file says that some of the packets are being dropped. Following is what I hope are the pertinent lines from my /etc/ipfw.rules file: $cmd 00225 allow tcp from me to any 9001-9033 out via $pif setup keep-state $cmd 00299 deny log all from me to any out via $pif $cmd 00332 deny log tcp from any to me established in via $pif Next is an excerpt from the /var/log/security file: Jul 17 21:49:58 JimsP1G /kernel: ipfw: 299 Deny TCP 192.168.1.110:2218 128.148.34.133:9001 out via vr0 Jul 17 21:49:59 JimsP1G /kernel: ipfw: 299 Deny TCP 192.168.1.110:4959 131.175.189.134:9001 out via vr0 Jul 17 21:50:18 JimsP1G /kernel: ipfw: 332 Deny TCP 128.148.34.133:9001 192.168.1.110:2218 in via vr0 Jul 17 21:50:29 JimsP1G /kernel: ipfw: 332 Deny TCP 131.175.189.134:9030 192.168.1.110:4566 in via vr0 Now my questions. First, why isn't rule 225 allowing all the packets out to the Onion router? It seems to me that ipfw should allow all packets in the port range 9001-9033 out or none. Next, the two inbound packets should be returning in response to an outbound packet. Why are they being dropped? Are they exceeding some timeout? Thanks in advance. Jim Campbell From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 03:25:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F0A116A41C for ; Mon, 18 Jul 2005 03:25:42 +0000 (GMT) (envelope-from jfalconer@puc.edu) Received: from ecf.puc.edu (ecf2.puc.edu [12.16.216.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EECF43D46 for ; Mon, 18 Jul 2005 03:25:41 +0000 (GMT) (envelope-from jfalconer@puc.edu) Received: from localhost (jfalconer@localhost) by ecf.puc.edu (8.11.6/8.10.1) with ESMTP id j6I3PSl02613 for ; Sun, 17 Jul 2005 20:25:28 -0700 (PDT) Date: Sun, 17 Jul 2005 20:25:28 -0700 (PDT) From: Jon Falconer To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: two default routes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 03:25:42 -0000 I have two ISP connections, a 45Mb and a 6Mb. Depending on what block of local addresses a packet is coming from will determine which ISP I want to send the packet out. In essence the default route used for a packet depends on its source address (for traffic leaving our campus.) Can someone tell me what package I should read up on (ip,ipf,ipfw,other)? or if I should just do this with a real router and not FreeBSD? Thanks for your insights, Jon From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 03:38:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFDA016A41C for ; Mon, 18 Jul 2005 03:38:47 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 722A343D46 for ; Mon, 18 Jul 2005 03:38:47 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j6I3cg1X006261 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Sun, 17 Jul 2005 20:38:43 -0700 Message-Id: <6.1.0.6.2.20050717202710.04300cc0@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Sun, 17 Jul 2005 20:35:26 -0700 To: Jim Campbell , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <42DB1F87.3030206@charter.net> References: <42DB1F87.3030206@charter.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Newbie IPFW Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 03:38:47 -0000 At 08:18 PM 7/17/2005, Jim Campbell wrote: >I have a machine set up as a classroom to learn about FreeBSD. It is >running 4.11 primarily because anything later can't see my hard drive. > >As background, my FBSD machine has an address of 192.168.1.110. It is >situated behind a hardware firewall (a Linksys router). $pif is vr0. > >I'm having problems setting up IPFW to communicate with an Onion router. >The puzzling part is that I am able to use the Onion router but my >/var/log/security file says that some of the packets are being dropped. > >Following is what I hope are the pertinent lines from my /etc/ipfw.rules >file: > >$cmd 00225 allow tcp from me to any 9001-9033 out via $pif setup keep-state >$cmd 00299 deny log all from me to any out via $pif >$cmd 00332 deny log tcp from any to me established in via $pif > >Next is an excerpt from the /var/log/security file: > >Jul 17 21:49:58 JimsP1G /kernel: ipfw: 299 Deny TCP 192.168.1.110:2218 >128.148.34.133:9001 out via vr0 >Jul 17 21:49:59 JimsP1G /kernel: ipfw: 299 Deny TCP 192.168.1.110:4959 >131.175.189.134:9001 out via vr0 >Jul 17 21:50:18 JimsP1G /kernel: ipfw: 332 Deny TCP 128.148.34.133:9001 >192.168.1.110:2218 in via vr0 >Jul 17 21:50:29 JimsP1G /kernel: ipfw: 332 Deny TCP 131.175.189.134:9030 >192.168.1.110:4566 in via vr0 > >Now my questions. First, why isn't rule 225 allowing all the packets out >to the Onion router? It seems to me that ipfw should allow all packets >in the port range 9001-9033 out or none. Rule 225 will only match packets used to setup the tcp session, once it's established you need another rule that will allow the established session to function. Rule 299 is denying everything from leaving your machine except for the packets allowed by rule 225. >Next, the two inbound packets should be returning in response to an >outbound packet. Why are they being dropped? Are they exceeding some >timeout? Rule 332 is denying all established traffic from entering your machine. So, while rule 225 allows you to establish a tcp session with another system on ports 9001-9033, once the session is established, rule 225 no longer applies and rule 332 is then throwing all those packets away. -Glenn >Thanks in advance. > >Jim Campbell > > > > >_______________________________________________ >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 Jul 18 03:47:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ECB916A41C for ; Mon, 18 Jul 2005 03:47:54 +0000 (GMT) (envelope-from shaunpasay@msn.com) Received: from hotmail.com (bay106-f24.bay106.hotmail.com [65.54.161.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6266A43D45 for ; Mon, 18 Jul 2005 03:47:54 +0000 (GMT) (envelope-from shaunpasay@msn.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Jul 2005 20:47:54 -0700 Message-ID: Received: from 65.54.161.207 by by106fd.bay106.hotmail.msn.com with HTTP; Mon, 18 Jul 2005 03:47:54 GMT X-Originating-IP: [65.54.161.207] X-Originating-Email: [shaunpasay@msn.com] X-Sender: shaunpasay@msn.com From: "SHAUN PASAY" To: freebsd-questions@freebsd.org Date: Sun, 17 Jul 2005 21:47:54 -0600 X-OriginalArrivalTime: 18 Jul 2005 03:47:54.0355 (UTC) FILETIME=[7A79FC30:01C58B4B] MIME-Version: 1.0 Content-Type: text/plain; format="flowed" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: I am Newbie HELP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Ar