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-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 03:47:54 -0000 I have been trying to install freeBSD on a my system .I do not understand the installation Process , If someone can make a easy to follow setup ,I would be very HAPPY .I want a kde desktop .it will be on a 6 gig partition sharing the hard drive with xp pro and i would prefer a boot manager .It is not as easy as PcLinux or redhat and so on .If someone can help THANKYOU!!! From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 04:07:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60BD616A41C for ; Mon, 18 Jul 2005 04:07:41 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED9F743D45 for ; Mon, 18 Jul 2005 04:07:40 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id i2so933519wra for ; Sun, 17 Jul 2005 21:07:40 -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=EpRfdi8yI//tKXndlbGADSv5jrWSqm6zc8K2crAvEhhNDMH5nHb02w2vlPbebfKM6UM9xJRmmTy9pROLc5ystCPsPwTVvGGtmttKtvjl5IZ3gABpIfALryUUtHw5/ZNZa6cfagmNGfmOALZg0/MLvKfaLWcAcgH6Fu9A2D/VgCk= Received: by 10.54.2.57 with SMTP id 57mr243996wrb; Sun, 17 Jul 2005 21:07:40 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Sun, 17 Jul 2005 21:07:40 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 23:07:40 -0500 From: Nikolas Britton To: SHAUN PASAY In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: I am Newbie HELP 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 04:07:41 -0000 On 7/17/05, SHAUN PASAY wrote: >=20 > I have been trying to install freeBSD on a my system .I do not > understand the installation Process , If someone can make a easy to > follow setup ,I would be very HAPPY .I want a kde desktop .it will be > on a 6 gig partition sharing the hard drive with xp pro and i would > prefer a boot manager .It is not as easy as PcLinux or redhat and so > on .If someone can help THANKYOU!!! Have you tried the FreeBSD handbook? Start Here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html Next: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html After you get your system up skim through chapters 3 - 9 at least once: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 04:38: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 0028716A41C for ; Mon, 18 Jul 2005 04:38:31 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F84A43D45 for ; Mon, 18 Jul 2005 04:38:31 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 01B5BA246A7 for ; Mon, 18 Jul 2005 01:38:29 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 75293-09 for ; Mon, 18 Jul 2005 04:38:29 +0000 (GMT) Received: from ganymede.hub.org (blk-224-176-51.eastlink.ca [24.224.176.51]) by hub.org (Postfix) with ESMTP id 92F03A246A5 for ; Mon, 18 Jul 2005 01:38:29 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1000) id 16C9C352F0; Mon, 18 Jul 2005 01:38:30 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 118E6340D8 for ; Mon, 18 Jul 2005 01:38:30 -0300 (ADT) Date: Mon, 18 Jul 2005 01:38:30 -0300 (ADT) From: "Marc G. Fournier" To: freebsd-questions@freebsd.org Message-ID: <20050718013156.U1035@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Subject: WARNING: Major vnode leakage in RELENG_4 NFS ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 04:38:32 -0000 Hopefully that caught enough attention :) I've recently been having problems with one of my servers *hanging* that I've just recently traced down to what looks to be a vnode leak in the latest NFS code in the RELENG_4 branch ... Unfortunately, my 'debugging' is at a stand still, but if anyone is noticing issues with their 4.x, where the server seems to hang, take a look at your 'sysctl debug.freevnodes' while doing some operations on an NFS mount ... To "compensate" for the issue on my server, I've changed my scripts so that they umount;mount the NFS file system before doing any major operations, to free up the vnodes, which so far seems to be preventing a reoccurance of the lock up ... As an example, I have a process that starts at 1am that does a find across some NFS mounted directories, and my freevnodes has drop'd by ~130k: Jul 18 01:00:00 mercury root: debug.numvnodes: 460354 - debug.freevnodes: 431364 - debug.vnlru_nowhere: 0 - vlruwt Jul 18 01:12:00 mercury root: debug.numvnodes: 460354 - debug.freevnodes: 355260 - debug.vnlru_nowhere: 0 - vlruwt Jul 18 01:24:00 mercury root: debug.numvnodes: 460354 - debug.freevnodes: 307395 - debug.vnlru_nowhere: 0 - vlruwt Without the umount;mount, they drop farther/faster :( ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 04:44: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 D9F3616A422 for ; Mon, 18 Jul 2005 04:44:00 +0000 (GMT) (envelope-from chris@osdir.com) Received: from pd3mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1663243D4C for ; Mon, 18 Jul 2005 04:43:59 +0000 (GMT) (envelope-from chris@osdir.com) Received: from pd5mr6so.prod.shaw.ca (pd5mr6so-qfe3.prod.shaw.ca [10.0.141.182]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IJT00DSG3OT67A0@l-daemon> for freebsd-questions@FreeBSD.org; Sun, 17 Jul 2005 22:41:17 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd5mr6so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IJT009LH3OTH200@pd5mr6so.prod.shaw.ca> for freebsd-questions@FreeBSD.org; Sun, 17 Jul 2005 22:41:17 -0600 (MDT) Received: from [127.0.0.1] (S01060040057a726d.cg.shawcable.net [24.64.108.65]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IJT00D0F3OSK1@l-daemon> for freebsd-questions@FreeBSD.org; Sun, 17 Jul 2005 22:41:17 -0600 (MDT) Date: Sun, 17 Jul 2005 22:41:16 -0600 From: Chris To: freebsd-questions@FreeBSD.org Message-id: <42DB32EC.8020400@osdir.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) Cc: Subject: OSDir.com Screenshots of your FreeBSD 6.0-BETA1 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 04:44:01 -0000 Congratulations on your FreeBSD 6.0-BETA1 release. We'd love to have this release listed in our screenshot gallery (http://shots.osdir.com). Posting your screenshots is an excellent way to promote your product, as submitting is free and our screenshots are seen by thousands of people daily (http://www.stathound.com/stats.aspx?m=d). If you are interested in submitting screenshots, please follow the instructions on how to submit here: http://shots.osdir.com/slideshows/how_to_submit.php. You may want to post this on your forum to get some help from your community. Thank you. Chris OSDir.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 04:52: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 CA0E416A41C for ; Mon, 18 Jul 2005 04:52:01 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27B0443D48 for ; Mon, 18 Jul 2005 04:52:00 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by rproxy.gmail.com with SMTP id 1so509225rny for ; Sun, 17 Jul 2005 21:52:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:organization:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type; b=TJn+AipOJ/ikcD2BuLF+FUIzgwR1mofScOCNLUwn0Fe/bTr9Tuv+VlY8G6JdK8AnMwHPRB8/H1vyd/tPTwgLYBYNjuo6X/OMtHCAZ4Pm2pB04DEm7TQarOGWcRjl7IdcNzzQSUnKmnEkbTQdgnNCynlbeMx9QPsBnyHTNJYit74= Received: by 10.38.8.11 with SMTP id 11mr1428396rnh; Sun, 17 Jul 2005 21:52:00 -0700 (PDT) Received: from ?127.0.0.1? ([59.93.163.119]) by mx.gmail.com with ESMTP id 61sm13121716rnb.2005.07.17.21.51.57; Sun, 17 Jul 2005 21:52:00 -0700 (PDT) Message-ID: <42DB3564.9050001@gmail.com> Date: Mon, 18 Jul 2005 10:21:48 +0530 From: Subhro Organization: Indian Institute of Information Technology User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris References: <42DB32EC.8020400@osdir.com> In-Reply-To: <42DB32EC.8020400@osdir.com> Content-Type: multipart/mixed; boundary="------------050206060801010102050802" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@FreeBSD.org Subject: Re: OSDir.com Screenshots of your FreeBSD 6.0-BETA1 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 04:52:02 -0000 This is a multi-part message in MIME format. --------------050206060801010102050802 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 7/18/2005 10:11, Chris wrote: > Congratulations on your FreeBSD 6.0-BETA1 release. We'd love to have > this release listed in our screenshot gallery > (http://shots.osdir.com). Posting your screenshots is an excellent > way to promote your product, as submitting is free and our screenshots > are seen by thousands of people daily > (http://www.stathound.com/stats.aspx?m=d). Thanks > > If you are interested in submitting screenshots, please follow the > instructions on how to submit here: > http://shots.osdir.com/slideshows/how_to_submit.php. You may want to > post this on your forum to get some help from your community. > > Thank you. You are most welcome http://shots.osdir.com/slideshows/how_to_submit.php <<---- here the first line on this site is: "At OSDir, you may also submit your Linux desktop screenshot!" FreeBSD is NOT ANOTHER PENGUIN IMPLEMENTATION Secondly, I believe that this concept of posting screenshots is pretty unprofessional and childish. Its like saying "Yay! my desktop is prettier than yours". At FreeBSD we concentrate more on quaality than looks. Secondly, FreeBSD does not have any Native GUI unlike few distributions like Mandrake who use a costomized GUI. Thus IMHO a FreeBSD screenshot would just be a black screen with some scribbles on it :-). -- --------------050206060801010102050802-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 06:05:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D826216A41C for ; Mon, 18 Jul 2005 06:05:07 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7327643D49 for ; Mon, 18 Jul 2005 06:05:07 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so956180wra for ; Sun, 17 Jul 2005 23:05:06 -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=pmMMj0xZ0Ej62euovfcCUAg2vpmpwOtK6r6aHnAjj2EjEqE3xD1s1xqRtoLQ33WxdJABW5OOUtCNvFjZFskY9FzLBPoWTGvKlO3Lt1aZhULcMCViX7yOSQd39n1SjHTgZwvIqc28lxiXBStfL44zLen0FITs1gHb7XEeUzgVpbw= Received: by 10.54.109.13 with SMTP id h13mr260092wrc; Sun, 17 Jul 2005 23:05:06 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Sun, 17 Jul 2005 23:05:06 -0700 (PDT) Message-ID: Date: Mon, 18 Jul 2005 01:05:06 -0500 From: Nikolas Britton To: Subhro In-Reply-To: <42DB3564.9050001@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: base64 Content-Disposition: inline References: <42DB32EC.8020400@osdir.com> <42DB3564.9050001@gmail.com> Cc: Chris , freebsd-questions@freebsd.org Subject: Re: OSDir.com Screenshots of your FreeBSD 6.0-BETA1 release 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 06:05:08 -0000 T24gNy8xNy8wNSwgU3ViaHJvIDxzdWJocm8ua2FyQGdtYWlsLmNvbT4gd3JvdGU6CgogCj4gRnJl ZUJTRCBpcyBOT1QgQU5PVEhFUiBQRU5HVUlOIElNUExFTUVOVEFUSU9OCj4gCj4gU2Vjb25kbHks IEkgYmVsaWV2ZSB0aGF0IHRoaXMgY29uY2VwdCBvZiBwb3N0aW5nIHNjcmVlbnNob3RzIGlzIHBy ZXR0eQo+IHVucHJvZmVzc2lvbmFsIGFuZCBjaGlsZGlzaC4gSXRzIGxpa2Ugc2F5aW5nICJZYXkh IG15IGRlc2t0b3AgaXMKPiBwcmV0dGllciB0aGFuIHlvdXJzIi4gQXQgRnJlZUJTRCB3ZSBjb25j ZW50cmF0ZSBtb3JlIG9uIHF1YWFsaXR5IHRoYW4KPiBsb29rcy4gU2Vjb25kbHksIEZyZWVCU0Qg ZG9lcyBub3QgaGF2ZSBhbnkgTmF0aXZlIEdVSSB1bmxpa2UgZmV3Cj4gZGlzdHJpYnV0aW9ucyBs aWtlIE1hbmRyYWtlIHdobyB1c2UgYSBjb3N0b21pemVkIEdVSS4gVGh1cyBJTUhPIGEKPiBGcmVl QlNEIHNjcmVlbnNob3Qgd291bGQganVzdCBiZSBhIGJsYWNrIHNjcmVlbiB3aXRoIHNvbWUgc2Ny aWJibGVzIG9uCj4gaXQgOi0pLgo+IAoKRnJlZUJTRCA2LjAtQkVUQTEgU2NyZWVuc2hvdDoKCgpG cmVlQlNEL2kzODYgKGFtbmVzaWFjKSAodHR5djApICAgIAogICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAKbG9naW46II0K From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 06:12:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1456D16A41C for ; Mon, 18 Jul 2005 06:12:38 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B00043D45 for ; Mon, 18 Jul 2005 06:12:37 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by rproxy.gmail.com with SMTP id 1so512415rny for ; Sun, 17 Jul 2005 23:12:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:organization:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type; b=CB9Aml0WJXxOLffbjgtPmHxKxT/kr0QPVMP9Rz9W609MeaWwZNxQ3VCOkk3rVFvpvey4liXbYzix7dgOcRKEn/L4bvpxdCbIWO6SByW0T8EMH5DFDFmeKP8LyIi5Wejc3zzCUdtb3cl292nn9f1+iDd+zs9cv1EilldZoIBwAKk= Received: by 10.38.6.14 with SMTP id 14mr4704553rnf; Sun, 17 Jul 2005 23:12:36 -0700 (PDT) Received: from ?127.0.0.1? ([59.93.166.188]) by mx.gmail.com with ESMTP id 3sm6951888rny.2005.07.17.23.12.34; Sun, 17 Jul 2005 23:12:36 -0700 (PDT) Message-ID: <42DB4848.6060109@gmail.com> Date: Mon, 18 Jul 2005 11:42:24 +0530 From: Subhro Organization: Indian Institute of Information Technology User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nikolas Britton References: <42DB32EC.8020400@osdir.com> <42DB3564.9050001@gmail.com> In-Reply-To: Content-Type: multipart/mixed; boundary="------------070809070103000700020106" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Chris , freebsd-questions@freebsd.org Subject: Re: OSDir.com Screenshots of your FreeBSD 6.0-BETA1 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 06:12:38 -0000 This is a multi-part message in MIME format. --------------070809070103000700020106 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: quoted-printable On 7/18/2005 11:35, Nikolas Britton wrote: >On 7/17/05, Subhro wrote: > >=20 > =20 > >>FreeBSD is NOT ANOTHER PENGUIN IMPLEMENTATION >> >>Secondly, I believe that this concept of posting screenshots is pretty >>unprofessional and childish. Its like saying "Yay! my desktop is >>prettier than yours". At FreeBSD we concentrate more on quaality than >>looks. Secondly, FreeBSD does not have any Native GUI unlike few >>distributions like Mandrake who use a costomized GUI. Thus IMHO a >>FreeBSD screenshot would just be a black screen with some scribbles on >>it :-). >> >> =20 >> > >FreeBSD 6.0-BETA1 Screenshot: > > >FreeBSD/i386 (amnesiac) (ttyv0) =20 > =20 >login: =8D > =20 > ROFLOL. Good Joke Thanks S. --------------070809070103000700020106-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 06:31: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 EB53216A41C for ; Mon, 18 Jul 2005 06:31:33 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763BB43D49 for ; Mon, 18 Jul 2005 06:31:32 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id EC30589103; Mon, 18 Jul 2005 08:31:30 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16184-09; Mon, 18 Jul 2005 08:31:26 +0200 (CEST) Received: from firewall.demig (p50838A9E.dip0.t-ipconnect.de [80.131.138.158]) by server.absolute-media.de (Postfix) with ESMTP id E8BAB880D0; Mon, 18 Jul 2005 08:31:25 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j6I6RvSl098340; Mon, 18 Jul 2005 08:28:13 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "George Ruch" , Date: Mon, 18 Jul 2005 09:28:04 +0200 Message-ID: <005701c58b6a$3c455c60$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <42D80E2D.707@3lefties.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: 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: Mon, 18 Jul 2005 06:31:34 -0000 > 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? As I understand, you try to install from the second hard disk. When I last tried this (using FreeBSD 4) it did not work such way, because I found that in FreeBSD's boot sector code the drive number is hard-coded. So you would have to go to the source directory, change the drive number, assemble the boot sector and put it to drive C. This worked for me. Norbert From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 06:45: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 7FC4016A41C for ; Mon, 18 Jul 2005 06:45:33 +0000 (GMT) (envelope-from rj45@slacknet.com) Received: from slacknet.com (slacknet.com [166.70.153.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B02C43D45 for ; Mon, 18 Jul 2005 06:45:33 +0000 (GMT) (envelope-from rj45@slacknet.com) Received: from rj45 (helo=localhost) by slacknet.com with local-esmtp (Exim 4.50 #1 (Debian)) id 1DuPNc-0001mu-A7 for ; Mon, 18 Jul 2005 00:45:32 -0600 Date: Mon, 18 Jul 2005 00:45:32 -0600 (MDT) From: RJ45 To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: rj45@slacknet.com X-SA-Exim-Scanned: No (on slacknet.com); SAEximRunCond expanded to false Subject: daemon program. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 06:45:33 -0000 Hello, I did a daemon program which uses sendmail milter. I would like the program to make a core file when it crashes. from time to time the daemon dies and I Am not able to find out why. If I had a core file I could use the debugger. Is there any way to tell hte program to die with a core dump in FreeBSD ? thanks Rick From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 06:51:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1019E16A41C for ; Mon, 18 Jul 2005 06:51:43 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 926D843D45 for ; Mon, 18 Jul 2005 06:51:42 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 48933893E2; Mon, 18 Jul 2005 08:51:32 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17316-01; Mon, 18 Jul 2005 08:51:27 +0200 (CEST) Received: from firewall.demig (p50838A9E.dip0.t-ipconnect.de [80.131.138.158]) by server.absolute-media.de (Postfix) with ESMTP id EC96489CA6; Mon, 18 Jul 2005 08:51:26 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j6I6nlkY099406; Mon, 18 Jul 2005 08:49:47 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "Emil Khatib" , Date: Mon, 18 Jul 2005 09:49:38 +0200 Message-ID: <006501c58b6d$3ff14600$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: 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: Mon, 18 Jul 2005 06:51:43 -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) Post your firewall configuration. You should at least have a rule to allow any tcp from your box to the world. Here is an fragment from my home computer's firewall rules: ... pass tcp from any to any established # allow established tcp connections pass ip from any to any frag # allow fragmented segments pass tcp from me to any setup # allow me to setup tcp connections pass udp from me to any keep-state # allow me to setup udp-connections ... This alone won't work, if you want your box to forward traffic from other hosts in your local net. Norbert From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 07:16: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 277CC16A41C for ; Mon, 18 Jul 2005 07:16:21 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD6C543D48 for ; Mon, 18 Jul 2005 07:16:20 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 75BC6893D5; Mon, 18 Jul 2005 09:16:19 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18389-05; Mon, 18 Jul 2005 09:16:14 +0200 (CEST) Received: from firewall.demig (p50838A9E.dip0.t-ipconnect.de [80.131.138.158]) by server.absolute-media.de (Postfix) with ESMTP id 9FDCA86209; Mon, 18 Jul 2005 09:16:14 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j6I7CQAJ019648; Mon, 18 Jul 2005 09:12:26 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "RJ45" , Date: Mon, 18 Jul 2005 10:12:17 +0200 Message-ID: <000301c58b70$69d211e0$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 In-Reply-To: Importance: Normal X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: Subject: RE: daemon program. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 07:16:21 -0000 > Hello, > I did a daemon program which uses sendmail milter. > I would like the program to make a core file when it crashes. > from time to time the daemon dies and I Am not able to find out why. > If I had a core file I could use the debugger. > Is there any way to tell hte program to die with a core dump in FreeBSD ? Why don't you let your program start and then attach gdb to it. Or just make periodic core dumps using gcore(1) to be able to inspect your program's current state. Norbert From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 07:24:21 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8412816A41C for ; Mon, 18 Jul 2005 07:24:21 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F1F43D48 for ; Mon, 18 Jul 2005 07:24:21 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so821885nzk for ; Mon, 18 Jul 2005 00:24:20 -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=M8URVqYMwdJqqJSE/e30/RtYP6TAfshRf+3tsnq4AUd+g2VecHOlqV5q32FtZkHXHhDhfIYg5/EQ9hCap5suqwO+XDlSNMeBIQIhk1iLA1xTojWDeV6YtvhSnZ+UxkoKmxLP4K5sILqrrJriqj6qOdc1FxQ5a6XpfmkIhabXc8E= Received: by 10.36.138.10 with SMTP id l10mr2269697nzd; Mon, 18 Jul 2005 00:24:20 -0700 (PDT) Received: by 10.36.108.6 with HTTP; Mon, 18 Jul 2005 00:24:19 -0700 (PDT) Message-ID: <7cbadc8705071800244d507914@mail.gmail.com> Date: Mon, 18 Jul 2005 09:24:20 +0200 From: Nelis Lamprecht To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Continuation of support for FreeBSD 4.x ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nelis Lamprecht List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 07:24:21 -0000 Greetings all, Could somebody please clarify for me what will happen to FreeBSD 4.x support with regards to patches and or security updates in the future ? I've heard that when version 6 becomes RELEASE there will be no more security updates to version 4.x, is this true ? I work at a University where we have approximately 30 x FreeBSD servers of which half run 4.x and are used for routing IPX and connecting to Netware shares, running various Netware related applications etc so the above is of importance to me. FreeBSD 5.x was slow to adopt IPX support and it has never been stable enough to use in a production enviroment. Thanks for your reply. Regards, Nelis From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 07:32:13 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CD5A16A41C for ; Mon, 18 Jul 2005 07:32:13 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFF343D45 for ; Mon, 18 Jul 2005 07:32:11 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 42B937170043A4CA for questions@freebsd.org; Mon, 18 Jul 2005 09:32:10 +0200 Received: (qmail 98951 invoked by uid 1001); 18 Jul 2005 09:32:09 +0200 Date: Mon, 18 Jul 2005 09:32:09 +0200 From: Erik Trulsson To: Nelis Lamprecht Message-ID: <20050718073209.GA98891@falcon.midgard.homeip.net> Mail-Followup-To: Nelis Lamprecht , FreeBSD Questions References: <7cbadc8705071800244d507914@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7cbadc8705071800244d507914@mail.gmail.com> User-Agent: Mutt/1.5.9i Cc: FreeBSD Questions Subject: Re: Continuation of support for FreeBSD 4.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: Mon, 18 Jul 2005 07:32:13 -0000 On Mon, Jul 18, 2005 at 09:24:20AM +0200, Nelis Lamprecht wrote: > Greetings all, > > Could somebody please clarify for me what will happen to FreeBSD 4.x > support with regards to patches and or security updates in the future > ? I've heard that when version 6 becomes RELEASE there will be no more > security updates to version 4.x, is this true ? No, that is not true. As you can see at http://www.freebsd.org/security/index.html security updates will be issued for 4.x until Jan 31 2007. Other types of patches and bugfixes may also be applied, but that depends on there being some committer who is willing (and able) to do the work. > > I work at a University where we have approximately 30 x FreeBSD > servers of which half run 4.x and are used for routing IPX and > connecting to Netware shares, running various Netware related > applications etc so the above is of importance to me. FreeBSD 5.x was > slow to adopt IPX support and it has never been stable enough to use > in a production enviroment. > > Thanks for your reply. > > Regards, > Nelis > _______________________________________________ > 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" -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 07: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 1C87F16A41C for ; Mon, 18 Jul 2005 07:46:05 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC9B43D58 for ; Mon, 18 Jul 2005 07:46:04 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j6I7lJb66445; Mon, 18 Jul 2005 00:47:23 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , Date: Mon, 18 Jul 2005 00:45:55 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20050717160446.7598.GERARD-SEIBERT@suscom.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: Adding Mailboxes for SendMail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 07:46:05 -0000 This isn't a function of sendmail it's a function of mail.local which is a local delivery program called by sendmail. When you add a userID to /etc/password then mail.local that is called by Sendmail will know to accept mail. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gerard Seibert >Sent: Sunday, July 17, 2005 1:09 PM >To: freebsd-questions@freebsd.org >Subject: Adding Mailboxes for SendMail > > >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. > > >--=20 >Gerard E. Seibert >gerard-seibert@suscom.net > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to=20 >"freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 07:50: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 188D416A41C for ; Mon, 18 Jul 2005 07:50: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 A058A43D53 for ; Mon, 18 Jul 2005 07:50:02 +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 BAA23999; Mon, 18 Jul 2005 01:46:31 -0600 (MDT) Received: from 127.0.0.1 (AVG SMTP 7.0.336 [267.9.0]); Mon, 18 Jul 2005 01:49:55 -0600 From: George Ruch To: "Norbert Koch" Date: Mon, 18 Jul 2005 01:49:55 -0600 Message-ID: References: <42D80E2D.707@3lefties.com> <005701c58b6a$3c455c60$4801a8c0@ws-ew-3.W2KDEMIG> In-Reply-To: <005701c58b6a$3c455c60$4801a8c0@ws-ew-3.W2KDEMIG> 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 07:50:05 -0000 On Mon, 18 Jul 2005 09:28:04 +0200, you wrote: >As I understand, you try to install from the second hard disk. > >When I last tried this (using FreeBSD 4) it did not work such way, >because I found that in FreeBSD's boot sector code the drive number >is hard-coded. So you would have to go to the source directory, change >the drive number, assemble the boot sector and put it to drive C. This >worked for me. That tracks with the behavior I saw. I've had references to gag as a self-contained boot manager (see upthread). Meanwhile, I'm arguing (quite literally) with the install on Junior. | 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 08:20: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 36FD116A41C for ; Mon, 18 Jul 2005 08:20:12 +0000 (GMT) (envelope-from japz20@yahoo.com) Received: from web50305.mail.yahoo.com (web50305.mail.yahoo.com [206.190.38.59]) by mx1.FreeBSD.org (Postfix) with SMTP id A9CC543D45 for ; Mon, 18 Jul 2005 08:20:09 +0000 (GMT) (envelope-from japz20@yahoo.com) Received: (qmail 25653 invoked by uid 60001); 18 Jul 2005 08:20:08 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=YtkoipYzIGRNdEe6D6Ac8fiLD3rT43w9HEXaip7H6WhvYFYVBTv2bUwYiyYuZ9co1IdOX1p+sUpOxcyCp/dPQpG8KFbB8ra7kcbltUs8L2crbqBejwQjogeCSfe/YR910inlimPRiZkITpX76d9RcgRdlrUaSAAFFbMXL9LzVpA= ; Message-ID: <20050718082008.25651.qmail@web50305.mail.yahoo.com> Received: from [202.138.180.35] by web50305.mail.yahoo.com via HTTP; Mon, 18 Jul 2005 01:20:08 PDT Date: Mon, 18 Jul 2005 01:20:08 -0700 (PDT) From: "Jamie Ann P. Zamodio" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: NDIS on FreeBSD 4.3? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 08:20:12 -0000 Greetings, all. I would just like to ask if it's possible to install NDIS on FreeBSD 4.3? Thanks Ü __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 08:33:20 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B7F16A41C for ; Mon, 18 Jul 2005 08:33:20 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BA743D46 for ; Mon, 18 Jul 2005 08:33:19 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j6I8Yab66618; Mon, 18 Jul 2005 01:34:37 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Mark" , Date: Mon, 18 Jul 2005 01:33:13 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20050717030549.8182A43D45@mx1.FreeBSD.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: 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: Mon, 18 Jul 2005 08:33:20 -0000 Quagga, which is the successor to Zebra, is what you use for BGP. However to speak BGP you must have an AS number. And for your advertisements to be worth a damn on the Internet, they have to be a minimum of a /24 since just about every transit ISP in the Internet filters route advertisements that are smaller than a /24, (such as a /25, /26, etc.) A /24 is 255 IP addresses. Also one other thing, even if you have a /24 and you succeed in advertising it, it is almost impossible to get bordering ISP's that are evenly matched. One of them will always be better connected than everyone else, and thus most traffic to you will come in on that link, since everyone routes traffic based on the shortest AS path length. Larger ISP's that have big allocations handle this problem by splitting up the advertisements on those allocations into smaller blocks, then divying those up with AS prepends. For example an ISP with a /19 might advertise it as 4 /21's, and on one feed might prepend 2 of the /21's and not prepend the other 2, and on another feed might prepend 1 of the /21's and not any of the others, etc. etc. There's a lot of experimentation to get a load properly balanced. I am guessing that if you don't already know that RIP isn't a routing protocol used to publish routes on the Internet, that you don't have much IP address space. I think you will find the costs to publish your routes will be an eye-opener. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Mark >Sent: Saturday, July 16, 2005 8:06 PM >To: questions@freebsd.org >Subject: Question on Routing > > >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 > >_______________________________________________ >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 08:41: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 B00E316A41C for ; Mon, 18 Jul 2005 08:41:11 +0000 (GMT) (envelope-from Hans.Vledder@nl.compuware.com) Received: from mx4.emea.compuware.com (mx4.emea.compuware.com [195.137.231.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D4B443D45 for ; Mon, 18 Jul 2005 08:41:10 +0000 (GMT) (envelope-from Hans.Vledder@nl.compuware.com) Received: from cwnl-ams-svc01.nl.compuware.com (unknown [172.16.17.84]) by mx4.emea.compuware.com (Postfix) with ESMTP id EE4723102C for ; Mon, 18 Jul 2005 10:41:08 +0200 (CEST) Received: by cwnl-ams-svc01.nl.compuware.com with Internet Mail Service (5.5.2657.72) id <31PKZYQG>; Mon, 18 Jul 2005 10:41:08 +0200 Message-ID: From: "Vledder, Hans" To: freebsd-questions@freebsd.org Date: Mon, 18 Jul 2005 10:39:31 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Subject: Atheros AR5213 based WiFi card support on FreeBSD 5.3 but not on FreeBSD 5.4 ?? ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 08:41:11 -0000 All, Using Google I found a number of people that are apparently using an Atheros AR5213 based Wifi card with FreeBSD 5.3-RELEASE. How come this device is not recognized in 5.4-RELEASE and how do I work around this? Best Regards, Hans R. Vledder Systems Designer / Systems Developer Compuware ENL - Tech Technology Executives Phone: +31 (0)20 311 63 23 Fax: +31 (0)20 311 63 45 Email: hans.vledder@nl.compuware.com -- The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 08:49: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 47DF216A41C; Mon, 18 Jul 2005 08:49:49 +0000 (GMT) (envelope-from taob@risc.org) Received: from as2.dm.egate.net (shell1.dm.egate.net [216.235.15.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4CDD43D48; Mon, 18 Jul 2005 08:49:48 +0000 (GMT) (envelope-from taob@risc.org) Received: by as2.dm.egate.net (Postfix, from userid 1001) id 7F38C4B05; Mon, 18 Jul 2005 04:49:47 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by as2.dm.egate.net (Postfix) with ESMTP id 750A44AEC; Mon, 18 Jul 2005 04:49:47 -0400 (EDT) Date: Mon, 18 Jul 2005 04:49:47 -0400 (EDT) From: Brian Tao X-X-Sender: taob@as2.dm.egate.net To: Ray Jenson In-Reply-To: <200507172254.j6HMsspJ079606@mail3.dm.egate.net> Message-ID: <20050718044052.T80264-100000@as2.dm.egate.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: FREEBSD-QUESTIONS 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 08:49:49 -0000 On Sun, 17 Jul 2005, Ray Jenson wrote: > > 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. Sorry folks, just got back from a two-week trip to China and I'm just catching up on things now. I've relocated Ray's e-mail attachment here, in case it was stripped out of the freebsd-questions: http://www.luxography.ca/Images/tmp/os.gif Ray, I only created some of the "Powered by..." graphics seen at the bottom of http://www.freebsd.org/art.html , which you are not using (and thus do not need my permission). Certain likenesses of the BSD Daemon are copyrighted by Marshall Kirk McKusick, as others have pointed out... I encourage you to contact Kirk about your venture, as he may be able to provide better source material for you. -- Brian Tao (BT300, taob@risc.org) "Though this be madness, yet there is method in't" From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 09:07:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2710B16A41C for ; Mon, 18 Jul 2005 09:07:06 +0000 (GMT) (envelope-from creep@daedalus.desk.pl) Received: from daedalus.desk.pl (daedalus.desk.pl [62.233.238.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF26143D45 for ; Mon, 18 Jul 2005 09:07:05 +0000 (GMT) (envelope-from creep@daedalus.desk.pl) Received: from localhost (localhost [127.0.0.1]) by daedalus.desk.pl (Postfix) with ESMTP id 539AA366656 for ; Mon, 18 Jul 2005 10:58:09 +0200 (CEST) Received: from daedalus.desk.pl ([127.0.0.1]) by localhost (daedalus [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14553-07 for ; Mon, 18 Jul 2005 10:58:08 +0200 (CEST) Received: by daedalus.desk.pl (Postfix, from userid 1023) id 11C78366649; Mon, 18 Jul 2005 10:58:08 +0200 (CEST) Date: Mon, 18 Jul 2005 10:58:08 +0200 From: Marcin To: freebsd-questions@freebsd.org Message-ID: <20050718085808.GB15085@daedalus.desk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Antivirus: Skaner Antywirusowy DESK.pl Subject: Logo contest status? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 09:07:06 -0000 What is the status of the FreeBSD logo contest status? I underestand that review of 540 submissions takes time, but maybe someone can estimate the time we have to wait? -- m. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 09:40:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87F9816A41C for ; Mon, 18 Jul 2005 09:40:00 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05AAB43D46 for ; Mon, 18 Jul 2005 09:39:59 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j6I9fJb67273; Mon, 18 Jul 2005 02:41:19 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Marcin" , Date: Mon, 18 Jul 2005 02:39:55 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20050718085808.GB15085@daedalus.desk.pl> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: Logo contest status? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 09:40:00 -0000 What you are missing is that it is imperative to have this contest judging held in secret. If this was an open contest, with publically available submissions, and a defined end date, then the result might actually have some credibility. As it is now, the obvious conclusion to be drawn here is that the contest organizers have not been forthcoming with results simply because they don't care for any of the images submitted so far, and are hoping that if they wait long enough, an image will come along they like. It really doesen't have anything to do with how good or poor the artistry of the submitted designs are, nor does it have anything to do with how well the userbase likes the submissions. The contest is nothing more than a cover for 1 or 2 people with sticks up their butts against Beastie to pull the pants down on the rest of us who don't have a problem with Beastie. I just hope that when they get what they want, that they take their religion and stuff it back into whatever church they pulled it out of, and get back to work adding useful code and such to FreeBSD. For, it would surely be sad if those few Beastie-haters could only count as their major FreeBSD achievement the dislodging of Beastie. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Marcin >Sent: Monday, July 18, 2005 1:58 AM >To: freebsd-questions@freebsd.org >Subject: Logo contest status? > > > >What is the status of the FreeBSD logo contest status? I >underestand that review of 540 submissions takes time, but >maybe someone can estimate the time we have to wait? > > >-- >m. >_______________________________________________ >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 10:17: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 4A63916A41C for ; Mon, 18 Jul 2005 10:17:21 +0000 (GMT) (envelope-from ph.schulz@gmx.de) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 7EB6143D46 for ; Mon, 18 Jul 2005 10:17:20 +0000 (GMT) (envelope-from ph.schulz@gmx.de) Received: (qmail invoked by alias); 18 Jul 2005 10:17:18 -0000 Received: from p54A40582.dip0.t-ipconnect.de (EHLO [192.168.1.35]) [84.164.5.130] by mail.gmx.net (mp014) with SMTP; 18 Jul 2005 12:17:18 +0200 X-Authenticated: #1954550 Message-ID: <42DB81AC.1010808@gmx.de> Date: Mon, 18 Jul 2005 12:17:16 +0200 From: "Philip S. Schulz" User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050717) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Jamie Ann P. Zamodio" References: <20050718082008.25651.qmail@web50305.mail.yahoo.com> In-Reply-To: <20050718082008.25651.qmail@web50305.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: NDIS on FreeBSD 4.3? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 10:17:21 -0000 Jamie Ann P. Zamodio wrote: > Greetings, all. > > I would just like to ask if it's possible to install > NDIS on FreeBSD 4.3? > Not without significant effort. Regards, Phil. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 10:20: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 6918E16A41C for ; Mon, 18 Jul 2005 10:20:01 +0000 (GMT) (envelope-from deralsem@deralsem.com) Received: from df08.dot5hosting.com (df08.dot5hosting.com [66.235.211.112]) by mx1.FreeBSD.org (Postfix) with SMTP id 202E943D45 for ; Mon, 18 Jul 2005 10:19:56 +0000 (GMT) (envelope-from deralsem@deralsem.com) Received: (qmail 23421 invoked from network); 18 Jul 2005 10:22:34 -0000 Received: from unknown (HELO BUST) (82.179.222.146) by df08.dot5hosting.com with SMTP; 18 Jul 2005 10:22:34 -0000 Date: Mon, 18 Jul 2005 14:19:52 +0400 From: DerAlSem X-Mailer: The Bat! (v3.5) UNREG / CD5BF9353B3B7091 Organization: Cybenematic Games X-Priority: 3 (Normal) Message-ID: <1556383370.20050718141952@deralsem.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Real IP under NAT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: DerAlSem List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 10:20:01 -0000 Hello everybody. Need any info (man page, forum topic, etc) regarding making a DMZ host under FreeBSD (5.3). I've 5 external (real) IP, one is assigned on external if. Also there are 20 internal computers with 192.168.0.* ip's (NAT+IPFW). I need to assign one of that computer an external ip. Somebody told me, that it can be done with ARP-proxy, but i couldn't find any info on that. 10x in advance. -- Best regards, DerAlSem mailto:deralsem@deralsem.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 11:04: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 F3F0216A41C for ; Mon, 18 Jul 2005 11:04:04 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from mail.spaingsm.com (llwb135.servidoresdns.net [217.76.137.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5809343D68 for ; Mon, 18 Jul 2005 11:03:50 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from SERVEREL (unknown [81.12.155.242]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.spaingsm.com (Postfix) with ESMTP id 4C07D24C708 for ; Mon, 18 Jul 2005 12:53:48 +0200 (CEST) Date: Mon, 18 Jul 2005 14:04:16 +0300 From: vladone X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <1188328635.20050718140416@spaingsm.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: DoS prevention .Sysctl parameters to prevent this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vladone List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 11:04:05 -0000 Recently i have in gateway freebsd that go down due to an DoS attack. I dont know exactly what is (i dont have experience), but is useful if someone, with more wiyh more experience, can give some parameters for sysctl to prevent Dos an flood problem. Or perhaps with ipfw rules. Any help will be apreciated! Thanks! From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 11:07: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 0351816A41C for ; Mon, 18 Jul 2005 11:07:48 +0000 (GMT) (envelope-from nb@ravenbrook.com) Received: from raven.ravenbrook.com (raven.ravenbrook.com [193.82.131.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13EC43D46 for ; Mon, 18 Jul 2005 11:07:45 +0000 (GMT) (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.145]) by raven.ravenbrook.com (8.12.6p3/8.12.6) with ESMTP id j6IB7fXi010287; Mon, 18 Jul 2005 12:07:41 +0100 (BST) (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.12.9p2/8.12.9) with ESMTP id j6IB7cFM059912; Mon, 18 Jul 2005 12:07:39 +0100 (BST) (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: Chuck Swiger In-Reply-To: <42D8101B.2040806@mac.com> from Chuck Swiger of "Fri, 15 Jul 2005 15:35:55 -0400" Date: Mon, 18 Jul 2005 12:07:38 +0100 Message-ID: <59911.1121684858@thrush.ravenbrook.com> Sender: nb@ravenbrook.com Cc: freebsd-questions@freebsd.org, "Chad Leigh -- Shire.Net LLC" Subject: Re: better disk reliability on a desktop machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 11:07:48 -0000 At 2005-07-15 19:35:55+0000, Chuck Swiger writes: > As someone else suggested, you can also stick things like config > files into version control (like CVS, subversion, etc), and then > back that up via the mechanism above. We do this; all our system config files (except /etc/passwd) are in Perforce. Nick B From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 11:37:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3792F16A41C for ; Mon, 18 Jul 2005 11:37:06 +0000 (GMT) (envelope-from nb@ravenbrook.com) Received: from raven.ravenbrook.com (raven.ravenbrook.com [193.82.131.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id A567743D49 for ; Mon, 18 Jul 2005 11:37:05 +0000 (GMT) (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.145]) by raven.ravenbrook.com (8.12.6p3/8.12.6) with ESMTP id j6IBb2Xi011661; Mon, 18 Jul 2005 12:37:02 +0100 (BST) (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.12.9p2/8.12.9) with ESMTP id j6IBb2FM060858; Mon, 18 Jul 2005 12:37:02 +0100 (BST) (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: Alex Zbyslaw In-Reply-To: <42D84DA3.3000304@dial.pipex.com> from Alex Zbyslaw of "Sat, 16 Jul 2005 00:58:27 +0100" Date: Mon, 18 Jul 2005 12:37:02 +0100 Message-ID: <60857.1121686622@thrush.ravenbrook.com> Sender: nb@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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 11:37:06 -0000 At 2005-07-15 23:58:27+0000, Alex Zbyslaw writes: > Nick Barnes wrote: > > >Here are my previous questions on the related subject, some 4 years > >ago now: > > > > > > > > > Shame no-one answered your badsect question. Did you ever figure it out? No. I hope to have enough time to code this up myself this time. It's a Small Matter of Programming to grovel over the filesystem to figure out what a particular sector does. I'm a little disappointed that fsdb doesn't do this. Maybe I should start by hacking on fsdb. I have recently discovered the "conv=noerror,sync" option to dd. In combination with a background shell script which repeatedly runs "atacontrol mode 0 udma6 udma6", this lets me recover all the readable bits from a broken filesystem quite fast. Nick B From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 08:12: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 5981816A41C; Mon, 18 Jul 2005 08:12:14 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id C258343D48; Mon, 18 Jul 2005 08:12:13 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j6I8Dab66526; Mon, 18 Jul 2005 01:13:36 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Greg 'groggy' Lehey" , "Ray Jenson" Date: Mon, 18 Jul 2005 01:12:12 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20050717231403.GH25747@wantadilla.lemis.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal X-Mailman-Approved-At: Mon, 18 Jul 2005 12:16:39 +0000 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: Mon, 18 Jul 2005 08:12:14 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Greg 'groggy' >Lehey >Sent: Sunday, July 17, 2005 4:14 PM >To: Ray Jenson >Cc: freebsd-questions@freebsd.org; taob@risc.org >Subject: Re: Demon license? > > > >> 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. Strictly speaking, the IMAGES of the daemon that are on the mckusick.com website are what is copyrighted. Nothing is stopping someone from drawing a 'devil' image and associating it with FreeBSD. Over the years there have been many representations of the BSD Daemon. Not all are copyrighted by Kirk, for example: http://www.mckusick.com/beastie/shirts/bsdunix.html http://www.mckusick.com/beastie/shirts/usenix.html Both the above are USENIX copyrights - per Kirk. However, to me the most classic "FreeBSD Daemon" image that has ever been done has been the 4.3BSD one: http://www.mckusick.com/beastie/gif/bsd4_3.gif That one, and similar variants, I think also are the most recognizable one as the "FreeBSD one". And that one and the variants are copyrighted by Kirk. Ted From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 08:52: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 6A1C716A41C for ; Mon, 18 Jul 2005 08:52:58 +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 C687F43D49 for ; Mon, 18 Jul 2005 08:52:57 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id C698086DCA; Mon, 18 Jul 2005 18:22:55 +0930 (CST) Date: Mon, 18 Jul 2005 18:22:55 +0930 From: Greg 'groggy' Lehey To: Ted Mittelstaedt Message-ID: <20050718085255.GM25747@wantadilla.lemis.com> References: <20050717231403.GH25747@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8c07nsHwQobhlezh" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 X-Mailman-Approved-At: Mon, 18 Jul 2005 12:16:39 +0000 Cc: Ray Jenson , 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: Mon, 18 Jul 2005 08:52:58 -0000 --8c07nsHwQobhlezh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [Format recovered--see http://www.lemis.com/email/email-format.html] Incorrect text wrapping On Monday, 18 July 2005 at 1:12:12 -0700, Ted Mittelstaedt wrote: > X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) > On Sunday, July 17, 2005 4:14 PM, Greg 'groggy' Lehey wrote: No I didn't. I wrote this on Monday, 18 Jul 2005 08:44:03. >> 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. > > Strictly speaking, the IMAGES of the daemon that are on the > mckusick.com website are what is copyrighted. Nothing is stopping > someone from drawing a 'devil' image and associating it with > FreeBSD. I no longer speak for the FreeBSD project, but we have never wanted to be associated with devils. I'm sure we would object if someone drew a 'devil' image and associated it with FreeBSD. 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. --8c07nsHwQobhlezh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC223nIubykFB6QiMRAgKEAKCzptstbUL83pvRDkABgw8rJ5OLqQCfa5QW OrZYy85XkFVPnAw+JuI8Y6U= =XEU0 -----END PGP SIGNATURE----- --8c07nsHwQobhlezh-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 09:23: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 D920216A41C; Mon, 18 Jul 2005 09:23:46 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5429D43D46; Mon, 18 Jul 2005 09:23:46 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j6I9P9b67232; Mon, 18 Jul 2005 02:25:09 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Greg 'groggy' Lehey" Date: Mon, 18 Jul 2005 02:23:45 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20050718085255.GM25747@wantadilla.lemis.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal X-Mailman-Approved-At: Mon, 18 Jul 2005 12:16:39 +0000 Cc: Ray Jenson , 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: Mon, 18 Jul 2005 09:23:47 -0000 >-----Original Message----- >From: Greg 'groggy' Lehey [mailto:grog@FreeBSD.org] >Sent: Monday, July 18, 2005 1:53 AM >To: Ted Mittelstaedt >Cc: Ray Jenson; freebsd-questions@FreeBSD.org; taob@risc.org >Subject: Re: Demon license? > > >[Format recovered--see http://www.lemis.com/email/email-format.html] > >Incorrect text wrapping > >On Monday, 18 July 2005 at 1:12:12 -0700, Ted Mittelstaedt wrote: >> X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) >> On Sunday, July 17, 2005 4:14 PM, Greg 'groggy' Lehey wrote: > >No I didn't. I wrote this on Monday, 18 Jul 2005 08:44:03. > >>> 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. >> >> Strictly speaking, the IMAGES of the daemon that are on the >> mckusick.com website are what is copyrighted. Nothing is stopping >> someone from drawing a 'devil' image and associating it with >> FreeBSD. > >I no longer speak for the FreeBSD project, but we have never wanted to >be associated with devils. I'm sure we would object if someone drew a >'devil' image and associated it with FreeBSD. > Oh, you must think yourself very clever for that bit of deliberate misinterpretation. I hope you don't let it go to your head. On a more serious note, the userbase is objecting to certain members of The Project wanting to jettison the daemon image, and replace it with an image of a stuffed Teddy Bear (or something equally politically correct) so in the absense of the Project having much respect for what the userbase wants in the area of FreeBSD images, you can hardly expect the userbase to have much respect for what the Project wants in the area of FreeBSD images, now can you? The phrase "daemon image" in the context of a sentence about FreeBSD carries a very specific connotation of one of Kirks images, that image that I mentioned in my prior post. (and is in fact at the top of the FreeBSD project webpage) If I had said: "Nothing is stopping someone from drawing a daemon image" that would have been interpreted as advocating copyright infringement due to the connotation, because it would have been read as making a likeness that is very similar to Beastie. It would have been incorrect since that was not what I meant. However, what I said gets the idea across that the image I'm talking about would be closer to one of the daemons that are on the USENIX copyrighted images that were linked. Thus not infringing on Kirk's image, yet still getting the "daemon association" across. (not "devil association") Actually, it is ironic that over the years that Kirk's image has been so strongly identified with FreeBSD. The agitators in the FreeBSD project that want to jettison it are falling all over themselves to carefully explain how that image really isn't a logo for FreeBSD, and really isn't so strongly identified with FreeBSD. Yet we all know different, as your post admits - since if Kirk's beastie image wasn't identified as "the FreeBSD logo image" by the userbase, you never would have jumped to Beastie's defense. But if in fact a succession of "beastie images" had been in current use, instead of Kirks one very fine image, it would have diluted the "shock value" of the Beastie image, and probably would have removed the main objection the "anti-Beastie" group has to the strong identification of a Devil to FreeBSD. (since it would be expected that people would use whatever imagery they preferred, rather than toeing the line to use the One True Beastie image that Kirk copyrighted) Ted From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 12:36:41 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92D3D16A41C for ; Mon, 18 Jul 2005 12:36:41 +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 212FE43D45 for ; Mon, 18 Jul 2005 12:36:41 +0000 (GMT) (envelope-from rjenson@redheron.net) Received: (qmail 12268 invoked by uid 399); 18 Jul 2005 12:36:40 -0000 Received: from c-67-182-208-244.hsd1.ut.comcast.net (HELO abadon) (67.182.208.244) by mail2.websitesource.net with SMTP; 18 Jul 2005 12:36:40 -0000 From: "Ray Jenson" To: Date: Mon, 18 Jul 2005 06:36:21 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcWLlU0zFcLUzgWKT1K8TarNye1BVQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: <20050718123641.212FE43D45@mx1.FreeBSD.org> Cc: Subject: Daemon, Devil... woops! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 12:36:41 -0000 This is a long rambling. Please feel free to ignore any or all of it. I'm a bit frustrated, and this is me getting my frustrations out. Okay, look... I'm new at this. I haven't ever even USED FreeBSD before a couple of weeks ago, and now I'm being expected (mostly by my new staff) to configure servers. And here I am, looking at the logo, and thinking it's a devil. Well, I can be wrong, even if I am the CEO. It doesn't happen a lot, but hey... it's a daemon. It looks a little bit like a little devil. One of my guys has a tee-shirt that roughly resembles the "Intel Inside" logo, and it said "Devil Inside" and has a BSD logo on the reverse of the shirt. So, naturally, I figured it was a devil. The whole concept of the operating system seems pretty straightforward when it's explained to me, but practical application... well, that's another thing altogether. All I know is that I have 4 boxes in front of me, 3 x86 boxes with loads of RAM and one x64 box with too much RAM (I've threatened to donate the Micron RAM several times... and I know just the place to look for who needs a donation of a 1GB stick or two of DDR RAM... so if any of my guys are on this list, you'd better take note: I'm miffed about your not explaining the whole "daemon/devil" issue to me). As far as political correctness, why not adopt a scantily-clad female in black leather? Or... or... red. Red! Yes, red. Red is a good color. With... a whip. Or something. BSD: Binding Souls, One At A Time... riiiiiiight. I mean, really... a logo depicting a daemon, or even a devil, is just a logo. It's not like the Son of the Morning Star is a member of the board, or even an executive. It's not like everyone involved with the project are Satanists (well, trying to configure the systems with no real prior *ix experience has made me say you were all evil so-and-so's a few times, but that's not the same thing). It's not even as if you actively promote anything other than a different mode of thought. I've even got my girlfriend's reaction that the daemon is "cute" (to use her word for it). I will say this, however: the use of religious iconography in business is nothing new. We've been doing it for more than the past century to sell religious items, as well as a host of unrelated things (like tee-shirts, for example). There was an old country-western song that said something about "God, won't you buy me a Mercedes-Benz", and more recently there was that song about "What if God Was One of Us" that had the religious right up in arms. The religious fanatics in the world find a lot of things to gripe about. And it's not just Christians, either. The religious fanatics of al-Q'aida have said for YEARS that the United States is an evil, money-grubbing lot. Not all of us are evil, but I will say that a lot of us tend to focus a little too much on money. I'm of the opinion that fighting extremism with conformity is tantamount to surrender. And then there were the extremists a few years ago that killed themselves during the Hale-Bopp flyby. These people who gripe about how evil the world is, are, IMHO, mentally unbalanced. They want to complain, but they don't ever offer solutions. They demand change, but they won't give one smidgeon of support in doing so. It's as though they expect one simple decision that affects thousands of people will happen with one all-powerful person's say-so. It's all-or-nothing. Change or we'll make you. It's like a playground bully, really. I wouldn't worry about changing the logo. It's "cute" and has all of the requisite features a logo should have (distinctive and identifiable, attention-grabbing, and marketable). It isn't pornographic or offensive in nature (unless you are offended by representations that don't depict nudity, violence, or obscenity), and it's pretty well embedded into the BSD culture, from what I can tell (and that's not very long, really...). My employees are BSD-lovers. I'm not converted yet. I'm still tapping away on my Windows machine to get business done (it's where all of the software that I've learned to use and been brainwashed to love is based), and I'm fiddling with four BSD boxes, trying to get them to work. Amazingly, the manuals are entirely helpful (as opposed to Microsoft, who wants to put 24 pages into a printed manual where a 3-5 leaf pamphlet would work fine... not that my post in this case is much different than that in paradigm). I'm still having problems, but my guys laugh and just point at the manuals on my Windows screen and the book that one of them brought and tell me to keep reading. Which I do. And... well, frighteningly enough I'm actually starting to understand what a daemon (the software, not the devilishly-cute logo) actually does. So... the daemon, IMHO, should stay. It represents the structure of the system, and is a reminder of what is actually inside. Daemons are terribly useful, and make managing a very simple matter. However, I'm more of a business geek than a techno-geek. I like the "gee-whiz" factor a lot, and BSD seems to be all of the functionality without any of the glitz or glamour. Which I kinda like. Kinda. I'm still, as I said, not sold yet. It's growing on me, I'll say that much. Maybe the doctor has some cream for that... or maybe I should just get an exorcism. Anyway, to try to close this long and rambling post, I'm stuck with just two questions, only one of which has really been addressed. The one about the art has been addressed, and I'm just going to wait for Kirk's response. The other question that I had was one of finding BSD CD's or DVD's at wholesale. I like the packaging. A lot. Really! I want to have "official" media available, because... well, I just don't feel /right/ about charging five bucks for burned CD with no panache. I'd much rather charge the same prices that other places charge and offer something really professional-looking to the router geeks who have been drooling over the hardware configurations that I've come up with. Our cases are red. And no, they don't come in traditional beige or even black. And the guts are... not fully supported. I've had to lower my standards just a little. The 3DLabs Wildcat Realizm 800 video card is a little high-end, I think, approaching vertical. If an engineer wants that video rendering card in a BSD box, he can bloody well write the driver himself. It didn't like BSD all that much, but the Windows driver support was fine. The Linux side... well, I think that's the main drawback: open source isn't really taken seriously by the rest of the hardware industry at large, so they're kinda unwilling to release enough specs to the public so that the drivers can be developed with any degree of functionality. I will say that the "default" drivers worked, but didn't allow any of the cooler features of the card. And I don't program, so I don't know what to do, and I have to return the $2,000 video card in a week... that's when my friend's vacation is over, and he needs to get back to his molecular collision dynamics or whatever it is that he does with his machine. As you can see... it's been a long ordeal, and so when someone corrects me, I'm likely to go on and on about nothing at all in order to prove the point that I'm pretty well fed up with political correctness, and I don't really care if it's a "devil" or a "daemon" or whatever. It's a short red guy with horns and a pitchfork. Or a hammer. Or lotsa papers. Or whatever else. It looks like a "devil" but if you all prefer "daemon" then I'll gladly conform, surrendering my will to the political masses in order to appease the fears and worries that appear to be their own "daemons" in the making. Okay, okay, I'm going... -Ray From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 12:39:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79C0B16A41C for ; Mon, 18 Jul 2005 12:39:59 +0000 (GMT) (envelope-from sysjo@hades.yoafrica.com) Received: from cortizone.yoafrica.com (cortizone.yoafrica.com [196.44.176.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 634D343D45 for ; Mon, 18 Jul 2005 12:39:58 +0000 (GMT) (envelope-from sysjo@hades.yoafrica.com) Received: from hades.yoafrica.com ([196.44.177.50] ident=postfix) by cortizone.yoafrica.com with esmtp (Exim 4.51 (FreeBSD)) id 1DuUun-000MqP-DN; Mon, 18 Jul 2005 12:40:09 +0000 Received: by hades.yoafrica.com (Postfix, from userid 1001) id 99C566184; Mon, 18 Jul 2005 14:39:46 +0200 (CAT) Date: Mon, 18 Jul 2005 14:39:46 +0200 From: John Oxley To: Emil Khatib Message-ID: <20050718123946.GB67052@yoafrica.com> References: Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="9zSXsLTf0vkW971A" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i 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: Mon, 18 Jul 2005 12:39:59 -0000 --9zSXsLTf0vkW971A Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Jul 17, 2005 at 12:47:47PM +0200, 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) You authenticate to gmail over port 443 (https). Open this up. Also add a rule to allow all established incoming connections, although you've probably done this if you can browse other sites. Regards, -John --9zSXsLTf0vkW971A Content-Type: application/x-pkcs7-signature Content-Disposition: attachment; filename="smime.p7s" Content-Transfer-Encoding: base64 MIIIkgYJKoZIhvcNAQcCoIIIgzCCCH8CAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC BhYwggLPMIICOKADAgECAgMO0a0wDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UEBhMCWkExJTAj BgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA1MDUzMTA2NTEzMloXDTA2MDUzMTA2 NTEzMlowQzEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEgMB4GCSqGSIb3DQEJ ARYRam9obkB5b2FmcmljYS5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDa ZqyI7h6jGtwHQhbqtJlwQy9isJivpp+Cju1sorwJG0FE7Irqoc4impUG6aBGVFjunlMwA76A d6NInU9+KIwr1SRJO4d6qZQhUq810QMpj3vrn7TOtPbnrqKiK1tU//86WVuJHGVc3/4pYpmP jSSilAV8Gj+12YJlKP2ClbnkUF0PwDvEVlJxRjIqrW6Crl5SeCqyJ+JxFK7WQVQ6+nusuO37 0qj0FytU2IE8kxqveKstObVUwd0lQhNTS29e2ytvcNgXk2TrqlBhLpxV9xh/l52jYlRXk8aP HYxnWU/iJmXCgLl9NADpwaV3xajGyFMNSK1Plsm/r4GthtA5vdPXAgMBAAGjLjAsMBwGA1Ud EQQVMBOBEWpvaG5AeW9hZnJpY2EuY29tMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQAD gYEAV+aYxxGXhdvzxI4uT4EAKvxdqGzZ1ZVAjoszmpNp2nLTMZ+juzSoqT+SiwoaLQia/T+m BIInP+JnRelE5up8zd1JXHxCjB8StssZNusEE8Hz2c/hZyAIyEdmRRY/mwlHntBu7nkNnmuq LuSeBR8g+ChtyOHZ+IyUnYDlWtUrLM4wggM/MIICqKADAgECAgENMA0GCSqGSIb3DQEBBQUA MIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBl IFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0 aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcN MDMwNzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFs IEZyZWVtYWlsIElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVz VftOucqZWh5owHUEcJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnw K4Vaqj9xVsuvPAsH5/EfkTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gE f6e20TxhBEAeZBlyYLf7AgMBAAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8E PDA6MDigNqA0hjJodHRwOi8vY3JsLnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFp bENBLmNybDALBgNVHQ8EBAMCAQYwKQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVM YWJlbDItMTM4MA0GCSqGSIb3DQEBBQUAA4GBAEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSd f0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+hLGZGwDFGguCdJ4lUJRix9sncVcljd2p nDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC3CEZNd4ksdMdRv9dX2VPMYICRDCC AkACAQEwaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0 eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EC Aw7RrTAJBgUrDgMCGgUAoIGxMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcN AQkFMQ8XDTA1MDcxODEyMzk0NlowIwYJKoZIhvcNAQkEMRYEFNdPihMYcDSNXQLGcR8O6SF8 smx6MFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqG SIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMA0GCSqGSIb3DQEBAQUABIIBAABS 0v0Fun/SDXfWnIJP698oXhJ2f5YlviGsXwBxOnUWdm8oflQJbBHTSvkwbkj1o+Ijg2VlNCzx T4n+H/tiiaSGkQmHVQGzhVvJJA4yW3KDKEeM/etcn8HwP/bCQYQtJrN/lZtSxS4a7BP5BUSt SU3388HG4eCWSL43ZpsAZvXGgcpuJTm1E3xvZf7SGwyOmqTzr2AVO4kYNZ9BQnbMkSMiZBix SsawgRKFw9ambM0zq7tMLnT79diERqDePgxexpTECscOWOCNMpevgNGVDCUD2+UOLZBBGSL/ zRyGz2CTFChCG14zhCVsAShKZwEM+lNybuNjVX8J/k62OYCwo/s= --9zSXsLTf0vkW971A-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 12:40: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 87E8B16A41C for ; Mon, 18 Jul 2005 12:40:31 +0000 (GMT) (envelope-from chad.albert@healthcarefirst.com) Received: from list.healthcarefirst.com (list.healthcarefirst.com [66.119.27.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D6743D55 for ; Mon, 18 Jul 2005 12:40:29 +0000 (GMT) (envelope-from chad.albert@healthcarefirst.com) Received: from mail.myhealthcarefirst.com (hfmail01.sgf.healthcarefirst.med [10.15.2.11]) by list.healthcarefirst.com (Postfix) with ESMTP id 154D29EBC4 for ; Mon, 18 Jul 2005 07:40:25 -0500 (CDT) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Mon, 18 Jul 2005 07:40:24 -0500 Message-ID: <433CEE75B1339547BBB373B340665384844451@hfmail01.sgf.healthcarefirst.med> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Application hosting and insurance thread-index: AcWLlds1Vqpt333nQzCDub9wcEj9pA== From: "Chad Albert" To: X-HEALTHCAREfirst-MailScanner-Information: Please contact the ISP for more information X-HEALTHCAREfirst-MailScanner: Found to be clean X-MailScanner-From: chad.albert@healthcarefirst.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Application hosting and insurance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 12:40:31 -0000 I work for a company that hosts mission critical data and applications for healthcare companies. We are seeking an insurer to cover our liabilities in case of an unforeseen data loss. Does anybody on the list have experience (good or bad) that they can share? =20 =20 ________________________________ Chad Albert, MCSE, MCP+I Vice President of Technical Operations / Chief Security Officer HealthCareFirst (417)886-0395 www.myhealthcarefirst.com =20 CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. =20 =20 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 12:52:51 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B09816A41C for ; Mon, 18 Jul 2005 12:52:51 +0000 (GMT) (envelope-from chris@osdir.com) Received: from pd2mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4236843D48 for ; Mon, 18 Jul 2005 12:52:51 +0000 (GMT) (envelope-from chris@osdir.com) Received: from pd2mr7so.prod.shaw.ca (pd2mr7so-qfe3.prod.shaw.ca [10.0.141.10]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IJT0075NQFOLKB0@l-daemon> for freebsd-questions@FreeBSD.org; Mon, 18 Jul 2005 06:52:36 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd2mr7so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IJT00I2VQFOAC70@pd2mr7so.prod.shaw.ca> for freebsd-questions@FreeBSD.org; Mon, 18 Jul 2005 06:52:36 -0600 (MDT) Received: from [127.0.0.1] (S01060040057a726d.cg.shawcable.net [24.64.108.65]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IJT00B87QFO6E@l-daemon> for freebsd-questions@FreeBSD.org; Mon, 18 Jul 2005 06:52:36 -0600 (MDT) Date: Mon, 18 Jul 2005 06:52:35 -0600 From: Chris In-reply-to: <42DB3564.9050001@gmail.com> To: freebsd-questions@FreeBSD.org Message-id: <42DBA613.3070005@osdir.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <42DB32EC.8020400@osdir.com> <42DB3564.9050001@gmail.com> User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) Cc: Subject: Re: OSDir.com Screenshots of your FreeBSD 6.0-BETA1 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 12:52:51 -0000 > FreeBSD is NOT ANOTHER PENGUIN IMPLEMENTATION Yeah.. I know what *BSD is, smartass. > Secondly, I believe that this concept of posting screenshots is pretty > unprofessional and childish. Its like saying "Yay! my desktop is > prettier than yours". At FreeBSD we concentrate more on quaality than > looks. Secondly, FreeBSD does not have any Native GUI unlike few > distributions like Mandrake who use a costomized GUI. Thus IMHO a > FreeBSD screenshot would just be a black screen with some scribbles on > it :-). How about some installation screenshots? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 13:07:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B5A616A41C for ; Mon, 18 Jul 2005 13:07:41 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB94343D46 for ; Mon, 18 Jul 2005 13:07:40 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1277003rng for ; Mon, 18 Jul 2005 06:07:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:organization:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type; b=Pjtv9ZypGrCU/z+aGqIcyvt+tRYOmqLe0ajR9CAxhg/msuU4ab20HkvlsEZSrl3XvISPj8wbtp+nG+xMhkLcwYc80IzisD3NKE0rhfnIP7JXRsXQ7LHz5dFMMvCW2zGBr4L+BgRxZd2umF/3eTcwiBuamKqsaQl/RAOZ59YOVGo= Received: by 10.38.73.55 with SMTP id v55mr1792034rna; Mon, 18 Jul 2005 06:07:39 -0700 (PDT) Received: from ?127.0.0.1? ([59.93.166.188]) by mx.gmail.com with ESMTP id f3sm7324415rne.2005.07.18.06.07.37; Mon, 18 Jul 2005 06:07:39 -0700 (PDT) Message-ID: <42DBA98D.4040005@gmail.com> Date: Mon, 18 Jul 2005 18:37:25 +0530 From: Subhro Organization: Indian Institute of Information Technology User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris References: <42DB32EC.8020400@osdir.com> <42DB3564.9050001@gmail.com> <42DBA613.3070005@osdir.com> In-Reply-To: <42DBA613.3070005@osdir.com> Content-Type: multipart/mixed; boundary="------------060808070600050200090302" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@FreeBSD.org Subject: Re: OSDir.com Screenshots of your FreeBSD 6.0-BETA1 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 13:07:41 -0000 This is a multi-part message in MIME format. --------------060808070600050200090302 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 7/18/2005 18:22, Chris wrote: >> FreeBSD is NOT ANOTHER PENGUIN IMPLEMENTATION > > > Yeah.. I know what *BSD is, smartass. > >> Secondly, I believe that this concept of posting screenshots is >> pretty unprofessional and childish. Its like saying "Yay! my desktop >> is prettier than yours". At FreeBSD we concentrate more on quaality >> than looks. Secondly, FreeBSD does not have any Native GUI unlike few >> distributions like Mandrake who use a costomized GUI. Thus IMHO a >> FreeBSD screenshot would just be a black screen with some scribbles >> on it :-). > > > How about some installation screenshots? You will find them in the handbook Installation Chapter. BTW please be kind enough to wrap your mails at 72 chars. You make life miserable for poor souls like me who cant afford more than a old P1 running only CUI. Thanks S. --------------060808070600050200090302-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 13:25: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 EEED116A41C for ; Mon, 18 Jul 2005 13:25:53 +0000 (GMT) (envelope-from dopplecoder@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB2B43D45 for ; Mon, 18 Jul 2005 13:25:53 +0000 (GMT) (envelope-from dopplecoder@gmail.com) Received: by zproxy.gmail.com with SMTP id r28so885275nza for ; Mon, 18 Jul 2005 06:25:50 -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=BvI797tZODr1vork5fqNMhp9waBCfJXidF/a1Bz5lQeuUYgBLSJ/H0G8YcIpstHHKKUr3/lts0FRUy0gxLY+590opbXagR2EfJCgfHOYT4ZYJXRE8be+Q5Xb9AlRm09sbHJfMgwQak/vPHt1PLuMYoGtXOlQwXl6cPeF4h3Zzmo= Received: by 10.36.119.17 with SMTP id r17mr3409857nzc; Mon, 18 Jul 2005 06:25:24 -0700 (PDT) Received: by 10.36.128.17 with HTTP; Mon, 18 Jul 2005 06:25:24 -0700 (PDT) Message-ID: <45d750d205071806252b2697f7@mail.gmail.com> Date: Mon, 18 Jul 2005 09:25:24 -0400 From: Aaron Peterson To: Alex Yarmol In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Bash prompt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aaron Peterson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 13:25:54 -0000 On 7/17/05, Alex Yarmol wrote: > How I can chage my bash prompt to this: >=20 > [user@host directory-name(e. g. "alex" for /usr/home/alex)]$ >=20 > I assume that I need to do that: >=20 > 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)]\$ \w lowercase should give you the full path \W uppercase gives the last component of the path, so given: [user@host /]$ cd /usr/local/etc [user@host etc]$ which tend to prefer to the full path, but you didn't ask what I prefer :-) Aaron From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 13:47:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B13DE16A41C for ; Mon, 18 Jul 2005 13:47:59 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F02143D45 for ; Mon, 18 Jul 2005 13:47:59 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: by wproxy.gmail.com with SMTP id i16so1009057wra for ; Mon, 18 Jul 2005 06:47:58 -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=dH23stMAp8kZTewTlFbwfdQND7AxUgM67bMqWXxSTanjdFUwiUkmvD7lJLg2mRjMnW7rKkCpb2FMILdzz/aXRG7FFQIK+v4BnFDVWJdQsT1/GCbrJRU2olLe2tjkCSyyUtgV4ov7Hweuyp0mVV1NTxgB7FVP3LDxSnyyIFSQVFE= Received: by 10.54.109.14 with SMTP id h14mr367784wrc; Mon, 18 Jul 2005 06:47:58 -0700 (PDT) Received: by 10.54.160.11 with HTTP; Mon, 18 Jul 2005 06:47:58 -0700 (PDT) Message-ID: <27dbfc8c05071806476512f6a5@mail.gmail.com> Date: Mon, 18 Jul 2005 15:47:58 +0200 From: Valerio daelli 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: fdisk problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Valerio daelli List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 13:47:59 -0000 Hello everybody we have a 2235Gb disk which we want to partition. If we use sysinstall->Configure->Fdisk and try to build a unique slice we get a message like 'Wrote FDISK partition information out successfully (100%)' but if we go back to fdisk it shows a freebsd slice of 187Gb plus an unused slice of 2048Gb. If we delete it and recreate a new slice, the problem persists. Is there any tutorial about using fdisk without using sysinstall? Thanks Valerio From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 13:49:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4BB16A41C for ; Mon, 18 Jul 2005 13:49:37 +0000 (GMT) (envelope-from jim-c@charter.net) Received: from mxsf14.cluster1.charter.net (mxsf14.cluster1.charter.net [209.225.28.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9530243D49 for ; Mon, 18 Jul 2005 13:49:36 +0000 (GMT) (envelope-from jim-c@charter.net) Received: from mxip12a.cluster1.charter.net (mxip12a.cluster1.charter.net [209.225.28.142]) by mxsf14.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j6IDnYWK025097 for ; Mon, 18 Jul 2005 09:49:34 -0400 Received: from 68-119-202-215.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) (68.119.202.215) by mxip12a.cluster1.charter.net with ESMTP; 18 Jul 2005 09:49:16 -0400 X-IronPort-AV: i="3.93,297,1115006400"; d="scan'208"; a="1322364360:sNHT69835768" Message-ID: <42DBB359.3000400@charter.net> Date: Mon, 18 Jul 2005 09:49:13 -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: Glenn Dawson , freebsd-questions@freebsd.org References: <42DB1F87.3030206@charter.net> <6.1.0.6.2.20050717202710.04300cc0@cobalt.antimatter.net> In-Reply-To: <6.1.0.6.2.20050717202710.04300cc0@cobalt.antimatter.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 13:49:37 -0000 Glenn Dawson wrote: > 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. > > It appears that I didn't include enough of the ipfw.rules file. Following is another abstract: ################################################################# # Allow the packet through if it has previous been added to the # the "dynamic" rules table by a allow keep-state statement. ################################################################# $cmd 00015 check-state It's my understanding that this rule allows through any returning packets that match the dynamic rule established 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 > > Part of my problem is that I don't understand the protocols being used by the Onion routers. It appears that Tor (the application on my machine that sets up the communication with the Onion routers) begins to communicate with the Onion routers as soon as it starts. This communication continues as long as the FBSD machine is alive. Really shook me up when I first started using Tor and Privoxy. I thought someone was hacking my machine :-) The really puzzling thing about this situation is that at least some of the messages concerning the Onion protocol are getting through. I can ask for www.google.com and sometimes it resolves to Google in Europe, sometimes to Google in Asia, and sometines to Google here in the US. Ipfw appears to be only dropping some of the packets. Perhaps I should set up another machine to sniff the packets that occur. Maybe that would give me an idea of what is happening with the Onion protocol. In any event, thanks for your input to my problem, and if you have any other ideas I would appreciate them very much. I've been chewing on this problem the better part of a week. Thanks, Jim From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 14:14:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1076B16A41C for ; Mon, 18 Jul 2005 14:14:30 +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 4809E43D46 for ; Mon, 18 Jul 2005 14:14:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from beatrix.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j6IEEQmb001981; Mon, 18 Jul 2005 17:14:26 +0300 Received: from beatrix.daedalusnetworks.priv (localhost [127.0.0.1]) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3) with ESMTP id j6IEEQFN009082; Mon, 18 Jul 2005 17:14:26 +0300 (EEST) Received: (from keramida@localhost) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3/Submit) id j6IEEQu1009081; Mon, 18 Jul 2005 17:14:26 +0300 (EEST) X-Authentication-Warning: beatrix.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Mon, 18 Jul 2005 17:14:26 +0300 From: Giorgos Keramidas To: Valerio daelli Message-ID: <20050718141426.GA9075@beatrix.daedalusnetworks.priv> References: <27dbfc8c05071806476512f6a5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27dbfc8c05071806476512f6a5@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: fdisk problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 14:14:30 -0000 On 2005-07-18 15:47, Valerio daelli wrote: > Hello everybody > we have a 2235Gb disk which we want to partition. > If we use sysinstall->Configure->Fdisk and try to build a unique slice > we get a message like > > 'Wrote FDISK partition information out successfully (100%)' > > but if we go back to fdisk it shows a freebsd slice of 187Gb > plus an unused slice of 2048Gb. > If we delete it and recreate a new slice, the problem persists. > Is there any tutorial about using fdisk without using sysinstall? If you're only going to use FreeBSD on the disk, you might find this post useful: http://keramida.serverhive.com/weblog/archives/2004-10-26/daemonizing-a-new-disk From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 14:39: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 9FCD216A41C for ; Mon, 18 Jul 2005 14:39:22 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from royk.itea.ntnu.no (royk.itea.ntnu.no [129.241.190.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39F9A43D46 for ; Mon, 18 Jul 2005 14:39:21 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by royk.itea.ntnu.no (Postfix) with ESMTP id 7310F66CB7 for ; Mon, 18 Jul 2005 16:39:20 +0200 (CEST) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by royk.itea.ntnu.no (Postfix) with SMTP for ; Mon, 18 Jul 2005 16:37:36 +0200 (CEST) Received: (qmail 28984 invoked by uid 1001); 18 Jul 2005 16:37:36 +0200 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 18 Jul 2005 16:37:36 +0200 Date: Mon, 18 Jul 2005 16:37:36 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: questions@freebsd.org Message-ID: <20050718163250.D28772@maren.thelosingend.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: Subject: Some sort of filter based filesystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 14:39:22 -0000 What would be nice, is some kind of nullfs-like read only filesystem that would send all files through a configurable filter when opened. That way I could put all my music in FLAC format on hdd, and then, when I wanted to transfer some tracks to my portable player, I could grab the files from the ogg-directory. Or when I wanted to burn to CD-A, I could grab 'em from the wav-dir. Is something like this available somewhere? Or how about some other solution, not file system based? Regards, Svein Halvor From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 15:14:13 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BC5516A41C for ; Mon, 18 Jul 2005 15:14:13 +0000 (GMT) (envelope-from martin@amerisys.com) Received: from cti41.citenet.net (cti41.citenet.net [206.123.38.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id F01D943D46 for ; Mon, 18 Jul 2005 15:14:12 +0000 (GMT) (envelope-from martin@amerisys.com) Received: from basement (ppp04-2.dsl.citenet.net [209.41.149.2]) by cti41.citenet.net (8.12.10/8.12.9) with SMTP id j6IFECOu056882 for ; Mon, 18 Jul 2005 11:14:12 -0400 (EDT) (envelope-from martin@amerisys.com) Message-ID: <000a01c58bab$48991e70$4502a8c0@basement> From: "Martin" To: Date: Mon, 18 Jul 2005 11:13:42 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: I have found a pc on the side curb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 15:14:13 -0000 > a pentium 133mhz with freebsd. I was woundering if there was away = around the login: admin password: ********* >=20 > maybe there is a universal password for admin that bypass all = password. something like that. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 15:16: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 0F8F516A41C for ; Mon, 18 Jul 2005 15:16:43 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92BE743D53 for ; Mon, 18 Jul 2005 15:16:43 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id AE0125DD2; Mon, 18 Jul 2005 11:16:42 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 65344-05; Mon, 18 Jul 2005 11:16:33 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-54-113.ny325.east.verizon.net [68.161.54.113]) by pi.codefab.com (Postfix) with ESMTP id E1CF45C69; Mon, 18 Jul 2005 11:16:30 -0400 (EDT) Message-ID: <42DBC7D6.4060305@mac.com> Date: Mon, 18 Jul 2005 11:16:38 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en MIME-Version: 1.0 To: DerAlSem References: <1556383370.20050718141952@deralsem.com> In-Reply-To: <1556383370.20050718141952@deralsem.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: Real IP under NAT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 15:16:44 -0000 DerAlSem wrote: [ ... ] > I've 5 external (real) IP, one is assigned on external if. Also there > are 20 internal computers with 192.168.0.* ip's (NAT+IPFW). I need to assign one > of that computer an external ip. Somebody told me, that it can be done > with ARP-proxy, but i couldn't find any info on that. 10x in advance. See "man natd": -redirect_address localIP publicIP Redirect traffic for public IP address to a machine on the local network. This function is known as static NAT. Nor- mally static NAT is useful if your ISP has allocated a small block of IP addresses to you, but it can even be used in the case of single address: redirect_address 10.0.0.8 0.0.0.0 The above command would redirect all incoming traffic to machine 10.0.0.8. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 15:23:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800D116A41C for ; Mon, 18 Jul 2005 15:23:41 +0000 (GMT) (envelope-from deralsem@deralsem.com) Received: from df08.dot5hosting.com (df08.dot5hosting.com [66.235.211.112]) by mx1.FreeBSD.org (Postfix) with SMTP id 01DA943D48 for ; Mon, 18 Jul 2005 15:23:40 +0000 (GMT) (envelope-from deralsem@deralsem.com) Received: (qmail 11306 invoked from network); 18 Jul 2005 15:26:15 -0000 Received: from unknown (HELO BUST) (82.179.222.146) by df08.dot5hosting.com with SMTP; 18 Jul 2005 15:26:15 -0000 Date: Mon, 18 Jul 2005 19:23:34 +0400 From: DerAlSem X-Mailer: The Bat! (v3.5) UNREG / CD5BF9353B3B7091 Organization: Cybenematic Games X-Priority: 3 (Normal) Message-ID: <432433990.20050718192334@deralsem.com> To: Chuck Swiger In-Reply-To: <42DBC7D6.4060305@mac.com> References: <1556383370.20050718141952@deralsem.com> <42DBC7D6.4060305@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re[2]: Real IP under NAT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: DerAlSem List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 15:23:41 -0000 Hello Chuck, Monday, July 18, 2005, 7:16:38 PM, you wrote: > DerAlSem wrote: > [ ... ] >> I've 5 external (real) IP, one is assigned on external if. Also there >> are 20 internal computers with 192.168.0.* ip's (NAT+IPFW). I need to assign one >> of that computer an external ip. Somebody told me, that it can be done >> with ARP-proxy, but i couldn't find any info on that. 10x in advance. > See "man natd": > -redirect_address localIP publicIP > Redirect traffic for public IP address to a machine on the > local network. This function is known as static NAT. Nor- > mally static NAT is useful if your ISP has allocated a small > block of IP addresses to you, but it can even be used in the > case of single address: > redirect_address 10.0.0.8 0.0.0.0 > The above command would redirect all incoming traffic to > machine 10.0.0.8. No, that won't work, because i need an external IP on LAN machine. Ext IP adresses - 1.2.3.1-1.2.3.5 Gate ext_if - 1.2.3.1 Gate int_if - 192.168.0.1 LAN (via NAT) machines - 192.168.0.2-20 Another LAN (via NAT) machine - 1.2.3.2 How? -- Best regards, DerAlSem mailto:deralsem@deralsem.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 15:33:33 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 8E98116A41C for ; Mon, 18 Jul 2005 15:33:33 +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 17E9143D46 for ; Mon, 18 Jul 2005 15:33:33 +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 1DuXca-000KP9-Ao; Mon, 18 Jul 2005 09:33:32 -0600 In-Reply-To: <000a01c58bab$48991e70$4502a8c0@basement> References: <000a01c58bab$48991e70$4502a8c0@basement> Mime-Version: 1.0 (Apple Message framework v733) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Mon, 18 Jul 2005 09:33:31 -0600 To: Martin 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: questions@FreeBSD.org Subject: Re: I have found a pc on the side curb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 15:33:33 -0000 On Jul 18, 2005, at 9:13 AM, Martin wrote: >> a pentium 133mhz with freebsd. I was woundering if there was away >> around the login: admin password: ********* >> >> maybe there is a universal password for admin that bypass all >> password. something like that. Does it per chance have an optical drive? Can you boot it to single user mode? btw, the "admin" user id is not "admin" Chad >> > _______________________________________________ > 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 15:36: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 0BCB316A41C for ; Mon, 18 Jul 2005 15:36:13 +0000 (GMT) (envelope-from blake.darche@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88A6A43D45 for ; Mon, 18 Jul 2005 15:36:12 +0000 (GMT) (envelope-from blake.darche@gmail.com) Received: by wproxy.gmail.com with SMTP id i11so1028998wra for ; Mon, 18 Jul 2005 08:36:12 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ef7YS9QmjDVPwuuNi3vJAmWiXtaktgYlnlvRgOtCaoATkxndmus437BFa0bYotxy4VqMTCMrlLt62Yz6UMMoMeNtq+KB5bu+VcvcU0yvouHU0SYbi5xS5xUUtUwhZe+hweo5BGyeHUkjcB73HIk8X7Vu/ACvguuLw8s1Ufw4Iyk= Received: by 10.54.44.53 with SMTP id r53mr404539wrr; Mon, 18 Jul 2005 08:36:11 -0700 (PDT) Received: by 10.54.57.73 with HTTP; Mon, 18 Jul 2005 08:36:11 -0700 (PDT) Message-ID: <287fd0790507180836794ba7dc@mail.gmail.com> Date: Mon, 18 Jul 2005 11:36:11 -0400 From: Blake Darche To: Chuck Swiger , freebsd-questions@freebsd.org In-Reply-To: <432433990.20050718192334@deralsem.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1556383370.20050718141952@deralsem.com> <42DBC7D6.4060305@mac.com> <432433990.20050718192334@deralsem.com> Cc: Subject: Re: Re[2]: Real IP under NAT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Blake Darche List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 15:36:13 -0000 Chuck, pf can do this: " Bidirectional Mapping (1:1 mapping) A bidirectional mapping can be established by using the binat rule. A binat rule establishes a one to one mapping between an internal IP address and an external address. This can be useful, for example, to provide a web server on the internal network with its own external IP address. Connections from the Internet to the external address will be translated to the internal address and connections from the web server (such as DNS requests) will be translated to the external address. TCP and UDP ports are never modified with binat rules as they are with nat rules. Example: web_serv_int =3D "192.168.1.100" web_serv_ext =3D "24.5.0.6" binat on tl0 from $web_serv_int to any -> $web_serv_ext " http://www.openbsd.org/faq/pf/nat.html Blake On 7/18/05, DerAlSem wrote: > Hello Chuck, >=20 > Monday, July 18, 2005, 7:16:38 PM, you wrote: >=20 > > DerAlSem wrote: > > [ ... ] > >> I've 5 external (real) IP, one is assigned on external if. Also there > >> are 20 internal computers with 192.168.0.* ip's (NAT+IPFW). I need to = assign one > >> of that computer an external ip. Somebody told me, that it can be done > >> with ARP-proxy, but i couldn't find any info on that. 10x in advance. >=20 > > See "man natd": >=20 > > -redirect_address localIP publicIP > > Redirect traffic for public IP address to a machine o= n the > > local network. This function is known as static NAT.= Nor- > > mally static NAT is useful if your ISP has allocated = a small > > block of IP addresses to you, but it can even be used= in the > > case of single address: >=20 > > redirect_address 10.0.0.8 0.0.0.0 >=20 > > The above command would redirect all incoming traffic= to > > machine 10.0.0.8. >=20 >=20 > No, that won't work, because i need an external IP on LAN machine. >=20 > Ext IP adresses - 1.2.3.1-1.2.3.5 > Gate ext_if - 1.2.3.1 > Gate int_if - 192.168.0.1 > LAN (via NAT) machines - 192.168.0.2-20 > Another LAN (via NAT) machine - 1.2.3.2 >=20 > How? >=20 > -- > Best regards, > DerAlSem mailto:deralsem@deralsem.com >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 15:47: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 95E6816A41C for ; Mon, 18 Jul 2005 15:47:12 +0000 (GMT) (envelope-from jstewart@rtl.org) Received: from mail.rtl.org (rtl-3.i2k.com [66.255.200.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C5343D49 for ; Mon, 18 Jul 2005 15:47:10 +0000 (GMT) (envelope-from jstewart@rtl.org) Received: from mis3c.rtl.lan (rtl-2.i2k.com [66.255.200.206]) by mail.rtl.org (Postfix) with ESMTP id 7237030ABE; Mon, 18 Jul 2005 11:42:16 -0400 (EDT) Received: by mis3c.rtl.lan (Postfix, from userid 1000) id 8EE9E2184FA; Mon, 18 Jul 2005 11:46:20 -0400 (EDT) Date: Mon, 18 Jul 2005 11:46:20 -0400 From: Jason Stewart To: Martin Message-ID: <20050718154620.GB11703@rtl.org> References: <000a01c58bab$48991e70$4502a8c0@basement> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000a01c58bab$48991e70$4502a8c0@basement> User-Agent: Mutt/1.5.6+20040907i Cc: questions@FreeBSD.org Subject: Re: I have found a pc on the side curb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 15:47:12 -0000 On 18/07/05 11:13 -0400, Martin wrote: > > a pentium 133mhz with freebsd. I was woundering if there was away around the login: admin password: ********* > > > > maybe there is a universal password for admin that bypass all password. something like that. No. How could any OS with a default backdoor password be considered secure then? There are ways to get into a machine without using the password but the only right thing to do in your case would be to reinstall FreeBSD and just use the box that way instead of trying to get at the pre-existing and most likely private installation. Jason > _______________________________________________ > 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 15:55: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 0FBFC16A41C for ; Mon, 18 Jul 2005 15:55:40 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B7743D48 for ; Mon, 18 Jul 2005 15:55:37 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 968855E00; Mon, 18 Jul 2005 11:55:36 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 65516-09; Mon, 18 Jul 2005 11:55:26 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-54-113.ny325.east.verizon.net [68.161.54.113]) by pi.codefab.com (Postfix) with ESMTP id BF1FF5D41; Mon, 18 Jul 2005 11:55:25 -0400 (EDT) Message-ID: <42DBD0F5.9070407@mac.com> Date: Mon, 18 Jul 2005 11:55:33 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en MIME-Version: 1.0 To: DerAlSem References: <1556383370.20050718141952@deralsem.com> <42DBC7D6.4060305@mac.com> <432433990.20050718192334@deralsem.com> In-Reply-To: <432433990.20050718192334@deralsem.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: Real IP under NAT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 15:55:40 -0000 DerAlSem wrote: > Hello Chuck, [ ... ] > No, that won't work, because i need an external IP on LAN machine. > > Ext IP adresses - 1.2.3.1-1.2.3.5 > Gate ext_if - 1.2.3.1 > Gate int_if - 192.168.0.1 > LAN (via NAT) machines - 192.168.0.2-20 > Another LAN (via NAT) machine - 1.2.3.2 > > How? natd doesn't care whether you use routable or non-routable IPs; you can NAT an external IP, too, if you really want to. But if you simply want to set up a small DMZ where the hosts are not doing NAT but just using routable IP's, that's trivial: set gateway_enable in /etc/rc.conf, and away you go. In this case, you'd want three interfaces on the box, a WAN, a LAN, and a DMZ, preferably all on distinct subnets. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 16:04:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2234016A41C for ; Mon, 18 Jul 2005 16:04:15 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA21B43D45 for ; Mon, 18 Jul 2005 16:04:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 17445 invoked from network); 18 Jul 2005 16:04:14 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Jul 2005 16:04:14 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 4D7BC30; Mon, 18 Jul 2005 12:04:13 -0400 (EDT) Sender: lowell@be-well.ilk.org To: nysander@quanteam.info References: <42D80D3E.1070006@quanteam.info> <447jfr94wv.fsf@be-well.ilk.org> <42D826F8.6080409@quanteam.info> <44y886zve4.fsf@be-well.ilk.org> <42DA2FCB.3080607@quanteam.info> From: Lowell Gilbert Date: 18 Jul 2005 12:04:13 -0400 In-Reply-To: <42DA2FCB.3080607@quanteam.info> Message-ID: <44pstg6qyq.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: gettext won't install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 16:04:15 -0000 Pawe=B3 Madej writes: > Lowell Gilbert wrote: >=20 > >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] > >=20=20 > > > make on that port goes ok. so i got gettext compiled now, but find > command which you wrote returns NULL result. Are all of the dependencies up to date? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 16:10: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 4B19916A41C for ; Mon, 18 Jul 2005 16:10:54 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 61F1943D45 for ; Mon, 18 Jul 2005 16:10:53 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: (qmail invoked by alias); 18 Jul 2005 16:10:51 -0000 Received: from flb.schmalzbauer.de (EHLO cale.flintsbach.schmalzbauer.de) [62.245.232.135] by mail.gmx.net (mp026) with SMTP; 18 Jul 2005 18:10:51 +0200 X-Authenticated: #301138 From: Emanuel Strobl To: freebsd-questions@freebsd.org Date: Mon, 18 Jul 2005 18:10:35 +0200 User-Agent: KMail/1.8.1 References: In-Reply-To: X-Birthday: Oct. 6th 1972 X-CelPhone: +49 (0) 173 9967781 X-Tel: +49 (0) 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5555550.Xkjx3fpUFq"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200507181810.44042@harrymail> X-Y-GMX-Trusted: 0 Cc: Jon Falconer Subject: Re: 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 16:10:54 -0000 --nextPart5555550.Xkjx3fpUFq Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Am Montag, 18. Juli 2005 05:25 CEST schrieb Jon Falconer: > 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 See IPFWs fwd or PFs route-to and reply-to. -Harry > if I should just do this with a real router and not FreeBSD? > > Thanks for your insights, > > Jon > > _______________________________________________ > 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" --nextPart5555550.Xkjx3fpUFq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC29SDBylq0S4AzzwRAi0eAJ9qprTp5JS9z8+AGRvwRUPvwoqjawCgkqBc ok3CEIiYA0w/tO1cHL9TcQ8= =CW5z -----END PGP SIGNATURE----- --nextPart5555550.Xkjx3fpUFq-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 16:11: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 8439616A432 for ; Mon, 18 Jul 2005 16:11:00 +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 28AC143D45 for ; Mon, 18 Jul 2005 16:11:00 +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 j6IGAwX7023940 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Mon, 18 Jul 2005 09:10:59 -0700 Message-Id: <6.1.0.6.2.20050718085134.119e2e80@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Mon, 18 Jul 2005 09:07:29 -0700 To: "Ray Jenson" , From: Glenn Dawson In-Reply-To: <20050718123641.212FE43D45@mx1.FreeBSD.org> References: <20050718123641.212FE43D45@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Daemon, Devil... woops! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 16:11:00 -0000 At 05:36 AM 7/18/2005, Ray Jenson wrote: >There was an old country-western song that said something about >"God, won't you buy me a Mercedes-Benz" That was "Mercedes Benz" by Janis Joplin. She'd probably turn over in her grave if she heard it called country-western... As far as icons, symbols, logos and all that goes, they only have the meaning that people give them. Evil, like beauty, is in the eye of the beholder. -Glenn From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 16:17:28 2005 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7099916A41C for ; Mon, 18 Jul 2005 16:17:28 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id E13D343D45 for ; Mon, 18 Jul 2005 16:17:27 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 18507 invoked by uid 0); 18 Jul 2005 16:17:26 -0000 Received: from user-69-73-60-132.knology.net (HELO Grumpy.DynDNS.org) (69.73.60.132) by smtp8.knology.net with SMTP; 18 Jul 2005 16:17:26 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 42ADD6862; Mon, 18 Jul 2005 11:17:25 -0500 (CDT) Date: Mon, 18 Jul 2005 11:17:25 -0500 From: David Kelly To: FreeBSD-Questions@FreeBSD.org Message-ID: <20050718161725.GB98080@Grumpy.DynDNS.org> References: <000a01c58bab$48991e70$4502a8c0@basement> <20050718154620.GB11703@rtl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050718154620.GB11703@rtl.org> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: I have found a pc on the side curb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 16:17:28 -0000 On Mon, Jul 18, 2005 at 11:46:20AM -0400, Jason Stewart wrote: > > There are ways to get into a machine without using the password but > the only right thing to do in your case would be to reinstall FreeBSD > and just use the box that way instead of trying to get at the > pre-existing and most likely private installation. Betcha that defeats his purpose. Its not to have a FreeBSD machine but to be nosey to find out what is on the one he found. With physical access to the system its pretty easy to change the root password. Is not as if the filesystems are encrypted. Am sure its in the archives somewhere but I don't intent to make it easy by saying how. Is much harder to force change the password without leaving a significant trail. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 16:19: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 7515D16A41F for ; Mon, 18 Jul 2005 16:19:44 +0000 (GMT) (envelope-from alex.yarmol@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF3A43D4C for ; Mon, 18 Jul 2005 16:19:42 +0000 (GMT) (envelope-from alex.yarmol@gmail.com) Received: by wproxy.gmail.com with SMTP id i27so1027964wra for ; Mon, 18 Jul 2005 09:19:42 -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; b=F4I8Bs5XawmjDUqyuQVQmYmOC1jYlFGwa0HdvzTVPqd3ZKB+fZcpXkX5x8u8XE7Rz4MmfjOSfOKnUdvLcC7ReRMmNcTvLD0b/KgfIyt58wkH42l1fuoMtKBX8dfEtzwmF45jAVgCaja9SEwXI4PQs5qHqX3DEREyiFH5VS6yAkw= Received: by 10.54.32.52 with SMTP id f52mr414032wrf; Mon, 18 Jul 2005 09:18:36 -0700 (PDT) Received: by 10.54.93.2 with HTTP; Mon, 18 Jul 2005 09:18:36 -0700 (PDT) Message-ID: Date: Mon, 18 Jul 2005 19:18:36 +0300 From: Alex Yarmol To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1606_2458912.1121703516662" Subject: Motorola C380 Modem Driver or whatever... 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: Mon, 18 Jul 2005 16:19:44 -0000 ------=_Part_1606_2458912.1121703516662 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, ppl :^) I have a Motorola C380 mobile (the same firmware as C650 and V220). It has GPRS and Mini-USB port. In Windoze i have a small INF-file driver ~ 10 kb and when i install it, XP installs usbser.sys driver too. The question is: can I use my mobile as modem in FreeBSD 5.4? If I can, how? PS: INF-file is attached, don't worry, no viruses. ------=_Part_1606_2458912.1121703516662 Content-Type: application/octet-stream; name="USBMOT2000.rar" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="USBMOT2000.rar" UmFyIRoHADvQcwgADQAAAAAAAABU13SAgC4AsAYAAFYnAAACnVeOaKaOZi8dNQ4AIAAAAFVTQk1P VDIwMDAuSU5Gpxg65NiYgp0EaEERPg2U5THesU9TlEbIlg6ybqrHgQe643LxxIGr+XgZgZNWovfX XnEB4nBxON+c3UipU0pYOHh/0iYp3Cv7H9ui2yYZkUmqW0V67XA8RJzlV5qtPOnWpYFsxL8zkNpl IiCiw/YF6ac10j/pymQjiuYCOFKj//rAAsn/nSq13OrV+rMrVpZzgWFoGantGGdOvLMWAw2/Hjif qQmeoWZx4BrvDi2sDy0Vw0TrR1Y/t44X0xm5mBmS1NI+eXE9ltsXEYuqb3Kn8b08Cjgfc254o9Hh sA6MNhlDso5yl9NzrlCM4qu0/cN2azi0NUsjXb+cZLw3+XZbx9XLSm2VMPmWg0Nkre6zgyRTpU6I +3oUeKfnqRr7u8QldRjP6SCrz1opkOse2pv1W3dSG9OPazn9qYMu38EkhqhQJ02ZssShetIpQDUw TOFRJLTFmx8Lqb2YgjMNO93F63tvXTJdZR2lU1C8Q3H2r22WfUp44zySPZw5vHY/AVts56iu+/bm tBq7Ed4fGk1nSHHZeM/ibUzhZGAB7U5JUeCqKSigGU6AzbkpbE85OfXXZbJLEGQ5yVhwiQZzEdk0 BS3HnEtP7/lD18JWjQipHZNhqNkv5GLBfdyOqIn+rnM3B/xgea7wTGtYSzh6peGjFDxHvBVpThWK i3tpPM2pDPa1+2sjh9r5Moq6JpWJTGQSzKctlHpoRXd/ZbA3YGSbJxBiAFwkRape0DwaUpYISXl0 ymjMmnCwlEC9fAU1ZDhPqD/EUmDFQ5bV82BvwnMGOzRtKdHY0lLg1jgVVhwAUjQANu+dDKMTkkyP 6dGcUfN/mDmhPwftNJz7FaILTuRnkHA3JXjrha/2juH4Fh50zy3txp4xz58pMHplp3I8pcD7vhiy REqKjle7fP+Tel16BwbwsWkSu+J4x9SLj05ZPqLA6FFTizxAviEfaYj6U9B/fMS52LPKgmqg6zvN 1BL2P63Vvgv9zFYESMMFLjTW96Vk2OgOavEUEewym09DeZNI3QjIspPVhs6BvQtlccDGh4a16qqJ asxsdtIRi9cJ1OcCeQO/YhoJrebVApQeziHTIe2UCgNWfz6pgjzops9zUk4wqT0rvI6sa7g406QG 7Slt7AlbjTDFZGv/n+VZBrQtZ+DSJN+uSpx1CxcjfBvuM/mwVdTFSdqhzejKUjlAP0nPhX5fwUn6 esCLEB6z51tr4QcL8p1Vyhz2M8CM6+2OMaIxVDNOqZf3oNjlVl1i0SN61MIrRtfeplXNxa1nwbgl 1NBGqIHPQcFQI1Ql930XkVq7ZQsshq13ZKIlB9897DG4uz0ENgkmkqpruTH+fCMSksR7zLuLeoOc LSizp1ySZ80CGvesIRYpDCfsKzu3BWfbpaOlyvdzhKBd2ujobB5+IiRI70+RlnJz92aSBCylv8bZ IhRcHD0pzAf/6T9iyHwaKvbkOCxi+WewFvU7TXPn/YSA539EfdgIVdxvGYTRAjnVLKontd7p+5J8 UC5SQjTheq7/AiAZLk8IGz5ywJq2xZ/oT0tqGhiMQZBm2tJm/IWpwJw/PKdsERWlOeQQ2uyFJ1RQ bjb5bx9Xed2Lm837i3Nq2fdnKRn/WzouaLKMmIpYOi+j2b8GIMbcT93rt9w0SaE+pk6RIk7XxaTc LYselYNH1DEyxs68Ip0iIWoJYJse9UC0vBZdeK5VM0BdHrJx5zr28TgGrUs7hVTUGOeonDqQ1rPv hvA6V6vU3TnSjCPkiPr5VMGhStvETT9YeFXtNTkyxDwAZqN5fXwnX8DzHem8BVOOJrlhZ0LFbIyQ lPHjLNPDbEa3+NG1CNc3FN2gYeIdDN5t8tQk18TP9K0og7UKsbweYusyhRs2IOLkYaQGqqk4XT4A Jr08dfUYdhV18AMCKJyk+2HTGPSVRQRDyZX7Mv5/4t4D4+xKV2eUSd7yJuiPrjFOewOIhysFb5p1 dCvg8p4IF7B6US0hJ7slGr6Nj31KG8t4NHc6F0S9XawyOJ8Wzn4Kg8uDjoUL4A3+2KU1AfONlCRy WrXcuICcaTH066faXBNk1sguS3Lc7wavAObumx2m4zszx6Ynytaus/DqCq3v15/V9yrWdDGBptj3 Ylw4cUtSHJDuxgyh0SKl8E8As/Zr9Ig8J9U6W4OaJk9P5JxXIAkSvzqM5zATHK6Ymf/fWXRH81sy DGZIUj7zW+EmkjHpZgPo0S4vkHZwv5s+/7xGvyRV8tQym56gn8TVWRMgwK8BaY2FeQ1N52P4dTUY AAMAAL+IZ/ap/9TEPXsAQAcA ------=_Part_1606_2458912.1121703516662-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 16:20: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 0A64316A41C for ; Mon, 18 Jul 2005 16:20:53 +0000 (GMT) (envelope-from Antigen_NOLA_EX1@mcglinchey.com) Received: from donald2.ctii.com (donald2.ctii.com [199.254.148.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9F9343D7B for ; Mon, 18 Jul 2005 16:20:40 +0000 (GMT) (envelope-from Antigen_NOLA_EX1@mcglinchey.com) Received: from nola-ex1.mcglinchey.com (localhost [127.0.0.1]) by donald2.ctii.com (8.13.0/8.13.0) with ESMTP id j6IGJsQe016721 for ; Mon, 18 Jul 2005 11:20:36 -0500 (CDT) Received: from mail pickup service by nola-ex1.mcglinchey.com with Microsoft SMTPSVC; Mon, 18 Jul 2005 11:20:30 -0500 From: Antigen_NOLA_EX1@donald2.ctii.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-ID: X-OriginalArrivalTime: 18 Jul 2005 16:20:30.0120 (UTC) FILETIME=[9D68EA80:01C58BB4] Date: 18 Jul 2005 11:20:30 -0500 Subject: Antigen found FILE FILTER= *.inf file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 16:20:53 -0000 Antigen for Exchange found USBMOT2000.rar->USBMOT2000.INF matching FILE FILTER= *.inf file filter. The file is currently Removed. The message, "Motorola C380 Modem Driver or whatever...", was sent from owner-freebsd-questions@freebsd.org and was discovered in SMTP Messages\Inbound located at mcglinchey/NewOrleans/NOLA-EX1. Confidentiality Statement "The information contained in this electronic message is attorney privileged and confidential information intended only for the use of the owner of the email address listed as the recipient of this message. If you are not the intended recipient, or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any disclosure, dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this transmission in error, please immediately notify us by telephone at 504-586-1200 and return the original message to us at McGlinchey Stafford*643 Magazine St.*New Orleans,*LA*70130 via the United States Postal Service." From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 16:21:19 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2523D16A41F for ; Mon, 18 Jul 2005 16:21:19 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from top.daemonsecurity.com (62-14-217-85.inversas.jazztel.es [62.14.217.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33F8743D48 for ; Mon, 18 Jul 2005 16:21:09 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.0.64] (unknown [192.168.0.64]) by top.daemonsecurity.com (Postfix) with ESMTP id 5B1E6FE6CD; Mon, 18 Jul 2005 18:18:46 +0200 (CEST) Message-ID: <42DBD6F1.8000902@locolomo.org> Date: Mon, 18 Jul 2005 18:21:05 +0200 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= Organization: Locolomo.ORG User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050529) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin References: <000a01c58bab$48991e70$4502a8c0@basement> In-Reply-To: <000a01c58bab$48991e70$4502a8c0@basement> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@FreeBSD.org Subject: Re: I have found a pc on the side curb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 16:21:19 -0000 Martin wrote: >>maybe there is a universal password for admin that bypass all password. something like that. Try booting into single user mode. Erik -- Ph: +34.666334818 web: http://www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 16:28: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 8F68216A41C for ; Mon, 18 Jul 2005 16:28:35 +0000 (GMT) (envelope-from alex.yarmol@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE2443D46 for ; Mon, 18 Jul 2005 16:28:34 +0000 (GMT) (envelope-from alex.yarmol@gmail.com) Received: by wproxy.gmail.com with SMTP id i36so1017449wra for ; Mon, 18 Jul 2005 09:28: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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tKgc3NC64LOKsZSWe+NhF75qLFGSouzIsQidP7jCeVbwsGozD2YRRHS0liqTj1vYOK1iOh3hZj30+bhJi5gVtEug+s74puUEI5oOhRcTEkTU8k8yifzF9uARNCIu+SoXREcScYyXooX5n3H9vpAvSU3vTUtLwO2ShfVI8wQeLAg= Received: by 10.54.92.2 with SMTP id p2mr419190wrb; Mon, 18 Jul 2005 09:27:47 -0700 (PDT) Received: by 10.54.93.2 with HTTP; Mon, 18 Jul 2005 09:27:47 -0700 (PDT) Message-ID: Date: Mon, 18 Jul 2005 19:27:47 +0300 From: Alex Yarmol To: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: Motorola C380 Modem Driver or whatever... 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: Mon, 18 Jul 2005 16:28:35 -0000 Hi, ppl :^) I have a Motorola C380 mobile (the same firmware as C650 and V220). It has GPRS and Mini-USB port. In Windoze i have a small INF-file driver ~ 10 kb and when i install it, XP installs usbser.sys driver too. The question is: can I use my mobile as modem in FreeBSD 5.4? If I can, how? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 16:30:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCBC516A41C for ; Mon, 18 Jul 2005 16:30:55 +0000 (GMT) (envelope-from alex.yarmol@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5880343D46 for ; Mon, 18 Jul 2005 16:30:55 +0000 (GMT) (envelope-from alex.yarmol@gmail.com) Received: by wproxy.gmail.com with SMTP id i27so1030067wra for ; Mon, 18 Jul 2005 09:30:54 -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=K4jMhk+24711aHJyeNaxcQrHQ4v5fQLwOPYqZeSSS9lp7QBP6f8en9arpx48cW8w3EX+I2y1mrgJh4D3P+JoNpeboPOn/TdA0DRD2XZwkMdDg7gmM4311Wen0gFKzcWWGYs+2OqnfgBQFyHbBdX7/D1KwLOsFGzfpDdTrG1ZFns= Received: by 10.54.38.54 with SMTP id l54mr416469wrl; Mon, 18 Jul 2005 09:30:38 -0700 (PDT) Received: by 10.54.93.2 with HTTP; Mon, 18 Jul 2005 09:30:38 -0700 (PDT) Message-ID: Date: Mon, 18 Jul 2005 19: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: Motorola C380 modem driver or whatever... 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: Mon, 18 Jul 2005 16:30:55 -0000 Hi, ppl :^) I have a Motorola C380 mobile (the same firmware as C650 and V220). It has GPRS and Mini-USB port. In Windoze i have a small INF-file driver ~ 10 kb and when i install it, XP installs usbser.sys driver too. The question is: can I use my mobile as modem in FreeBSD 5.4? If I can, how? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 17:08: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 233E916A41C for ; Mon, 18 Jul 2005 17:08:40 +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 0065B43D55 for ; Mon, 18 Jul 2005 17:08:38 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 21919 invoked by uid 510); 18 Jul 2005 17:10:22 +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(-1.8/5.0):. Processed in 3.736368 secs); 18 Jul 2005 17:10:22 -0000 X-Spam-Status: No, hits=-1.8 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(-1.8/5.0):. Processed in 3.736368 secs Process 21912) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 18 Jul 2005 17:10:18 +0000 From: Robert Slade To: "freebsd-questions@freebsd.org" Content-Type: text/plain Message-Id: <1121706617.14792.3.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Mon, 18 Jul 2005 17:10:18 +0000 Content-Transfer-Encoding: 7bit Subject: Change of FQDN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 17:08:40 -0000 Hiya, Just a quick question, I need to change the domain name of a machine running 5.4. I see that it is set when the machine boots up but I can't find out where is is set. Rob From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 17:13:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ADD616A41C for ; Mon, 18 Jul 2005 17:13:11 +0000 (GMT) (envelope-from estover@nativenerds.com) Received: from mail.nativenerds.com (host-70-0-111-24.midco.net [24.111.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7704543D46 for ; Mon, 18 Jul 2005 17:13:10 +0000 (GMT) (envelope-from estover@nativenerds.com) Received: from mail.nativenerds.com (localhost.nativenerds.com [127.0.0.1]) by mail.nativenerds.com (8.12.11/8.12.11) with ESMTP id j6IHTR7Q017538 for ; Mon, 18 Jul 2005 11:29:27 -0600 (MDT) (envelope-from estover@nativenerds.com) Received: (from www@localhost) by mail.nativenerds.com (8.12.11/8.12.11/Submit) id j6IHTRXt017537; Mon, 18 Jul 2005 11:29:27 -0600 (MDT) (envelope-from estover@nativenerds.com) X-Authentication-Warning: mail.nativenerds.com: www set sender to estover@nativenerds.com using -f Received: from 169.203.127.194 (SquirrelMail authenticated user estover); by mail.nativenerds.com with HTTP; Mon, 18 Jul 2005 11:29:26 -0600 (MDT) Message-ID: <57531.169.203.127.194.1121707766.squirrel@169.203.127.194> In-Reply-To: <1121706617.14792.3.camel@lmail.bathnetworks.co.uk> References: <1121706617.14792.3.camel@lmail.bathnetworks.co.uk> Date: Mon, 18 Jul 2005 11:29:26 -0600 (MDT) From: estover@nativenerds.com To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV 0.85.1/982/Sun Jul 17 06:45:12 2005 on mail.nativenerds.com X-Virus-Status: Clean X-Spam-Status: No, hits=0.3 required=5.0 tests=NO_REAL_NAME autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mail.nativenerds.com Subject: Re: Change of FQDN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 17:13:11 -0000 > Hiya, > > Just a quick question, I need to change the domain name of a machine > running 5.4. I see that it is set when the machine boots up but I can't > find out where is is set. > > Rob > > _______________________________________________ > 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 your thinking the hostname? if so, in the "/etc/rc.conf" there is a line that says hostname. Remember to check your /etc/hosts as well so you may get your log files. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 17:14: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 9616A16A41C for ; Mon, 18 Jul 2005 17:14:13 +0000 (GMT) (envelope-from dopplecoder@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A66543D48 for ; Mon, 18 Jul 2005 17:14:11 +0000 (GMT) (envelope-from dopplecoder@gmail.com) Received: by zproxy.gmail.com with SMTP id r28so934939nza for ; Mon, 18 Jul 2005 10:14:10 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mM+wksSlvrT6sTuo+mAkUfl2ucX76WeV2sFsM9GYRw7lrGEQg4N4nZ7boUykxxwRCu5u+gXDTSfRlNmSZlMIfOhh4AC9Wzr06c4NrQ5ZsLSOrpkW++w0oVmDFm3/DxN05UkLEK9JXoYhpMZavIudXabSzv0fQAyXUVEVFofY04g= Received: by 10.36.138.17 with SMTP id l17mr3587552nzd; Mon, 18 Jul 2005 10:13:45 -0700 (PDT) Received: by 10.36.128.17 with HTTP; Mon, 18 Jul 2005 10:13:45 -0700 (PDT) Message-ID: <45d750d20507181013a90065f@mail.gmail.com> Date: Mon, 18 Jul 2005 13:13:45 -0400 From: Aaron Peterson To: "freebsd-questions@freebsd.org" In-Reply-To: <1121706617.14792.3.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1121706617.14792.3.camel@lmail.bathnetworks.co.uk> Subject: Re: Change of FQDN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aaron Peterson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 17:14:13 -0000 > Just a quick question, I need to change the domain name of a machine > running 5.4. I see that it is set when the machine boots up but I can't > find out where is is set. >=20 > Rob Generally in /etc/rc.conf hostname=3D"www.mydomain.com" From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 17:14:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22FE516A42B for ; Mon, 18 Jul 2005 17:14:26 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 887EF43D48 for ; Mon, 18 Jul 2005 17:14:25 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 1B490997927; Mon, 18 Jul 2005 19:14:23 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25277-03-2; Mon, 18 Jul 2005 19:14:19 +0200 (CEST) Received: from [80.98.156.20] (catv-50629c14.catv.broadband.hu [80.98.156.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 7DFB9997746; Mon, 18 Jul 2005 19:14:19 +0200 (CEST) Message-ID: <42DBE366.5020001@t-hosting.hu> Date: Mon, 18 Jul 2005 19:14:14 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Slade References: <1121706617.14792.3.camel@lmail.bathnetworks.co.uk> In-Reply-To: <1121706617.14792.3.camel@lmail.bathnetworks.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: "freebsd-questions@freebsd.org" Subject: Re: Change of FQDN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 17:14:26 -0000 Robert Slade wrote: >Hiya, > >Just a quick question, I need to change the domain name of a machine >running 5.4. I see that it is set when the machine boots up but I can't >find out where is is set. > >Rob > >_______________________________________________ >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 change it in /etc/rc.conf or via sysinstall. Cheers, Gábor Kövesdán From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 17:16:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 877B316A41C for ; Mon, 18 Jul 2005 17:16:30 +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 3967443D46 for ; Mon, 18 Jul 2005 17:16:30 +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 8A8E0CC1828 for ; Mon, 18 Jul 2005 13:16:28 -0400 (EDT) X-Sasl-enc: jj0rDFmXBjFW/mdnJLhTCDcTf7/6pP8lXYFkFq2MSVeY 1121706986 Received: from gumby.localdomain (dsl-80-41-68-245.access.as9105.com [80.41.68.245]) by frontend2.messagingengine.com (Postfix) with ESMTP id 40B6556F785 for ; Mon, 18 Jul 2005 13:16:25 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Mon, 18 Jul 2005 18:16:26 +0100 User-Agent: KMail/1.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507181816.26355.list-freebsd-2004@morbius.sent.com> Subject: What is KDM Console Login? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 17:16:30 -0000 On the KDM menu there is an option "Console Login". When I select this, nothing happens. What's it supposed to do, and how can I make it do it? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 17:18: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 3DC7416A41C for ; Mon, 18 Jul 2005 17:18:31 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9ADB43D46 for ; Mon, 18 Jul 2005 17:18:30 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 1171060F3; Mon, 18 Jul 2005 12:18:30 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73552-07; Mon, 18 Jul 2005 12:18:28 -0500 (CDT) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 3109260D7; Mon, 18 Jul 2005 12:18:27 -0500 (CDT) Message-ID: <42DBE463.1020403@makeworld.com> Date: Mon, 18 Jul 2005 12:18:27 -0500 From: Chris User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050715) X-Accept-Language: en-us, en MIME-Version: 1.0 To: RW References: <200507181816.26355.list-freebsd-2004@morbius.sent.com> In-Reply-To: <200507181816.26355.list-freebsd-2004@morbius.sent.com> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.2 (20050629) at makeworld.com - Isn't it ironic Cc: freebsd-questions@freebsd.org Subject: Re: What is KDM Console Login? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: racerx@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 17:18:31 -0000 RW wrote: > On the KDM menu there is an option "Console Login". When I select this, > nothing happens. > > What's it supposed to do, and how can I make it do it? The world as we know it, ends... -- Best regards, Chris Hindsight is an exact science. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 17:52:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4235916A41C for ; Mon, 18 Jul 2005 17:52:25 +0000 (GMT) (envelope-from lawrence.petrykanyn@sympatico.ca) Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9308243D45 for ; Mon, 18 Jul 2005 17:52:24 +0000 (GMT) (envelope-from lawrence.petrykanyn@sympatico.ca) Received: from [192.168.1.101] ([65.95.42.61]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050718175219.HCLB26102.tomts10-srv.bellnexxia.net@[192.168.1.101]> for ; Mon, 18 Jul 2005 13:52:19 -0400 Message-ID: <42DBEC8A.7040607@sympatico.ca> Date: Mon, 18 Jul 2005 13:53:14 -0400 From: Lawrence Petrykanyn User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050704 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: Sound as Root, No Sound as User X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 17:52:25 -0000 Hi, I'm a newbie, but managed to get my sound working as root, but not when I use a user account. The CD Player in Gnome works fine if I log in as root, but when I log on as a user, it says that there is a "drive error", but if I su into root and "cdcontrol -f /dev/acd0 play 1" I can play a CD. I'm assuming that this is a permission issue but can't find any mention of it in either the Handbook or the Internet. The user account is in the wheel group. I am running FreeBSD 5.4. Any suggestions, comments or advice would be appreciated. Thanks, Lawrence From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 17:58: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 4C6E816A41C; Mon, 18 Jul 2005 17:58:53 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id D35FA43D45; Mon, 18 Jul 2005 17:58:52 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id DA8929978ED; Mon, 18 Jul 2005 19:58:51 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25919-03; Mon, 18 Jul 2005 19:58:48 +0200 (CEST) Received: from [80.98.156.20] (catv-50629c14.catv.broadband.hu [80.98.156.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 6C9869975B9; Mon, 18 Jul 2005 19:58:48 +0200 (CEST) Message-ID: <42DBEDD3.60906@t-hosting.hu> Date: Mon, 18 Jul 2005 19:58:43 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: Subject: rcNG issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 17:58:53 -0000 Hello, I have a problem with my rcNG scripts. There are three scripts: named.sh, apache2.sh and proftpd.sh. Apache and ProFTPd require hostname resolving thus named should start firstly. The headers of my scripts are: named.sh: #!/bin/sh # # PROVIDE: named # REQUIRE: SERVERS # BEFORE: apache2 proftpd mysqld # KEYWORD: FreeBSD shutdown . /etc/rc.subr apache2.sh: #!/bin/sh # # PROVIDE: apache2 # REQUIRE: NETWORKING SERVERS named # BEFORE: DAEMON # KEYWORD: FreeBSD shutdown . /etc/rc.subr proftpd.sh: #!/bin/sh # # PROVIDE: proftpd # REQUIRE: DAEMON # BEFORE: LOGIN # KEYWORD: FreeBSD shutdown . /etc/rc.subr And when I enable all the three scripts in rc.conf, the apache hangs because it can't resolve the computer's hostname. It's really annoying, I have to manually start it after a reboot, or wait for the cronscript that checks whether it is running. What's wrong? Thanks in advance, Gábor Kövesdán From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 18:09:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8016A16A41C for ; Mon, 18 Jul 2005 18:09:52 +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 349AC43D46 for ; Mon, 18 Jul 2005 18:09:52 +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 29C30648C; Mon, 18 Jul 2005 14:34:46 -0400 (EDT) Message-ID: <42DBF072.4020503@nawcom.no-ip.com> Date: Mon, 18 Jul 2005 14:09:54 -0400 From: nawcom User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lawrence Petrykanyn References: <42DBEC8A.7040607@sympatico.ca> In-Reply-To: <42DBEC8A.7040607@sympatico.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Sound as Root, No Sound as User X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 18:09:52 -0000 do a chmod 666 /dev/acd0 (chmod a+rw). freebsd doesnt give a user the needed rights by default. That permission change should fix it. -Ben Lawrence Petrykanyn wrote: > Hi, > > I'm a newbie, but managed to get my sound working as root, but not > when I use a user account. The CD Player in Gnome works fine if I log > in as root, but when I log on as a user, it says that there is a > "drive error", but if I su into root and "cdcontrol -f /dev/acd0 play > 1" I can play a CD. I'm assuming that this is a permission issue but > can't find any mention of it in either the Handbook or the Internet. > The user account is in the wheel group. > I am running FreeBSD 5.4. Any suggestions, comments or advice > would be appreciated. > > Thanks, > Lawrence > _______________________________________________ > 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 18:20:11 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 432EB16A41F for ; Mon, 18 Jul 2005 18:20:11 +0000 (GMT) (envelope-from davemac11@yahoo.com) Received: from web32813.mail.mud.yahoo.com (web32813.mail.mud.yahoo.com [68.142.206.43]) by mx1.FreeBSD.org (Postfix) with SMTP id ADA7E43D48 for ; Mon, 18 Jul 2005 18:20:10 +0000 (GMT) (envelope-from davemac11@yahoo.com) Received: (qmail 51433 invoked by uid 60001); 18 Jul 2005 18:20:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=LdyAJyZdK73r0dnQCnr/troyeLRLIRI5zWDxdB57gXx3pRMYKcUfFShsbGDZwVH5khRzkTt99AYtR9loN8x7eVFDmw/zhu6hphcdxiwXv7KBTEPPSefqmYS/vFSKHHa/r3+9tfvKPkDMgNTqYDTAlqvKnPSOty975ko+11j7Ulg= ; Message-ID: <20050718182009.51431.qmail@web32813.mail.mud.yahoo.com> Received: from [168.91.4.66] by web32813.mail.mud.yahoo.com via HTTP; Mon, 18 Jul 2005 11:20:09 PDT Date: Mon, 18 Jul 2005 11:20:09 -0700 (PDT) From: Dave McCammon To: Jim Campbell In-Reply-To: <42DBB359.3000400@charter.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: questions@freebsd.org 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 18:20:11 -0000 --- Jim Campbell wrote: > Glenn Dawson wrote: > > > 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. > > > > > It appears that I didn't include enough of the > ipfw.rules file. > Following is another abstract: > > ################################################################# > # Allow the packet through if it has previous been > added to the > # the "dynamic" rules table by a allow keep-state > statement. > ################################################################# > $cmd 00015 check-state > > It's my understanding that this rule allows through > any returning > packets that match the dynamic rule established 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 > > > > > Part of my problem is that I don't understand the > protocols being used > by the Onion routers. It > appears that Tor (the application on my machine that > sets up the > communication with the > Onion routers) begins to communicate with the Onion > routers as soon as > it starts. This > communication continues as long as the FBSD machine > is alive. Really > shook me up > when I first started using Tor and Privoxy. I > thought someone was > hacking my machine :-) > > The really puzzling thing about this situation is > that at least some of > the messages concerning > the Onion protocol are getting through. I can ask > for www.google.com > and sometimes it > resolves to Google in Europe, sometimes to Google in > Asia, and sometines > to Google here > in the US. Ipfw appears to be only dropping some of > the packets. > > Perhaps I should set up another machine to sniff the > packets that > occur. Maybe that would > give me an idea of what is happening with the Onion > protocol. > > In any event, thanks for your input to my problem, > and if you have any > other ideas I would > appreciate them very much. I've been chewing on > this problem the better > part of a week. > > Thanks, > > Jim check the output of #ipfw show and make sure the check-state line is there. Your config says- $cmd 00015 check-state and I think..(at least on a 5.4 machine) it should say $cmd 00015 add check-state ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 18:26: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 0E08816A41C for ; Mon, 18 Jul 2005 18:26:00 +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 BB52743D49 for ; Mon, 18 Jul 2005 18:25:59 +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 1DuaJS-0001oL-4X; Mon, 18 Jul 2005 12:25:58 -0600 In-Reply-To: <42DBEDD3.60906@t-hosting.hu> References: <42DBEDD3.60906@t-hosting.hu> Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: "Chad Leigh -- Shire.Net LLC" Date: Mon, 18 Jul 2005 12:25:57 -0600 To: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= 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: rcNG issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 18:26:00 -0000 On Jul 18, 2005, at 11:58 AM, K=F6vesd=E1n G=E1bor wrote: > Hello, > > I have a problem with my rcNG scripts. There are three scripts: =20 > named.sh, apache2.sh and proftpd.sh. Apache and ProFTPd require =20 > hostname resolving thus named should start firstly. > Where do these scripts live? Are they in /usr/local/etc/rc.d? If so, they run in lexographic order. The rc ordering stuff does not =20= apply to /usr/local/etc/rc.d Chad > --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad@shire.net From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 18:27:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EBF616A41C for ; Mon, 18 Jul 2005 18:27:18 +0000 (GMT) (envelope-from matt@atopia.net) Received: from neptune.atopia.net (neptune.atopia.net [209.128.231.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31EF043D48 for ; Mon, 18 Jul 2005 18:27:18 +0000 (GMT) (envelope-from matt@atopia.net) Received: by neptune.atopia.net (Postfix, from userid 1001) id 8FE6D6193; Mon, 18 Jul 2005 14:27:17 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by neptune.atopia.net (Postfix) with ESMTP id 8E12D618D for ; Mon, 18 Jul 2005 14:27:17 -0400 (EDT) Date: Mon, 18 Jul 2005 14:27:17 -0400 (EDT) From: Matt Juszczak To: freebsd-questions@freebsd.org Message-ID: <20050718142533.Y74755@neptune.atopia.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Billing Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 18:27:18 -0000 Hi all, We're setting up a billing server on a Xeon 3.06 ghz with IDE drives (but it doesn't need to be amazingly fast). The billing system we're using supports freebsd 4.11 natively with 5.x support. I need this machine to be tight, and although it will have a public IP, pf will be installed to keep SSH access to our network only as well as the web interface of the billing system. I'm wondering whether to install 4.11 on this machine or go with 5.4. I need something stable, rock solid, and secure, and I know 5.4 is this also, but it is updated more often than 4.11. What does everyone recommend? Thanks! -Matt From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 18:28:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E049E16A41C for ; Mon, 18 Jul 2005 18:28:04 +0000 (GMT) (envelope-from ken@idealinter.net) Received: from mail.idealinter.net (mail.idealinter.net [72.242.8.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9530F43D46 for ; Mon, 18 Jul 2005 18:28:04 +0000 (GMT) (envelope-from ken@idealinter.net) Received: from [192.168.0.2] (unknown [72.242.8.254]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.idealinter.net (Postfix) with ESMTP id B6ECA10E42C for ; Mon, 18 Jul 2005 14:28:03 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v733) In-Reply-To: <42DBF072.4020503@nawcom.no-ip.com> References: <42DBEC8A.7040607@sympatico.ca> <42DBF072.4020503@nawcom.no-ip.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Ken Ebling Date: Mon, 18 Jul 2005 14:28:03 -0400 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.733) Subject: Re: Sound as Root, No Sound as User X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 18:28:05 -0000 On Jul 18, 2005, at 2:09 PM, nawcom wrote: > do a chmod 666 /dev/acd0 (chmod a+rw). freebsd doesnt give a user > the needed rights by default. That permission change should fix it. > -Ben > He may also need to edit /etc/devfs.conf and add: perm acd0 0666 so the permissions stay after a reboot. Ken Ebling From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 18:36:58 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 CE37B16A41C for ; Mon, 18 Jul 2005 18:36:58 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A08843D46 for ; Mon, 18 Jul 2005 18:36:55 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 9728 invoked from network); 18 Jul 2005 18:36:53 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[83.129.65.120]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 18 Jul 2005 18:36:53 -0000 Date: Mon, 18 Jul 2005 20:37:02 +0200 From: Fabian Keil To: questions@freebsd.org Message-ID: <20050718203702.668270cf@localhost> In-Reply-To: <20050718163250.D28772@maren.thelosingend.net> References: <20050718163250.D28772@maren.thelosingend.net> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Signature_Mon__18_Jul_2005_20_37_02_+0200_Bze6jPZgOIqMZQVd; protocol="application/pgp-signature"; micalg=pgp-sha1 Cc: svein-freebsd-questions@theloosingend.net Subject: Re: Some sort of filter based filesystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 18:36:59 -0000 --Signature_Mon__18_Jul_2005_20_37_02_+0200_Bze6jPZgOIqMZQVd Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Svein Halvor Halvorsen wrote: > What would be nice, is some kind of nullfs-like read only filesystem that= =20 > would send all files through a configurable filter when opened. That way = I=20 > could put all my music in FLAC format on hdd, and then, when I wanted to= =20 > transfer some tracks to my portable player, I could grab the files from=20 > the ogg-directory. Or when I wanted to burn to CD-A, I could grab 'em fro= m=20 > the wav-dir.=20 >=20 > Is something like this available somewhere?=20 IIRC HURD has this feature. > Or how about some other solution, not file system based? You could modify your desktop environment. Doesn't GNOME or KDE have a similiar feature to get encoded files out of CDDA? Fabian --=20 http://www.fabiankeil.de/ --Signature_Mon__18_Jul_2005_20_37_02_+0200_Bze6jPZgOIqMZQVd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFC2/bdoomUOj0wp30RAhcPAJ9db/QxvlX/KXFXRWRfw70+2GmmQgCgipyN jPqhFED5B3KafptOFQHH+Xw= =qKqI -----END PGP SIGNATURE----- --Signature_Mon__18_Jul_2005_20_37_02_+0200_Bze6jPZgOIqMZQVd-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 18:49: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 4B78016A41C for ; Mon, 18 Jul 2005 18:49:11 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id C962843D46 for ; Mon, 18 Jul 2005 18:49:08 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 4499899784D; Mon, 18 Jul 2005 20:49:07 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26398-04; Mon, 18 Jul 2005 20:49:03 +0200 (CEST) Received: from [80.98.156.20] (catv-50629c14.catv.broadband.hu [80.98.156.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id ABC6F997746; Mon, 18 Jul 2005 20:49:03 +0200 (CEST) Message-ID: <42DBF99A.2080000@t-hosting.hu> Date: Mon, 18 Jul 2005 20:48:58 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Chad Leigh -- Shire.Net LLC" References: <42DBEDD3.60906@t-hosting.hu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: cedric@virtual-globe.net, freebsd-questions Question Subject: Re: rcNG issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 18:49:11 -0000 Chad Leigh -- Shire.Net LLC wrote: > > Where do these scripts live? Are they in /usr/local/etc/rc.d? > > If so, they run in lexographic order. The rc ordering stuff does not > apply to /usr/local/etc/rc.d > Thanks, they were there but I moved them. Cheers, Gábor Kövesdán From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 18:50: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 0144A16A41C for ; Mon, 18 Jul 2005 18:50:11 +0000 (GMT) (envelope-from john@day-light.com) Received: from joseph.day-light.net (gabriel.day-light.net [209.145.160.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id A214D43D4C for ; Mon, 18 Jul 2005 18:50:10 +0000 (GMT) (envelope-from john@day-light.com) Received: from w1 (unknown [10.1.5.36]) by joseph.day-light.net (Postfix) with SMTP id 48FD64F3E2; Mon, 18 Jul 2005 13:50:09 -0500 (CDT) From: "John Brooks" To: =?iso-8859-1?B?S/Z2ZXNk4W4gR+Fib3I=?= Date: Mon, 18 Jul 2005 13:50:18 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Cc: freebsd-questions Question Subject: RE: rcNG issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: john@day-light.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 18:50:11 -0000 > On Jul 18, 2005, at 11:58 AM, Kövesdán Gábor wrote: > > > Hello, > > > > I have a problem with my rcNG scripts. There are three scripts: > > named.sh, apache2.sh and proftpd.sh. Apache and ProFTPd require > > hostname resolving thus named should start firstly. > > > > Where do these scripts live? Are they in /usr/local/etc/rc.d? > > If so, they run in lexographic order. The rc ordering stuff does not > apply to /usr/local/etc/rc.d > > Chad > An easy fix is to rename these scripts with a numeric prefix in the order you want them to execute. 100.named.sh 200.apache2.sh 300.proftpd.sh John From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 19:35: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 9564F16A41C for ; Mon, 18 Jul 2005 19:35:21 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F55243D53 for ; Mon, 18 Jul 2005 19:35:20 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Mon, 18 Jul 2005 20:36:03 +0100 Message-ID: <42DC0476.5090304@dial.pipex.com> Date: Mon, 18 Jul 2005 20:35:18 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: Matt Juszczak References: <20050718142533.Y74755@neptune.atopia.net> In-Reply-To: <20050718142533.Y74755@neptune.atopia.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Jul 2005 19:36:03.0724 (UTC) FILETIME=[EF2ECCC0:01C58BCF] Cc: freebsd-questions@freebsd.org Subject: Re: Billing Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 19:35:21 -0000 Matt Juszczak wrote: > We're setting up a billing server on a Xeon 3.06 ghz with IDE drives > (but it doesn't need to be amazingly fast). > > The billing system we're using supports freebsd 4.11 natively with 5.x > support. > > I need this machine to be tight, and although it will have a public > IP, pf will be installed to keep SSH access to our network only as > well as the web interface of the billing system. > > I'm wondering whether to install 4.11 on this machine or go with 5.4. > I need something stable, rock solid, and secure, and I know 5.4 is > this also, but it is updated more often than 4.11. > If you are sure that all the necessary hardware is supported under 4.11, and you're not going to want the server to do anything new in the future, then I'd stick with 4.11 since your app might like it better. Security patches should keep coming for some time (2007?). You say 5.4 is updated more than 4.11. I do not think that is particularly true if you track -RELENG_5_4 (vs -RELENG_4_11) as opposed to tracking, say -STABLE. For a locked down server, not even all security updates will need immediate action. You can always hedge your bets and (if your disk is big enough) leave a bunch of free space in a slice that you can later use to update to 5.X if you need to. That will also leave 4.11 around if you change your mind. I did it this way and it was relatively painless. --Alex From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 19:36:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E8816A41C for ; Mon, 18 Jul 2005 19:36:30 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A51C43D49 for ; Mon, 18 Jul 2005 19:36:29 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr12.xs4all.nl (8.13.3/8.13.3) with ESMTP id j6IJaR30048000; Mon, 18 Jul 2005 21:36:27 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 498AE61DF; Mon, 18 Jul 2005 21:36:27 +0200 (CEST) Date: Mon, 18 Jul 2005 21:36:27 +0200 From: Roland Smith To: Ray Jenson Message-ID: <20050718193627.GA83797@slackbox.xs4all.nl> Mail-Followup-To: Ray Jenson , freebsd-questions@freebsd.org References: <20050718123641.212FE43D45@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline In-Reply-To: <20050718123641.212FE43D45@mx1.FreeBSD.org> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Daemon, Devil... woops! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 19:36:30 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 18, 2005 at 06:36:21AM -0600, Ray Jenson wrote: > I mean, really... a logo depicting a daemon, or even a devil, is just a > logo. It's not like the Son of the Morning Star is a member of the board,= or > even an executive. It's not like everyone involved with the project are > Satanists (well, trying to configure the systems with no real prior *ix > experience has made me say you were all evil so-and-so's a few times, but You know the saying: "UNIX is user-friendly. It's just a bit picky about who it's friends are". > I'm of the opinion that fighting extremism with conformity is > tantamount to surrender. Right. =20 > I wouldn't worry about changing the logo. It's "cute" and has all of the > requisite features a logo should have (distinctive and identifiable, > attention-grabbing, and marketable). It isn't pornographic or offensive in > nature (unless you are offended by representations that don't depict nudi= ty, > violence, or obscenity), and it's pretty well embedded into the BSD cultu= re, > from what I can tell (and that's not very long, really...). I'd agree that changing the logo is lame. > My employees are BSD-lovers. I'm not converted yet. I'm still tapping away > on my Windows machine to get business done (it's where all of the software > that I've learned to use and been brainwashed to love is based),=20 If you're talking about Office, give OpenOffice (from the ports collection a try). > The other question that I had was one of finding BSD CD's or DVD's at > wholesale. I like the packaging. A lot. Really! I want to have "official" > media available, because... well, I just don't feel /right/ about charging > five bucks for burned CD with no panache. I'd much rather charge the same > prices that other places charge and offer something really > professional-looking to the router geeks who have been drooling over the > hardware configurations that I've come up with. http://www.freebsdmall.com/cgi-bin/fm or http://www.bsdmall.com/freebsd1.ht= ml See appendix A =A71.2 and =A71.3 of the handbook for more addresses. > Our cases are red. And no, they don't come in traditional beige or even > black. And the guts are... not fully supported. I've had to lower my > standards just a little. The 3DLabs Wildcat Realizm 800 video card is a > little high-end, I think, approaching vertical. If an engineer wants that > video rendering card in a BSD box, he can bloody well write the driver > himself. Which would be fine with most engineers, if the hardware people would release enough documentation to make it possible. This is not strictly a *BSD problem (although some kernel support is needed for 3D direct rendering). Most UNIXes these days use the Xorg X server. Any card that has a driver in Xorg works on all OSs that run Xorg. Xorg includes open source 3D direct rendering drivers for Matrox G200, G400, G450 and G550, ATI Radeon (up to 9250 aka RV280), SiS 300/305, 540 and 630. And some older cards like the 3dfs Voodoo and Banshee. There is a binary only driver for NVidia cards, but it's x86 only. I don't like binary-only drivers very much myself (kernel changes tend to break them, and only the supplier can fix them, who has other priorities. etc, etc...) HTH, Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC3AS7EnfvsMMhpyURAt8AAKCkiXRIME9u5FjuOqYJjLI7X1a9EQCglfo3 uBV1pbumVwiR9ICeI0tMZa4= =YzuX -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 19:37:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C2BF16A41C for ; Mon, 18 Jul 2005 19:37:09 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from relay01.roc.ny.frontiernet.net (relay01.roc.ny.frontiernet.net [66.133.182.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id A662043D53 for ; Mon, 18 Jul 2005 19:37:08 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from filter10.roc.ny.frontiernet.net (filter10.roc.ny.frontiernet.net [66.133.183.77]) by relay01.roc.ny.frontiernet.net (Postfix) with ESMTP id DCAB736403E; Mon, 18 Jul 2005 19:37:07 +0000 (UTC) Received: from relay01.roc.ny.frontiernet.net ([66.133.182.164]) by filter10.roc.ny.frontiernet.net (filter10.roc.ny.frontiernet.net [66.133.183.77]) (amavisd-new, port 10024) with LMTP id 24733-05-2; Mon, 18 Jul 2005 19:37:07 +0000 (UTC) Received: from blacklamb.mykitchentable.net (67-51-142-23.dsl1.elk.ca.frontiernet.net [67.51.142.23]) by relay01.roc.ny.frontiernet.net (Postfix) with ESMTP id 31AE536453A; Mon, 18 Jul 2005 19:37:01 +0000 (UTC) Received: from [165.107.42.217] (unknown [165.107.42.217]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 750C51C6C3B; Mon, 18 Jul 2005 12:37:00 -0700 (PDT) Message-ID: <42DC048D.30109@mykitchentable.net> Date: Mon, 18 Jul 2005 12:35:41 -0700 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Casey References: <8f44b8a3050717152423d65099@mail.gmail.com> In-Reply-To: <8f44b8a3050717152423d65099@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) at filter10.roc.ny.frontiernet.net Cc: freebsd-questions@freebsd.org Subject: Re: 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 19:37:09 -0000 On 7/17/2005 3:24 PM Chris Casey wrote: >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=yes" 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=yes WITH_SUEXEC_DOCROOT_MODULES=/home > > man make and review the -D option. This may solve your problem. > To enable a module category: WITH__MODULES > > To disable a module category: WITHOUT__MODULES > > > 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 > > > >===> Vulnerability check disabled, database not found > >===> Extracting for apache-2.1.4 > >=> Checksum OK for apache21/httpd-2.1.4-alpha.tar.bz2. > >=> Checksum OK for apache21/powerlogo.gif. > >===> apache-2.1.4 depends on file: /usr/local/bin/perl5.8.6 - found > > AFAIK, this is all normal and produced from the Makefile in the port. [snip] Cheers, Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 19: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 5259116A41C for ; Mon, 18 Jul 2005 19:38:01 +0000 (GMT) (envelope-from murcielako@yahoo.com) Received: from web50107.mail.yahoo.com (web50107.mail.yahoo.com [206.190.38.35]) by mx1.FreeBSD.org (Postfix) with SMTP id C876943D45 for ; Mon, 18 Jul 2005 19:38:00 +0000 (GMT) (envelope-from murcielako@yahoo.com) Received: (qmail 48499 invoked by uid 60001); 18 Jul 2005 19:38:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=EBaktfQtD9vA4enYpc6GWZV4z+vv5t9mFXDeugGPuGlr8L17dsBSVZrEiWkCS+/QG4MvDUA1qNrogaaFbU+pwgSiHRkbrNA7d7GLhvRaGw9/92f0bpuAvBRirBHiBi/K/bJq3FImSRehTaaOB5bJFbB2CS2WwIe4sN8fJShiouo= ; Message-ID: <20050718193800.48490.qmail@web50107.mail.yahoo.com> Received: from [200.116.161.178] by web50107.mail.yahoo.com via HTTP; Mon, 18 Jul 2005 14:37:59 CDT Date: Mon, 18 Jul 2005 14:37:59 -0500 (CDT) From: "Jorge Mario G. Mazo" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: flash plugin not working after port"upgraded" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 19:38:01 -0000 Hi there I had the www/linuxpluginwrapper flash plugin working yesterday I used portupgraded to upgrade and after that flash is not working anymore I tried removing the port and installing again buck no luck any tips? my libmap.conf is the old one and every thing else is the same old stuff thanks ================================================================= Either write things worth reading, Or do things worth the writing. -Benjamin Franklin __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 19:38:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5134716A41C for ; Mon, 18 Jul 2005 19:38:51 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from biodiesel.gaiahost.coop (biodiesel.gaiahost.coop [64.95.78.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E5F43D48 for ; Mon, 18 Jul 2005 19:38:50 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from localhost ([::ffff:216.153.147.194]) (AUTH: LOGIN mark@hubcapconsulting.com) by biodiesel.gaiahost.coop with esmtp; Mon, 18 Jul 2005 15:38:47 -0400 id 0073C05B.42DC0549.000008FA Received: by localhost (sSMTP sendmail emulation); Mon, 18 Jul 2005 15:38:55 -0400 Date: Mon, 18 Jul 2005 15:38:54 -0400 From: Mark Bucciarelli To: freebsd-questions@freebsd.org Message-ID: <20050718193854.GA2304@rabbit> Mail-Followup-To: freebsd-questions@freebsd.org References: <38171.1121430073@thrush.ravenbrook.com> <42D7EBDE.8030807@mac.com> <42D80B5D.6060107@mac.com> <9645FE68-04AE-4B74-AB33-4746A609E317@shire.net> <42D8101B.2040806@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <42D8101B.2040806@mac.com> User-Agent: Mutt/1.4.2.1i Subject: Re: better disk reliability on a desktop machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 19:38:51 -0000 On Fri, Jul 15, 2005 at 03:35:55PM -0400, Chuck Swiger wrote: > As someone else suggested, you can also stick things like config files into > version control (like CVS, subversion, etc), and then back that up via the > mechanism above. Be careful about CVS and symbolic links. They don't mix. Maybe not a big issue for FreeBSD startup scripts, but on Linux this was a lesson I learned the hard way. ;) m From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 20:30:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63F6616A41C for ; Mon, 18 Jul 2005 20:30:48 +0000 (GMT) (envelope-from ross@axe.homelinux.net) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC0743D45 for ; Mon, 18 Jul 2005 20:30:47 +0000 (GMT) (envelope-from ross@axe.homelinux.net) Received: from lucy.axe.homelinux.net ([82.36.124.90]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Mon, 18 Jul 2005 21:31:31 +0100 Received: from [192.168.0.3] (purplehaze [192.168.0.3]) by lucy.axe.homelinux.net (Postfix) with ESMTP id 22DF317659 for ; Mon, 18 Jul 2005 21:30:45 +0100 (BST) Message-ID: <42DC1173.6020307@axe.homelinux.net> Date: Mon, 18 Jul 2005 21:30:43 +0100 From: Ross Kendall Axe User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.92.0.0 OpenPGP: url=http://www.rossaxe.pwp.blueyonder.co.uk/.pgpkey Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Jul 2005 20:31:31.0211 (UTC) FILETIME=[AE8505B0:01C58BD7] Subject: /boot on a separate partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 20:30:48 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am currently trying to get to grips with FreeBSD and am trying it out on an old Pentium machine. However, the machine's BIOS can't seem to read past 504MB, so I want to place the /boot directory in a small 25MB partition at the start of the drive. Setting up the partition with sysinstall is easy enough, but does anyone have any suggestions of how to diddle the bootloader to accept this configuration? I don't particularly want to go for the standard 'small / partition and separate partitions for /usr, /var, /home...' since I only have a 1GB drive to play with and judging the partition sizes down the nearest KB would be... tricky. I have performed this procedure before (many, many times) on Linux using both LILO and GRUB, but I can't seem to get my head around the FreeBSD bootloader. Ross -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.7 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC3BFz9bR4xmappRARAiq1AJ9oI6wg4Ymk4DfHL+H9ol95L6IKEwCguOUC z9nGRsAj5+PhVbY0rRkqIuc= =qYhk -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 20:52: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 DF2DB16A41C for ; Mon, 18 Jul 2005 20:52:48 +0000 (GMT) (envelope-from strat-man@comcast.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7412D43D48 for ; Mon, 18 Jul 2005 20:52:48 +0000 (GMT) (envelope-from strat-man@comcast.net) Received: from localhost.localdomain (c-67-177-146-29.hsd1.mi.comcast.net[67.177.146.29]) by comcast.net (sccrmhc13) with SMTP id <2005071820513301300auu7ne>; Mon, 18 Jul 2005 20:51:34 +0000 From: Victor Watkins To: shaunpasay@msn.com, freebsd-questions@freebsd.org In-Reply-To: <20050718120029.5584416A41C@hub.freebsd.org> References: <20050718120029.5584416A41C@hub.freebsd.org> Content-Type: text/plain Date: Mon, 18 Jul 2005 16:51:34 +0000 Message-Id: <1121705494.675.30.camel@PCBSD.localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Re: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-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 20:52:49 -0000 On Mon, 2005-07-18 at 12:00 +0000, shaunpasay@msn.com wrote: > I have been trying to install freeBSD on a my system .I do not > understand the installation Process , If someone can make a easy to > follow setup ,I would be very HAPPY .I want a kde desktop .it will > be > on a 6 gig partition sharing the hard drive with xp pro and i would > prefer a boot manager .It is not as easy as PcLinux or redhat and > so > on .If someone can help THANKYOU!!! You might want to try either using a LiveCD version to get familiar with FreeBSD, like FreeSBIE http://www2.freesbie.org/ which is also installable by running a script from a terminal while logged into the FreeSBIE desktop, or for a more newbie friendly non-liveCD distribution, I'd take a look at PC-BSD http://www.pcbsd.org/ . FreeSBIE uses the XFCE4 desktop as default, although after installing to your harddrive, KDE is installable through the FreeBSD "ports" system. PC-BSD utilizes the KDE 3.4.0 desktop as the default. Good luck, hope that helps. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 21:20:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 555B616A41C for ; Mon, 18 Jul 2005 21:20:57 +0000 (GMT) (envelope-from asolomon15@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD7A843D46 for ; Mon, 18 Jul 2005 21:20:56 +0000 (GMT) (envelope-from asolomon15@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so1392219rne for ; Mon, 18 Jul 2005 14:20:56 -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=Szm1OF/2XUAsVUXPJJe4I2i0RQXN1C1Cj+aKye3EaU74+vbAeXkCivP4/iZKkNF4otW4Bs4lCwxt9f6qpdAajbA4OI6LZnaKGJjSRhwvNiQAjG+8v47zSRHlD4Kd7Fz187YJf66D84Rnp01oiypdtIvo5YlOUlmAJeuCDV10+e8= Received: by 10.39.3.25 with SMTP id f25mr2252643rni; Mon, 18 Jul 2005 14:20:56 -0700 (PDT) Received: by 10.38.97.16 with HTTP; Mon, 18 Jul 2005 14:20:56 -0700 (PDT) Message-ID: Date: Mon, 18 Jul 2005 17:20:56 -0400 From: Antoine Solomon 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: problem with setup of dns on freebsd-5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Antoine Solomon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 21:20:57 -0000 hello all,=20 I setup a simple dns server so i can keep all hosts in one place. The only problem that I have is that from other hosts i am unable to connect to dns server. When I do a nmap of the dns server, I don't get the port 53. But when I login to the fbsd system which hosts dns, everything works fine. I am sure I am missing something in configurtation. Could you please help? Thanks for everything --=20 Antoine W. Solomon Jr. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 21:30: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 20D5C16A41C for ; Mon, 18 Jul 2005 21:30:17 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA21143D45 for ; Mon, 18 Jul 2005 21:30:16 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from [192.168.0.140] (tui75-2-82-229-178-102.fbx.proxad.net [82.229.178.102]) by postfix3-1.free.fr (Postfix) with ESMTP id 0B11C1734B4; Mon, 18 Jul 2005 23:30:16 +0200 (CEST) Date: Mon, 18 Jul 2005 23:30:20 +0200 From: Mathieu CHATEAU X-Mailer: The Bat! (v3.5) Professional X-Priority: 3 (Normal) Message-ID: <1238445825.20050718233020@free.fr> To: Antoine Solomon In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: problem with setup of dns on freebsd-5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mathieu CHATEAU List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 21:30:17 -0000 Hello Antoine, do you have a firewall on the box ? what about: netstat -an | grep LISTEN ipfw list ps auwx | grep named cat /etc/resolv.conf cheers, Monday, July 18, 2005, 11:20:56 PM, you wrote: AS> hello all, AS> I setup a simple dns server so i can keep all hosts in one place. The AS> only problem that I have is that from other hosts i am unable to AS> connect to dns server. When I do a nmap of the dns server, I don't AS> get the port 53. But when I login to the fbsd system which hosts AS> dns, everything works fine. I am sure I am missing something in AS> configurtation. Could you please help? Thanks for everything -- Best regards, Mathieu mailto:gollum123@free.fr From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 21:32: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 7BB8916A41C for ; Mon, 18 Jul 2005 21:32:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB1943D45 for ; Mon, 18 Jul 2005 21:32:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout07/MantshX 4.0) with ESMTP id j6ILWIDh022169; Mon, 18 Jul 2005 14:32:18 -0700 (PDT) Received: from [10.1.1.209] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id j6ILWHsZ009925; Mon, 18 Jul 2005 14:32:18 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4C02DC19-B911-416B-B997-CD83AE9B9BFF@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 18 Jul 2005 17:32:14 -0400 To: Antoine Solomon X-Mailer: Apple Mail (2.730) Cc: freebsd-questions@freebsd.org Subject: Re: problem with setup of dns on freebsd-5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 21:32:19 -0000 On Jul 18, 2005, at 5:20 PM, Antoine Solomon wrote: > I setup a simple dns server so i can keep all hosts in one place. The > only problem that I have is that from other hosts i am unable to > connect to dns server. When I do a nmap of the dns server, I don't > get the port 53. But when I login to the fbsd system which hosts > dns, everything works fine. I am sure I am missing something in > configurtation. Could you please help? Thanks for everything Edit /var/named/etc/namedb/named.conf, and comment out or remove the listen-on line which is blocking non-local name queries.... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 21:33: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 59ECC16A41F for ; Mon, 18 Jul 2005 21:33:49 +0000 (GMT) (envelope-from LukeD@pobox.com) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02BC843D45 for ; Mon, 18 Jul 2005 21:33:48 +0000 (GMT) (envelope-from LukeD@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 48C161E9D; Mon, 18 Jul 2005 17:33:47 -0400 (EDT) Received: from pool-71-113-98-94.sttlwa.dsl-w.verizon.net (pool-71-113-98-94.sttlwa.dsl-w.verizon.net [71.113.98.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 73ADF91; Mon, 18 Jul 2005 17:33:45 -0400 (EDT) Date: Mon, 18 Jul 2005 14:33:42 -0700 (PDT) From: Luke Dean X-X-Sender: lukas@border.crystalsphere.multiverse To: Ross Kendall Axe In-Reply-To: <42DC1173.6020307@axe.homelinux.net> Message-ID: <20050718142635.E7170@border.crystalsphere.multiverse> References: <42DC1173.6020307@axe.homelinux.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: /boot on a separate partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Luke Dean List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 21:33:49 -0000 On Mon, 18 Jul 2005, Ross Kendall Axe wrote: > I am currently trying to get to grips with FreeBSD and am trying it out > on an old Pentium machine. However, the machine's BIOS can't seem to > read past 504MB, so I want to place the /boot directory in a small 25MB > partition at the start of the drive. Setting up the partition with > sysinstall is easy enough, but does anyone have any suggestions of how > to diddle the bootloader to accept this configuration? > > I don't particularly want to go for the standard 'small / partition and > separate partitions for /usr, /var, /home...' since I only have a 1GB > drive to play with and judging the partition sizes down the nearest KB > would be... tricky. I have performed this procedure before (many, many > times) on Linux using both LILO and GRUB, but I can't seem to get my > head around the FreeBSD bootloader. All I would expect you have to do is use FDISK to make two partitions, remembering to mark the first one as bootable. Then use disklabel to create your slices. Make a /boot slice on the first partition, then make a / slice and a swap slice on the second partition. That should be all that's required for what you're trying to do. A little over a year ago, I had to split up a drive to solve the same problem you're having, but I went the "small /" route instead, so you might be running into a problem I didn't have. Luke Dean From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 22:02:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63CB816A41C for ; Mon, 18 Jul 2005 22:02:56 +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 12AFA43D45 for ; Mon, 18 Jul 2005 22:02:55 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localdomain [70.98.247.55] by opusnet.com with ESMTP (SMTPD32-8.05) id A70B1EB3006E; Mon, 18 Jul 2005 15:02:51 -0700 Received: from localhost.localdomain (localhost.localhost [127.0.0.1]) by localhost.localdomain (8.13.3/8.13.3) with ESMTP id j6IM3JvW002157; Mon, 18 Jul 2005 15:03:19 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localdomain (8.13.3/8.13.3/Submit) id j6IM3Ddp002156; Mon, 18 Jul 2005 15:03:13 -0700 (PDT) (envelope-from garys@opusnet.com) To: Aaron Peterson References: <1121706617.14792.3.camel@lmail.bathnetworks.co.uk> <45d750d20507181013a90065f@mail.gmail.com> From: garys@opusnet.com (Gary W. Swearingen) Date: Mon, 18 Jul 2005 15:03:13 -0700 In-Reply-To: <45d750d20507181013a90065f@mail.gmail.com> (Aaron Peterson's message of "Mon, 18 Jul 2005 13:13:45 -0400") 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: Change of FQDN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 22:02:56 -0000 Aaron Peterson writes: > hostname="www.mydomain.com" Say I have two Ethernet ports and I'd like to be gary.mydomain.com on one and gary2.mydomain.com or gary.mydomain2.com on the other; then what? A computer's domain name is set in several places -- not always the same values. Most commonly they're in DNS servers and /etc/hosts and, of course, the computer's kernel as set by the "hostname" command (eg, using /etc/rc.conf's "hostname" variable). But since there's only one "hostname" setting, which can't always match all the others, it's never made sense to me to set "hostname" to any public Internet domain name. (And I never have, IIRC.) And according to BCP-32, at http://www.rfc-editor.org/rfc/rfc2606.txt, "localhost" is the traditional top-level domain name "pointing to the loop back IP address" (which I think of as the 127/24 network), and it should be used to help keep broken DNS software from using any bogus domain on the Internet except well-known ones like "localhost". Though the "hostname" command allows use of a top-level domain, other software doesn't (eg, "sendmail"), so it seems that a good domain is "something.localhost", where "something" may be "localhost", which might avoid some problems with broken software, or something more creative and maybe assigned uniquely to each of a group of computers. It is not used in the public (or maybe even a private) DNS system, except as an identifier for log files. Am I missing something? It's quite likely. What other software than sendmail needs my single "hostname" and when? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 22:09: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 6B9C216A41C for ; Mon, 18 Jul 2005 22:09:23 +0000 (GMT) (envelope-from dopplecoder@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB9543D48 for ; Mon, 18 Jul 2005 22:09:22 +0000 (GMT) (envelope-from dopplecoder@gmail.com) Received: by zproxy.gmail.com with SMTP id n1so999884nzf for ; Mon, 18 Jul 2005 15:09:22 -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=tPRcsrKaqqSQ1PIFn9uOU7xcQs6b3SZ5IxXI8wqTzPeJP3AqSpb9r8ZMvwl1xoVWPapUxnbX30EAYPMZlnqp/hzQ2s4NOjqJaTs6Dvmsq2KAhpxILeefCmb/yBvcwtXZSYM07yDS0RDL30RepcV/aXrvpMYgKL9YOOZgV2PQBDM= Received: by 10.36.39.10 with SMTP id m10mr1815431nzm; Mon, 18 Jul 2005 15:08:53 -0700 (PDT) Received: by 10.36.128.17 with HTTP; Mon, 18 Jul 2005 15:08:53 -0700 (PDT) Message-ID: <45d750d20507181508440b34b3@mail.gmail.com> Date: Mon, 18 Jul 2005 18:08:53 -0400 From: Aaron Peterson 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: <1121706617.14792.3.camel@lmail.bathnetworks.co.uk> <45d750d20507181013a90065f@mail.gmail.com> Cc: "freebsd-questions@freebsd.org" Subject: Re: Change of FQDN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aaron Peterson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 22:09:23 -0000 On 7/18/05, Gary W. Swearingen wrote: > Aaron Peterson writes: >=20 > > hostname=3D"www.mydomain.com" >=20 > Say I have two Ethernet ports and I'd like to be gary.mydomain.com on > one and gary2.mydomain.com or gary.mydomain2.com on the other; then > what? >=20 > A computer's domain name is set in several places -- not always the > same values. Most commonly they're in DNS servers and /etc/hosts and, > of course, the computer's kernel as set by the "hostname" command (eg, > using /etc/rc.conf's "hostname" variable). But since there's only one > "hostname" setting, which can't always match all the others, it's > never made sense to me to set "hostname" to any public Internet domain > name. (And I never have, IIRC.) >=20 > And according to BCP-32, at http://www.rfc-editor.org/rfc/rfc2606.txt, > "localhost" is the traditional top-level domain name "pointing to the > loop back IP address" (which I think of as the 127/24 network), and it > should be used to help keep broken DNS software from using any bogus > domain on the Internet except well-known ones like "localhost". >=20 > Though the "hostname" command allows use of a top-level domain, other > software doesn't (eg, "sendmail"), so it seems that a good domain is > "something.localhost", where "something" may be "localhost", which > might avoid some problems with broken software, or something more > creative and maybe assigned uniquely to each of a group of computers. > It is not used in the public (or maybe even a private) DNS system, > except as an identifier for log files. >=20 > Am I missing something? It's quite likely. What other software > than sendmail needs my single "hostname" and when? Setting your public dns names on your dns servers and possibly in /etc/hosts is probably a better option depending on your goals. An arbitrary hostname has been fine for me in all cases. Do whatever accomplishes your goals. Aaron From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 22:12:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4AAA16A41C for ; Mon, 18 Jul 2005 22:12:03 +0000 (GMT) (envelope-from john@day-light.com) Received: from joseph.day-light.net (gabriel.day-light.net [209.145.160.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776CD43D45 for ; Mon, 18 Jul 2005 22:12:03 +0000 (GMT) (envelope-from john@day-light.com) Received: from w1 (unknown [10.1.5.36]) by joseph.day-light.net (Postfix) with SMTP id 79AC44F3E2; Mon, 18 Jul 2005 17:12:02 -0500 (CDT) From: "John Brooks" To: "Mathieu CHATEAU" , "Antoine Solomon" Date: Mon, 18 Jul 2005 17:12:02 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <1238445825.20050718233020@free.fr> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Cc: freebsd-questions@freebsd.org Subject: RE: problem with setup of dns on freebsd-5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: john@day-light.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 22:12:03 -0000 "netstat -an | grep LISTEN" doesn't show listening udp ports try instead "netstat -na | more" -- John Brooks john@day-light.com > > Hello Antoine, > > do you have a firewall on the box ? > > what about: > netstat -an | grep LISTEN > ipfw list > ps auwx | grep named > cat /etc/resolv.conf > > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 22:17:05 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 F152B16A41C for ; Mon, 18 Jul 2005 22:17:05 +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 6158A43D45 for ; Mon, 18 Jul 2005 22:17:05 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 2155586A8B; Tue, 19 Jul 2005 07:47:03 +0930 (CST) Date: Tue, 19 Jul 2005 07:47:03 +0930 From: Greg 'groggy' Lehey To: Martin Message-ID: <20050718221703.GQ25747@wantadilla.lemis.com> References: <000a01c58bab$48991e70$4502a8c0@basement> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2D20dG0OqTzqkNh7" Content-Disposition: inline In-Reply-To: <000a01c58bab$48991e70$4502a8c0@basement> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: questions@FreeBSD.org Subject: Re: I have found a pc on the side curb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 22:17:06 -0000 --2D20dG0OqTzqkNh7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 18 July 2005 at 11:13:42 -0400, Martin wrote: > [missing attribution] >> a pentium 133mhz with freebsd. I was woundering if there was away >> around the login: admin password: ********* >> >> maybe there is a universal password for admin that bypass all >> password. something like that. Yes, there's a way, and it's described in "The Complete FreeBSD" (O'Reilly). I suppose the people on the mailing list are, understandably, a little dubious about the intentions of the person whom you quote above. 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. --2D20dG0OqTzqkNh7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC3CpfIubykFB6QiMRAk+lAJ4x5D3jIg7IXaHlPeJjSyrdgSukCACfdDaL aUi5LxdBp4zkmr5SBRtHobk= =4ENX -----END PGP SIGNATURE----- --2D20dG0OqTzqkNh7-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 22:22: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 53EE916A41C for ; Mon, 18 Jul 2005 22:22:42 +0000 (GMT) (envelope-from johnwlarson3rd@yahoo.com) Received: from web34211.mail.mud.yahoo.com (web34211.mail.mud.yahoo.com [66.163.178.126]) by mx1.FreeBSD.org (Postfix) with SMTP id B236043D49 for ; Mon, 18 Jul 2005 22:22:41 +0000 (GMT) (envelope-from johnwlarson3rd@yahoo.com) Received: (qmail 36835 invoked by uid 60001); 18 Jul 2005 22:22:41 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=g7n+Zy1MSqxOZbc0zfRLyJ2n12nDjtByHXGnL+HoUGCwcTHLYbeePni65DLy45kgo7LmzBI3Hlwmyt5LYZk7TPyymfsbajpb19hLT/yGM4tuBVcNJA2vs2CiC6PXV+r2cAmGbbWGcdicQ+d9GXhr2CiRzVDHZhrFPVOOehxJWbs= ; Message-ID: <20050718222241.36833.qmail@web34211.mail.mud.yahoo.com> Received: from [198.189.129.121] by web34211.mail.mud.yahoo.com via HTTP; Mon, 18 Jul 2005 15:22:41 PDT Date: Mon, 18 Jul 2005 15:22:41 -0700 (PDT) From: John Larson To: freebsd Mailing MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: putty login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 22:22:42 -0000 I have a freebsd 4.11 apache2 webserver with one dedicated windows client connected between two nic cards. I am not connected to the internet. I can login using putty with the numbers (192.168.1.4) but I would like to be able to log in using www.larson.com. I have put this www.larson.com wherever I can think of (/etc/hosts, /etc/resolv.conf).help please John Larson __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 22:28:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98D7616A41F for ; Mon, 18 Jul 2005 22:28:15 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from extgw01.msys.intellispace.net (extgw01.msys.intellispace.net [160.79.150.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id F05A043D4C for ; Mon, 18 Jul 2005 22:28:14 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from malone.intellispace.net (malone.intellispace.net [160.79.145.141]) by extgw01.msys.intellispace.net (Postfix) with ESMTP id 49AC2C3B4A; Mon, 18 Jul 2005 18:29:42 -0400 (EDT) Received: from [192.168.2.45] (66.9.108.98) by malone.intellispace.net (5.1.053) id 42D40555002533BC; Mon, 18 Jul 2005 18:26:35 -0400 Message-ID: <42DC2CFC.6070907@azimapower.com> Date: Mon, 18 Jul 2005 22:28:12 +0000 From: jdyke Organization: Azima Inc. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Larson References: <20050718222241.36833.qmail@web34211.mail.mud.yahoo.com> In-Reply-To: <20050718222241.36833.qmail@web34211.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd Mailing Subject: Re: putty login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jdyke@azimapower.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 22:28:15 -0000 John Larson wrote: > I have a freebsd 4.11 apache2 webserver with one > dedicated windows client connected between two nic > cards. > I am not connected to the internet. I can login using > putty with the numbers (192.168.1.4) but I would like > to be able to log in using www.larson.com. I have put > this www.larson.com wherever I can think of > (/etc/hosts, /etc/resolv.conf).help please you need this on your client, not your server. (assuming you're trying to connect from windows) place in your windows hosts file, usually...C:\WINDOWS\system32\drivers\etc\hosts. hth jd > John Larson > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 22:31: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 2B11A16A41C for ; Mon, 18 Jul 2005 22:31:33 +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 A3A9F43D45 for ; Mon, 18 Jul 2005 22:31:32 +0000 (GMT) (envelope-from hornetmadness@gmail.com) Received: by rproxy.gmail.com with SMTP id 1so587943rny for ; Mon, 18 Jul 2005 15:31: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:references; b=bGLBNk6uqGnLpBCCwBVNABIm6wpqNDjhNrky9Hyy39VL4Gq1vhNtj0JC9nIn3FI7idhzklKmgafX067Tz6FT8tJqeLApjn/Gx7YTIfS0ofE+6RuL/e5SUsioqaMGDTAzMxRCumbiE4xsUUURFqKymYZ09zpFY8V9v8+UIjr6EY4= Received: by 10.38.196.20 with SMTP id t20mr1835309rnf; Mon, 18 Jul 2005 15:31:31 -0700 (PDT) Received: by 10.38.8.44 with HTTP; Mon, 18 Jul 2005 15:31:31 -0700 (PDT) Message-ID: Date: Mon, 18 Jul 2005 18:31:31 -0400 From: Hornet To: John Larson In-Reply-To: <20050718222241.36833.qmail@web34211.mail.mud.yahoo.com> Mime-Version: 1.0 References: <20050718222241.36833.qmail@web34211.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd Mailing Subject: Re: putty login 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: Mon, 18 Jul 2005 22:31:33 -0000 On 7/18/05, John Larson wrote: >=20 > I have a freebsd 4.11 apache2 webserver with one > dedicated windows client connected between two nic > cards. > I am not connected to the internet. I can login using > putty with the numbers (192.168.1.4 ) but I would lik= e > to be able to log in using www.larson.com . I have= =20 > put > this www.larson.com wherever I can think of > (/etc/hosts, /etc/resolv.conf).help please > John Larson This website, is it hosted internally, and no access to the public is=20 needed? If so, you need to edit the winboxes host file and add the domain. Or setup a internal DNS server for your local domains. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 22:43:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C133116A41C for ; Mon, 18 Jul 2005 22:43:08 +0000 (GMT) (envelope-from gbentley@uk2.net) Received: from webmailsmtp1.uk2net.com (mailout.uk2.net [83.170.69.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2B643D48 for ; Mon, 18 Jul 2005 22:43:08 +0000 (GMT) (envelope-from gbentley@uk2.net) Received: from [10.0.1.53] (helo=mailnew-3.uk2.net) by webmailsmtp1.uk2net.com with smtp (Exim 4.43) id 1DueKQ-0008PQ-SK for freebsd-questions@freebsd.org; Mon, 18 Jul 2005 23:43:14 +0100 Received: from 81.174.174.115 (SquirrelMail authenticated user gbentley) by maxproxy3.uk2net.com with HTTP; Mon, 18 Jul 2005 23:43:12 +0100 (BST) Message-ID: <50698.81.174.174.115.1121726592.squirrel@maxproxy3.uk2net.com> Date: Mon, 18 Jul 2005 23:43:12 +0100 (BST) From: "Graham Bentley" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Friendly Request X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 22:43:08 -0000 Hi All, I am hoping you may be able to help with a little input. I am looking to build a resource of the following ; 1) Step by Step Tutorials on various server / service related topics (for example "How to build an FTP server on FreeBSD" or "How to Build an streaming MP3 JukeBox with Apache etc") It can be on any topic / service. A short description and link would be nice :) (I am particularly aiming at the keen but green admin like myself :) Even outdated but still relevent articles will do ! Anything which you have found to be useful / invaluable yourself :) 2) OSS Projects that I might not of heard / know about that do a good job of replacing proprietry software. For example there is software that does similar job to M$ Project - but I cant find it now and have forgotten what it is called? Anything you have to contribute - thanks! (Anyone know any electronics IC / Logic Modelling software ?) Anyway, it can be office software or music or games or well, anything you know and use or have tried. Thanks for your time ! Suggestions to gbentley@uk2.net From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 22:54:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCB4C16A41C for ; Mon, 18 Jul 2005 22:54:57 +0000 (GMT) (envelope-from ericwyzerski@hotmail.com) Received: from hotmail.com (bay103-f26.bay103.hotmail.com [65.54.174.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B3A43D4C for ; Mon, 18 Jul 2005 22:54:57 +0000 (GMT) (envelope-from ericwyzerski@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Jul 2005 15:54:57 -0700 Message-ID: Received: from 65.54.174.200 by by103fd.bay103.hotmail.msn.com with HTTP; Mon, 18 Jul 2005 22:54:57 GMT X-Originating-IP: [65.54.174.200] X-Originating-Email: [ericwyzerski@hotmail.com] X-Sender: ericwyzerski@hotmail.com From: "eric wyzerski" To: freebsd-questions@freebsd.org Date: Mon, 18 Jul 2005 22:54:57 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 18 Jul 2005 22:54:57.0293 (UTC) FILETIME=[B824EBD0:01C58BEB] Subject: Freebsd 4.11 - Hypterthreading X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 22:54:58 -0000 Hi, on freebsd 4.11 how I enable hyperthreading? sysctl -a | grep machdep.hlt_logical_cpus returns nothing. Someone have an idea? I have the options SMP in the kernel Thank you (Please CC me if you reply im not in the list) _________________________________________________________________ Take advantage of powerful junk e-mail filters built on patented Microsoft® SmartScreen Technology. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines Start enjoying all the benefits of MSN® Premium right now and get the first two months FREE*. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 23:26:08 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE4D116A41C for ; Mon, 18 Jul 2005 23:26:08 +0000 (GMT) (envelope-from jtarwid@wi.rr.com) Received: from ms-smtp-04.rdc-kc.rr.com (ms-smtp-04.rdc-kc.rr.com [24.94.166.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6344B43D49 for ; Mon, 18 Jul 2005 23:26:08 +0000 (GMT) (envelope-from jtarwid@wi.rr.com) Received: from monster (CPE-65-30-128-188.wi.res.rr.com [65.30.128.188]) by ms-smtp-04.rdc-kc.rr.com (8.12.8p1/8.12.7) with SMTP id j6IN9EwJ028285 for ; Mon, 18 Jul 2005 18:09:15 -0500 (CDT) Message-ID: <000601c58bf0$157b6f30$6600a8c0@monster> From: "Jerry Tarwid" To: Date: Mon, 18 Jul 2005 18:26:11 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: Symantec AntiVirus Scan Engine Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD Boot manager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 23:26:08 -0000 I have installed FreeBSD on a box with Windows XP & I installed the = FreeBSD Boot manager. My question is how do I get rid of the boot = manager??? I want to uninstall FreeBSD & uninstall the boot manager so = my computer will just boot windows. I have 2 SATA hard drives, drive 1 = has XP on it & drive 2 has XP 64 & FreeBSD. I'm using NTFS on both = Windows drives. When I installed FreeBSD I installed the boot manager & = was able to boot into all 3 os's. I uninstalled FreeBSD & booted to = recovery console & did "fixboot" & "fixmbr" & when I tried to boot up I = get "boot failure" like the FreeBSD boot manager left something in the = mbr that fixmbr can't overwrite??? I re-installed FreeBSD with the boot = manager & am able to boot to all 3 os's once again. Can anyone help = me??? Thanks,=20 jtarwid@wi.rr.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 23:29: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 42D2E16A41C for ; Mon, 18 Jul 2005 23:29:12 +0000 (GMT) (envelope-from nb_root@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4BA043D48 for ; Mon, 18 Jul 2005 23:29:11 +0000 (GMT) (envelope-from nb_root@videotron.ca) Received: from clk01a ([66.130.198.54]) by VL-MO-MR007.ip.videotron.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0IJU0037KJVMMO@VL-MO-MR007.ip.videotron.ca> for freebsd-questions@freebsd.org; Mon, 18 Jul 2005 19:28:34 -0400 (EDT) Date: Mon, 18 Jul 2005 19:28:20 -0400 From: Nicolas Blais In-reply-to: <000601c58bf0$157b6f30$6600a8c0@monster> To: freebsd-questions@freebsd.org Message-id: <200507181928.33427.nb_root@videotron.ca> MIME-version: 1.0 Content-type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary=nextPart2726758.gUdLJYzm8R Content-transfer-encoding: 7bit User-Agent: KMail/1.8.1 References: <000601c58bf0$157b6f30$6600a8c0@monster> Subject: Re: FreeBSD Boot manager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 23:29:12 -0000 --nextPart2726758.gUdLJYzm8R Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On July 18, 2005 07:26 pm, Jerry Tarwid wrote: > I have installed FreeBSD on a box with Windows XP & I installed the FreeB= SD > Boot manager. My question is how do I get rid of the boot manager??? I wa= nt > to uninstall FreeBSD & uninstall the boot manager so my computer will just > boot windows. I have 2 SATA hard drives, drive 1 has XP on it & drive 2 h= as > XP 64 & FreeBSD. I'm using NTFS on both Windows drives. When I installed > FreeBSD I installed the boot manager & was able to boot into all 3 os's. I > uninstalled FreeBSD & booted to recovery console & did "fixboot" & "fixmb= r" > & when I tried to boot up I get "boot failure" like the FreeBSD boot > manager left something in the mbr that fixmbr can't overwrite??? I > re-installed FreeBSD with the boot manager & am able to boot to all 3 os's > once again. Can anyone help me??? > > Thanks, > > jtarwid@wi.rr.com > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Try from the command console (in XP or bootable disk): "fdisk /mbr" =2D-=20 =46reeBSD 7.0-CURRENT #4: Sat Jul 16 11:11:37 EDT 2005 =20 root@clk01a:/usr/obj/usr/src/sys/CLK01A=20 PGP? : http://66.130.198.54:8081/security/nb_root.asc --nextPart2726758.gUdLJYzm8R Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC3Dshz38ton5LGeIRAvJcAJ0Q4GyUbsgTtJT1Fk7eYMD2tMndKACfbGyQ MqC8mSd0lwyoOqF8ta26Myc= =52YW -----END PGP SIGNATURE----- --nextPart2726758.gUdLJYzm8R-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 23:43:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02F5D16A41C for ; Mon, 18 Jul 2005 23:43:57 +0000 (GMT) (envelope-from piotrekk@excite.com) Received: from excite.com (nn2.excitenetwork.com [207.159.120.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB38E43D48 for ; Mon, 18 Jul 2005 23:43:56 +0000 (GMT) (envelope-from piotrekk@excite.com) Received: by xprdmailfe5.nwk.excite.com (Postfix, from userid 110) id 339CEAFA99; Mon, 18 Jul 2005 19:43:53 -0400 (EDT) To: freebsd-questions@freebsd.org Received: from [84.73.114.198] by xprdmailfe5.nwk.excite.com via HTTP; Mon, 18 Jul 2005 19:43:53 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: <20050718234353.339CEAFA99@xprdmailfe5.nwk.excite.com> Date: Mon, 18 Jul 2005 19:43:53 -0400 (EDT) Subject: cannot install ntop under freeBSD 5.5 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: Mon, 18 Jul 2005 23:43:57 -0000 hi If I try to install ntop from ports, I get following errors: rrdPlugin.c: In function `graphCounter': rrdPlugin.c:583: error: too few arguments to function `rrd_graph' rrdPlugin.c: In function `netflowSummary': rrdPlugin.c:728: error: too few arguments to function `rrd_graph' rrdPlugin.c: In function `graphSummary': rrdPlugin.c:926: error: too few arguments to function `rrd_graph' gmake[3]: *** [rrdPlugin.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/net/ntop/work/ntop/plugins' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/net/ntop/work/ntop/plugins' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/ntop/work/ntop' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/net/ntop. *** Error code 1 Stop in /usr/ports/net/ntop. knows someone, howto solve this problem ? I have the newest ports tree update and rrdtool is already updatet. greetings piotr _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 00:24: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 9350B16A41C for ; Tue, 19 Jul 2005 00:24:10 +0000 (GMT) (envelope-from wkt@minnie.tuhs.org) Received: from minnie.tuhs.org (minnie.tuhs.org [131.244.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F50043D46 for ; Tue, 19 Jul 2005 00:24:10 +0000 (GMT) (envelope-from wkt@minnie.tuhs.org) Received: by minnie.tuhs.org (Postfix, from userid 1000) id 677FE88; Tue, 19 Jul 2005 10:24:04 +1000 (EST) Date: Tue, 19 Jul 2005 10:24:04 +1000 From: Warren Toomey To: freebsd-questions@freebsd.org Message-ID: <20050719002404.GA39681@minnie.tuhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Auto Reboot on Panic? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 00:24:10 -0000 Hi, I have recently installed FreeBSD 5.3 on a Dell Poweredge 650 server, and it has panicked twice in the past 3 weeks. Unfortunately, the box is in a server room for which I don't have a key, and access can take hours. I would like the box to dump core and reboot on a panic. I think I have set the box up to do this, but on the last panic it didn't reboot. I followed the information at http://www.bsdatwork.com/2002/03/29/system_panics_part_1/, and I have compiled a kernel with makeoptions DEBUG=-g, options KDB, options KDB_UNATTENDED. /etc/rc.conf has these lines: dumpdev="/dev/ad6s1b", dumpdir="/usr/local/var/crash". The box has 768M of RAM, ad6s1b has at least that much space, and is configured as swap. Can anybody tell me what I have forgotten to do to make the box reboot on a panic? Many thanks in advance, Warren From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 00:59: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 3F93D16A41C for ; Tue, 19 Jul 2005 00:59:34 +0000 (GMT) (envelope-from dkelly@hiwaay.net) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id B01D943D46 for ; Tue, 19 Jul 2005 00:59:33 +0000 (GMT) (envelope-from dkelly@hiwaay.net) Received: (qmail 3276 invoked by uid 0); 19 Jul 2005 00:59:32 -0000 Received: from user-69-73-60-132.knology.net (HELO ?10.0.0.6?) (69.73.60.132) by smtp7.knology.net with SMTP; 19 Jul 2005 00:59:32 -0000 Mime-Version: 1.0 (Apple Message framework v733) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Questions From: David Kelly Date: Mon, 18 Jul 2005 19:59:27 -0500 X-Mailer: Apple Mail (2.733) Cc: Subject: Courier-IMAPD problem with fam(d) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 00:59:34 -0000 /var/log/maillog is spayed full of the following message repeated hundreds or thousands of times. No matter if the courier-imap port is with or with out FAM. Jul 18 19:44:19 Grumpy imapd: Failed to create cache file: maildirwatch (dkelly) Jul 18 19:44:19 Grumpy imapd: Error: Input/output error Jul 18 19:44:19 Grumpy imapd: Check for proper operation and configuration Jul 18 19:44:19 Grumpy imapd: of the File Access Monitor daemon (famd). The only client used is Apple's Mail.app. This has been going on for the past year. Sometimes in spite of the error log messages all seems to be Good Enough. Then other times Mail.app can't hold a connection. Elsewhere found a suggestion that the following in my FreeBSD-hosted Maildir would help, but has not: % cd Maildir % ln -s . .INBOX % ln -s . .INBOX. Just now when I deleted the above symbolic links, my mail downloaded altho there is another of the above imapd error messages in maillog, apparently one for each mailbox message downloaded. When ever Mail.app gets stuck it seems like all is needed is for the mailbox directory to change somehow, or a message or two downloaded, deleted or something, then Mail.app is perfectly happy. Bulk in maillog is nothing but a nuisance. Failed connection is worse. How the heck is fam supposed to be configured? Or how the heck can I get rid of it? -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 01:10:19 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F27516A41C for ; Tue, 19 Jul 2005 01:10:19 +0000 (GMT) (envelope-from jim-c@charter.net) Received: from mxsf13.cluster1.charter.net (mxsf13.cluster1.charter.net [209.225.28.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id BACB043D48 for ; Tue, 19 Jul 2005 01:10:18 +0000 (GMT) (envelope-from jim-c@charter.net) Received: from mxip08a.cluster1.charter.net (mxip08a.cluster1.charter.net [209.225.28.138]) by mxsf13.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j6J1AHT6025771 for ; Mon, 18 Jul 2005 21:10:17 -0400 Received: from 68-119-202-215.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) (68.119.202.215) by mxip08a.cluster1.charter.net with ESMTP; 18 Jul 2005 21:10:15 -0400 X-IronPort-AV: i="3.93,297,1115006400"; d="scan'208,217"; a="1140343846:sNHT40566996" Message-ID: <42DC52F2.70807@charter.net> Date: Mon, 18 Jul 2005 21:10:10 -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: Dave McCammon References: <20050718182009.51431.qmail@web32813.mail.mud.yahoo.com> In-Reply-To: <20050718182009.51431.qmail@web32813.mail.mud.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org 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: Tue, 19 Jul 2005 01:10:19 -0000 Dave McCammon wrote: >--- Jim Campbell wrote: > > > >>Glenn Dawson wrote: >> >> >> >>>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. >>> >>> >>> >>> >>It appears that I didn't include enough of the >>ipfw.rules file. >>Following is another abstract: >> >> >> >> >################################################################# > > >># Allow the packet through if it has previous been >>added to the >># the "dynamic" rules table by a allow keep-state >>statement. >> >> >> >################################################################# > > >>$cmd 00015 check-state >> >>It's my understanding that this rule allows through >>any returning >>packets that match the dynamic rule established 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 >>> >>> >>> >>> >>Part of my problem is that I don't understand the >>protocols being used >>by the Onion routers. It >>appears that Tor (the application on my machine that >>sets up the >>communication with the >>Onion routers) begins to communicate with the Onion >>routers as soon as >>it starts. This >>communication continues as long as the FBSD machine >>is alive. Really >>shook me up >>when I first started using Tor and Privoxy. I >>thought someone was >>hacking my machine :-) >> >>The really puzzling thing about this situation is >>that at least some of >>the messages concerning >>the Onion protocol are getting through. I can ask >>for www.google.com >>and sometimes it >>resolves to Google in Europe, sometimes to Google in >>Asia, and sometines >>to Google here >>in the US. Ipfw appears to be only dropping some of >>the packets. >> >>Perhaps I should set up another machine to sniff the >>packets that >>occur. Maybe that would >>give me an idea of what is happening with the Onion >>protocol. >> >>In any event, thanks for your input to my problem, >>and if you have any >>other ideas I would >>appreciate them very much. I've been chewing on >>this problem the better >>part of a week. >> >>Thanks, >> >>Jim >> >> > >check the output of >#ipfw show >and make sure the check-state line is there. > >Your config says- >$cmd 00015 check-state > >and I think..(at least on a 5.4 machine) >it should say > >$cmd 00015 add check-state > > Dave, #ipfw show does show that check-state is there I am using a 4.11 machine and $cmd = "ipfw -q add" The command "#ipfw -a list" shows that there are many replies for each outbound packet to port 9001. I suppose that I should just let things be since the Tor service is working satisfactorily and I sure have learned a lot about firewalls while chasing this. And that is the whole point of my effort with FBSD. Many thanks to all who have assisted me in this endeavor. Jim From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 01:13:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2A6216A41C for ; Tue, 19 Jul 2005 01:13:39 +0000 (GMT) (envelope-from ross@axe.homelinux.net) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D993243D53 for ; Tue, 19 Jul 2005 01:13:38 +0000 (GMT) (envelope-from ross@axe.homelinux.net) Received: from lucy.axe.homelinux.net ([82.36.124.90]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 19 Jul 2005 02:14:22 +0100 Received: from [192.168.0.3] (purplehaze [192.168.0.3]) by lucy.axe.homelinux.net (Postfix) with ESMTP id 523F517AC9 for ; Tue, 19 Jul 2005 02:13:37 +0100 (BST) Message-ID: <42DC53BE.6040205@axe.homelinux.net> Date: Tue, 19 Jul 2005 02:13:34 +0100 From: Ross Kendall Axe User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <42DC1173.6020307@axe.homelinux.net> <20050718142635.E7170@border.crystalsphere.multiverse> In-Reply-To: <20050718142635.E7170@border.crystalsphere.multiverse> X-Enigmail-Version: 0.92.0.0 OpenPGP: url=http://www.rossaxe.pwp.blueyonder.co.uk/.pgpkey Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Jul 2005 01:14:22.0398 (UTC) FILETIME=[3222A5E0:01C58BFF] Subject: Re: /boot on a separate partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 01:13:40 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Luke Dean wrote: > > On Mon, 18 Jul 2005, Ross Kendall Axe wrote: > >> I am currently trying to get to grips with FreeBSD and am trying it out >> on an old Pentium machine. However, the machine's BIOS can't seem to >> read past 504MB, so I want to place the /boot directory in a small 25MB >> partition at the start of the drive. Setting up the partition with >> sysinstall is easy enough, but does anyone have any suggestions of how >> to diddle the bootloader to accept this configuration? > > All I would expect you have to do is use FDISK to make two partitions, > remembering to mark the first one as bootable. Then use disklabel to > create your slices. Make a /boot slice on the first partition, then > make a / slice and a swap slice on the second partition. > That should be all that's required for what you're trying to do. > A little over a year ago, I had to split up a drive to solve the same > problem you're having, but I went the "small /" route instead, so you > might be running into a problem I didn't have. > > Luke Dean > I created the partitions easily enough when installing the system. I created a single slice and, inside that, partition d as my small /boot partition and partition a as the root. The problem I'm having is trying to actually boot the system. On boot, the output (after the BIOS) looks like this: error 1 lba 1190783 No /boot/loader FreeBSD/i386 boot Default: 0:ad(0,a)/kernel boot: No /kernel FreeBSD/i386 boot Default: 0:ad(0,a)/kernel boot: The 'error 1' is presumably due to my dodgy BIOS, and 'No /boot/loader' happens because it's looking on the wrong place for the stage 3 loader. Undaunted, I type 'ad(0,d)/loader' to load the stage 3 loader. The loader appears to load properly, apart from the fact that is displays the message "can't load 'kernel". At this point, I type 'boot kernel/kernel', which successfully loads the kernel and produces a momentary 'twirling baton'. The keyboard then resets and the system hangs. Attempt 2: Change all occurrences of /boot/ in all text files in the /boot directory to /. Then, at the stage 3 loader prompt, type 'include /loader.rc' instead of 'boot /kernel/kernel'. Again, the kernel appears to be loaded successfully, and I get the standard boot menu with the ASCII beastie. However, the boot hangs as before, with a keyboard reset. Attempt 3: Try to load the kernel directly from stage 2 by typing 'ad(0.d)/kernel/kernel'. Fails with a register dump and the message 'BTX halted'. It's starting to look to me as though the stage 2 bootloader and kernel both want to be in the /boot directory on partition a. I'd love to be proved wrong :-) I'm using 5.4-RELEASE. Ross -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.7 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC3FO99bR4xmappRARAvntAJ9Li1qQiwaOwWjPVS/rIUpAe/D5HgCgn3+h dqOa0NtBGzkctnk4B2JvSbE= =YdAF -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 01:43:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E32F16A41C for ; Tue, 19 Jul 2005 01:43:43 +0000 (GMT) (envelope-from aj49d4a6b@tampabay.rr.com) Received: from ms-smtp-04.tampabay.rr.com (ms-smtp-04-smtplb.tampabay.rr.com [65.32.5.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C9143D48 for ; Tue, 19 Jul 2005 01:43:42 +0000 (GMT) (envelope-from aj49d4a6b@tampabay.rr.com) Received: from moe.howard (6532128hfc43.tampabay.res.rr.com [65.32.128.43]) by ms-smtp-04.tampabay.rr.com (8.12.10/8.12.7) with ESMTP id j6J1hbd7029923 for ; Mon, 18 Jul 2005 21:43:39 -0400 (EDT) Received: (from walter@localhost) by moe.howard (8.13.3/8.13.3/Submit) id j6J1hbts023574 for freebsd-questions@freebsd.org; Mon, 18 Jul 2005 21:43:37 -0400 (EDT) X-Authentication-Warning: moe.howard: walter set sender to aj49d4a6b@tampabay.rr.com using -f Date: Mon, 18 Jul 2005 21:43:37 -0400 From: Al Johnson To: freebsd-questions@freebsd.org Message-ID: <20050719014337.GA24334@bhunter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-URL: http://www.landoverbaptist.org X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: I have found a pc on the side curb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 01:43:43 -0000 > a pentium 133mhz with freebsd. I was woundering if there was away around the login: admin password: ********* Of course: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#FORGOT-ROOT-PW Congratulations on finding a PC by the roadside! -- "If the ends don't justify the means, what does? -- Robert Moses From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 02:23:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDA6E16A41C for ; Tue, 19 Jul 2005 02:23:14 +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 A92BC43D45 for ; Tue, 19 Jul 2005 02:23:14 +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 j6J2NAjW011107 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Mon, 18 Jul 2005 19:23:10 -0700 Message-Id: <6.1.0.6.2.20050718190554.11fe1e10@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Mon, 18 Jul 2005 19:19:30 -0700 To: Ross Kendall Axe , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <42DC53BE.6040205@axe.homelinux.net> References: <42DC1173.6020307@axe.homelinux.net> <20050718142635.E7170@border.crystalsphere.multiverse> <42DC53BE.6040205@axe.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: /boot on a separate partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 02:23:15 -0000 At 06:13 PM 7/18/2005, Ross Kendall Axe wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Luke Dean wrote: > > > > On Mon, 18 Jul 2005, Ross Kendall Axe wrote: > > > >> I am currently trying to get to grips with FreeBSD and am trying it out > >> on an old Pentium machine. However, the machine's BIOS can't seem to > >> read past 504MB, so I want to place the /boot directory in a small 25MB > >> partition at the start of the drive. Setting up the partition with > >> sysinstall is easy enough, but does anyone have any suggestions of how > >> to diddle the bootloader to accept this configuration? > > > > All I would expect you have to do is use FDISK to make two partitions, > > remembering to mark the first one as bootable. Then use disklabel to > > create your slices. Make a /boot slice on the first partition, then > > make a / slice and a swap slice on the second partition. > > That should be all that's required for what you're trying to do. > > A little over a year ago, I had to split up a drive to solve the same > > problem you're having, but I went the "small /" route instead, so you > > might be running into a problem I didn't have. > > > > Luke Dean > > > >I created the partitions easily enough when installing the system. I >created a single slice and, inside that, partition d as my small /boot >partition and partition a as the root. > >The problem I'm having is trying to actually boot the system. On boot, >the output (after the BIOS) looks like this: > >error 1 lba 1190783 >No /boot/loader > >FreeBSD/i386 boot >Default: 0:ad(0,a)/kernel >boot: >No /kernel > >FreeBSD/i386 boot >Default: 0:ad(0,a)/kernel >boot: > >The 'error 1' is presumably due to my dodgy BIOS, and 'No /boot/loader' >happens because it's looking on the wrong place for the stage 3 loader. > Undaunted, I type 'ad(0,d)/loader' to load the stage 3 loader. The >loader appears to load properly, apart from the fact that is displays >the message "can't load 'kernel". At this point, I type 'boot >kernel/kernel', which successfully loads the kernel and produces a >momentary 'twirling baton'. The keyboard then resets and the system hangs. > >Attempt 2: Change all occurrences of /boot/ in all text files in the >/boot directory to /. Then, at the stage 3 loader prompt, type 'include >/loader.rc' instead of 'boot /kernel/kernel'. Again, the kernel appears >to be loaded successfully, and I get the standard boot menu with the >ASCII beastie. However, the boot hangs as before, with a keyboard reset. > >Attempt 3: Try to load the kernel directly from stage 2 by typing >'ad(0.d)/kernel/kernel'. Fails with a register dump and the message >'BTX halted'. > >It's starting to look to me as though the stage 2 bootloader and kernel >both want to be in the /boot directory on partition a. I'd love to be >proved wrong :-) I think this is exactly the case. According to the boot(8) man page, you can create a /boot.config that will allow you to customize things. The only catch being that /boot.config has to be on the a partition of the slice you are booting from. Normally the a partition would be / and also contain /boot. / defaults to being 256MB. If you're trying to conserve space, it might be easier to run through an install and see how big / really needs to be and then do a second install and customize the size of / so that it only has the space it really needs. (On one of my 5.4 systems / requires about 53MB) You may have problems later on if you make the size of / too small. -Glenn From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 02:34:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 144F916A41C for ; Tue, 19 Jul 2005 02:34:56 +0000 (GMT) (envelope-from ross@axe.homelinux.net) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8036B43D46 for ; Tue, 19 Jul 2005 02:34:55 +0000 (GMT) (envelope-from ross@axe.homelinux.net) Received: from lucy.axe.homelinux.net ([82.36.124.90]) by smtp-out5.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 19 Jul 2005 03:35:38 +0100 Received: from purplehaze.axe.homelinux.net (purplehaze [192.168.0.3]) by lucy.axe.homelinux.net (Postfix) with ESMTP id C557F472D7; Tue, 19 Jul 2005 03:34:53 +0100 (BST) Date: Tue, 19 Jul 2005 03:34:46 +0100 (BST) From: Ross Kendall Axe To: Glenn Dawson In-Reply-To: <6.1.0.6.2.20050718190554.11fe1e10@cobalt.antimatter.net> Message-ID: References: <42DC1173.6020307@axe.homelinux.net> <20050718142635.E7170@border.crystalsphere.multiverse> <42DC53BE.6040205@axe.homelinux.net> <6.1.0.6.2.20050718190554.11fe1e10@cobalt.antimatter.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-OriginalArrivalTime: 19 Jul 2005 02:35:38.0897 (UTC) FILETIME=[8CC15810:01C58C0A] Cc: freebsd-questions@freebsd.org Subject: Re: /boot on a separate partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 02:34:56 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 18 July 2005, Glenn Dawson wrote: > At 06:13 PM 7/18/2005, Ross Kendall Axe wrote: >> It's starting to look to me as though the stage 2 bootloader and kernel >> both want to be in the /boot directory on partition a. I'd love to be >> proved wrong :-) > > I think this is exactly the case. > > According to the boot(8) man page, you can create a /boot.config that will > allow you to customize things. The only catch being that /boot.config has to > be on the a partition of the slice you are booting from. Normally the a > partition would be / and also contain /boot. > Yes, /boot.config does look like a bit of a showstopper :-( I take it there's no way to get the bootloader to look elsewhere for that? > / defaults to being 256MB. If you're trying to conserve space, it might be > easier to run through an install and see how big / really needs to be and > then do a second install and customize the size of / so that it only has the > space it really needs. (On one of my 5.4 systems / requires about 53MB) > > You may have problems later on if you make the size of / too small. > > -Glenn > That's what I'm going for now. 100MB in / and the rest of the disk given to /usr and swap. Bit of pain really, I thought the whole idea of keeping the bootloader files in /boot was so that /boot could be a separate partition. Ross -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.7 (GNU/Linux) iD8DBQFC3GbK9bR4xmappRARAsL/AKCq23vmsTKiPKexsFZWF33/G38LlwCgiAh4 wKtAoiMVJw+p2SpBoM+DaNg= =z84k -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 02:45: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 1E4C716A41C for ; Tue, 19 Jul 2005 02:45:22 +0000 (GMT) (envelope-from flowers@users.sourceforge.net) Received: from pd3mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FAC243D46 for ; Tue, 19 Jul 2005 02:45:21 +0000 (GMT) (envelope-from flowers@users.sourceforge.net) Received: from pd2mr5so.prod.shaw.ca (pd2mr5so-qfe3.prod.shaw.ca [10.0.141.8]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IJU00B78SXSAGR1@l-daemon> for freebsd-questions@freebsd.org; Mon, 18 Jul 2005 20:44:16 -0600 (MDT) Received: from pn2ml6so.prod.shaw.ca ([10.0.121.150]) by pd2mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IJU00D0GSXS6BA0@pd2mr5so.prod.shaw.ca> for freebsd-questions@freebsd.org; Mon, 18 Jul 2005 20:44:16 -0600 (MDT) Received: from sirius (S01060010a72631f9.cg.shawcable.net [68.144.46.209]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with SMTP id <0IJU00924SXSZR@l-daemon> for freebsd-questions@freebsd.org; Mon, 18 Jul 2005 20:44:16 -0600 (MDT) Date: Mon, 18 Jul 2005 20:44:36 -0600 From: Dan MacMillan To: fte-devel@lists.sourceforge.net, freebsd-questions@freebsd.org, screen-users@gnu.org Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Cc: Subject: Weirdness with sfte, screen, and FreeBSD. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 02:45:22 -0000 Hi, When I run sfte (20050108) inside of GNU screen (4.00.02) in FreeBSD (5.4-RELEASE-p2), I get some strange and irritating behaviour. If I hit "alt-f" to get the File menu, then press the right arrow key to move to the next menu over ("Navigate" in the directory view), then that portion of the screen that WAS covered by the file menu but IS NOT covered by the Navigate menu has its colors screwed up. What WAS high-intensity-white on dark blue becomes black (or dark gray, hard to tell) on green. What WAS high-intensity-white on black becomes black (or dark gray) on dark blue. What WAS light gray on black becomes dark gray on black. And so on. If I then press the right-arrow-key again to move to the "Tools" menu, the problem becomes progressively worse. Dark gray becomes blue, blue becomes light green, light green becomes cyan, etc. etc. Eventually what was covered by any of the menus becomes a real colourful mess. In case this description is not clear, I've uploaded a clip of a screen grab that demonstrates the problem after pressing right-arrow a bunch of times with an open menu: http://members.shaw.ca/flowers.hidey.hole/ftemess.png I have tried to understand terminals and consoles and termcap and terminfo but I have to say, the concepts escape me. The only other slang program I generally use is Mutt, which works like gangbusters. I don't even know where to begin looking at this. Here are some environment variables that (may) be of interest: COLORFGBG='lightgray;black' TERM=screen TERMCAP='SC|screen|VT 100/ANSI X3.64 virtual terminal:\ :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\ :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\ :do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\ :le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\ :li#60:co#132:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\ :cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\ :im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\ :ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\ :ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\ :se=\E[23m:md=\E[1m:mr=\E[7m:me=\E[m:ms:\ :Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:G0:\ :as=\E(0:ae=\E(B:\ :ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,, hhII00:\ :k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:\ :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\ :F1=\E[23~:F2=\E[24~:kb=^H:kh=\E[1~:@1=\E[1~:kH=\E[4~:\ :@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:ku=\EOA:\ :kd=\EOB:kr=\EOC:kl=\EOD:km:' I don't know what other information to include. I get the problem both using Putty to SSH in and at the console. Outside of GNU screen sfte works like a charm. Note that in order to get sfte to build on FreeBSD, I had to link it to both libslang and libncurses (and perform other minor surgery on the port, viz. comment out USE_XLIBS and change fte-unix.mak to build sfte instead of xfte since I neither have nor want X installed). Pardon the cross-post but I really don't know which piece of software might be at fault. Any information or pointers would be greatly appreciated. -- Danny MacMillan From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 02:46:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61B0516A41C for ; Tue, 19 Jul 2005 02:46:22 +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 0F3D343D49 for ; Tue, 19 Jul 2005 02:46:22 +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 j6J2kJIQ011657 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Mon, 18 Jul 2005 19:46:19 -0700 Message-Id: <6.1.0.6.2.20050718193532.11e22eb0@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Mon, 18 Jul 2005 19:42:38 -0700 To: Ross Kendall Axe From: Glenn Dawson In-Reply-To: References: <42DC1173.6020307@axe.homelinux.net> <20050718142635.E7170@border.crystalsphere.multiverse> <42DC53BE.6040205@axe.homelinux.net> <6.1.0.6.2.20050718190554.11fe1e10@cobalt.antimatter.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: /boot on a separate partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 02:46:22 -0000 At 07:34 PM 7/18/2005, Ross Kendall Axe wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >On Mon, 18 July 2005, Glenn Dawson wrote: > >>At 06:13 PM 7/18/2005, Ross Kendall Axe wrote: >>>It's starting to look to me as though the stage 2 bootloader and kernel >>>both want to be in the /boot directory on partition a. I'd love to be >>>proved wrong :-) >> >>I think this is exactly the case. >> >>According to the boot(8) man page, you can create a /boot.config that >>will allow you to customize things. The only catch being that >>/boot.config has to be on the a partition of the slice you are booting >>from. Normally the a partition would be / and also contain /boot. > >Yes, /boot.config does look like a bit of a showstopper :-( >I take it there's no way to get the bootloader to look elsewhere for that? I'm sure there is a way, the question is whether it's worth the trouble. >>/ defaults to being 256MB. If you're trying to conserve space, it might >>be easier to run through an install and see how big / really needs to be >>and then do a second install and customize the size of / so that it only >>has the space it really needs. (On one of my 5.4 systems / requires >>about 53MB) >> >>You may have problems later on if you make the size of / too small. >> >>-Glenn > >That's what I'm going for now. 100MB in / and the rest of the disk given >to /usr and swap. Bit of pain really, I thought the whole idea of keeping >the bootloader files in /boot was so that /boot could be a separate partition. Not sure about that...I always figured it was to keep / from getting too cluttered. -Glenn >Ross > > >-----BEGIN PGP SIGNATURE----- >Version: GnuPG v1.2.7 (GNU/Linux) > >iD8DBQFC3GbK9bR4xmappRARAsL/AKCq23vmsTKiPKexsFZWF33/G38LlwCgiAh4 >wKtAoiMVJw+p2SpBoM+DaNg= >=z84k >-----END PGP SIGNATURE----- >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 03:17:52 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D67516A41C for ; Tue, 19 Jul 2005 03:17:52 +0000 (GMT) (envelope-from larsen.nick@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id D111D43D48 for ; Tue, 19 Jul 2005 03:17:51 +0000 (GMT) (envelope-from larsen.nick@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so1053396nzf for ; Mon, 18 Jul 2005 20:17: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mbvZCT6mhjcAYA8BU0Ndq9D+2tI4/MkC4xvdWgbasmWLxrRtdbVE4xBPKR1b5V4qmgaSEr8XLvHIGJIKcVTOpuiNQBw7MKJERNfO0+6tuMZUziMaqHGafAMwv/8pJZ4iMeSdWV6EwSmQzdDPTkECSbQiLMjRaakDDEM0MCQAhpk= Received: by 10.36.108.12 with SMTP id g12mr281378nzc; Mon, 18 Jul 2005 20:17:26 -0700 (PDT) Received: by 10.36.103.9 with HTTP; Mon, 18 Jul 2005 20:17:26 -0700 (PDT) Message-ID: Date: Tue, 19 Jul 2005 15:17:26 +1200 From: Nick Larsen To: Martin In-Reply-To: <000a01c58bab$48991e70$4502a8c0@basement> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000a01c58bab$48991e70$4502a8c0@basement> Cc: questions@freebsd.org Subject: Re: I have found a pc on the side curb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Larsen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 03:17:52 -0000 Hi, Kinda sounds stolen if you really need to access the data on it??? But yeah, so easy to get in with physical access. On 7/19/05, Martin wrote: > > a pentium 133mhz with freebsd. I was woundering if there was away arou= nd the login: admin password: ********* > > > > maybe there is a universal password for admin that bypass all password.= something like that. > _______________________________________________ > 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" > From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 03:20: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 BBB3B16A41C for ; Tue, 19 Jul 2005 03:20:48 +0000 (GMT) (envelope-from webmaster@guestwho.com) Received: from cathy.bmts.com (mail.bmts.com [216.183.128.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5468D43D46 for ; Tue, 19 Jul 2005 03:20:48 +0000 (GMT) (envelope-from webmaster@guestwho.com) Received: from skeletonman (sms4-pool117-0212.bmts.com [209.240.117.212]) by cathy.bmts.com (8.12.10/8.12.10) with SMTP id j6J3FrtC025890 for ; Mon, 18 Jul 2005 23:15:53 -0400 (EDT) Message-ID: <000d01c58c11$6e545380$6600a8c0@skeletonman> From: "Chris Ralph" To: Date: Mon, 18 Jul 2005 23:24:53 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: ppp: auth_ReadName: Name too long ! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 03:20:48 -0000 Hi all, Whenever I try to establish a ppp connection either automatically or manually on 5.4R, I get "warning: auth_Readname: Name too lomg (112) !" It looks something like this (obvously I replaced the username, but it's exactly 6 characters long before the @): ppp>set device PPPoE:sis0 ppp>set authname xxxxxx@bmts.com ppp>set authkey xxxxxx ppp>dial ppp> Ppp> Warning: auth_ReadName: Name too long (112) !". If I use auto mode, then the warning just appears in the logs and also in pppctl.. It seems that anything ending in "bmts.com" causes the error, because if I shorten the name before the "@" (e.g. 12345@bmts.com), it stills gives the warning, but if I shorten it after the "@" (e.g. 123456@bmts.co), the warning doesn't occur. I googled it and found just one single post from someone with the same problem as me, and no replies.. (Message-ID: ggor9a.hs3.ln@obelix.wobilix.de) I tried the comp.unix.bsd.freebsd.misc newsgroup, but no luck there either.. Below is an excerpt from /var/log/ppp.log: Jul 3 17:03:41 xena ppp[465]: Phase: PPP Started (interactive mode). Jul 3 17:04:46 xena ppp[465]: Phase: bundle: Establish Jul 3 17:04:46 xena ppp[465]: Phase: deflink: closed -> opening Jul 3 17:04:49 xena ppp[465]: Phase: deflink: Connected! Jul 3 17:04:49 xena ppp[465]: Phase: deflink: opening -> dial Jul 3 17:04:49 xena ppp[465]: Phase: deflink: dial -> carrier Jul 3 17:04:50 xena ppp[465]: Phase: Received NGM_PPPOE_ACNAME (hook "bas3-kitchener06") Jul 3 17:04:51 xena ppp[465]: Phase: Received NGM_PPPOE_SESSIONID Jul 3 17:04:51 xena ppp[465]: Phase: Received NGM_PPPOE_SUCCESS Jul 3 17:04:51 xena ppp[465]: Phase: deflink: carrier -> login Jul 3 17:04:51 xena ppp[465]: Phase: deflink: login -> lcp Jul 3 17:04:51 xena ppp[465]: Phase: bundle: Authenticate Jul 3 17:04:51 xena ppp[465]: Phase: deflink: his = PAP, mine = none Jul 3 17:04:51 xena ppp[465]: Phase: Pap Output: xxxxxx@bmts.com ******** Jul 3 17:04:52 xena ppp[465]: Warning: auth_ReadName: Name too long (112) ! Jul 3 17:04:52 xena ppp[465]: Phase: Pap Input: FAILURE () Jul 3 17:04:53 xena ppp[465]: Phase: Received NGM_PPPOE_CLOSE Jul 3 17:04:53 xena ppp[465]: Phase: deflink: Device disconnected Jul 3 17:04:53 xena ppp[465]: Phase: deflink: Disconnected! Jul 3 17:04:53 xena ppp[465]: Phase: deflink: lcp -> logout Jul 3 17:04:53 xena ppp[465]: Phase: deflink: Disconnected! Jul 3 17:04:53 xena ppp[465]: Phase: deflink: logout -> hangup Jul 3 17:04:53 xena ppp[465]: Phase: deflink: Connect time: 4 secs: 181 octets in, 107 octets out Anyone seen this error before or am I the only one with this issue ? Regards, Chris From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 03:25:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 554D116A41C for ; Tue, 19 Jul 2005 03:25:46 +0000 (GMT) (envelope-from wkt@minnie.tuhs.org) Received: from minnie.tuhs.org (minnie.tuhs.org [131.244.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0370743D45 for ; Tue, 19 Jul 2005 03:25:45 +0000 (GMT) (envelope-from wkt@minnie.tuhs.org) Received: by minnie.tuhs.org (Postfix, from userid 1000) id 0BE3F70; Tue, 19 Jul 2005 13:25:39 +1000 (EST) Date: Tue, 19 Jul 2005 13:25:39 +1000 From: Warren Toomey To: freebsd-questions@freebsd.org Message-ID: <20050719032539.GA54535@minnie.tuhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Auto Reboot after Panic? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 03:25:46 -0000 Hi, I have recently installed FreeBSD 5.3 on a Dell Poweredge 650 server, and it has panicked twice in the past 3 weeks. Unfortunately, the box is in a server room for which I don't have a key, and access can take hours. I would like the box to dump core and reboot on a panic. I think I have set the box up to do this, but on the last panic it didn't reboot. I followed the information at http://www.bsdatwork.com/2002/03/29/system_panics_part_1/, and I have compiled a kernel with makeoptions DEBUG=-g, options KDB, options KDB_UNATTENDED. /etc/rc.conf has these lines: dumpdev="/dev/ad6s1b", dumpdir="/usr/local/var/crash". The box has 768M of RAM, ad6s1b has at least that much space, and is configured as swap. Can anybody tell me what have forgotten to do to make the box reboot on a panic? Many thanks in advance, Warren From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 03:31: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 74D9216A41C for ; Tue, 19 Jul 2005 03:31:36 +0000 (GMT) (envelope-from wkt@minnie.tuhs.org) Received: from minnie.tuhs.org (minnie.tuhs.org [131.244.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2221C43D46 for ; Tue, 19 Jul 2005 03:31:36 +0000 (GMT) (envelope-from wkt@minnie.tuhs.org) Received: by minnie.tuhs.org (Postfix, from userid 1000) id B813270; Tue, 19 Jul 2005 13:31:29 +1000 (EST) Date: Tue, 19 Jul 2005 13:31:29 +1000 From: Warren Toomey To: freebsd-questions@freebsd.org Message-ID: <20050719033129.GA55481@minnie.tuhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Auto Reboot on Panic? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 03:31:36 -0000 Hi, I have recently installed FreeBSD 5.3 on a Dell Poweredge 650 server, and it has panicked twice in the past 3 weeks. Unfortunately, the box is in a server room for which I don't have a key, and access can take hours. I would like the box to dump core and reboot on a panic. I think I have set the box up to do this, but on the last panic it didn't reboot. I followed the information at http://www.bsdatwork.com/2002/03/29/system_panics_part_1/, and I have compiled a kernel with makeoptions DEBUG=-g, options KDB, options KDB_UNATTENDED. /etc/rc.conf has these lines: dumpdev="/dev/ad6s1b", dumpdir="/usr/local/var/crash". The box has 768M of RAM, ad6s1b has at least that much space, and is configured as swap. Can anybody tell me what have forgotten to do to make the box reboot on a panic? Many thanks in advance, Warren From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 03:57:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89A5816A41C for ; Tue, 19 Jul 2005 03:57:46 +0000 (GMT) (envelope-from travisj37@hotmail.com) Received: from hotmail.com (bay107-f29.bay107.hotmail.com [64.4.51.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5690343D45 for ; Tue, 19 Jul 2005 03:57:46 +0000 (GMT) (envelope-from travisj37@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Jul 2005 20:57:46 -0700 Message-ID: Received: from 64.4.51.220 by by107fd.bay107.hotmail.msn.com with HTTP; Tue, 19 Jul 2005 03:57:45 GMT X-Originating-IP: [64.4.51.220] X-Originating-Email: [travisj37@hotmail.com] X-Sender: travisj37@hotmail.com From: "Travis McChesney" To: freebsd-questions@freebsd.org Date: Mon, 18 Jul 2005 21:57:45 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 19 Jul 2005 03:57:46.0170 (UTC) FILETIME=[05A389A0:01C58C16] Subject: md0: preloaded image - system hang X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 03:57:46 -0000 I am trying to install 5.4-Release on a fairly old (still meets requirements) Compaq Presario. Using Disc 1, the system seems to boot up fine until it reaches the line: md0: Preloaded image xxxxx bytes at xxxxxx. The system then hangs with the floppy drive light on (making no noise). Not sure if there is anything I can change about my system to get it to boot and install, but I thought I'd see if anyone has come across this. Thanks. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 04:01: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 8E22B16A41C for ; Tue, 19 Jul 2005 04:01:34 +0000 (GMT) (envelope-from tabcuz@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2616843D46 for ; Tue, 19 Jul 2005 04:01:31 +0000 (GMT) (envelope-from tabcuz@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so1150646wra for ; Mon, 18 Jul 2005 21:01:31 -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; b=scQhtlj3fYT5rbWsDeila2OfABihj/4TnXu2B78++Bot4CzdoDbkv1MZcX8PjLFld/wJycEZlTPXPrjRQFZsnfSYG7nFDlqydnMtFDhHlY4NK/CQOPqfCO+bRTQWNfEWk+WhS3brQvVe3T565BHbUioWdMJMswZ+AcX5hIZGeS8= Received: by 10.54.97.15 with SMTP id u15mr579776wrb; Mon, 18 Jul 2005 21:00:29 -0700 (PDT) Received: by 10.54.48.33 with HTTP; Mon, 18 Jul 2005 21:00:29 -0700 (PDT) Message-ID: <2832f0c405071821004f31e848@mail.gmail.com> Date: Tue, 19 Jul 2005 04:00:29 +0000 From: Lei CHEN To: FreeBSD-questions@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2116_5612102.1121745629050" Cc: Subject: laptop with another monitor X configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lei CHEN List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 04:01:34 -0000 ------=_Part_2116_5612102.1121745629050 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi experts, I am looking a way to use both the laptop native lcd monitor and another CRT monitor. I pluged in the monitor, nothing happens. I can only switch between them by pressing the Fn+monitorSwitch button on my keyboard. I modified /etc/X11/XF86Config, as in the attachment. I have changed few sections according to some resources I found by googling. Has anyone got the same situation, please send me a copy of your XF86Config or Xorg config file. Thanks in advanced. LEI --=20 Discovery The Binary Path ------=_Part_2116_5612102.1121745629050 Content-Type: application/octet-stream; name="XF86Config" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="XF86Config" U2VjdGlvbiAiTW9kdWxlIgogICAgTG9hZCAgICAgICAgImRiZSIgIAkjIERvdWJsZSBidWZmZXIg ZXh0ZW5zaW9uCiAgICBTdWJTZWN0aW9uICAiZXh0bW9kIgogICAgICBPcHRpb24gICAgIm9taXQg eGZyZWU4Ni1kZ2EiICAgIyBkb24ndCBpbml0aWFsaXNlIHRoZSBER0EgZXh0ZW5zaW9uCiAgICBF bmRTdWJTZWN0aW9uCiAgICBMb2FkICAgICAgICAidHlwZTEiCiAgICBMb2FkICAgICAgICAic3Bl ZWRvIgogICAgTG9hZCAgICAgICAgImZyZWV0eXBlIgojICAgIExvYWQgICAgICAgImdseCIKIyAg ICBMb2FkICAgICAgICJkcmkiCkVuZFNlY3Rpb24KClNlY3Rpb24gIkZpbGVzIgoKICAgIFJnYlBh dGgJIi91c3IvWDExUjYvbGliL1gxMS9yZ2IiCiAgICBGb250UGF0aCAgICIvdXNyL1gxMVI2L2xp Yi9YMTEvZm9udHMvbG9jYWwvIgogICAgRm9udFBhdGggICAiL3Vzci9YMTFSNi9saWIvWDExL2Zv bnRzL21pc2MvIgogICAgRm9udFBhdGggICAiL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzLzc1ZHBp Lzp1bnNjYWxlZCIKICAgIEZvbnRQYXRoICAgIi91c3IvWDExUjYvbGliL1gxMS9mb250cy8xMDBk cGkvOnVuc2NhbGVkIgogICAgRm9udFBhdGggICAiL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzL1Nw ZWVkby8iCiAgICBGb250UGF0aCAgICIvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvVHlwZTEvIgog ICAgRm9udFBhdGggICAiL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzL1RydWVUeXBlLyIKICAgIEZv bnRQYXRoICAgIi91c3IvWDExUjYvbGliL1gxMS9mb250cy9UVEYvIgogICAgRm9udFBhdGggICAi L3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzLzc1ZHBpLyIKICAgIEZvbnRQYXRoICAgIi91c3IvWDEx UjYvbGliL1gxMS9mb250cy8xMDBkcGkvIgoKRW5kU2VjdGlvbgoKU2VjdGlvbiAiU2VydmVyRmxh Z3MiCiAgICBPcHRpb24gIlhpbmVyYW1hIiAidHJ1ZSIKRW5kU2VjdGlvbgoKU2VjdGlvbiAiSW5w dXREZXZpY2UiCgogICAgSWRlbnRpZmllcgkiS2V5Ym9hcmQxIgogICAgRHJpdmVyCSJLZXlib2Fy ZCIKCiAgICBPcHRpb24gIkF1dG9SZXBlYXQiICI1MDAgMzAiCiAgICBPcHRpb24gIlhrYlJ1bGVz IgkieGZyZWU4NiIKICAgIE9wdGlvbiAiWGtiTW9kZWwiCSJwYzEwMSIKICAgIE9wdGlvbiAiWGti TGF5b3V0IgkidXMiCkVuZFNlY3Rpb24KClNlY3Rpb24gIklucHV0RGV2aWNlIgogICAgSWRlbnRp ZmllcgkiTW91c2UxIgogICAgRHJpdmVyCSJtb3VzZSIKICAgIE9wdGlvbiAiUHJvdG9jb2wiICAg ICJBdXRvIgogICAgT3B0aW9uICJEZXZpY2UiICAgICAgIi9kZXYvc3lzbW91c2UiCiAgICBPcHRp b24gIkJ1dHRvbnMiICI1IgogICAgT3B0aW9uICJaQXhpc01hcHBpbmciICI0IDUiCiAgICBPcHRp b24gIkJ1dHRvbnMiICI2IgogICAgT3B0aW9uICJaQXhpc01hcHBpbmciICI0IDUgNiA3IgogICAg T3B0aW9uICJFbXVsYXRlM0J1dHRvbnMiCkVuZFNlY3Rpb24KClNlY3Rpb24gIk1vbml0b3IiCiAg ICBJZGVudGlmaWVyICAibGNkIgogICAgSG9yaXpTeW5jICAgMzEuNSAtIDU3LjAKICAgIFZlcnRS ZWZyZXNoIDUwLTkwCkVuZFNlY3Rpb24KClNlY3Rpb24gIk1vbml0b3IiCiAgICBJZGVudGlmaWVy ICAibGlrb20iCiAgICBIb3JpelN5bmMgICAzMS41IC0gNTcuMAogICAgVmVydFJlZnJlc2ggNTAt OTAKRW5kU2VjdGlvbgoKU2VjdGlvbiAiRGV2aWNlIgogICAgSWRlbnRpZmllcgkiU3RhbmRhcmQg VkdBIgogICAgVmVuZG9yTmFtZQkiVW5rbm93biIKICAgIEJvYXJkTmFtZQkiVW5rbm93biIKICAg IERyaXZlciAgICAgInZnYSIKRW5kU2VjdGlvbgoKU2VjdGlvbiAiRGV2aWNlIgogICAgSWRlbnRp ZmllciAgInZpZGVvIgogICAgRHJpdmVyICAgICAgImk4MTAiCiAgICBWaWRlb1JhbSAgICA2NTUz NgpFbmRTZWN0aW9uCgpTZWN0aW9uICJTY3JlZW4iCiAgICBJZGVudGlmaWVyICAiU2NyZWVuIDEi CiAgICBEZXZpY2UgICAgICAidmlkZW8iCiAgICBNb25pdG9yICAgICAibGNkIgogICAgRGVmYXVs dERlcHRoIDI0CgogICAgU3Vic2VjdGlvbiAiRGlzcGxheSIKICAgICAgICBEZXB0aCAgICAgICAy NAogICAgICAgIE1vZGVzICAgICAgICIxMDI0eDc2OCIKICAgICAgICBWaWV3UG9ydCAgICAwIDAK ICAgIEVuZFN1YnNlY3Rpb24KRW5kU2VjdGlvbgoKU2VjdGlvbiAiU2NyZWVuIgogICBJZGVudGlm aWVyICAgIlNjcmVlbiAyIgogICBEZXZpY2UgICAgICAgInZpZGVvIgogICBNb25pdG9yICAgICAg Imxpa29tIgogICBEZWZhdWx0RGVwdGggMjQKCiAgIFN1YnNlY3Rpb24gIkRpc3BsYXkiCiAgICAg ICBEZXB0aCAgICAgICAyNAogICAgICAgTW9kZXMgICAgICAgIjEwMjR4NzY4IgogICAgICAgVmll d1BvcnQgICAgMCAwCiAgIEVuZFN1YnNlY3Rpb24KRW5kU2VjdGlvbgoKU2VjdGlvbiAiU2VydmVy TGF5b3V0IgogICAgSWRlbnRpZmllciAiTXVsdGlIZWFkIgogICAgU2NyZWVuICJTY3JlZW4gMSIK ICAgIFNjcmVlbiAiU2NyZWVuIDIiIFJpZ2h0b2YgIlNjcmVlbiAxIgogICAgSW5wdXREZXZpY2Ug Ik1vdXNlMSIgIkNvcmVQb2ludGVyIgogICAgSW5wdXREZXZpY2UgIktleWJvYXJkMSIgIkNvcmVL ZXlib2FyZCIKRW5kU2VjdGlvbgo= ------=_Part_2116_5612102.1121745629050-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 06:24:57 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B392816A41C; Tue, 19 Jul 2005 06:24:57 +0000 (GMT) (envelope-from taob@risc.org) Received: from as2.dm.egate.net (shell1.dm.egate.net [216.235.15.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 666EB43D49; Tue, 19 Jul 2005 06:24:56 +0000 (GMT) (envelope-from taob@risc.org) Received: by as2.dm.egate.net (Postfix, from userid 1001) id BC1504B0E; Tue, 19 Jul 2005 02:24:52 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by as2.dm.egate.net (Postfix) with ESMTP id B24DE4B00; Tue, 19 Jul 2005 02:24:52 -0400 (EDT) Date: Tue, 19 Jul 2005 02:24:52 -0400 (EDT) From: Brian Tao X-X-Sender: taob@as2.dm.egate.net To: FREEBSD-QUESTIONS Message-ID: <20050719022326.G2053-100000@as2.dm.egate.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Greg 'groggy' Lehey , Ted Mittelstaedt 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: Tue, 19 Jul 2005 06:24:57 -0000 Though I don't mind the banter, you guys may want to trim Ray Jenson from future messages on this thread. I don't think a potential commercial promoter of FreeBSD needs to wade through this sort of debate. All he wanted was permission to use the likeness of the Daemone for promotional purposes. ;-) -- Brian Tao (BT300, taob@risc.org) "Though this be madness, yet there is method in't" ---------- Forwarded message ---------- Date: Mon, 18 Jul 2005 23:15:29 -0700 From: Ted Mittelstaedt To: Greg 'groggy' Lehey Cc: Ray Jenson , freebsd-questions@FreeBSD.org, taob@risc.org Subject: RE: Demon license? >-----Original Message----- >From: Greg 'groggy' Lehey [mailto:grog@FreeBSD.org] >Sent: Monday, July 18, 2005 3:28 PM >To: Ted Mittelstaedt >Cc: Ray Jenson; freebsd-questions@FreeBSD.org; taob@risc.org >Subject: Re: Demon license? > > >On Monday, 18 July 2005 at 2:23:45 -0700, Ted Mittelstaedt wrote: >> On Monday, July 18, 2005 1:53 AM, Greg 'groggy' Lehey wrote: >>> On Monday, 18 July 2005 at 1:12:12 -0700, Ted Mittelstaedt wrote: >>>> X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) >>>> On Sunday, July 17, 2005 4:14 PM, Greg 'groggy' Lehey wrote: >>>>> 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. >>>> >>>> Strictly speaking, the IMAGES of the daemon that are on the >>>> mckusick.com website are what is copyrighted. Nothing is stopping >>>> someone from drawing a 'devil' image and associating it with >>>> FreeBSD. >>> >>> I no longer speak for the FreeBSD project, but we have never >wanted to >>> be associated with devils. I'm sure we would object if >someone drew a >>> 'devil' image and associated it with FreeBSD. >> >> Oh, you must think yourself very clever for that bit of deliberate >> misinterpretation. I hope you don't let it go to your head. > >This isn't misinterpretation. They're your words. You've been around >the project for a long time, but you still don't understand how >important it is to us to refer to the daemon correctly. > For the second time, I was not referring to "The FreeBSD Daemon" as per Kirk's image, in that sentence. Ted From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 06:36:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8015716A41C for ; Tue, 19 Jul 2005 06:36:27 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B5A443D45 for ; Tue, 19 Jul 2005 06:36:26 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id A67588B2C9; Tue, 19 Jul 2005 08:36:24 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14526-03; Tue, 19 Jul 2005 08:36:20 +0200 (CEST) Received: from firewall.demig (p5083995B.dip0.t-ipconnect.de [80.131.153.91]) by server.absolute-media.de (Postfix) with ESMTP id 079AF8B32E; Tue, 19 Jul 2005 08:36:15 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j6J6Vh2s059470; Tue, 19 Jul 2005 08:32:14 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "Warren Toomey" , Date: Tue, 19 Jul 2005 09:32:02 +0200 Message-ID: <002b01c58c33$f4efbca0$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 In-Reply-To: <20050719002404.GA39681@minnie.tuhs.org> Importance: Normal X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: Subject: RE: Auto Reboot on Panic? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 06:36:27 -0000 > I would like the box to dump core and reboot on a panic. I think > I have set > the box up to do this, but on the last panic it didn't reboot. I > followed the > information at http://www.bsdatwork.com/2002/03/29/system_panics_part_1/, > and I have compiled a kernel with makeoptions DEBUG=-g, options KDB, > options KDB_UNATTENDED. > > /etc/rc.conf has these lines: dumpdev="/dev/ad6s1b", > dumpdir="/usr/local/var/crash". The box has 768M of RAM, ad6s1b has > at least that much space, and is configured as swap. > > Can anybody tell me what I have forgotten to do to make the box reboot on > a panic? Many thanks in advance, > > Warren Hello. >From my understanding of the kernel options: options PANIC_REBOOT_WAIT_TIME=xx # seconds before reboot options KDB_UNATTENDED # only required if compiled with kernel debugger # options RESTARTABLE_PANICS # should not be set May be, you should also set kern.shutdown.kproc_shutdown_wait in sysctl.conf to some reasonable time. Norbert From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 06:54:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A917216A41C for ; Tue, 19 Jul 2005 06:54: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 365DC43D46 for ; Tue, 19 Jul 2005 06:54:16 +0000 (GMT) (envelope-from nysander@quanteam.info) Received: from bhr25.neoplus.adsl.tpnet.pl ([83.28.107.25]:42665 helo=[192.168.1.77]) by atom.dmkhost.net with esmtpa (Exim 4.52) id 1Dulyp-0006Ba-S6 for freebsd-questions@freebsd.org; Tue, 19 Jul 2005 08:53:28 +0200 Message-ID: <42DC244D.2060804@quanteam.info> Date: Mon, 18 Jul 2005 23:51:09 +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> <42DA2FCB.3080607@quanteam.info> <44pstg6qyq.fsf@be-well.ilk.org> In-Reply-To: <44pstg6qyq.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 - [0 0] / [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: Tue, 19 Jul 2005 06:54:16 -0000 Lowell Gilbert wrote: >Are all of the dependencies up to date? > > Yes, all of them are up to date, i got also all other apart xterm and python up to date. thing is a little bit weird because i got installed fbsd from the same cd 2 months ago on other computer and then everything goes ok. thanks for now and looking for some more help Paul From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 07:11:38 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A900016A41C for ; Tue, 19 Jul 2005 07:11:38 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from top.daemonsecurity.com (62-14-217-85.inversas.jazztel.es [62.14.217.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35D2643D48 for ; Tue, 19 Jul 2005 07:11:37 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.9.171] (generic.ATOSORIGIN.ES [212.170.156.200]) by top.daemonsecurity.com (Postfix) with ESMTP id A14BFFE6CC for ; Tue, 19 Jul 2005 09:09:10 +0200 (CEST) Message-ID: <42DCA79F.1070109@locolomo.org> Date: Tue, 19 Jul 2005 09:11:27 +0200 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= Organization: Locolomo.ORG User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050529) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Perl module for parsing tcpdump file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 07:11:38 -0000 Hi, I was wondering if there is a perl module that can read the tcpdump formated files produced by pflog. I've been looking in the ports collection but can't seem to fine a port whose name decrypts to tcpdump. I have a script that parses my maillog and blocks owned hosts or relays used by owned hosts. Now, I'd like to parse the firewall log to unblock those who have become sane again. Thanks, Erik -- Ph: +34.666334818 web: http://www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 07:12:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABAA816A41F for ; Tue, 19 Jul 2005 07:12:06 +0000 (GMT) (envelope-from no-spam@swiftdsl.com.au) Received: from smtp.ade.swiftdsl.com.au (smtp.ade.swiftdsl.com.au [218.214.228.98]) by mx1.FreeBSD.org (Postfix) with SMTP id B137C43D48 for ; Tue, 19 Jul 2005 07:12:05 +0000 (GMT) (envelope-from no-spam@swiftdsl.com.au) Received: (qmail 11341 invoked from network); 19 Jul 2005 07:12:06 -0000 Received: from unknown (HELO daemon.foo.lan) (218.214.176.70) by smtp.ade.swiftdsl.com.au with SMTP; 19 Jul 2005 07:12:06 -0000 From: Ian Moore To: freebsd-questions@freebsd.org Date: Tue, 19 Jul 2005 16:41:52 +0930 User-Agent: KMail/1.8.1 References: <20050718193800.48490.qmail@web50107.mail.yahoo.com> In-Reply-To: <20050718193800.48490.qmail@web50107.mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5581778.MyTPX6IoLc"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200507191642.01699.no-spam@swiftdsl.com.au> Cc: "Jorge Mario G. Mazo" Subject: Re: flash plugin not working after port"upgraded" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 07:12:06 -0000 --nextPart5581778.MyTPX6IoLc Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 19 July 2005 05:07, Jorge Mario G. Mazo wrote: > Hi there > I had the www/linuxpluginwrapper flash plugin working > yesterday I used portupgraded to upgrade and after > that > flash is not working anymore > > I tried removing the port and installing again > buck no luck > any tips? > my libmap.conf is the old one > and every thing else is the same old stuff > > > thanks > Last time I upgraded that port, I found the location of the flash plugin ha= d=20 changed. I meant to email the maintainer to suggest an entry in UPDATING=20 about it, but I don't think I got around to doing that. Anyway, check that the plugin really exists where your libmap.conf says it = is. I found it had changed from /usr/local/lib to /usr/X11R6/lib so the flash=20 section of my libmap.conf now looks like: # Flash6 with Konqueror (temporary setting) # old setting:- [/usr/local/lib/linux-flashplugin6/libflashplayer.so] [/usr/X11R6/lib/linux-flashplugin6/libflashplayer.so] libpthread.so.0 pluginwrapper/flash6.so libdl.so.2 pluginwrapper/flash6.so libz.so.1 libz.so.2 libstdc++-libc6.2-2.so.3 libstdc++.so.4 libm.so.6 libm.so.3 libc.so.6 pluginwrapper/flash6.so Hope that helps. Cheers, =2D-=20 Ian gpg key: http://home.swiftdsl.com.au/~imoore/no-spam.asc --nextPart5581778.MyTPX6IoLc Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC3KfBPUlnmbKkJ6ARAhTSAKCbd/y2LlSFIGuIBXGfB40bdWPLzwCglYkO 5Xj5gJK0gvTOZjbA/vh9lTI= =Juq8 -----END PGP SIGNATURE----- --nextPart5581778.MyTPX6IoLc-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 07:21:28 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 D987716A41C for ; Tue, 19 Jul 2005 07:21:28 +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 9A0C143D45 for ; Tue, 19 Jul 2005 07:21:28 +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 j6J7LRGi018252 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Tue, 19 Jul 2005 00:21:27 -0700 Message-Id: <6.1.0.6.2.20050719001656.11c73a80@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Tue, 19 Jul 2005 00:17:41 -0700 To: Erik =?iso-8859-1?Q?N=F8rgaard?= , FreeBSD Questions From: Glenn Dawson In-Reply-To: <42DCA79F.1070109@locolomo.org> References: <42DCA79F.1070109@locolomo.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Perl module for parsing tcpdump file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 07:21:29 -0000 At 12:11 AM 7/19/2005, Erik N=F8rgaard wrote: >Hi, > >I was wondering if there is a perl module that can read the tcpdump=20 >formated files produced by pflog. I've been looking in the ports=20 >collection but can't seem to fine a port whose name decrypts to tcpdump. I don't think it's in ports, but this might be what you're looking for: http://search.cpan.org/~bdgregg/Net-TcpDumpLog-0.11/TcpDumpLog.pm -Glenn >I have a script that parses my maillog and blocks owned hosts or relays=20 >used by owned hosts. Now, I'd like to parse the firewall log to unblock=20 >those who have become sane again. > >Thanks, Erik > >-- >Ph: +34.666334818 web: http://www.locolomo.org >S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt >Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 >Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2 >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to= "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 07:27: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 1CBF816A41C for ; Tue, 19 Jul 2005 07:27:31 +0000 (GMT) (envelope-from grn@ispras.ru) Received: from pluton.ispras.ru (pluton.ispras.ru [83.149.199.253]) by mx1.FreeBSD.org (Postfix) with SMTP id 25A6843D45 for ; Tue, 19 Jul 2005 07:27:25 +0000 (GMT) (envelope-from grn@ispras.ru) Received: (qmail 70900 invoked from network); 19 Jul 2005 07:23:31 -0000 Received: from unknown (HELO truba.ispras.ru) (83.149.198.41) by pluton.ispras.ru with SMTP; 19 Jul 2005 07:23:31 -0000 Received: from truba.ispras.ru (root@localhost) by truba.ispras.ru (8.13.1/8.13.1) with SMTP id j6J76Kxs001810 for ; Tue, 19 Jul 2005 11:06:20 +0400 Received: from [83.149.198.208] (pila.ispras.ru [83.149.198.208]) by truba.ispras.ru (8.13.1/8.13.1) with ESMTP id j6J76JtQ001804; Tue, 19 Jul 2005 11:06:19 +0400 Message-ID: <42DCAC85.9020809@ispras.ru> Date: Tue, 19 Jul 2005 11:32:21 +0400 From: Grigory Klyuchnikov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Grigory Klyuchnikov References: <42D23ED9.3070108@ispras.ru> In-Reply-To: <42D23ED9.3070108@ispras.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SpamTest-Info: Pass through X-SpamTest-Status: Not detected X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release SMTP-Filter Version 2.0.0 [0125], KAS/Release Cc: freebsd-questions@freebsd.org Subject: Re: Aironet 32-bit CardBus Adapter not attached X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 07:27:31 -0000 Hello, To activate Cisco Aironet 1200 32-bit CardBus Adaptor you need to load if_ath driver (Atheros 5212), for this type the command: # kldload if_ath after this you see some messages at the console and network interface ath0 or ath1 into the system, then ifconfig ath0 up and yuor card works. Thanks. Grigory. Grigory Klyuchnikov wrote: > Hello, > > I have Cisco Aironet 32-bit CardBus Adaptor AIR-CB21AG-A-K9. > When I attach it to the notebook with FreeBSD 5.4, the following > message appears on the console: > > kernel: cardbus0: at device 0.0 (no driver attached) > > The kernel config has options: > > # PCMCIA and cardbus bridge support > device cbb # cardbus (yenta) bridge > device pccard # PC Card (16-bit) bus > device cardbus # CardBus (32-bit) bus > ... > > # Wireless NIC cards > device wlan # 802.11 support > device an # Aironet 4500/4800 802.11 wireless NIC > device awi # BayStack 660 and others > device wi # WaveLAN/Intersil/Symbol 802.11 > Does it means, that FreeBSD has not support of Aironet 32-bit cardbus > adapter? And what can I resolve the problem? Maybe anyone has any > experience with such adapter... Please, tell me any points to docs or > some examples... > > Thanks. > > PS: But Aironet 16-bit pccard works OK. > > Regards, > Grigory Klyuchnikov, System Engineer, > Institute for System Programming > Russian Academy of Sciences > > > -- Grigory Klyuchnikov, System Engineer, Institute for System Programming Russian Academy of Sciences From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 08:59: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 5623316A41C for ; Tue, 19 Jul 2005 08:59:16 +0000 (GMT) (envelope-from i.tanusheff@procreditbank.bg) Received: from mail.procreditbank.bg (mail.procreditbank.bg [212.95.179.198]) by mx1.FreeBSD.org (Postfix) with SMTP id 26D2B43D58 for ; Tue, 19 Jul 2005 08:59:14 +0000 (GMT) (envelope-from i.tanusheff@procreditbank.bg) Received: (qmail 46682 invoked from network); 19 Jul 2005 11:59:12 +0300 Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 19 Jul 2005 11:59:12 +0300 Received: from proxy.procreditbank.bg ([127.0.0.1]) by localhost (mail.procreditbank.bg [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 19485-855 for ; Tue, 19 Jul 2005 11:59:11 +0300 (EEST) Received: (qmail 46670 invoked from network); 19 Jul 2005 08:59:11 -0000 Received: from unknown (HELO outmail.procreditbank.bg) (172.16.248.123) by mail.procreditbank.bg with SMTP; 19 Jul 2005 08:59:11 -0000 In-Reply-To: <1121706617.14792.3.camel@lmail.bathnetworks.co.uk> To: Robert Slade MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 From: Ivailo Tanusheff Message-ID: Date: Tue, 19 Jul 2005 11:59:20 +0300 X-MIMETrack: Serialize by Router on DOMINO_HQ/PROCREDITBANK(Release 6.5.1|January 21, 2004) at 07/19/2005 11:59:10 AM, Serialize complete at 07/19/2005 11:59:10 AM X-Virus-Scanned: by amavisd-new using ClamAV at procreditbank.bg Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: Change of FQDN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 08:59:16 -0000 You should check /etc/rc.conf and /etc/hosts Also check every service you are using - in their config files you may also have FQDN And after that check your log files for any errors, reported by the system and services :) Ivailo Tanusheff Senior System administrator ProCredit Bank (Bulgaria) AD tel. +359 2 921 7161 fax +359 2 921 7110 http://www.procreditbank.bg Disclaimer: The information contained in this message is intended solely for the use of individual or entity to whom it is addressed and other authorized to receive it. It may contain confidential or legally privileged information. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this message is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then delete it from your system. ProCredit Bank is neither liable for the proper and complete transmission of the information contained in this message nor for any delay in its receipt. Robert Slade Sent by: owner-freebsd-questions@freebsd.org 07/18/2005 08:10 PM To "freebsd-questions@freebsd.org" cc Subject Change of FQDN Hiya, Just a quick question, I need to change the domain name of a machine running 5.4. I see that it is set when the machine boots up but I can't find out where is is set. Rob _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 09:31: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 099A316A41C for ; Tue, 19 Jul 2005 09:31:31 +0000 (GMT) (envelope-from bettan@nerim.net) Received: from kraid.nerim.net (smtp-102-tuesday.nerim.net [62.4.16.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BC9643D45 for ; Tue, 19 Jul 2005 09:31:29 +0000 (GMT) (envelope-from bettan@nerim.net) Received: from danielle (linux-win.org [62.212.96.206]) by kraid.nerim.net (Postfix) with SMTP id ECEEC40F67 for ; Tue, 19 Jul 2005 11:31:27 +0200 (CEST) Message-ID: <001601c58c44$a54d52a0$0301a8c0@danielle> From: "cell" To: Date: Tue, 19 Jul 2005 11:31:30 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problems with samba over VPN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 09:31:31 -0000 Hello , i have created a VPN ( with openvpn-2.0_3 on freebsd 5.4 ) = between my network who has a gateway on freebsd 5.4 and others computer = on win xp,=20 and a network who has windows xp home as gateway.Windows xp home used = openvpn 2 too and i have created a bridge in my freebsd gateway and the = windows xp gateway have created a bridge too.Now , i have configured = samba on my freebsd gateway and i must see normally (in my computers on = windows xp ) the windows xp gateway of the other network in my workgroup = but i just see this computer for ten minutes !!! After that , i don't = see it any more and i don't understand why !!! Anyone have an idea for = this problem ? From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 09:32: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 09CE616A41C for ; Tue, 19 Jul 2005 09:32:01 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7047E43D49 for ; Tue, 19 Jul 2005 09:31:59 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out4.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 19 Jul 2005 10:32:43 +0100 Message-ID: <42DCC88E.1010207@dial.pipex.com> Date: Tue, 19 Jul 2005 10:31:58 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: Ross Kendall Axe References: <42DC1173.6020307@axe.homelinux.net> <20050718142635.E7170@border.crystalsphere.multiverse> <42DC53BE.6040205@axe.homelinux.net> <6.1.0.6.2.20050718190554.11fe1e10@cobalt.antimatter.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Jul 2005 09:32:43.0240 (UTC) FILETIME=[D06D0E80:01C58C44] Cc: freebsd-questions@freebsd.org Subject: Re: /boot on a separate partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 09:32:01 -0000 Ross Kendall Axe wrote: > > That's what I'm going for now. 100MB in / and the rest of the disk > given to /usr and swap. Bit of pain really, I thought the whole idea > of keeping the bootloader files in /boot was so that /boot could be a > separate partition. Being pragmatic, the problems you are facing are because you have such a tiny disk in an ancient PC. This puts you in a very small minority of FreeBSD users. A separate /boot is new to 5.X and I doubt it was done to help you out of this situation. Developer effort is limited and since FreeBSD has never used a separate /boot, it's unlikely to get anyone's attention to do it that way unless there is a very good reason, and tiny disks are unlikely to be it. The oldest PC I have that runs FreeBSD (also a Pentium) has a 4 and an 8Gb disk, and no problem booting off the ends of either. It's who knows how old, and even charities don't want it because they can't think of anything useful that anyone could do with it, even if it was the bees knees when I got it. Depending on where you are located, you might be able to find something very cheap (but still better than yours) in classifieds, computer fairs, 2nd hand shops or the local tip. Best, --Alex From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 09:50: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 7487816A41F for ; Tue, 19 Jul 2005 09:50:18 +0000 (GMT) (envelope-from kl@os.lv) Received: from paipala.latnet.lv (paipala.latnet.lv [159.148.1.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7863F43D53 for ; Tue, 19 Jul 2005 09:50:15 +0000 (GMT) (envelope-from kl@os.lv) Received: from localhost (localhost.localdomain [127.0.0.1]) by paipala.latnet.lv (Postfix) with ESMTP id A24FF48796 for ; Tue, 19 Jul 2005 12:50:20 +0300 (EEST) Received: from paipala.latnet.lv ([127.0.0.1]) by localhost (paipala.latnet.lv [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04318-08 for ; Tue, 19 Jul 2005 12:50:20 +0300 (EEST) Received: from os.lv (unknown [159.148.155.3]) by paipala.latnet.lv (Postfix) with SMTP id 50C2D4851A for ; Tue, 19 Jul 2005 12:50:10 +0300 (EEST) Received: from 80.70.26.44 ([80.70.26.44]) by os.lv (WinRoute Pro 4.1) with SMTP; Tue, 19 Jul 2005 12:52:17 +0300 Message-ID: <42DCCCC9.5080802@os.lv> Date: Tue, 19 Jul 2005 12:50:01 +0300 From: Casper User-Agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new 2.2.1 (20041222) at latnet.lv Subject: Delete files in directory... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 09:50:18 -0000 Hi, Sorry, simple, stupid q. How to make that what come in directory /usr/files/ for example are erased? Or only put in cron after while do "rm /usr/files/*"? tnx, Casper From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 09:54: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 0C41316A41F for ; Tue, 19 Jul 2005 09:54:10 +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 391C743D53 for ; Tue, 19 Jul 2005 09:54:09 +0000 (GMT) (envelope-from rjenson@redheron.net) Received: (qmail 15726 invoked by uid 399); 19 Jul 2005 09:54:08 -0000 Received: from c-67-182-208-244.hsd1.ut.comcast.net (HELO abadon) (67.182.208.244) by mail2.websitesource.net with SMTP; 19 Jul 2005 09:54:08 -0000 From: "Ray Jenson" To: "'Ted Mittelstaedt'" , "'Greg 'groggy' Lehey'" Date: Tue, 19 Jul 2005 03:54:06 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcWML1GVTRckhDr4R/q0mVAHA0gbwQAD9gmA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: Message-Id: <20050719095409.391C743D53@mx1.FreeBSD.org> Cc: freebsd-questions@freebsd.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: Tue, 19 Jul 2005 09:54:10 -0000 It was not my intention to start a flame war, folks. I'm sorry. I didn't realize what a hot topic this little daemon is, and I really didn't mean to step on anyone's feel-bads or press anyone's hot-buttons. I've taken the tongue-in-cheek comments as just that: tongue-in-cheek. I'm not a "member" of this community, but it still seems I've done more to further the division than heal it. I've explained which side I'm on. I'm firmly pro-Beastie. But this was not the issue I originally wanted to discuss. I wanted to know whom I should contact regarding the use of Mr. Beast, and that question has largely been answered. And now the subject is breaking down into a flame war about whether or not the iconographic daemon should be changed or not. The facts of the matter are, I never intended for this to happen, and I offer my solemn apologies for starting it. Yes, it's all my fault, even if I didn't realize what a can of worms I was opening. Please, let's try to be civil! Finger-pointing and ridicule are not proper tools for rational discussion. They are also, in my experience, counter-productive (I lost my first wife to this, as well as an enormous number of business opportunities). SO, to try to undo some of the damage that I've done and put this on a more constructive path, I'd like to respond to both Grog and Ted. Says Groggy: >Personally, I think it's a good idea to create for ourselves something >that can contribute to a public face less open to misinterpretation >while still safeguarding part of the community culture. I haven't >spoken up on it so far because I saw no need to. I submit that it's >entirely possible that there are many like me. Being more vocal does >not make you the majority. Being more vocal does not, in fact, make you the majority, but it does in practice. Evidence of this include extremist factions like al-Qaida, the neo-Nazis, and the Sierra Club. These groups are the most vocal representations of their respective political agendas, but far from represent the whole. The terrorist organization of al-Qaida, for example, is one of the most vocal groups in the Middle East, but they do not actually corner the market on the religion of Islam, or even anti-American sentiment in the region. They are a vast minority. The neo-Nazis are another example. They claim to represent the "white race". However, not all white people are racists, nor all Americans, Swedes, Germans, or any other nationality that they claim to represent. I myself am considered "white" but I am far from being anything even remotely resembling a racist. And then there's the Sierra Club, who claims to represent environmentalism in general. I can see their hearts are in the right place, but they really don't have a leg to stand on, with regard to a lot of the claims they generated over the years. They did, in fact, prevent proscribed burning in Colorado, which has effectively killed off a great deal of the forests because of the need for proscribed burns which help distribute seeds of certain foliage. And now for Ted: > The FreeBSD Project isn't just composed of the core members and the > software. It encompasses that as well as the entire userbase. If you > want the userbase to come round to your point of view on this logo thing, > then you need to handle the userbase with respect. And so do you, including those whom you disagree with. The entire purpose of keeping this discussion going is to arrive at a general consensus, benefit everyone (including Grog), and make a kind of open community forum for being able to discuss the possibilities. I found your post needling and disrespectful to Groggy, and while I disagree with Grog's points, I disagree with your methods. Please try to be more respectful or leave me out of the includes. This being said, you do bring up some very valid points: > So far the userbase has NOT been asked to vote on this topic. This, to me, points to either a fear of outright rejection or a splintering of the group into factions. NetBSD, for example, seems to be anti-Beastie, and I couldn't find one solitary logo anywhere on their site that even remotely referred to the daemon image. My thought is that this is fine. FreeBSD can retain the beast, and those dissatisfied with the beast image are free to develop another BSD version, right? So, if you really want to splinter the group, by all means push for a change that the majority doesn't really want. Okay, now for the general stuff: It's silly and extreme to divide so thoroughly over something that doesn't really impact the quality of the OS. The logo for FreeBSD is the daemon, and this is a "de facto" standard (defaulted to because of its continued use over the years). To change the logo is to change the entire identity of the product, in this case. The daemon has served today (now that I know a bit more about it) to remind me that the way that the system operates is with different server daemons. These programs are so incredibly useful at keeping the system running stably that I simply can't imagine not being taught and reminded of the system's operation. Now that I understand a little more, I've actually made some progress today, in learning how to configure these systems to do what I want them to do. Let's face it: the daemon is actually a friendly image. It's not an image of Ultimate Evil, like kittens or flaming brimstone, it's an image of service. It's an image of keeping the daemons under control and in check. It's an icon that keeps you folks thinking differently. It makes for conversation, which can be used to sell. Choosing something "safer" will ultimately detract from marketability. I mean, what would they say if you adopted something like a dove? They'd have nothing, really, to talk about. An old marketing adage goes something like: there is no such thing as bad press. When controversy surrounds a product, especially if it really has nothing to do with the product itself (as in the daemon logo), it makes people pay attention. They get curious. They ultimately (as I did) want to know what makes this thing tick. Then they screw around with it, and pretty soon they're writing scripts, and then coding. This seems to be the path that I'm on, although I swore up and down that I'd never, ever write code in a million years (this with 25 years of computer usage under my belt). Having something controversial, like a "devil" as your logo (note that I very intentionally veer away from the usage of "daemon" in this respect), you ultimately give people who are actually innovators the opportunity to explore your product by encouraging them to steer away from the conformity that seems to dominate the lives of most of the population. I (for one) hope that the logo never changes. I am certainly in favor of innovation, but perhaps it's time to adopt something innovative. By keeping the "status quo" in place, you encourage those who think "outside the box" to explore. Being unpopular doesn't mean that you need to conform. Having unpopular opinions (Ted, Groggy) means that you're actively innovating, and innovation is what leads to diversity. Diversity itself is how we keep our strengths and weaknesses in balance. It's good that you disagree. But please, for the sake of my own sanity, keep it above the belt and rational. The superior logic will ultimately prevail. Bringing emotional jabs and stabs into the picture only serves to drive people away. Man, I really am long-winded. My BSD employees are right. But you know, I really can't think of a better way to say what I've said. Simply making it to the point does not create a convincing argument. Thanks for your time, folks. I've actually had a grand time most of the day while learning. I'm grateful for the advice, tutelage, and education. It's made this entire process worthwhile over the past 24 hours. I've begun having fun with BSD, which hasn't happened before, because I'm starting to get an idea of the mindset involved. This doesn't mean I'm right. It's just my opinion. Thanks again, Ray Jenson From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 09:54:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B33E16A41F for ; Tue, 19 Jul 2005 09:54:23 +0000 (GMT) (envelope-from christopher.hodgins@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA1A43D49 for ; Tue, 19 Jul 2005 09:54:22 +0000 (GMT) (envelope-from christopher.hodgins@gmail.com) Received: by wproxy.gmail.com with SMTP id 57so1167326wri for ; Tue, 19 Jul 2005 02:54: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=kz6x1pic07+JKYeGnnA5v7GsHCxafjBwacoJvufKiDI97dBU9G32TXmi3L3h+oRGtUEjVCj9/dZ1lsIi1eqVIIgCudmdx534u4pH4HilSOtfaflglbuU4BExkJRLILJxd3j9zlfqu4to7vwJF4moJ0PDw9HWNQx37uDK5gPsv4g= Received: by 10.54.38.33 with SMTP id l33mr70650wrl; Tue, 19 Jul 2005 02:53:12 -0700 (PDT) Received: by 10.54.84.16 with HTTP; Tue, 19 Jul 2005 02:53:12 -0700 (PDT) Message-ID: <63c3899e05071902531118007b@mail.gmail.com> Date: Tue, 19 Jul 2005 10:53:12 +0100 From: Chris Hodgins To: freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Cross-compiling for other architectures X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Hodgins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 09:54:23 -0000 Hi all, Is it possible to cross-compile the base system for the sparc architecture from an x86 machine? I thought I had seen an article on setting this sort of thing up before but I can no longer find it. Thanks Chris From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 10:25:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C0BA16A41C for ; Tue, 19 Jul 2005 10:25:55 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from tortoise.way.lv (7.lmuza.lv [195.13.151.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id D070343D53 for ; Tue, 19 Jul 2005 10:25:54 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from localhost (localhost [127.0.0.1]) by tortoise.way.lv (Postfix) with ESMTP id 2F7D81FED57 for ; Tue, 19 Jul 2005 13:25:43 +0300 (EEST) Received: from tortoise.way.lv ([127.0.0.1]) by localhost (tortoise [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07252-04 for ; Tue, 19 Jul 2005 13:25:38 +0300 (EEST) Received: from [192.168.1.100] (unknown [62.85.46.110]) by tortoise.way.lv (Postfix) with ESMTP id D61D11FED52 for ; Tue, 19 Jul 2005 13:25:37 +0300 (EEST) Mime-Version: 1.0 Message-Id: Date: Tue, 19 Jul 2005 13:25:47 +0300 To: freebsd-questions@freebsd.org From: Michael Dexter Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at way.lv Subject: Remove GRUB? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 10:25:55 -0000 Hello, I was experimenting with the GRUB bootloader and would now like to remove it. Something went wrong and I must now use a bootable CD that gives me an option to "boot to the first partition" and the system boots fine. man bsdlabel gives: Installing Bootstraps If the -B argument is specified, bootstrap code will be read from the file /boot/boot and written to the disk. Assuming that this affects the mbr of the who drive, I tried: localhost# bsdlabel -B /dev/ad0 localhost# bsdlabel: /dev/ad0: no valid label found No problem, let's try the root partition: bsdlabel -B /dev/da0s1a No error, it blinked the hard drive activity light and appears to have done something but alas, it still reports a GRUB error 21 rather than given any sign of the FreeBSD loader. Any pointers to the rescue/install procedures applicable to this? Best regards, Michael Dexter From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 10:29:33 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 4190216A41C for ; Tue, 19 Jul 2005 10:29:33 +0000 (GMT) (envelope-from radionoticias@radionoticias.com) Received: from host33.softec-internet.com (host33.softec-internet.com [209.239.34.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF49C43D45 for ; Tue, 19 Jul 2005 10:29:32 +0000 (GMT) (envelope-from radionoticias@radionoticias.com) Received: (from radionot@localhost) by host33.softec-internet.com (8.12.10/8.12.10) id j6JATVNX024371; Tue, 19 Jul 2005 06:29:31 -0400 Date: Tue, 19 Jul 2005 06:29:31 -0400 From: radionoticias@radionoticias.com Message-Id: <200507191029.j6JATVNX024371@host33.softec-internet.com> X-Authentication-Warning: host33.softec-internet.com: radionot set sender to radionoticias@radionoticias.com using -f To: questions@freebsd.org References: <200507191028.j6JASXhW023543@host33.softec-internet.com> In-Reply-To: <200507191028.j6JASXhW023543@host33.softec-internet.com> X-Loop: default@radionoticias.com Precedence: junk Cc: Subject: Re: Iwkiy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 10:29:33 -0000 Su mensaje no ha sido leído, vuelva a intentarlo a partir de septiembre. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 10:34:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2966316A41C for ; Tue, 19 Jul 2005 10:34:46 +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 E1ABC43D45 for ; Tue, 19 Jul 2005 10:34:45 +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 j6JAYgbb022751 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Tue, 19 Jul 2005 03:34:43 -0700 Message-Id: <6.1.0.6.2.20050719032713.10bf1da0@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Tue, 19 Jul 2005 03:31:55 -0700 To: Michael Dexter , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Remove GRUB? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 10:34:46 -0000 At 03:25 AM 7/19/2005, Michael Dexter wrote: >Hello, > >I was experimenting with the GRUB bootloader and would now like to remove >it. Something went wrong and I must now use a bootable CD that gives me an >option to "boot to the first partition" and the system boots fine. > >man bsdlabel gives: > >Installing Bootstraps > If the -B argument is specified, bootstrap code will be read from the > file /boot/boot and written to the disk. > >Assuming that this affects the mbr of the who drive, I tried: > >localhost# bsdlabel -B /dev/ad0 >localhost# bsdlabel: /dev/ad0: no valid label found > >No problem, let's try the root partition: > >bsdlabel -B /dev/da0s1a > >No error, it blinked the hard drive activity light and appears to have >done something but alas, it still reports a GRUB error 21 rather than >given any sign of the FreeBSD loader. > >Any pointers to the rescue/install procedures applicable to this? Did you use fdisk to check and see if the first slice is marked as active? Here's a sample from one of my systems: Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 63, size 10474317 (5114 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 651/ head 254/ sector 63 The data for partition 2 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 10474380, size 10458315 (5106 Meg), flag 0 beg: cyl 652/ head 0/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 3 is: The data for partition 4 is: note the flag 80 in the first entry. -Glenn >Best regards, > >Michael Dexter >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 10:38:06 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 982AA16A41C for ; Tue, 19 Jul 2005 10:38:06 +0000 (GMT) (envelope-from matthew@thebunker.net) Received: from male.aldigital.co.uk (male.thebunker.net [213.129.64.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C31A43D4C for ; Tue, 19 Jul 2005 10:38:05 +0000 (GMT) (envelope-from matthew@thebunker.net) Received: from lack-of-gravitas.thebunker.net (gateway.ash.thebunker.net [213.129.64.4]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by male.aldigital.co.uk (Postfix) with ESMTP id 3ADD5976F6; Tue, 19 Jul 2005 11:38:04 +0100 (BST) Received: from lack-of-gravitas.thebunker.net (localhost [127.0.0.1]) by lack-of-gravitas.thebunker.net (8.13.4/8.13.4) with ESMTP id j6JAc3e0011919; Tue, 19 Jul 2005 11:38:03 +0100 (BST) (envelope-from matthew@lack-of-gravitas.thebunker.net) Received: (from matthew@localhost) by lack-of-gravitas.thebunker.net (8.13.4/8.13.4/Submit) id j6JAc30D011918; Tue, 19 Jul 2005 11:38:03 +0100 (BST) (envelope-from matthew) Date: Tue, 19 Jul 2005 11:38:02 +0100 From: Matthew Seaman To: Chad Albert Message-ID: <20050719103802.GA82554@lack-of-gravitas.thebunker.net> Mail-Followup-To: Matthew Seaman , Chad Albert , freebsd-questions@FreeBSD.org References: <433CEE75B1339547BBB373B340665384844451@hfmail01.sgf.healthcarefirst.med> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: <433CEE75B1339547BBB373B340665384844451@hfmail01.sgf.healthcarefirst.med> User-Agent: Mutt/1.5.9i Cc: freebsd-questions@FreeBSD.org Subject: Re: Application hosting and insurance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 10:38:06 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 18, 2005 at 07:40:24AM -0500, Chad Albert wrote: > I work for a company that hosts mission critical data and applications > for healthcare companies. We are seeking an insurer to cover our > liabilities in case of an unforeseen data loss. Does anybody on the > list have experience (good or bad) that they can share? A company that I have heard quite a bit about, but that I have never personally had any involvement with is Marsh & McClennan: http://www.marsh.com/ These are the worlds' top specialist insurers for IT and related fields. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 8 Dane Court Manor School Rd PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone Tel: +44 1304 617253 Kent, CT14 0JL UK --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iQCVAwUBQtzYCpr7OpndfbmCAQL8mwP6Asid4ZedkM0WboXSdGROqFYj0gu+fxSE v/PukeukoI0II2wxTr+pahnqNEYIIuxlQwok8GTdY1ezCQCzviVclECSNvhI8SWU TWugIKmg845LTLYT86Pl15OBYL4i3UR0AI00lwWkUNGJYeguXmAqE5mml24r6PeK 0Uzva2MRknk= =HMJi -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 11:01: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 3594D16A41C for ; Tue, 19 Jul 2005 11:01:05 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from tortoise.way.lv (7.lmuza.lv [195.13.151.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACC543D46 for ; Tue, 19 Jul 2005 11:01:03 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from localhost (localhost [127.0.0.1]) by tortoise.way.lv (Postfix) with ESMTP id A85591FED57; Tue, 19 Jul 2005 14:00:45 +0300 (EEST) Received: from tortoise.way.lv ([127.0.0.1]) by localhost (tortoise [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07636-08; Tue, 19 Jul 2005 14:00:40 +0300 (EEST) Received: from [192.168.1.100] (unknown [62.85.46.110]) by tortoise.way.lv (Postfix) with ESMTP id 97EFB1FED52; Tue, 19 Jul 2005 14:00:40 +0300 (EEST) Mime-Version: 1.0 Message-Id: In-Reply-To: <6.1.0.6.2.20050719032713.10bf1da0@cobalt.antimatter.net> References: <6.1.0.6.2.20050719032713.10bf1da0@cobalt.antimatter.net> Date: Tue, 19 Jul 2005 14:00:48 +0300 To: Glenn Dawson , freebsd-questions@freebsd.org From: Michael Dexter Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at way.lv Cc: Subject: Re: Remove GRUB? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 11:01:05 -0000 >>I was experimenting with the GRUB bootloader and would now like to >>remove it. Something went wrong and I must now use a bootable CD >>that gives me an option to "boot to the first partition" and the >>system boots fine. >> >>man bsdlabel gives: >> >>Installing Bootstraps >> If the -B argument is specified, bootstrap code will be read from the >> file /boot/boot and written to the disk. >> >>Assuming that this affects the mbr of the who drive, I tried: >> >>localhost# bsdlabel -B /dev/ad0 >>localhost# bsdlabel: /dev/ad0: no valid label found >> >>No problem, let's try the root partition: >> >>bsdlabel -B /dev/da0s1a >> >>No error, it blinked the hard drive activity light and appears to >>have done something but alas, it still reports a GRUB error 21 >>rather than given any sign of the FreeBSD loader. >> >>Any pointers to the rescue/install procedures applicable to this? > >Did you use fdisk to check and see if the first slice is marked as >active? Here's a sample from one of my systems: > >Media sector size is 512 >Warning: BIOS sector numbering starts with sector 1 >Information from DOS bootblock is: >The data for partition 1 is: >sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) > start 63, size 10474317 (5114 Meg), flag 80 (active) > beg: cyl 0/ head 1/ sector 1; > end: cyl 651/ head 254/ sector 63 >The data for partition 2 is: >sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) > start 10474380, size 10458315 (5106 Meg), flag 0 > beg: cyl 652/ head 0/ sector 1; > end: cyl 1023/ head 254/ sector 63 >The data for partition 3 is: > >The data for partition 4 is: > > >note the flag 80 in the first entry. The results appear similar: localhost# fdisk ad0 ******* Working on device /dev/ad0 ******* parameters extracted from in-core disklabel are: cylinders=155061 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=155061 heads=16 sectors/track=63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 63, size 81915372 (39997 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 2 is: sysid 131 (0x83),(Linux native) start 81915435, size 61432560 (29996 Meg), flag 0 beg: cyl 1023/ head 255/ sector 63; end: cyl 1023/ head 254/ sector 63 The data for partition 3 is: sysid 130 (0x82),(Linux swap or Solaris x86) start 143347995, size 12948390 (6322 Meg), flag 0 beg: cyl 1023/ head 255/ sector 63; end: cyl 1023/ head 254/ sector 63 The data for partition 4 is: localhost# On a related note, once working, how does one configure the FreeBSD loader to give the Linux partition as an option? It seems to have happened "automagically" in the past. Thanks, Michael. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 11:06:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A061B16A41C for ; Tue, 19 Jul 2005 11:06:43 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from tortoise.way.lv (7.lmuza.lv [195.13.151.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id D978F43D48 for ; Tue, 19 Jul 2005 11:06:42 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from localhost (localhost [127.0.0.1]) by tortoise.way.lv (Postfix) with ESMTP id 7C84C1FED57; Tue, 19 Jul 2005 14:06:35 +0300 (EEST) Received: from tortoise.way.lv ([127.0.0.1]) by localhost (tortoise [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07636-09; Tue, 19 Jul 2005 14:06:28 +0300 (EEST) Received: from [192.168.1.100] (unknown [62.85.46.110]) by tortoise.way.lv (Postfix) with ESMTP id 88AC11FED52; Tue, 19 Jul 2005 14:06:28 +0300 (EEST) Mime-Version: 1.0 Message-Id: In-Reply-To: <6.1.0.6.2.20050719032713.10bf1da0@cobalt.antimatter.net> References: <6.1.0.6.2.20050719032713.10bf1da0@cobalt.antimatter.net> Date: Tue, 19 Jul 2005 14:06:37 +0300 To: Glenn Dawson , freebsd-questions@freebsd.org From: Michael Dexter Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at way.lv Cc: Subject: Re: Remove GRUB? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 11:06:43 -0000 Glenn's suggestion of fdisk lead me to bring up the fdisk man page, which points to boot0cfg(8). Perhaps this is the utility I am after? Michael. >At 03:25 AM 7/19/2005, Michael Dexter wrote: > >>Hello, >> >>I was experimenting with the GRUB bootloader and would now like to >>remove it. Something went wrong and I must now use a bootable CD >>that gives me an option to "boot to the first partition" and the >>system boots fine. >> >>man bsdlabel gives: >> >>Installing Bootstraps >> If the -B argument is specified, bootstrap code will be read from the >> file /boot/boot and written to the disk. >> >>Assuming that this affects the mbr of the who drive, I tried: >> >>localhost# bsdlabel -B /dev/ad0 >>localhost# bsdlabel: /dev/ad0: no valid label found >> >>No problem, let's try the root partition: >> >>bsdlabel -B /dev/da0s1a >> >>No error, it blinked the hard drive activity light and appears to >>have done something but alas, it still reports a GRUB error 21 >>rather than given any sign of the FreeBSD loader. >> >>Any pointers to the rescue/install procedures applicable to this? > >Did you use fdisk to check and see if the first slice is marked as >active? Here's a sample from one of my systems: > >Media sector size is 512 >Warning: BIOS sector numbering starts with sector 1 >Information from DOS bootblock is: >The data for partition 1 is: >sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) > start 63, size 10474317 (5114 Meg), flag 80 (active) > beg: cyl 0/ head 1/ sector 1; > end: cyl 651/ head 254/ sector 63 >The data for partition 2 is: >sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) > start 10474380, size 10458315 (5106 Meg), flag 0 > beg: cyl 652/ head 0/ sector 1; > end: cyl 1023/ head 254/ sector 63 >The data for partition 3 is: > >The data for partition 4 is: > > >note the flag 80 in the first entry. > >-Glenn > >>Best regards, >> >>Michael Dexter >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 11:26: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 ABFED16A41C for ; Tue, 19 Jul 2005 11:26:42 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id C481B43D53 for ; Tue, 19 Jul 2005 11:26:41 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 84980997928; Tue, 19 Jul 2005 13:26:39 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 55253-03; Tue, 19 Jul 2005 13:26:36 +0200 (CEST) Received: from [80.98.156.20] (catv-50629c14.catv.broadband.hu [80.98.156.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id EC2959975B7; Tue, 19 Jul 2005 13:26:35 +0200 (CEST) Message-ID: <42DCE367.9090507@t-hosting.hu> Date: Tue, 19 Jul 2005 13:26:31 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Hodgins References: <63c3899e05071902531118007b@mail.gmail.com> In-Reply-To: <63c3899e05071902531118007b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: freebsd-questions Subject: Re: Cross-compiling for other architectures X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 11:26:42 -0000 Chris Hodgins wrote: >Is it possible to cross-compile the base system for the sparc >architecture from an x86 machine? I thought I had seen an article on >setting this sort of thing up before but I can no longer find it. > > You should use the TARGET_ARCH macro. See release(7). Cheers, Gábor Kövesdán From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 11:29: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 7207E16A41C for ; Tue, 19 Jul 2005 11:29:47 +0000 (GMT) (envelope-from christopher.hodgins@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04DFF43D48 for ; Tue, 19 Jul 2005 11:29:46 +0000 (GMT) (envelope-from christopher.hodgins@gmail.com) Received: by wproxy.gmail.com with SMTP id i24so1176488wra for ; Tue, 19 Jul 2005 04:29:46 -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=kHNVmh/UzJea5/ZNIQrjFf0bwQzZO9DMNX0N5vkXC8X7+fp8qu+2n/54n53UwIkULABJFuU+Qzr0kWcSfQAfDVRxLdAxEEtltdiFNe/8XzH7p78KLQ2ITahlGLf/5kx9BTTNAapNtDVC2eC3cHKOBHAfrTnpyBycxieP+6DPn/M= Received: by 10.54.36.29 with SMTP id j29mr390330wrj; Tue, 19 Jul 2005 04:28:33 -0700 (PDT) Received: by 10.54.84.16 with HTTP; Tue, 19 Jul 2005 04:28:33 -0700 (PDT) Message-ID: <63c3899e05071904284b1cb10b@mail.gmail.com> Date: Tue, 19 Jul 2005 12:28:33 +0100 From: Chris Hodgins To: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= In-Reply-To: <42DCE367.9090507@t-hosting.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <63c3899e05071902531118007b@mail.gmail.com> <42DCE367.9090507@t-hosting.hu> Cc: freebsd-questions Subject: Re: Cross-compiling for other architectures X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Hodgins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 11:29:47 -0000 On 7/19/05, K=F6vesd=E1n G=E1bor wrote: > Chris Hodgins wrote: >=20 > >Is it possible to cross-compile the base system for the sparc > >architecture from an x86 machine? I thought I had seen an article on > >setting this sort of thing up before but I can no longer find it. > > > > > You should use the TARGET_ARCH macro. See release(7). >=20 > Cheers, >=20 > G=E1bor K=F6vesd=E1n >=20 Brilliant. Thanks for the very quick response. Chris From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 11:32:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A0A816A41C for ; Tue, 19 Jul 2005 11:32:59 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id A06B343D45 for ; Tue, 19 Jul 2005 11:32:58 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 31089 invoked from network); 19 Jul 2005 11:32:56 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[83.129.6.211]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 19 Jul 2005 11:32:56 -0000 Date: Tue, 19 Jul 2005 13:33:11 +0200 From: Fabian Keil To: Michael Dexter Message-ID: <20050719133311.62a2aae9@localhost> In-Reply-To: References: <6.1.0.6.2.20050719032713.10bf1da0@cobalt.antimatter.net> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Signature_Tue__19_Jul_2005_13_33_11_+0200_v_jiGMTvc0X9S_Ro; protocol="application/pgp-signature"; micalg=pgp-sha1 Cc: freebsd-questions@freebsd.org Subject: Re: Remove GRUB? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 11:32:59 -0000 --Signature_Tue__19_Jul_2005_13_33_11_+0200_v_jiGMTvc0X9S_Ro Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Michael Dexter wrote: > >>I was experimenting with the GRUB bootloader and would now like to=20 > >>remove it. Something went wrong and I must now use a bootable CD=20 > >>that gives me an option to "boot to the first partition" and the=20 > >>system boots fine. > >> > >>man bsdlabel gives: > >> > >>Installing Bootstraps > >> If the -B argument is specified, bootstrap code will be read from= the > >> file /boot/boot and written to the disk. > >> > >>Assuming that this affects the mbr of the who drive, I tried: > >> > >>localhost# bsdlabel -B /dev/ad0 > >>localhost# bsdlabel: /dev/ad0: no valid label found > >> > >>No problem, let's try the root partition: > >> > >>bsdlabel -B /dev/da0s1a > >> > >>No error, it blinked the hard drive activity light and appears to=20 > >>have done something but alas, it still reports a GRUB error 21=20 > >>rather than given any sign of the FreeBSD loader. > >> > >>Any pointers to the rescue/install procedures applicable to this? > > > >Did you use fdisk to check and see if the first slice is marked as=20 > >active? Here's a sample from one of my systems: > > > >Media sector size is 512 > >Warning: BIOS sector numbering starts with sector 1 > >Information from DOS bootblock is: > >The data for partition 1 is: > >sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) > > start 63, size 10474317 (5114 Meg), flag 80 (active) > > beg: cyl 0/ head 1/ sector 1; > > end: cyl 651/ head 254/ sector 63 > >The data for partition 2 is: > >sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) > > start 10474380, size 10458315 (5106 Meg), flag 0 > > beg: cyl 652/ head 0/ sector 1; > > end: cyl 1023/ head 254/ sector 63 > >The data for partition 3 is: > > > >The data for partition 4 is: > > > > > >note the flag 80 in the first entry. >=20 > The results appear similar: >=20 > localhost# fdisk ad0 > ******* Working on device /dev/ad0 ******* > parameters extracted from in-core disklabel are: > cylinders=3D155061 heads=3D16 sectors/track=3D63 (1008 blks/cyl) >=20 > Figures below won't work with BIOS for partitions not in cyl 1 > parameters to be used for BIOS calculations are: > cylinders=3D155061 heads=3D16 sectors/track=3D63 (1008 blks/cyl) >=20 > Media sector size is 512 > Warning: BIOS sector numbering starts with sector 1 > Information from DOS bootblock is: > The data for partition 1 is: > sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) > start 63, size 81915372 (39997 Meg), flag 80 (active) > beg: cyl 0/ head 1/ sector 1; > end: cyl 1023/ head 254/ sector 63 > The data for partition 2 is: > sysid 131 (0x83),(Linux native) > start 81915435, size 61432560 (29996 Meg), flag 0 > beg: cyl 1023/ head 255/ sector 63; > end: cyl 1023/ head 254/ sector 63 > The data for partition 3 is: > sysid 130 (0x82),(Linux swap or Solaris x86) > start 143347995, size 12948390 (6322 Meg), flag 0 > beg: cyl 1023/ head 255/ sector 63; > end: cyl 1023/ head 254/ sector 63 > The data for partition 4 is: > > localhost# >=20 > On a related note, once working, how does one configure the FreeBSD=20 > loader to give the Linux partition as an option? It seems to have=20 > happened "automagically" in the past. Are you sure you are talking about the boot loader, not the boot manager? I'd say boot0cfg is what you need. Fabian --=20 http://www.fabiankeil.de/ --Signature_Tue__19_Jul_2005_13_33_11_+0200_v_jiGMTvc0X9S_Ro Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD4DBQFC3OUAoomUOj0wp30RAjUCAJ9rT0zYOhJgI7Zs+jleq2oAoof0zwCXRxyO oCqBdwUva839cToLEdEFMg== =QCi+ -----END PGP SIGNATURE----- --Signature_Tue__19_Jul_2005_13_33_11_+0200_v_jiGMTvc0X9S_Ro-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 11:36: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 1D86916A41C for ; Tue, 19 Jul 2005 11:36:49 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCC9243D46 for ; Tue, 19 Jul 2005 11:36:47 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 25C8E997928; Tue, 19 Jul 2005 13:36:46 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 55654-01; Tue, 19 Jul 2005 13:36:42 +0200 (CEST) Received: from [80.98.156.20] (catv-50629c14.catv.broadband.hu [80.98.156.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 02FA9997587; Tue, 19 Jul 2005 13:36:41 +0200 (CEST) Message-ID: <42DCE5C9.2060002@t-hosting.hu> Date: Tue, 19 Jul 2005 13:36:41 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Kelly References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: FreeBSD Questions Subject: Re: Courier-IMAPD problem with fam(d) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 11:36:49 -0000 David Kelly wrote: > /var/log/maillog is spayed full of the following message repeated > hundreds or thousands of times. No matter if the courier-imap port is > with or with out FAM. > > Jul 18 19:44:19 Grumpy imapd: Failed to create cache file: > maildirwatch (dkelly) > Jul 18 19:44:19 Grumpy imapd: Error: Input/output error > Jul 18 19:44:19 Grumpy imapd: Check for proper operation and > configuration > Jul 18 19:44:19 Grumpy imapd: of the File Access Monitor daemon (famd). > > The only client used is Apple's Mail.app. This has been going on for > the past year. Sometimes in spite of the error log messages all seems > to be Good Enough. Then other times Mail.app can't hold a connection. > > Elsewhere found a suggestion that the following in my FreeBSD-hosted > Maildir would help, but has not: > > % cd Maildir > % ln -s . .INBOX > % ln -s . .INBOX. > > Just now when I deleted the above symbolic links, my mail downloaded > altho there is another of the above imapd error messages in maillog, > apparently one for each mailbox message downloaded. > > When ever Mail.app gets stuck it seems like all is needed is for the > mailbox directory to change somehow, or a message or two downloaded, > deleted or something, then Mail.app is perfectly happy. > > Bulk in maillog is nothing but a nuisance. Failed connection is > worse. How the heck is fam supposed to be configured? Or how the heck > can I get rid of it? The mail/courier-imap port installs famd as a dependency, but You have to manually configure and start it. Take a look at /usr/local/etc/fam.conf. Anyway, this is a deficiency in the new versions of courier-imap. There isn't some kind of --without-fam configure options, the new versions require fam. As for me, I had the same problem with it. My maillog was full of junk, but I didn't notice any kind of error. I could use imap well, but the junk in my log was very annoying, so I applied a little hack. I did "make patch" and found the logging part of the source code and simply deleted those lines. Now, I had a well-working mail system and there isn't such junk in my maillog. Cheers, Gábor Kövesdán From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 12:53: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 0471316A420 for ; Tue, 19 Jul 2005 12:53:21 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from tortoise.way.lv (7.lmuza.lv [195.13.151.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707B643D46 for ; Tue, 19 Jul 2005 12:53:15 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from localhost (localhost [127.0.0.1]) by tortoise.way.lv (Postfix) with ESMTP id ACBCB1FED57 for ; Tue, 19 Jul 2005 15:53:07 +0300 (EEST) Received: from tortoise.way.lv ([127.0.0.1]) by localhost (tortoise [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09519-02 for ; Tue, 19 Jul 2005 15:53:03 +0300 (EEST) Received: from [192.168.1.100] (unknown [62.85.46.110]) by tortoise.way.lv (Postfix) with ESMTP id CE37E1FED52 for ; Tue, 19 Jul 2005 15:53:02 +0300 (EEST) Mime-Version: 1.0 Message-Id: In-Reply-To: <20050719133311.62a2aae9@localhost> References: <6.1.0.6.2.20050719032713.10bf1da0@cobalt.antimatter.net> <20050719133311.62a2aae9@localhost> Date: Tue, 19 Jul 2005 15:53:12 +0300 To: freebsd-questions@freebsd.org From: Michael Dexter Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at way.lv Subject: Re: Remove GRUB? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 12:53:21 -0000 >Are you sure you are talking about the boot loader, not the boot manager? >I'd say boot0cfg is what you need. > >Fabian Fabian makes a good point but the goal is to be rid of GRUB. I ran 'boot0cfg -Bv ad0' (Bootstrap and verbosity) And on boot I get a more comforting: F1 FreeBSD F2 Linux F3 ?? Looks perfect but unfortunately, F1, F2 and F3 are ingored until the keyboard buffer fills up but fortunately it then goes to the boot prompt with beastie after a long timeout. Thoughts? Thanks to all who helped. Michael. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 12:59:25 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 BF19A16A41F for ; Tue, 19 Jul 2005 12:59:25 +0000 (GMT) (envelope-from dkelly@hiwaay.net) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 4B2A543D48 for ; Tue, 19 Jul 2005 12:59:25 +0000 (GMT) (envelope-from dkelly@hiwaay.net) Received: (qmail 18443 invoked by uid 0); 19 Jul 2005 12:59:24 -0000 Received: from user-69-73-60-132.knology.net (HELO ?10.0.0.6?) (69.73.60.132) by smtp2.knology.net with SMTP; 19 Jul 2005 12:59:24 -0000 In-Reply-To: <42DCE5C9.2060002@t-hosting.hu> References: <42DCE5C9.2060002@t-hosting.hu> Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <865F9A0C-9977-44A8-AEB7-E1F61BAEF16B@hiwaay.net> Content-Transfer-Encoding: quoted-printable From: David Kelly Date: Tue, 19 Jul 2005 07:59:18 -0500 To: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= X-Mailer: Apple Mail (2.733) Cc: FreeBSD Questions Subject: Re: Courier-IMAPD problem with fam(d) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 12:59:25 -0000 On Jul 19, 2005, at 6:36 AM, K=F6vesd=E1n G=E1bor wrote: > > The mail/courier-imap port installs famd as a dependency, but You =20 > have to manually configure and start it. Take a look at /usr/local/=20 > etc/fam.conf. I don't see anything about starting there or in fam(1M) other than =20 "if fam is started by inetd". > Anyway, this is a deficiency in the new versions of courier-imap. =20 > There isn't some kind of --without-fam configure options, the new =20 > versions require fam. /usr/ports/mail/courier-imap/Makefile says fam is disabled by default: OPTIONS=3D OPENSSL "Build with OpenSSL =20 support" on \ FAM "Build in fam support for IDLE =20 command" off \ DRAC "Build in DRAC =20 support" off \ TRASHQUOTA "Include deleted mails in the =20 quota" off \ GDBM "Use gdbm db instead of system =20 bdb" off \ IPV6 "Build with IPv6 =20 support" on I suspect but haven't been able to prove fam is somehow running, if =20 only as a library linked to imapd. When Mail.app has "connection" =20 problems its instantly disconnected but sometimes a few messages get =20 thru. Sometimes a simple ssh to the FreeBSD machine, mutt to view the =20= mailbox, close it with messages now tagged as old, is all it takes =20 for Mail.app and courier-imap combination to be happy. -- David Kelly N4HHE, dkelly@HiWAAY.net =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 13:23: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 57A5D16A41F for ; Tue, 19 Jul 2005 13:23:04 +0000 (GMT) (envelope-from conrads@cox.net) Received: from lakermmtai09.cox.net (lakermmtai09.cox.net [68.230.240.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B805D43D49 for ; Tue, 19 Jul 2005 13:23:03 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.71.10]) by lakermmtao05.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050719055902.DNMJ23617.lakermmtao05.cox.net@dolphin.local.net>; Tue, 19 Jul 2005 01:59:02 -0400 Received: from dolphin.local.net (conrads@localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.3/8.13.3) with ESMTP id j6J5uuFT015250; Tue, 19 Jul 2005 05:56:57 GMT (envelope-from conrads@localhost.local.net) Received: (from conrads@localhost) by dolphin.local.net (8.13.3/8.13.3/Submit) id j6J5uufm015249; Tue, 19 Jul 2005 00:56:56 -0500 (CDT) (envelope-from conrads) Date: Tue, 19 Jul 2005 00:56:55 -0500 From: Conrad Sabatier To: Kun Niu Message-ID: <20050719055655.GA14876@cox.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 Cc: freebsd-questions@freebsd.org Subject: Re: Questions about "no window found" error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 13:23:04 -0000 On Mon, Jul 18, 2005 at 10:03:21AM +0800, Kun Niu wrote: > 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" This is normal, and is not really an error per se. The Mozilla port is actually run from a script, which first checks for an already running instance before launching a new browser. > 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? If you could post the error messages you're getting when you try to start KDE, perhaps someone could tell you what's wrong. -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 13:28:11 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 292EE16A41F for ; Tue, 19 Jul 2005 13:28:11 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EF7E43D49 for ; Tue, 19 Jul 2005 13:28:10 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id CD3FF997928; Tue, 19 Jul 2005 15:28:08 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 56200-07; Tue, 19 Jul 2005 15:28:05 +0200 (CEST) Received: from [80.98.156.20] (catv-50629c14.catv.broadband.hu [80.98.156.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 26B2E997924; Tue, 19 Jul 2005 15:28:05 +0200 (CEST) Message-ID: <42DCFFE4.9080602@t-hosting.hu> Date: Tue, 19 Jul 2005 15:28:04 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Kelly References: <42DCE5C9.2060002@t-hosting.hu> <865F9A0C-9977-44A8-AEB7-E1F61BAEF16B@hiwaay.net> In-Reply-To: <865F9A0C-9977-44A8-AEB7-E1F61BAEF16B@hiwaay.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: FreeBSD Questions Subject: Re: Courier-IMAPD problem with fam(d) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 13:28:11 -0000 David Kelly wrote: > > On Jul 19, 2005, at 6:36 AM, Kövesdán Gábor wrote: > >> >> The mail/courier-imap port installs famd as a dependency, but You >> have to manually configure and start it. Take a look at /usr/local/ >> etc/fam.conf. > > > I don't see anything about starting there or in fam(1M) other than > "if fam is started by inetd". > Honestly speaking I don't know how to start it. Maybe inetd starts it, maybe courier-imap or You might start it manually?! Unfortunately I dont have such problems You have without fam. But if You have found out please let me know, I'm interested. :) >> Anyway, this is a deficiency in the new versions of courier-imap. >> There isn't some kind of --without-fam configure options, the new >> versions require fam. > > > /usr/ports/mail/courier-imap/Makefile says fam is disabled by default: > > OPTIONS= OPENSSL "Build with OpenSSL > support" on \ > FAM "Build in fam support for IDLE > command" off \ > DRAC "Build in DRAC > support" off \ > TRASHQUOTA "Include deleted mails in the > quota" off \ > GDBM "Use gdbm db instead of system > bdb" off \ > IPV6 "Build with IPv6 > support" on > If You take a look what the WITH_FAM macro actually does, You'll see it only adds fam as a dependency and adds some extra cc flags, but leave the CONFIGURE_ARGS untouched. Afaik fam can't be actually disabled in courier-imap. .if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so) CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS}" LDFLAGS+= -L${LOCALBASE}/lib LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam .endif > I suspect but haven't been able to prove fam is somehow running, if > only as a library linked to imapd. When Mail.app has "connection" > problems its instantly disconnected but sometimes a few messages get > thru. Sometimes a simple ssh to the FreeBSD machine, mutt to view the > mailbox, close it with messages now tagged as old, is all it takes > for Mail.app and courier-imap combination to be happy. Likely there is the libfam.so linked, as You can see above, but that is only a prerequisite to use famd. Famd must be running as a separate process and courier-imap connects to famd with the help of libfam. Cheers, Gábor Kövesdán From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 13:28: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 E3AB916A41F for ; Tue, 19 Jul 2005 13:28:32 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from tortoise.way.lv (7.lmuza.lv [195.13.151.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A8A43D49 for ; Tue, 19 Jul 2005 13:28:30 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from localhost (localhost [127.0.0.1]) by tortoise.way.lv (Postfix) with ESMTP id 9104A1FED57 for ; Tue, 19 Jul 2005 16:28:22 +0300 (EEST) Received: from tortoise.way.lv ([127.0.0.1]) by localhost (tortoise [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09519-08 for ; Tue, 19 Jul 2005 16:28:11 +0300 (EEST) Received: from [192.168.1.100] (unknown [62.85.46.110]) by tortoise.way.lv (Postfix) with ESMTP id 3EDF61FED52 for ; Tue, 19 Jul 2005 16:28:11 +0300 (EEST) Mime-Version: 1.0 Message-Id: Date: Tue, 19 Jul 2005 16:28:21 +0300 To: freebsd-questions@freebsd.org From: Michael Dexter Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at way.lv Subject: 5.x ipdivert.ko with pf and natd? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 13:28:33 -0000 Hello, I would like to use natd with packet filter under FreeBSD 5.4. The rc.conf man page states that I want: natd_enable="YES" and that "if the kernel was not built with options IPDIVERT, the ipdivert.ko kernel module will be loaded." Unfortunately, the module ipdivert.ko does not appear to exist in /boot/kernel/ ... but I do see it in 6.x filesystem. I tried building a kernel with: options IPDIVERT and that did not appear to produce the module (depends on ipfw though I want to use pf?). I do however see the source in: /usr/src/sys/netinet/ip_divert.c 1. Am I overlooking the prebuilt module in 5.x? 2. Can I simply build the module on its own without a full buildkernel? 3. Given that buildkernel did not produce it, how can I produce it? Thanks! Michael. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 22:21:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04C4916A41C for ; Mon, 18 Jul 2005 22:21:50 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A7ACD43D4C for ; Mon, 18 Jul 2005 22:21:48 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: (qmail invoked by alias); 18 Jul 2005 22:21:47 -0000 Received: from flb.schmalzbauer.de (EHLO cale.flintsbach.schmalzbauer.de) [62.245.232.135] by mail.gmx.net (mp023) with SMTP; 19 Jul 2005 00:21:47 +0200 X-Authenticated: #301138 From: Emanuel Strobl To: freebsd-questions@freebsd.org Date: Tue, 19 Jul 2005 00:21:35 +0200 User-Agent: KMail/1.8.1 References: <000a01c58bab$48991e70$4502a8c0@basement> <20050718221703.GQ25747@wantadilla.lemis.com> In-Reply-To: <20050718221703.GQ25747@wantadilla.lemis.com> X-Birthday: Oct. 6th 1972 X-CelPhone: +49 (0) 173 9967781 X-Tel: +49 (0) 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2089642.o0X3IzElgV"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200507190021.45428@harrymail> X-Y-GMX-Trusted: 0 X-Mailman-Approved-At: Tue, 19 Jul 2005 13:32:25 +0000 Cc: questions@freebsd.org, Martin Subject: Re: I have found a pc on the side curb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 22:21:50 -0000 --nextPart2089642.o0X3IzElgV Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Dienstag, 19. Juli 2005 00:17 CEST schrieb Greg 'groggy' Lehey: > On Monday, 18 July 2005 at 11:13:42 -0400, Martin wrote: > > [missing attribution] > > > >> a pentium 133mhz with freebsd. I was woundering if there was away > >> around the login: admin password: ********* > >> > >> maybe there is a universal password for admin that bypass all > >> password. something like that. > > Yes, there's a way, and it's described in "The Complete FreeBSD" > (O'Reilly). I suppose the people on the mailing list are, Good hint, once upon a time, when I had my first contact with FreeBSD, I=20 also needed to circumvent the login and the book helped a lot! =2DHarry > understandably, a little dubious about the intentions of the person > whom you quote above. > > 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. --nextPart2089642.o0X3IzElgV Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC3Ct5Bylq0S4AzzwRAp3uAKCIEntcWeTiakv9VQfrq3pYCz8S3ACfftyP KbOALk+yjV4GJl/4tmacjcI= =8u+f -----END PGP SIGNATURE----- --nextPart2089642.o0X3IzElgV-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 17:54:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F24EA16A41C for ; Mon, 18 Jul 2005 17:54:45 +0000 (GMT) (envelope-from torstenvl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B6143D49 for ; Mon, 18 Jul 2005 17:54:45 +0000 (GMT) (envelope-from torstenvl@gmail.com) Received: by wproxy.gmail.com with SMTP id i13so1060560wra for ; Mon, 18 Jul 2005 10:54:42 -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=YBGRocDlSuQqbqUnvDO6HQ1hYlIgpa5zvS3ycn+TB5zx0VMG4GrBgPR+CfP/z7qiTizdDSB8e2WYHCjRyk4CKgRacMT9DLhvqZALOLUu7MaSkWFJOV9RbI0wKBhoQE2X8+m73FmzTf78yZPBVakk+8O6j/s0XLxagm8yn9r7ugM= Received: by 10.54.11.6 with SMTP id 6mr453010wrk; Mon, 18 Jul 2005 10:53:54 -0700 (PDT) Received: by 10.54.11.4 with HTTP; Mon, 18 Jul 2005 10:53:54 -0700 (PDT) Message-ID: <126eac480507181053398deebe@mail.gmail.com> Date: Mon, 18 Jul 2005 13:53:54 -0400 From: Josh Ockert To: Ted Mittelstaedt In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050718085255.GM25747@wantadilla.lemis.com> X-Mailman-Approved-At: Tue, 19 Jul 2005 13:39:42 +0000 Cc: Ray Jenson , 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 Reply-To: Josh Ockert List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 17:54:46 -0000 This is somewhat off-topic, but I'd like to point out that I'm not the one raising the issue. There have been numerous attempts on -questions to paint the advocates of a new logo as anti-Beastie. Specifically, Ted, you claim that "The agitators in the FreeBSD project that want to jettison it are falling all over themselves to carefully explain how that ... really isn't so strongly identified with FreeBSD." There are no plans to jettison Beastie, and it has never been claimed that he's not associated with FreeBSD. Your making this statement is irresponsible behavior and I for one am going to block the address of anyone who continues on in this manner. The logo contest website very specifically says that Beastie will still be the mascot. From this I conclude one of: a) You have not read the website and have no idea what you're talking about. b) Are intentionally trying to start arguments (we call this trolling). c) Don't know that a mascot is a personified figure associated with something. Furthermore, you and some of those sharing your viewpoints have tried to paint those wishing for a different logo as in the extreme minority. Personally, I think it's a good idea to create for ourselves something that can contribute to a public face less open to misinterpretation while still safeguarding part of the community culture. I haven't spoken up on it so far because I saw no need to. I submit that it's entirely possible that there are many like me. Being more vocal does not make you the majority. Lastly, I would think that those in "The Project" are very able to make decisions like this. It is a meritocracy. Having a contest open to the public gathers opinions from the community. I wouldn't call that fascist, yet you seem to try to imply that it is. In short, take a chill pill. As to the subject of copyright infringement, allowing other Beastie-like images to be associated with FreeBSD is not copyright infringement. Gentoo's penguin is not copyright infringement. Stylized logos that are merely similar do not infringe on eachother. That's like suggesting that a professional photographer at a wedding owns all amateur wedding photos taken by friends and family attending the event. It is not a subject that is copyrighted, or nobody would be able to paint flowers anymore. It is the image itself. Any work that is arrived at independently cannot possibly infringe on another's copyright. So a redrawing of a daemon that is not a copy of Kirk's is completely legal. (IANAL.. yet. Give me a couple more years and the MBE though and that'll change). From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 22:28:28 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B28A916A41C for ; Mon, 18 Jul 2005 22:28:28 +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 B69D943D46 for ; Mon, 18 Jul 2005 22:28:27 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 979B686A8D; Tue, 19 Jul 2005 07:58:26 +0930 (CST) Date: Tue, 19 Jul 2005 07:58:26 +0930 From: Greg 'groggy' Lehey To: Ted Mittelstaedt Message-ID: <20050718222826.GS25747@wantadilla.lemis.com> References: <20050718085255.GM25747@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8DtChEGCcMdSgkU2" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 X-Mailman-Approved-At: Tue, 19 Jul 2005 13:39:42 +0000 Cc: Ray Jenson , 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: Mon, 18 Jul 2005 22:28:28 -0000 --8DtChEGCcMdSgkU2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 18 July 2005 at 2:23:45 -0700, Ted Mittelstaedt wrote: > On Monday, July 18, 2005 1:53 AM, Greg 'groggy' Lehey wrote: >> On Monday, 18 July 2005 at 1:12:12 -0700, Ted Mittelstaedt wrote: >>> X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) >>> On Sunday, July 17, 2005 4:14 PM, Greg 'groggy' Lehey wrote: >>>> 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. >>> >>> Strictly speaking, the IMAGES of the daemon that are on the >>> mckusick.com website are what is copyrighted. Nothing is stopping >>> someone from drawing a 'devil' image and associating it with >>> FreeBSD. >> >> I no longer speak for the FreeBSD project, but we have never wanted to >> be associated with devils. I'm sure we would object if someone drew a >> 'devil' image and associated it with FreeBSD. > > Oh, you must think yourself very clever for that bit of deliberate > misinterpretation. I hope you don't let it go to your head. This isn't misinterpretation. They're your words. You've been around the project for a long time, but you still don't understand how important it is to us to refer to the daemon correctly. > On a more serious note, the userbase is objecting to certain members > of The Project wanting to jettison the daemon image, and replace it > with an image of a stuffed Teddy Bear (or something equally > politically correct) so in the absense of the Project having much > respect for what the userbase wants in the area of FreeBSD images, > you can hardly expect the userbase to have much respect for what the > Project wants in the area of FreeBSD images, now can you? I must be out of touch. I haven't seen any of this. 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. --8DtChEGCcMdSgkU2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC3C0KIubykFB6QiMRAosXAKCvQnQTJRGaEQuuyRjyZdzCJ4q14wCgqesL rcFPiyR77u6S4+2gXJs055E= =KUG1 -----END PGP SIGNATURE----- --8DtChEGCcMdSgkU2-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 06:15:32 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B8B016A41C; Tue, 19 Jul 2005 06:15:32 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8216343D45; Tue, 19 Jul 2005 06:15:31 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j6J6Gsb71190; Mon, 18 Jul 2005 23:16:54 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Greg 'groggy' Lehey" Date: Mon, 18 Jul 2005 23:15:29 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20050718222826.GS25747@wantadilla.lemis.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal X-Mailman-Approved-At: Tue, 19 Jul 2005 13:39:42 +0000 Cc: Ray Jenson , 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: Tue, 19 Jul 2005 06:15:32 -0000 >-----Original Message----- >From: Greg 'groggy' Lehey [mailto:grog@FreeBSD.org] >Sent: Monday, July 18, 2005 3:28 PM >To: Ted Mittelstaedt >Cc: Ray Jenson; freebsd-questions@FreeBSD.org; taob@risc.org >Subject: Re: Demon license? > > >On Monday, 18 July 2005 at 2:23:45 -0700, Ted Mittelstaedt wrote: >> On Monday, July 18, 2005 1:53 AM, Greg 'groggy' Lehey wrote: >>> On Monday, 18 July 2005 at 1:12:12 -0700, Ted Mittelstaedt wrote: >>>> X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) >>>> On Sunday, July 17, 2005 4:14 PM, Greg 'groggy' Lehey wrote: >>>>> 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. >>>> >>>> Strictly speaking, the IMAGES of the daemon that are on the >>>> mckusick.com website are what is copyrighted. Nothing is stopping >>>> someone from drawing a 'devil' image and associating it with >>>> FreeBSD. >>> >>> I no longer speak for the FreeBSD project, but we have never >wanted to >>> be associated with devils. I'm sure we would object if >someone drew a >>> 'devil' image and associated it with FreeBSD. >> >> Oh, you must think yourself very clever for that bit of deliberate >> misinterpretation. I hope you don't let it go to your head. > >This isn't misinterpretation. They're your words. You've been around >the project for a long time, but you still don't understand how >important it is to us to refer to the daemon correctly. > For the second time, I was not referring to "The FreeBSD Daemon" as per Kirk's image, in that sentence. Ted From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 06:58:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4499B16A41C; Tue, 19 Jul 2005 06:58:50 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98AE743D4C; Tue, 19 Jul 2005 06:58:47 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j6J6xgb71369; Mon, 18 Jul 2005 23:59:44 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Josh Ockert" Date: Mon, 18 Jul 2005 23:58:18 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <126eac480507181053398deebe@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal X-Mailman-Approved-At: Tue, 19 Jul 2005 13:39:42 +0000 Cc: Ray Jenson , 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: Tue, 19 Jul 2005 06:58:50 -0000 >-----Original Message----- >From: Josh Ockert [mailto:torstenvl@gmail.com] >Sent: Monday, July 18, 2005 10:54 AM >To: Ted Mittelstaedt >Cc: Greg 'groggy' Lehey; Ray Jenson; freebsd-questions@freebsd.org; >taob@risc.org >Subject: Re: Demon license? > > >This is somewhat off-topic, but I'd like to point out that I'm not the >one raising the issue. > >There have been numerous attempts on -questions to paint the advocates >of a new logo as anti-Beastie. Specifically, Ted, you claim that "The >agitators in the FreeBSD project that want to jettison it are falling >all over themselves to carefully explain how that ... really isn't so >strongly identified with FreeBSD." There are no plans to jettison >Beastie, and it has never been claimed that he's not associated with >FreeBSD. Your making this statement is irresponsible behavior and I >for one am going to block the address of anyone who continues on in >this manner. > Go ahead. Blocking it just shows that you are totally unwilling to consider any position different than your own. I am at least willing to continue to discuss it. Much like the current US President George Bush blocks his ears when people point out to him that he committed to fire whoever leaked a covert CIA operative's identity - then when it was discovered that his right-hand-man did it, he goes back on his word. If you "block the address of anyone who continues on in this manner" you simply prove my point for me - that the proponents of this anti-Beastie crusade only care what they want, not what anyone else wants. >The logo contest website very specifically says that Beastie will >still be the mascot. From this I conclude one of: a) You have not read >the website and have no idea what you're talking about. b) Are >intentionally trying to start arguments (we call this trolling). c) >Don't know that a mascot is a personified figure associated with >something. > This "mascot" argument has been brought up before and disproved before. Beastie has been treated as the Project's logo since FreeBSD 1.1 He has been referred to as a mascot - irregularly - but his image has been used as the defacto logo image for FreeBSD. Perhaps nobody that YOU might consider authoratative has ever made a blanket statement that "Beastie's image is the official FreeBSD Project's Logo" however that is nothing more than a semantic argument. His image has been USED as the logo on just about every CDROM pressing that Walnut Creek ever sold, and in numerous other websites and on the FreeBSD Project's website. And I am not talking about the full color images on the front of the CD jewel cases, I'm talking about the minature Beastie logo image on the back. Face the fact, Beastie is the current logo. Now, you may argue that it is time for the FreeBSD Project to change it's logo - although I have yet to see a logical reason for this - and I think I and the userbase would have some respect for this argument if you could use a logical proof. But your argument that he never was the logo to begin with is nothing more than an attempt to side-step the discussion of why do we need to change the logo now. In short, you know your arguments for making a logo change won't hold water so you would rather not have to make them - so your going to try to argue that you don't have to make them "since he was never the logo to begin with" This is a cowards argument and not one that will generate any respect among the userbase. And trying to argue that there's room for both a logo and a mascot is purely an argument of appeasement. There can only be one recognizable imagery for The FreeBSD Project, just as for ANY product. And the appeasement argument also totally ignores that it is the userbase's choice of what imagery they recognize as being associated with FreeBSD that is going to win. If the userbase turns it's back on the "new logo" that this ill-advised contest comes up with, then your going to be stuck with Beastie continuing to be used and recognized as the 'real' logo. The situation would be analogous to if one day Microsoft decided they wanted to stop using the Windows logo and the word "Windows" to refer to their product line. It wouldn't work because the Windows userbase would simply ignore any alternative attempt at a logo than the flying Window. >Furthermore, you and some of those sharing your viewpoints have tried >to paint those wishing for a different logo as in the extreme >minority. They are. >Personally, I think it's a good idea to create for ourselves >something that can contribute to a public face less open to >misinterpretation while still safeguarding part of the community >culture. I haven't spoken up on it so far because I saw no need to. I >submit that it's entirely possible that there are many like me. Being >more vocal does not make you the majority. > Yes, as a matter of fact, it does. The FreeBSD Project isn't just composed of the core members and the software. It encompasses that as well as the entire userbase. If you want the userbase to come round to your point of view on this logo thing, then you need to handle the userbase with respect. So far the userbase has NOT been asked to vote on this topic. Instead what has happened is a few core members who feel strongly about this have setup this contest. You may in fact go so far as to pick the top 10 logo images and submit that to a vote - but if the Beastie image isn't a choice in that vote, then such a vote is no better than an old Communist Russia election where you vote yes or no on a predetermined candidate. Failing to ask the userbase if we even need to do this is not being respectful. And many of the arguments that you are putting forth that tie into the religious aspect are completely repugnant. Greg Lehey said: "I'm sure we would object if someone drew a 'devil' image and associated it with FreeBSD." Re-read this please. "DEVIL" image? What is that? Devil in this context is a religious term. So what Greg is really saying here is that "we" would object if someone drew a religious image and associated it with FreeBSD" YET the anti-Beastie/Pro non-Beastie-logo camp is saying that the current Beastie image IS A RELIGIOUS IMAGE which is why it is being rejected by some idiots out there, which is why we need this new non-religious logo you want. That is the gist of your argument. It is enough to make a lot of the userbase throw up. >Lastly, I would think that those in "The Project" are very able to >make decisions like this. It is a meritocracy. Having a contest open >to the public gathers opinions from the community. I wouldn't call >that fascist, yet you seem to try to imply that it is. > If the contest had no reward other than the fun of seeing your name in lights, then I would agree with this. But the contest has a specific monetary reward. Thus it does not gather opinions from the community - it gathers submittals from everyone wanting $500. There's lots of people out there who will happily put aside their personal honor and opinions for $500 - we have a lot of them running the government right now. You have no way of knowing how many in the contest are in this group. >In short, take a chill pill. > That is pretty much what the anti-Beastie people always end up saying. Well if this is so unimportant why are you paying for artwork? In short, so far you have not put forth one coherent argument in favor of this logo change. Even others of the anti-Beastie movement have put forth more in support of a logo change than you have here. >As to the subject of copyright infringement, allowing other >Beastie-like images to be associated with FreeBSD is not copyright >infringement. Gentoo's penguin is not copyright infringement. Stylized >logos that are merely similar do not infringe on eachother. That's >like suggesting that a professional photographer at a wedding owns all >amateur wedding photos taken by friends and family attending the >event. It is not a subject that is copyrighted, or nobody would be >able to paint flowers anymore. It is the image itself. Any work that >is arrived at independently cannot possibly infringe on another's >copyright. So a redrawing of a daemon that is not a copy of Kirk's is >completely legal. (IANAL.. yet. Give me a couple more years and the >MBE though and that'll change). > Yes, this is exactly what I was saying earlier. Your just restating my point to Greg. Ted From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 10:03:38 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFBB516A41C for ; Tue, 19 Jul 2005 10:03:38 +0000 (GMT) (envelope-from vian@indo.net.id) Received: from smtp-1.indo.net.id (smtp-1.indo.net.id [202.53.253.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 0654343D45 for ; Tue, 19 Jul 2005 10:03:37 +0000 (GMT) (envelope-from vian@indo.net.id) Received: (qmail 26934 invoked from network); 19 Jul 2005 17:03:29 +0700 Received: from smtp.indo.net.id (202.159.32.81) by smtp-1.indo.net.id with SMTP; 19 Jul 2005 17:03:29 +0700 Received: (qmail 24261 invoked from network); 19 Jul 2005 17:03:28 +0700 Received: from unknown (HELO alvian) (202.153.242.42) by smtp.indo.net.id with SMTP; 19 Jul 2005 17:03:28 +0700 MIME-Version: 1.0 Message-Id: <42DCD28E.000003.01076@ALVIAN> Date: Tue, 19 Jul 2005 17:14:38 +0700 Content-Type: Text/Plain; charset="iso-8859-1" X-Mailer: IncrediMail (4001874) From: "Rommi Alvian (MTHK/EDP)" To: X-FID: PLAINTXT-NONE-0000-0000-000000000000 Content-Transfer-Encoding: 7bit X-Priority: 2 X-Mailman-Approved-At: Tue, 19 Jul 2005 13:39:42 +0000 Cc: Subject: help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 10:03:39 -0000 I am deeply interested with freeBSD. currently, i am a windows expert then i am trying to move into freeBSD. The problem is no one can teach me. i have read xxxguide but it can't help me. does freeBSD support GUI interface? please help step by step.. thanks alvian From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 13:43: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 3830316A422; Tue, 19 Jul 2005 13:43:25 +0000 (GMT) (envelope-from owner-freebsd-isp@freebsd.org) Received: from lecos.mirohleb.kiev.ua (lecos.mirohleb.kiev.ua [195.78.58.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 510A543D72; Tue, 19 Jul 2005 13:43:13 +0000 (GMT) (envelope-from owner-freebsd-isp@freebsd.org) Received: from mirohleb.kiev.ua (mm.mirohleb.kiev.ua [192.168.250.2]) by lecos.mirohleb.kiev.ua (8.12.11/8.12.9) with ESMTP id j6JDl5og077486; Tue, 19 Jul 2005 16:47:06 +0300 (EEST) (envelope-from owner-freebsd-isp@freebsd.org) Received: from it13.co-kv.mhp.inc by mirohleb.kiev.ua (MDaemon.PRO.v7.2.3.R) with ESMTP id md50000164416.msg; Tue, 19 Jul 2005 16:43:31 +0300 Received: from lecos.mirohleb.kiev.ua by mm.mirohleb.kiev.ua (Cipher TLSv1:RC4-MD5:128) (MDaemon.PRO.v7.2.3.R) with ESMTP id md50000164303.msg for ; Tue, 19 Jul 2005 16:26:56 +0300 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by lecos.mirohleb.kiev.ua (8.12.11/8.12.9) with ESMTP id j6JDJmKl076524 for ; Tue, 19 Jul 2005 16:19:49 +0300 (EEST) (envelope-from owner-freebsd-isp@freebsd.org) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id A66FF579F2; Tue, 19 Jul 2005 13:15:09 +0000 (GMT) (envelope-from owner-freebsd-isp@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 49ECF16A43D; Tue, 19 Jul 2005 13:15:07 +0000 (GMT) (envelope-from owner-freebsd-isp@freebsd.org) Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EBEC16A41C for ; Mon, 18 Jul 2005 15:48:04 +0000 (GMT) (envelope-from skemokai@ora.fda.gov) Received: from walltiger-pub.fda.gov (walltiger-pub.fda.gov [150.148.0.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6A2443D5E for ; Mon, 18 Jul 2005 15:48:02 +0000 (GMT) (envelope-from skemokai@ora.fda.gov) Received: from orshq08a.fda.gov by walltiger-pub.fda.gov via smtpd (for mx1.freebsd.org [216.136.204.125]) with ESMTP; Mon, 18 Jul 2005 11:48:02 -0400 Received: by orshq08a.fda.gov with Internet Mail Service (5.5.2657.72) id ; Mon, 18 Jul 2005 11:48:01 -0400 Message-ID: <173F24598317CF41A77A4715C41016250BD222@orwmcrphido07.fda.gov> From: "Kemokai, Saffa" To: "'freebsd-isp@freebsd.org'" , "'freebsd-questions@freebsd.org.'" Date: Mon, 18 Jul 2005 11:47:49 -0400 MIME-Version: 1.0 Content-Type: text/plain Precedence: list Sender: owner-freebsd-isp@freebsd.org Errors-To: owner-freebsd-isp@freebsd.org X-Spam-Processed: mirohleb.kiev.ua, Tue, 19 Jul 2005 16:43:31 +0300 (not processed: message from trusted or authenticated source) X-MDRemoteIP: 192.168.0.10 X-Return-Path: owner-freebsd-isp@freebsd.org X-MDAV-Processed: mirohleb.kiev.ua, Tue, 19 Jul 2005 16:43:33 +0300 Cc: "'norwoh@sulima.com'" Subject: Hardware issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Reply-To: owner-freebsd-isp@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 13:43:25 -0000 There used to be a list for FreeBSD hardware vendors. I bought a U-Server with Intel Celeron CPU recently from eRacks.com that turns out to be extremely noisy. I am planning on returning it but if I can find where I can get quiet hit-sink fan for it, I might retain it instead of wasting money and time sending it back-n-forth. This is my second purchase from this group but I don't think there will be a third one! Please reply to norwoh@sulima.com Thanks, Saffa Kemokai, MCP, MCSA, MCSE (W2K) Tel. (215) 597-4390 X4107 <===============================> Information Technology Specialist Food & Drug Administration Philadelphia Regional Office _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 13:53: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 190BA16A41F for ; Tue, 19 Jul 2005 13:53:19 +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 B9AEC43D46 for ; Tue, 19 Jul 2005 13:53:18 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from localhost (unknown [127.0.0.1]) by smtp5.suscom.net (Postfix) with ESMTP id AE3C3510281 for ; Tue, 19 Jul 2005 09:53:17 -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 16951-01-19 for ; Tue, 19 Jul 2005 09:53:14 -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 2A34A510231 for ; Tue, 19 Jul 2005 09:53:14 -0400 (EDT) Date: Tue, 19 Jul 2005 09:53:16 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: Gerard@smtp5.suscom.net, Seibert@smtp5.suscom.net Message-Id: <20050719094641.3355.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: `Content-Transfer-Encoding' & 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: Tue, 19 Jul 2005 13:53:19 -0000 I have SendMail configured with the Smart_Host directive: define(~SMART_HOST'. `my.isp.com') since they are blocking out bound port 25. This works well. The problem I am experiencing is that all mail sent this way has the following in the email header: Content-Transfer-Encoding: quoted-printable I do not want to use that encoding specifically at all times. Even when set within my mail program for something else, such as 8-bit, it is still converted to the above format. What can I do to prevent this from happening? -- Gerard E. Seibert gerard-seibert@suscom.net From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 13:57:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20FFC16A41F for ; Tue, 19 Jul 2005 13:57:41 +0000 (GMT) (envelope-from no-html@jonathan-glaschke.de) Received: from mail.liberty-hosting.de (mail.liberty-hosting.de [195.225.132.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A98843D45 for ; Tue, 19 Jul 2005 13:57:40 +0000 (GMT) (envelope-from no-html@jonathan-glaschke.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 43094-03 for ; Tue, 19 Jul 2005 15:57:32 +0200 (CEST) Received: from jogla.fbsd (p50893C7B.dip.t-dialin.net [80.137.60.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.liberty-hosting.de (Postfix) with ESMTP id 1111215893B for ; Tue, 19 Jul 2005 15:57:31 +0200 (CEST) Received: from jogla.fbsd (localhost [127.0.0.1]) by jogla.fbsd (8.13.3/8.13.3) with ESMTP id j6JFvLk9042432 for ; Tue, 19 Jul 2005 15:57:22 GMT (envelope-from jonathan@jogla.fbsd) Received: (from jonathan@localhost) by jogla.fbsd (8.13.3/8.13.3/Submit) id j6JFvKmx042431 for freebsd-questions@freebsd.org; Tue, 19 Jul 2005 15:57:20 GMT (envelope-from jonathan) Date: Tue, 19 Jul 2005 15:57:20 +0000 From: Jonathan Glaschke To: freebsd-questions@freebsd.org Message-ID: <20050719155720.GA40795@jogla.fbsd> References: <42DCD28E.000003.01076@ALVIAN> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <42DCD28E.000003.01076@ALVIAN> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at mail.liberty-hosting.de Subject: Re: help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 13:57:41 -0000 Hello Alvian, On Tue, Jul 19, 2005 at 05:14:38PM +0700, Rommi Alvian (MTHK/EDP) wrote: > I am deeply interested with freeBSD. currently, i am a windows expert then > i am trying to move into freeBSD. The problem is no one can teach me. i have > read xxxguide but it can't help me. does freeBSD support GUI interface? > > please help step by step.. > > thanks > > alvian > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Yes, FreeBSD supports a lot of GUI Interfaces like GNOME, KDE, XFCE, and much more.. Look here: http://images.google.com/images?q=freebsd%20screenshot&hl=en&lr=&safe=off&sa=N&tab=wi and you can take a look at gnome.org and kde.org, too. -Jonathan -- | /"\ ASCII Ribbon | Jonathan Glaschke - Lorenz-Görtz-Straße 71, | \ / Campaign Against | 41238 Mönchengladbach, Tel: 02166-265876 | X HTML In Mail | Mobil: 0162-3390789, ICQ: 231021883 | / \ And News | http://jonathan-glaschke.de/ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 14:16: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 2587916A420 for ; Tue, 19 Jul 2005 14:16:11 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C6F543D58 for ; Tue, 19 Jul 2005 14:16:10 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 933535D9C; Tue, 19 Jul 2005 10:16:09 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 75637-01; Tue, 19 Jul 2005 10:16:00 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-54-113.ny325.east.verizon.net [68.161.54.113]) by pi.codefab.com (Postfix) with ESMTP id C6B395C3A; Tue, 19 Jul 2005 10:15:59 -0400 (EDT) Message-ID: <42DD0B20.6030006@mac.com> Date: Tue, 19 Jul 2005 10:16:00 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gerard-seibert@suscom.net References: <20050719094641.3355.GERARD-SEIBERT@suscom.net> In-Reply-To: <20050719094641.3355.GERARD-SEIBERT@suscom.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: `Content-Transfer-Encoding' & SendMail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 14:16:11 -0000 Gerard Seibert wrote: [ ...relaying email via your ISP... ] > Content-Transfer-Encoding: quoted-printable > > I do not want to use that encoding specifically at all times. Even when > set within my mail program for something else, such as 8-bit, it is > still converted to the above format. > > What can I do to prevent this from happening? Nothing, really. Any MTA along the delivery path is allowed to change the encoding to quoted-printable, and many MTA's will do so even if the other side advertizes the 8BITMIME ESMTP extension. You can avoid seeing that header if you send mail that does not contain non-printable characters, or if the receiving MTA converts the mail back to an 8-bit format. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 14:21:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0999216A41F for ; Tue, 19 Jul 2005 14:21:28 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 899BE43D48 for ; Tue, 19 Jul 2005 14:21:27 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 456F88B4DE; Tue, 19 Jul 2005 16:21:25 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06953-03; Tue, 19 Jul 2005 16:21:20 +0200 (CEST) Received: from firewall.demig (p5083995B.dip0.t-ipconnect.de [80.131.153.91]) by server.absolute-media.de (Postfix) with ESMTP id 68D6C8B4D0; Tue, 19 Jul 2005 16:21:20 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j6JEIp78087057; Tue, 19 Jul 2005 16:18:51 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: , Date: Tue, 19 Jul 2005 17:18:51 +0200 Message-ID: <000b01c58c75$2b53c660$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <20050719094641.3355.GERARD-SEIBERT@suscom.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Importance: Normal X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: Subject: RE: `Content-Transfer-Encoding' & SendMail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 14:21:28 -0000 > I have SendMail configured with the Smart_Host directive: > > define(~SMART_HOST'. `my.isp.com') since they are blocking out bound > port 25. This works well. > > The problem I am experiencing is that all mail sent this way has the > following in the email header: > > Content-Transfer-Encoding: quoted-printable > > I do not want to use that encoding specifically at all times. Even when > set within my mail program for something else, such as 8-bit, it is > still converted to the above format. > > What can I do to prevent this from happening? >From my naive understanding of the smtp protocol I think that your sendmail and your provider's sendmail|qmail|postfix ask each other about supported encodings. When I telnet to my mail provider's port 25 and manually submit an EHLO I see a list of 250 responses. One shows me '250 8bitmime'. So I'd suggest you test this with your provider. Norbert From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 14:27: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 B3D3316A41F for ; Tue, 19 Jul 2005 14:27:23 +0000 (GMT) (envelope-from no-html@jonathan-glaschke.de) Received: from mail.liberty-hosting.de (mail.liberty-hosting.de [195.225.132.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A82043D46 for ; Tue, 19 Jul 2005 14:27:23 +0000 (GMT) (envelope-from no-html@jonathan-glaschke.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 45717-01 for ; Tue, 19 Jul 2005 16:27:18 +0200 (CEST) Received: from jogla.fbsd (p50893C7B.dip.t-dialin.net [80.137.60.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.liberty-hosting.de (Postfix) with ESMTP id 5BA08158BA4 for ; Tue, 19 Jul 2005 16:27:18 +0200 (CEST) Received: from jogla.fbsd (localhost [127.0.0.1]) by jogla.fbsd (8.13.3/8.13.3) with ESMTP id j6JGR8kv048175 for ; Tue, 19 Jul 2005 16:27:09 GMT (envelope-from jonathan@jogla.fbsd) Received: (from jonathan@localhost) by jogla.fbsd (8.13.3/8.13.3/Submit) id j6JGR8TT048174 for freebsd-questions@freebsd.org; Tue, 19 Jul 2005 16:27:08 GMT (envelope-from jonathan) Date: Tue, 19 Jul 2005 16:27:08 +0000 From: Jonathan Glaschke To: freebsd-questions@freebsd.org Message-ID: <20050719162708.GA46146@jogla.fbsd> References: <42DCCCC9.5080802@os.lv> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <42DCCCC9.5080802@os.lv> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at mail.liberty-hosting.de Subject: Re: Delete files in directory... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 14:27:23 -0000 On Tue, Jul 19, 2005 at 12:50:01PM +0300, Casper wrote: > > Hi, > > Sorry, simple, stupid q. How to make that what come in directory > /usr/files/ for example are erased? Or only put in cron after while do > "rm /usr/files/*"? > > tnx, > Casper > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Yes, using cront to do that is possible and i think there is no reason against cron. you need "rm -rf /usr/files/*" if there are directories too in /usr/files.. Jonathan -- | /"\ ASCII Ribbon | Jonathan Glaschke - Lorenz-Görtz-Straße 71, | \ / Campaign Against | 41238 Mönchengladbach, Tel: 02166-265876 | X HTML In Mail | Mobil: 0162-3390789, ICQ: 231021883 | / \ And News | http://jonathan-glaschke.de/ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 14:28: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 377C416A41F for ; Tue, 19 Jul 2005 14:28:23 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0D8443D48 for ; Tue, 19 Jul 2005 14:28:22 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6925 invoked from network); 19 Jul 2005 14:28:22 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Jul 2005 14:28:22 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 134E230; Tue, 19 Jul 2005 10:28:22 -0400 (EDT) Sender: lowell@be-well.ilk.org To: vladone References: <1188328635.20050718140416@spaingsm.com> From: Lowell Gilbert Date: 19 Jul 2005 10:28:21 -0400 In-Reply-To: <1188328635.20050718140416@spaingsm.com> Message-ID: <44ll42j2ey.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: DoS prevention .Sysctl parameters to prevent this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 14:28:23 -0000 vladone writes: > Recently i have in gateway freebsd that go down due to an DoS attack. > I dont know exactly what is (i dont have experience), but is useful if someone, with more > wiyh more experience, can give some parameters for sysctl to prevent > Dos an flood problem. > Or perhaps with ipfw rules. > Any help will be apreciated! The question is too general. Every resource that is consumed by incoming traffic is potentially subject to a denial-of-service attack. Furthermore, most denial-of-service attacks are actually using up your incoming bandwidth, so there isn't much you can do on your machine after those packets have already traversed your incoming link. See the manual for security(7), and see if that gives you a good start. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 14:34: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 DCC6E16A41F for ; Tue, 19 Jul 2005 14:34:21 +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 1B20B43D48 for ; Tue, 19 Jul 2005 14:34:19 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from beatrix.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j6JEYH3m001539; Tue, 19 Jul 2005 17:34:17 +0300 Received: from beatrix.daedalusnetworks.priv (localhost [127.0.0.1]) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3) with ESMTP id j6JEYGqb018299; Tue, 19 Jul 2005 17:34:16 +0300 (EEST) Received: (from keramida@localhost) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3/Submit) id j6JEYGJB018298; Tue, 19 Jul 2005 17:34:16 +0300 (EEST) Date: Tue, 19 Jul 2005 17:34:16 +0300 From: Giorgos Keramidas To: Jonathan Glaschke Message-ID: <20050719143416.GB18276@beatrix.daedalusnetworks.priv> References: <42DCCCC9.5080802@os.lv> <20050719162708.GA46146@jogla.fbsd> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050719162708.GA46146@jogla.fbsd> Cc: freebsd-questions@freebsd.org Subject: Re: Delete files in directory... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 14:34:22 -0000 On 2005-07-19 16:27, Jonathan Glaschke wrote: > On Tue, Jul 19, 2005 at 12:50:01PM +0300, Casper wrote: > > Sorry, simple, stupid q. How to make that what come in directory > > /usr/files/ for example are erased? Or only put in cron after while > > do "rm /usr/files/*"? > > Yes, using cront to do that is possible and i think there is no reason against > cron. > > you need "rm -rf /usr/files/*" if there are directories too in /usr/files.. This doesn't remove ".*" subdirs. A more complete alternative that doesn't move /usr/files under the feet of programs that may have it open as their current working directory is probably: rm -fr /usr/files/* /usr/files/.[^.]* Be very careful with the -r option of rm(1) though. VERY careful. Just my $0.02, - Giorgos From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 15:10: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 BD41E16A41F for ; Tue, 19 Jul 2005 15:10:36 +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 A58DD43D49 for ; Tue, 19 Jul 2005 15:10:35 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 3806 invoked by uid 510); 19 Jul 2005 15:12:26 +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(-1.8/5.0):. Processed in 2.111722 secs); 19 Jul 2005 15:12:26 -0000 X-Spam-Status: No, hits=-1.8 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(-1.8/5.0):. Processed in 2.111722 secs Process 3799) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 19 Jul 2005 15:12:24 +0000 From: Robert Slade To: "freebsd-questions@freebsd.org" In-Reply-To: <42DCD28E.000003.01076@ALVIAN> References: <42DCD28E.000003.01076@ALVIAN> Content-Type: text/plain Message-Id: <1121785943.1824.7.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Tue, 19 Jul 2005 15:12:24 +0000 Content-Transfer-Encoding: 7bit Subject: Re: help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 15:10:36 -0000 On Tue, 2005-07-19 at 10:14, Rommi Alvian (MTHK/EDP) wrote: > I am deeply interested with freeBSD. currently, i am a windows expert then > i am trying to move into freeBSD. The problem is no one can teach me. i have > read xxxguide but it can't help me. does freeBSD support GUI interface? > > please help step by step.. > > thanks > > alvian Alvian, The short answer to your question is yes. The longer answer is several GUIs - your choice. The handbook does give the information you need to set one up. First you will need Xwindows, which will give you the basic GUI structure. Once you have that working then you can use something like KDE or Gnome to give you the desk top. Again the details you need to set this up is in the handbook. There are some pitfalls though. Some Graphics cards have only limited support. Look at the hardware supported list on the FreeBSD site. Have fun. Rob From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 15:14: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 459BB16A41F for ; Tue, 19 Jul 2005 15:14:29 +0000 (GMT) (envelope-from hornetmadness@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id B469743D46 for ; Tue, 19 Jul 2005 15:14:28 +0000 (GMT) (envelope-from hornetmadness@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so34402rns for ; Tue, 19 Jul 2005 08:14: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=XtcFnc4Gse2yCkt3sVKgnfgwrdFp4VHlkVflkPeZlPYWBQoAlWSEKJD1notWCRVHgxA16qvujMiChsmFokm5me9YAPZeZCsyHEZVeyHImXAikazZ1IBmS0jgFBrXPhfi12PZiTF9w1/ZmNEVzT117wEJHVSc8py7I6YVcArIcp0= Received: by 10.38.103.16 with SMTP id a16mr303545rnc; Tue, 19 Jul 2005 08:14:11 -0700 (PDT) Received: by 10.38.8.44 with HTTP; Tue, 19 Jul 2005 08:14:11 -0700 (PDT) Message-ID: Date: Tue, 19 Jul 2005 11:14:11 -0400 From: Hornet To: freebsd-questions@freebsd.org In-Reply-To: <44ll42j2ey.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1188328635.20050718140416@spaingsm.com> <44ll42j2ey.fsf@be-well.ilk.org> Cc: vladone Subject: Re: DoS prevention .Sysctl parameters to prevent this? 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: Tue, 19 Jul 2005 15:14:29 -0000 On 19 Jul 2005 10:28:21 -0400, Lowell Gilbert wrote: > vladone writes: >=20 > > Recently i have in gateway freebsd that go down due to an DoS attack. > > I dont know exactly what is (i dont have experience), but is useful if = someone, with more > > wiyh more experience, can give some parameters for sysctl to prevent > > Dos an flood problem. > > Or perhaps with ipfw rules. > > Any help will be apreciated! >=20 > The question is too general. Every resource that is consumed by > incoming traffic is potentially subject to a denial-of-service > attack. =20 =20 > Furthermore, most denial-of-service attacks are actually > using up your incoming bandwidth, so there isn't much you can do on > your machine after those packets have already traversed your incoming > link. You hit the nail on the head. Really the best this you can do, is have tight firewall, netflow samples of your in/out data, and some cool scriptage to figure out if something is happening (and I'm talking about more the just some pretty graphs). Then call your ISP to block the hosts. Now if this is a DDoS and it is from a well built network, pretty much you will have to have the ISP null your host or network until it subsides. >=20 > See the manual for security(7), and see if that gives you a good start. >=20 > -- > Lowell Gilbert, embedded/networking software engineer, Boston area > http://be-well.ilk.org/~lowell/ > _______________________________________________ > 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" > From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 15:25: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 069BE16A41F for ; Tue, 19 Jul 2005 15:25:52 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C5143D45 for ; Tue, 19 Jul 2005 15:25:50 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 28310 invoked from network); 19 Jul 2005 15:25:47 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[83.129.6.211]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 19 Jul 2005 15:25:47 -0000 Date: Tue, 19 Jul 2005 17:26:03 +0200 From: Fabian Keil To: freebsd-questions@freebsd.org Message-ID: <20050719172603.42b2c2a7@localhost> In-Reply-To: References: <126eac480507181053398deebe@mail.gmail.com> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Signature_Tue__19_Jul_2005_17_26_03_+0200_4B4A21po4hqd0i5_; protocol="application/pgp-signature"; micalg=pgp-sha1 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: Tue, 19 Jul 2005 15:25:52 -0000 --Signature_Tue__19_Jul_2005_17_26_03_+0200_4B4A21po4hqd0i5_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "Ted Mittelstaedt" wrote: > Greg Lehey said: >=20 > "I'm sure we would object if someone drew a 'devil' image and > associated it with FreeBSD." >=20 > Re-read this please. "DEVIL" image? What is that? Devil in > this context is a religious term. So what Greg is really saying > here is that "we" would object if someone drew a religious image > and associated it with FreeBSD" You are quoting out of context. Greg wasn't referring to Beastie as devil, the person before him was. Greg was intentional "misunderstanding" that Beastie was meant with devil. At least that's how I understood it. Fabian --=20 http://www.fabiankeil.de/ --Signature_Tue__19_Jul_2005_17_26_03_+0200_4B4A21po4hqd0i5_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFC3RuRoomUOj0wp30RAk8oAJ9VL4qylTIoPnPsGh9avYCcbSITJACeOB4n TZvQRyYGqstvZlTpMhx6rVg= =6ErA -----END PGP SIGNATURE----- --Signature_Tue__19_Jul_2005_17_26_03_+0200_4B4A21po4hqd0i5_-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 15:35: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 F1C3716A41F for ; Tue, 19 Jul 2005 15:35:10 +0000 (GMT) (envelope-from mas039@bangor.ac.uk) Received: from agnostix.bangor.ac.uk (agnostix.bangor.ac.uk [147.143.2.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2628D43D4C for ; Tue, 19 Jul 2005 15:35:09 +0000 (GMT) (envelope-from mas039@bangor.ac.uk) Received: from publix.bangor.ac.uk (publix [147.143.5.6]) by agnostix.bangor.ac.uk (8.13.3/8.13.3) with ESMTP id j6JFYRuq023423; Tue, 19 Jul 2005 16:34:27 +0100 (BST) Received: (from mas039@localhost) by publix.bangor.ac.uk (8.12.8+Sun/8.12.8) id j6JFYQq6006483; Tue, 19 Jul 2005 16:34:26 +0100 (BST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17117.7553.838515.352459@gargle.gargle.HOWL> Date: Tue, 19 Jul 2005 16:34:25 +0100 From: g.w.roberts@bangor.ac.uk To: "Abrie Lintvelt" , "freebsd-questions" , "Ted Mittelstaedt" X-Mailer: VM 7.07 under 21.4 (patch 12) "Portable Code" XEmacs Lucid X-UWB-MailScanner-Information: Please contact the ISP for more information X-UWB-MailScanner: Found to be clean X-UWB-MailScanner-SpamCheck: nid sbam/not spam (goddefadwy/whitelisted), SpamAssassin (sgor/score=0.255, yn ofynnol/required 4.5, autolearn=disabled, NO_REAL_NAME 0.18, TW_DF 0.08) X-UWB-MailScanner-From: mas039@bangor.ac.uk Cc: Subject: RE: Problem with Realtek 8139C and 8139D NIC in 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 15:35:11 -0000 Your original message was two months ago, so this is probably too late for you, but: Some combinations of device and bus hardware do not like PCI IO modes enabled, so try setting the sysctl variable hw.pci.enable_io_modes="0" in /boot/loader.conf or /boot/loader.conf.local and rebooting. Or boot to the loader prompt and set it to zero. This worked for 5.4-RELEASE on my cheap laptop. otherwise the onboard RealTek8139 gave "rl0: couldn't map ports/memory". Gareth. -- Dr G W Roberts Dr G W Roberts Adran Mathemateg Department of Mathematics Prifysgol Cymru University of Wales Stryd y Deon Dean Street Bangor Bangor Gwynedd Gwynedd LL57 1UT LL57 1UT DU UK Ebost G.W.Roberts@bangor.ac.uk Tel +44 (0)1248 382480 / 382686 Ffacs +44 (0)1248 361429 WWW http://www.mathematics.bangor.ac.uk > The Realtek 8139 cards are a pretty cheap chipset that many others > have had problems with. Try a different card from a different > manufacturer. > > It is probably some BIOS setting in your motherboard. You might try > setting > the board to non-pnp OS to allow the board to assign resources. > > Ted > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Abrie Lintvelt > > Sent: Saturday, May 21, 2005 2:44 AM > > To: freebsd-questions > > Subject: Problem with Realtek 8139C and 8139D NIC in 5.4 > > > > > > Hiya Guys > > > > I've recently started "playing" with FreeBSD. I use it at > > home on a pc > > for our ADSL connection, just for that added security. > > Worked fine with 5.2, except that my WiFi connection was a > > little buggy, > > so I decided to upgrade to 5.4 > > > > After installing 5.4, my ed(4) card stopped working. It's > > quite an old > > card, so I decided to upgrade it as well. > > Got myself a new RTL8139D card, and installed it only to keep getting > > the error that it "couldn't map ports/memory". The system has 2 other > > NICs in in as well, > > A RTL8139A, and a Gigabyte Super 108 NIC using the ath(4) driver. > > Uninstalled the other Realtek Card, same problem. Uninstalled > > the WiFi, > > same problem, > > Uninstall ALL other NICs in the system and only leave in the 8139D, > > problem still persists. > > > > Over to plan B, get another NIC from another unused PC. This > > time it's > > an 8139C. Same problem still. I'm really out of options. > > Any way to resolve this issue? > > > > I'm kinda desperate to get my system up and running again. > > > > System Specs: > > AMD Duron 700 > > Gigabyte GA-7IX Motherboard (quite old I know, but the PC just stood > > there doing nothing :) > > 3dfx Voodoo Banshee AGP Display (see M/B note) > > RTL8139A NIC (dunno where I got this one) > > RTL8139D NIC > > Gigabyte GN-WPEAG Wifi NIC > > 128MB Ram > > 6GB HDD > > > > Thanx for all the help. > > > > Abrie Linvelt > > Web Developer > > About IT dot Web > > Tel: +27 12 460 1000 (w) > > Fax: +27 12 460 1000(w) > > Mobile: +27 82 638 6345 > > www.aboutitweb.co.za > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 15:36: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 DEE4316A41F for ; Tue, 19 Jul 2005 15:36:46 +0000 (GMT) (envelope-from torstenvl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9B1043D45 for ; Tue, 19 Jul 2005 15:36:45 +0000 (GMT) (envelope-from torstenvl@gmail.com) Received: by wproxy.gmail.com with SMTP id i13so1241812wra for ; Tue, 19 Jul 2005 08:36: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=A453A7/sSqcvQpDFrT8uL2b7zGnLgh2Z1L5sENZz8Xnu52ZziQ1QOF/CrCPrQ2iVA4Yzh+D3PxYb4RbzBFRnbk08+AUKT2K5Hkm2pcUu30ymfSE0PXFXptqlTXpc+GZ1dkKNYRXcaboLxNO37HqwmCvZZN1y3S1Zc7aAZVyglDU= Received: by 10.54.11.12 with SMTP id 12mr778495wrk; Tue, 19 Jul 2005 08:36:10 -0700 (PDT) Received: by 10.54.11.4 with HTTP; Tue, 19 Jul 2005 08:36:09 -0700 (PDT) Message-ID: <126eac480507190836313fe1d8@mail.gmail.com> Date: Tue, 19 Jul 2005 11:36:09 -0400 From: Josh Ockert To: Ted Mittelstaedt In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <126eac480507181053398deebe@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Demon license? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Josh Ockert List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 15:36:47 -0000 > Go ahead. Blocking it just shows that you are totally unwilling to > consider any position different than your own. I am at least > willing to continue to discuss it. No. I have no objection to your position. I have an objection to your complete lack of disrespect. You are a troll. You go on and on, misquoting, deliberately trying to confuse the issue, and just generally adding nothing to the discussion. > Much like the current US President George Bush blocks his ears when > people point out to him that he committed to fire whoever leaked > a covert CIA operative's identity - then when it was discovered that > his right-hand-man did it, he goes back on his word. Except that in that case people were pointing out facts. As you said in your email, there has been no official vote. So you have no facts. You are in effect contradicting yourself when you say that those in favor of the new logo ARE in the extreme minority, but then say there was never any tally of opinions. > If you "block the address of anyone who continues on in this manner" > you simply prove my point for me - that the proponents of this > anti-Beastie crusade only care what they want, not what anyone else wants= . I never said I was anti-Beastie. I'm not. I have many pieces of pro-Beastie propaganda (look the word up before you start flaming). I do however think it would be beneficial to have an image that is more abstract and more suitable to corporate customers. Corporate backing helps penetration into the market and it sometimes can result in funding. Refer please to Linux and IBM. > This "mascot" argument has been brought up before and disproved > before. Beastie has been treated as the Project's logo since FreeBSD 1.1 > He has been referred to as a mascot - irregularly - but his image has > been used as the defacto logo image for FreeBSD. There is nothing to disprove. It's not a formal argument. It's a statement. He will be the project's mascot. Period. There is nothing more to discuss. I have never said he *wasn't* the logo. If you think I said that, please reread my original post. > Perhaps nobody that YOU might consider authoratative has ever made a > blanket statement that "Beastie's image is the official FreeBSD Project's > Logo" however that is nothing more than a semantic argument. His > image has been USED as the logo on just about every CDROM pressing > that Walnut Creek ever sold, and in numerous other websites and > on the FreeBSD Project's website. And I am not talking about the full > color images on the front of the CD jewel cases, I'm talking about the > minature Beastie logo image on the back. Face the fact, Beastie is the > current logo. I've never disagreed with you on this. Before. Now I will. There are generally two types of logos. There is the "Official Logo" which is often what you see on media packaging. This is usually a combination of words and a graphic. Those responsible for the new logo contest contend that the logo in this sense of the word is that found at http://www.freebsd.org/gifs/freebsd_1.gif. I find that I have no trouble agreeing with them. A logo is what's supposed to give you a first impression of a product. A logo is about marketing. Advertising. Viewed in this light, Beastie cannot be the logo because he does not have any direct link to the FreeBSD project, he is only associated with it. One does not see Beastie for the first time and automatically conclude "FreeBSD"! It is this goal that one hopes will be accomplished with the new logo. > Now, you may argue that it is time for the FreeBSD Project to change > it's logo - although I have yet to see a logical reason for this - > and I think I and the userbase would have some respect for this > argument if you could use a logical proof. But your argument that > he never was the logo to begin with is nothing more than an attempt > to side-step the discussion of why do we need to change the logo now. Logical proofs are intended to demonstrate truths. An action in the future is not a truth. No intelligent person would claim that "FreeBSD should change its logo" is a theorem to be proven by a system of postulates and axioms. By virtue of the word "should" it is entirely a statement of judgment. The reasoning behind this judgment is that there are many cases in which FreeBSD might have been used that it was not because some PHB didn't like Beastie. To be honest, considering corporate culture and the threat of being sued and/or required to take sensitivity classes, I cannot fault the PHB for not wanting Beastie around. In fact, if you search the mail archives you'll find people trying to get rid of the Beastie boot menu because it got them into trouble at work. Forgive my rambling. My point is: Corporate-friendly politically-correct logo =3D> higher market penetration =3D> more people using and hopefully contributing to FreeBSD =3D> FreeBSD gets better whereas Current logo/mascot/whateverthe****youwannacallitidontreallygivea**** =3D> Some change-resistant people are happy. > In short, you know your arguments for making a logo change won't hold > water so you would rather not have to make them - so your going to > try to argue that you don't have to make them "since he was never > the logo to begin with" See above. > This is a cowards argument and not one that will generate any respect > among the userbase. Except those that are tired of having to explain what a daemon is to people who don't have any appreciation for the internal workings of the system. > And trying to argue that there's room for both a logo and a mascot > is purely an argument of appeasement. You've obviously never been in charge of a large organization. The whole point is appeasement. You're trying to make the least number of people pissed off. > There can only be one recognizable > imagery for The FreeBSD Project, just as for ANY product. Really? OpenBSD happens to use both a blowfish (Puffy) and a Beastie-like daemon quite successfully. Please see http://www.fmi.uni-passau.de/~grafj/openbsd/old/openbsd.png and http://www.monkey.org/openbsd-mobile/obsd.jpg. Please also see the OpenBSD 3.7 logo available at http://openbsd.org/images/puffy37.gif and shown on the front page at http://www.openbsd.org/ > And the > appeasement argument also totally ignores that it is the userbase's > choice of what imagery they recognize as being associated with FreeBSD > that is going to win. If the userbase turns it's back on the "new logo" > that this ill-advised contest comes up with, then your going to be > stuck with Beastie continuing to be used and recognized as the 'real' > logo. You keep using "userbase" as though it is equal to yourself. I suggest you stop speaking for other people unless you know exactly what they believe. I'm part of the userbase, so I find this really offensive. > The situation would be analogous to if one day Microsoft decided they > wanted to stop using the Windows logo and the word "Windows" to refer > to their product line. It wouldn't work because the Windows userbase > would simply ignore any alternative attempt at a logo than the flying > Window. That's funny. In XP they redid their old logo. It's now much more stylized. >=20 > >Furthermore, you and some of those sharing your viewpoints have tried > >to paint those wishing for a different logo as in the extreme > >minority. >=20 > They are. Prove it. >=20 > >Personally, I think it's a good idea to create for ourselves > >something that can contribute to a public face less open to > >misinterpretation while still safeguarding part of the community > >culture. I haven't spoken up on it so far because I saw no need to. I > >submit that it's entirely possible that there are many like me. Being > >more vocal does not make you the majority. > > >=20 > Yes, as a matter of fact, it does. The FreeBSD Project isn't just > composed of the core members and the software. It encompasses > that as well as the entire userbase. If you want the userbase to > come round to your point of view on this logo thing, then you need > to handle the userbase with respect. I am part of that userbase. And I don't feel disrespected. And more vocal !=3D majority. I need to go. You can respond or not, but if you do, be respectful. And calm. And logical. If you have to choose, just be logical. --=20 Josh Ockert WMU Student: French Linguistics, Computer Science --=20 The irony in biblical creationists' rhetoric of implicitly claiming that God's universe is so inconsistent that carbon decays at erratic rates is too delicious to ignore. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 15:47:05 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 3939616A421 for ; Tue, 19 Jul 2005 15:47:05 +0000 (GMT) (envelope-from paulbeard@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C9D943D6D for ; Tue, 19 Jul 2005 15:47:02 +0000 (GMT) (envelope-from paulbeard@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout01/MantshX 4.0) with ESMTP id j6JFl2if012166 for ; Tue, 19 Jul 2005 08:47:02 -0700 (PDT) Received: from [192.168.2.8] (dsl001-134-183.sea1.dsl.speakeasy.net [72.1.134.183]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j6JFl0Kt019795 for ; Tue, 19 Jul 2005 08:47:01 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v733) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-36--400584770" To: FreeBSD-questions From: paul beard Date: Tue, 19 Jul 2005 08:46:59 -0700 X-Pgp-Agent: GPGMail 1.1 (Tiger) X-Mailer: Apple Mail (2.733) Cc: Subject: Still have questions on portupgrade database problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 15:47:05 -0000 --Apple-Mail-36--400584770 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed I am still seeing this error if I run portupgrade -a: ---> Session started at: Tue, 19 Jul 2005 08:30:17 -0700 [Rebuilding the pkgdb in /var/db/pkg ... - 542 packages found (-0 +542) .................................................................. ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ............................................ done] ---> Session ended at: Tue, 19 Jul 2005 08:34:00 -0700 (consumed 00:03:42) /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:322:in `deorigin': cannot convert nil into String (PkgDB::DBError) from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:915:in `tsort_build' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:914:in `each' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:914:in `tsort_build' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:906:in `each' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:906:in `tsort_build' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:928:in `sort_build' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:932:in `sort_build!' from /usr/local/sbin/portupgrade:674:in `main' from /usr/local/sbin/portupgrade:207:in `initialize' from /usr/local/sbin/portupgrade:207:in `new' from /usr/local/sbin/portupgrade:207:in `main' from /usr/local/sbin/portupgrade:1869 I have heeded the advice in UPDATING: > adjust the PORTS_DBDRIVER variable (in your environment or in > pkgtools.conf) to either bdb1_hash or dbm_hash. but it doesn't seem to take. I have bdb1_hash in pkgtools.conf. I have even tried -q/--noconfig to only take environment variables. [/var/db/pkg]# export PORTS_DBDRIVER=bdb1_hash; pkgdb -qF ---> Checking the package registry database [Rebuilding the pkgdb in /var/db/pkg ... - 542 packages found (-0 +542) .............................. what am I missing? FWIW, I can use an incantation of portmanager to find the outdated ports and use portupgrade on the one by one. -- Paul Beard contact info: www.paulbeard.org/paulbeard.vcf Are you trying to win an argument or solve a problem? --Apple-Mail-36--400584770 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFC3SBzfHLPwpj1/JQRAp0hAJ9KTDnrJBttP1VLCo22dH25zoxohQCglkLW xOeo7dPlPTsa63mpaiw/feM= =HJP1 -----END PGP SIGNATURE----- --Apple-Mail-36--400584770-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 15:58:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F1DB16A41F for ; Tue, 19 Jul 2005 15:58:41 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-03-eri0.ohiordc.rr.com (ms-smtp-03-smtplb.ohiordc.rr.com [65.24.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E4C43D46 for ; Tue, 19 Jul 2005 15:58:40 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-44-187.woh.res.rr.com [65.31.44.187]) by ms-smtp-03-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j6JFwbYF024006 for ; Tue, 19 Jul 2005 11:58:37 -0400 (EDT) Message-ID: <000501c58c7a$a605bda0$0200a8c0@satellite> From: "dave" To: Date: Tue, 19 Jul 2005 11:58:04 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: ipfilter4 on freebsd5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 15:58:41 -0000 Hello, Does anyone have a procedure for getting ipfilter 4 going on a freebsd5 system? I've got the 4.1.8 tarball, but running the commands suggested produces errors. I would like ipf4 to be a loaded kernel module, does it still need ipv6, and to do block by default, is this possible? Thanks a lot. Dave. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 16:18:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8653216A41F for ; Tue, 19 Jul 2005 16:18:48 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C4343D5D for ; Tue, 19 Jul 2005 16:18:47 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 31915 invoked from network); 19 Jul 2005 16:18:46 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Jul 2005 16:18:46 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 82D452B; Tue, 19 Jul 2005 12:18:45 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <20050718163250.D28772@maren.thelosingend.net> From: Lowell Gilbert Date: 19 Jul 2005 12:18:45 -0400 In-Reply-To: <20050718163250.D28772@maren.thelosingend.net> Message-ID: <44d5peixay.fsf@be-well.ilk.org> Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Some sort of filter based filesystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 16:18:48 -0000 Svein Halvor Halvorsen writes: > What would be nice, is some kind of nullfs-like read only filesystem that > would send all files through a configurable filter when opened. That way I > could put all my music in FLAC format on hdd, and then, when I wanted to > transfer some tracks to my portable player, I could grab the files from > the ogg-directory. Or when I wanted to burn to CD-A, I could grab 'em from > the wav-dir. > > Is something like this available somewhere? It's a clever idea, but not really very useful; usually a virtual filesystem approach is good when you can generate the data as needed. For something like this, you would need to pregenerate the various forms anyway, so you wouldn't save disk space. > Or how about some other solution, not file system based? Scripting it would make sense; periodically scan the source directory for new files and build the alternate formats. I have a script that picks a random set of MP3 files out of a directory and builds a regular audio CD with those songs, normalizing the volume along the way. [I use this to burn CD-RWs to listen to in the gym.] It might be a useful example: look in http://be-well.ilk.org/~lowell/systuff/ Be well. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 16:41: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 B93B116A41F for ; Tue, 19 Jul 2005 16:41:21 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C89A43D45 for ; Tue, 19 Jul 2005 16:41:21 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 4126 invoked from network); 19 Jul 2005 16:41:21 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Jul 2005 16:41:20 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 38C312B; Tue, 19 Jul 2005 12:41:20 -0400 (EDT) Sender: lowell@be-well.ilk.org To: piotrekk@excite.com To: freebsd-questions@freebsd.org References: <20050718234353.339CEAFA99@xprdmailfe5.nwk.excite.com> From: Lowell Gilbert Date: 19 Jul 2005 12:41:19 -0400 In-Reply-To: <20050718234353.339CEAFA99@xprdmailfe5.nwk.excite.com> Message-ID: <448y02iw9c.fsf@be-well.ilk.org> Lines: 32 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: cannot install ntop under freeBSD 5.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 16:41:21 -0000 "PK" writes: > If I try to install ntop from ports, I get following errors: > > rrdPlugin.c: In function `graphCounter': > rrdPlugin.c:583: error: too few arguments to function `rrd_graph' > rrdPlugin.c: In function `netflowSummary': > rrdPlugin.c:728: error: too few arguments to function `rrd_graph' > rrdPlugin.c: In function `graphSummary': > rrdPlugin.c:926: error: too few arguments to function `rrd_graph' > gmake[3]: *** [rrdPlugin.lo] Error 1 > gmake[3]: Leaving directory `/usr/ports/net/ntop/work/ntop/plugins' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/net/ntop/work/ntop/plugins' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/net/ntop/work/ntop' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/net/ntop. > *** Error code 1 > > Stop in /usr/ports/net/ntop. > > knows someone, howto solve this problem ? > I have the newest ports tree update and rrdtool is already updatet. There is no FreeBSD 5.5 yet, so I'm not sure what you have. Did you clean your ntop port directory before building? rrd_graph is supposed to take 5 parameters (I updated my ports tree this morning). Make sure it does so in that file and in rrd.h. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 16:45:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4639F16A41F for ; Tue, 19 Jul 2005 16:45:57 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E6BF43D49 for ; Tue, 19 Jul 2005 16:45:56 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 2.2g3) with ESMTP id 16995486 for multiple; Tue, 19 Jul 2005 12:45:39 -0400 In-Reply-To: <126eac480507190836313fe1d8@mail.gmail.com> References: <126eac480507181053398deebe@mail.gmail.com> <126eac480507190836313fe1d8@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bart Silverstrim Date: Tue, 19 Jul 2005 12:45:27 -0400 To: Josh Ockert X-Mailer: Apple Mail (2.622) X-Server: High Performance Mail Server - http://surgemail.com X-Authenticated-User: bsilver@chrononomicon.com Cc: freebsd-questions@freebsd.org, Ted Mittelstaedt 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: Tue, 19 Jul 2005 16:45:57 -0000 On Jul 19, 2005, at 11:36 AM, Josh Ockert wrote: >> Go ahead. Blocking it just shows that you are totally unwilling to >> consider any position different than your own. I am at least >> willing to continue to discuss it. > > No. I have no objection to your position. I have an objection to your > complete lack of disrespect. I know I'D be angry at people who show an utter lack of disrepect, you punk! (ha ha..touche'!) > You are a troll. You go on and on, > misquoting, deliberately trying to confuse the issue, and just > generally adding nothing to the discussion. That's kind of odd since I remember Ted giving help on the list a number of times. Personally the term Troll is becoming rather watered down, which is a shame...it used to actually mean someone who was out to do nothing but cause trouble. This is no longer how the word is used now apparently. It is a generic term used towards anyone with whom one has a disagreement with online. One thing I do not understand is why people say things like "you're deliberately misinterpreting..."..."you're confusing the issue..."...etc....and not stop, take a breath, and actually spell out the issue(s) *as you understand them* and ask for clarifications. Get some common ground on which to communicate. If one is talking about apples and the other bitching about oranges, at least get that straightened out. Otherwise, you're just wasting your time. Spell out the issue. Clarify for understanding. Argue and *stay on topic* until resolved point by point. Otherwise...quit wasting your time. >> Much like the current US President George Bush blocks his ears when >> people point out to him that he committed to fire whoever leaked >> a covert CIA operative's identity - then when it was discovered that >> his right-hand-man did it, he goes back on his word. > > Except that in that case people were pointing out facts. As you said > in your email, there has been no official vote. So you have no facts. Technically, votes != facts. > You are in effect contradicting yourself when you say that those in > favor of the new logo ARE in the extreme minority, but then say there > was never any tally of opinions. Overall, the argument is foolish. I really see why some people keep their OS projects to themselves for control, if for nothing else than to keep large groups of people from bitching about something that may or may not be within the scope of the project's goals to begin with. Beastie has been associated with FreeBSD for how long now? Since 1.0? Ronald McDonald...logo, or mascot? Does it really matter? They're considered one in the same by the public. There are a number of more-religious-than-not people who had advocated getting rid of the logoscot of Beastie because he invokes the image of the "DEVIL". There are many ignoramuses out there who think themselves experts in using computers because they get an MSCE cert. There was someone in my own computer science classes who managed to pass with her four year degree without even knowing what in hell an operating system was in relation to an application. These people are out there making up the field of "IT Professionals". Who exactly is qualified to decide whether or not Beastie should be the logoscot of the Project? The users who couldn't tell a source code file from a binary? The users who can configure a DHCP server without glancing at the console? I would think the Project people would...since they're the ones doing the project. What they say, goes. If you don't like it, fork the project with your own logo/logoscot/motto/t-shirt. What you say at the point, goes. >> If you "block the address of anyone who continues on in this manner" >> you simply prove my point for me - that the proponents of this >> anti-Beastie crusade only care what they want, not what anyone else >> wants. > > I never said I was anti-Beastie. I'm not. I have many pieces of > pro-Beastie propaganda (look the word up before you start flaming). I > do however think it would be beneficial to have an image that is more > abstract and more suitable to corporate customers. Corporate backing > helps penetration into the market and it sometimes can result in > funding. Refer please to Linux and IBM. Yeah, because a fat penguin is a wonderful image to portray. On the other hand, IBM tended to partner with actual corporations with an actual logo...for themselves. Linux gets benefits from the ensuing halo effect, but there are particular businesses that get the direct benefits. I don't see Linspire doing cartwheels because of IBM. The thing is, FreeBSD as a project may think it's NICE to get hardware/cash/goodies from businesses, but doesn't set out courting to get them (note...not on FBSD Project team, these are my observations and opinions). You wouldn't necessarily WANT it. When you start hopping into bed with particular businesses, you start making concessions to them. Then things just start getting messy. If you're an impartial project you don't need to set out in search of the niche. FreeBSD is growing in use because it is good to use for certain applications, and the niche has come to FreeBSD. Theo de Raadt doesn't give a damn about who uses what with his project; it's art to him, he does this for himself, and despite his sandpaper personality OpenBSD has quite a reputation for itself and is a player in the firewall and secure server field. Wanna donate to him? Go ahead...he'll say thanks, but if you try to get him to scratch your back as a tit-for-tat, he'll more than likely give ye' the finger and sidle off. FreeBSD doesn't need strings attached via corporate entanglements, in my opinion. If people are interested in this with the hearts, go start a business. Come up with the logo for your business, reselling/supporting FreeBSD. Get a team to work on developing what you see as shortcomings in FreeBSD. Then take your corporation and approach other businesses, explaining that your spiffy OS, based on FreeBSD, is better than XYZ. Leave FreeBSD to keep developing and chugging away as it has been. >> Perhaps nobody that YOU might consider authoratative has ever made a >> blanket statement that "Beastie's image is the official FreeBSD >> Project's >> Logo" however that is nothing more than a semantic argument. His >> image has been USED as the logo on just about every CDROM pressing >> that Walnut Creek ever sold, and in numerous other websites and >> on the FreeBSD Project's website. And I am not talking about the full >> color images on the front of the CD jewel cases, I'm talking about the >> minature Beastie logo image on the back. Face the fact, Beastie is >> the >> current logo. > > I've never disagreed with you on this. Before. Now I will. There are > generally two types of logos. There is the "Official Logo" which is > often what you see on media packaging. This is usually a combination > of words and a graphic. Might want to tell that to Nike... According to dictionary.com, a logo is: A name, symbol, or trademark designed for easy and definite recognition, especially one borne on a single printing plate or piece of type. Short for logogram and logotype. A company emblem or device. > Those responsible for the new logo contest > contend that the logo in this sense of the word is that found at > http://www.freebsd.org/gifs/freebsd_1.gif. I find that I have no > trouble agreeing with them. A logo is what's supposed to give you a > first impression of a product. A logo is about marketing. Advertising. > Viewed in this light, Beastie cannot be the logo because he does not > have any direct link to the FreeBSD project, he is only associated > with it. One does not see Beastie for the first time and automatically > conclude "FreeBSD"! I know a guy in a yellow jumpsuit and clown makeup just SCREAMS McDonalds. Or the golden arches sitting alone, without the rest of the name. Anyone who is familiar at all with FreeBSD for more than a day's research time knows about Beastie, in graphic if not in name. Tux...doesn't tell me about Red Hat. Or Linux, for that matter. Come to think of it, most logos don't have you automaticaly conclude . They are associated to each other artificially so you see one and think of the other. I mean...a logo is a visual representation of the first few notes of the Jaws theme. Or the bladed glove and striped sweater...what does that image remind most reasonable US (and European, perhaps?) people to think of? And a cracked hockey mask...? Whenever enthusiasts and project sites have gone up for FreeBSD, Beastie has normally been found somewhere on the page. They just go together and are associated with each other, and for all intents and purposes, arguing logo vs. mascot vs. logoscot is merely arguing semantics. Beastie reminds users of FreeBSD of FreeBSD like a pretty blue screen reminds them of Windows. > It is this goal that one hopes will be > accomplished with the new logo. To what end? Try to become someone's corporate bitch? Become marketing friendly, maybe even more user click-and-drool friendly? Get it to the point where Windows system admins won't need to know squat about MX records in order to set up and run a mail server or DNS server? Maybe we could encourage more growth in that sector of IT...you know...IT people who know squat...dumb things down a little more. First step is usually a shiny little LOGO to slap on a business card. Let's make the logo something inoffensive too...I mean, we wouldn't want more of those idiot geek people and their inside jokes about "daemons" to continue their subversive campaign to have people learn things. Let's make the logo a puddle of yellow water with a trout jumping out of it...symbolic of all the pissing matches this argument as spawned. Unless the whole fish thing would be offensive to Xtians (http://www.answers.com/topic/xmas). >> Now, you may argue that it is time for the FreeBSD Project to change >> it's logo - although I have yet to see a logical reason for this - >> and I think I and the userbase would have some respect for this >> argument if you could use a logical proof. But your argument that >> he never was the logo to begin with is nothing more than an attempt >> to side-step the discussion of why do we need to change the logo now. > > Logical proofs are intended to demonstrate truths. An action in the > future is not a truth. No intelligent person would claim that "FreeBSD > should change its logo" is a theorem to be proven by a system of > postulates and axioms. By virtue of the word "should" it is entirely a > statement of judgment. The reasoning behind this judgment is that > there are many cases in which FreeBSD might have been used that it was > not because some PHB didn't like Beastie. To be honest, considering > corporate culture and the threat of being sued and/or required to take > sensitivity classes, I cannot fault the PHB for not wanting Beastie > around. In fact, if you search the mail archives you'll find people > trying to get rid of the Beastie boot menu because it got them into > trouble at work. Um...why bother using it at all then? I mean, there's no logical necessity to having a logo or a mascot...just wipe it down completely. Purge FreeBSD of the graphics, and get rid of the copyright statements, etc...make it a pure OS, consisting solely of code necessary to function. Make it more efficient, the source is smaller, and how can it be offensive it is stripped of all non-technical aspects? > > Forgive my rambling. My point is: > Corporate-friendly politically-correct logo => higher market > penetration => more people using and hopefully contributing to FreeBSD > => FreeBSD gets better > whereas > Current logo/mascot/whateverthe****youwannacallitidontreallygivea**** > => Some change-resistant people are happy. Forgive my rambling, but FreeBSD isn't out to take over the world. It was simply made to do a job. It was and is improved and used by geeks who like inside jokes, and after all, when it comes to free-source operating systems, it is a geek's party and the market promoters are the crashers. If you want to use something with fewer headaches than Windows tends to give, use FreeBSD or Linux. If not, FreeBSD isn't one particular business's project or pet ho'. The FreeBSD project team gives their own time for development, and if some businesses as a whole sticks their nose up at it it's not a reason for FreeBSD leaders to cry themselves to sleep at night. If you want to pursue the corporate sponsorship route, start a corporation, integrate FreeBSD into your project OS, and start approaching them. Leave FreeBSD out of it. >> This is a cowards argument and not one that will generate any respect >> among the userbase. > > Except those that are tired of having to explain what a daemon is to > people who don't have any appreciation for the internal workings of > the system. Then don't explain it. RTFM or ignore it. If one is truly tired of babying the PHBs, they stop coddling and get the job done or move on. Or reply, "It just is", or have them explain some irrelevant aspect of their job or hobby. I mean...why a flying multi-colored window for a logo/symbol? Is it a reference to broken windows, or draftiness? Can you Mister-Windows-User explain that? Well...it just is. Users are by their very nature dense. Ooh...prettier less offensive logo now! So...tell me....why do I need to "log in" to use it again? Why do I need to type XYZ to do ABC? Why.... >> And trying to argue that there's room for both a logo and a mascot >> is purely an argument of appeasement. > > You've obviously never been in charge of a large organization. The > whole point is appeasement. You're trying to make the least number of > people pissed off. Wow, that is a formula that just screams that the end result will be efficient and useful. Because, you know, all good things came out of committee... >> There can only be one recognizable >> imagery for The FreeBSD Project, just as for ANY product. > > Really? OpenBSD happens to use both a blowfish (Puffy) and a > Beastie-like daemon quite successfully. Actually, OpenBSD associates with the blowfish more than both Puffy-and-Beastie-like-daemon. I see Puffy, I think OpenBSD. I see Daemon-like-creature, I think FreeBSD. >> The situation would be analogous to if one day Microsoft decided they >> wanted to stop using the Windows logo and the word "Windows" to refer >> to their product line. It wouldn't work because the Windows userbase >> would simply ignore any alternative attempt at a logo than the flying >> Window. > > That's funny. In XP they redid their old logo. It's now much more > stylized. But is it still just a flying window? Since when did "stylized" mean new logo? If it's still basically the same logo...look at it, stylized as it is, and still recognize it as belonging to MS Windows, how does this negate his statement above? >>> Furthermore, you and some of those sharing your viewpoints have tried >>> to paint those wishing for a different logo as in the extreme >>> minority. >> >> They are. > > Prove it. Isn't the burden of proof on the person making the assertion? And wouldn't it be pointless if it's the Project people who are in charge that make the final say, unless you spin off a new fork? From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 16:57: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 A948E16A41F for ; Tue, 19 Jul 2005 16:57:14 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D96043D46 for ; Tue, 19 Jul 2005 16:57:14 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from [192.168.0.140] (tui75-2-82-229-178-102.fbx.proxad.net [82.229.178.102]) by postfix4-2.free.fr (Postfix) with ESMTP id 908AC32211A; Tue, 19 Jul 2005 18:57:13 +0200 (CEST) Date: Tue, 19 Jul 2005 18:57:19 +0200 From: Mathieu CHATEAU X-Mailer: The Bat! (v3.5) Professional X-Priority: 3 (Normal) Message-ID: <355729764.20050719185719@free.fr> To: Casper In-Reply-To: <42DCCCC9.5080802@os.lv> References: <42DCCCC9.5080802@os.lv> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Delete files in directory... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mathieu CHATEAU List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 16:57:14 -0000 Hello Casper, just to say that if you call the command directly from cron, you must call /bin/rm and not just rm cheers, Tuesday, July 19, 2005, 11:50:01 AM, you wrote: C> Hi, C> Sorry, simple, stupid q. How to make that what come in directory C> /usr/files/ for example are erased? Or only put in cron after while do C> "rm /usr/files/*"? C> tnx, C> Casper C> _______________________________________________ C> freebsd-questions@freebsd.org mailing list C> http://lists.freebsd.org/mailman/listinfo/freebsd-questions C> To unsubscribe, send any mail to C> "freebsd-questions-unsubscribe@freebsd.org" -- Best regards, Mathieu mailto:gollum123@free.fr From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 17:05: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 7222616A41F for ; Tue, 19 Jul 2005 17:05:12 +0000 (GMT) (envelope-from piotrekk@excite.com) Received: from excite.com (nn6.excitenetwork.com [207.159.120.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1E0943D48 for ; Tue, 19 Jul 2005 17:05:11 +0000 (GMT) (envelope-from piotrekk@excite.com) Received: by xprdmailfe1.nwk.excite.com (Postfix, from userid 110) id 74CB1109EE8; Tue, 19 Jul 2005 13:05:10 -0400 (EDT) To: freebsd-questions@freebsd.org Received: from [212.55.196.2] by xprdmailfe1.nwk.excite.com via HTTP; Tue, 19 Jul 2005 13:05:10 EST X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: ID = 433db1c82648891619ce311ba76019ed 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: <20050719170510.74CB1109EE8@xprdmailfe1.nwk.excite.com> Date: Tue, 19 Jul 2005 13:05:10 -0400 (EDT) Subject: Re: cannot install ntop under freeBSD 5.5 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: Tue, 19 Jul 2005 17:05:12 -0000 sorry I mean freeBSD 5.4 I have the newest ports tree update and I've cleaned the ntop port directory before building. It still doesn't work and I get the same errors. kind regards piotr --- On Tue 07/19, Lowell Gilbert < freebsd-questions-local@be-well.ilk.org > wrote: From: Lowell Gilbert [mailto: freebsd-questions-local@be-well.ilk.org] To: piotrekk@excite.com, freebsd-questions@freebsd.org Date: 19 Jul 2005 12:41:19 -0400 Subject: Re: cannot install ntop under freeBSD 5.5 "PK" writes:

> If I try to install ntop from ports, I get following errors:
>
> rrdPlugin.c: In function `graphCounter':
> rrdPlugin.c:583: error: too few arguments to function `rrd_graph'
> rrdPlugin.c: In function `netflowSummary':
> rrdPlugin.c:728: error: too few arguments to function `rrd_graph'
> rrdPlugin.c: In function `graphSummary':
> rrdPlugin.c:926: error: too few arguments to function `rrd_graph'
> gmake[3]: *** [rrdPlugin.lo] Error 1
> gmake[3]: Leaving directory `/usr/ports/net/ntop/work/ntop/plugins'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory `/usr/ports/net/ntop/work/ntop/plugins'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/ports/net/ntop/work/ntop'
> gmake: *** [all] Error 2
> *** Error code 2
>
> Stop in /usr/ports/net/ntop.
> *** Error code 1
>
> Stop in /usr/ports/net/ntop.
>
> knows someone, howto solve this problem ?
> I have the newest ports tree update and rrdtool is already updatet.

There is no FreeBSD 5.5 yet, so I'm not sure what you have.
Did you clean your ntop port directory before building?

rrd_graph is supposed to take 5 parameters (I updated my ports tree
this morning). Make sure it does so in that file and in rrd.h.
_______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 17:08: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 D3EC816A41F for ; Tue, 19 Jul 2005 17:08:40 +0000 (GMT) (envelope-from fairwinds@eastlink.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85AA843D45 for ; Tue, 19 Jul 2005 17:08:40 +0000 (GMT) (envelope-from fairwinds@eastlink.ca) Received: from ip04.eastlink.ca ([24.222.10.20]) by mx3.eastlink.ca (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IJV008EMWYFQH@mx3.eastlink.ca> for freebsd-questions@freebsd.org; Tue, 19 Jul 2005 14:08:39 -0300 (ADT) Received: from blk-222-234-230.eastlink.ca (HELO eastlink.ca) (24.222.234.230) by ip04.eastlink.ca with ESMTP; Tue, 19 Jul 2005 14:08:39 -0300 Date: Tue, 19 Jul 2005 14:08:32 -0300 From: David Pratt In-reply-to: <000501c58c7a$a605bda0$0200a8c0@satellite> To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.553) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== Subject: Upgrade python from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 17:08:41 -0000 I am relatively new to ports. When I type pkg_info, this is what I have for python: py23-MySQLdb-1.2.0_1 Access a MySQL database through Python py23-mx-base-2.0.5 The eGenix mx-Extension Series for Python py23-reportlab-1.19 Library to create PDF documents using the Python language py23-xml-0.8.4 PyXML: Python XML library enhancements py24-statgrab-0.3 A set of Python bindings for libstatgrab python-2.3.4_4 An interpreted object-oriented programming language python-2.4_1 An interpreted object-oriented programming language I want to upgrade my python from 2.3.4 to 2.3.5. To I deinstall all py23 ports and python-2.3.4_4 and reinstall or do I run an portupgrade somewhere that will take care of this or do I just install python-2.3.5 In my /usr/local/lib: I have: python2.3 python2.4 What is right approach to updating only my python 2.3 so that it will be right for all py23. I don't want to have two separate versions of 2.3 only update version to 2.3.5 Many thanks David From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 17:26:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6104A16A41F for ; Tue, 19 Jul 2005 17:26:07 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DFC43D48 for ; Tue, 19 Jul 2005 17:26:06 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.13.0/8.13.0) with ESMTP id j6JHQ2B0027196; Tue, 19 Jul 2005 13:26:04 -0400 Mime-Version: 1.0 Message-Id: In-Reply-To: <42DC1173.6020307@axe.homelinux.net> References: <42DC1173.6020307@axe.homelinux.net> Date: Tue, 19 Jul 2005 13:26:01 -0400 To: Ross Kendall Axe , freebsd-questions@freebsd.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) on 128.113.2.3 Cc: Subject: Re: /boot on a separate partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 17:26:07 -0000 At 9:30 PM +0100 7/18/05, Ross Kendall Axe wrote: > >... I want to place the /boot directory in a small 25MB partition >at the start of the drive. Setting up the partition with sysinstall >is easy enough, but does anyone have any suggestions of how to >diddle the bootloader to accept this configuration? I doubt you can on FreeBSD. The problem is that the OS would have to mount both / and /boot before it could do anything, and FreeBSD doesn't do that. It assumes the partition that you are loading from is '/', and uses that to find (for instance) /etc/fstab so it can find out what the other partitions are. I know that linux supports this, as well as some other clever trickery with partitions at system-startup, but FreeBSD doesn't. >I don't particularly want to go for the standard 'small / partition >and separate partitions for /usr, /var, /home...' since I only have >a 1GB drive to play with and judging the partition sizes down the >nearest KB would be... tricky. Create a small-ish / partition, a swap partition, and huge /usr partition. FreeBSD creates a symlink from /home to /usr/home, so your home directories are in /usr anyway. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 18:05: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 94BC516A41F for ; Tue, 19 Jul 2005 18:05:52 +0000 (GMT) (envelope-from murcielako@yahoo.com) Received: from web50107.mail.yahoo.com (web50107.mail.yahoo.com [206.190.38.35]) by mx1.FreeBSD.org (Postfix) with SMTP id E901F43D46 for ; Tue, 19 Jul 2005 18:05:51 +0000 (GMT) (envelope-from murcielako@yahoo.com) Received: (qmail 75375 invoked by uid 60001); 19 Jul 2005 18:05:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=mI7UiSLPWps4cSVTpHc/m6zfNsSfEuGrCd7E7d2KZctKt9NZL16LfPYglSGHmRJ9MRvxaBFypMeuuTTpUmKGA/S7xVtdN+RuN7nWrSVtym5kfKdQ8R9vMyGMv+5tUphDcOa1quZ7o0d0bHM7qM6X3kIviYMm7KaweL1WzILdeMk= ; Message-ID: <20050719180551.75373.qmail@web50107.mail.yahoo.com> Received: from [200.116.162.211] by web50107.mail.yahoo.com via HTTP; Tue, 19 Jul 2005 13:05:50 CDT Date: Tue, 19 Jul 2005 13:05:50 -0500 (CDT) From: "Jorge Mario G. Mazo" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1509857431-1121796350=:74462" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: eclipse is crashing java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 18:05:52 -0000 --0-1509857431-1121796350=:74462 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Hi there I just installed the eclipse IDE via ports and when I try to open it I get an error (attached) and java coredumps any ideas why? PS: I'm using the native java [jorge@verde:~]$ java -version java version "1.4.2-p7" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p7-root_27_mar_2005_14_22) Java HotSpot(TM) Client VM (build 1.4.2-p7-root_27_mar_2005_14_22, mixed mode) [jorge@verde:~]$ ================================================================= Either write things worth reading, Or do things worth the writing. -Benjamin Franklin __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ --0-1509857431-1121796350=:74462-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 18:19: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 DD4EE16A41F for ; Tue, 19 Jul 2005 18:19:42 +0000 (GMT) (envelope-from freezumba@terra.com.br) Received: from itapoa.terra.com.br (itapoa.terra.com.br [200.154.55.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1528C43D46 for ; Tue, 19 Jul 2005 18:19:41 +0000 (GMT) (envelope-from freezumba@terra.com.br) X-Terra-Karma: 0% X-Terra-Hash: c5e722e369e6ac26febd2cf1c02a564b Received: from moroto.terra.com.br (moroto.terra.com.br [200.176.10.5]) by itapoa.terra.com.br (Postfix) with ESMTP id 095693C2D2 for ; Tue, 19 Jul 2005 15:19:39 -0300 (BRT) Received-SPF: pass (moroto.terra.com.br: domain of terra.com.br designates 200.176.10.5 as permitted sender) client-ip=200.176.10.5; envelope-from=freezumba@terra.com.br; helo=201-24-234-100.ctame704.dsl.brasiltelecom.net.br; Received: from 201-24-234-100.ctame704.dsl.brasiltelecom.net.br (201-24-234-100.ctame704.dsl.brasiltelecom.net.br [201.24.234.100]) (authenticated user freezumba@terra.com.br) by moroto.terra.com.br (Postfix) with ESMTP id CF66640051 for ; Tue, 19 Jul 2005 15:19:36 -0300 (BRT) From: Zumba To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Tue, 19 Jul 2005 15:20:40 -0300 Message-Id: <1121797240.693.4.camel@paulo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: jdk-1.5.0 + mozilla X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 18:19:43 -0000 After updating java vm from 1.4.2 to 1.5.0 my browser (firefox) stoped works with java. I readed somewhere that this patch (jdk-1.5.0 patchset 1) not offers a plugin for it. Is it true? Zumba. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 18:26: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 DC1AF16A41F for ; Tue, 19 Jul 2005 18:26:42 +0000 (GMT) (envelope-from bob89@eng.ufl.edu) Received: from scorpion.eng.ufl.edu (scorpion.eng.ufl.edu [128.227.116.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 7889543D46 for ; Tue, 19 Jul 2005 18:26:42 +0000 (GMT) (envelope-from bob89@eng.ufl.edu) Received: (qmail 28949 invoked from network); 19 Jul 2005 18:26:41 -0000 Received: from scanner.engnet.ufl.edu (128.227.152.221) by scorpion.eng.ufl.edu with SMTP; 19 Jul 2005 18:26:41 -0000 From: Bob Johnson Organization: UF College of Engineering To: ross@axe.homelinux.net Date: Tue, 19 Jul 2005 14:26:40 -0400 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507191426.40842.bob89@eng.ufl.edu> Cc: FreeBSD-questions@freebsd.org Subject: RE: /boot on a separate partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 18:26:43 -0000 Garance A Drosihn wrote: > At 9:30 PM +0100 7/18/05, Ross Kendall Axe wrote: > > > >... I want to place the /boot directory in a small 25MB partition > >at the start of the drive. Setting up the partition with sysinstall > >is easy enough, but does anyone have any suggestions of how to > >diddle the bootloader to accept this configuration? > > I doubt you can on FreeBSD. The problem is that the OS would have > to mount both / and /boot before it could do anything, and FreeBSD > doesn't do that. It assumes the partition that you are loading > from is '/', and uses that to find (for instance) /etc/fstab so > it can find out what the other partitions are. > > I know that linux supports this, as well as some other clever > trickery with partitions at system-startup, but FreeBSD doesn't. > > >I don't particularly want to go for the standard 'small / partition > >and separate partitions for /usr, /var, /home...' since I only have > >a 1GB drive to play with and judging the partition sizes down the > >nearest KB would be... tricky. > > Create a small-ish / partition, a swap partition, and huge /usr > partition. If you want to play with FreeBSD, that's the way to go. You can probably get away with a 40 MB / partition, 55 MB is almost certainly large enough. The two things in / that grow in normal use are /tmp and /var/log. Make /tmp either a symlink to something on /usr, or mount it as a memory disk (see mdconfig(8)). The default logging doesn't accumulate terribly fast anyway, so /var/log isn't very important. If you handle mail or do printing, /var/spool and /var/mail might grow, but usually not enough to be a major issue. The rest of /var probably won't grow enough to matter. On a 1 GB drive you aren't going to have room to do much learning no matter how little you waste in /. Maybe I should just ship you a bigger hard drive. I'm pretty sure I have a 3 or 6 GB drive around that I have no use for. Are you willing to pay shipping? > > FreeBSD creates a symlink from /home to /usr/home, so > your home directories are in /usr anyway. > That's true if you don't create an explicit /home partition. If you WANT /home to be a separate partition (makes updating easier/safer), then create it, but in this case it probably isn't desirable. - Bob From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 18:49:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82C6D16A41F for ; Tue, 19 Jul 2005 18:49:41 +0000 (GMT) (envelope-from torstenvl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0872E43D46 for ; Tue, 19 Jul 2005 18:49:40 +0000 (GMT) (envelope-from torstenvl@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so1287002wra for ; Tue, 19 Jul 2005 11:49:40 -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=HXKU3t+J5p5LR3s3JQBFHnoI5xVSM/z7stEau2+tEsQJ78rjnDDhR4XEkqvgKQrizSzX2uUQ2jBqj27EkEdNJCMDefMiTfLL2D63aU4xGIoIUSoGpuofN74D7YVtwbiyIG1LiQrgMQGYe9UCXdQmgm7g/8Jmrk5rXhRXIjQSbJE= Received: by 10.54.44.7 with SMTP id r7mr847735wrr; Tue, 19 Jul 2005 11:49:01 -0700 (PDT) Received: by 10.54.11.4 with HTTP; Tue, 19 Jul 2005 11:49:01 -0700 (PDT) Message-ID: <126eac48050719114950ae03bd@mail.gmail.com> Date: Tue, 19 Jul 2005 14:49:01 -0400 From: Josh Ockert To: Bart Silverstrim In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <126eac480507181053398deebe@mail.gmail.com> <126eac480507190836313fe1d8@mail.gmail.com> Cc: freebsd-questions@freebsd.org, Ted Mittelstaedt Subject: Re: Demon license? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Josh Ockert List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 18:49:41 -0000 On 7/19/05, Bart Silverstrim wrote: >=20 > On Jul 19, 2005, at 11:36 AM, Josh Ockert wrote: >=20 > >> Go ahead. Blocking it just shows that you are totally unwilling to > >> consider any position different than your own. I am at least > >> willing to continue to discuss it. > > > > No. I have no objection to your position. I have an objection to your > > complete lack of disrespect. >=20 > I know I'D be angry at people who show an utter lack of disrepect, you > punk! (ha ha..touche'!) Oops. > > You are a troll. You go on and on, > > misquoting, deliberately trying to confuse the issue, and just > > generally adding nothing to the discussion. >=20 > That's kind of odd since I remember Ted giving help on the list a > number of times. Personally the term Troll is becoming rather watered > down, which is a shame...it used to actually mean someone who was out > to do nothing but cause trouble. This is no longer how the word is > used now apparently. It is a generic term used towards anyone with > whom one has a disagreement with online. No. I disagree with your apparent position. But I think you were respectful. I wouldn't call you a troll. > >> Much like the current US President George Bush blocks his ears when > >> people point out to him that he committed to fire whoever leaked > >> a covert CIA operative's identity - then when it was discovered that > >> his right-hand-man did it, he goes back on his word. > > > > Except that in that case people were pointing out facts. As you said > > in your email, there has been no official vote. So you have no facts. >=20 > Technically, votes !=3D facts. When talking about the opinions of the majority of users, votes are facts. Seeing as how Ted has never helped me, my impressions of him come entirely from within the context of this thread. If you'll refer to his original posting it was very inflammatory. Unless I'm mistaken, intentionally trying to get a rise out of people is trolling. I kinda thought this came out of a fishing metaphor. Ted is the one who made the assertion, that those who don't have a problem with the new logo are in the minority. That is his assertion. And the burden of proof *is* on him to prove it. My guess is that it may seem that way because the majority of people who are indifferent or even happy about the new logo steer clear of these heated threads on the subject. With that, I'm done. Have fun. Ciao. --=20 Josh Ockert WMU Student: French Linguistics, Computer Science --=20 The irony in biblical creationists' rhetoric of implicitly claiming that God's universe is so inconsistent that carbon decays at erratic rates is too delicious to ignore. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 18:54:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6A9F16A41F for ; Tue, 19 Jul 2005 18:54:38 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD27043D46 for ; Tue, 19 Jul 2005 18:54:37 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 13099 invoked from network); 19 Jul 2005 18:54:37 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Jul 2005 18:54:37 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 3AEE430; Tue, 19 Jul 2005 14:54:36 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Travis McChesney" References: From: Lowell Gilbert Date: 19 Jul 2005 14:54:36 -0400 In-Reply-To: Message-ID: <44vf36k4nn.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: md0: preloaded image - system hang X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 18:54:38 -0000 "Travis McChesney" writes: > I am trying to install 5.4-Release on a fairly old (still meets > requirements) Compaq Presario. > Using Disc 1, the system seems to boot up fine until it reaches the line: > > md0: Preloaded image xxxxx bytes at xxxxxx. > > The system then hangs with the floppy drive light on (making no noise). > > Not sure if there is anything I can change about my system to get it > to boot and install, but I thought I'd see if anyone has come across > this. Did you try another floppy? Bad media is a common cause of symptoms like this. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 19:08: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 904E716A41F for ; Tue, 19 Jul 2005 19:08:10 +0000 (GMT) (envelope-from bryan.maynard@reallm.com) Received: from hosting.sourcit.net (mail3.eitsolutions.net [68.23.20.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA2043D46 for ; Tue, 19 Jul 2005 19:08:09 +0000 (GMT) (envelope-from bryan.maynard@reallm.com) Received: (qmail 933 invoked from network); 19 Jul 2005 10:08:08 -0500 Received: from al1-24.207.169.154.charter-stl.com (HELO ?192.168.1.101?) (24.207.169.154) by sourcit.net with SMTP; 19 Jul 2005 10:08:07 -0500 From: Bryan Maynard Organization: Sofos Nikitis To: freebsd-questions@freebsd.org Date: Tue, 19 Jul 2005 10:07:12 +0000 User-Agent: KMail/1.8.1 References: <42DCD28E.000003.01076@ALVIAN> In-Reply-To: <42DCD28E.000003.01076@ALVIAN> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507191007.13555.bryan.maynard@reallm.com> Cc: "Rommi Alvian \(MTHK/EDP\)" Subject: Re: help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 19:08:10 -0000 On Tuesday 19 July 2005 10:14 am, Rommi Alvian (MTHK/EDP) wrote: > I am deeply interested with freeBSD. currently, i am a windows expert > then i am trying to move into freeBSD. The problem is no one can teach > me. i have read xxxguide but it can't help me. does freeBSD support > GUI interface? How far have you gotten with your FreeBSD install? What version are you trying to install? What books/guides have you read? > please help step by step.. The more information we have, the better we can help you :-) > thanks Thank you for trying FreeBSD! > alvian Bryan P.S. I had a lot of trouble in the beginning too. I got a lot of good help from this mailing list. Now I have two fully-functioning installs - a desktop (Dell Dimesion 2400) and a laptop (Dell Latitude C600). It can be done and is well worth the effort :-) -- Open Source: by the people, for the people. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 19:14: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 9D56F16A41F for ; Tue, 19 Jul 2005 19:14:17 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6E0E43D48 for ; Tue, 19 Jul 2005 19:14:16 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 2.2g3) with ESMTP id 17009441 for multiple; Tue, 19 Jul 2005 15:14:20 -0400 In-Reply-To: <126eac48050719114950ae03bd@mail.gmail.com> References: <126eac480507181053398deebe@mail.gmail.com> <126eac480507190836313fe1d8@mail.gmail.com> <126eac48050719114950ae03bd@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bart Silverstrim Date: Tue, 19 Jul 2005 15:14:09 -0400 To: Josh Ockert X-Mailer: Apple Mail (2.622) X-Server: High Performance Mail Server - http://surgemail.com X-Authenticated-User: bsilver@chrononomicon.com Cc: freebsd-questions@freebsd.org, Ted Mittelstaedt 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: Tue, 19 Jul 2005 19:14:17 -0000 On Jul 19, 2005, at 2:49 PM, Josh Ockert wrote: > On 7/19/05, Bart Silverstrim wrote: >> >> On Jul 19, 2005, at 11:36 AM, Josh Ockert wrote: >> >>>> Go ahead. Blocking it just shows that you are totally unwilling to >>>> consider any position different than your own. I am at least >>>> willing to continue to discuss it. >>> >>> No. I have no objection to your position. I have an objection to your >>> complete lack of disrespect. >> >> I know I'D be angry at people who show an utter lack of disrepect, you >> punk! (ha ha..touche'!) > > Oops. I was just joshin' you there. It was an honest typo that induces some giggles. :-) >>> You are a troll. You go on and on, >>> misquoting, deliberately trying to confuse the issue, and just >>> generally adding nothing to the discussion. >> >> That's kind of odd since I remember Ted giving help on the list a >> number of times. Personally the term Troll is becoming rather watered >> down, which is a shame...it used to actually mean someone who was out >> to do nothing but cause trouble. This is no longer how the word is >> used now apparently. It is a generic term used towards anyone with >> whom one has a disagreement with online. > > No. I disagree with your apparent position. But I think you were > respectful. I wouldn't call you a troll. ...that's kind of ambiguous. My apparent position is that Ted's not a troll, or that the term "troll" has become watered down? If the latter, I'm basing it on general observations across a number of lists and Usenet forums... If the former...well...unless we define what specifically a troll is, it couldn't really be solved. From my understanding of the definition in my time on this here In-tar-net, methinks Ted does not fit the bill. Not that I really know the guy...just based on posts I've read of his in the past. >>>> Much like the current US President George Bush blocks his ears when >>>> people point out to him that he committed to fire whoever leaked >>>> a covert CIA operative's identity - then when it was discovered that >>>> his right-hand-man did it, he goes back on his word. >>> >>> Except that in that case people were pointing out facts. As you said >>> in your email, there has been no official vote. So you have no facts. >> >> Technically, votes != facts. > > When talking about the opinions of the majority of users, votes are > facts. You can make a statement that can be a fact regarding the position of the voters (ie, the majority according to this poll believe Elvis was an alien, and if the majority did indeed believe this according to the poll then it is a fact about the outcome of the poll) yet it does not make the actual position a fact (if the majority of people believe the sky is made of vanilla pudding, it does not make the sky actually made of vanilla pudding; the majority of people believe in some form of higher power deity, but the fact that everyone and their neighbor believe this doesn't make it true...hence the term "faith"). > Seeing as how Ted has never helped me, my impressions of him come > entirely from within the context of this thread. Well, you might want to do a quick google on him to see what other posts have turned up from him in the past. I won't attest to his character, but I do know that his name is constantly flowing into my freebsd-questions folder. Maybe it'll give you a little more understanding of his position. Or you'll want to spit on him when you're done. I don't honestly know. > If you'll refer to > his original posting it was very inflammatory. Unless I'm mistaken, > intentionally trying to get a rise out of people is trolling. I kinda > thought this came out of a fishing metaphor. Kinda. It depends on motive. I can send a message to the list that is very inflammatory making all sorts of statements about FreeBSD users' mothers. If that's *all* I do, and people on the list equate my name with a mental "Oh $DEITY not again...* or "plonk list", then I'm a troll. If I'm purely doing this just to piss people off, it's a troll. If I had a bad day but at least 75% of the time my posts are on topic and/or helpful and/or generally at least non-harmful, I'd say it's not trolling. You said it yourself that you don't really know anything about Ted's previous posts. Cut some slack...this topic has been hashed so many times over that if it were food it would now be suitable for serving at a home for the elderly. Beastie and the logowars are a touchy topic. > Ted is the one who made the assertion, that those who don't have a > problem with the new logo are in the minority. That is his assertion. > And the burden of proof *is* on him to prove it. True enough...but to tell the truth, I think most people either don't give a damn or would much rather NOT change the logo, either because A) Beastie has sentimental value, or B) the *reason* behind changing/hiding/downplaying him is asinine (religious hatred, big businesses won't suck up to BSD, clueless PHBs and users don't "get" it). > My guess is that it may seem that way because the majority of people > who are indifferent or even happy about the new logo steer clear of > these heated threads on the subject. Well, unless you took a poll straight off FreeBSD's website, I doubt there will be any evidence strongly indicated one way or the other...except that the project people would probably have the final say ANYWAY, so it doesn't really matter what the users want unless they fork it. I mean, people can make parallels to businesses and their logos...but think about it. If we all rose up and told McD's to get rid of Ronald, they'd do it because of bad publicity and lost sales. That's why they exist. FreeBSD got to where it is without marketing, without "sales", without the public loving or hating it...it simply is. FreeBSD doesn't have shareholders to answer to, and if you don't like it, you don't use it. Other businesses actually have things like payroll and profits to worry about. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 19:25: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 4906F16A41F for ; Tue, 19 Jul 2005 19:25:21 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from veldy.net (fuggle.veldy.net [209.240.64.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B5343D45 for ; Tue, 19 Jul 2005 19:25:20 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from localhost (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id CF46E20; Tue, 19 Jul 2005 14:25:19 -0500 (CDT) Received: from veldy.net ([127.0.0.1]) by localhost (fuggle.veldy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66282-10; Tue, 19 Jul 2005 14:25:16 -0500 (CDT) Received: from [127.0.0.1] (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id 747A21E; Tue, 19 Jul 2005 14:25:16 -0500 (CDT) Message-ID: <42DD539C.4040300@veldy.net> Date: Tue, 19 Jul 2005 14:25:16 -0500 From: "Thomas T. Veldhouse" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: eric wyzerski References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at veldy.net Cc: freebsd-questions@freebsd.org Subject: Re: Freebsd 4.11 - Hypterthreading X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 19:25:21 -0000 eric wyzerski wrote: > Hi, > > on freebsd 4.11 how I enable hyperthreading? sysctl -a | grep > machdep.hlt_logical_cpus returns nothing. > Someone have an idea? I have the options SMP in the kernel > Thank you > (Please CC me if you reply im not in the list) > Do you have it enabled in your BIOS as well. That is also required. Tom Veldhouse From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 19:36: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 5D0DC16A41F for ; Tue, 19 Jul 2005 19:36:21 +0000 (GMT) (envelope-from murcielako@yahoo.com) Received: from web50102.mail.yahoo.com (web50102.mail.yahoo.com [206.190.38.30]) by mx1.FreeBSD.org (Postfix) with SMTP id B37B043D46 for ; Tue, 19 Jul 2005 19:36:20 +0000 (GMT) (envelope-from murcielako@yahoo.com) Received: (qmail 53586 invoked by uid 60001); 19 Jul 2005 19:36:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=HfbHI3PrsulLDTCKGZG49ZuKD+zh4pyPCIh8DnxTci9dKE/FEfubhI4xbxoQuQUA50t2wLddzksIdnun0Tr8VyERutrD1wAbQUTw1gzOx2mlXf6ENVz5zpOFRhpSUP7rhE0Bbn28/QBVIPNAPJnfgzKCrTrMjDHk5MuplO8a8Qk= ; Message-ID: <20050719193619.53584.qmail@web50102.mail.yahoo.com> Received: from [200.116.162.211] by web50102.mail.yahoo.com via HTTP; Tue, 19 Jul 2005 14:36:19 CDT Date: Tue, 19 Jul 2005 14:36:19 -0500 (CDT) From: "Jorge Mario G. Mazo" To: Zumba , freebsd-questions@freebsd.org In-Reply-To: <1121797240.693.4.camel@paulo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: jdk-1.5.0 + mozilla X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 19:36:21 -0000 --- Zumba escribió: > After updating java vm from 1.4.2 to 1.5.0 my > browser (firefox) stoped > works with java. I readed somewhere that this patch > (jdk-1.5.0 patchset > 1) not offers a plugin for it. > > Is it true? YUP ================================================================= Either write things worth reading, Or do things worth the writing. -Benjamin Franklin __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 20:07: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 016C116A41F for ; Tue, 19 Jul 2005 20:07:10 +0000 (GMT) (envelope-from matt@atopia.net) Received: from neptune.atopia.net (neptune.atopia.net [209.128.231.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE87C43D48 for ; Tue, 19 Jul 2005 20:07:09 +0000 (GMT) (envelope-from matt@atopia.net) Received: by neptune.atopia.net (Postfix, from userid 1001) id D2FC660FB; Tue, 19 Jul 2005 16:07:08 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by neptune.atopia.net (Postfix) with ESMTP id D11E260E3 for ; Tue, 19 Jul 2005 16:07:08 -0400 (EDT) Date: Tue, 19 Jul 2005 16:07:08 -0400 (EDT) From: Matt Juszczak To: freebsd-questions@freebsd.org Message-ID: <20050719160622.N9925@neptune.atopia.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: RE: amavisd-port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 20:07:10 -0000 Still not working :-( installing to //etc/rc.d still. ---snip--- This port has installed the following startup scripts which may cause these network services to be started at boot time. //etc/rc.d/amavisd //etc/rc.d/amavis-milter ---snip--- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 20:19: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 16D5C16A41F for ; Tue, 19 Jul 2005 20:19:11 +0000 (GMT) (envelope-from armandrix2000@yahoo.com.br) Received: from smtp207.mail.sc5.yahoo.com (smtp207.mail.sc5.yahoo.com [216.136.129.97]) by mx1.FreeBSD.org (Postfix) with SMTP id CCCDD43D49 for ; Tue, 19 Jul 2005 20:19:10 +0000 (GMT) (envelope-from armandrix2000@yahoo.com.br) Received: (qmail 85794 invoked from network); 19 Jul 2005 20:19:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=LKIPjWesg66jSw+F5v7r8jre6Y4Tc/V+vSXaG4RpUkX02B0XO0pkyaBFv5VhZH7i7jfDZb72aRZRdCu/0bRw4pG+Es2ujwY8OYSu99snf8YdX5T0fIK9SkqlvzXF/2GyoIZZbSR/YhycrV20DpGi665s/m8ZBwo7vAsw8TghPS0= ; Received: from unknown (HELO ?201.26.102.232?) (armandrix2000@201.26.102.232 with plain) by smtp207.mail.sc5.yahoo.com with SMTP; 19 Jul 2005 20:19:10 -0000 Message-ID: <42DD609B.6050508@yahoo.com.br> Date: Tue, 19 Jul 2005 17:20:43 -0300 From: Armando Richard User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050420 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: Sorry... newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 20:19:11 -0000 Hope find at least 1 patient person to answer this... I'm used to operate well systems in Linux and "R"windows and trying from 2 days FreeBSD.. I've very very very novice questions and couldn't find any help in literature i've been read (from more than a week). Also this is the forum looking more like... there is anybody who can give some directions?? - for now my main doubt is in java virtual machine: -- sources links that points to nowhere. -- ports descriptions saying only about what i will get after. -- messages like that in my terminal: # cd '/usr/ports/java/jdk13' # ls Makefile files pkg-message scripts distinfo pkg-descr pkg-plist # make printf: missing format character ===> jdk-1.3.1p9_4 is*** Error code 1 Stop in /usr/ports/java/jdk13. # pkg_add jdk13 pkg_add: can't stat package file 'jdk13' # pkg_add jdk-1.3 pkg_add: can't stat package file 'jdk-1.3' # pkg_add jdk pkg_add: can't stat package file 'jdk' # or # pkg_add -r jdk Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/jdk.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/jdk.tbz' by URL # pkg_add -r jdk13 Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/jdk13.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/jdk13.tbz' by URL # -- nothing about development kits and thousands of tools, just a simple plugin in my browser (mozilla, can be other if it isn't good) wich works. Sorry if i bore you, just loosed.. my last chance is here... tx _______________________________________________________ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 20:35: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 803F416A41F for ; Tue, 19 Jul 2005 20:35:52 +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 24FE643D55 for ; Tue, 19 Jul 2005 20:35:51 +0000 (GMT) (envelope-from nysander@quanteam.info) Received: from bil101.neoplus.adsl.tpnet.pl ([83.28.127.101]:37301 helo=[192.168.1.77]) by atom.dmkhost.net with esmtpa (Exim 4.52) id 1Duynt-0003CS-Hw for freebsd-questions@freebsd.org; Tue, 19 Jul 2005 22:35:02 +0200 Message-ID: <42DD63C8.2060005@quanteam.info> Date: Tue, 19 Jul 2005 22:34:16 +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> <42DA2FCB.3080607@quanteam.info> <44pstg6qyq.fsf@be-well.ilk.org> In-Reply-To: <44pstg6qyq.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: 8bit 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 - [0 0] / [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: Tue, 19 Jul 2005 20:35:52 -0000 Lowell Gilbert wrote: >Pawe³ Madej writes: > > > >>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. >> >> > >Are all of the dependencies up to date? > > > > > i tried to recompile all dependencies for gettext and it also and i got SUCCEED :P i got installed gettext. thanks for your time. Greets Paul From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 20:45:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9492216A41F for ; Tue, 19 Jul 2005 20:45:06 +0000 (GMT) (envelope-from messmate@free.fr) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B01E43D45 for ; Tue, 19 Jul 2005 20:45:06 +0000 (GMT) (envelope-from messmate@free.fr) Received: from masterpost (lns-vlq-7-lil-82-254-194-206.adsl.proxad.net [82.254.194.206]) by postfix4-1.free.fr (Postfix) with ESMTP id 4F5DF318579 for ; Tue, 19 Jul 2005 22:45:05 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by eric.placeverte.home (Postfix) with ESMTP id 55B3C13FDA for ; Tue, 19 Jul 2005 22:45:04 +0200 (CEST) Received: from masterpost ([127.0.0.1]) by localhost (eric [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13559-03 for ; Tue, 19 Jul 2005 22:45:04 +0200 (CEST) Date: Tue, 19 Jul 2005 22:45:04 +0200 From: mess-mate To: freebsd-questions@freebsd.org Message-Id: <20050719204504.GA12474@masterpost> Mail-Followup-To: freebsd-questions@freebsd.org References: <20050719160622.N9925@neptune.atopia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20050719160622.N9925@neptune.atopia.net> X-Operating-System: GNU/Linux on a i686 User-Agent: mutt-ng devel (Linux) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at example.com Subject: Re: amavisd-port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 20:45:06 -0000 Matt Juszczak wrote: | | Still not working :-( installing to //etc/rc.d still. | | | ---snip--- | This port has installed the following startup scripts which may cause these network services | to be started at boot time. | | //etc/rc.d/amavisd that's right. | //etc/rc.d/amavis-milter Are you using sendmail ?? the amavis-milter is only used for sendmail, not needed by postfix. (dual smtp) Sorry didn't follow the entire story :) mess-mate -- You have the body of a 19 year old. Please return it before it gets wrinkled. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 20:52:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4FBF16A41F for ; Tue, 19 Jul 2005 20:52:45 +0000 (GMT) (envelope-from algould@datawok.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 4061D43D48 for ; Tue, 19 Jul 2005 20:52:45 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=yoda.datawok.com) by smtpauth06.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1Duz52-0007gS-HR; Tue, 19 Jul 2005 16:52:44 -0400 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Tue, 19 Jul 2005 15:53:58 -0500 User-Agent: KMail/1.6.2 References: <42DD609B.6050508@yahoo.com.br> In-Reply-To: <42DD609B.6050508@yahoo.com.br> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200507191553.58037.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcc11c748930cfa05765f46c254148dc06350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: Armando Richard Subject: Re: Sorry... newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 20:52:45 -0000 On Tuesday 19 July 2005 03:20 pm, Armando Richard wrote: > Hope find at least 1 patient person to answer this... > > I'm used to operate well systems in Linux and "R"windows and trying > from 2 days FreeBSD.. > > I've very very very novice questions and couldn't find any help in > literature i've been read (from more than a week). Also this is the > forum looking more like... > > there is anybody who can give some directions?? > > - for now my main doubt is in java virtual machine: > > -- sources links that points to nowhere. > -- ports descriptions saying only about what i will get after. > -- messages like that in my terminal: > > # cd '/usr/ports/java/jdk13' > # ls > Makefile files pkg-message scripts > distinfo pkg-descr pkg-plist > # make > printf: missing format character > ===> jdk-1.3.1p9_4 is*** Error code 1 > > Stop in /usr/ports/java/jdk13. > # pkg_add jdk13 > pkg_add: can't stat package file 'jdk13' > # pkg_add jdk-1.3 > pkg_add: can't stat package file 'jdk-1.3' > # pkg_add jdk > pkg_add: can't stat package file 'jdk' > # > > or > > # pkg_add -r jdk > Error: FTP Unable to get > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Lat >est/jdk.tbz: File unavailable (e.g., file not found, no access) > pkg_add: unable to fetch > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/La >test/jdk.tbz' by URL > # pkg_add -r jdk13 > Error: FTP Unable to get > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Lat >est/jdk13.tbz: File unavailable (e.g., file not found, no access) > pkg_add: unable to fetch > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/La >test/jdk13.tbz' by URL > # > > -- nothing about development kits and thousands of tools, just a > simple plugin in my browser (mozilla, can be other if it isn't good) > wich works. > > Sorry if i bore you, just loosed.. my last chance is here... > > tx You're confusing the process of installing ports from binary packages vs. source code. pkg_add is used to install binary packages. Binary packages are not available for Java for FreeBSD 5*. You'll have to build java from source code. Since FreeBSD is not allowed to distribute the source code, you'll have to download the source code manually into /usr/ports/distfiles/. Then go back to your ports directory and install the port: cd /usr/ports/java/jdk13/ make install If you haven't downloaded the source code, the installation process will stop and tell you where to get the appropriate files. You can get more information regarding Java on FreeBSD from: http://www.freebsd.org/java/ Best of luck, Andrew Gould From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 21:47: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 D0DB116A41F for ; Tue, 19 Jul 2005 21:47:09 +0000 (GMT) (envelope-from kosaltsman@mindspring.com) Received: from pop-tawny.atl.sa.earthlink.net (pop-tawny.atl.sa.earthlink.net [207.69.195.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9940D43D46 for ; Tue, 19 Jul 2005 21:47:09 +0000 (GMT) (envelope-from kosaltsman@mindspring.com) Received: from pool0382.cvx1-bradley.dialup.earthlink.net ([209.178.129.127]) by pop-tawny.atl.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1Duzvg-0005JF-00 for freebsd-questions@freebsd.org; Tue, 19 Jul 2005 17:47:09 -0400 User-Agent: Microsoft-Entourage/10.1.4.030702.0 Date: Tue, 19 Jul 2005 14:47:06 -0700 From: Kelly Owen Saltsman To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit 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: Tue, 19 Jul 2005 21:47:09 -0000 what is the frequency, kenneth? From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 22:09:16 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3668416A41F for ; Tue, 19 Jul 2005 22:09:16 +0000 (GMT) (envelope-from dpk@dpk.net) Received: from shared10.hosting.flyingcroc.net (shared10.hosting.flyingcroc.net [207.246.149.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2B7F43D48 for ; Tue, 19 Jul 2005 22:09:15 +0000 (GMT) (envelope-from dpk@dpk.net) Received: from shared10.hosting.flyingcroc.net (localhost [127.0.0.1]) by shared10.hosting.flyingcroc.net (8.12.9p2/8.12.10) with ESMTP id j6JM9FrR097934 for ; Tue, 19 Jul 2005 15:09:15 -0700 (PDT) Received: from localhost (dpk@localhost) by shared10.hosting.flyingcroc.net (8.12.9p2/8.12.10/Submit) with ESMTP id j6JM9EWP097931 for ; Tue, 19 Jul 2005 15:09:15 -0700 (PDT) X-Authentication-Warning: shared10.hosting.flyingcroc.net: dpk owned process doing -bs Date: Tue, 19 Jul 2005 15:09:14 -0700 (PDT) From: dpk X-X-Sender: dpk@shared10.hosting.flyingcroc.net To: questions@freebsd.org Message-ID: <20050719145822.W23753@shared10.hosting.flyingcroc.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: Large filesystem woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 22:09:16 -0000 Has anyone here had any luck whatsoever getting FreeBSD 5.4-RELEASE to use 4TB of space from a 4TB RAID array? It is apparent that there is a 1TB/slice limit, and sysinstall doesn't seem to be able to handle creating more than 2 slices. I read somewhere that people recommend using "gpt" to manage large filesystems. Unfortunately, this tool is not to be found on the fixit floppy or the mfsroot during installation. If the server is up, gpt complains about "Operation not permitted" because the disk is in use. I managed to get "gpt" on a floppy -- along with a hand written cp/mkdir all-in-one binary because, when you use the "Fixit" option it does not chroot you to the fixit floppy, meaning you'll need /libexec/ld-elf.so.1 and /lib/libc.so.5, because for some reason critical system utilities are built dynamically now.... but I am straying from the topic -- and ran "gpt migrate" as recommended in its man page. Now gpt no longer recognizes the the disk at all. gpt show fails entirely. gpt -vvv show lists some entries, but the sizes are all very wrong, as if they were truncated. Anyone know the specific tricks involved in getting all 4TB used, even if it has to be in 4 different slices, or am I stuck with using just 2TB? We're gonna have to go with Linux on this particular server since we need it up today but we'll be getting another one soon and I can try things there. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 22:29: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 46DC416A41F for ; Tue, 19 Jul 2005 22:29:00 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E9143D53 for ; Tue, 19 Jul 2005 22:28:59 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j6JMSxVd025958 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 19 Jul 2005 15:28:59 -0700 Received: from [128.208.4.14] (shiina.dyn.cs.washington.edu [128.208.4.14]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j6JMSwc5028286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 19 Jul 2005 15:28:59 -0700 Message-ID: <42DD7EAA.6080200@u.washington.edu> Date: Tue, 19 Jul 2005 15:28:58 -0700 From: Garrett Cooper User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20050719055655.GA14876@cox.net> In-Reply-To: <20050719055655.GA14876@cox.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Questions about "no window found" error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 22:29:00 -0000 Conrad Sabatier wrote: >On Mon, Jul 18, 2005 at 10:03:21AM +0800, Kun Niu wrote: > > >>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" >> >> > >This is normal, and is not really an error per se. The Mozilla port is >actually run from a script, which first checks for an already running >instance before launching a new browser. > > > >>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? >> >> > >If you could post the error messages you're getting when you try to start >KDE, perhaps someone could tell you what's wrong. > > > Maybe if you could post your xinitrc/x profile that would help too. -Garrett From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 22:31: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 8947616A41F for ; Tue, 19 Jul 2005 22:31:05 +0000 (GMT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0B4943D53 for ; Tue, 19 Jul 2005 22:31:03 +0000 (GMT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (rich@localhost [127.0.0.1]) by pencil.math.missouri.edu (8.12.11/8.12.11) with ESMTP id j6JMUxZK096467 for ; Tue, 19 Jul 2005 17:30:59 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.12.11/8.12.11/Submit) id j6JMUxfS096466 for freebsd-questions@freebsd.org; Tue, 19 Jul 2005 17:30:59 -0500 (CDT) (envelope-from rich) From: Rich Winkel Message-Id: <200507192230.j6JMUxfS096466@pencil.math.missouri.edu> To: freebsd-questions@freebsd.org Date: Tue, 19 Jul 2005 17:30:59 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pencil.math.missouri.edu X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean Subject: No sound on gx280 with 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 22:31:05 -0000 I have a GX280 shipped 11/30/2004. The 5.4 kernel doesn't probe any sound device. Has anyone gotten this working? Thanks, Rich From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 22:38:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48C3316A41F for ; Tue, 19 Jul 2005 22:38:45 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF65E43D46 for ; Tue, 19 Jul 2005 22:38:44 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from [172.26.2.238] ([172.26.2.238]) by mail.scls.lib.wi.us (8.12.9p2/8.12.9) with ESMTP id j6JMciG1037042; Tue, 19 Jul 2005 17:38:44 -0500 (CDT) (envelope-from nalists@scls.lib.wi.us) Message-ID: <42DD804E.7090302@scls.lib.wi.us> Date: Tue, 19 Jul 2005 17:35:58 -0500 From: Greg Barniskis User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rich Winkel References: <200507192230.j6JMUxfS096466@pencil.math.missouri.edu> In-Reply-To: <200507192230.j6JMUxfS096466@pencil.math.missouri.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: No sound on gx280 with 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 22:38:45 -0000 Rich Winkel wrote: > I have a GX280 shipped 11/30/2004. The 5.4 kernel doesn't probe any > sound device. Has anyone gotten this working? The GENERIC (default) kernel doesn't have sound compiled in, but it should be easy to get going with loadable kernel modules. # kldload snd_driver should probe all known sound devices, then # cat /dev/sndstat should tell you what specific module to name in loader.conf so that it is automatically available on subsequent reboots http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 22:39: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 A6F9216A41F for ; Tue, 19 Jul 2005 22:39:36 +0000 (GMT) (envelope-from matt@atopia.net) Received: from neptune.atopia.net (neptune.atopia.net [209.128.231.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A6D543D45 for ; Tue, 19 Jul 2005 22:39:36 +0000 (GMT) (envelope-from matt@atopia.net) Received: by neptune.atopia.net (Postfix, from userid 1001) id BBC19614E; Tue, 19 Jul 2005 18:39:35 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by neptune.atopia.net (Postfix) with ESMTP id B1F776103; Tue, 19 Jul 2005 18:39:35 -0400 (EDT) Date: Tue, 19 Jul 2005 18:39:35 -0400 (EDT) From: Matt Juszczak To: mess-mate In-Reply-To: <20050719204504.GA12474@masterpost> Message-ID: <20050719183822.C12589@neptune.atopia.net> References: <20050719160622.N9925@neptune.atopia.net> <20050719204504.GA12474@masterpost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: amavisd-port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 22:39:36 -0000 > | //etc/rc.d/amavisd > > that's right. Why is it doing double slash and why is it installing to /etc/rc.d? Why not /usr/local/etc/rc.d where other apps and ports reside? I know it has to start first, but it could have named it something like 0amavisd.sh. I dont really like ports putting things in the system's rc.d directory.... How does one go about modifying this so that the port will install in /usr/local? Just modify the makefile? > | //etc/rc.d/amavis-milter > > Are you using sendmail ?? the amavis-milter is only used for > sendmail, not needed by postfix. (dual smtp) The file is just installed. I'm not using it in /etc/rc.conf. -Matt From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 22:47: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 E24B116A420 for ; Tue, 19 Jul 2005 22:47:13 +0000 (GMT) (envelope-from danny@ricin.com) Received: from smtpq2.home.nl (smtpq2.home.nl [213.51.128.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B4A43D4C for ; Tue, 19 Jul 2005 22:47:12 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.136] (port=42468 helo=smtp5.home.nl) by smtpq2.home.nl with esmtp (Exim 4.30) id 1Dv0rn-0004AY-9E for freebsd-questions@freebsd.org; Wed, 20 Jul 2005 00:47:11 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:63534 helo=desktop.homenet) by smtp5.home.nl with esmtp (Exim 4.30) id 1Dv0rm-00018H-6P for freebsd-questions@freebsd.org; Wed, 20 Jul 2005 00:47:10 +0200 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Wed, 20 Jul 2005 00:45:21 +0200 User-Agent: KMail/1.8 References: In-Reply-To: X-Face: "0Qv=,p:+]LvuqrtS4U\z3k"qN=.1]@=?utf-8?q?=258=3F=3BPoab=23v=27F=7E=0A=09!Wm=5Fe-=24=7EL=5D=3B?=>[c*L^Qoladj)x@mH}Bqz"vLO?Zdl}[@V@=?utf-8?q?U=3Fx3=23lI=3A=0A=09=24DN=7E!Hr?=@K`-mNv"zXm MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507200045.21302.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 22:47:14 -0000 On Tuesday 19 July 2005 23:47, Kelly Owen Saltsman wrote: > what is the frequency, kenneth? benzedrine From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 22:51: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 B202A16A426 for ; Tue, 19 Jul 2005 22:51:13 +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 489DA43D45 for ; Tue, 19 Jul 2005 22:51:06 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from localhost (unknown [127.0.0.1]) by smtp5.suscom.net (Postfix) with ESMTP id E076B5102B5; Tue, 19 Jul 2005 18:51:04 -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 08540-01-78; Tue, 19 Jul 2005 18:51:01 -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 7B4AE51029D; Tue, 19 Jul 2005 18:51:01 -0400 (EDT) Date: Tue, 19 Jul 2005 18:51:05 -0400 From: Gerard Seibert To: Chuck Swiger Sender: Gerard@smtp5.suscom.net, Seibert@smtp5.suscom.net In-Reply-To: <42DD0B20.6030006@mac.com> References: <20050719094641.3355.GERARD-SEIBERT@suscom.net> <42DD0B20.6030006@mac.com> Message-Id: <20050719184632.ABDE.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 Cc: freebsd-questions@freebsd.org Subject: Re[2]: `Content-Transfer-Encoding' & 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: Tue, 19 Jul 2005 22:51:14 -0000 On Tuesday, July 19, 2005 10:16:00 AM Chuck Swiger wrote: > Gerard Seibert wrote: > [ ...relaying email via your ISP... ] > > Content-Transfer-Encoding: quoted-printable > > > > I do not want to use that encoding specifically at all times. Even when > > set within my mail program for something else, such as 8-bit, it is > > still converted to the above format. > > > > What can I do to prevent this from happening? > > Nothing, really. Any MTA along the delivery path is allowed to change the > encoding to quoted-printable, and many MTA's will do so even if the other side > advertizes the 8BITMIME ESMTP extension. > > You can avoid seeing that header if you send mail that does not contain > non-printable characters, or if the receiving MTA converts the mail back to an > 8-bit format. > > -- > -Chuck ********** Reply Separator ********** Tuesday, July 19, 2005 6:46:32 PM If I send a message through my ISP and do not use SendMail, the mail arrives as I sent it. If I throw SendMail into the mix, it always arrives as quoted-printable. I checked with my ISP. They claim that the mail is being changed on my end. They do not alter the Content-Transfer-Encoding method. -- Gerard E. Seibert gerard-seibert@suscom.net From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 22:51: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 28DC916A41F for ; Tue, 19 Jul 2005 22:51:53 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from merke.itea.ntnu.no (merke.itea.ntnu.no [129.241.7.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9CC743D45 for ; Tue, 19 Jul 2005 22:51:52 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by merke.itea.ntnu.no (Postfix) with ESMTP id 240B713C697 for ; Wed, 20 Jul 2005 00:51:51 +0200 (CEST) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by merke.itea.ntnu.no (Postfix) with SMTP for ; Wed, 20 Jul 2005 00:51:50 +0200 (CEST) Received: (qmail 49004 invoked by uid 1001); 20 Jul 2005 00:51:50 +0200 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Jul 2005 00:51:50 +0200 Date: Wed, 20 Jul 2005 00:51:50 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: Lowell Gilbert In-Reply-To: <44d5peixay.fsf@be-well.ilk.org> Message-ID: <20050720004530.B48721@maren.thelosingend.net> References: <20050718163250.D28772@maren.thelosingend.net> <44d5peixay.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: freebsd-questions@freebsd.org Subject: Re: Some sort of filter based filesystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 22:51:53 -0000 * Svein Halvor Halvorsen writes: > > What would be nice, is some kind of nullfs-like read only filesystem > > that would send all files through a configurable filter when opened. > > That way I could put all my music in FLAC format on hdd, and then, > > when I wanted to transfer some tracks to my portable player, I could > > grab the files from the ogg-directory. Or when I wanted to burn to > > CD-A, I could grab 'em from the wav-dir. * Lowell Gilbert [2005-07-19 12:18 -0400] > It's a clever idea, but not really very useful; usually a virtual > filesystem approach is good when you can generate the data as needed. > For something like this, you would need to pregenerate the various > forms anyway, so you wouldn't save disk space. Why would the various forms need to be pre-generated? I can easily imagine some mechanism where my flac files are filtered through a flac decoder and into a vorbis encoder on-the-fly. The same goes for iconv conversion, image processing, etc. In fact, this is the sole purpose of my suggestion. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 23:13: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 AA95416A41F for ; Tue, 19 Jul 2005 23:13:14 +0000 (GMT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5073443D45 for ; Tue, 19 Jul 2005 23:13:14 +0000 (GMT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (rich@localhost [127.0.0.1]) by pencil.math.missouri.edu (8.12.11/8.12.11) with ESMTP id j6JNDAKb097383; Tue, 19 Jul 2005 18:13:10 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.12.11/8.12.11/Submit) id j6JNDA4h097382; Tue, 19 Jul 2005 18:13:10 -0500 (CDT) (envelope-from rich) From: Rich Winkel Message-Id: <200507192313.j6JNDA4h097382@pencil.math.missouri.edu> In-Reply-To: <42DD804E.7090302@scls.lib.wi.us> "from Greg Barniskis at Jul 19, 2005 05:35:58 pm" To: Greg Barniskis Date: Tue, 19 Jul 2005 18:13:10 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pencil.math.missouri.edu X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean Cc: Rich Winkel , freebsd-questions@freebsd.org Subject: Re: No sound on gx280 with 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 23:13:14 -0000 According to Greg Barniskis: [ Charset ISO-8859-1 unsupported, converting... ] > Rich Winkel wrote: > > I have a GX280 shipped 11/30/2004. The 5.4 kernel doesn't probe any > > sound device. Has anyone gotten this working? > > The GENERIC (default) kernel doesn't have sound compiled in, but it > should be easy to get going with loadable kernel modules. > > # kldload snd_driver > > should probe all known sound devices, then > > # cat /dev/sndstat > > should tell you what specific module to name in loader.conf so that > it is automatically available on subsequent reboots > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html Thank you!! I had "device sound" in my kernel config, but I guess this must be the way to do things now... Rich From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 23:18:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 019D416A41F for ; Tue, 19 Jul 2005 23:18:59 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from ispmxmta06-srv.alltel.net (ispmxmta06-srv.alltel.net [166.102.165.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 879E543D46 for ; Tue, 19 Jul 2005 23:18:57 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.4] (really [69.40.94.222]) by ispmxmta06-srv.alltel.net with ESMTP id <20050719231856.ZFPU20726.ispmxmta06-srv.alltel.net@[192.168.0.4]> for ; Tue, 19 Jul 2005 18:18:56 -0500 From: Trey Sizemore To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Tue, 19 Jul 2005 19:18:55 -0400 Message-Id: <1121815135.18951.2.camel@chameleon.thesizemores.net> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit Subject: lost gdm screen X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 23:18:59 -0000 Or to be more precise, after an upgrade of gdm, when I log in I get an error message that the config file contains an error (or unrecognized command) and that it will use the default. I'm then presented with the default gdm login screen rather than the 'more stylish' version I had previously. What changed that the previous gdm.conf file is no longer valid? How do I get the 'nice' gdm screen back? Thanks. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 23:23:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 927F216A41F for ; Tue, 19 Jul 2005 23:23:46 +0000 (GMT) (envelope-from sushubh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F2A43D45 for ; Tue, 19 Jul 2005 23:23:45 +0000 (GMT) (envelope-from sushubh@gmail.com) Received: by zproxy.gmail.com with SMTP id s1so1279489nze for ; Tue, 19 Jul 2005 16:23:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:from:content-type:mime-version:content-transfer-encoding:message-id:user-agent; b=JPxc7bSCdM8bWhTIuueh0cuGPXHCQxJNzDZSATH4Ub3tRye3HbNa7feUeRqcBA6NZ1s0gD2/W9xKn2SI8kMwrJTFKk5Nj8kIF83PVETcWp1P4JtbXPtQYt4UONPVcX3yDtwVCKc4tAdkq1x6vnqeA8XOmcnQo9yyrCscDld+Jpk= Received: by 10.36.120.13 with SMTP id s13mr4766889nzc; Tue, 19 Jul 2005 16:23:17 -0700 (PDT) Received: from minime ([203.101.6.63]) by mx.gmail.com with ESMTP id 7sm7618760nzo.2005.07.19.16.23.15; Tue, 19 Jul 2005 16:23:17 -0700 (PDT) To: freebsd-questions@freebsd.org Date: Wed, 20 Jul 2005 04:53:08 +0530 From: Sushubh Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2(BETA1)/8.02 (Win32, build 7668) Subject: bridging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 23:23:46 -0000 I am going to install FreeBSD on a machine we plan to make a server. Now, we have 2 lines of internet coming to our place through 2 separate lan modems. I want the server to take these 2 lines and combine the speeds to form a single line which can be used by our lan to access the internet. I have got 3 lan cards on the linux machine. 2 for the incoming connections from the 2 lan modems which have the gateways 192.168.1.1 and 192.168.1.100. How do I go ahead with making my server a gateway offering combined bandwidth to our lan? From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 23:26:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 106E416A41F for ; Tue, 19 Jul 2005 23:26:30 +0000 (GMT) (envelope-from danny@ricin.com) Received: from smtpq1.home.nl (smtpq1.home.nl [213.51.128.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 699A243D45 for ; Tue, 19 Jul 2005 23:26:29 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.134] (port=55600 helo=smtp3.home.nl) by smtpq1.home.nl with esmtp (Exim 4.30) id 1Dv1To-0004jm-PZ; Wed, 20 Jul 2005 01:26:28 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:55819 helo=desktop.homenet) by smtp3.home.nl with esmtp (Exim 4.30) id 1Dv1Tm-0003o2-D6; Wed, 20 Jul 2005 01:26:26 +0200 From: Danny Pansters To: freebsd-questions@freebsd.org, Armando Richard Date: Wed, 20 Jul 2005 01:24:37 +0200 User-Agent: KMail/1.8 References: <42DD609B.6050508@yahoo.com.br> <200507191553.58037.algould@datawok.com> In-Reply-To: <200507191553.58037.algould@datawok.com> X-Face: "0Qv=,p:+]LvuqrtS4U\z3k"qN=.1]@=?utf-8?q?=258=3F=3BPoab=23v=27F=7E=0A=09!Wm=5Fe-=24=7EL=5D=3B?=>[c*L^Qoladj)x@mH}Bqz"vLO?Zdl}[@V@=?utf-8?q?U=3Fx3=23lI=3A=0A=09=24DN=7E!Hr?=@K`-mNv"zXm MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507200124.37741.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: Subject: Re: Sorry... newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 23:26:30 -0000 I'd like to add that though it takes (quite) long to build and install the jdk (and maybe if you're on a modem also downloading can take a while), it does work very well. I use it primarily with konqueror for applets and well it just works (with all the usual quirks as on linux -- say cut and paste...) and though not really rocketing it's fast enough. I'm pretty sure that server side it works a lot better (as it seems to do on every OS). Dan On Tuesday 19 July 2005 22:53, Andrew L. Gould wrote: > On Tuesday 19 July 2005 03:20 pm, Armando Richard wrote: > > Hope find at least 1 patient person to answer this... > > > > I'm used to operate well systems in Linux and "R"windows and trying > > from 2 days FreeBSD.. > > > > I've very very very novice questions and couldn't find any help in > > literature i've been read (from more than a week). Also this is the > > forum looking more like... > > > > there is anybody who can give some directions?? > > > > - for now my main doubt is in java virtual machine: > > > > -- sources links that points to nowhere. > > -- ports descriptions saying only about what i will get after. > > -- messages like that in my terminal: > > > > # cd '/usr/ports/java/jdk13' > > # ls > > Makefile files pkg-message scripts > > distinfo pkg-descr pkg-plist > > # make > > printf: missing format character > > ===> jdk-1.3.1p9_4 is*** Error code 1 > > > > Stop in /usr/ports/java/jdk13. > > # pkg_add jdk13 > > pkg_add: can't stat package file 'jdk13' > > # pkg_add jdk-1.3 > > pkg_add: can't stat package file 'jdk-1.3' > > # pkg_add jdk > > pkg_add: can't stat package file 'jdk' > > # > > > > or > > > > # pkg_add -r jdk > > Error: FTP Unable to get > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Lat > >est/jdk.tbz: File unavailable (e.g., file not found, no access) > > pkg_add: unable to fetch > > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/La > >test/jdk.tbz' by URL > > # pkg_add -r jdk13 > > Error: FTP Unable to get > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Lat > >est/jdk13.tbz: File unavailable (e.g., file not found, no access) > > pkg_add: unable to fetch > > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/La > >test/jdk13.tbz' by URL > > # > > > > -- nothing about development kits and thousands of tools, just a > > simple plugin in my browser (mozilla, can be other if it isn't good) > > wich works. > > > > Sorry if i bore you, just loosed.. my last chance is here... > > > > tx > > You're confusing the process of installing ports from binary packages > vs. source code. pkg_add is used to install binary packages. Binary > packages are not available for Java for FreeBSD 5*. You'll have to > build java from source code. Since FreeBSD is not allowed to > distribute the source code, you'll have to download the source code > manually into /usr/ports/distfiles/. Then go back to your ports > directory and install the port: > > cd /usr/ports/java/jdk13/ > make install > > If you haven't downloaded the source code, the installation process will > stop and tell you where to get the appropriate files. > > You can get more information regarding Java on FreeBSD from: > http://www.freebsd.org/java/ > > Best of luck, > > Andrew Gould > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 00:43: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 DD6C216A420 for ; Wed, 20 Jul 2005 00:43:16 +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 4038043D46 for ; Wed, 20 Jul 2005 00:43:16 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 098EB86DCD; Wed, 20 Jul 2005 10:13:15 +0930 (CST) Date: Wed, 20 Jul 2005 10:13:15 +0930 From: Greg 'groggy' Lehey To: Warren Toomey Message-ID: <20050720004314.GP56954@wantadilla.lemis.com> References: <20050719032539.GA54535@minnie.tuhs.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+W7ryvxEk4RRyt+P" Content-Disposition: inline In-Reply-To: <20050719032539.GA54535@minnie.tuhs.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: freebsd-questions@freebsd.org Subject: Re: Auto Reboot after Panic? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 00:43:17 -0000 --+W7ryvxEk4RRyt+P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 19 July 2005 at 13:25:39 +1000, Warren Toomey wrote: > Hi, I have recently installed FreeBSD 5.3 on a Dell Poweredge 650 server, > and it has panicked twice in the past 3 weeks. Unfortunately, the box is > in a server room for which I don't have a key, and access can take hours. > > I would like the box to dump core and reboot on a panic. I think I have set > the box up to do this, but on the last panic it didn't reboot. I followed the > information at http://www.bsdatwork.com/2002/03/29/system_panics_part_1/, > and I have compiled a kernel with makeoptions DEBUG=-g, options KDB, > options KDB_UNATTENDED. > > /etc/rc.conf has these lines: dumpdev="/dev/ad6s1b", > dumpdir="/usr/local/var/crash". The box has 768M of RAM, ad6s1b has > at least that much space, and is configured as swap. > > Can anybody tell me what have forgotten to do to make the box reboot on > a panic? Many thanks in advance, Where does it hang? 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. --+W7ryvxEk4RRyt+P Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC3Z4iIubykFB6QiMRAoP8AKCaZM9Ml+4CXEAO0obkYau/8xFgdACfUz/q 67qq00evg+QEPsh7rkbPz2U= =pCf5 -----END PGP SIGNATURE----- --+W7ryvxEk4RRyt+P-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 00:48:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9C5116A41F for ; Wed, 20 Jul 2005 00:48:25 +0000 (GMT) (envelope-from danny@ricin.com) Received: from smtpq2.home.nl (smtpq2.home.nl [213.51.128.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A4D43D45 for ; Wed, 20 Jul 2005 00:48:24 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.134] (port=56594 helo=smtp3.home.nl) by smtpq2.home.nl with esmtp (Exim 4.30) id 1Dv2l6-0007uc-66; Wed, 20 Jul 2005 02:48:24 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:50090 helo=desktop.homenet) by smtp3.home.nl with esmtp (Exim 4.30) id 1Dv2l4-0000UY-O0; Wed, 20 Jul 2005 02:48:22 +0200 From: Danny Pansters To: Armando Richard , freebsd-questions@freebsd.org Date: Wed, 20 Jul 2005 02:46:33 +0200 User-Agent: KMail/1.8 References: <42DD609B.6050508@yahoo.com.br> <200507200124.37741.danny@ricin.com> <42DD9688.10408@yahoo.com.br> In-Reply-To: <42DD9688.10408@yahoo.com.br> X-Face: "0Qv=,p:+]LvuqrtS4U\z3k"qN=.1]@=?utf-8?q?=258=3F=3BPoab=23v=27F=7E=0A=09!Wm=5Fe-=24=7EL=5D=3B?=>[c*L^Qoladj)x@mH}Bqz"vLO?Zdl}[@V@=?utf-8?q?U=3Fx3=23lI=3A=0A=09=24DN=7E!Hr?=@K`-mNv"zXm MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200507200246.33935.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: Subject: Re: Sorry... newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 00:48:26 -0000 Certainly, but complain to our friendly solarian friends over at Sun about = all=20 this :) Hi Bill. I'm sure they don't mean bad towards us, but, yeah, this i= s=20 how it works out right now. Regards, Dan=20 On Wednesday 20 July 2005 02:10, you wrote: > in time.. > > 1,1Mb + 47Mb + 40Mb ... > > build a linux binary to make a linux binary to make a FreeBSD binary to > extract a less than 1Mb javapluginoji.so to put in my browser's plugin > folder.. > > :) so much licenses... > > _______________________________________________________ > Yahoo! Acesso Gr=E1tis - Internet r=E1pida e gr=E1tis. > Instale o discador agora! http://br.acesso.yahoo.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 01:56: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 E319716A41F for ; Wed, 20 Jul 2005 01:56:48 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62AF843D46 for ; Wed, 20 Jul 2005 01:56:48 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.1.101] (rrcs-24-172-31-78.midsouth.biz.rr.com [24.172.31.78]) by ms-smtp-03-eri0.southeast.rr.com (8.12.10/8.12.7) with ESMTP id j6K1uiY4013524; Tue, 19 Jul 2005 21:56:44 -0400 (EDT) Message-ID: <42DDB006.8040303@ec.rr.com> Date: Tue, 19 Jul 2005 21:59:34 -0400 From: jason henson User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050426) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nikolas Britton References: <42D9249A.2050007@mac.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: FreeBSD - Questions Subject: Re: RAID Level 55 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 01:56:49 -0000 Nikolas Britton wrote: > On 7/16/05, Chuck Swiger wrote: > >>Nikolas Britton wrote: >> >>>I was reading on wikipedia about RAIDs trying to pass the time and I >>>was thinking why not have RAID 5+5 or 5+5+5 levels, sure you waste >>>2/3th's of your space but wouldn't this be a killer setup for a >>>directory server where fast reads are of the utmost importance? >> >>Actually, no. RAID-5 prioritizes cost and reliability at the expense of >>performance. RAID-5 does adequate for read-mostly volumes with big files, and >>does worst with lots of writes to small files. > > > Ok then, a public FTP server... It doesn't matter, when your have a > 405,000 RPM drive (27 drives * 15k rpm) you can do just about > anything, but it would excel for data reads and especially random data > reads. > > >>RAID-5,0 or -1,0 would be a much better choice. >> >> >>>Would you add up the transfer rates for each drive to get the total >>>transfer rate of the array?, if true you could easily saturate a 10 >>>gigabit ethernet connection with a 555 array of IDE or SATA drives. >> >>Nope. Most machines are limited by their PCI bus and chipset to less than >>1Gb/s of backplace bandwidth, although the higher-end boxes with multiple PCI >>busses or PCIe will do better. > > > Yes I realize that the PCI bus is limited to a maximum of 260MB/s > (32-bit @ 66MHz) but PCI-X @ 133MHz is 1060MB/s.... Anyways... > > I was just thinking out loud if there would be a useful purpose for > this type of RAID array, I was bored because I had to wait for > ethereal to build and then I had to wait till 3am, to do something, > before I could go to sleep for the night. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > If I am not mistaken the nforce products as well as sis and maybe uli have direct connect techonlogies for some peripheral to bypass the pci in there chipsets. All have ide connections (I think) that directly hook up to the chipset like this to increase performance. In the nforce products the ata controllers still appear as pci devices, but only to make it easy on the drivers (I am guessing here). I could be wrong on some of these products, but I do think most new chipsets keep hard disks off the pci bus. A stripped raid array will be faster than raid 5. You only do raid 5 if you want to have reliability with many disks and waisting have the disks with mirroring. Have you seen the IRam from gigabyte? It is not out yet, but you should google for it. Something like sustained 130-133Mb/s on SATA 150. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 02:05: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 F3D8C16A41F for ; Wed, 20 Jul 2005 02:05:39 +0000 (GMT) (envelope-from FreeBSD@amadeus.demon.nl) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8595543D46 for ; Wed, 20 Jul 2005 02:05:39 +0000 (GMT) (envelope-from FreeBSD@amadeus.demon.nl) Received: from amadeus.demon.nl ([82.161.18.200]:49573 helo=[10.0.1.1]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1Dv3xq-0008ma-BE for freebsd-questions@freebsd.org; Wed, 20 Jul 2005 02:05:38 +0000 Mime-Version: 1.0 (Apple Message framework v730) Content-Transfer-Encoding: 7bit Message-Id: <51DC41ED-B81C-4DEA-A51A-72B6F1572652@amadeus.demon.nl> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: "freebsd-questions@FreeBSD. ORG" From: FreeBSD questions mailing list Date: Wed, 20 Jul 2005 04:05:36 +0200 X-Mailer: Apple Mail (2.730) Subject: ffserver, streaming audio problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 02:05:40 -0000 Hello, I recently installed ffmpeg (/usr/ports/multimedia/ffmpeg/) to try and start a streaming audio server. the installation went smoothly though i don't seem to be able to connect to ffserver. It crashes when someone tries to connect. Has anyone been able to run it with the NoVideo option? I have been running darkice and icecast for a long time without any problems. I just wanted to try and stream in .aac format which darkice does not support (yet). thanks in advance... Arno Here's some info about my system and ffmpeg/ffserver: User@amadeus:~> uname -r 5.3-RELEASE-p18 User@amadeus:~> ffmpeg -version ffmpeg version 0.4.9-pre1, build 4718, Copyright (c) 2000-2004 Fabrice Bellard built on Jul 19 2005 23:11:58, gcc: 3.4.2 [FreeBSD] 20040728 ffmpeg 0.4.9-pre1 libavcodec 4718 libavformat 4616 User@amadeus:~> cat ffserver.conf.sample Port 8090 BindAddress xxx.xxx.xxx.xxx MaxClients 1000 MaxBandwidth 1000 CustomLog - File /tmp/feed1.ffm FileMaxSize 200K Launch ACL allow 127.0.0.1 Feed feed1.ffm Format mpeg AudioBitRate 32 AudioChannels 1 AudioSampleRate 44100 AudioCodec mp2 NoVideo Feed feed1.ffm Format mp2 AudioCodec mp3 AudioBitRate 64 AudioChannels 1 AudioSampleRate 44100 NoVideo Format status ACL allow localhost ACL allow 192.168.0.0 192.168.255.255 URL http://www.ffmpeg.org/ User@amadeus:~> ffserver -f ffserver.conf.sample ffserver started. User@amadeus:~> ffmpeg -ac 2 -acodec aac -ab 128 -ad /dev/dsp0.0 http://xxx.xxx.xxx.xxx:8090/test.mp3 ffmpeg version 0.4.9-pre1, build 4718, Copyright (c) 2000-2004 Fabrice Bellard built on Jul 19 2005 23:11:58, gcc: 3.4.2 [FreeBSD] 20040728 Input #0, audio_device, from '': Duration: N/A, bitrate: N/A Stream #0.0: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s Output #0, mp3, to 'http://xxx.xxx.xxx.xxx:8090/test.mp3': Stream #0.0: Audio: aac, 44100 Hz, stereo, 128 kb/s Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop encoding size= 446kB time=26.1 bitrate= 140.3kbits/s video:0kB audio:446kB global headers:0kB muxing overhead 0.000000% User@amadeus:~> dmesg -a | tail -7 Jul 20 03:25:10 amadeus kernel: pid 8533 (ffserver), uid 501: exited on signal 8 Connection attempt to TCP xxx.xxx.xxx.xxx:8090 from 10.0.1.1:49424 flags:0x02 Jul 20 03:25:13 amadeus kernel: Connection attempt to TCP xxx.xxx.xxx.xxx:8090 from 10.0.1.1:49424 flags:0x02 Connection attempt to TCP 127.0.0.1:8090 from 127.0.0.1:58578 flags:0x02 Jul 20 03:25:35 amadeus kernel: Connection attempt to TCP 127.0.0.1:8090 from 127.0.0.1:58578 flags:0x02 pid 9791 (ffserver), uid 0: exited on signal 8 (core dumped) Jul 20 03:25:52 amadeus kernel: pid 9791 (ffserver), uid 0: exited on signal 8 (core dumped) User@amadeus:~> gdb ffserver ffserver.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... Core was generated by `ffserver'. Program terminated with signal 8, Arithmetic exception. Reading symbols from /usr/local/lib/libavformat.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libavformat.so Reading symbols from /usr/local/lib/libavcodec.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libavcodec.so Reading symbols from /lib/libm.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.3 Reading symbols from /lib/libz.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/libz.so.2 Reading symbols from /usr/local/lib/libogg.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libogg.so.5 Reading symbols from /usr/local/lib/libvorbis.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libvorbis.so.3 Reading symbols from /usr/local/lib/libvorbisenc.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libvorbisenc.so.2 Reading symbols from /usr/local/lib/libfaac.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libfaac.so.0 Reading symbols from /lib/libc.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.5 Reading symbols from /usr/lib/libstdc++.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libstdc++.so.4 Reading symbols from /usr/local/lib/libpostproc.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpostproc.so.0 Reading symbols from /usr/local/lib/libmp3lame.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libmp3lame.so.0 Reading symbols from /usr/local/lib/libmp4v2.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libmp4v2.so.0 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x280cc5e0 in __divdi3 () from /usr/local/lib/libavformat.so (gdb) run Starting program: /usr/local/bin/ffserver (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program exited normally. (gdb) quit From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 02:43:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FFD516A41F for ; Wed, 20 Jul 2005 02:43:28 +0000 (GMT) (envelope-from rpaxon@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1112A43D48 for ; Wed, 20 Jul 2005 02:43:27 +0000 (GMT) (envelope-from rpaxon@gmail.com) Received: by wproxy.gmail.com with SMTP id i27so1319267wra for ; Tue, 19 Jul 2005 19:43:27 -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=Kzb0rFI9YEA46MaQg2HzoUp9Bf/gLKI6KQIFAev/92APccO1AUELmAFykMRQL4SaCNXnZzn+G2RygqihGNGzYCUeQnc13eTu9gf0ISGwXYrpC6hNAkoRoCuKG+pE3JcLnJ9OyLUSeiKu0c2KE4Miz4fu4K1YACXvQ2lso6CgUnE= Received: by 10.54.37.35 with SMTP id k35mr968336wrk; Tue, 19 Jul 2005 19:42:19 -0700 (PDT) Received: by 10.54.100.8 with HTTP; Tue, 19 Jul 2005 19:42:19 -0700 (PDT) Message-ID: <2ee9ec8505071919425acd3ac3@mail.gmail.com> Date: Tue, 19 Jul 2005 22:42:19 -0400 From: Rob Paxon 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: storing make options / interactive configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rob Paxon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 02:43:28 -0000 Hi guys, I've decided to store my make options in Makefile.local files in the various port directories. From what I gather this seems to be the easiest method. At any rate, when I go to make a port (or upgrade via portupgrade), the ports that have "interactive options" menus still show such the menu. Worse yet, the options checked are the defaults. I wonder the following: 1.) Does the fact it shows the default options mean it isn't recognizing my options, or are the options read after the menu is through (in which case I can just click "cancel"). 2.) Is there a way to have this menu not show up through either make install or portupgrade? 3.) Where do you guys prefer to store your make options? I've read using 'pkgtools.conf', but assume this doesn't effect 'make install', only portupgrade et al. 4.) In what order of precedence are saved options used? Particularly those saved in "/var/db/ports", which only seem to be saved for a very small amount of ports (it seems perhaps even only those with interactive menus). The others would be make.conf, Makefile.local, and pkgtools.conf. Thanks in advance. I know I asked a lot, but I don't expect someone to jump in and answer everything. Searching has only brought me to the information I seek clarification on. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 03:19:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B2EB16A41F for ; Wed, 20 Jul 2005 03:19:59 +0000 (GMT) (envelope-from mike@pittelko.net) Received: from mail.networksolutionsemail.com (mail.networksolutionsemail.com [205.178.146.50]) by mx1.FreeBSD.org (Postfix) with SMTP id D9F5243D48 for ; Wed, 20 Jul 2005 03:19:58 +0000 (GMT) (envelope-from mike@pittelko.net) Received: (qmail 24328 invoked by uid 78); 20 Jul 2005 02:23:22 -0000 Received: from unknown (HELO rufus.home) (216.251.190.223) by mail7.netsol.inquent.com with SMTP; 20 Jul 2005 02:23:22 -0000 To: freebsd-questions@freebsd.org From: "Mike Pittelkow" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Tue, 19 Jul 2005 21:27:03 -0500 Message-ID: User-Agent: Opera M2/8.01 (Win32, build 7642) Subject: cvsup server not working.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 03:19:59 -0000 cvsup6.us.FreeBSD.org reports not src-all cvs release. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 03:26: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 A19BE16A41F for ; Wed, 20 Jul 2005 03:26:27 +0000 (GMT) (envelope-from wacky@wacky.ws) Received: from solar.wacky.ws (mail.wacky.ws [67.130.97.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3894B43D48 for ; Wed, 20 Jul 2005 03:26:26 +0000 (GMT) (envelope-from wacky@wacky.ws) Received: by solar.wacky.ws (Postfix, from userid 1028) id 3CD36C3; Tue, 19 Jul 2005 23:26:25 -0400 (EDT) Received: from eclipse.wacky.ws (inet6.eclipse.wacky.ws [IPv6:2001:4830:2075::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by solar.wacky.ws (Postfix) with ESMTP id D78B2BC for ; Tue, 19 Jul 2005 23:26:19 -0400 (EDT) Date: Tue, 19 Jul 2005 23:26:17 -0400 From: chris To: freebsd-questions@freebsd.org Message-ID: <20050719232617.0b95f9c6@eclipse.wacky.ws> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.4; i386-portbld-freebsd4.11) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Signature_Tue__19_Jul_2005_23_26_17_-0400_uR1D2C2jqHo6wVg3; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on solar.wacky.ws X-Spam-Level: X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.2 X-Virus-Status: No X-Virus-Checker-Version: ClamAV 0.85.1/880/Mon May 16 11:00:02 2005 on solar.wacky.ws Subject: VPN solution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 03:26:27 -0000 --Signature_Tue__19_Jul_2005_23_26_17_-0400_uR1D2C2jqHo6wVg3 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello all, Im looking around for a VPN solution that utilizes IPSEC and ssl. What im really lookng for here on the list is suggestions. I need to use IPSEC and ssl due to what is being ran at work (running linux). I dont need anything fancy, just somthing that will connect using the above security measures. Im currently running 4.x. Any help would be appreciated. Thanks --=20 Christopher Johnson - =20 --Signature_Tue__19_Jul_2005_23_26_17_-0400_uR1D2C2jqHo6wVg3 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC3cRaiCWVx3yJMsURAtSIAKCSRBbl2D5N/YY2uw9dSXY4bRxtkgCgk0u+ 1biohY0FkoUoA4qKCWYBEL0= =kLaC -----END PGP SIGNATURE----- --Signature_Tue__19_Jul_2005_23_26_17_-0400_uR1D2C2jqHo6wVg3-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 04:44: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 EE03916A41F for ; Wed, 20 Jul 2005 04:44:25 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from mx20.fujixerox.co.jp (mx20.fujixerox.co.jp [192.26.96.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C82B43D46 for ; Wed, 20 Jul 2005 04:44:24 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from isvw20.fujixerox.co.jp ([129.249.27.140]) by mx20.fujixerox.co.jp with ESMTP id j6K4iOF6025044 for ; Wed, 20 Jul 2005 13:44:24 +0900 (JST) Received: from ms20.fujixerox.co.jp (localhost [127.0.0.1]) by isvw20.fujixerox.co.jp with ESMTP id j6K4iNtj016788 for ; Wed, 20 Jul 2005 13:44:23 +0900 (JST) Received: from ms1.fujixerox.co.jp (ms1 [129.249.27.192]) by ms20.fujixerox.co.jp with ESMTP id j6K4iNuK019223 for ; Wed, 20 Jul 2005 13:44:23 +0900 (JST) Received: from sgpaphq-smtp01.fujixerox.com ([13.198.8.73]) by ms1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j6K4iMm14555 for ; Wed, 20 Jul 2005 13:44:22 +0900 (JST) Received: from mailhost.sgp.fujixerox.com by sgpaphq-smtp01.fujixerox.com with ESMTP id 89885921121834636; Wed, 20 Jul 2005 12:43:56 +0800 Received: from localhost (localhost [127.0.0.1]) by localhost.sgp.fujixerox.com (Postfix) with SMTP id 22EDC1D93C for ; Wed, 20 Jul 2005 12:43:51 +0800 (SGT) Received: from sess.xssc.sgp.xerox.com (unknown [13.198.33.122]) by imss.sgp.fujixerox.com (Postfix) with ESMTP id 04C111D969; Wed, 20 Jul 2005 12:43:45 +0800 (SGT) From: Xu Qiang To: freebsd-questions@freebsd.org Date: Wed, 20 Jul 2005 12:46:49 +0800 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4 60130 (9.0.2711) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <20050720044345.04C111D969@imss.sgp.fujixerox.com> Subject: 1 byte more? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 04:44:26 -0000 Hi, all: = I just met a strange problem. = In FreeBSD 5.3, I want to create a new txt file with vi, and type a single = digit into it, and save it for future use. My steps are: = 1 vi count.txt 2 type i (for insert mode) 3 type 0 4 Esc 5 :wq Then by "ls -l", I found the file's size is 2 bytes, intead of 1 byte as I = expected. = Then I did a similar thing in MS Windows, to create a txt file with only 1 = digit in it. The behavior is expected, the file is 1 byte long. And when I = ftp'ed that file to FreeBSD, the size is still correct. = Why does vi in FreeBSD add 1 invisible character to the txt file? = Looking forward to any possible help, = Regards, Xu Qiang From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 04:51: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 9A34316A41F for ; Wed, 20 Jul 2005 04:51:22 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F46743D46 for ; Wed, 20 Jul 2005 04:51:22 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j6K4pLM8069285; Tue, 19 Jul 2005 23:51:21 -0500 (CDT) (envelope-from dan) Date: Tue, 19 Jul 2005 23:51:21 -0500 From: Dan Nelson To: Xu Qiang Message-ID: <20050720045121.GB94371@dan.emsphone.com> References: <20050720044345.04C111D969@imss.sgp.fujixerox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050720044345.04C111D969@imss.sgp.fujixerox.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: 1 byte more? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 04:51:22 -0000 In the last episode (Jul 20), Xu Qiang said: > In FreeBSD 5.3, I want to create a new txt file with vi, and type a > single digit into it, and save it for future use. > > My steps are: > 1 vi count.txt > 2 type i (for insert mode) > 3 type 0 > 4 Esc > 5 :wq > > Then by "ls -l", I found the file's size is 2 bytes, intead of 1 byte > as I expected. vi probably put a newline character after the one you typed. You can use echo -n 0 > count.txt or a text editor that doesn't force a newline as the last character in a file (joe for example). -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 05:18: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 EDC1D16A41F for ; Wed, 20 Jul 2005 05:18:49 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from mx21.fujixerox.co.jp (mx21.fujixerox.co.jp [192.26.96.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67AE943D45 for ; Wed, 20 Jul 2005 05:18:48 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from isvw21.fujixerox.co.jp ([129.249.27.141]) by mx21.fujixerox.co.jp with ESMTP id j6K5IX4d024546; Wed, 20 Jul 2005 14:18:33 +0900 (JST) Received: from ms20.fujixerox.co.jp (localhost [127.0.0.1]) by isvw21.fujixerox.co.jp with ESMTP id j6K5IWww026195; Wed, 20 Jul 2005 14:18:33 +0900 (JST) Received: from ms1.fujixerox.co.jp (ms1 [129.249.27.192]) by ms20.fujixerox.co.jp with ESMTP id j6K5IWCE002573; Wed, 20 Jul 2005 14:18:32 +0900 (JST) Received: from sgpaphq-smtp01.fujixerox.com ([13.198.8.73]) by ms1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j6K5IVm18815; Wed, 20 Jul 2005 14:18:32 +0900 (JST) Received: from mailhost.sgp.fujixerox.com by sgpaphq-smtp01.fujixerox.com with ESMTP id 89939431121836693; Wed, 20 Jul 2005 13:18:13 +0800 Received: from localhost (localhost [127.0.0.1]) by localhost.sgp.fujixerox.com (Postfix) with SMTP id 0116B1D99D; Wed, 20 Jul 2005 13:18:08 +0800 (SGT) Received: from sess.xssc.sgp.xerox.com (unknown [13.198.33.122]) by imss.sgp.fujixerox.com (Postfix) with ESMTP id 5DE721D92E; Wed, 20 Jul 2005 13:18:06 +0800 (SGT) From: Xu Qiang To: Dan Nelson , Xu Qiang Date: Wed, 20 Jul 2005 13:21:10 +0800 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4 60130 (9.0.2711) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <20050720051806.5DE721D92E@imss.sgp.fujixerox.com> Cc: freebsd-questions@freebsd.org Subject: RE: 1 byte more? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 05:18:50 -0000 Dan Nelson wrote: > vi probably put a newline character after the one you typed. You can > use > = > echo -n 0 > count.txt > = > or a text editor that doesn't force a newline as the last character in > a file (joe for example). Yes, You hit the point again. = I used xemacs to hex edit that file, to find a newline character (0x0a) is = added to the txt file, even though I didn't touch the "Enter" key in my key= board. Maybe vi is too aggressively helpful. :) Your "echo -n" is a solution. And xemacs is also a better choice without th= is annoying problem. = Thank you, = Regards, Xu Qiang From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 05:30:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEA0D16A41F for ; Wed, 20 Jul 2005 05:30:35 +0000 (GMT) (envelope-from mac@orthanc.st.hmc.edu) Received: from orthanc.st.hmc.edu (orthanc.ST.HMC.Edu [134.173.56.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6965843D48 for ; Wed, 20 Jul 2005 05:30:35 +0000 (GMT) (envelope-from mac@orthanc.st.hmc.edu) Received: by orthanc.st.hmc.edu (Postfix, from userid 1001) id DEB3560E1; Tue, 19 Jul 2005 22:31:12 -0700 (PDT) Date: Tue, 19 Jul 2005 22:31:12 -0700 From: Mac Mason To: freebsd-questions@freebsd.org Message-ID: <20050720053112.GC19306@orthanc.st.hmc.edu> Mail-Followup-To: freebsd-questions@freebsd.org References: <20050720051806.5DE721D92E@imss.sgp.fujixerox.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YD3LsXFS42OYHhNZ" Content-Disposition: inline In-Reply-To: <20050720051806.5DE721D92E@imss.sgp.fujixerox.com> User-Agent: Mutt/1.4.2.1i Subject: Re: 1 byte more? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 05:30:35 -0000 --YD3LsXFS42OYHhNZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jul 20, 2005 at 01:21:10PM +0800, Xu Qiang wrote: > I used xemacs to hex edit that file, to find a newline character (0x0a) is > added to the txt file, even though I didn't touch the "Enter" key in my > keyboard. Maybe vi is too aggressively helpful. :) As I recall, the convention is than UNIX text files should always end with a newline character. I can certainly envision situations where you might not want to have the extra \n, but it makes intuitive sense for it to be there: having the first half of a line in one file and the second half in another file feels very strange to me... --Mac --YD3LsXFS42OYHhNZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC3eGg1AphoTGXiN0RAqmCAJwInxUUNYz1T/Uw6Nw3YVcYMONlLACfUbt4 i5n/bEm5Tp3rDN2JfNscxqY= =CQiq -----END PGP SIGNATURE----- --YD3LsXFS42OYHhNZ-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 05:50: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 7E2C216A41F for ; Wed, 20 Jul 2005 05:50:34 +0000 (GMT) (envelope-from shmach@osprey.net) Received: from mx1.osprey.net (mx1.osprey.net [12.105.144.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B3B43D48 for ; Wed, 20 Jul 2005 05:50:33 +0000 (GMT) (envelope-from shmach@osprey.net) Received: from localhost (tyr.osprey.net [12.105.144.92]) by mx1.osprey.net (Postfix) with ESMTP id ACFE06A3AB for ; Wed, 20 Jul 2005 00:55:01 -0500 (CDT) Received: from mx1.osprey.net ([12.105.144.92]) by localhost (tyr [12.105.144.92]) (amavisd-new, port 10024) with ESMTP id 01839-01 for ; Wed, 20 Jul 2005 00:55:01 -0500 (CDT) Received: from localhost (55-pool1.ras10.kstop.alerondial.net [206.149.64.55]) by mx1.osprey.net (Postfix) with ESMTP id AFE97320DF for ; Wed, 20 Jul 2005 00:54:59 -0500 (CDT) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 20 Jul 2005 00:58:13 -0500 (CDT) Sender: spectre@localhost.osprey.net From: shmach@osprey.net To: freebsd-questions@freebsd.org X-Virus-Scanned: amavisd-new at osprey.net Subject: problem with devfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shmach@osprey.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 05:50:34 -0000 Hello everyone, I'm a CS student, and this previous semester I took a unix class where our teacher gave us some code for an assignment, with the goal being to compile and install it. The jist of it was the program created a device in /dev called voice, which would "speak" whatever was written to it using festival. I thought this was kinda spiffy, and tried to install it on my system at home, freebsd 5.3. The program tries to write to /dev, and because 5.3 uses devfs, /dev is read only, so it obviously fails. I thought that maybe using mknod would allow me to create a device, but the man page for mknod states that it can "be used to recreate deleted device nodes under a devfs(5) mount point by invoking it using dummy arguments", but that doesn't really help me here as the device node never existed in the first place. So, I guess I want to know if there's a way to override devfs, or would I have to write a kernel module in order to get thing to install in /dev. I don't know how to write device drivers, but I'm willing to give anything a try. :) what follows is the code. if anyone's interested, the code is also available for download from my teacher's site: http://www.emporia.edu/math-cs/simpson/bsimpson.htm The version I'm using is 1.0. #define FIFO_BUFFER_SIZE 4096 #define FIFO_NAME "/dev/voice" #define FESTIVAL "/usr/local/bin/festival" #define LOCAL "localhost" #define FESTIVAL_PORT 1314 #define PHRASE_HEAD "(SayText \"" #define PHRASE_TAIL "\")" #define INSTALL_PHRASE "(SayText \"/dev/voice installed\")" #define PAUSE_INTERVAL 5 #include "config.h" #include #include #include #include #include #include #include #include #include #include #include #include #include void signal_handler(int the_sig); void signal_handler(int the_sig) { if(the_sig==SIGTERM) { kill(getppid(),SIGTERM); unlink(FIFO_NAME); exit(0); }; }; int main() { static char buffer[FIFO_BUFFER_SIZE]; int buffer_count,public_fifo; int sock,phrase_len; struct sockaddr_in client,server; struct hostent *host; char *phrase; signal(SIGTERM,&signal_handler); daemon(0,0); if(fork()==0) { printf("in the child now\n"); sleep(PAUSE_INTERVAL); host=gethostbyname(LOCAL); server.sin_family=AF_INET; server.sin_port=htons(FESTIVAL_PORT); memcpy(&server.sin_addr.s_addr,host->h_addr,host->h_length); sock=socket(AF_INET,SOCK_STREAM,0); client.sin_family=AF_INET; client.sin_port=htons(0); client.sin_addr.s_addr=htonl(INADDR_ANY); if(bind(sock,(struct sockaddr *) &client,sizeof(client)) == -1){ printf("couldn't bind to port\n"); exit(2); } connect(sock,(struct sockaddr *)&server,sizeof(server)); if(mkfifo(FIFO_NAME, 06660)<0) { printf("bad things\n"); if(errno==17) { unlink(FIFO_NAME); mknod(FIFO_NAME, S_IFIFO | 0666, 0); }; printf("there's been a fucking error...\n"); }; public_fifo=open(FIFO_NAME,O_RDWR); if(public_fifo<0) { printf("couldn't open fifo\n"); exit(1); } sleep(PAUSE_INTERVAL); sendto(sock,INSTALL_PHRASE,strlen(INSTALL_PHRASE),0,(struct sockaddr *)&server,sizeof(server)); kill(getppid(),SIGTERM); while(1) { memset(buffer,0x0,FIFO_BUFFER_SIZE); buffer_count = read(public_fifo,buffer,FIFO_BUFFER_SIZE); if(buffer_count > 0) { phrase=new char[12+strlen(buffer)]; phrase_len=12+strlen(buffer); memset(phrase,0x0,phrase_len); strcat(phrase,PHRASE_HEAD); strcat(phrase,buffer); strcat(phrase,PHRASE_TAIL); sendto(sock,phrase,phrase_len,0,(struct sockaddr *)&server,sizeof(server)); delete phrase; kill(getppid(),SIGTERM); }; }; } else execl(FESTIVAL,"festival","--server",(char *)NULL); return 0; } ---------------------------------- E-Mail: shmach@osprey.net Date: 20-Jul-2005 Time: 00:25:52 This message was sent by XFMail ---------------------------------- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 06:52: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 C06EE16A41F; Wed, 20 Jul 2005 06:52:29 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from mail.spaingsm.com (llwb135.servidoresdns.net [217.76.137.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BDA143D4C; Wed, 20 Jul 2005 06:52:28 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from SERVEREL (unknown [81.12.246.122]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.spaingsm.com (Postfix) with ESMTP id E32E524C8DD; Wed, 20 Jul 2005 08:42:13 +0200 (CEST) Date: Wed, 20 Jul 2005 09:52:59 +0300 From: vladone X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <1926993869.20050720095259@spaingsm.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ipfw@freebsd.org Subject: force use proxy server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vladone List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 06:52:29 -0000 Hi! How i can redirect web traffic from my lan, throught my proxy server? From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 07:03: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 67BF216A41F for ; Wed, 20 Jul 2005 07:03:53 +0000 (GMT) (envelope-from victor@team.outblaze.com) Received: from corpmail.outblaze.com (corpmail.outblaze.com [203.86.166.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 782FB43D48 for ; Wed, 20 Jul 2005 07:03:52 +0000 (GMT) (envelope-from victor@team.outblaze.com) Received: from vexira-out.outblaze.com (localhost.localdomain [127.0.0.1]) by corpmail.outblaze.com (Postfix) with SMTP id 0B94D37AC7 for ; Wed, 20 Jul 2005 07:03:51 +0000 (GMT) Received: from smtp1.hk1.outblaze.com (smtp1.hk1.outblaze.com [203.86.166.80]) by corpmail.outblaze.com (Postfix) with SMTP id D6F3F16DD83 for ; Wed, 20 Jul 2005 07:03:50 +0000 (GMT) Received: (qmail 14275 invoked from network); 20 Jul 2005 07:03:50 -0000 Received: from unknown (HELO ?192.168.2.8?) (victor@team.outblaze.com@210.177.227.130) by smtp1.hk1.outblaze.com with SMTP; 20 Jul 2005 07:03:50 -0000 Message-ID: <42DDF755.2070702@outblaze.com> Date: Wed, 20 Jul 2005 15:03:49 +0800 From: victor User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: vladone References: <1926993869.20050720095259@spaingsm.com> In-Reply-To: <1926993869.20050720095259@spaingsm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: Checked by VAMS 1.55.018 Build 1.55.018-001 VDB 8.800 Cc: freebsd-ipfw@freebsd.org, freebsd-questions@freebsd.org Subject: Re: force use proxy server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: victor@outblaze.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 07:03:53 -0000 you might want to try setup a transparent proxy by using squid. (www.squid-cache.org) I have found this article using goole, you might find it useful. http://tomclegg.net/squid-tproxy Tor. vladone wrote: >Hi! >How i can redirect web traffic from my lan, throught my proxy server? > >_______________________________________________ >freebsd-ipfw@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw >To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe@freebsd.org" > > > > -- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 07:05: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 E217216A41F for ; Wed, 20 Jul 2005 07:05:12 +0000 (GMT) (envelope-from ross@axe.homelinux.net) Received: from smtp-out6.blueyonder.co.uk (smtp-out6.blueyonder.co.uk [195.188.213.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF7443D4C for ; Wed, 20 Jul 2005 07:05:11 +0000 (GMT) (envelope-from ross@axe.homelinux.net) Received: from lucy.axe.homelinux.net ([82.36.124.90]) by smtp-out6.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 20 Jul 2005 08:05:54 +0100 Received: from [192.168.0.3] (purplehaze [192.168.0.3]) by lucy.axe.homelinux.net (Postfix) with ESMTP id 15EF1516C0; Wed, 20 Jul 2005 08:05:09 +0100 (BST) Message-ID: <42DDF7A2.8050206@axe.homelinux.net> Date: Wed, 20 Jul 2005 08:05:06 +0100 From: Ross Kendall Axe User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alex Zbyslaw References: <42DC1173.6020307@axe.homelinux.net> <20050718142635.E7170@border.crystalsphere.multiverse> <42DC53BE.6040205@axe.homelinux.net> <6.1.0.6.2.20050718190554.11fe1e10@cobalt.antimatter.net> <42DCC88E.1010207@dial.pipex.com> In-Reply-To: <42DCC88E.1010207@dial.pipex.com> X-Enigmail-Version: 0.92.0.0 OpenPGP: url=http://www.rossaxe.pwp.blueyonder.co.uk/.pgpkey Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Jul 2005 07:05:54.0959 (UTC) FILETIME=[78B1C9F0:01C58CF9] Cc: freebsd-questions@freebsd.org Subject: Re: /boot on a separate partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 07:05:13 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alex Zbyslaw wrote: > Being pragmatic, the problems you are facing are because you have such a > tiny disk in an ancient PC. This puts you in a very small minority of > FreeBSD users. True. > A separate /boot is new to 5.X and I doubt it was done > to help you out of this situation. Developer effort is limited and > since FreeBSD has never used a separate /boot, it's unlikely to get > anyone's attention to do it that way unless there is a very good reason, > and tiny disks are unlikely to be it. I admit, I didn't know the /boot was new in FreeBSD, but then, I am a BSD virgin. As for reasons to support a /boot partition, how about BIOS bugs/quirks? There's no shortage of those. Of course, an open source BIOS would be a better solution to that particular problem. Also, please don't misinterpret my cry for help as a demand for a new feature; I may be new to FreeBSD but I'm reasonably seasoned in the ways of the free software world. > The oldest PC I have that runs FreeBSD (also a Pentium) has a 4 and an > 8Gb disk, and no problem booting off the ends of either. It's who knows > how old, and even charities don't want it because they can't think of > anything useful that anyone could do with it, even if it was the bees > knees when I got it. Pffft. I've got a 486 with a 1/4GB hard disk around here _somewhere_. > Depending on where you are located, you might be able to find something > very cheap (but still better than yours) in classifieds, computer fairs, > 2nd hand shops or the local tip. This particular machine was actually intercepted before it reached the dump. Still, it's powerful enough to make a decent home router. > > Best, > > --Alex > Thanks to all for your input, but I've actually managed to solve the problem in a different way. Turns out the BIOS was disabling LBA because the logical cylinder count was >1024, so mucking about with the geometry fixed it. Still, I'll keep these comments in mind if I ever decide to install FreeBSD on the aforementioned 486 ;-) Ross -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.7 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC3fei9bR4xmappRARAuc/AKCsWkDqBjuxfnL9o1vPxbEjLe42PACeMElv hvmsCK7XVZ528YHhDe+E7mU= =IQtf -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 07:13: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 5D90516A41F for ; Wed, 20 Jul 2005 07:13:17 +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 C450C43D48 for ; Wed, 20 Jul 2005 07:13:16 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id i7so1445153wra for ; Wed, 20 Jul 2005 00:13:16 -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=GLi+32mGx+jB8MHf9c00DzBuIlxmZTrfjSGVYwdt/E8RqRX/wCKmQpHRs9K+2t4fuIpxxy//o+9rBQ+RSgxk690kMpPfkbAzViq7Apuw3QaewPnSCI9L/XqmbXVvo7SLV7wguJor3MZP1Xy3mlRRl5AmBWrmJlFP/EvPDPURass= Received: by 10.54.57.79 with SMTP id f79mr1043190wra; Wed, 20 Jul 2005 00:12:47 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Wed, 20 Jul 2005 00:12:47 -0700 (PDT) Message-ID: Date: Wed, 20 Jul 2005 02:12:47 -0500 From: Nikolas Britton To: jason henson In-Reply-To: <42DDB006.8040303@ec.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42D9249A.2050007@mac.com> <42DDB006.8040303@ec.rr.com> Cc: FreeBSD - Questions Subject: Re: RAID Level 55 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: Wed, 20 Jul 2005 07:13:17 -0000 On 7/19/05, jason henson wrote: > Nikolas Britton wrote: > > On 7/16/05, Chuck Swiger wrote: > > > >>Nikolas Britton wrote: > >> > >>>I was reading on wikipedia about RAIDs trying to pass the time and I > >>>was thinking why not have RAID 5+5 or 5+5+5 levels, sure you waste > >>>2/3th's of your space but wouldn't this be a killer setup for a > >>>directory server where fast reads are of the utmost importance? > >> > >>Actually, no. RAID-5 prioritizes cost and reliability at the expense o= f > >>performance. RAID-5 does adequate for read-mostly volumes with big fil= es, and > >>does worst with lots of writes to small files. > > > > > > Ok then, a public FTP server... It doesn't matter, when your have a > > 405,000 RPM drive (27 drives * 15k rpm) you can do just about > > anything, but it would excel for data reads and especially random data > > reads. > > > > > >>RAID-5,0 or -1,0 would be a much better choice. > >> > >> > >>>Would you add up the transfer rates for each drive to get the total > >>>transfer rate of the array?, if true you could easily saturate a 10 > >>>gigabit ethernet connection with a 555 array of IDE or SATA drives. > >> > >>Nope. Most machines are limited by their PCI bus and chipset to less t= han > >>1Gb/s of backplace bandwidth, although the higher-end boxes with multip= le PCI > >>busses or PCIe will do better. > > > > > > Yes I realize that the PCI bus is limited to a maximum of 260MB/s > > (32-bit @ 66MHz) but PCI-X @ 133MHz is 1060MB/s.... Anyways... > > > > I was just thinking out loud if there would be a useful purpose for > > this type of RAID array, I was bored because I had to wait for > > ethereal to build and then I had to wait till 3am, to do something, > > before I could go to sleep for the night. > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= .org" > > > If I am not mistaken the nforce products as well as sis and maybe uli > have direct connect techonlogies for some peripheral to bypass the pci > in there chipsets. All have ide connections (I think) that directly > hook up to the chipset like this to increase performance. >=20 > In the nforce products the ata controllers still appear as pci devices, > but only to make it easy on the drivers (I am guessing here). I could > be wrong on some of these products, but I do think most new chipsets > keep hard disks off the pci bus. >=20 > A stripped raid array will be faster than raid 5. You only do raid 5 if > you want to have reliability with many disks and waisting have the disks > with mirroring. >=20 > Have you seen the IRam from gigabyte? It is not out yet, but you should > google for it. Something like sustained 130-133Mb/s on SATA 150. >=20 http://www.liewcf.com/blog/archives/2005/06/gigabyte-iram-boot-up-windows-x= p-in-seconds/ Yea that's cool, It uses standard DDR RAM. The only question I have about it is how it save state if you reboot etc. I think it said the max was 4GB and I'm not sure how you could to put it to good use.... as you could just add that 4GB of DRAM to the main system ram and then turn it into a ramdrive device.... the only thing it's got going for it is that it's 'like' SRAM. ----------------------------- Anyways why not build the RAID inside the hard drive? You could split the 3 platters inside the drive to act as individual drives.... the only thing though.. is that the drive head can only be in one place at a time....,.. but maybe with TCQ/NCQ it would work.... maybe add discrete platter heads / voice coils? hummmmmm... there was another idea that popped into my head but I forgot what it was. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 07:15:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FD3616A41F for ; Wed, 20 Jul 2005 07:15:55 +0000 (GMT) (envelope-from ross@axe.homelinux.net) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9529643D48 for ; Wed, 20 Jul 2005 07:15:54 +0000 (GMT) (envelope-from ross@axe.homelinux.net) Received: from lucy.axe.homelinux.net ([82.36.124.90]) by smtp-out5.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 20 Jul 2005 08:16:37 +0100 Received: from [192.168.0.3] (purplehaze [192.168.0.3]) by lucy.axe.homelinux.net (Postfix) with ESMTP id 883AF516B9; Wed, 20 Jul 2005 08:15:52 +0100 (BST) Message-ID: <42DDFA26.2060109@axe.homelinux.net> Date: Wed, 20 Jul 2005 08:15:50 +0100 From: Ross Kendall Axe User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Glenn Dawson References: <42DC1173.6020307@axe.homelinux.net> <20050718142635.E7170@border.crystalsphere.multiverse> <42DC53BE.6040205@axe.homelinux.net> <6.1.0.6.2.20050718190554.11fe1e10@cobalt.antimatter.net> <6.1.0.6.2.20050718193532.11e22eb0@cobalt.antimatter.net> In-Reply-To: <6.1.0.6.2.20050718193532.11e22eb0@cobalt.antimatter.net> X-Enigmail-Version: 0.92.0.0 OpenPGP: url=http://www.rossaxe.pwp.blueyonder.co.uk/.pgpkey Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Jul 2005 07:16:37.0803 (UTC) FILETIME=[F7DBFFB0:01C58CFA] Cc: freebsd-questions@freebsd.org Subject: Re: /boot on a separate partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 07:15:55 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Glenn Dawson wrote: > At 07:34 PM 7/18/2005, Ross Kendall Axe wrote: > > > Bit of pain really, I thought the whole idea > > of keeping the bootloader files in /boot was so that /boot could be a > > separate partition. > > Not sure about that...I always figured it was to keep / from getting too > cluttered. I think this is what I must have been thinking of: http://www.pathname.com/fhs/pub/fhs-2.3.html#FTN.AEN507 Kind of Linux/x86 specific, and not really what I said. Oh well. Ross -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.7 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC3fom9bR4xmappRARAu4sAKDFzVNkEE6KK6i0KFFRnhRS89jiPQCcCEFT qvy+hQsO3Ym3lOEW8DwEti8= =urXW -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 07:42: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 8193516A41F for ; Wed, 20 Jul 2005 07:42:11 +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 AB62B43D49 for ; Wed, 20 Jul 2005 07:42:10 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id i12so718284wra for ; Wed, 20 Jul 2005 00:42: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:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BkNaWZFXX+Vc+SfwzdZh4rJh0zW/buRyVbSh5WVRfmL7puxtJx+tubohe2HD7XWdmUO8IRyKvFCY4VmZpUmHgF4A+zqnQ7fpYlIKXf27YqJLNqgBTVqCdw6ebL1JsUWaKf9p7yR4ikV5osnkHVoUn/aOt1w1e41Q/ZVTgxmokwk= Received: by 10.54.157.14 with SMTP id f14mr1050293wre; Wed, 20 Jul 2005 00:41:23 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Wed, 20 Jul 2005 00:41:22 -0700 (PDT) Message-ID: Date: Wed, 20 Jul 2005 02:41:22 -0500 From: Nikolas Britton Cc: freebsd-questions@freebsd.org In-Reply-To: <20050719232617.0b95f9c6@eclipse.wacky.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050719232617.0b95f9c6@eclipse.wacky.ws> Subject: Re: VPN solution 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: Wed, 20 Jul 2005 07:42:11 -0000 On 7/19/05, chris wrote: > Hello all, > Im looking around for a VPN solution that utilizes IPSEC and > ssl. What im really lookng for here on the list is suggestions. I need > to use IPSEC and ssl due to what is being ran at work (running linux). > I dont need anything fancy, just somthing that will connect using the > above security measures. Im currently running 4.x. Any help would be > appreciated. >=20 > Thanks >=20 > -- > Christopher Johnson - >=20 >=20 >=20 >=20 What's wrong with just a 3DES, CAST128, or Blowfish IPSec VPN with ESP for phase 2?... whats special about SSH on SSL on IPSec?, I'm clueless about all this kinda stuff? I think what your looking for is OpenVPN http://openvpn.net/ From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 07:55: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 62A6B16A41F for ; Wed, 20 Jul 2005 07:55:11 +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 E628B43D48 for ; Wed, 20 Jul 2005 07:55:10 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so1459902wra for ; Wed, 20 Jul 2005 00:55:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hToAX9gJu28+kLnHeRokkmY0JTk8VufCefq4nRcVCWvUNLkgR1OR566ut7pQT4Y/ayfli5/+HIo1wr5gE+AeLdxOXRj161S3oLbytP7TQei/LmolK/t8j7NiqMQDsL3rb5OwWXwl/+Dp0RMDawotO0z9DCnGYZEIj3ioeA9Zty8= Received: by 10.54.137.17 with SMTP id k17mr1051130wrd; Wed, 20 Jul 2005 00:54:11 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Wed, 20 Jul 2005 00:54:11 -0700 (PDT) Message-ID: Date: Wed, 20 Jul 2005 02:54:11 -0500 From: Nikolas Britton Cc: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050719232617.0b95f9c6@eclipse.wacky.ws> Subject: Re: VPN solution 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: Wed, 20 Jul 2005 07:55:11 -0000 On 7/20/05, Nikolas Britton wrote: > On 7/19/05, chris wrote: > > Hello all, > > Im looking around for a VPN solution that utilizes IPSEC and > > ssl. What im really lookng for here on the list is suggestions. I need > > to use IPSEC and ssl due to what is being ran at work (running linux). > > I dont need anything fancy, just somthing that will connect using the > > above security measures. Im currently running 4.x. Any help would be > > appreciated. > > > > Thanks > > > > -- > > Christopher Johnson - > > > > > > > > >=20 >=20 > What's wrong with just a 3DES, CAST128, or Blowfish IPSec VPN with ESP > for phase 2?... whats special about SSH on SSL on IPSec?, I'm clueless > about all this kinda stuff? >=20 > I think what your looking for is OpenVPN > http://openvpn.net/ >=20 Umm and Is a P166 to slow to run a blowfish IPsec site to site VPN? I have that setup like that right now, here, and I'm getting at most 20KB/s to the other end of the VPN. Normaly I can upload 40 ~ 45KB/s to the internet at this location and the other end has a DS0. I think it's the P166 that's the problem but I just want a 2nd opinion before I dig in and spend time building a new firewall box.... any takers? From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 08:50: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 12AC716A41F for ; Wed, 20 Jul 2005 08:50:22 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from top.daemonsecurity.com (62-14-217-85.inversas.jazztel.es [62.14.217.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 312CC43D4C for ; Wed, 20 Jul 2005 08:50:20 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.9.171] (generic.ATOSORIGIN.ES [212.170.156.200]) by top.daemonsecurity.com (Postfix) with ESMTP id 29DA3FE6CC for ; Wed, 20 Jul 2005 10:47:49 +0200 (CEST) Message-ID: <42DE103F.3000100@locolomo.org> Date: Wed, 20 Jul 2005 10:50:07 +0200 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= Organization: Locolomo.ORG User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050529) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Firewire setup/test X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 08:50:22 -0000 Hi, I want to buy a miniDV camera, transfer the DV stream using firewire. Now, I'm really newbie on firewire devices and DV, I have none so far, and I'd really like to test and see it work before throwing out $1000. I know, this is probably one of those questions that I would answer by "go try, see if it works" but I'd rather not get embarrased in the shop trying to get silly permissions or other things right :-) So, how make sure that I can access the firewire device as ordinary user and test with gvdrecv, kino or other programs? Do I need to configure the device as root before I switch to ordinary user privileges? how? Thanks! Erik Here's my setup: Kernel config file: # FireWire support device firewire # FireWire bus code device fwe # Ethernet over FireWire (non-standard!) #device sbp # SCSI over FireWire (Requires scbus and da) device fwip # IP over FireWire (rfc2734 and rfc3146) # dmesg fwohci0: mem 0xe5800000-0xe58007ff irq 11 at device 10.2 on pci0 fwohci0: [GIANT-LOCKED] fwohci0: OHCI version 1.0 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:e0:18:00:03:09:43:39 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:e0:18:09:43:39 fwe0: Ethernet address: 02:e0:18:09:43:39 fwip0: on firewire0 fwip0: Firewire address: 00:e0:18:00:03:09:43:39 @ 0xfffe00000000, S400, maxrec 2048 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) # sysctl -a|grep firewire firewire 27 23K - 29 16,32,64,512,1024,2048,4096 debug.firewire_debug: 0 hw.firewire.try_bmr: 1 hw.firewire.hold_count: 3 hw.firewire.fwmem.eui64_hi: 0 hw.firewire.fwmem.eui64_lo: 0 hw.firewire.fwmem.speed: 2 hw.firewire.fwe.stream_ch: 1 hw.firewire.fwe.tx_speed: 2 hw.firewire.fwe.rx_queue_len: 128 hw.firewire.fwip.rx_queue_len: 128 dev.firewire.0.%desc: IEEE1394(FireWire) bus dev.firewire.0.%driver: firewire dev.firewire.0.%parent: fwohci0 dev.fwe.0.%parent: firewire0 dev.fwip.0.%parent: firewire0 # sysctl -a | grep fwoh dev.fwohci.0.%desc: Ricoh R5C552 dev.fwohci.0.%driver: fwohci dev.fwohci.0.%location: slot=10 function=2 handle=\_SB_.PCI0.IE94 dev.fwohci.0.%pnpinfo: vendor=0x1180 device=0x0552 subvendor=0x1043 subdevice=0x1687 class=0x0c0010 dev.fwohci.0.%parent: pci0 dev.firewire.0.%parent: fwohci0 # ls -l /dev lrwxr-xr-x 1 root wheel 5 1 Jan 1970 fw0 -> fw0.0 crw-rw---- 1 root operator 15, 32 20 Jul 08:14 fw0.0 crw-rw---- 1 root operator 15, 96 20 Jul 08:14 fw0.1 crw-rw---- 1 root operator 15, 97 20 Jul 08:14 fw0.2 crw-rw---- 1 root operator 15, 98 20 Jul 08:14 fw0.3 lrwxr-xr-x 1 root wheel 8 1 Jan 1970 fwmem0 -> fwmem0.0 crw-rw---- 1 root operator 15, 33 20 Jul 08:14 fwmem0.0 There's no firewire0 device, but this may be because I have nothing attached. -- Ph: +34.666334818 web: http://www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2 From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 09:03: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 314DC16A41F for ; Wed, 20 Jul 2005 09:03:20 +0000 (GMT) (envelope-from wash@wananchi.com) Received: from ns2.wananchi.com (mail.wananchi.com [62.8.64.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E6AA43D45 for ; Wed, 20 Jul 2005 09:03:18 +0000 (GMT) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com with local (Exim 4.51 #0 (FreeBSD 4.11-STABLE)) id 1DvATw-000Pxl-Lc by authid for ; Wed, 20 Jul 2005 12:03:12 +0300 Date: Wed, 20 Jul 2005 12:03:12 +0300 From: Odhiambo Washington To: FBSD-Q Message-ID: <20050720090312.GC99857@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , FBSD-Q Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Disclaimer: Any views expressed in this message, where not explicitly attributed otherwise, are mine alone!. X-Mailer: Mutt 1.5.9i (2005-03-13) X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. User-Agent: Mutt/1.5.9i Subject: host is not on local network?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 09:03:20 -0000 Hello FreeBSD users, I am sure I can learn from the expertise available on this list! I know it has some of the best brains in networking. I have several machines on the same physical LAN, but all those machines have been sending me this output in their daily security run output for the past few days: hostname-changed.wananchi.com kernel log messages: > arplookup 62.8.72.2 failed: host is not on local network > arplookup 62.8.72.2 failed: host is not on local network I have asked our network engineers what they screwed up that led to these messages coming on our servers every night but they are not giving me answers, so I am looking for something to use to hit them where it matters ;) Can someone explain this to me? -Wash http://www.netmeister.org/news/learn2quote.html -- +======================================================================+ |\ _,,,---,,_ | Odhiambo Washington Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 +======================================================================+ Character Density, n.: The number of very weird people in the office. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 09:03: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 BAC8116A422 for ; Wed, 20 Jul 2005 09:03:31 +0000 (GMT) (envelope-from svein-freebsd-stable@theloosingend.net) Received: from merke.itea.ntnu.no (merke.itea.ntnu.no [129.241.7.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9439C43D4C for ; Wed, 20 Jul 2005 09:03:28 +0000 (GMT) (envelope-from svein-freebsd-stable@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by merke.itea.ntnu.no (Postfix) with ESMTP id 54DA913C5A6 for ; Wed, 20 Jul 2005 11:03:27 +0200 (CEST) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by merke.itea.ntnu.no (Postfix) with SMTP for ; Wed, 20 Jul 2005 11:03:26 +0200 (CEST) Received: (qmail 55973 invoked by uid 1001); 20 Jul 2005 11:03:26 +0200 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Jul 2005 11:03:26 +0200 Date: Wed, 20 Jul 2005 11:03:26 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= In-Reply-To: <42DBEDD3.60906@t-hosting.hu> Message-ID: <20050720110027.Y48721@maren.thelosingend.net> References: <42DBEDD3.60906@t-hosting.hu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: rcNG issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stable@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 09:03:31 -0000 * K=F6vesd=E1n G=E1bor [2005-07-18 19:58 +0200] > I have a problem with my rcNG scripts. There are three scripts: named.sh= , > apache2.sh and proftpd.sh. Apache and ProFTPd require hostname resolving= thus > named should start firstly. The headers of my scripts are: : > And when I enable all the three scripts in rc.conf, the apache hangs bec= ause > it can't resolve the computer's hostname. It's really annoying, I have t= o > manually start it after a reboot, or wait for the cronscript that checks > whether it is running. > What's wrong? I think this magic only works in /etc/rc.d. Try renaming your startup=20 scripts 100.named.sh, 200.apache.sh, etc. I'm not sure, but FreeBSD used=20 to run these scripts in /usr/local/etc/rc.d in alphanumeric order, and I=20 presume that this functionality is preserved in 5.x to allow for backwards= =20 compatibility. Svein Halvor From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 09:06: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 1DD0B16A41F for ; Wed, 20 Jul 2005 09:06:17 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id B245443D46 for ; Wed, 20 Jul 2005 09:06:16 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.44 (FreeBSD)) id 1DvAWB-000N2J-VH for freebsd-questions@freebsd.org; Wed, 20 Jul 2005 13:05:32 +0400 Message-ID: <42DE13EE.2070506@speechpro.com> Date: Wed, 20 Jul 2005 13:05:50 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Subject: Re: problem with devfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 09:06:17 -0000 shmach@osprey.net wrote: >Hello everyone, > >I'm a CS student, and this previous semester I took a unix class where our >teacher gave us some code for an assignment, with the goal being to compile and >install it. The jist of it was the program created a device in /dev called >voice, which would "speak" whatever was written to it using festival. I >thought this was kinda spiffy, and tried to install it on my system at home, >freebsd 5.3. The program tries to write to /dev, and because 5.3 >uses devfs, /dev is read only, so it obviously fails. I thought that maybe using >mknod would allow me to create a device, but the man page for mknod states that >it can "be used to recreate deleted device nodes under a devfs(5) mount point by >invoking it using dummy arguments", but that doesn't really help me here as the >device node never existed in the first place. > > You can make device node or fifo not in /dev but in any other directory (for example in /tmp) and change path in your file. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 09:24: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 4094116A41F for ; Wed, 20 Jul 2005 09:24:12 +0000 (GMT) (envelope-from zev@interchange.ubc.ca) Received: from mta6.mail-relay.ubc.ca (mta6.mail-relay.ubc.ca [137.82.45.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id E87F343D45 for ; Wed, 20 Jul 2005 09:24:11 +0000 (GMT) (envelope-from zev@interchange.ubc.ca) Received: from mta1.interchange.ubc.ca (mta1.interchange.ubc.ca [142.103.145.69]) by mta6.mail-relay.ubc.ca (8.12.11/8.12.11) with ESMTP id j6K9OBFi012304 for ; Wed, 20 Jul 2005 02:24:11 -0700 (PDT) (envelope-from zev@interchange.ubc.ca) Received: from mail.interchange.ubc.ca (d154-20-71-139.bchsia.telus.net [154.20.71.139]) by smtp.interchange.ubc.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPSA id <0IJX0092A64ACU@smtp.interchange.ubc.ca> for questions@freebsd.org; Wed, 20 Jul 2005 02:24:11 -0700 (PDT) Date: Wed, 20 Jul 2005 02:24:09 -0700 From: Zev Thompson To: questions@freebsd.org Message-id: Organization: UBC MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-15; delsp=yes; format=flowed Content-transfer-encoding: 8bit User-Agent: Opera M2/7.52 (Win32, build 3834) X-UBC-Scanned: Sophos PureMessage 4.7.1.128075, Antispam-Engine: 2.0.3.2, Antispam-Data: 2005.7.20.3 X-UBC-Relayed: Relayed through mail-relay.ubc.ca X-PerlMx-Spam: Probability=7%, Report=__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0 X-Spam-Level: X-Spam-Flag: No Cc: Subject: Journaling vs. Softupdates X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 09:24:12 -0000 Hi all, This is addressed in the FAQ to some extent, but that answer seems incomplete. Apparently one of the Google Summer of Code projects is to add journaling to UFS. When it already has softupdates, why? I've seen benchmarks that seem to indicate that softupdates performs as well or better in most cases, though I have nothing on hand to substantiate that. I thought the only real disadvantages of softupdates were: - harder to code and implement (though this is already done, so should not be an issue) - sometimes deleting files does not free space right away Possibility of data loss, I'm guessing, is the same with either. Filesystem corruption is similarly very unlikely. So why the change? Thanks in advance for any answers. Zev From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 09:27: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 DC2DE16A41F for ; Wed, 20 Jul 2005 09:27: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 7073A43D45 for ; Wed, 20 Jul 2005 09:27:05 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1478337wra for ; Wed, 20 Jul 2005 02:27: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=F+kPpxG6nZQikuhFR/Wm1PIgyvKd3nsc0/iT4RdQWPAJs7SmKEKtlEndHmd5n0npAciUyE/4AtvAjkM3L/vfBikGaqjrbTU5+ejwmRCgjYF75rPMQAYyqcS83TtDeBsWuXvlNWsmGE2gFBr8/e6ipvw0whfoeSMaCIJK88/vpZw= Received: by 10.54.39.42 with SMTP id m42mr9720wrm; Wed, 20 Jul 2005 02:26:22 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Wed, 20 Jul 2005 02:26:22 -0700 (PDT) Message-ID: Date: Wed, 20 Jul 2005 04:26:22 -0500 From: Nikolas Britton To: Danny Pansters In-Reply-To: <200507200045.21302.danny@ricin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200507200045.21302.danny@ricin.com> Cc: freebsd-questions@freebsd.org Subject: Re: ? 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: Wed, 20 Jul 2005 09:27:06 -0000 On 7/19/05, Danny Pansters wrote: > On Tuesday 19 July 2005 23:47, Kelly Owen Saltsman wrote: > > what is the frequency, kenneth? >=20 > benzedrine Dexedrine is better From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 09:50: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 C43D716A421 for ; Wed, 20 Jul 2005 09:50:58 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 481E543D46 for ; Wed, 20 Jul 2005 09:50:55 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1374748nzo for ; Wed, 20 Jul 2005 02:50:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:organization:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type; b=VJ6dEtellj504+JL5iGbTpz4znXXfmcLbOSBMg8z98R6ft7beppy3pGss9L8I54TN+Swc5gPwNfkqno+hGfUs8EYzXlybokn6I2J7aYSWx/80A7J/FIx48Uftlc8BV9z6WcYct+8bxiQqAu66XnOOWZbs7W3hJLajixzl+hYxIs= Received: by 10.36.222.32 with SMTP id u32mr19108nzg; Wed, 20 Jul 2005 02:08:49 -0700 (PDT) Received: from ?127.0.0.1? ([59.93.164.185]) by mx.gmail.com with ESMTP id c12sm2616481nzc.2005.07.20.02.08.45; Wed, 20 Jul 2005 02:08:49 -0700 (PDT) Message-ID: <42DE1488.8090706@gmail.com> Date: Wed, 20 Jul 2005 14:38:24 +0530 From: Subhro Organization: Indian Institute of Information Technology User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Odhiambo Washington References: <20050720090312.GC99857@ns2.wananchi.com> In-Reply-To: <20050720090312.GC99857@ns2.wananchi.com> Content-Type: multipart/mixed; boundary="------------020006070501020504010502" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FBSD-Q Subject: Re: host is not on local network?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 09:50:59 -0000 This is a multi-part message in MIME format. --------------020006070501020504010502 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 7/20/2005 14:33, Odhiambo Washington wrote: >Hello FreeBSD users, > >I am sure I can learn from the expertise available on this list! >I know it has some of the best brains in networking. > >I have several machines on the same physical LAN, but all those >machines have been sending me this output in their daily security >run output for the past few days: > > >hostname-changed.wananchi.com kernel log messages: > > >>arplookup 62.8.72.2 failed: host is not on local network >>arplookup 62.8.72.2 failed: host is not on local network >> >> > >I have asked our network engineers what they screwed up that led to >these messages coming on our servers every night but they are not >giving me answers, so I am looking for something to use to hit >them where it matters ;) > >Can someone explain this to me? > > > Sure, however we need some more information. What does the Subnet inside your LAN look like? Thanks S. --------------020006070501020504010502-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 09:58:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBE2416A41F for ; Wed, 20 Jul 2005 09:58:04 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE5143D46 for ; Wed, 20 Jul 2005 09:58:03 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out2.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 20 Jul 2005 10:58:46 +0100 Message-ID: <42DE2029.3090805@dial.pipex.com> Date: Wed, 20 Jul 2005 10:58:01 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: Ross Kendall Axe References: <42DC1173.6020307@axe.homelinux.net> <20050718142635.E7170@border.crystalsphere.multiverse> <42DC53BE.6040205@axe.homelinux.net> <6.1.0.6.2.20050718190554.11fe1e10@cobalt.antimatter.net> <42DCC88E.1010207@dial.pipex.com> <42DDF7A2.8050206@axe.homelinux.net> In-Reply-To: <42DDF7A2.8050206@axe.homelinux.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Jul 2005 09:58:46.0911 (UTC) FILETIME=[9EDC10F0:01C58D11] Cc: freebsd-questions@freebsd.org Subject: Re: /boot on a separate partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 09:58:04 -0000 Ross Kendall Axe wrote: >I admit, I didn't know the /boot was new in FreeBSD, but then, I am a >BSD virgin. As for reasons to support a /boot partition, how about BIOS >bugs/quirks? There's no shortage of those. > Well, until someone proves otherwise, I don't believe in them anymore. I believe they *used* to exist, but that comments about "cannot boot past cyl 1024" only exist in documentation because this *used* to be true and no-one really knows whether it can safely be deleted, so it's left in. Sure, if you get an old enough PC it could still be true, but as you've proved (congrats, by the way, enjoy FreeBSD) the oldest PC you considered it worth installing FreeBSD on did not have this problem. Your 486 might have this trouble, then then it would probably have trouble addressing a disk that big at all. (Btw, there are minimum memory requirements for 5.X, 32Mb?, if you ever do decide to try FreeBSD on that 486). >>The oldest PC I have that runs FreeBSD (also a Pentium) has a 4 and an >>8Gb disk, and no problem booting off the ends of either. >> >> > >Pffft. I've got a 486 with a 1/4GB hard disk around here _somewhere_. > > I didn't mean that as a pissing contest :-) I just meant that there must be bucketloads of PCs out there similar to yours, unused, unwanted and unloved, that could do what you thought yours couldn't. >>Depending on where you are located, you might be able to find something >>very cheap (but still better than yours) in classifieds, computer fairs, >>2nd hand shops or the local tip. >> >> > >This particular machine was actually intercepted before it reached the >dump. Still, it's powerful enough to make a decent home router. > > I've never used it myself, but NetBSD gets mentioned as a suitable OS for a router. I stick with FreeBSD just for compatibility across all my machines, but if you're interested in trying stuff out you might want to see what it offers. --Alex From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 10:07:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B5216A41F for ; Wed, 20 Jul 2005 10:07:59 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A7AA43D5D for ; Wed, 20 Jul 2005 10:07:58 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 20 Jul 2005 11:08:42 +0100 Message-ID: <42DE227D.90306@dial.pipex.com> Date: Wed, 20 Jul 2005 11:07:57 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: Rob Paxon References: <2ee9ec8505071919425acd3ac3@mail.gmail.com> In-Reply-To: <2ee9ec8505071919425acd3ac3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Jul 2005 10:08:42.0554 (UTC) FILETIME=[01E3F9A0:01C58D13] Cc: freebsd-questions@freebsd.org Subject: Re: storing make options / interactive configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 10:07:59 -0000 Rob Paxon wrote: >3.) Where do you guys prefer to store your make options? I've read >using 'pkgtools.conf', but assume this doesn't effect 'make install', >only portupgrade et al. > > If you use portupgrade, you use portupgrade and don't use make install. (Or rather, you can use make install if know you aren't setting any options). --Alex From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 10:11:23 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 088D116A41F for ; Wed, 20 Jul 2005 10:11:23 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF0643D45 for ; Wed, 20 Jul 2005 10:11:21 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out5.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 20 Jul 2005 11:12:05 +0100 Message-ID: <42DE2347.4040203@dial.pipex.com> Date: Wed, 20 Jul 2005 11:11:19 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: Zev Thompson References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Jul 2005 10:12:05.0241 (UTC) FILETIME=[7AB38E90:01C58D13] Cc: questions@freebsd.org Subject: Re: Journaling vs. Softupdates X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 10:11:23 -0000 Zev Thompson wrote: > Apparently one of the Google Summer of Code projects is to add > journaling to UFS. When it already has softupdates, why? I've seen > benchmarks that seem to indicate that softupdates performs as well or > better in most cases, though I have nothing on hand to substantiate > that. I thought the only real disadvantages of softupdates were: > > - harder to code and implement (though this is already done, so should > not be an issue) > - sometimes deleting files does not free space right away > > Possibility of data loss, I'm guessing, is the same with either. > Filesystem corruption is similarly very unlikely. > > So why the change? Thanks in advance for any answers. Large filesystems without journaling take too long to fsck. There's plenty of messages about this out there, otherwise I wouldn't have know the answer :-) --Alex From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 11:43:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 540D016A41F for ; Wed, 20 Jul 2005 11:43:59 +0000 (GMT) (envelope-from skeeve@popelka.ms.mff.cuni.cz) Received: from smtp1.ms.mff.cuni.cz (ns.ms.mff.cuni.cz [195.113.20.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEE8B43D48 for ; Wed, 20 Jul 2005 11:43:58 +0000 (GMT) (envelope-from skeeve@popelka.ms.mff.cuni.cz) Received: from popelka.ms.mff.cuni.cz (mail@popelka.ms.mff.cuni.cz [195.113.20.58]) by smtp1.ms.mff.cuni.cz (8.13.1/8.13.4) with ESMTP id j6KBhtES097068 for ; Wed, 20 Jul 2005 13:43:57 +0200 (CEST) Received: from skeeve by popelka.ms.mff.cuni.cz with local (Exim 3.35 #1 (Debian)) id 1DvCzP-00088t-00 for ; Wed, 20 Jul 2005 13:43:51 +0200 Date: Wed, 20 Jul 2005 13:43:51 +0200 To: freebsd-questions@freebsd.org Message-ID: <20050720114351.GA30720@popelka.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i From: Marek Sulovsky X-cuni-ksvi-MailScanner: Found to be clean X-MailScanner-From: skeeve@popelka.ms.mff.cuni.cz Subject: Network stalls X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 11:43:59 -0000 Hello all, I have (after some time) returned to freebsd and installed FreeBSD 5.4 release onto my notebook (Prestigio Nobile 157). It looked like everuthing but wireless card worked fine. But when I started to update the system and ports - another problem appeared: when I am downloading a file (I noticed the problem only during ftp downloads - but I have had almost no other traffic) sometimes (about every 2-5 MBs on average) the transfer stops (command line ftp says "stalled", fetch shows nothing and does nothing). On windows and linux everything works fine so the problem should not be in hardware. Has anybody experienced a similiar problem? Do you have any suggestions how to fix this? I have tried to update the system throught freebsd-update binary updates but it did not help. Thanks, Marek Sulovsky From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 11:48:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 987C816A41F for ; Wed, 20 Jul 2005 11:48:39 +0000 (GMT) (envelope-from skeeve@popelka.ms.mff.cuni.cz) Received: from smtp1.ms.mff.cuni.cz (ns.ms.mff.cuni.cz [195.113.20.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA38343D45 for ; Wed, 20 Jul 2005 11:48:38 +0000 (GMT) (envelope-from skeeve@popelka.ms.mff.cuni.cz) Received: from popelka.ms.mff.cuni.cz (mail@popelka.ms.mff.cuni.cz [195.113.20.58]) by smtp1.ms.mff.cuni.cz (8.13.1/8.13.4) with ESMTP id j6KBmaSP097327 for ; Wed, 20 Jul 2005 13:48:37 +0200 (CEST) Received: from skeeve by popelka.ms.mff.cuni.cz with local (Exim 3.35 #1 (Debian)) id 1DvD3r-0008BP-00 for ; Wed, 20 Jul 2005 13:48:27 +0200 Date: Wed, 20 Jul 2005 13:48:27 +0200 To: freebsd-questions@freebsd.org Message-ID: <20050720114827.GA31336@popelka.ms.mff.cuni.cz> References: <20050720114351.GA30720@popelka.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <20050720114351.GA30720@popelka.ms.mff.cuni.cz> User-Agent: Mutt/1.3.28i From: Marek Sulovsky X-cuni-ksvi-MailScanner: Found to be clean X-MailScanner-From: skeeve@popelka.ms.mff.cuni.cz Subject: Re: Network stalls X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 11:48:39 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sorry, i forgot, the dmesg is here. Marek Sulovsky --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=dmesg Jul 19 16:25:00 prestigio kernel: Copyright (c) 1992-2005 The FreeBSD Project. Jul 19 16:25:00 prestigio kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Jul 19 16:25:00 prestigio kernel: The Regents of the University of California. All rights reserved. Jul 19 16:25:00 prestigio kernel: FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 Jul 19 16:25:00 prestigio kernel: root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Jul 19 16:25:00 prestigio kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Jul 19 16:25:00 prestigio kernel: CPU: Intel(R) Pentium(R) M processor 1.70GHz (1694.51-MHz 686-class CPU) Jul 19 16:25:00 prestigio kernel: Origin = "GenuineIntel" Id = 0x6d6 Stepping = 6 Jul 19 16:25:00 prestigio kernel: Features=0xafe9f9bf Jul 19 16:25:00 prestigio kernel: real memory = 536281088 (511 MB) Jul 19 16:25:00 prestigio kernel: avail memory = 515117056 (491 MB) Jul 19 16:25:00 prestigio kernel: npx0: on motherboard Jul 19 16:25:00 prestigio kernel: npx0: INT 16 interface Jul 19 16:25:00 prestigio kernel: acpi0: on motherboard Jul 19 16:25:00 prestigio kernel: acpi0: Power Button (fixed) Jul 19 16:25:00 prestigio kernel: acpi_ec0: port 0x66,0x62 on acpi0 Jul 19 16:25:00 prestigio kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 Jul 19 16:25:00 prestigio kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 Jul 19 16:25:00 prestigio kernel: cpu0: on acpi0 Jul 19 16:25:00 prestigio kernel: acpi_throttle0: on cpu0 Jul 19 16:25:00 prestigio kernel: acpi_acad0: on acpi0 Jul 19 16:25:00 prestigio kernel: acpi_cmbat0: on acpi0 Jul 19 16:25:00 prestigio kernel: acpi_lid0: on acpi0 Jul 19 16:25:00 prestigio kernel: acpi_button0: on acpi0 Jul 19 16:25:00 prestigio kernel: pcib0: port 0xcf8-0xcff on acpi0 Jul 19 16:25:00 prestigio kernel: ACPI link \_SB_.PCI0.LPCB.LNKD has invalid initial irq 11, ignoring Jul 19 16:25:00 prestigio kernel: pci0: on pcib0 Jul 19 16:25:00 prestigio kernel: agp0: mem 0xe0000000-0xefffffff at device 0.0 on pci0 Jul 19 16:25:00 prestigio kernel: pcib1: at device 1.0 on pci0 Jul 19 16:25:00 prestigio kernel: pci1: on pcib1 Jul 19 16:25:00 prestigio kernel: pci1: at device 0.0 (no driver attached) Jul 19 16:25:00 prestigio kernel: uhci0: port 0x1800-0x181f irq 11 at device 29.0 on pci0 Jul 19 16:25:00 prestigio kernel: usb0: on uhci0 Jul 19 16:25:00 prestigio kernel: usb0: USB revision 1.0 Jul 19 16:25:00 prestigio kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Jul 19 16:25:00 prestigio kernel: uhub0: 2 ports with 2 removable, self powered Jul 19 16:25:00 prestigio kernel: uhci1: port 0x1820-0x183f irq 10 at device 29.1 on pci0 Jul 19 16:25:00 prestigio kernel: usb1: on uhci1 Jul 19 16:25:00 prestigio kernel: usb1: USB revision 1.0 Jul 19 16:25:00 prestigio kernel: uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Jul 19 16:25:00 prestigio kernel: uhub1: 2 ports with 2 removable, self powered Jul 19 16:25:00 prestigio kernel: uhci2: port 0x1840-0x185f irq 11 at device 29.2 on pci0 Jul 19 16:25:00 prestigio kernel: usb2: on uhci2 Jul 19 16:25:00 prestigio kernel: usb2: USB revision 1.0 Jul 19 16:25:00 prestigio kernel: uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Jul 19 16:25:00 prestigio kernel: uhub2: 2 ports with 2 removable, self powered Jul 19 16:25:00 prestigio kernel: pci0: at device 29.7 (no driver attached) Jul 19 16:25:00 prestigio kernel: pcib2: at device 30.0 on pci0 Jul 19 16:25:00 prestigio kernel: pci2: on pcib2 Jul 19 16:25:00 prestigio kernel: bfe0: mem 0xd0200000-0xd0201fff irq 10 at device 5.0 on pci2 Jul 19 16:25:00 prestigio kernel: miibus0: on bfe0 Jul 19 16:25:00 prestigio kernel: bmtphy0: on miibus0 Jul 19 16:25:00 prestigio kernel: bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Jul 19 16:25:00 prestigio kernel: bfe0: Ethernet address: 00:0a:e4:5e:d5:73 Jul 19 16:25:00 prestigio kernel: pci2: at device 6.0 (no driver attached) Jul 19 16:25:00 prestigio kernel: cbb0: at device 9.0 on pci2 Jul 19 16:25:00 prestigio kernel: cardbus0: on cbb0 Jul 19 16:25:00 prestigio kernel: pccard0: <16-bit PCCard bus> on cbb0 Jul 19 16:25:00 prestigio kernel: cbb1: irq 10 at device 9.1 on pci2 Jul 19 16:25:00 prestigio kernel: cardbus1: on cbb1 Jul 19 16:25:00 prestigio kernel: pccard1: <16-bit PCCard bus> on cbb1 Jul 19 16:25:00 prestigio kernel: fwohci0: mem 0xd0203000-0xd02037ff irq 11 at device 9.2 on pci2 Jul 19 16:25:00 prestigio kernel: fwohci0: OHCI version 1.0 (ROM=0) Jul 19 16:25:00 prestigio kernel: fwohci0: No. of Isochronous channels is 4. Jul 19 16:25:00 prestigio kernel: fwohci0: EUI64 04:e4:0a:00:68:14:10:43 Jul 19 16:25:00 prestigio kernel: fwohci0: Phy 1394a available S400, 2 ports. Jul 19 16:25:00 prestigio kernel: fwohci0: Link S400, max_rec 2048 bytes. Jul 19 16:25:00 prestigio kernel: firewire0: on fwohci0 Jul 19 16:25:00 prestigio kernel: fwe0: on firewire0 Jul 19 16:25:00 prestigio kernel: if_fwe0: Fake Ethernet address: 06:e4:0a:14:10:43 Jul 19 16:25:00 prestigio kernel: fwe0: Ethernet address: 06:e4:0a:14:10:43 Jul 19 16:25:00 prestigio kernel: fwe0: if_start running deferred for Giant Jul 19 16:25:00 prestigio kernel: sbp0: on firewire0 Jul 19 16:25:00 prestigio kernel: fwohci0: Initiate bus reset Jul 19 16:25:00 prestigio kernel: fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode Jul 19 16:25:00 prestigio kernel: firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) Jul 19 16:25:00 prestigio kernel: firewire0: bus manager 0 (me) Jul 19 16:25:00 prestigio kernel: isab0: at device 31.0 on pci0 Jul 19 16:25:00 prestigio kernel: isa0: on isab0 Jul 19 16:25:00 prestigio kernel: atapci0: port 0x1860-0x186f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 Jul 19 16:25:00 prestigio kernel: ata0: channel #0 on atapci0 Jul 19 16:25:00 prestigio kernel: ata1: channel #1 on atapci0 Jul 19 16:25:00 prestigio kernel: pci0: at device 31.3 (no driver attached) Jul 19 16:25:00 prestigio kernel: pci0: at device 31.5 (no driver attached) Jul 19 16:25:00 prestigio kernel: pci0: at device 31.6 (no driver attached) Jul 19 16:25:00 prestigio kernel: acpi_tz0: on acpi0 Jul 19 16:25:00 prestigio kernel: acpi_tz1: on acpi0 Jul 19 16:25:00 prestigio kernel: ppc0: port 0x378-0x37f irq 7 on acpi0 Jul 19 16:25:00 prestigio kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode Jul 19 16:25:00 prestigio kernel: ppbus0: on ppc0 Jul 19 16:25:00 prestigio kernel: plip0: on ppbus0 Jul 19 16:25:00 prestigio kernel: lpt0: on ppbus0 Jul 19 16:25:00 prestigio kernel: lpt0: Interrupt-driven port Jul 19 16:25:00 prestigio kernel: ppi0: on ppbus0 Jul 19 16:25:00 prestigio kernel: sio0 port 0x2f8-0x2ff irq 3 drq 3 flags 0x10 on acpi0 Jul 19 16:25:00 prestigio kernel: sio0: type 16550A Jul 19 16:25:00 prestigio kernel: atkbdc0: port 0x64,0x60 irq 1 on acpi0 Jul 19 16:25:00 prestigio kernel: atkbd0: irq 1 on atkbdc0 Jul 19 16:25:00 prestigio kernel: kbd0 at atkbd0 Jul 19 16:25:00 prestigio kernel: psm0: irq 12 on atkbdc0 Jul 19 16:25:00 prestigio kernel: psm0: model Generic PS/2 mouse, device ID 0 Jul 19 16:25:00 prestigio kernel: orm0: at iomem 0xdc000-0xdffff,0xd8000-0xdbfff,0xcf000-0xcffff,0xc0000-0xcefff on isa0 Jul 19 16:25:00 prestigio kernel: pmtimer0 on isa0 Jul 19 16:25:00 prestigio kernel: sc0: at flags 0x100 on isa0 Jul 19 16:25:00 prestigio kernel: sc0: VGA <16 virtual consoles, flags=0x300> Jul 19 16:25:00 prestigio kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Jul 19 16:25:00 prestigio kernel: Timecounter "TSC" frequency 1694511925 Hz quality 800 Jul 19 16:25:00 prestigio kernel: Timecounters tick every 10.000 msec Jul 19 16:25:00 prestigio kernel: cpu0: Cx states changed Jul 19 16:25:00 prestigio kernel: cpu0: Cx states changed Jul 19 16:25:00 prestigio kernel: ad0: 57277MB [116374/16/63] at ata0-master UDMA100 Jul 19 16:25:00 prestigio kernel: acd0: CDRW at ata1-master PIO4 --azLHFNyN32YCQGCU-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 11:55: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 29F0B16A41F; Wed, 20 Jul 2005 11:55:47 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7168E43D48; Wed, 20 Jul 2005 11:55:46 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 2.2g3) with ESMTP id 17090143 for multiple; Wed, 20 Jul 2005 07:55:50 -0400 In-Reply-To: <1926993869.20050720095259@spaingsm.com> References: <1926993869.20050720095259@spaingsm.com> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <784a895b353edd59740dce21594ef2c9@chrononomicon.com> Content-Transfer-Encoding: 7bit From: Bart Silverstrim Date: Wed, 20 Jul 2005 07:55:37 -0400 To: vladone X-Mailer: Apple Mail (2.622) X-Server: High Performance Mail Server - http://surgemail.com X-Authenticated-User: bsilver@chrononomicon.com Cc: freebsd-ipfw@freebsd.org, freebsd-questions@freebsd.org Subject: Re: force use proxy server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 11:55:47 -0000 On Jul 20, 2005, at 2:52 AM, vladone wrote: > Hi! > How i can redirect web traffic from my lan, throught my proxy server? We set up Squid/SquidGuard, set the machine to forward traffic and created a firewall rule to forward port 80 traffic to the port Squid was listening to, then told the DHCP server to hand out the IP of the Squid server as the gateway address for client machines to use. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 12:23:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD7816A41F for ; Wed, 20 Jul 2005 12:23:07 +0000 (GMT) (envelope-from bob@bobp.demon.co.uk) Received: from anchor-post-35.mail.demon.net (anchor-post-35.mail.demon.net [194.217.242.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E36543D48 for ; Wed, 20 Jul 2005 12:23:07 +0000 (GMT) (envelope-from bob@bobp.demon.co.uk) Received: from bobp.demon.co.uk ([80.177.19.205]) by anchor-post-35.mail.demon.net with esmtp (Exim 4.42) id 1DvDX5-000BV7-Hl for freebsd-questions@freebsd.org; Wed, 20 Jul 2005 12:18:39 +0000 Date: Wed, 20 Jul 2005 13:23:05 +0100 (BST) From: Bob Parkinson X-X-Sender: bob@gw.not-invented-here.net To: freebsd-questions@freebsd.org Message-ID: <20050720131303.Y19719@gw.not-invented-here.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: tcp proxy/pppoa2/nat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 12:23:07 -0000 What is the best way to proxy tcp on a freebsd box running ppp+nat. I want to run a game at work, however those pesk firewalls and security policies get in the way. So I want: 1) ssh from my "work PC with game" to my freebsd gateway machine at home. 2) proxy on freebsd gateway to game server 3) and back to my work PC. My freebsd box is running pppoa2 with nat enabled, and a short list of incoming connections + nat for them. All outgoing is allowed. I'm may be going google blind cause I can't see how to do this easily (easily means that I don't write my own perl tcpproxy even though it ought to be v. simple) What is the FreeBSD way to achieve this? Tkx. Frustrated Game Player From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 12:45: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 2174716A41F for ; Wed, 20 Jul 2005 12:45:19 +0000 (GMT) (envelope-from christopher.illies@molmed.ki.se) Received: from humle.it.ki.se (humle.it.ki.se [130.237.101.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C26543D4C for ; Wed, 20 Jul 2005 12:45:17 +0000 (GMT) (envelope-from christopher.illies@molmed.ki.se) Received: from Klabautermann.ks.se (gate2.ks.se [193.10.63.101]) by humle.it.ki.se (8.13.1/8.13.1) with ESMTP id j6KCjFDX003555; Wed, 20 Jul 2005 14:45:16 +0200 (MEST) Received: by Klabautermann.ks.se (Postfix, from userid 1001) id 51504C173; Wed, 20 Jul 2005 14:49:17 +0200 (CEST) Date: Wed, 20 Jul 2005 14:49:17 +0200 From: Christopher Illies To: Rob Paxon Message-ID: <20050720124916.GA55577@Klabautermann.ks.se> Mail-Followup-To: Rob Paxon , freebsd-questions@freebsd.org References: <2ee9ec8505071919425acd3ac3@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2ee9ec8505071919425acd3ac3@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: storing make options / interactive configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 12:45:19 -0000 On Tue, Jul 19, 2005 at 10:42:19PM -0400, Rob Paxon wrote: > 3.) Where do you guys prefer to store your make options? I've read > using 'pkgtools.conf', but assume this doesn't effect 'make install', > only portupgrade et al. I use something like the following in my /etc/make.conf: ###################### #port specific options ###################### .if ${.CURDIR:M*/www/mplayer-plugin} WITH_MOZILLA=firefox .endif This way it works well both with 'make install' and portupgrade/ portmanager. I took the idea from the portmanager man page. Christopher From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 12:55:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C222716A41F for ; Wed, 20 Jul 2005 12:55:15 +0000 (GMT) (envelope-from a.shterenlikht@manchester.ac.uk) Received: from deluge.umist.ac.uk (deluge.umist.ac.uk [130.88.120.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A07C43D48 for ; Wed, 20 Jul 2005 12:55:15 +0000 (GMT) (envelope-from a.shterenlikht@manchester.ac.uk) Received: from webmail2.manchester.ac.uk ([130.88.204.18]) by deluge.umist.ac.uk with esmtp (Exim 4.43) id 1DvE8D-0004Q9-HI for freebsd-questions@freebsd.org; Wed, 20 Jul 2005 13:57:01 +0100 Received: by webmail2.manchester.ac.uk (Postfix, from userid 30) id 3EFB68000FE; Wed, 20 Jul 2005 13:55:14 +0100 (BST) Received: from pw29.mt.umist.ac.uk (pw29.mt.umist.ac.uk [130.88.136.117]) by webmail2.manchester.ac.uk (Horde) with HTTP ; Wed, 20 Jul 2005 13:55:14 +0100 Message-ID: <20050720135514.gqgao08ccg40sok4@webmail2.manchester.ac.uk> X-Priority: 3 (Normal) Date: Wed, 20 Jul 2005 13:55:14 +0100 From: a.shterenlikht@manchester.ac.uk To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 130.88.136.117 Subject: df size mismatch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 12:55:15 -0000 why does df show that used+available < size? in my case there is 20M missing for smaller partitions and 6GB missing for the larger one. How much can I really use? anton pw29# df -m Filesystem 1M-blocks Used Avail Capacity Mounted on /dev/ad0s1a 247 129 98 57% / devfs 0 0 0 100% /dev /dev/ad0s1e 247 0 227 0% /tmp /dev/ad0s1f 27172 1453 23544 6% /usr /dev/ad0s1d 247 5 222 3% /var From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:02: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 EE41C16A41F for ; Wed, 20 Jul 2005 13:02:02 +0000 (GMT) (envelope-from akhthar@carmatec.com) Received: from server1.carmatec.com (server1.carmatec.com [66.45.229.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00DF43D5C for ; Wed, 20 Jul 2005 13:02:02 +0000 (GMT) (envelope-from akhthar@carmatec.com) Received: from [202.56.253.42] (helo=ws25.carmatec.com) by server1.carmatec.com with esmtpa (Exim 4.43) id 1DvECz-0002wJ-Em for freebsd-questions@freebsd.org; Wed, 20 Jul 2005 08:01:38 -0500 From: "Akhthar Parvez. K" Organization: Carmatec IT Solutions To: FreeBSD - Questions Date: Wed, 20 Jul 2005 18:42:20 +0530 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507201842.20904.akhthar@carmatec.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.carmatec.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - carmatec.com X-Source: X-Source-Args: X-Source-Dir: Subject: ps -awux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: akhthar@carmatec.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:02:03 -0000 Hello, When I run the command ps -awux from a user's bash shell(not root), it's listing the processes under the particular user only. Can anyone tell me why? -- With Regards, Akhthar From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 14:43:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 730EC16A421 for ; Tue, 19 Jul 2005 14:43:39 +0000 (GMT) (envelope-from i.tanusheff@procreditbank.bg) Received: from mail.procreditbank.bg (mail.procreditbank.bg [212.95.179.198]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B49443D48 for ; Tue, 19 Jul 2005 14:43:38 +0000 (GMT) (envelope-from i.tanusheff@procreditbank.bg) Received: (qmail 44001 invoked from network); 19 Jul 2005 17:43:37 +0300 Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 19 Jul 2005 17:43:37 +0300 Received: from proxy.procreditbank.bg ([127.0.0.1]) by localhost (mail.procreditbank.bg [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 27700-36 for ; Tue, 19 Jul 2005 17:43:34 +0300 (EEST) Received: (qmail 43979 invoked from network); 19 Jul 2005 14:43:34 -0000 Received: from unknown (HELO outmail.procreditbank.bg) (172.16.248.123) by mail.procreditbank.bg with SMTP; 19 Jul 2005 14:43:34 -0000 In-Reply-To: <20050719143416.GB18276@beatrix.daedalusnetworks.priv> To: Giorgos Keramidas MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 From: Ivailo Tanusheff Message-ID: Date: Tue, 19 Jul 2005 17:43:45 +0300 X-MIMETrack: Serialize by Router on DOMINO_HQ/PROCREDITBANK(Release 6.5.1|January 21, 2004) at 07/19/2005 05:43:33 PM, Serialize complete at 07/19/2005 05:43:33 PM X-Virus-Scanned: by amavisd-new using ClamAV at procreditbank.bg X-Mailman-Approved-At: Wed, 20 Jul 2005 13:02:17 +0000 Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jonathan Glaschke , freebsd-questions@freebsd.org, owner-freebsd-questions@freebsd.org Subject: Re: Delete files in directory... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 14:43:39 -0000 Giorgos Keramidas Sent by: owner-freebsd-questions@freebsd.org 07/19/2005 05:34 PM To Jonathan Glaschke cc freebsd-questions@freebsd.org Subject Re: Delete files in directory... On 2005-07-19 16:27, Jonathan Glaschke wrote: > On Tue, Jul 19, 2005 at 12:50:01PM +0300, Casper wrote: > > Sorry, simple, stupid q. How to make that what come in directory > > /usr/files/ for example are erased? Or only put in cron after while > > do "rm /usr/files/*"? > > Yes, using cront to do that is possible and i think there is no reason against > cron. > > you need "rm -rf /usr/files/*" if there are directories too in /usr/files.. This doesn't remove ".*" subdirs. A more complete alternative that doesn't move /usr/files under the feet of programs that may have it open as their current working directory is probably: rm -fr /usr/files/* /usr/files/.[^.]* Be very careful with the -r option of rm(1) though. VERY careful. Just my $0.02, - Giorgos Why don't you use: find /usr/files/ -delete From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 16:53: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 450A816A41F for ; Tue, 19 Jul 2005 16:53:19 +0000 (GMT) (envelope-from jeumeu@free.fr) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB1BB43D46 for ; Tue, 19 Jul 2005 16:53:18 +0000 (GMT) (envelope-from jeumeu@free.fr) Received: from xp5k3n4imyhmwm (nas-cbv-10-62-147-119-249.dial.proxad.net [62.147.119.249]) by postfix3-2.free.fr (Postfix) with SMTP id 10F20C098 for ; Tue, 19 Jul 2005 18:53:16 +0200 (CEST) Message-ID: <000601c58c82$59d1dc90$f977933e@xp5k3n4imyhmwm> From: "JeuMeu" To: Date: Tue, 19 Jul 2005 18:53:10 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailman-Approved-At: Wed, 20 Jul 2005 13:02:17 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Gimp 2 does not come with help? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: JeuMeu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 16:53:19 -0000 Hi,=20 I've just downloaded GIMP 2.2.8. Still the same problem : no help ! How do I change mode from 700 to 755 as you say in your answer. Thanks for your kind help. Joe PS : Gimp does the same as PhotoShop, and costs far less. Stuff = Acrobat(s) and all other fools! From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 00:28:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 877D216A41F for ; Wed, 20 Jul 2005 00:28:20 +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 CEA9E43D45 for ; Wed, 20 Jul 2005 00:28:19 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 474CF86DCC; Wed, 20 Jul 2005 09:58:17 +0930 (CST) Date: Wed, 20 Jul 2005 09:58:17 +0930 From: Greg 'groggy' Lehey To: Ray Jenson , Fabian Keil Message-ID: <20050720002817.GO56954@wantadilla.lemis.com> References: <126eac480507181053398deebe@mail.gmail.com> <20050719172603.42b2c2a7@localhost> <20050719095409.3906843D49@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gqEssfNGWsEa4HfM" Content-Disposition: inline In-Reply-To: <20050719172603.42b2c2a7@localhost> <20050719095409.3906843D49@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 X-Mailman-Approved-At: Wed, 20 Jul 2005 13:02:17 +0000 Cc: freebsd-questions@freebsd.org, Ted Mittelstaedt 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: Wed, 20 Jul 2005 00:28:20 -0000 --gqEssfNGWsEa4HfM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tuesday, 19 July 2005 at 3:54:06 -0600, Ray Jenson wrote: > It was not my intention to start a flame war, folks. I'm sorry. I didn't > realize what a hot topic this little daemon is, and I really didn't mean = to > step on anyone's feel-bads or press anyone's hot-buttons. > > I've taken the tongue-in-cheek comments as just that: tongue-in-cheek. I'm > not a "member" of this community, but it still seems I've done more to > further the division than heal it. No, don't let it worry you. My comment was very much tongue-in-cheek. The rest of the discussion is part of the underlying banter that goes on on the FreeBSD lists. Don't let it worry you. On Tuesday, 19 July 2005 at 17:26:03 +0200, Fabian Keil wrote: > Ted Mittelstaedt wrote: >=20 >> Greg Lehey said: >> >>> "I'm sure we would object if someone drew a 'devil' image and >>> associated it with FreeBSD." [presumed quotation added above] >> Re-read this please. "DEVIL" image? What is that? Devil in >> this context is a religious term. So what Greg is really saying >> here is that "we" would object if someone drew a religious image >> and associated it with FreeBSD" > > You are quoting out of context. Yes. I think it's right the way I have modified it (additional level of quotes for the first sentence). From the attributions, it looks as if the other person was Ted. Greg -- 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. --gqEssfNGWsEa4HfM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC3ZqhIubykFB6QiMRAreAAKCOMZ3gaFwl6EFC4l67boAuK6y7cwCfdQl6 K80h4+576laz1ouGlt3L6Jg= =SK83 -----END PGP SIGNATURE----- --gqEssfNGWsEa4HfM-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 03:14: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 B1B0516A41F; Wed, 20 Jul 2005 03:14:35 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5763F43D53; Wed, 20 Jul 2005 03:14:35 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j6K3EOrj042431; Tue, 19 Jul 2005 20:14:28 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200507200314.j6K3EOrj042431@gw.catspoiler.org> Date: Tue, 19 Jul 2005 20:14:24 -0700 (PDT) From: Don Lewis To: mkb@incubus.de In-Reply-To: <20050714195253.GA23666@drjekyll.mkbuelow.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-Mailman-Approved-At: Wed, 20 Jul 2005 13:02:17 +0000 Cc: freebsd-stable@FreeBSD.org, freebsd-questions@FreeBSD.org, oberman@es.net Subject: Re: dangerous situation with shutdown process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 03:14:35 -0000 On 14 Jul, Matthias Buelow wrote: > Kevin Oberman wrote: > >>> How can I fix it on my system? >> >>SCSI or ATA? If it's ATA, turn off write cache with (atacontrol(8) or >>the sysctl. > > You do NOT want to do that. Not only will performance drop brutally > (example: drop to 1/5th of normal write speed for sequential writes, > probably worse for random writes) but it will also significantly > reduce the lifetime of your disk. Modern disks are designed to be > used with the write-back cache enabled, so don't turn it off. There's not much performance difference with SCSI if write caching is disabled. Typical SCSI drives can handle ~63 outstanding read and write transactions and can sort them into a somewhat optimal order if tagged command queuing is in use. >>The problem is that disks lie about whether they have actually written >>data. If the power goes off before the data is in cache, it's lost. > > No, the problem is that FreeBSD doesn't implement request barriers > and that softupdates is flawed by design and seemingly could not > make use of them, even if they were available (because, as I > understand it, it relies on a total ordering of all writes, unlike > the partial ordering necessary for a journalled fs). Softupdates only needs to be partial ordering. It just needs to be notified when the data hits the platter so that it can send any dependent writes to the disk. Wouldn't the use of barriers have the potential to force a lot of unrelated cached write data to be written much earlier than necessary? If so, there would seem to be a performance penalty under certain workloads, though performance would still be better than with write-caching disabled. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 03:22: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 B656A16A41F; Wed, 20 Jul 2005 03:22:53 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B2943D45; Wed, 20 Jul 2005 03:22:53 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j6K3MfLR042449; Tue, 19 Jul 2005 20:22:45 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200507200322.j6K3MfLR042449@gw.catspoiler.org> Date: Tue, 19 Jul 2005 20:22:41 -0700 (PDT) From: Don Lewis To: oberman@es.net In-Reply-To: <20050714191449.A8A615D07@ptavv.es.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Mailman-Approved-At: Wed, 20 Jul 2005 13:02:17 +0000 Cc: freebsd-stable@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: dangerous situation with shutdown process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 03:22:53 -0000 On 14 Jul, Kevin Oberman wrote: >> Date: Thu, 14 Jul 2005 20:38:15 +0200 >> From: Anatoliy Dmytriyev >> Sender: owner-freebsd-stable@freebsd.org >> >> Hello, everybody! >> >> I have found unusual and dangerous situation with shutdown process: >> I did a copy of 200 GB data on the 870 GB partition (softupdates is >> enabled) by cp command. >> It took a lot of time when I did umount for this partition exactly after >> cp, but procedure finished correctly. When you unmounted the file system, that should have flushed all the dirty files to the disk. >> In case, if I did “shutdown –h(r)â€, also exactly after cp, the shutdown >> procedure waited for “sync†(umounting of the file system) but sync >> process was terminated by timeout, and fsck checked and did correction >> of the file system after boot. Did the timeout occur during the syncer shutdown, or at the "syncing disks ..." step. Did you have any ext2 file systems mounted? These should be manually unmounted before shutdown because they confuse the final sync code. >> System 5.4-stable, RAM 4GB, processor P-IV 3GHz. >> >> How can I fix it on my system? > > SCSI or ATA? If it's ATA, turn off write cache with (atacontrol(8) or > the sysctl. > > The problem is that disks lie about whether they have actually written > data. If the power goes off before the data is in cache, it's lost. That should only make a difference in a power-fail situation, and it only makes a difference if the only unwritten data is in the drive's write cache. > I am not sure if write-cache can be turned off on SCSI, but SCSI drives > seem less likely to lie about when the data is actually flushed to the > drive. Yes it can, and I recommend it. Use the camcontrol modepage command to set the WCE bit to 0. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:06:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2158F16A41F for ; Wed, 20 Jul 2005 13:06:26 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 405BE43D75 for ; Wed, 20 Jul 2005 13:06:17 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 2.2g3) with ESMTP id 17097057 for multiple; Wed, 20 Jul 2005 09:06:04 -0400 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bart Silverstrim Date: Wed, 20 Jul 2005 09:05:44 -0400 To: "Ted Mittelstaedt" X-Mailer: Apple Mail (2.622) X-Server: High Performance Mail Server - http://surgemail.com X-Authenticated-User: bsilver@chrononomicon.com Cc: Josh Ockert , freebsd-questions@freebsd.org Subject: Re: Spam:****, 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: Wed, 20 Jul 2005 13:06:26 -0000 On Jul 20, 2005, at 6:15 AM, Ted Mittelstaedt wrote: > > >> -----Original Message----- >> From: owner-freebsd-questions@freebsd.org >> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Bart >> Silverstrim >> Sent: Tuesday, July 19, 2005 9:45 AM >> To: Josh Ockert >> Cc: freebsd-questions@freebsd.org; Ted Mittelstaedt >> Subject: Re: Demon license? >> >> FreeBSD doesn't need strings attached via corporate entanglements, in >> my opinion. >> > > FreeBSD already has entangling corporate strings - Apple is one of > the entanglers for example. But, interestingly enough, none of those > people are complaining about this issue. As I understand it Apple is using some of the code from FreeBSD, but FreeBSD isn't necessarily *getting* anything as an obligation from them. Ideally, if businesses give to them, that's a bonus. Businesses have always been able to take from FreeBSD as per it's license without giving anything. But when you start doing tit-for-tat scratch-my-back-and-I'll-scratch-yours relationships with businesses, there's going to be problems. >> when it comes to free-source operating systems, it is a >> geek's party and the market promoters are the crashers. > > Hear hear! Why is the concept so hard for people to understand that "open source" projects aren't necessarily out to displace Windows or take over the world...that they were spawned by a desire to scratch an itch or make something that's good and fills a need. There are those who create things with some motivation to purely outdo Windows, no doubt...but for the most part it's just made to be made, without obligations? If the "product" works for you, you're allowed to use it. Use FreeBSD. Use GPL tools, use the Linux kernel to build a better distro, whatever. But why must people be driven to take these projects to start dancing with corporate sponsors and cash?? If you want to do that, do it the way "Linux" has...start a corporation using that product as the basis, and approach the businesses you're interested in courting, and leave the core project alone. Businesses aren't interested in the core Linux kernel necessarily...they work with a corporation that uses it. The corporation gives a point of contact, a point of support, a face to work with. If it goes out of business it's a case of touch noogies...the actual project itself isn't bothered one way or the other and is still available on the Internet for free with people spending their free time working on it as a hobby. *sigh* Not that it really matters in the end...que sera, sera, right? From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:08: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 A6EDB16A448 for ; Wed, 20 Jul 2005 13:08:31 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from extgw02.msys.intellispace.net (extgw02.msys.intellispace.net [66.9.1.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E5F643D5F for ; Wed, 20 Jul 2005 13:08:30 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from malone.intellispace.net (malone.intellispace.net [160.79.145.141]) by extgw02.msys.intellispace.net (Postfix) with ESMTP id 7444B9C2E5; Wed, 20 Jul 2005 09:08:28 -0400 (EDT) Received: from [192.168.2.45] (66.9.108.98) by malone.intellispace.net (5.1.053) id 42D40555002E9003; Wed, 20 Jul 2005 09:06:50 -0400 Message-ID: <42DE4CC9.6050201@azimapower.com> Date: Wed, 20 Jul 2005 13:08:25 +0000 From: jdyke Organization: Azima Inc. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: akhthar@carmatec.com References: <200507201842.20904.akhthar@carmatec.com> In-Reply-To: <200507201842.20904.akhthar@carmatec.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD - Questions Subject: Re: ps -awux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jdyke@azimapower.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:08:32 -0000 Akhthar Parvez. K wrote: > Hello, > > When I run the command ps -awux from a user's bash shell(not root), it's > listing the processes under the particular user only. Can anyone tell me why? -u matches user man ps > From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:12:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AA8D16A41F for ; Wed, 20 Jul 2005 13:12:45 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id A828343D53 for ; Wed, 20 Jul 2005 13:12:44 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 66BCF997746; Wed, 20 Jul 2005 15:12:43 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 91879-01; Wed, 20 Jul 2005 15:12:40 +0200 (CEST) Received: from [80.98.156.20] (catv-50629c14.catv.broadband.hu [80.98.156.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 0F8899974C6; Wed, 20 Jul 2005 15:12:40 +0200 (CEST) Message-ID: <42DE4DC6.6090506@t-hosting.hu> Date: Wed, 20 Jul 2005 15:12:38 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: akhthar@carmatec.com References: <200507201842.20904.akhthar@carmatec.com> In-Reply-To: <200507201842.20904.akhthar@carmatec.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: FreeBSD - Questions Subject: Re: ps -awux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:12:45 -0000 Akhthar Parvez. K wrote: >Hello, > >When I run the command ps -awux from a user's bash shell(not root), it's >listing the processes under the particular user only. Can anyone tell me why? > > > You must have these two sysctls set to 0: security.bsd.see_other_gids security.bsd.see_other_uids This prevents that users see processes running under another uid. Or You must have mac_seeotheruids MAC module enabled. This module is for hardening the previous two sysctls. Cheers, Gábor Kövesdán From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:13:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5431B16A41F for ; Wed, 20 Jul 2005 13:13:22 +0000 (GMT) (envelope-from akhthar@carmatec.com) Received: from server1.carmatec.com (server1.carmatec.com [66.45.229.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id F25DB43D49 for ; Wed, 20 Jul 2005 13:13:21 +0000 (GMT) (envelope-from akhthar@carmatec.com) Received: from [202.56.253.42] (helo=ws25.carmatec.com) by server1.carmatec.com with esmtpa (Exim 4.43) id 1DvENz-0005Tu-Br; Wed, 20 Jul 2005 08:12:58 -0500 From: "Akhthar Parvez. K" Organization: Carmatec IT Solutions To: jdyke@azimapower.com Date: Wed, 20 Jul 2005 18:53:44 +0530 User-Agent: KMail/1.5 References: <200507201842.20904.akhthar@carmatec.com> <42DE4CC9.6050201@azimapower.com> In-Reply-To: <42DE4CC9.6050201@azimapower.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507201853.44113.akhthar@carmatec.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.carmatec.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - carmatec.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD - Questions Subject: Re: ps -awux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: akhthar@carmatec.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:13:22 -0000 Hello, It does not show all processes even if I did not use -u option. It would be good if anyone can tell me how can I view all processes from a user's bash shell. On Wednesday 20 July 2005 18:38, jdyke wrote: > Akhthar Parvez. K wrote: > > Hello, > > > > When I run the command ps -awux from a user's bash shell(not root), it's > > listing the processes under the particular user only. Can anyone tell me > > why? > > -u matches user > > man ps > > _______________________________________________ > 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" -- With Regards, Akhthar Parvez.K System Administrator Carmatec IT Solutions Pvt Ltd. 1st Block, Koramangala, Bangalore --------------------- NOTHING IS IMPOSSIBLE Because Impossible itself says I'M POSSIBLE From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:16:56 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 932A816A41F for ; Wed, 20 Jul 2005 13:16:56 +0000 (GMT) (envelope-from bob@fxp.org) Received: from chaos.fxp.org (chaos.fxp.org [216.155.111.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 415FF43D45 for ; Wed, 20 Jul 2005 13:16:56 +0000 (GMT) (envelope-from bob@fxp.org) Received: from localhost (localhost.fxp.org [127.0.0.1]) by chaos.fxp.org (Postfix) with ESMTP id 90CDA28447; Wed, 20 Jul 2005 09:16:55 -0400 (EDT) Received: from chaos.fxp.org ([127.0.0.1]) by localhost (chaos.fxp.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26516-06-7; Wed, 20 Jul 2005 09:16:52 -0400 (EDT) Received: by chaos.fxp.org (Postfix, from userid 1103) id 83B9628445; Wed, 20 Jul 2005 09:16:52 -0400 (EDT) Date: Wed, 20 Jul 2005 09:16:52 -0400 From: Bob Bomar To: "Akhthar Parvez. K" Message-ID: <20050720131652.GA19606@chaos.fxp.org> References: <200507201842.20904.akhthar@carmatec.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <200507201842.20904.akhthar@carmatec.com> User-Agent: Mutt/1.5.9i X-Virus-Scanned: amavisd-new at fxp.org Cc: questions@freebsd.org Subject: Re: ps -awux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bob Bomar List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:16:56 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 20, 2005 at 06:42:20PM +0530, Akhthar Parvez. K wrote: > Hello, >=20 > When I run the command ps -awux from a user's bash shell(not root), it's= =20 > listing the processes under the particular user only. Can anyone tell me = why? >=20 What is security.bsd.see_other_uids set to? --=20 Bob Bomar bob@ibsd.us ----------------------------- FreeBSD: The Power to Serve http://www.freebsd.org --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC3k7E9Jm/aTrtdKoRAh19AJ0QLhTWk0xUzmDptj8/DmJNleuUZQCgkALk ubErrlcTXRluPC9eZ6xug2g= =gA5T -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:19: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 9ABD016A41F for ; Wed, 20 Jul 2005 13:19:04 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D7D143D45 for ; Wed, 20 Jul 2005 13:19:04 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 20552 invoked from network); 20 Jul 2005 13:19:03 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Jul 2005 13:19:03 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 638A82A; Wed, 20 Jul 2005 09:19:02 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <20050718163250.D28772@maren.thelosingend.net> <44d5peixay.fsf@be-well.ilk.org> <20050720004530.B48721@maren.thelosingend.net> From: Lowell Gilbert Date: 20 Jul 2005 09:19:02 -0400 In-Reply-To: <20050720004530.B48721@maren.thelosingend.net> Message-ID: <44ackhk43d.fsf@be-well.ilk.org> Lines: 35 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Some sort of filter based filesystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:19:04 -0000 Svein Halvor Halvorsen writes: > * Svein Halvor Halvorsen writes: > > > What would be nice, is some kind of nullfs-like read only filesystem > > > that would send all files through a configurable filter when opened. > > > That way I could put all my music in FLAC format on hdd, and then, > > > when I wanted to transfer some tracks to my portable player, I could > > > grab the files from the ogg-directory. Or when I wanted to burn to > > > CD-A, I could grab 'em from the wav-dir. > > * Lowell Gilbert [2005-07-19 12:18 -0400] > > It's a clever idea, but not really very useful; usually a virtual > > filesystem approach is good when you can generate the data as needed. > > For something like this, you would need to pregenerate the various > > forms anyway, so you wouldn't save disk space. > > Why would the various forms need to be pre-generated? > > I can easily imagine some mechanism where my flac files are filtered > through a flac decoder and into a vorbis encoder on-the-fly. > The same goes for iconv conversion, image processing, etc. > > In fact, this is the sole purpose of my suggestion. You're right that the outputs wouldn't *have* to be pre-generated, but doing it on the fly would make the project both more difficult to implement and (I think) less convenient to use. It would be pretty slow if you really did generate it on the fly. Also, a lot of other things would get very tricky: for example, you wouldn't have the file size available when listing a directory of "virtual" files. Be well. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:21:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5559B16A41F for ; Wed, 20 Jul 2005 13:21:08 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ABA843D45 for ; Wed, 20 Jul 2005 13:21:07 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 12002 invoked from network); 20 Jul 2005 13:21:07 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Jul 2005 13:21:07 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id BEC312A; Wed, 20 Jul 2005 09:21:06 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "cell" To: References: <001601c58c44$a54d52a0$0301a8c0@danielle> From: Lowell Gilbert Date: 20 Jul 2005 09:21:06 -0400 In-Reply-To: <001601c58c44$a54d52a0$0301a8c0@danielle> Message-ID: <4464v5k3zx.fsf@be-well.ilk.org> Lines: 7 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: Problems with samba over VPN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:21:08 -0000 "cell" writes: > Hello , i have created a VPN ( with openvpn-2.0_3 on freebsd 5.4 ) between my network who has a gateway on freebsd 5.4 and others computer on win xp, > and a network who has windows xp home as gateway.Windows xp home used openvpn 2 too and i have created a bridge in my freebsd gateway and the windows xp gateway have created a bridge too.Now , i have configured samba on my freebsd gateway and i must see normally (in my computers on windows xp ) the windows xp gateway of the other network in my workgroup but i just see this computer for ten minutes !!! After that , i don't see it any more and i don't understand why !!! Anyone have an idea for this problem ? Are you losing IP connectivity? (can you ping the other network after Samba stops "seeing" it?) From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:21: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 8AC5616A41F for ; Wed, 20 Jul 2005 13:21:23 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA50C43D45 for ; Wed, 20 Jul 2005 13:21:21 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 6D6388B7D2; Wed, 20 Jul 2005 15:21:19 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02325-05; Wed, 20 Jul 2005 15:21:14 +0200 (CEST) Received: from firewall.demig (p5083886D.dip0.t-ipconnect.de [80.131.136.109]) by server.absolute-media.de (Postfix) with ESMTP id 9EB038A2A1; Wed, 20 Jul 2005 15:21:14 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j6KDGgGu057526; Wed, 20 Jul 2005 15:16:42 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: , "FreeBSD - Questions" Date: Wed, 20 Jul 2005 15:16:42 +0200 Message-ID: <000001c58d2d$44fe7a20$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal In-Reply-To: <200507201842.20904.akhthar@carmatec.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: Subject: RE: ps -awux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:21:23 -0000 > When I run the command ps -awux from a user's bash shell(not root), it's > listing the processes under the particular user only. Can anyone > tell me why? see 'sysctl security.bsd.see_other_uids' Norbert From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:22:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7E0D16A41F for ; Wed, 20 Jul 2005 13:22:55 +0000 (GMT) (envelope-from akhthar@carmatec.com) Received: from server1.carmatec.com (server1.carmatec.com [66.45.229.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8908343D45 for ; Wed, 20 Jul 2005 13:22:55 +0000 (GMT) (envelope-from akhthar@carmatec.com) Received: from [202.56.253.42] (helo=ws25.carmatec.com) by server1.carmatec.com with esmtpa (Exim 4.43) id 1DvEXE-0002Zk-T8; Wed, 20 Jul 2005 08:22:31 -0500 From: "Akhthar Parvez. K" Organization: Carmatec IT Solutions To: "Norbert Koch" , "FreeBSD - Questions" Date: Wed, 20 Jul 2005 19:03:18 +0530 User-Agent: KMail/1.5 References: <000001c58d2d$44fe7a20$4801a8c0@ws-ew-3.W2KDEMIG> In-Reply-To: <000001c58d2d$44fe7a20$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507201903.18371.akhthar@carmatec.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.carmatec.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - carmatec.com X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Re: ps -awux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: akhthar@carmatec.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:22:56 -0000 Hi, sysctl security.bsd.see_other_uids sysctl: unknown oid 'security.bsd.see_other_uids' :-( On Wednesday 20 July 2005 18:46, Norbert Koch wrote: > > When I run the command ps -awux from a user's bash shell(not root), it's > > listing the processes under the particular user only. Can anyone > > tell me why? > > see 'sysctl security.bsd.see_other_uids' > > Norbert -- With Regards, Akhthar Parvez.K System Administrator Carmatec IT Solutions Pvt Ltd. 1st Block, Koramangala, Bangalore --------------------- NOTHING IS IMPOSSIBLE Because Impossible itself says I'M POSSIBLE From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:27:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ADF516A41F for ; Wed, 20 Jul 2005 13:27:12 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AA3243D46 for ; Wed, 20 Jul 2005 13:27:11 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 2458 invoked from network); 20 Jul 2005 13:27:09 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[83.129.2.78]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 20 Jul 2005 13:27:09 -0000 Date: Wed, 20 Jul 2005 15:27:27 +0200 From: Fabian Keil To: JeuMeu Message-ID: <20050720152727.5726eec3@localhost> In-Reply-To: <000601c58c82$59d1dc90$f977933e@xp5k3n4imyhmwm> References: <000601c58c82$59d1dc90$f977933e@xp5k3n4imyhmwm> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Signature_Wed__20_Jul_2005_15_27_27_+0200_Eb3c=xG9=KI=njUz"; protocol="application/pgp-signature"; micalg=pgp-sha1 Cc: freebsd-questions@freebsd.org Subject: Re: Gimp 2 does not come with help? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:27:12 -0000 --Signature_Wed__20_Jul_2005_15_27_27_+0200_Eb3c=xG9=KI=njUz Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "JeuMeu" wrote: > I've just downloaded GIMP 2.2.8. Still the same problem : no help ! Did you use the ports? Help is separated: fk@r51 /usr/ports/graphics $ls|grep gim=20 gimageview gimp gimp-help gimp-manual-html gimp-manual-pdf gimp-pmosaic gimp-ufraw gimp1 libggimisc > How do I change mode from 700 to 755 as you say in your answer. What answer? Did you read man chmod? > PS : Gimp does the same as PhotoShop, and costs far less. AFAIK there are still features missing. Fabian --=20 http://www.fabiankeil.de/ --Signature_Wed__20_Jul_2005_15_27_27_+0200_Eb3c=xG9=KI=njUz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFC3lFFoomUOj0wp30RAoaEAJwPfRHwbwRBahmIwRSvLz7ocE/K8wCdHQmR dlayDs2eWped1YFo6Rj8ldM= =a9LF -----END PGP SIGNATURE----- --Signature_Wed__20_Jul_2005_15_27_27_+0200_Eb3c=xG9=KI=njUz-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:34:08 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 072E016A430 for ; Wed, 20 Jul 2005 13:34:08 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABF543D46 for ; Wed, 20 Jul 2005 13:34:07 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 5711 invoked from network); 20 Jul 2005 13:34:07 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Jul 2005 13:34:07 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id D193E2A; Wed, 20 Jul 2005 09:34:06 -0400 (EDT) Sender: lowell@be-well.ilk.org To: dpk References: <20050719145822.W23753@shared10.hosting.flyingcroc.net> From: Lowell Gilbert Date: 20 Jul 2005 09:34:06 -0400 In-Reply-To: <20050719145822.W23753@shared10.hosting.flyingcroc.net> Message-ID: <441x5tk3e9.fsf@be-well.ilk.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: Large filesystem woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:34:08 -0000 dpk writes: > Has anyone here had any luck whatsoever getting FreeBSD 5.4-RELEASE to use > 4TB of space from a 4TB RAID array? It is apparent that there is a > 1TB/slice limit, and sysinstall doesn't seem to be able to handle creating > more than 2 slices. Since you're using slices, I would try working with fdisk directly... -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:35:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74ED616A41F for ; Wed, 20 Jul 2005 13:35:55 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E2843D46 for ; Wed, 20 Jul 2005 13:35:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 26304 invoked from network); 20 Jul 2005 13:35:54 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Jul 2005 13:35:54 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id AF8722A; Wed, 20 Jul 2005 09:35:53 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Trey Sizemore To: freebsd-questions@freebsd.org References: <1121815135.18951.2.camel@chameleon.thesizemores.net> From: Lowell Gilbert Date: 20 Jul 2005 09:35:53 -0400 In-Reply-To: <1121815135.18951.2.camel@chameleon.thesizemores.net> Message-ID: <44wtnlioqu.fsf@be-well.ilk.org> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: lost gdm screen X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:35:55 -0000 Trey Sizemore writes: > Or to be more precise, after an upgrade of gdm, when I log in I get an > error message that the config file contains an error (or unrecognized > command) and that it will use the default. > > I'm then presented with the default gdm login screen rather than the > 'more stylish' version I had previously. > > What changed that the previous gdm.conf file is no longer valid? How do > I get the 'nice' gdm screen back? Fix the error in the config file. The gdm log file will probably tell you what the error is. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:38: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 0D99E16A421 for ; Wed, 20 Jul 2005 13:38:25 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA32D43D46 for ; Wed, 20 Jul 2005 13:38:24 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 14182 invoked from network); 20 Jul 2005 13:38:23 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Jul 2005 13:38:23 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id EC2CA2A; Wed, 20 Jul 2005 09:38:22 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Sushubh References: From: Lowell Gilbert Date: 20 Jul 2005 09:38:22 -0400 In-Reply-To: Message-ID: <44sly9iomp.fsf@be-well.ilk.org> Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: bridging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:38:25 -0000 Sushubh writes: > I am going to install FreeBSD on a machine we plan to make a server. > > Now, we have 2 lines of internet coming to our place through 2 > separate lan modems. I want the server to take these 2 lines and > combine the speeds to form a single line which can be used by our lan > to access the internet. > > I have got 3 lan cards on the linux machine. 2 for the incoming > connections from the 2 lan modems which have the gateways 192.168.1.1 > and 192.168.1.100. > > How do I go ahead with making my server a gateway offering combined > bandwidth to our lan? I'm not sure I understand your message, but: How do you do it with the Linux machine? From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:46: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 A9C8A16A41F for ; Wed, 20 Jul 2005 13:46:13 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 609FB43D45 for ; Wed, 20 Jul 2005 13:46:13 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 8679 invoked from network); 20 Jul 2005 13:46:13 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Jul 2005 13:46:12 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 614662A; Wed, 20 Jul 2005 09:46:12 -0400 (EDT) Sender: lowell@be-well.ilk.org To: a.shterenlikht@manchester.ac.uk To: freebsd-questions@freebsd.org References: <20050720135514.gqgao08ccg40sok4@webmail2.manchester.ac.uk> From: Lowell Gilbert Date: 20 Jul 2005 09:46:11 -0400 In-Reply-To: <20050720135514.gqgao08ccg40sok4@webmail2.manchester.ac.uk> Message-ID: <44mzohio9o.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: df size mismatch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:46:13 -0000 a.shterenlikht@manchester.ac.uk writes: > why does df show that used+available < size? > in my case there is 20M missing for smaller partitions and > 6GB missing for the larger one. How much can I really use? > > anton > > pw29# df -m > Filesystem 1M-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 247 129 98 57% / > devfs 0 0 0 100% /dev > /dev/ad0s1e 247 0 227 0% /tmp > /dev/ad0s1f 27172 1453 23544 6% /usr > /dev/ad0s1d 247 5 222 3% /var See "man 8 tunefs" and note "minfree". Also see: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DISK-MORE-THAN-FULL -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:46:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBF8416A41F for ; Wed, 20 Jul 2005 13:46:38 +0000 (GMT) (envelope-from shmach@osprey.net) Received: from mx1.osprey.net (mx1.osprey.net [12.105.144.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 665D743D53 for ; Wed, 20 Jul 2005 13:46:38 +0000 (GMT) (envelope-from shmach@osprey.net) Received: from localhost (tyr.osprey.net [12.105.144.92]) by mx1.osprey.net (Postfix) with ESMTP id 31E086A15B for ; Wed, 20 Jul 2005 08:51:08 -0500 (CDT) Received: from mx1.osprey.net ([12.105.144.92]) by localhost (tyr [12.105.144.92]) (amavisd-new, port 10024) with ESMTP id 09822-01 for ; Wed, 20 Jul 2005 08:51:08 -0500 (CDT) Received: from localhost (110-pool1.ras10.kstop.alerondial.net [206.149.64.110]) by mx1.osprey.net (Postfix) with ESMTP id 14CB16A1B8 for ; Wed, 20 Jul 2005 08:51:06 -0500 (CDT) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 20 Jul 2005 08:54:19 -0500 (CDT) Sender: spectre@localhost.osprey.net From: shmach@osprey.net To: freebsd-questions@freebsd.org X-Virus-Scanned: amavisd-new at osprey.net Subject: Re:problem with devfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shmach@osprey.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:46:39 -0000 "You can make device node or fifo not in /dev but in any other directory (for example in /tmp) and change path in your file." Thanks for the reply. Actually, it occured to me to do this after playing around with the code for about a week. I got so wrapped up trying to get it installed in /dev, that the obvious never occured to me. So, this does allow me to make the fifo, but I was wondering whether there was a way to install it /dev, or if that was impossible. Like I said, I can get this working without writing to /dev, but I just wondered if there was a way to do it. ---------------------------------- E-Mail: shmach@osprey.net Date: 20-Jul-2005 Time: 08:45:50 This message was sent by XFMail ---------------------------------- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:47:27 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 E005316A41F for ; Wed, 20 Jul 2005 13:47:27 +0000 (GMT) (envelope-from dpk@dpk.net) Received: from shared10.hosting.flyingcroc.net (shared10.hosting.flyingcroc.net [207.246.149.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B35643D60 for ; Wed, 20 Jul 2005 13:47:25 +0000 (GMT) (envelope-from dpk@dpk.net) Received: from shared10.hosting.flyingcroc.net (localhost [127.0.0.1]) by shared10.hosting.flyingcroc.net (8.12.9p2/8.12.10) with ESMTP id j6KDlOrR085887; Wed, 20 Jul 2005 06:47:24 -0700 (PDT) Received: from localhost (dpk@localhost) by shared10.hosting.flyingcroc.net (8.12.9p2/8.12.10/Submit) with ESMTP id j6KDlNd5085884; Wed, 20 Jul 2005 06:47:23 -0700 (PDT) X-Authentication-Warning: shared10.hosting.flyingcroc.net: dpk owned process doing -bs Date: Wed, 20 Jul 2005 06:47:23 -0700 (PDT) From: dpk X-X-Sender: dpk@shared10.hosting.flyingcroc.net To: Lowell Gilbert In-Reply-To: <441x5tk3e9.fsf@be-well.ilk.org> Message-ID: <20050720064637.Q23753@shared10.hosting.flyingcroc.net> References: <20050719145822.W23753@shared10.hosting.flyingcroc.net> <441x5tk3e9.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: questions@freebsd.org Subject: Re: Large filesystem woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:47:28 -0000 On Wed, 20 Jul 2005, Lowell Gilbert wrote: > dpk writes: > > > Has anyone here had any luck whatsoever getting FreeBSD 5.4-RELEASE to use > > 4TB of space from a 4TB RAID array? It is apparent that there is a > > 1TB/slice limit, and sysinstall doesn't seem to be able to handle creating > > more than 2 slices. > > Since you're using slices, I would try working with fdisk directly... fdisk gives a "No such file or directory" error when you run "fdisk -i /dev/da0", but "fdisk /dev/da0" shows the partition table. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 13:53:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8DC16A41F for ; Wed, 20 Jul 2005 13:53:38 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2750D43D46 for ; Wed, 20 Jul 2005 13:53:37 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.1) with ESMTP id j6KDraIu005539; Wed, 20 Jul 2005 07:53:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.1/Submit) with ESMTP id j6KDraXU005536; Wed, 20 Jul 2005 07:53:36 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 20 Jul 2005 07:53:36 -0600 (MDT) From: Warren Block To: Marek Sulovsky In-Reply-To: <20050720114351.GA30720@popelka.ms.mff.cuni.cz> Message-ID: <20050720075030.M5505@wonkity.com> References: <20050720114351.GA30720@popelka.ms.mff.cuni.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (wonkity.com [127.0.0.1]); Wed, 20 Jul 2005 07:53:37 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Network stalls X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 13:53:38 -0000 On Wed, 20 Jul 2005, Marek Sulovsky wrote: > But when I started to update the system and ports - another problem > appeared: > > when I am downloading a file (I noticed the problem only during ftp > downloads - but I have had almost no other traffic) sometimes (about > every 2-5 MBs on average) the transfer stops (command line ftp says > "stalled", fetch shows nothing and does nothing). "Stalled" is shown when the FTP server just stops sending. For FreeBSD files, it usually means the server is too busy. Try using a different server, or one that's closer to you. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 14:06: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 F1C5716A48F for ; Wed, 20 Jul 2005 14:06:03 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.18.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE7F243E1C for ; Wed, 20 Jul 2005 14:04:01 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 8172 invoked from network); 20 Jul 2005 14:03:59 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[83.129.2.78]) (envelope-sender ) by smtprelay04.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 20 Jul 2005 14:03:59 -0000 Date: Wed, 20 Jul 2005 16:04:23 +0200 From: Fabian Keil To: "Ted Mittelstaedt" Message-ID: <20050720160423.72d9c618@localhost> In-Reply-To: References: <20050719172603.42b2c2a7@localhost> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Signature_Wed__20_Jul_2005_16_04_23_+0200_cwiVIsEXcAky/zS3"; protocol="application/pgp-signature"; micalg=pgp-sha1 Cc: freebsd-questions@freebsd.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: Wed, 20 Jul 2005 14:06:04 -0000 --Signature_Wed__20_Jul_2005_16_04_23_+0200_cwiVIsEXcAky/zS3 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "Ted Mittelstaedt" wrote: > >-----Original Message----- > >From: owner-freebsd-questions@freebsd.org > >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Fabian Keil > >Sent: Tuesday, July 19, 2005 8:26 AM > >To: freebsd-questions@freebsd.org > >Subject: Re: Demon license? > > > > > >"Ted Mittelstaedt" wrote: > > > >> Greg Lehey said: > >> > >> "I'm sure we would object if someone drew a 'devil' image and > >> associated it with FreeBSD." > >> > >> Re-read this please. "DEVIL" image? What is that? Devil in > >> this context is a religious term. So what Greg is really saying > >> here is that "we" would object if someone drew a religious image > >> and associated it with FreeBSD" > > > >You are quoting out of context. > > > >Greg wasn't referring to Beastie as devil, the person before him was. >=20 > That would be me, and no I was not as I've explained twice now. >=20 > >Greg was intentional "misunderstanding" that Beastie was meant with > >devil. At least that's how I understood it. > > >=20 > Greg doesen't generally post to that level of complexity. What he is > objecting to is pretty straightforward - Beastie isn't a devil. Well > the word "devil" is a religious term, so what Greg means is that > "Beastie isn't a religious icon and anyone's use of the word 'devil' > in conjunction with Beastie carries the incorrect connotation that > Beastie is a religious icon" >=20 > If your disagreeing with that, then are you supporting the idea that > Beastie looks like a devil AKA icon objectionable on religious grounds? I think it's a reasonable idea, that a person not knowing BSD might come to the conclusion, that Beastie is a small nice looking devil. I guess I did it myself, but I don't remember. Beastie looks cute, that's good enough for me. I couldn't care less, if he's just looking like a devil or if he's supposed to be one. > Because that is the converse of what Greg is saying. >=20 > Greg took my meaning as Beastie=3Ddevil, not "devil-looking-image could = be > drawn and associated with FreeBSD by anyone" >=20 > I realize that the idea I was attempting to convey was more complex and > deeper than a 2 second sound bite. Please carefully reread the thread > and > I think you will understand it better. When I used the word "devil" in > the sentence I was meaning a graphical drawing of a red being with horns > and a tail, and that should have been apparent. I was not meaning the > Catholic religious interpretation of the word "devil" meaning Satan. I got that. > It is a sad commentary on the power of the religious conservative > movement that you can't even use the word "devil" to mean anything > other than "Satan" in a sentence anymore. >=20 > Greg objects to the term "devil" in association with Beastie because > he knows that too many stupid people cannot make this distinction > anymore, and it's safer to simply not use the word "devil" anywhere > near FreeBSD or Beastie so as to avoid these stupid people from > claiming FreeBSD is a satanic operating system. And this as well. =20 > I disagree with this because I will always choose to fight against > ignorance rather than just accept it and make up some politically > correct mealymouthed excuse. Sure, some stupid people cannot be > educated into understanding that the Beastie image isn't an image > of a devil, because they believe that the only possible interpretation > of the word "devil" is Satan. I would rather work to educate them, > like I'm working to educate you, that not all uses of "devil" are > religious. If you or they cannot accept this, then go to Hell. ;-) I have no problem accepting it, however I think I can differentiate between devil (the evil fallen angel) and devil (the outfit), even if I didn't make this clear in the other mail. What's more important, I wouldn't care I the core team decided to use the first meaning. I'm not a big fan of political correctness myself. Fabian --=20 http://www.fabiankeil.de/ --Signature_Wed__20_Jul_2005_16_04_23_+0200_cwiVIsEXcAky/zS3 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFC3lnooomUOj0wp30RAqv1AKCabnc5Q/490eQM3ACN/NROYnDYBACgm/Pw EeMZiJyckQSN40yiL1r/STU= =9baR -----END PGP SIGNATURE----- --Signature_Wed__20_Jul_2005_16_04_23_+0200_cwiVIsEXcAky/zS3-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 14:06: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 389E716A433 for ; Wed, 20 Jul 2005 14:06:35 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E90EA43D49 for ; Wed, 20 Jul 2005 14:06:31 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id B19C78B817; Wed, 20 Jul 2005 16:06:29 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04970-10; Wed, 20 Jul 2005 16:06:25 +0200 (CEST) Received: from firewall.demig (p5083886D.dip0.t-ipconnect.de [80.131.136.109]) by server.absolute-media.de (Postfix) with ESMTP id E1E6586B25; Wed, 20 Jul 2005 16:06:24 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j6KE2WEq059917; Wed, 20 Jul 2005 16:02:32 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: , "FreeBSD - Questions" Date: Wed, 20 Jul 2005 16:02:31 +0200 Message-ID: <000501c58d33$ab92cba0$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <200507201903.18371.akhthar@carmatec.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: Subject: RE: ps -awux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 14:06:37 -0000 > sysctl security.bsd.see_other_uids > sysctl: unknown oid 'security.bsd.see_other_uids' Did you try that as root? What is your FreeBSD version (uname -a)? Norbert From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 15:11:45 2005 Return-Path: X-Original-To: FreeBSD-questions@freebsd.org Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 721ED16A420 for ; Wed, 20 Jul 2005 15:11:45 +0000 (GMT) (envelope-from bob89@eng.ufl.edu) Received: from scorpion.eng.ufl.edu (scorpion.eng.ufl.edu [128.227.116.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 4361543D45 for ; Wed, 20 Jul 2005 15:11:43 +0000 (GMT) (envelope-from bob89@eng.ufl.edu) Received: (qmail 26088 invoked from network); 20 Jul 2005 15:11:43 -0000 Received: from scanner.engnet.ufl.edu (128.227.152.221) by scorpion.eng.ufl.edu with SMTP; 20 Jul 2005 15:11:43 -0000 From: Bob Johnson Organization: UF College of Engineering To: torstenvl@gmail.com Date: Wed, 20 Jul 2005 11:11:42 -0400 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507201111.42450.bob89@eng.ufl.edu> Cc: FreeBSD-questions@freebsd.org Subject: Re: Demon license? (copyright myths) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 15:11:45 -0000 Josh Ockert wrote on Mon, Jul 18, 2005 at 1:53 : [...] > > As to the subject of copyright infringement, allowing other > Beastie-like images to be associated with FreeBSD is not copyright > infringement. Gentoo's penguin is not copyright infringement. Stylized > logos that are merely similar do not infringe on eachother. That's > like suggesting that a professional photographer at a wedding owns all > amateur wedding photos taken by friends and family attending the > event. It is not a subject that is copyrighted, or nobody would be > able to paint flowers anymore. It is the image itself. Any work that > is arrived at independently cannot possibly infringe on another's > copyright. So a redrawing of a daemon that is not a copy of Kirk's is > completely legal. (IANAL.. yet. Give me a couple more years and the > MBE though and that'll change). IANAL either, but in general, a copyright holder has the right to control derivative works as well. You can't publish pictures of Mickey Mouse without permission of Disney, even if you drew the pictures yourself, and you (probably) can't publish images of Beastie without Kirk McKusick's permission. The fact that he is lenient in enforcing his rights does not mean that he doesn't have them. If someone manages to come up with a daemon image that is obviously NOT Beastie, then they won't have to worry about McKusick's copyright, but since he is so lenient in granting usage, why bother? http://www.templetons.com/brad/copymyths.html - Bob From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 15:25: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 3145F16A41F for ; Wed, 20 Jul 2005 15:25:31 +0000 (GMT) (envelope-from skeeve@popelka.ms.mff.cuni.cz) Received: from smtp2.ms.mff.cuni.cz (sns.ms.mff.cuni.cz [195.113.20.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9464E43D46 for ; Wed, 20 Jul 2005 15:25:30 +0000 (GMT) (envelope-from skeeve@popelka.ms.mff.cuni.cz) Received: from popelka.ms.mff.cuni.cz (mail@popelka.ms.mff.cuni.cz [195.113.20.58]) by smtp2.ms.mff.cuni.cz (8.13.1/8.13.4) with ESMTP id j6KFPSbP086346 for ; Wed, 20 Jul 2005 17:25:29 +0200 (CEST) Received: from skeeve by popelka.ms.mff.cuni.cz with local (Exim 3.35 #1 (Debian)) id 1DvGRo-0006Uq-00 for ; Wed, 20 Jul 2005 17:25:24 +0200 Date: Wed, 20 Jul 2005 17:25:24 +0200 To: freebsd-questions@freebsd.org Message-ID: <20050720152524.GA9446@popelka.ms.mff.cuni.cz> References: <20050720114351.GA30720@popelka.ms.mff.cuni.cz> <20050720075030.M5505@wonkity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050720075030.M5505@wonkity.com> User-Agent: Mutt/1.3.28i From: Marek Sulovsky X-cuni-ksvi-MailScanner: Found to be clean X-MailScanner-From: skeeve@popelka.ms.mff.cuni.cz Subject: Re: Network stalls X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 15:25:31 -0000 > >But when I started to update the system and ports - another problem > >appeared: > > > >when I am downloading a file (I noticed the problem only during ftp > >downloads - but I have had almost no other traffic) sometimes (about > >every 2-5 MBs on average) the transfer stops (command line ftp says > >"stalled", fetch shows nothing and does nothing). > > "Stalled" is shown when the FTP server just stops sending. For FreeBSD > files, it usually means the server is too busy. Try using a different > server, or one that's closer to you. The problem is not in servers. This happens on various servers which are nearby and have a very good connectivity (and I never experienced problems with them). I can even connect to them from another ftp client and start downloading something else while the first ftp is stalled. Marek From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 15: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 F22E116A41F for ; Wed, 20 Jul 2005 15:39:05 +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 6C2F843D55 for ; Wed, 20 Jul 2005 15:39:05 +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 1DvGf2-000B5v-4U; Wed, 20 Jul 2005 09:39:04 -0600 In-Reply-To: References: 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: Wed, 20 Jul 2005 09:39:03 -0600 To: Bart Silverstrim X-Mailer: Apple Mail (2.733) 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:****, 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: Wed, 20 Jul 2005 15:39:06 -0000 On Jul 20, 2005, at 7:05 AM, Bart Silverstrim wrote: > > As I understand it Apple is using some of the code from FreeBSD, > but FreeBSD isn't necessarily *getting* anything as an obligation > from them. > > Ideally, if businesses give to them, that's a bonus. Businesses > have always been able to take from FreeBSD as per it's license > without giving anything. But when you start doing tit-for-tat > scratch-my-back-and-I'll-scratch-yours relationships with > businesses, there's going to be problems. > Just as an aside: Apple does push code back as far as I know. There was talk last year for example about MSDOS FS support being put back in from Apple Darwin. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad@shire.net From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 15:43:26 2005 Return-Path: X-Original-To: FreeBSD-questions@freebsd.org Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21AE316A41F for ; Wed, 20 Jul 2005 15:43:26 +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 BFE2043D70 for ; Wed, 20 Jul 2005 15:43:24 +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 1DvGjE-000BEF-0U; Wed, 20 Jul 2005 09:43:24 -0600 In-Reply-To: <200507201111.42450.bob89@eng.ufl.edu> References: <200507201111.42450.bob89@eng.ufl.edu> 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: Wed, 20 Jul 2005 09:43:23 -0600 To: Bob Johnson X-Mailer: Apple Mail (2.733) 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: Demon license? (copyright myths) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 15:43:26 -0000 On Jul 20, 2005, at 9:11 AM, Bob Johnson wrote: > IANAL either, but in general, a copyright holder has the right to > control > derivative works as well. You can't publish pictures of Mickey > Mouse without > permission of Disney, even if you drew the pictures yourself, and you > (probably) can't publish images of Beastie without Kirk McKusick's > permission. The fact that he is lenient in enforcing his rights > does not > mean that he doesn't have them. > > If someone manages to come up with a daemon image that is obviously > NOT > Beastie, then they won't have to worry about McKusick's copyright, > but since > he is so lenient in granting usage, why bother? > > http://www.templetons.com/brad/copymyths.html > > - Bob This would be true if he had invented or come up with Beastie first. Is that how it happened? I was under the impression that he just came up with the most loved form but that previously somewhat similar images had been used for unix/bsd etc. He still has the right to derivatives of his beastie but I would suspect that not-so-similar versions would be OK. But again, IANAL and am not familiar with whole history --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad@shire.net From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 15:48:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B7BF16A41F for ; Wed, 20 Jul 2005 15:48:25 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4294D43D5C for ; Wed, 20 Jul 2005 15:48:19 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 2.2g3) with ESMTP id 17111801 for multiple; Wed, 20 Jul 2005 11:48:25 -0400 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bart Silverstrim Date: Wed, 20 Jul 2005 11:48:12 -0400 To: "Chad Leigh -- Shire.Net LLC" X-Mailer: Apple Mail (2.622) X-Server: High Performance Mail Server - http://surgemail.com X-Authenticated-User: bsilver@chrononomicon.com Cc: freebsd-questions Question Subject: Re: Spam:****, 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: Wed, 20 Jul 2005 15:48:25 -0000 On Jul 20, 2005, at 11:39 AM, Chad Leigh -- Shire.Net LLC wrote: > > On Jul 20, 2005, at 7:05 AM, Bart Silverstrim wrote: > >> >> As I understand it Apple is using some of the code from FreeBSD, but >> FreeBSD isn't necessarily *getting* anything as an obligation from >> them. >> >> Ideally, if businesses give to them, that's a bonus. Businesses have >> always been able to take from FreeBSD as per it's license without >> giving anything. But when you start doing tit-for-tat >> scratch-my-back-and-I'll-scratch-yours relationships with businesses, >> there's going to be problems. >> > > Just as an aside: Apple does push code back as far as I know. There > was talk last year for example about MSDOS FS support being put back > in from Apple Darwin. Yes, I believe they do. What I'm saying (and what I think a great number of people don't think about) is that they're doing this but aren't *obligated* to do so. For FreeBSD, as I understand it, you can take FreeBSD, slap new images to it and alter some of the code and sell it as your own (except for copyright notices? That may have changed). There you go...you have a new product, the *BSD people don't care. You don't have to do anything for the FreeBSD team in return. If you do, they'd probably appreciate it. If you don't, well, life goes on. I'm against the slide into an obligatory relationship...FreeBSD starts marketing and courting a couple corporate "friends" and then there may be some obligation back and forth...forcing certain device support, or maybe some "encouragement" to ignore other vendors, introduce more politics. As the whole logoscot affair shows I think there's enough politics in the group and userbase as it stands. :-) From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 15:49:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43BA616A41F for ; Wed, 20 Jul 2005 15:49:38 +0000 (GMT) (envelope-from vdm.fbsd@virgilio.it) Received: from vsmtp14.tin.it (vsmtp14.tin.it [212.216.176.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7F0C43D48 for ; Wed, 20 Jul 2005 15:49:32 +0000 (GMT) (envelope-from vdm.fbsd@virgilio.it) Received: from ims1d.cp.tin.it (192.168.70.101) by vsmtp14.tin.it (7.2.060.1) id 42CDD25E0059F525 for freebsd-questions@freebsd.org; Wed, 20 Jul 2005 17:49:30 +0200 Received: from [192.168.70.227] by ims1d.cp.tin.it with HTTP; Wed, 20 Jul 2005 17:49:28 +0200 Date: Wed, 20 Jul 2005 17:49:28 +0200 Message-ID: <42DC14FE0000EC76@ims1d.cp.tin.it> From: vdm.fbsd@virgilio.it To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable X-Originating-IP: 193.108.204.21 Subject: usb mass storage failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 15:49:38 -0000 Context: freebsd 5.4 Dear All, My brand-new usb mp3 reader, even though is seen as a flash disk by the O= S, cannot be used because: (/var/log/message extract) umass0: vendor 0x10d6 USB 2.0(FS) FLASH DISK, rev 1.10/1.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 497MB (1019617 512 byte sectors: 64H 32S/T 497C) umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED (da0:umass-sim0:0:0:0): Synchronize cache failed, status =3D=3D 0x4, scsi= status =3D=3D 0x0 umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED ........................................... umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED Opened disk da0 -> 5 umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED ............................................................. Opened disk da0 -> 5 umass0: at uhub0 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached ............................... Anyone out there could tell me why it happens and what I should do? Thanks Vittorio From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 16:04:41 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F8A16A41F for ; Wed, 20 Jul 2005 16:04:41 +0000 (GMT) (envelope-from kadmin@ezekiel.daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1483B43D48 for ; Wed, 20 Jul 2005 16:04:40 +0000 (GMT) (envelope-from kadmin@ezekiel.daleco.biz) Received: from ezekiel.daleco.biz (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j6KG2do9084168; Wed, 20 Jul 2005 11:03:04 -0500 (CDT) (envelope-from kadmin@ezekiel.daleco.biz) Received: (from kadmin@localhost) by ezekiel.daleco.biz (8.13.1/8.13.1/Submit) id j6KG2JSV084167; Wed, 20 Jul 2005 11:02:19 -0500 (CDT) (envelope-from kadmin) Date: Wed, 20 Jul 2005 11:02:09 -0500 From: Kevin Kinsey To: akhthar@carmatec.com Message-ID: <20050720160209.GA84130@ezekiel.daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: questions@freebsd.org Subject: Re: ps -awux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 16:04:41 -0000 Akhthar Parvez. K wrote: >Hi, > >sysctl security.bsd.see_other_uids >sysctl: unknown oid 'security.bsd.see_other_uids' > >:-( > Little demo: # sysctl -a | grep other_uid security.bsd.see_other_uids: 1 # sudo sysctl security.bsd.see_other_uids=0 security.bsd.see_other_uids: 1 -> 0 # sysctl -a | grep other_uid security.bsd.see_other_uids: 0 # sudo sysctl security.bsd.see_other_uids=1 security.bsd.see_other_uids: 0 -> 1 # sysctl -a | grep other_uid security.bsd.see_other_uids: 1 HTH, Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 16:11: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 90D8216A420 for ; Wed, 20 Jul 2005 16:11:12 +0000 (GMT) (envelope-from a.shterenlikht@manchester.ac.uk) Received: from deluge.umist.ac.uk (deluge.umist.ac.uk [130.88.120.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E7D443D48 for ; Wed, 20 Jul 2005 16:11:12 +0000 (GMT) (envelope-from a.shterenlikht@manchester.ac.uk) Received: from pw7.mt.umist.ac.uk ([130.88.125.204] helo=pw7) by deluge.umist.ac.uk with esmtp (Exim 4.43) id 1DvHBq-0007Xd-Ft for freebsd-questions@freebsd.org; Wed, 20 Jul 2005 17:12:58 +0100 Content-Type: text/plain; charset="koi8-r" From: To: freebsd-questions@freebsd.org Date: Wed, 20 Jul 2005 17:17:03 +0000 User-Agent: KMail/1.4.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200507201717.03643.a.shterenlikht@manchester.ac.uk> Subject: matlab7 (r14) service pack 1 again X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 16:11:12 -0000 I did install linux-sun-jdk1.4.2 under /usr/local and then did cd /path/to/matlab/install/sys/java/jre/glnx86 mv jre1.4.2 bkp.jre1.4.2 ln -s /usr/local/linux-sun-jdk1.4.2/jre jre1.4.2 but still have the same /lib/libc.so.6: cannot execute=20 binary file error and constant crashes. I wonder if matlab has to be run under /compat/linux? anton Rodolphe Conan rconan at uvic.ca Fri Jul 15 16:12:03 GMT 2005 Me after the install, I have created the following=20 symbolic link: ln -s /usr/local/linux-sun-jdk1.4.2/jre jre1.5.0 in /path/to/matlab/install/sys/java/jre/glnx86 and finally add a startup.m file in /path/to/matlab/install/toolbox/local with the=20 following line inside set(0,'DefaultFigureRenderer','ZBuffer','DefaultFigureRendererMode','Manu= al') And now matlab7 works for me! Hopes it will help Rod From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 16:11: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 A3CA816A41F for ; Wed, 20 Jul 2005 16:11:27 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A9E343D48 for ; Wed, 20 Jul 2005 16:11:26 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j6KGBQph097109; Wed, 20 Jul 2005 11:11:26 -0500 (CDT) (envelope-from dan) Date: Wed, 20 Jul 2005 11:11:26 -0500 From: Dan Nelson To: vdm.fbsd@virgilio.it Message-ID: <20050720161125.GC94371@dan.emsphone.com> References: <42DC14FE0000EC76@ims1d.cp.tin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42DC14FE0000EC76@ims1d.cp.tin.it> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: usb mass storage failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 16:11:27 -0000 In the last episode (Jul 20), vdm.fbsd@virgilio.it said: > Context: freebsd 5.4 > > My brand-new usb mp3 reader, even though is seen as a flash disk by > the OS, cannot be used because: > > umass0: vendor 0x10d6 USB 2.0(FS) FLASH DISK, rev 1.10/1.00, addr 2 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-0 device > da0: 1.000MB/s transfers > da0: 497MB (1019617 512 byte sectors: 64H 32S/T 497C) > umass0: BBB reset failed, STALLED > umass0: BBB bulk-in clear stall failed, STALLED > umass0: BBB bulk-out clear stall failed, STALLED Try the patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=81846 -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 16:21: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 78FE716A41F for ; Wed, 20 Jul 2005 16:21:40 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from relay01.roc.ny.frontiernet.net (relay01.roc.ny.frontiernet.net [66.133.182.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FF8043D48 for ; Wed, 20 Jul 2005 16:21:39 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from filter02.roc.ny.frontiernet.net (filter02.roc.ny.frontiernet.net [66.133.183.69]) by relay01.roc.ny.frontiernet.net (Postfix) with ESMTP id 3425136421B for ; Wed, 20 Jul 2005 16:21:39 +0000 (UTC) Received: from relay01.roc.ny.frontiernet.net ([66.133.182.164]) by filter02.roc.ny.frontiernet.net (filter02.roc.ny.frontiernet.net [66.133.183.69]) (amavisd-new, port 10024) with LMTP id 00918-03-92 for ; Wed, 20 Jul 2005 16:21:39 +0000 (UTC) Received: from blacklamb.mykitchentable.net (67-51-142-23.dsl1.elk.ca.frontiernet.net [67.51.142.23]) by relay01.roc.ny.frontiernet.net (Postfix) with ESMTP id DF0503642DD for ; Wed, 20 Jul 2005 16:21:37 +0000 (UTC) Received: from [165.107.42.217] (unknown [165.107.42.217]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 3652B1C6BBE for ; Wed, 20 Jul 2005 09:21:36 -0700 (PDT) Message-ID: <42DE79C1.7000100@mykitchentable.net> Date: Wed, 20 Jul 2005 09:20:17 -0700 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20040701 (2.0) at filter02.roc.ny.frontiernet.net Subject: Frontpage Extensions on 5.4 - Anyone Gotten It To Work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 16:21:40 -0000 Has anyone been able to get Frontpage Extensions working with Apache 2.0.54 on 5.4-RELEASE-p4? I had it working on 4.11 but have been beating my head against the wall for the past two weeks on 5.4. When I run the /usr/local/frontpage/version5.0/fp_install.sh script, it fails when the script calls owsadm.exe to create the root web. owsadm.exe core dumps with a "Bad system call". I've done a complete removal of Apache2, Frontpage, and mod_frontpage2-rtr. Then I've rebuilt but continue to get core dumps when owsadm.exe runs in the fp_install.sh script. Is there any hope? Even if you don't know what the problem might be, a simple "I did it with no problem" will at least encourage me to keep trying. Thanks, Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 16:22: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 63F7616A41F for ; Wed, 20 Jul 2005 16:22:49 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from biodiesel.gaiahost.coop (biodiesel.gaiahost.coop [64.95.78.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B1F43D53 for ; Wed, 20 Jul 2005 16:22:48 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from localhost ([::ffff:216.153.147.194]) (AUTH: LOGIN mark@hubcapconsulting.com) by biodiesel.gaiahost.coop with esmtp; Wed, 20 Jul 2005 12:22:46 -0400 id 007FC0DE.42DE7A57.0000635C Received: by localhost (sSMTP sendmail emulation); Wed, 20 Jul 2005 12:22:47 -0400 Date: Wed, 20 Jul 2005 12:22:47 -0400 From: Mark Bucciarelli To: freebsd-questions@freebsd.org Message-ID: <20050720162247.GC2484@rabbit> Mail-Followup-To: freebsd-questions@freebsd.org References: <20050719232617.0b95f9c6@eclipse.wacky.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20050719232617.0b95f9c6@eclipse.wacky.ws> User-Agent: Mutt/1.4.2.1i Subject: Re: VPN solution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 16:22:49 -0000 On Tue, Jul 19, 2005 at 11:26:17PM -0400, chris wrote: > Im looking around for a VPN solution that utilizes IPSEC and ssl. What > im really lookng for here on the list is suggestions. I need to use > IPSEC and ssl due to what is being ran at work (running linux). I > dont need anything fancy, just somthing that will connect using the > above security measures. Im currently running 4.x. Any help would be > appreciated. Would freenx work for you? Uses X compression over SSH. Has native clients for OSX, Windows and Linux (not sure about a BSD client). If the server at the office is not running X, you could install X and ratpoison and pretend it is just screen on steroids. m From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 16:42: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 5FB2316A41F for ; Wed, 20 Jul 2005 16:42:02 +0000 (GMT) (envelope-from tt-list@simplenet.com) Received: from mta1.scaledsystems.com (mta1.scaledsystems.com [209.132.1.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC40543D46 for ; Wed, 20 Jul 2005 16:42:01 +0000 (GMT) (envelope-from tt-list@simplenet.com) Received: (qmail 51591 invoked from network); 20 Jul 2005 16:42:01 -0000 Received: from unknown (HELO ?192.168.1.106?) (traver@mailfoundry.simplenet.com@24.25.210.244) by mail.ssl.simplenet.com with SMTP; 20 Jul 2005 16:42:01 -0000 Message-ID: <42DE7ED8.9060808@simplenet.com> Date: Wed, 20 Jul 2005 09:42:00 -0700 From: Tim Traver User-Agent: Mozilla Thunderbird 1.0 - [MOOX M3] (Windows/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Drew Tomlinson References: <42DE79C1.7000100@mykitchentable.net> In-Reply-To: <42DE79C1.7000100@mykitchentable.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Frontpage Extensions on 5.4 - Anyone Gotten It To Work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 16:42:02 -0000 Drew, I've done it...you need to have the latest frontpage extensions from http://www.rtr.com/ as there might be changes for FreeBSD 5.4... And you may need to have the compatability libraries in place... Tim. Drew Tomlinson wrote: > Has anyone been able to get Frontpage Extensions working with Apache > 2.0.54 on 5.4-RELEASE-p4? I had it working on 4.11 but have been > beating my head against the wall for the past two weeks on 5.4. When > I run the /usr/local/frontpage/version5.0/fp_install.sh script, it > fails when the script calls owsadm.exe to create the root web. > owsadm.exe core dumps with a "Bad system call". I've done a complete > removal of Apache2, Frontpage, and mod_frontpage2-rtr. Then I've > rebuilt but continue to get core dumps when owsadm.exe runs in the > fp_install.sh script. > > Is there any hope? Even if you don't know what the problem might be, > a simple "I did it with no problem" will at least encourage me to keep > trying. > > Thanks, > > Drew > From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 16:55: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 3392F16A41F for ; Wed, 20 Jul 2005 16:55:40 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from relay01.roc.ny.frontiernet.net (relay01.roc.ny.frontiernet.net [66.133.182.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCAB743D45 for ; Wed, 20 Jul 2005 16:55:39 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from filter03.roc.ny.frontiernet.net (filter03.roc.ny.frontiernet.net [66.133.183.70]) by relay01.roc.ny.frontiernet.net (Postfix) with ESMTP id 0059F364250; Wed, 20 Jul 2005 16:55:38 +0000 (UTC) Received: from relay01.roc.ny.frontiernet.net ([66.133.182.164]) by filter03.roc.ny.frontiernet.net (filter03.roc.ny.frontiernet.net [66.133.183.70]) (amavisd-new, port 10024) with LMTP id 04033-06-78; Wed, 20 Jul 2005 16:55:38 +0000 (UTC) Received: from blacklamb.mykitchentable.net (67-51-142-23.dsl1.elk.ca.frontiernet.net [67.51.142.23]) by relay01.roc.ny.frontiernet.net (Postfix) with ESMTP id 1203A3642BE; Wed, 20 Jul 2005 16:55:36 +0000 (UTC) Received: from [165.107.42.217] (unknown [165.107.42.217]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 382621C6BB8; Wed, 20 Jul 2005 09:55:35 -0700 (PDT) Message-ID: <42DE81B7.6080307@mykitchentable.net> Date: Wed, 20 Jul 2005 09:54:15 -0700 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Traver References: <42DE79C1.7000100@mykitchentable.net> <42DE7ED8.9060808@simplenet.com> In-Reply-To: <42DE7ED8.9060808@simplenet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20040701 (2.0) at filter03.roc.ny.frontiernet.net Cc: FreeBSD Questions Subject: Re: Frontpage Extensions on 5.4 - Anyone Gotten It To Work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 16:55:40 -0000 On 7/20/2005 9:42 AM Tim Traver wrote: > Drew, > > I've done it...you need to have the latest frontpage extensions from > http://www.rtr.com/ as there might be changes for FreeBSD 5.4... > > And you may need to have the compatability libraries in place... Thanks for your reply. I have the 3x and 4x compatibility libraries uncommented in /etc/make.conf so I assume they are installed. How can I check for sure? How long ago did you install. I downloaded from rtr about 2 weeks ago so I assume I have the latest. I guess I could always do it again. At least I know there's hope! Thanks, Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 16:57: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 3174216A41F for ; Wed, 20 Jul 2005 16:57:54 +0000 (GMT) (envelope-from bsdnewbie@coolarrow.com) Received: from tcslea.org (server.tcslea.org [205.238.132.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id C290543D49 for ; Wed, 20 Jul 2005 16:57:53 +0000 (GMT) (envelope-from bsdnewbie@coolarrow.com) X-ExtScanner: Niversoft's FindAttachments (free) X-Antivirus: clamav via cgpav Received: from dummy.name; Wed, 20 Jul 2005 11:59:26 -0500 Message-ID: <200507201157470490.0B2B7723@coolarrow.com> X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (P) Date: Wed, 20 Jul 2005 11:57:47 -0500 From: "Chris" To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Server mysteriously locking up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 16:57:54 -0000 Yesterday and today (within minutes after midnight) my 5.2.1 server locked= up... meaning that I cannot SSH into it, or ping it, etc, but it is still= running. This has never happened before in the past 1.5 years, and I= cannot think of any changes made (other than web page edits) that have= taken place in the past few days. The only other exception might have been= a 1 or 2 portupgrades, but I don't think there were any that day. Further,= there is very little in the logs that seems to help me in any way. For yesterday's lockup, /var/log/messages had these few entries right about= the time it happened: Jul 19 00:01:17 server handle_workitem_freeblocks: block count Jul 19 00:01:24 server handle_workitem_freeblocks: block count Jul 19 00:07:38 server handle_workitem_freeblocks: block count Jul 19 21:45:31 (syslog entry) is the last entry before this last lockup I did, however, get a cron job email at midnight: Jul 20 00:00:01 - newsyslog: can't notify daemon, pid 666: No such process newsyslog: log /var/log/maillog.0 not compressed because daemon(s) not= notified I did find a ruby18.core file in my root directory, and now notice that= things like portupgrade, portsdb, and pkg_version spew a bunch of errors= (they depend on ruby?) So I visit /usr/ports/lang/ruby18 to re-install the= port, and I get: server# make "/usr/ports/Mk/bsd.port.mk", line 1: Malformed conditional= (${_TMLINKS:M/usr/local*}x !=3D x) "/usr/ports/Mk/bsd.port.mk", line 4: Malformed conditional= (${_TMLINKS:N/usr/local*}x !=3D x) "/usr/ports/Mk/bsd.port.mk", line 5: warning: duplicate script for target= ".if" ignored "/usr/ports/Mk/bsd.port.mk", line 5: warning: duplicate script for target= "x" ignored "/usr/ports/Mk/bsd.port.mk", line 6: warning: duplicate script for target= ".if" ignored "/usr/ports/Mk/bsd.port.mk", line 6: warning: duplicate script for target= "x" ignored "/usr/ports/Mk/bsd.port.mk", line 7: warning: duplicate script for target= ".if" ignored "/usr/ports/Mk/bsd.port.mk", line 7: warning: duplicate script for target= "x" ignored "/usr/ports/Mk/bsd.port.mk", line 9: warning: duplicate script for target= ".if" ignored "/usr/ports/Mk/bsd.port.mk", line 9: warning: duplicate script for target= "x" ignored "/usr/ports/Mk/bsd.port.mk", line 4860: warning: duplicate script for= target ".if" ignored "/usr/ports/Mk/bsd.port.mk", line 4860: warning: duplicate script for= target "x" ignored "/usr/ports/Mk/bsd.port.mk", line 4865: warning: duplicate script for= target ".if" ignored "/usr/ports/Mk/bsd.port.mk", line 4865: warning: duplicate script for= target "x" ignored "/usr/ports/Mk/bsd.port.mk", line 4866: warning: duplicate script for= target ".if" ignored "/usr/ports/Mk/bsd.port.mk", line 4866: warning: duplicate script for= target "x" ignored "/usr/ports/Mk/bsd.port.mk", line 4875: warning: duplicate script for= target ".if" ignored "/usr/ports/Mk/bsd.port.mk", line 4875: warning: duplicate script for= target "x" ignored "/usr/ports/Mk/bsd.port.mk", line 4877: warning: duplicate script for= target ".if" ignored "/usr/ports/Mk/bsd.port.mk", line 4877: warning: duplicate script for= target "x" ignored "/usr/ports/Mk/bsd.port.mk", line 4879: if-less endif "/usr/ports/Mk/bsd.port.mk", line 4879: Need an operator "/usr/ports/Mk/bsd.port.mk", line 5234: if-less endif "/usr/ports/Mk/bsd.port.mk", line 5234: Need an operator make: fatal errors encountered -- cannot continue Well, I'm stuck ... Thanks, Chris From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 17:18: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 B6A1D16A41F for ; Wed, 20 Jul 2005 17:18:18 +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 6980343D46 for ; Wed, 20 Jul 2005 17:18:18 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localdomain [70.98.247.55] by opusnet.com with ESMTP (SMTPD32-8.05) id A756249200D6; Wed, 20 Jul 2005 10:18:14 -0700 Received: from localhost.localdomain (localhost.localhost [127.0.0.1]) by localhost.localdomain (8.13.3/8.13.3) with ESMTP id j6KHIqLk003116 for ; Wed, 20 Jul 2005 10:18:53 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localdomain (8.13.3/8.13.3/Submit) id j6KHIlK4003115; Wed, 20 Jul 2005 10:18:47 -0700 (PDT) (envelope-from garys@opusnet.com) To: freebsd-questions@freebsd.org References: <20050720051806.5DE721D92E@imss.sgp.fujixerox.com> <20050720053112.GC19306@orthanc.st.hmc.edu> From: garys@opusnet.com (Gary W. Swearingen) Date: Wed, 20 Jul 2005 10:18:47 -0700 In-Reply-To: <20050720053112.GC19306@orthanc.st.hmc.edu> (Mac Mason's message of "Tue, 19 Jul 2005 22:31:12 -0700") Message-ID: <35vf359z0o.f35@mail.opusnet.com> 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 Subject: Re: 1 byte more? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 17:18:18 -0000 Mac Mason writes: > As I recall, the convention is than UNIX text files should always end with a > newline character. I can certainly envision situations where you might not > want to have the extra \n, but it makes intuitive sense for it to be there: > having the first half of a line in one file and the second half in another > file feels very strange to me... Does it really make intuitive sense to have a "newline" where there is no new line? (Apparently, a file's first line is not necessarily a new line, depending on how it's used.) I guess the convention got started because, unlike typewriters, shells (and Teletypes, IIRC) don't do anything useful until the "carriage return" key is used, at which time, they start a new line with "newline" so the command output, if any, will start on a new line, whether it wants to or not. So their prompts don't start a new line by themselves, execting one to have just been started by the command interpreter when the command has no output or by the command when the command has output. That forced commands like "echo" to normally end with a "newline". And for commands like "cat" which don't end with a "newline", it pushed the extra "newline" into the text file. It would probably make more intuitive sense if the "carriage return" key was interpreted more as "enter", leaving command output and prompts to start each new line (even the first) with a "newline". Oh well, that ship has sailed. Most programs try to do their best to deal with text files that don't end with a "newline", though it's sometimes debatable what is the best way to handle both cases. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 17:22:57 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 899CB16A41F for ; Wed, 20 Jul 2005 17:22:57 +0000 (GMT) (envelope-from jonny@jonny.eng.br) Received: from coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC1B43D46 for ; Wed, 20 Jul 2005 17:22:55 +0000 (GMT) (envelope-from jonny@jonny.eng.br) Received: from localhost (localhost [127.0.0.1]) by coe.ufrj.br (Postfix) with ESMTP id 38CDE18A20 for ; Wed, 20 Jul 2005 14:22:53 -0300 (BRT) Received: from coe.ufrj.br ([146.164.53.65]) by localhost (roma.coe.ufrj.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60999-05 for ; Wed, 20 Jul 2005 14:22:49 -0300 (BRT) Received: from [10.0.0.15] (telco [201.8.56.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by coe.ufrj.br (Postfix) with ESMTP id 14C1F175B4 for ; Wed, 20 Jul 2005 14:22:48 -0300 (BRT) Message-ID: <42DE8877.6050808@jonny.eng.br> Date: Wed, 20 Jul 2005 14:23:03 -0300 From: =?ISO-8859-1?Q?Jo=E3o_Carlos_Mendes_Luis?= User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAADBQ TFRFAAAAgAAAAIAAgIAAAACAgACAAICAgICAwMDA/wAAAP8A//8AAAD//wD/AP//////ex+xxAAA Ac9JREFUOMtdk8FupDAMhr1qRbjR2x77GD3uq7BS1TkuhyrmFnppcvOrUlUquXltJ2EAIw1Dvvz+ bRPgrQbU6NpzuY0AF1LABIc4AH9crxLwb/4VztEU42W9SOBezwX4ClzeLuC9PBFRq+2xpJJHN8KQ Oa9Hd/ACnldgUVADvgHKA2usVwW12BVSkrThJH+5lqqQXIAAvRkQM6WqkADpO5gBx5m5VOxRgBZV HRLRcgc4dv3ukbOBm3de8uHIe1n0BBUBIi4hi0U2ownGkkwrwN425ygVPjntsvOmkFyyXYfreHXq f1tugFLCFDhZcsffYIqxKNAB/FkNbBDslUTz0MMQfuRnkN6D5nLVQ0G2H3bWC6KByTZPZWhJ/jgs ChX3e/P5y0VReCUCYm0/pUQd1lQ4/aIty/YtW6y3WMHc8yazpcU8UuqqB+LfMql/wVx4kXNTwGQO PxTuL7+AhbSkWS4z0TdZFbo1BR6qQkA08DnogNNHey/SGc5GejqFttxhjBHd3rjd62nR08gnxeFr Ic2e52we+QC0rIg6KYn1AKQsbF3wcgAP00MZrZ6X0yc5v5TRXgTi/jtVwef5I6Y+J7kyb+d1eB6K 4LoOLphBW/8PdNW9dapKWXwAAAAASUVORK5CYII= Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at coe.ufrj.br Cc: Subject: nForce3 SMB and Power Management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 17:22:57 -0000 Hi, Does FreeBSD 5-stable support nForce3 power management? I mean, can I measure fan speeds, power voltage, etc? I did try using nfpm, but it did not work. TIA, Jonny From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 17:27: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 789B516A41F for ; Wed, 20 Jul 2005 17:27:32 +0000 (GMT) (envelope-from torstenvl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC91443D46 for ; Wed, 20 Jul 2005 17:27:31 +0000 (GMT) (envelope-from torstenvl@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1623218wra for ; Wed, 20 Jul 2005 10:27:31 -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=mVeU7uk2D4pi0CuszYO+Qvt9CXdy8xoKhSBrnsup+vM/IemTvwTJq/cZO8bTM0/PGg0c19/vXfYZdCAA7foQGNEIHQiyi3WCCM41m5AnWVvTRRDaKI413irwOObdaeeht6X8DE/Qp8uMuNsOy59CI1EYxcgPRggim27r1sdSmNg= Received: by 10.54.54.72 with SMTP id c72mr163017wra; Wed, 20 Jul 2005 10:26:55 -0700 (PDT) Received: by 10.54.11.4 with HTTP; Wed, 20 Jul 2005 10:26:55 -0700 (PDT) Message-ID: <126eac48050720102610336c2f@mail.gmail.com> Date: Wed, 20 Jul 2005 13:26:55 -0400 From: Josh Ockert To: "Chad Leigh -- Shire.Net LLC" In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200507201111.42450.bob89@eng.ufl.edu> Cc: Bob Johnson , freebsd-questions Question Subject: Re: Demon license? (copyright myths) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Josh Ockert List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 17:27:32 -0000 On 7/20/05, Chad Leigh -- Shire.Net LLC wrote: >=20 > On Jul 20, 2005, at 9:11 AM, Bob Johnson wrote: >=20 > > IANAL either, but in general, a copyright holder has the right to > > control > > derivative works as well. You can't publish pictures of Mickey > > Mouse without > > permission of Disney, even if you drew the pictures yourself, and you > > (probably) can't publish images of Beastie without Kirk McKusick's > > permission. The fact that he is lenient in enforcing his rights > > does not > > mean that he doesn't have them. > > > > If someone manages to come up with a daemon image that is obviously > > NOT > > Beastie, then they won't have to worry about McKusick's copyright, > > but since > > he is so lenient in granting usage, why bother? > > > > http://www.templetons.com/brad/copymyths.html > > > > - Bob >=20 >=20 > This would be true if he had invented or come up with Beastie first. > Is that how it happened? I was under the impression that he just > came up with the most loved form but that previously somewhat similar > images had been used for unix/bsd etc. He still has the right to > derivatives of his beastie but I would suspect that not-so-similar > versions would be OK. But again, IANAL and am not familiar with whole > history >=20 > --- > Chad Leigh -- Shire.Net LLC > Your Web App and Email hosting provider > chad@shire.net >=20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 No I disagree. I'm fairly certain that an independently drawn personified mouse would not be copyright infringement. Calling it "Mickey Mouse" may very well be trademark infringement, however. --=20 Josh Ockert WMU Student: French Linguistics, Computer Science --=20 The irony in biblical creationists' rhetoric of implicitly claiming that God's universe is so inconsistent that carbon decays at erratic rates is too delicious to ignore. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 17:32:46 2005 Return-Path: X-Original-To: FreeBSD-questions@freebsd.org Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2580916A41F for ; Wed, 20 Jul 2005 17:32:46 +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 CC72843D45 for ; Wed, 20 Jul 2005 17:32:45 +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 1DvIR2-000EtK-Ad; Wed, 20 Jul 2005 11:32:44 -0600 In-Reply-To: <126eac48050720102610336c2f@mail.gmail.com> References: <200507201111.42450.bob89@eng.ufl.edu> <126eac48050720102610336c2f@mail.gmail.com> 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: Wed, 20 Jul 2005 11:32:43 -0600 To: Josh Ockert X-Mailer: Apple Mail (2.733) 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: Bob Johnson , freebsd-questions Question Subject: Re: Demon license? (copyright myths) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 17:32:46 -0000 On Jul 20, 2005, at 11:26 AM, Josh Ockert wrote: > > No I disagree. I'm fairly certain that an independently drawn > personified mouse would not be copyright infringement. > > Calling it "Mickey Mouse" may very well be trademark infringement, > however. > As long as the "independently drawn personified mouse" didn't look like Mickey at all you would be ok. But an independently drawn personified mouse that bore resemblance to His Mouseness would probably land you in hot water. Again, IANAL-AIDPOOTV Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad@shire.net From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 17:36:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48B9D16A41F for ; Wed, 20 Jul 2005 17:36:56 +0000 (GMT) (envelope-from freebsd@searchy.nl) Received: from s001.searchy.nl (s001.searchy.nl [82.94.249.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2AC243D55 for ; Wed, 20 Jul 2005 17:36:55 +0000 (GMT) (envelope-from freebsd@searchy.nl) Received: from [192.168.1.14] (53525E6F.cable.casema.nl [83.82.94.111]) by s001.searchy.nl (Postfix) with ESMTP id 8F9558D625 for ; Wed, 20 Jul 2005 19:36:53 +0200 (CEST) Message-ID: <42DE8BB5.20604@searchy.nl> Date: Wed, 20 Jul 2005 19:36:53 +0200 From: Frank de Bot User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 CC: FreeBSD - Questions References: <200507201842.20904.akhthar@carmatec.com> In-Reply-To: <200507201842.20904.akhthar@carmatec.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ps -awux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 17:36:56 -0000 Akhthar Parvez. K wrote: > Hello, > > When I run the command ps -awux from a user's bash shell(not root), it's > listing the processes under the particular user only. Can anyone tell me why? > Under FreeBSD 4.x the sysctl is: kern.ps_showallprocs 0: only show processes of the user itself 1: Show all processes From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 17:37:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B60616A41F for ; Wed, 20 Jul 2005 17:37:55 +0000 (GMT) (envelope-from tt-list@simplenet.com) Received: from mta1.scaledsystems.com (mta1.scaledsystems.com [209.132.1.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F4F143D55 for ; Wed, 20 Jul 2005 17:37:53 +0000 (GMT) (envelope-from tt-list@simplenet.com) Received: (qmail 55254 invoked from network); 20 Jul 2005 17:37:52 -0000 Received: from unknown (HELO ?192.168.1.106?) (traver@mailfoundry.simplenet.com@24.25.210.244) by mail.ssl.simplenet.com with SMTP; 20 Jul 2005 17:37:52 -0000 Message-ID: <42DE8BF0.50204@simplenet.com> Date: Wed, 20 Jul 2005 10:37:52 -0700 From: Tim Traver User-Agent: Mozilla Thunderbird 1.0 - [MOOX M3] (Windows/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Drew Tomlinson References: <42DE79C1.7000100@mykitchentable.net> <42DE7ED8.9060808@simplenet.com> <42DE81B7.6080307@mykitchentable.net> In-Reply-To: <42DE81B7.6080307@mykitchentable.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Frontpage Extensions on 5.4 - Anyone Gotten It To Work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 17:37:55 -0000 I think you can see some of the libraries that it creates when the compatability libraries are installed. I think you'll see some libraries like lib.so.4 etc in the libraries dir.... more specifically, what are the error messages if you just try and execute owsadmin.exe ??? If things are working, you should at least get that binary to run, even though it will spit out a frontpage error... Tim. Drew Tomlinson wrote: > On 7/20/2005 9:42 AM Tim Traver wrote: > >> Drew, >> >> I've done it...you need to have the latest frontpage extensions from >> http://www.rtr.com/ as there might be changes for FreeBSD 5.4... >> >> And you may need to have the compatability libraries in place... > > > Thanks for your reply. I have the 3x and 4x compatibility libraries > uncommented in /etc/make.conf so I assume they are installed. How can > I check for sure? > > How long ago did you install. I downloaded from rtr about 2 weeks ago > so I assume I have the latest. I guess I could always do it again. > > At least I know there's hope! > > Thanks, > > Drew > From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 17:56: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 A97C516A41F for ; Wed, 20 Jul 2005 17:56:54 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from relay02.roc.ny.frontiernet.net (relay02.roc.ny.frontiernet.net [66.133.182.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 255F143D48 for ; Wed, 20 Jul 2005 17:56:53 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from filter08.roc.ny.frontiernet.net (filter08.roc.ny.frontiernet.net [66.133.183.75]) by relay02.roc.ny.frontiernet.net (Postfix) with ESMTP id 3F61E370117; Wed, 20 Jul 2005 17:56:53 +0000 (UTC) Received: from relay02.roc.ny.frontiernet.net ([66.133.182.165]) by filter08.roc.ny.frontiernet.net (filter08.roc.ny.frontiernet.net [66.133.183.75]) (amavisd-new, port 10024) with LMTP id 20325-09-3; Wed, 20 Jul 2005 17:56:53 +0000 (UTC) Received: from blacklamb.mykitchentable.net (67-51-142-23.dsl1.elk.ca.frontiernet.net [67.51.142.23]) by relay02.roc.ny.frontiernet.net (Postfix) with ESMTP id 3A23F370104; Wed, 20 Jul 2005 17:56:48 +0000 (UTC) Received: from [165.107.42.217] (unknown [165.107.42.217]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 0615F1C6BB7; Wed, 20 Jul 2005 10:56:47 -0700 (PDT) Message-ID: <42DE900F.4000509@mykitchentable.net> Date: Wed, 20 Jul 2005 10:55:27 -0700 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Traver References: <42DE79C1.7000100@mykitchentable.net> <42DE7ED8.9060808@simplenet.com> <42DE81B7.6080307@mykitchentable.net> <42DE8BF0.50204@simplenet.com> In-Reply-To: <42DE8BF0.50204@simplenet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) at filter08.roc.ny.frontiernet.net Cc: FreeBSD Questions Subject: Re: Frontpage Extensions on 5.4 - Anyone Gotten It To Work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 17:56:54 -0000 On 7/20/2005 10:37 AM Tim Traver wrote: > I think you can see some of the libraries that it creates when the > compatability libraries are installed. I think you'll see some > libraries like lib.so.4 etc in the libraries dir.... I see *.3 and *.4 files in /usr/local/lib/compat. I also installed /usr/ports/misc/compat4x just for good measure. > more specifically, what are the error messages if you just try and > execute owsadmin.exe ??? blacklamb# ./owsadm.exe Bad system call (core dumped) It doesn't matter what parameters I pass to it. It always core dumps. > > If things are working, you should at least get that binary to run, > even though it will spit out a frontpage error... > > Tim. Thanks for your help. Any ideas? What version of FBSD are you running? I'm on 5.4-RELEASE-p4. Maybe if I move to -STABLE this might resolve itself? Drew > Drew Tomlinson wrote: > >> On 7/20/2005 9:42 AM Tim Traver wrote: >> >>> Drew, >>> >>> I've done it...you need to have the latest frontpage extensions from >>> http://www.rtr.com/ as there might be changes for FreeBSD 5.4... >>> >>> And you may need to have the compatability libraries in place... >> >> >> >> Thanks for your reply. I have the 3x and 4x compatibility libraries >> uncommented in /etc/make.conf so I assume they are installed. How >> can I check for sure? >> >> How long ago did you install. I downloaded from rtr about 2 weeks >> ago so I assume I have the latest. I guess I could always do it again. >> >> At least I know there's hope! >> >> Thanks, >> >> Drew >> > -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 18:04:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 404C416A41F for ; Wed, 20 Jul 2005 18:04:45 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7AB043D4C for ; Wed, 20 Jul 2005 18:04:44 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from [172.26.2.238] ([172.26.2.238]) by mail.scls.lib.wi.us (8.12.9p2/8.12.9) with ESMTP id j6KI4hG1066878; Wed, 20 Jul 2005 13:04:43 -0500 (CDT) (envelope-from nalists@scls.lib.wi.us) Message-ID: <42DE9195.4020205@scls.lib.wi.us> Date: Wed, 20 Jul 2005 13:01:57 -0500 From: Greg Barniskis User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions References: <200507201111.42450.bob89@eng.ufl.edu> <126eac48050720102610336c2f@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Chad Leigh -- Shire.Net LLC" Subject: Re: Demon license? (copyright myths) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 18:04:45 -0000 Chad Leigh -- Shire.Net LLC wrote: > > On Jul 20, 2005, at 11:26 AM, Josh Ockert wrote: > >> >> No I disagree. I'm fairly certain that an independently drawn >> personified mouse would not be copyright infringement. >> >> Calling it "Mickey Mouse" may very well be trademark infringement, >> however. >> > > > As long as the "independently drawn personified mouse" didn't look like > Mickey at all you would be ok. But an independently drawn personified > mouse that bore resemblance to His Mouseness would probably land you in > hot water. Again, IANAL-AIDPOOTV. Unless of course you made it clear that the resemblance was intentional and your use of the copyrighted image was as part of legitimate social commentary (e.g. satire, or critique). You'd get in trouble if you tried to pass it off as an independent work. Thus the infamous "Beastie F'ing Tux" image is probably not an infringement of either the Beastie or the Tux image copyrights, because it's a parody. Only a federal judge could tell you for sure. Copyright is both clear cut and a murky gray area, at the same time. The only sure protection for an "infringer" is to have a written approval from the copyright holder for use as a "get out of jail free" card. IANAL, but IAAL (I am a librarian ;) and have spent more than a few hours on the subject. Anyway, this thread is getting way OT for -questions. The OP's question was answered I think. The rest of us should go to -chat, or in my case, -lunch. -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 19:03: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 DF2A816A41F for ; Wed, 20 Jul 2005 19:03:31 +0000 (GMT) (envelope-from bsdnode@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6825843D48 for ; Wed, 20 Jul 2005 19:03:31 +0000 (GMT) (envelope-from bsdnode@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so1520240wra for ; Wed, 20 Jul 2005 12:03:30 -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=c7JQI4fItl5SizJWtRK17N7nE3BHmdNt1QUYcAhUlPpoNnWiy2iKRYLnDqPAMZvt+xH03/ayyXdOUfoVMIRYZS+rJERu3OltGJ5Han/7jozsPN1ubRTYZNXesnuL34zt7nSBJaAyG9GFZlUgE75fG00nPv/iC2+ahqCoVhellK8= Received: by 10.54.37.47 with SMTP id k47mr200214wrk; Wed, 20 Jul 2005 12:02:55 -0700 (PDT) Received: by 10.54.16.72 with HTTP; Wed, 20 Jul 2005 12:02:55 -0700 (PDT) Message-ID: <40356a66050720120219f6dd92@mail.gmail.com> Date: Wed, 20 Jul 2005 15:02:55 -0400 From: Bruno Gallant 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: DNS service with a SQL backend X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruno Gallant List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 19:03:32 -0000 Hello, We are redesigning our DNS infrastructure, which has been running on BIND with the regular flat files for years, and there would be a need for the data to be in a database. (postgresql or mysql, of course) I looked around the ports to find powerdns, but I don't know if it's good or not. Is there a port or something already available that can convert DNS data stored in sql into the proper format for BIND, or another software with all included? Thanks all. --=20 # Bruno Gallant - scion@bsdnode.net - bsdnode@gmail.com From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 19:26: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 C3DD116A41F for ; Wed, 20 Jul 2005 19:26:17 +0000 (GMT) (envelope-from gustavodn@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A4F43D46 for ; Wed, 20 Jul 2005 19:26:17 +0000 (GMT) (envelope-from gustavodn@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1662654wra for ; Wed, 20 Jul 2005 12:26:16 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kun1RAsp2TqAAqOLQqMPBRkMloCDgGpt1An1FgnhwN/JiBhwFMFBQXPjyHmF6KXd/KFQBlCB+hx1d4kfDJJhX0PW9JyWeTklrhxdmJTD6MQ42eP+8h21Ip5cNG4mjShba/QifJs2Oz/BGNdnHRYWLHF97H+MieiBpoW6/9Sc1jg= Received: by 10.54.54.72 with SMTP id c72mr206789wra; Wed, 20 Jul 2005 12:25:43 -0700 (PDT) Received: by 10.54.34.63 with HTTP; Wed, 20 Jul 2005 12:25:43 -0700 (PDT) Message-ID: <50af0a2605072012252abff20@mail.gmail.com> Date: Wed, 20 Jul 2005 16:25:43 -0300 From: Gustavo De Nardin To: freebsd-questions@freebsd.org In-Reply-To: <40356a66050720120219f6dd92@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <40356a66050720120219f6dd92@mail.gmail.com> Subject: Re: DNS service with a SQL backend X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 19:26:17 -0000 On 20/07/05, Bruno Gallant wrote: > I looked around the ports to find powerdns, but I don't know if it's > good or not. There is also dns/bind9-dlz (). Supports many database backends. (I never used it, though.) > Is there a port or something already available that can convert DNS > data stored in sql into the proper format for BIND, or another > software with all included? Don't you mean the other way (BIND -> SQL)? --=20 (nil) From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 19:40: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 EA70216A41F for ; Wed, 20 Jul 2005 19:40:27 +0000 (GMT) (envelope-from vdm.fbsd@virgilio.it) Received: from vsmtp2.tin.it (vsmtp2alice.tin.it [212.216.176.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F2B243D49 for ; Wed, 20 Jul 2005 19:40:26 +0000 (GMT) (envelope-from vdm.fbsd@virgilio.it) Received: from [192.168.10.8] (62.211.198.52) by vsmtp2.tin.it (7.2.060.1) id 42DC00C300110220 for freebsd-questions@freebsd.org; Wed, 20 Jul 2005 21:40:24 +0200 From: Vittorio De Martino To: freebsd-questions@freebsd.org Date: Wed, 20 Jul 2005 21:40:22 +0200 User-Agent: KMail/1.8.1 References: <42DC14FE0000EC76@ims1d.cp.tin.it> <20050720161125.GC94371@dan.emsphone.com> In-Reply-To: <20050720161125.GC94371@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200507202140.23180.vdm.fbsd@virgilio.it> Subject: Re: usb mass storage failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 19:40:28 -0000 Alle 18:11, mercoled=EC 20 luglio 2005, Dan Nelson ha scritto: > In the last episode (Jul 20), vdm.fbsd@virgilio.it said: > > Context: freebsd 5.4 > > > > My brand-new usb mp3 reader, even though is seen as a flash disk by > > the OS, cannot be used because: > > > > umass0: vendor 0x10d6 USB 2.0(FS) FLASH DISK, rev 1.10/1.00, addr 2 > > da0 at umass-sim0 bus 0 target 0 lun 0 > > da0: Removable Direct Access SCSI-0 device > > da0: 1.000MB/s transfers > > da0: 497MB (1019617 512 byte sectors: 64H 32S/T 497C) > > umass0: BBB reset failed, STALLED > > umass0: BBB bulk-in clear stall failed, STALLED > > umass0: BBB bulk-out clear stall failed, STALLED > > Try the patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=3D81846 Dan, thank you very much for your valuable suggestion=20 BUT being a real novice with freebsd (I have experience of linux) could you ple= ase=20 explain straightforwardly HOW and WHERE I should apply the patch? Thanks again Vittorio=20 From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 19:50: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 9DDFF16A41F for ; Wed, 20 Jul 2005 19:50:02 +0000 (GMT) (envelope-from smurphy@calarts.edu) Received: from muse.calarts.edu (muse.calarts.edu [198.182.157.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 328ED43D45 for ; Wed, 20 Jul 2005 19:50:01 +0000 (GMT) (envelope-from smurphy@calarts.edu) Received: from [198.182.157.175] (not-in-use.calarts.edu [198.182.157.175] (may be forged)) by muse.calarts.edu (8.11.7p1+Sun/8.11.7) with ESMTP id j6KJo0f00053 for ; Wed, 20 Jul 2005 12:50:00 -0700 (PDT) Message-ID: <42DEAAEA.3080602@calarts.edu> Date: Wed, 20 Jul 2005 12:50:02 -0700 From: Sean Murphy User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) 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: Rouge Wireless Client X-BeenThere: freebsd-q