From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 00:11:18 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C9BB816A407
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 00:11:18 +0000 (UTC)
	(envelope-from freebsd@dfwlp.com)
Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 864A043D4C
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 00:11:17 +0000 (GMT)
	(envelope-from freebsd@dfwlp.com)
Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83])
	(authenticated bits=0)
	by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k910BEB1015249
	for <freebsd-questions@freebsd.org>;
	Sat, 30 Sep 2006 19:11:15 -0500 (CDT)
	(envelope-from freebsd@dfwlp.com)
From: Jonathan Horne <freebsd@dfwlp.com>
To: Free BSD Questions list <freebsd-questions@freebsd.org>
Date: Sat, 30 Sep 2006 19:11:14 -0500
User-Agent: KMail/1.9.4
References: <20060930235617.GA11336@teddy.fas.com>
In-Reply-To: <20060930235617.GA11336@teddy.fas.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200609301911.14630.freebsd@dfwlp.com>
X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed 
	version=3.1.5
X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on zeus.dfwlp.com
Subject: Re: More NFS exports questions :-(
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 00:11:18 -0000

On Saturday 30 September 2006 18:56, stan wrote:
> Sorry, this should be simpople, but i'm having a bad day with it :-(
>
> Given and /etc/exports file that looks like this:
>
> cvsup# cat /etc/exports
> /data/FreeBSD/distfiles  -maproot=root:   -network 170.85.113.0 -mask
> 255.255.255.128 /data/FreeBSD/distfiles  -maproot=root:   -network
> 170.85.109.0 -mask 255.255.255.128 /data/FreeBSD/distfiles  -maproot=root: 
>  -network 170.85.106.128 -mask 255.255.255.128 /data/OpenBSD/distfiles 
> -maproot=root:   -network 170.85.113.0 -mask 255.255.255.128
> /data/OpenBSD/distfiles  -maproot=root:   -network 170.85.109.0 -mask
> 255.255.255.128 /data/OpenBSD/distfiles  -maproot=root:   -network
> 170.85.106.128 -mask 255.255.255.128 /data/OpenBSD/packages  -maproot=root:
>   -network 170.85.113.0 -mask 255.255.255.128 /data/OpenBSD/packages 
> -maproot=root:   -network 170.85.109.0 -mask 255.255.255.128
> /data/OpenBSD/packages  -maproot=root:   -network 170.85.106.128 -mask
> 255.255.255.128
>
> And a filesystem structure that looks like this:
>
> cvsup# ls -ld /data
> drwxr-xr-x  7 root  wheel  512 Sep 30 17:58 /data
>
> cvsup# ls -l /data/OpenBSD
> total 4
> drwxr-xr-x  2 root  wheel  512 Sep 30 17:58 distfiles
> drwxr-xr-x  2 root  wheel  512 Sep 30 19:34 packages
>
> Can anyone tell me why mountd gives me this error?
>
> mountd: got line /data/OpenBSD/packages  -maproot=root:   -network
> 170.85.106.128 -mask 255.255.255.128
> mountd: found ep fs=0x3e331d82,0xb21e5b03
> mountd: doing opt -maproot=root:   -network 170.85.106.128 -mask
> 255.255.255.128 mountd: doing opt -network 170.85.106.128 -mask
> 255.255.255.128
> get_net: v4 addr 170.85.106.128
> mountd: doing opt -mask 255.255.255.128
> get_net: v4 addr 255.255.255.128
> mountd: can't change attributes for /data/OpenBSD/packages

to help make some sense, it might help to see the output of 'df -h' on your 
system.  my first inclination is that you might be vearing off the 
configuration rules path.  take a look at section '25.3.2 Configuring NFS' of 
the handbook, at the paragraph starting with:

"The following is an example of a valid export list..."

in the example, notice how /usr/src and /usr/ports are exported on the same 
line?  i have a strong feeling (again, based on your filesystem setup) that 
you might need to explore this area to solve your issue.

hth,
jonathan

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 00:12:14 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@FreeBSD.ORG
Delivered-To: freebsd-questions@FreeBSD.ORG
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2022916A415
	for <freebsd-questions@FreeBSD.ORG>;
	Sun,  1 Oct 2006 00:12:14 +0000 (UTC)
	(envelope-from kline@sage.thought.org)
Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net
	[216.231.43.140])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6775E43D58
	for <freebsd-questions@FreeBSD.ORG>;
	Sun,  1 Oct 2006 00:12:13 +0000 (GMT)
	(envelope-from kline@sage.thought.org)
Received: from sage.thought.org (kline@localhost [127.0.0.1])
	by sage.thought.org (8.13.6/8.12.10) with ESMTP id k910CA4W082464
	for <freebsd-questions@FreeBSD.ORG>;
	Sat, 30 Sep 2006 17:12:10 -0700 (PDT)
	(envelope-from kline@sage.thought.org)
Received: (from kline@localhost)
	by sage.thought.org (8.13.6/8.13.1/Submit) id k910CAYO082463
	for freebsd-questions@FreeBSD.ORG; Sat, 30 Sep 2006 17:12:10 -0700 (PDT)
	(envelope-from kline)
Date: Sat, 30 Sep 2006 17:12:10 -0700
From: Gary Kline <kline@sage.thought.org>
To: FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Message-ID: <20061001001210.GA82422@thought.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Organization: Thought Unlimited. Public service Unix since 1986.
X-Of_Interest: Observing twenty years of service to the Unix community
User-Agent: Mutt/1.5.13 (2006-08-11)
Cc: 
Subject: triouble with my Deskjet 500
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 00:12:14 -0000


	The trouble is that it only prints in ASCII Aand fails to fails
	to print xv images or anything else PostScript.  I'm playing
	around withthe following in /usr//local/libexec:

#!/bin/sh
#
# hpif - Simple text input filter for lpd for HP-PCL based printers
# Installed in /usr/local/libexec/hpif
#
# Simply copies stdin to stdout.  Ignores all filter arguments.
# Tells printer to treat LF as CR+LF. Writes a form feed character
# after printing job.

###printf "\033&k2G" && cat && printf "\f" && exit 0

#
#  ifhp - Print Ghostscript-simulated PostScript on a DeskJet 500
#  Installed in /usr/local/libexec/ifhp

#
#  Treat LF as CR+LF:
#
###printf "\033&k2G" || exit 2

#
#  Read first two characters of the file
#
IFS="" read -r first_line
first_two_chars=`expr "$first_line" : '\(..\)'`

if [ "$first_two_chars" = "%!" ]; then
    #
    #  It is PostScript; use Ghostscript to scan-convert and print it.
    #
    #  Note that PostScript files are actually interpreted programs,
    #  and those programs are allowed to write to stdout, which will
    #  mess up the printed output.  So, we redirect stdout to stderr
    #  and then make descriptor 3 go to stdout, and have Ghostscript
    #  write its output there.  Exercise for the clever reader:
    #  capture the stderr output from Ghostscript and mail it back to
    #  the user originating the print job.
    #
    exec 3>&1 1>&2
    /usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=djet500 \
        -sOutputFile=/dev/fd/3 - && exit 0
else
    #
    #  Plain text or HP/PCL, so just print it directly; print a form feed
    #  at the end to eject the last page.
    #
    echo "$first_line" && cat && printf "\033&l0H" &&
exit 0
fi

	It's pretty obviouslythat I can toss the first several lines that
	came from the originl hpif file; this was before I cared about
	graphics.  I lost the ghostscript part when my system had its 
	fatal trap.   Anybody out there who has an ancient hp djet500?
	or can help otherwise.  I'm out of ideas.

	thanks much,

	gary

	PS:  I tried printing a graphic file remote; my printer spat out 
	     hex.  Now I tried small graphic with xv and Print.  Same
	     thing.... .




-- 
   Gary Kline     kline@thought.org   www.thought.org     Public service Unix


From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 00:52:35 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7AD8816A407
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 00:52:35 +0000 (UTC) (envelope-from stanb@panix.com)
Received: from mail1.panix.com (mail1.panix.com [166.84.1.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1310043D46
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 00:52:34 +0000 (GMT) (envelope-from stanb@panix.com)
Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78])
	by mail1.panix.com (Postfix) with ESMTP id 37497595CA;
	Sat, 30 Sep 2006 20:52:34 -0400 (EDT)
Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net
	[68.58.232.106])
	by mailspool3.panix.com (Postfix) with ESMTP id 9D0EB1130F42;
	Sat, 30 Sep 2006 20:52:34 -0400 (EDT)
Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian))
	id 1GTpZJ-0003KG-00; Sat, 30 Sep 2006 20:52:33 -0400
Date: Sat, 30 Sep 2006 20:52:33 -0400
From: stan <stanb@panix.com>
To: Jonathan Horne <freebsd@dfwlp.com>
Message-ID: <20061001005233.GB12587@teddy.fas.com>
Mail-Followup-To: Jonathan Horne <freebsd@dfwlp.com>,
	Free BSD Questions list <freebsd-questions@freebsd.org>
References: <20060930235617.GA11336@teddy.fas.com>
	<200609301911.14630.freebsd@dfwlp.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200609301911.14630.freebsd@dfwlp.com>
X-Editor: gVim
X-Operating-System: Debian GNU/Linux
X-Kernel-Version: 2.4.23
X-Uptime: 20:43:23 up 166 days, 21:46, 1 user, load average: 0.00, 0.02, 0.00
User-Agent: Mutt/1.5.4i
Sender: Stan Brown <stanb@panix.com>
Cc: Free BSD Questions list <freebsd-questions@freebsd.org>
Subject: Re: More NFS exports questions :-(
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 00:52:35 -0000

On Sat, Sep 30, 2006 at 07:11:14PM -0500, Jonathan Horne wrote:
> On Saturday 30 September 2006 18:56, stan wrote:
> > Sorry, this should be simpople, but i'm having a bad day with it :-(
> >
> > Given and /etc/exports file that looks like this:
> >
> > cvsup# cat /etc/exports
> > /data/FreeBSD/distfiles  -maproot=root:   -network 170.85.113.0 -mask
> > 255.255.255.128 /data/FreeBSD/distfiles  -maproot=root:   -network
> > 170.85.109.0 -mask 255.255.255.128 /data/FreeBSD/distfiles  -maproot=root: 
> >  -network 170.85.106.128 -mask 255.255.255.128 /data/OpenBSD/distfiles 
> > -maproot=root:   -network 170.85.113.0 -mask 255.255.255.128
> > /data/OpenBSD/distfiles  -maproot=root:   -network 170.85.109.0 -mask
> > 255.255.255.128 /data/OpenBSD/distfiles  -maproot=root:   -network
> > 170.85.106.128 -mask 255.255.255.128 /data/OpenBSD/packages  -maproot=root:
> >   -network 170.85.113.0 -mask 255.255.255.128 /data/OpenBSD/packages 
> > -maproot=root:   -network 170.85.109.0 -mask 255.255.255.128
> > /data/OpenBSD/packages  -maproot=root:   -network 170.85.106.128 -mask
> > 255.255.255.128
> >
> > And a filesystem structure that looks like this:
> >
> > cvsup# ls -ld /data
> > drwxr-xr-x  7 root  wheel  512 Sep 30 17:58 /data
> >
> > cvsup# ls -l /data/OpenBSD
> > total 4
> > drwxr-xr-x  2 root  wheel  512 Sep 30 17:58 distfiles
> > drwxr-xr-x  2 root  wheel  512 Sep 30 19:34 packages
> >
> > Can anyone tell me why mountd gives me this error?
> >
> > mountd: got line /data/OpenBSD/packages  -maproot=root:   -network
> > 170.85.106.128 -mask 255.255.255.128
> > mountd: found ep fs=0x3e331d82,0xb21e5b03
> > mountd: doing opt -maproot=root:   -network 170.85.106.128 -mask
> > 255.255.255.128 mountd: doing opt -network 170.85.106.128 -mask
> > 255.255.255.128
> > get_net: v4 addr 170.85.106.128
> > mountd: doing opt -mask 255.255.255.128
> > get_net: v4 addr 255.255.255.128
> > mountd: can't change attributes for /data/OpenBSD/packages
> 
> to help make some sense, it might help to see the output of 'df -h' on your 
> system.  my first inclination is that you might be vearing off the 
> configuration rules path.  take a look at section '25.3.2 Configuring NFS' of 
> the handbook, at the paragraph starting with:

cvsup# df -h
Filesystem                       Size    Used   Avail Capacity  Mounted on
/dev/amrd0s1a                    496M     64M    392M    14%    /
devfs                            1.0K    1.0K      0B   100%    /dev
/dev/amrd0s1g                    969G    1.2G    890G     0%    /data
/dev/amrd0s1e                    989M     12K    910M     0%    /tmp
/dev/amrd0s1f                     85G    6.5G     72G     8%    /usr
/dev/amrd0s1d                     19G    100M     18G     1%    /var
procfs                           4.0K    4.0K      0B   100%    /proc
cvsup:/data/FreeBSD/distfiles    969G    1.2G    890G     0%    /usr/ports/distfiles


> 
> "The following is an example of a valid export list..."
> 
> in the example, notice how /usr/src and /usr/ports are exported on the same 
> line?  i have a strong feeling (again, based on your filesystem setup) that 
> you might need to explore this area to solve your issue.

I thought I had tried that but


/data/FreeBSD/distfiles /data/OpenBSD/packages  -maproot=root:   -network aaa.bbb.113.0 -mask
255.255.255.128

Fixes the problem. 

Thanks VERY MUCH!




-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 00:58:15 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4C61916A403
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 00:58:15 +0000 (UTC) (envelope-from stanb@panix.com)
Received: from mail1.panix.com (mail1.panix.com [166.84.1.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E7FDB43D45
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 00:58:14 +0000 (GMT) (envelope-from stanb@panix.com)
Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78])
	by mail1.panix.com (Postfix) with ESMTP id 5F80B5A743
	for <freebsd-questions@freebsd.org>;
	Sat, 30 Sep 2006 20:58:14 -0400 (EDT)
Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net
	[68.58.232.106])
	by mailspool3.panix.com (Postfix) with ESMTP id EB5411130F42
	for <freebsd-questions@freebsd.org>;
	Sat, 30 Sep 2006 20:58:14 -0400 (EDT)
Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian))
	id 1GTpen-0003NQ-00
	for <freebsd-questions@freebsd.org>; Sat, 30 Sep 2006 20:58:13 -0400
Date: Sat, 30 Sep 2006 20:58:13 -0400
From: stan <stanb@panix.com>
To: Free BSD Questions list <freebsd-questions@freebsd.org>
Message-ID: <20061001005813.GA12969@teddy.fas.com>
Mail-Followup-To: Free BSD Questions list <freebsd-questions@freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Editor: gVim
X-Operating-System: Debian GNU/Linux
X-Kernel-Version: 2.4.23
X-Uptime: 20:55:39 up 166 days, 21:58, 1 user, load average: 0.00, 0.01, 0.00
User-Agent: Mutt/1.5.4i
Sender: Stan Brown <stanb@panix.com>
Subject: Adding an OpenBSD cvsup mirror to an existing FreeBSD cvsup mirror
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 00:58:15 -0000

I'd like to be able to use my exsitig FreeBSD cvsup mirror, which 
I used the cvsup_mirror port to set up, to also mirror the cvsup
tree for OpenBSD.

Any sugestions as to how to do this?
Looks like I need to clone (or modify) /usr/local/etc/cvsup/config.sh.
I don't want to break the FreeBSD cvsup mirror, as I'm in the middle of a major upgrade.

Thanks

-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

From owner-freebsd-questions@FreeBSD.ORG  Sat Sep 30 22:27:51 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 6DEB316A407
	for <questions@FreeBSD.org>; Sat, 30 Sep 2006 22:27:51 +0000 (UTC)
	(envelope-from mpdred@yahoo.com)
Received: from web55206.mail.re4.yahoo.com (web55206.mail.re4.yahoo.com
	[206.190.58.170])
	by mx1.FreeBSD.org (Postfix) with SMTP id DEE4143D58
	for <questions@FreeBSD.org>; Sat, 30 Sep 2006 22:27:50 +0000 (GMT)
	(envelope-from mpdred@yahoo.com)
Received: (qmail 84409 invoked by uid 60001); 30 Sep 2006 22:27:50 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=aqH9QqlBh9ANF/9hocZapPjr25Fa8WxO2M8EUKoV2aLiWyHe3woAr89I6AptT0NdEuGtUN3pIT0B5bPK3PCbWs0LaU2LNFMpSsUBf/j/GM2uHr7/LvKN1PPOEQHRWEeVxUPUaJND5YIT7g6GPkJ5eSQBulAYyGeDNlHKthOKDb0=
	; 
Message-ID: <20060930222750.84407.qmail@web55206.mail.re4.yahoo.com>
Received: from [70.228.82.59] by web55206.mail.re4.yahoo.com via HTTP;
	Sat, 30 Sep 2006 15:27:50 PDT
Date: Sat, 30 Sep 2006 15:27:50 -0700 (PDT)
From: Michael Dreiding <mpdred@yahoo.com>
To: questions@FreeBSD.org
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Mailman-Approved-At: Sun, 01 Oct 2006 01:10:24 +0000
Cc: 
Subject: Problems with installation
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 30 Sep 2006 22:27:51 -0000

I have downloaded the AMD64 version 6.1
Every time I start with the boot disk loader, I get a
menu with 7 options.  Whenever I select 1 through 5
(Boot FreeBSD . . .) my laptop shuts down.

I am running on a Laptop AMD64 3400+

What do I need to do to get this to install?

mpdred@yahoo.com

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 01:28:14 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E0DBA16A407
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 01:28:14 +0000 (UTC)
	(envelope-from keramida@ceid.upatras.gr)
Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 12E6E43D45
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 01:28:13 +0000 (GMT)
	(envelope-from keramida@ceid.upatras.gr)
Received: from gothmog.pc (root@dialup250.ach.sch.gr [81.186.70.250])
	(authenticated bits=128)
	by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id k911RmYQ026408
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <freebsd-questions@freebsd.org>; Sun, 1 Oct 2006 04:27:52 +0300
Received: from gothmog.pc (gothmog [127.0.0.1])
	by gothmog.pc (8.13.8/8.13.8) with ESMTP id k913RHlH001586
	for <freebsd-questions@freebsd.org>;
	Sun, 1 Oct 2006 06:27:17 +0300 (EEST)
	(envelope-from keramida@ceid.upatras.gr)
Received: (from giorgos@localhost)
	by gothmog.pc (8.13.8/8.13.8/Submit) id k913RHUG001585
	for freebsd-questions@freebsd.org; Sun, 1 Oct 2006 06:27:17 +0300 (EEST)
	(envelope-from keramida@ceid.upatras.gr)
Date: Sun, 1 Oct 2006 06:27:16 +0300
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: freebsd-questions@freebsd.org
Message-ID: <20061001032716.GA1562@gothmog.pc>
References: <20060930114036.5EB3.GERARD@seibercom.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060930114036.5EB3.GERARD@seibercom.net>
X-Hellug-MailScanner: Found to be clean
X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.73,
	required 5, AWL -0.33, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20,
	UNPARSEABLE_RELAY 0.00)
X-Hellug-MailScanner-From: keramida@ceid.upatras.gr
X-Spam-Status: No
Subject: Re: 'File too large' mail delivery error
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 01:28:15 -0000

On 2006-09-30 11:46, Gerard Seibert <gerard@seibercom.net> wrote:
> What could cause Postfix/Dovecot to suddenly start failing to deliver
> mail and issue this error message in the /var/log/maillog:
>
> Sep 30 09:45:24 scorpio postfix/local[1439]: 80E65C613: to=<gerard-gmail@localho
> st.seibercom.net>, relay=local, delay=6.5, delays=6.4/0.01/0/0.03, dsn=5.2.2, st
> atus=bounced (cannot update mailbox /var/mail/gerard-gmail for user gerard-gmail
> . error writing message: File too large)

What does postconf have to say about mailbox size limit?

# postconf mailbox_size_limit
mailbox_size_limit = 51200000
#


From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 02:02:37 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7677D16A403
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 02:02:37 +0000 (UTC)
	(envelope-from gerard@seibercom.net)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 770D143D46
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 02:02:36 +0000 (GMT)
	(envelope-from gerard@seibercom.net)
Received: by wx-out-0506.google.com with SMTP id i27so1347635wxd
	for <freebsd-questions@freebsd.org>;
	Sat, 30 Sep 2006 19:02:35 -0700 (PDT)
Received: by 10.70.44.4 with SMTP id r4mr3691258wxr;
	Sat, 30 Sep 2006 19:02:35 -0700 (PDT)
Received: from scorpio.seibercom.net ( [67.189.184.224])
	by mx.gmail.com with ESMTP id h16sm6817749wxd.2006.09.30.19.02.35;
	Sat, 30 Sep 2006 19:02:35 -0700 (PDT)
Received: from scorpio.seibercom.net (localhost [127.0.0.1])
	by scorpio.seibercom.net (Postfix) with ESMTP id 2CBD7C1B7
	for <freebsd-questions@freebsd.org>;
	Sat, 30 Sep 2006 22:02:34 -0400 (EDT)
Received: from scorpio.seibercom.net (localhost [127.0.0.1])
	by scorpio.seibercom.net (Postfix) with ESMTP id 6617AC15A
	for <freebsd-questions@freebsd.org>;
	Sat, 30 Sep 2006 22:02:33 -0400 (EDT)
Received: from localhost (localhost [[UNIX: localhost]])
	by scorpio.seibercom.net (8.13.6/8.13.6/Submit) id k9122TG0047902
	for freebsd-questions@freebsd.org; Sat, 30 Sep 2006 22:02:29 -0400 (EDT)
	(envelope-from gerard@seibercom.net)
From: Gerard Seibert <gerard@seibercom.net>
Organization: Seibercom.net
To: freebsd-questions@freebsd.org
Date: Sat, 30 Sep 2006 22:02:16 -0400
User-Agent: KMail/1.9.4
References: <20060930114036.5EB3.GERARD@seibercom.net>
	<20061001032716.GA1562@gothmog.pc>
In-Reply-To: <20061001032716.GA1562@gothmog.pc>
X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09RnSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart1314588.FNHtJaPCZS";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200609302202.28440.gerard@seibercom.net>
X-Virus-Scanned: ClamAV using ClamSMTP
Subject: Re: 'File too large' mail delivery error
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: gerard@seibercom.net
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 02:02:37 -0000

--nextPart1314588.FNHtJaPCZS
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Saturday 30 September 2006 23:27, Giorgos Keramidas wrote:

> What does postconf have to say about mailbox size limit?
>
> # postconf mailbox_size_limit
> mailbox_size_limit =3D 51200000
> #

Yes, that is the same number I get. So why did this mysteriously just start=
=20
after I updated FBSD? I am using dovecot as the LDA so I would not have=20
thought that a size limit set in postfix would have an bearing on dovcot's=
=20
ability to deliver mail. In any case, I have had mail folders over 75M in=20
size and neither dovecot nor postfix complained.

=2D-=20
Gerard Seibert
gerard@seibercom.net

A man is known by the company he organizes.

	A. Bierce

--nextPart1314588.FNHtJaPCZS
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQBFHyG0s3R1WQUU6lgRAtjQAKDTrps2azyNCv1BXO8Fe1LfPX9StQCcDsIZ
3Zuap5rPsrNyAnFLnH7M5QE=
=PvUi
-----END PGP SIGNATURE-----

--nextPart1314588.FNHtJaPCZS--

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 02:12:18 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B6A6B16A528
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 02:12:18 +0000 (UTC)
	(envelope-from keramida@ceid.upatras.gr)
Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8899143D53
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 02:12:16 +0000 (GMT)
	(envelope-from keramida@ceid.upatras.gr)
Received: from gothmog.pc (root@dialup250.ach.sch.gr [81.186.70.250])
	(authenticated bits=128)
	by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id k912Bl3c028834
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sun, 1 Oct 2006 05:11:50 +0300
Received: from gothmog.pc (gothmog [127.0.0.1])
	by gothmog.pc (8.13.8/8.13.8) with ESMTP id k914BJmJ001824;
	Sun, 1 Oct 2006 07:11:19 +0300 (EEST)
	(envelope-from keramida@ceid.upatras.gr)
Received: (from giorgos@localhost)
	by gothmog.pc (8.13.8/8.13.8/Submit) id k914BJjR001823;
	Sun, 1 Oct 2006 07:11:19 +0300 (EEST)
	(envelope-from keramida@ceid.upatras.gr)
Date: Sun, 1 Oct 2006 07:11:19 +0300
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: Gerard Seibert <gerard@seibercom.net>
Message-ID: <20061001041119.GA1783@gothmog.pc>
References: <20060930114036.5EB3.GERARD@seibercom.net>
	<20061001032716.GA1562@gothmog.pc>
	<200609302202.28440.gerard@seibercom.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200609302202.28440.gerard@seibercom.net>
X-Hellug-MailScanner: Found to be clean
X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.707,
	required 5, AWL -0.31, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20,
	UNPARSEABLE_RELAY 0.00)
X-Hellug-MailScanner-From: keramida@ceid.upatras.gr
X-Spam-Status: No
Cc: freebsd-questions@freebsd.org
Subject: Re: 'File too large' mail delivery error
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 02:12:18 -0000

On 2006-09-30 22:02, Gerard Seibert <gerard@seibercom.net> wrote:
> On Saturday 30 September 2006 23:27, Giorgos Keramidas wrote:
> > What does postconf have to say about mailbox size limit?
> >
> > # postconf mailbox_size_limit
> > mailbox_size_limit = 51200000
> > #
> 
> Yes, that is the same number I get. So why did this mysteriously just
> start after I updated FBSD?

I don't think I can answer this, since I don't know what the
configuration of your Postfix was before and what it is now.

Nothing happens 'mysteriously' though.

For example:

  * Did you recently update FreeBSD *AND* update all your ports with
    portupgrade or similar?

  * If yes, did you backup your Postfix configuration?

  * If you really did keep backup copies, can you show me the output of
    diff(1) on the old main.cf and the new one?

> I am using dovecot as the LDA so I would not have thought that a size
> limit set in postfix would have an bearing on dovcot's ability to
> deliver mail. In any case, I have had mail folders over 75M in size
> and neither dovecot nor postfix complained.

Well, they do now.

Even if we can't find out why they didn't before, we currently know how
to fix this :)


From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 02:23:59 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 8216C16A407
	for <questions@freebsd.org>; Sun,  1 Oct 2006 02:23:59 +0000 (UTC)
	(envelope-from ulrich@pukruppa.net)
Received: from pukruppa.net (pukruppa.net [213.146.114.24])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BE99C43D53
	for <questions@freebsd.org>; Sun,  1 Oct 2006 02:23:58 +0000 (GMT)
	(envelope-from ulrich@pukruppa.net)
Received: from pukruppa.net (pukruppa.net [213.146.114.24])
	by pukruppa.net (8.13.8/8.13.8) with ESMTP id k912Nujo014982;
	Sun, 1 Oct 2006 04:23:57 +0200 (CEST)
	(envelope-from ulrich@pukruppa.net)
Date: Sun, 1 Oct 2006 04:23:56 +0200 (CEST)
From: "P.U.Kruppa" <ulrich@pukruppa.net>
To: Chuck Swiger <cswiger@mac.com>
In-Reply-To: <451E74C8.6070702@mac.com>
Message-ID: <20061001042415.D4236@pukruppa.net>
References: <451DCFD4.3070408@wilderness.homeip.net> <451E74C8.6070702@mac.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Cc: questions@freebsd.org, Laurence Sanford <lauasanf@wilderness.homeip.net>
Subject: Re: Can't ping localhost?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 02:23:59 -0000

On Sat, 30 Sep 2006, Chuck Swiger wrote:

> Laurence Sanford wrote:
>> Anyone got any ideas on this?
>> 
>> lauasanf@colossus(~)$ ping 127.0.0.1
>> PING 127.0.0.1 (127.0.0.1): 56 data bytes
>> ping: sendto: Can't assign requested address
>> ping: sendto: Can't assign requested address
>> ping: sendto: Can't assign requested address
>> ping: sendto: Can't assign requested address
>> ping: sendto: Can't assign requested address
>> ping: sendto: Can't assign requested address
>> ^C
>> --- 127.0.0.1 ping statistics ---
>> 6 packets transmitted, 0 packets received, 100% packet loss
>> 
>> 
>> lauasanf@colossus(~)$ ifconfig lo0
>> lo0: flags=8008<LOOPBACK,MULTICAST> mtu 16384
>
> If there isn't an "inet 127.0.0.1" entry following, the loopback isn't 
> properly configured.  Perhaps you have a "network_interfaces" entry listed in 
> /etc/rc.conf which does not mention "lo0"...?
I think this entry should live in /etc/defaults/rc.conf

ifconfig_lo0="inet 127.0.0.1"   # default loopback device
 				# configuration.

Regards,

Uli

>
> -- 
> -Chuck
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>



Peter Ulrich Kruppa
Wuppertal
Germany


From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 02:28:40 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 74C9216A416
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 02:28:40 +0000 (UTC)
	(envelope-from dead_line@hotmail.com)
Received: from bay0-omc1-s34.bay0.hotmail.com (bay0-omc1-s34.bay0.hotmail.com
	[65.54.246.106])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5399E43D62
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 02:28:28 +0000 (GMT)
	(envelope-from dead_line@hotmail.com)
Received: from hotmail.com ([65.54.175.27]) by bay0-omc1-s34.bay0.hotmail.com
	with Microsoft SMTPSVC(6.0.3790.1830); 
	Sat, 30 Sep 2006 19:28:27 -0700
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	Sat, 30 Sep 2006 19:28:27 -0700
Message-ID: <BAY104-F1710E7E5416E27339645CE9A1E0@phx.gbl>
Received: from 65.54.175.200 by by104fd.bay104.hotmail.msn.com with HTTP;
	Sun, 01 Oct 2006 02:28:26 GMT
X-Originating-IP: [213.189.94.172]
X-Originating-Email: [dead_line@hotmail.com]
X-Sender: dead_line@hotmail.com
From: "Marwan Sultan" <dead_line@hotmail.com>
To: freebsd-questions@freebsd.org
Date: Sun, 01 Oct 2006 02:28:26 +0000
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
X-OriginalArrivalTime: 01 Oct 2006 02:28:27.0448 (UTC)
	FILETIME=[46EFB380:01C6E501]
Subject: networking question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 02:28:40 -0000

Hello All,

   Well, I have FBSD 6.1-R server acting as NAT, and wired Internet HotSpot 
by chillispot and freerad
   for a building of 66 rj45 wall socket.

   The problem is, whenever someone having an internet account, he is able 
to give it to his friends
   to connect in the time he is not connected.. because one user at a time.
   but this account ment to be for a certain socket..its a personal account 
for 1 room.

    is there any way that i can controll the internet in this sockets?
    like to block all the sockets and unblock whatever i want..
    so I will make sure this account will not run from any other socket 
outside the person room.

    those sockets are connected to each others throu 4 belkin switches hub.

    Well technically I knew I can Controll it by the MAC adres which 
chillispot already
    has this feature.. but i dunt want to use Mac Adrs

    Anyone has anyway to controll the sockets over the switches?
    impossible?

    Marwan Sultan

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 03:55:35 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B5F9D16A49E
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 03:55:35 +0000 (UTC)
	(envelope-from snagit@cbpratt.prohosting.com)
Received: from n054.sc0.cp.net (smtpout1098.sc0.he.tucows.com [64.97.144.98])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7A0D043D45
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 03:55:35 +0000 (GMT)
	(envelope-from snagit@cbpratt.prohosting.com)
Received: from [192.168.1.100] (67.47.213.85) by n054.sc0.cp.net (7.2.069.1)
	(authenticated as eagletree@hughes.net)
	id 451E1D8E00017350 for freebsd-questions@freebsd.org;
	Sun, 1 Oct 2006 03:55:34 +0000
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Transfer-Encoding: 7bit
Message-Id: <A7A4F1E3-CA32-40F8-88E6-7FB225D71E58@cbpratt.prohosting.com>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
To: FreeBSD Questions <freebsd-questions@freebsd.org>
From: Chris <snagit@cbpratt.prohosting.com>
Date: Sat, 30 Sep 2006 20:55:27 -0700
X-Mailer: Apple Mail (2.752.2)
Subject: Question on when to submit PRs (a reboot hang)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 03:55:35 -0000

I have what seems to be a mostly stable 6.2 PRERELEASE that I  
couldn't take backward to RELENG_6_1 for reasons I couldn't figure  
out. Unimportant because it's being loaded with data and going to  
test production right now. The "mostly" part is that in cvsupping I  
picked up a nasty reboot problem where "reboot" would stop at Uptime  
and hang about 75% of the time. If the system runs like I've come to  
expect FreeBSD to run over the years, I don't really care plus I'm  
installing a remote Power Tower to overcome such issues next week. On  
6.2 PR, it ran through about 50 reboots without a problem until I  
stupidly updated once more. Yesterday I updated yet another time and  
the frequency of the problem dropped to the point where it didn't do  
it but 1 in 10 intentional reboots. But since I am still seeing it.  
I'm wondering if it's worthwhile putting in a problem report? I  
dislike troubling people if I am the only one who's going to  
experience a problem, especially one which I will soon be able to  
manage it by cycling grouped power inputs (if it even happens again  
now, since I won't be rebooting a production system).

It's AMD64 on an s4882 Tyan.

The question is probably best stated as what is whining and what is  
helping? For all I know it's a timing problem with bios version I'm  
running.

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 04:12:29 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AE8CB16A412
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 04:12:29 +0000 (UTC)
	(envelope-from robaree@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1BA8943D45
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 04:12:28 +0000 (GMT)
	(envelope-from robaree@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so1328298nfc
	for <freebsd-questions@freebsd.org>;
	Sat, 30 Sep 2006 21:12:28 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=fmSAVEZo9gY174rwBWjah7+VDcYZEFEvRLiVouLtsRT5MqwOLpa08v7ZEtcCuw01+42mBOFFaiezqCLzJMTAzKos3T8fnTeifyR/I5NnAay9czccXnh/l6FvXaFhFoG+HLS4RTHeOn1+6EOFY5sXbQsPQoSTBZXypJGNnn65wUw=
Received: by 10.78.202.19 with SMTP id z19mr3351778huf;
	Sat, 30 Sep 2006 21:12:27 -0700 (PDT)
Received: by 10.78.117.7 with HTTP; Sat, 30 Sep 2006 21:12:27 -0700 (PDT)
Message-ID: <6bcc7a470609302112g23ca6e34u6e7af43353f78285@mail.gmail.com>
Date: Sun, 1 Oct 2006 00:12:27 -0400
From: Rob <robaree@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Good networking books for a beginner?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 04:12:29 -0000

Does anyone happen to know of any good books that explain all about
networking in detail (such as gateways, netmasks, etc)?  I know the 'basics'
but would like to dig in a little deeper.

Thanks,
rob

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 04:34:41 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E0CB916A403
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 04:34:41 +0000 (UTC)
	(envelope-from freebsd@alaskaparadise.com)
Received: from stargate.alaskaparadise.com (114-103-74-65.gci.net
	[65.74.103.114])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5BA5143D45
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 04:34:41 +0000 (GMT)
	(envelope-from freebsd@alaskaparadise.com)
Received: by stargate.alaskaparadise.com (Postfix, from userid 0)
	id 12321456F; Sat, 30 Sep 2006 20:34:40 -0800 (AKDT)
From: Beech Rintoul <freebsd@alaskaparadise.com>
Organization: Alaska Paradise
To: freebsd-questions@freebsd.org
Date: Sat, 30 Sep 2006 20:34:15 -0800
User-Agent: KMail/1.9.3
References: <6bcc7a470609302112g23ca6e34u6e7af43353f78285@mail.gmail.com>
In-Reply-To: <6bcc7a470609302112g23ca6e34u6e7af43353f78285@mail.gmail.com>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart23194949.496mIBU4Ot";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200609302034.38605.freebsd@alaskaparadise.com>
Cc: Rob <robaree@gmail.com>
Subject: Re: Good networking books for a beginner?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 04:34:42 -0000

--nextPart23194949.496mIBU4Ot
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Saturday 30 September 2006 20:12, Rob wrote:
> Does anyone happen to know of any good books that explain all about
> networking in detail (such as gateways, netmasks, etc)?  I know the
> 'basics' but would like to dig in a little deeper.
>
> Thanks,
> rob

I found "Computer Networks: A Systems Approach" a really good reference (st=
ill=20
use it from time to time). It's a bit pricey, but you can probably find a=20
used copy on Amazon.

Beech
=2D-=20

=2D------------------------------------------------------------------------=
=2D-------------
Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
=2D------------------------------------------------------------------------=
=2D-------------












--nextPart23194949.496mIBU4Ot
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQBFH0VeR5sEeCt9j00RAh75AJ9we0LA5d/XTGF6KwmF5nRodkYTfwCgnOBS
fmu8H1OstLWVzMAPuic78D8=
=2xUG
-----END PGP SIGNATURE-----

--nextPart23194949.496mIBU4Ot--

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 04:46:20 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E1E5216A417
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 04:46:20 +0000 (UTC)
	(envelope-from youshi10@u.washington.edu)
Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu
	[140.142.32.178])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5076943D53
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 04:46:20 +0000 (GMT)
	(envelope-from youshi10@u.washington.edu)
Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139])
	by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.03) with ESMTP
	id k914kJ2W011580
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)
	for <freebsd-questions@freebsd.org>; Sat, 30 Sep 2006 21:46:20 -0700
X-Auth-Received: from [192.168.0.101] (dsl254-013-145.sea1.dsl.speakeasy.net
	[216.254.13.145]) (authenticated authid=youshi10)
	by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.03) with ESMTP id
	k914kIPm022063
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <freebsd-questions@freebsd.org>; Sat, 30 Sep 2006 21:46:19 -0700
Message-ID: <451F4818.9080808@u.washington.edu>
Date: Sat, 30 Sep 2006 21:46:16 -0700
From: Garrett Cooper <youshi10@u.washington.edu>
User-Agent: Thunderbird 1.5.0.7 (X11/20060929)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
References: <6bcc7a470609302112g23ca6e34u6e7af43353f78285@mail.gmail.com>
	<200609302034.38605.freebsd@alaskaparadise.com>
In-Reply-To: <200609302034.38605.freebsd@alaskaparadise.com>
X-Enigmail-Version: 0.94.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-PMX-Version: 5.2.0.266434, Antispam-Engine: 2.4.0.264935,
	Antispam-Data: 2006.9.30.211943
X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0,
	__CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0,
	__MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0,
	__USER_AGENT 0'
Subject: Re: Good networking books for a beginner?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 04:46:21 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Beech Rintoul wrote:
> On Saturday 30 September 2006 20:12, Rob wrote:
>> Does anyone happen to know of any good books that explain all about
>> networking in detail (such as gateways, netmasks, etc)?  I know the
>> 'basics' but would like to dig in a little deeper.
>>
>> Thanks,
>> rob
> 
> I found "Computer Networks: A Systems Approach" a really good reference (still 
> use it from time to time). It's a bit pricey, but you can probably find a 
> used copy on Amazon.
> 
> Beech

	Internet Core Protocols : The Definitive Guide is pretty good too for a
more quantifiable analysis of networks than the Computer Networks : A
Systems Approach book is in some ways. Maybe you should read this book
after you read Computer Networks : A Systems Approach?
- -Garrett
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFH0gY6CkrZkzMC68RAjYUAJsEVUUJtYVxsrCPKagFmPjFLXBLaQCeIh0w
Jg2PQoY6K9WXAeztiaECuQ4=
=eL6G
-----END PGP SIGNATURE-----

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 04:59:07 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2A89B16A407
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 04:59:07 +0000 (UTC)
	(envelope-from chris@monochrome.org)
Received: from mail.monochrome.org (b4.ebbed1.client.atlantech.net
	[209.190.235.180])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9400E43D45
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 04:59:02 +0000 (GMT)
	(envelope-from chris@monochrome.org)
Received: from tripel (tripel [192.168.1.11])
	by mail.monochrome.org (8.13.6/8.13.6) with ESMTP id k914x0EL067427;
	Sun, 1 Oct 2006 00:59:00 -0400 (EDT)
	(envelope-from chris@monochrome.org)
Date: Sun, 1 Oct 2006 00:58:24 -0400 (EDT)
From: Chris Hill <chris@monochrome.org>
To: Rob <robaree@gmail.com>
In-Reply-To: <6bcc7a470609302112g23ca6e34u6e7af43353f78285@mail.gmail.com>
Message-ID: <20061001005612.R2422@tripel.monochrome.org>
References: <6bcc7a470609302112g23ca6e34u6e7af43353f78285@mail.gmail.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Cc: freebsd-questions@freebsd.org
Subject: Re: Good networking books for a beginner?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 04:59:07 -0000

On Sun, 1 Oct 2006, Rob wrote:

> Does anyone happen to know of any good books that explain all about 
> networking in detail (such as gateways, netmasks, etc)?  I know the 
> 'basics' but would like to dig in a little deeper.

For me, the old standby is "TCP/IP Network Administration" by Craig Hunt 
(aka the "crab book"). Published by O'Reilly. I learned a lot from it.

--
Chris Hill               chris@monochrome.org
**                     [ Busy Expunging <|> ]

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 07:05:08 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 D416B16A403
	for <questions@freebsd.org>; Sun,  1 Oct 2006 07:05:08 +0000 (UTC)
	(envelope-from bounce_easy@mymarketing.co.il)
Received: from mmmailgw02.mymarketing.co.il (mmmailgw02.mymarketing.co.il
	[194.90.201.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 5625543D68
	for <questions@freebsd.org>; Sun,  1 Oct 2006 07:05:00 +0000 (GMT)
	(envelope-from bounce_easy@mymarketing.co.il)
X-BBounce: 2911483|27331|questions@freebsd.org|3|0|-1|-1
Received: from mmmailgw02.mymarketing.co.il ([192.168.19.202]) by
	activetrail.com (activetrail.com)
SUBMITTER: bounce_easy@mymarketing.co.il
From: "=?windows-1255?B?7uvl7yDk6fbl4CAtIOPs6fog6fjj8Ok=?="
	<dalit@export.gov.il>
To: "questions@freebsd.org" <questions@freebsd.org>
Message-ID: <b076155b45724b0ab6e54300e75b7656@export.gov.il>
Date: Sun, 01 Oct 2006 09:04:57 +0200
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Content-Type: text/plain; charset="windows-1255"
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: The Exporter - Israel's Foreign Trade News
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 07:05:08 -0000


   If you ca= n not see this email properly, please [1]click here<= /div>
   [2]If you can't see this page properl= y, click here<= /A>
   [3]www=2Eexport=2Egov=2Eil/eng
   3D"" [4][n=] 
   3D"" [5]Contact us 3D"" [6]Subscribe 3D"" [7]Send to= a friend Issue
   No=2E 1 - Sept=2E 2006<= /TD>
   =
   3D"" PM Conference 3D"" EU Exports Increase 3D"" IWA Congress
   3D"" Plasto Ispack 2007 3D"" Israel TechNovation 3D"" 3D"" Exporting
   Achievements
   3D"" 3D"" The Prime Minister's Conference for Expo= rt & International
   Cooperation will be held in Tel Aviv on November 8-9= at the David
   Intercontinental Hotel=2E 
   The Conference brings together the heads of indust= ry & economy and
   leaders of the international business community to dis= cuss various
   crucial issues, network, and establish business opportunit= ies=2E
                   &nbs= p;                    = ;                    =
      3D""  [8]read more=2E=2E=2E=2E
   3D""
   3D"" 3D"" The 4-day Exhibition will open in Tel Av= iv's Trade Fair
   and Convention Center on January 15-18, 2007=2E
   =
   Plasto Ispack 2007, the 11th international exhibit= ion for plastic,
   rubber and packaging, will be the showcase for Israel'= s
   world-renowned plastics, rubber and packaging technologies and integr=
   ated solutions=2E
                 =                     &= nbsp;                   &n=
   bsp;        3D""  [9]read more=2E=2E=2E=2E
   3D""
   3D"" 3D"" Assia: Israeli exports to the EU will gr= ow 9% in 2006 
   Due to the renewed strengthening of the euro again= st the dollar in
   recent months, exports to the EU grew 10=2E6% in 2005 = to $8=2E3
   billion, and have been predicted to increase by 10% this year= =2E
                   &nb= sp;                   &nbs= p;
    = ;      3D""  [10]read more=2E=2E=2E=2E
   3D""
   3D"" 3D"" IVA highlights Israeli high-tech innovat= ion at Israel
   TechNovation Conference in Singapore 
   The Israel Venture Association (IVA) is set to hos= t a new venture
   capital event, the Israel TechNovation Conference, to t= ake place at
   the Pan Pacific Hotel in Singapore on October 31, 2006=2E =
                     &nbs= p;                    = ;                    =
      3D""  [11]read more=2E=2E=2E=2E
   =
   3D""
   3D"" 3D"" IEICI and the Chinese embassy in Israel = will send an
   Israeli delegation to Beijing in mid-September=2E 
   An Israeli delegation of 11 companies will attend = the IWA World
   Water Congress in order to facilitate networking and join= t
   investments using Israeli technology regarding future water projects =
   in China=2E
                  =                     =                     &= nbsp;
      3D""  [12]read more=2E=2E=2E=2E
   3D""
   3D"" 3D"" This year also shows extraordinary growt= h in income among
   companies chosen as outstanding exporters for 2005=2E= 
   In July, the IEICI, in the presence of Deputy Prim= e Minister and
   Minister of Industry, Trade and Labor Eli Yishai, awarde= d Export
   Awards to small businesses in the export field=2E
     &= nbsp;                   &n= bsp;                   &nb= sp;
               = ; 3D""  [13]read more=2E=2E=2E=2E
   3D""
   3D"" [14][expo=] 3D"" [15][expo=] 3D""
   To unsubscribe, send a blank = email to :[16]Dalit@export=2Egov=2Eil=
   [17]3D"Kuchi [18][expor=] 
   =
     _________________________________________________________________

   [3D=] Cl= ick here to print this Page
   [0XAB89ABB87859=] To remove yourself from the mailing list ple= ase
   [19]click here
   Powered by <= a href=3D'http://www=2Emymarketing=2Eco=2Eil/'
   style=3D"font: normal 11= px Ariel;">ActiveTrail=2Ecom=2E

References

   1. 3D"http://www=2Emymarketi=/
   2. file://localhost/tmp/3D"http=
   3. 3D"http://trailer=2Em=/
   4. 3D"http://trailer=2Emymarketing=2Eco=2Eil/Links/0X33BD2E363=
   5. 3D"mailto:Dalit@export=
   6. 3D"mailto:Dalit@export=
   7. 3D"mailto:"
   8. 3D"http://trailer=2Emymarketing=2E=/
   9. 3D"http://trailer=2Emyma=/
  10. 3D"http://trailer=2Emymarketing=2E=/
  11. 3D"http://trailer=2Emymarketing=2Eco=2Ei=/
  12. 3D"http://trailer=2Emymarketi=/
  13. 3D"http://trailer=2Emymarketing=2Eco=2Eil/Links/0X0A1B=
  14. 3D"http://trailer=2Emymarketing=2Eco=2Eil/Link=
  15. 3D"http://trailer=2Emymarketing=2Eco=2Eil/Link=
  16. 3D"mailto:Dalit@export=2Egov=2Eil"
  17. 3D"http://trailer=2Emymarketing=2Ec=/
  18. 3D"http://trailer=2Emymarketing=2Ec=/
  19. 3D'http://www=2Emymarketing=2Eco=2Eil/Out_0XAB89ABB87859892=

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 07:06:29 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C077816A492
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 07:06:29 +0000 (UTC)
	(envelope-from bounce_easy@mymarketing.co.il)
Received: from mmmailgw02.mymarketing.co.il (mmmailgw02.mymarketing.co.il
	[194.90.201.2]) by mx1.FreeBSD.org (Postfix) with SMTP id B6FC643D73
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 07:05:54 +0000 (GMT)
	(envelope-from bounce_easy@mymarketing.co.il)
X-BBounce: 2910030|27331|freebsd-questions@freebsd.org|3|0|-1|-1
Received: from mmmailgw02.mymarketing.co.il ([192.168.19.202]) by
	activetrail.com (activetrail.com)
SUBMITTER: bounce_easy@mymarketing.co.il
From: "=?windows-1255?B?7uvl7yDk6fbl4CAtIOPs6fog6fjj8Ok=?="
	<dalit@export.gov.il>
To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Message-ID: <f1bec3181c844d6d8fd3ef46d83c1c25@export.gov.il>
Date: Sun, 01 Oct 2006 09:05:38 +0200
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Content-Type: text/plain; charset="windows-1255"
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: The Exporter - Israel's Foreign Trade News
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 07:06:29 -0000


   If you ca= n not see this email properly, please [1]click here<= /div>
   [2]If you can't see this page properl= y, click here<= /A>
   [3]www=2Eexport=2Egov=2Eil/eng
   3D"" [4][n=] 
   3D"" [5]Contact us 3D"" [6]Subscribe 3D"" [7]Send to= a friend Issue
   No=2E 1 - Sept=2E 2006<= /TD>
   =
   3D"" PM Conference 3D"" EU Exports Increase 3D"" IWA Congress
   3D"" Plasto Ispack 2007 3D"" Israel TechNovation 3D"" 3D"" Exporting
   Achievements
   3D"" 3D"" The Prime Minister's Conference for Expo= rt & International
   Cooperation will be held in Tel Aviv on November 8-9= at the David
   Intercontinental Hotel=2E 
   The Conference brings together the heads of indust= ry & economy and
   leaders of the international business community to dis= cuss various
   crucial issues, network, and establish business opportunit= ies=2E
                   &nbs= p;                    = ;                    =
      3D""  [8]read more=2E=2E=2E=2E
   3D""
   3D"" 3D"" The 4-day Exhibition will open in Tel Av= iv's Trade Fair
   and Convention Center on January 15-18, 2007=2E
   =
   Plasto Ispack 2007, the 11th international exhibit= ion for plastic,
   rubber and packaging, will be the showcase for Israel'= s
   world-renowned plastics, rubber and packaging technologies and integr=
   ated solutions=2E
                 =                     &= nbsp;                   &n=
   bsp;        3D""  [9]read more=2E=2E=2E=2E
   3D""
   3D"" 3D"" Assia: Israeli exports to the EU will gr= ow 9% in 2006 
   Due to the renewed strengthening of the euro again= st the dollar in
   recent months, exports to the EU grew 10=2E6% in 2005 = to $8=2E3
   billion, and have been predicted to increase by 10% this year= =2E
                   &nb= sp;                   &nbs= p;
    = ;      3D""  [10]read more=2E=2E=2E=2E
   3D""
   3D"" 3D"" IVA highlights Israeli high-tech innovat= ion at Israel
   TechNovation Conference in Singapore 
   The Israel Venture Association (IVA) is set to hos= t a new venture
   capital event, the Israel TechNovation Conference, to t= ake place at
   the Pan Pacific Hotel in Singapore on October 31, 2006=2E =
                     &nbs= p;                    = ;                    =
      3D""  [11]read more=2E=2E=2E=2E
   =
   3D""
   3D"" 3D"" IEICI and the Chinese embassy in Israel = will send an
   Israeli delegation to Beijing in mid-September=2E 
   An Israeli delegation of 11 companies will attend = the IWA World
   Water Congress in order to facilitate networking and join= t
   investments using Israeli technology regarding future water projects =
   in China=2E
                  =                     =                     &= nbsp;
      3D""  [12]read more=2E=2E=2E=2E
   3D""
   3D"" 3D"" This year also shows extraordinary growt= h in income among
   companies chosen as outstanding exporters for 2005=2E= 
   In July, the IEICI, in the presence of Deputy Prim= e Minister and
   Minister of Industry, Trade and Labor Eli Yishai, awarde= d Export
   Awards to small businesses in the export field=2E
     &= nbsp;                   &n= bsp;                   &nb= sp;
               = ; 3D""  [13]read more=2E=2E=2E=2E
   3D""
   3D"" [14][expo=] 3D"" [15][expo=] 3D""
   To unsubscribe, send a blank = email to :[16]Dalit@export=2Egov=2Eil=
   [17]3D"Kuchi [18][expor=] 
   =
     _________________________________________________________________

   [3D=] Cl= ick here to print this Page
   [0X8EB8BA0F5AB3=] To remove yourself from the mailing list ple= ase
   [19]click here
   Powered by <= a href=3D'http://www=2Emymarketing=2Eco=2Eil/'
   style=3D"font: normal 11= px Ariel;">ActiveTrail=2Ecom=2E

References

   1. 3D"http://www=2Emymarketi=/
   2. file://localhost/tmp/3D"http=
   3. 3D"http://trailer=2Em=/
   4. 3D"http://trailer=2Emymarketing=2Eco=2Eil/Links/0X33BD2E363=
   5. 3D"mailto:Dalit@export=
   6. 3D"mailto:Dalit@export=
   7. 3D"mailto:"
   8. 3D"http://trailer=2Emymarketing=2E=/
   9. 3D"http://trailer=2Emyma=/
  10. 3D"http://trailer=2Emymarketing=2E=/
  11. 3D"http://trailer=2Emymarketing=2Eco=2Ei=/
  12. 3D"http://trailer=2Emymarketi=/
  13. 3D"http://trailer=2Emymarketing=2Eco=2Eil/Links/0X0A1B=
  14. 3D"http://trailer=2Emymarketing=2Eco=2Eil/Link=
  15. 3D"http://trailer=2Emymarketing=2Eco=2Eil/Link=
  16. 3D"mailto:Dalit@export=2Egov=2Eil"
  17. 3D"http://trailer=2Emymarketing=2Ec=/
  18. 3D"http://trailer=2Emymarketing=2Ec=/
  19. 3D'http://www=2Emymarketing=2Eco=2Eil/Out_0X8EB8BA0F5AB3718=

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 07:10:39 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5624116A412
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 07:10:39 +0000 (UTC)
	(envelope-from dan@havoc.unixathome.org)
Received: from havoc.unixathome.org (havoc.unixathome.org [66.154.98.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E9DA743D66
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 07:10:38 +0000 (GMT)
	(envelope-from dan@havoc.unixathome.org)
Received: from localhost (localhost [127.0.0.1])
	by havoc.unixathome.org (Postfix) with ESMTP id 4EC7056469
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 00:10:36 -0700 (PDT)
X-Virus-Scanned: by amavisd-new at unixathome.org
Received: from havoc.unixathome.org ([127.0.0.1])
	by localhost (havoc.unixathome.org [127.0.0.1]) (amavisd-new,
	port 10024)
	with ESMTP id uEgvB8+QgrdR for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 00:10:06 -0700 (PDT)
Received: by havoc.unixathome.org (Postfix, from userid 1001)
	id D1DB356433; Sun,  1 Oct 2006 00:10:03 -0700 (PDT)
From: Dan Langille <dan@langille.org>
To: freebsd-questions@freebsd.org
Message-Id: <20061001071003.D1DB356433@havoc.unixathome.org>
Date: Sun,  1 Oct 2006 00:10:03 -0700 (PDT)
Subject: The FreeBSD Diary: 2006-09-10 - 2006-09-30
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 07:10:39 -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 <http://www.freebsd.org/search/search.html#mailinglists> 
and/or The FreeBSD Diary <http://www.freebsddiary.org/>. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference


From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 09:08:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B6C6F16A403
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 09:08:36 +0000 (UTC)
	(envelope-from beni@brinckman.info)
Received: from kim-out.schedom-europe.net (kim.schedom-europe.net
	[193.109.184.78])
	by mx1.FreeBSD.org (Postfix) with SMTP id 88EB443D46
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 09:08:35 +0000 (GMT)
	(envelope-from beni@brinckman.info)
Received: (qmail 20449 invoked from network); 1 Oct 2006 09:08:34 -0000
Received: from unknown (HELO kim.schedom-europe.net) (193.109.184.78)
	by kim.schedom-europe.net with SMTP; 1 Oct 2006 09:08:34 -0000
Received: (qmail 20426 invoked from network); 1 Oct 2006 09:08:33 -0000
Received: from unknown (HELO ?192.168.1.100?) (83.101.7.20)
	by kim.schedom-europe.net with SMTP; 1 Oct 2006 09:08:33 -0000
From: Beni <beni@brinckman.info>
To: freebsd-questions@freebsd.org
Date: Sun, 1 Oct 2006 11:08:32 +0200
User-Agent: KMail/1.9.4
X-Face: %*c?V7%A[c.}s2rI*TaRWm-[I-, ZLpBKmmC-@)J}KGbr)=a,
	TsXSA=:ArC(<=?utf-8?q?v=5C/=5F=25BaB=24K=0A=09=24=60E=7D6=7EyjIqu/SN=3A=24Pb=7DGngR+8=3D?=
	=?utf-8?q?dE=60?=)V~48zl6)
	=?utf-8?q?BhEtfQ2=3D=7ChScx=3Frn30d!QMd=3F=2E=60/hR!l+=0A=09x?=(]+zXesMf?'W[>46aPKMAAwd7eT{X_O9besb[u]'Y(DAe
MIME-Version: 1.0
Content-Type: text/plain;
  charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610011108.33162.beni@brinckman.info>
X-Antivirus: This mail has been scanned for viruses by schedom vof
	(http://www.dommel.com)
Subject: portupgrading multimedia/x264 : patch failed to apply cleanly
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 09:08:36 -0000

Hello List,

When trying to portupgrade multimedia/x264 I get an error message : "patch 
failed to apply cleanly". I just ran a "portsnap fetch update", so my ports 
should be up to date. What is the remedy here ?

Thanks for any help.

Beni.

www# make reinstall
===>  Vulnerability check disabled, database not found
===>  Found saved configuration for x264-0.0.20060112_1
=> x264-snapshot-20060926-2245.tar.bz2 doesn't seem to exist 
in /usr/ports/distfiles/.
=> Attempting to fetch from 
http://downloads.videolan.org/pub/videolan/x264/snapshots/.
x264-snapshot-20060926-2245.tar.bz2           100% of  533 kB  351 kBps
===>  Extracting for x264-0.0.20060926_1
=> MD5 Checksum OK for x264-snapshot-20060926-2245.tar.bz2.
=> SHA256 Checksum OK for x264-snapshot-20060926-2245.tar.bz2.
===>  Patching for x264-0.0.20060926_1
===>  Applying FreeBSD patches for x264-0.0.20060926_1
1 out of 1 hunks failed--saving rejects to encoder/ratecontrol.c.rej
=> Patch patch-encoder_ratecontrol.c failed to apply cleanly.
=> Patch(es) patch-Makefile patch-configure applied cleanly.
*** Error code 1

Stop in /usr/ports/multimedia/x264.
*** Error code 1

Stop in /usr/ports/multimedia/x264.

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 11:08:25 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 5BF8F16A40F
	for <questions@freebsd.org>; Sun,  1 Oct 2006 11:08:25 +0000 (UTC)
	(envelope-from lauasanf@wilderness.homeip.net)
Received: from mxsf05.cluster1.charter.net (mxsf05.cluster1.charter.net
	[209.225.28.205])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2BCB143D49
	for <questions@freebsd.org>; Sun,  1 Oct 2006 11:08:22 +0000 (GMT)
	(envelope-from lauasanf@wilderness.homeip.net)
Received: from mxip02a.cluster1.charter.net (mxip02a.cluster1.charter.net
	[209.225.28.132])
	by mxsf05.cluster1.charter.net (8.12.11.20060308/8.12.11) with ESMTP id
	k91B8LJ4032670
	for <questions@freebsd.org>; Sun, 1 Oct 2006 07:08:21 -0400
Received: from 24-159-55-136.dhcp.jcsn.tn.charter.com (HELO [192.168.1.6])
	([24.159.55.136])
	by mxip02a.cluster1.charter.net with ESMTP; 01 Oct 2006 07:08:21 -0400
X-IronPort-AV: i="4.09,240,1157342400"; 
	d="scan'208"; a="760622684:sNHT37400004"
Message-ID: <451FA1AE.90300@wilderness.homeip.net>
Date: Sun, 01 Oct 2006 06:08:30 -0500
From: Laurence Sanford <lauasanf@wilderness.homeip.net>
User-Agent: Thunderbird 1.5.0.7 (X11/20060926)
MIME-Version: 1.0
To: "P.U.Kruppa" <ulrich@pukruppa.net>
References: <451DCFD4.3070408@wilderness.homeip.net>
	<451E74C8.6070702@mac.com> <20061001042415.D4236@pukruppa.net>
In-Reply-To: <20061001042415.D4236@pukruppa.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: questions@freebsd.org
Subject: Re: Can't ping localhost?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 11:08:25 -0000

P.U.Kruppa wrote:
> On Sat, 30 Sep 2006, Chuck Swiger wrote:
>
>> Laurence Sanford wrote:
>>> Anyone got any ideas on this?
>>>
>>> lauasanf@colossus(~)$ ping 127.0.0.1
>>> PING 127.0.0.1 (127.0.0.1): 56 data bytes
>>> ping: sendto: Can't assign requested address
>>> ping: sendto: Can't assign requested address
>>> ping: sendto: Can't assign requested address
>>> ping: sendto: Can't assign requested address
>>> ping: sendto: Can't assign requested address
>>> ping: sendto: Can't assign requested address
>>> ^C
>>> --- 127.0.0.1 ping statistics ---
>>> 6 packets transmitted, 0 packets received, 100% packet loss
>>>
>>>
>>> lauasanf@colossus(~)$ ifconfig lo0
>>> lo0: flags=8008<LOOPBACK,MULTICAST> mtu 16384
>>
>> If there isn't an "inet 127.0.0.1" entry following, the loopback 
>> isn't properly configured.  Perhaps you have a "network_interfaces" 
>> entry listed in /etc/rc.conf which does not mention "lo0"...?
> I think this entry should live in /etc/defaults/rc.conf
>
> ifconfig_lo0="inet 127.0.0.1"   # default loopback device
>                 # configuration.
>
Thanks Uli, I checked based on your post, and it is there. Perhaps I 
have something running at startup that's breaking things? Looks like 
I'll be digging a little more to see what I can find.

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 11:20:50 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 578D216A415
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 11:20:50 +0000 (UTC) (envelope-from stanb@panix.com)
Received: from mail1.panix.com (mail1.panix.com [166.84.1.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F17E843D46
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 11:20:49 +0000 (GMT) (envelope-from stanb@panix.com)
Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79])
	by mail1.panix.com (Postfix) with ESMTP id 758FD5A42A
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 07:20:49 -0400 (EDT)
Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net
	[68.58.232.106])
	by mailspool2.panix.com (Postfix) with ESMTP id 2576434CBE4
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 07:20:49 -0400 (EDT)
Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian))
	id 1GTzNI-0007EV-00
	for <freebsd-questions@freebsd.org>; Sun, 01 Oct 2006 07:20:48 -0400
Date: Sun, 1 Oct 2006 07:20:48 -0400
From: stan <stanb@panix.com>
To: Free BSD Questions list <freebsd-questions@freebsd.org>
Message-ID: <20061001112048.GA27768@teddy.fas.com>
Mail-Followup-To: Free BSD Questions list <freebsd-questions@freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Editor: gVim
X-Operating-System: Debian GNU/Linux
X-Kernel-Version: 2.4.23
X-Uptime: 07:15:10 up 167 days, 8:17, 1 user, load average: 0.00, 0.01, 0.00
User-Agent: Mutt/1.5.4i
Sender: Stan Brown <stanb@panix.com>
Subject: Using wget to mirror just part of a web site?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 11:20:50 -0000

I looked at the mirror port, and it seemded complex to set up, 
and looks like it is not bieng manitaned any more as  teh link
reference in it's man page is dead.

So I figure I can use wget to mirror the web sties I need to mirror.

I have it mostly working I'm suing something like:

wget -m -nH -r http://us.archive.ubuntu.com/ubuntu/dists -o /var/log/${site}_mirror.log

But that gets the whole sit. What I want to do is just start at the
toop of the "ubuntu/dists" tree.

What am I doing wrong?

-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 12:14:21 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8DA8616A403
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 12:14:21 +0000 (UTC)
	(envelope-from youshi10@u.washington.edu)
Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu
	[140.142.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96AC643D70
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 12:14:11 +0000 (GMT)
	(envelope-from youshi10@u.washington.edu)
Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7])
	by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.03) with ESMTP
	id k91CEAjq018983
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)
	for <freebsd-questions@freebsd.org>; Sun, 1 Oct 2006 05:14:10 -0700
X-Auth-Received: from [192.168.0.101] (dsl254-013-145.sea1.dsl.speakeasy.net
	[216.254.13.145]) (authenticated authid=youshi10)
	by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.03) with ESMTP id
	k91CE7Su030404
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <freebsd-questions@freebsd.org>; Sun, 1 Oct 2006 05:14:09 -0700
Message-ID: <451FB10B.1020506@u.washington.edu>
Date: Sun, 01 Oct 2006 05:14:03 -0700
From: Garrett Cooper <youshi10@u.washington.edu>
User-Agent: Thunderbird 1.5.0.7 (X11/20060929)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
References: <20061001112048.GA27768@teddy.fas.com>
In-Reply-To: <20061001112048.GA27768@teddy.fas.com>
X-Enigmail-Version: 0.94.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-PMX-Version: 5.2.0.266434, Antispam-Engine: 2.4.0.264935,
	Antispam-Data: 2006.10.1.44442
X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0,
	__CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0,
	__MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0,
	__USER_AGENT 0'
Subject: Re: Using wget to mirror just part of a web site?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 12:14:21 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

stan wrote:
> I looked at the mirror port, and it seemded complex to set up, 
> and looks like it is not bieng manitaned any more as  teh link
> reference in it's man page is dead.
> 
> So I figure I can use wget to mirror the web sties I need to mirror.
> 
> I have it mostly working I'm suing something like:
> 
> wget -m -nH -r http://us.archive.ubuntu.com/ubuntu/dists -o /var/log/${site}_mirror.log
> 
> But that gets the whole sit. What I want to do is just start at the
> toop of the "ubuntu/dists" tree.
> 
> What am I doing wrong?
> 

I think this is the option you want:

- From recursive section of wget(1):

- -np
- --no-parent
	Do not ever ascend to the parent directory when retrieving 		
recursively.  This is a useful option, since it guarantees
	that only the files below a certain hierarchy will be
	downloaded.

- -Garrett
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFH7EK6CkrZkzMC68RAgqnAJ95BXcnqL7+Yo2UZq2ZgJu4BKay2gCcCocY
b2Dy751/epG44xu8ZUMc0Ks=
=HVLW
-----END PGP SIGNATURE-----

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 12:48:14 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 85BEA16A403
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 12:48:14 +0000 (UTC) (envelope-from stanb@panix.com)
Received: from mail2.panix.com (mail2.panix.com [166.84.1.73])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 206E243D6A
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 12:48:10 +0000 (GMT) (envelope-from stanb@panix.com)
Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79])
	by mail2.panix.com (Postfix) with ESMTP id 54B6F9D85D;
	Sun,  1 Oct 2006 08:48:09 -0400 (EDT)
Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net
	[68.58.232.106])
	by mailspool2.panix.com (Postfix) with ESMTP id A814F34CBE4;
	Sun,  1 Oct 2006 08:48:09 -0400 (EDT)
Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian))
	id 1GU0jo-0007lZ-00; Sun, 01 Oct 2006 08:48:08 -0400
Date: Sun, 1 Oct 2006 08:48:08 -0400
From: stan <stanb@panix.com>
To: Garrett Cooper <youshi10@u.washington.edu>
Message-ID: <20061001124808.GA29717@teddy.fas.com>
Mail-Followup-To: Garrett Cooper <youshi10@u.washington.edu>,
	freebsd-questions@freebsd.org
References: <20061001112048.GA27768@teddy.fas.com>
	<451FB10B.1020506@u.washington.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <451FB10B.1020506@u.washington.edu>
X-Editor: gVim
X-Operating-System: Debian GNU/Linux
X-Kernel-Version: 2.4.23
X-Uptime: 08:42:06 up 167 days, 9:44, 1 user, load average: 0.01, 0.00, 0.01
User-Agent: Mutt/1.5.4i
Sender: Stan Brown <stanb@panix.com>
Cc: freebsd-questions@freebsd.org
Subject: Re: Using wget to mirror just part of a web site?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 12:48:14 -0000

On Sun, Oct 01, 2006 at 05:14:03AM -0700, Garrett Cooper wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> stan wrote:
> > I looked at the mirror port, and it seemded complex to set up, 
> > and looks like it is not bieng manitaned any more as  teh link
> > reference in it's man page is dead.
> > 
> > So I figure I can use wget to mirror the web sties I need to mirror.
> > 
> > I have it mostly working I'm suing something like:
> > 
> > wget -m -nH -r http://us.archive.ubuntu.com/ubuntu/dists -o /var/log/${site}_mirror.log
> > 
> > But that gets the whole sit. What I want to do is just start at the
> > toop of the "ubuntu/dists" tree.
> > 
> > What am I doing wrong?
> > 
> 
> I think this is the option you want:
> 
> - From recursive section of wget(1):
> 
> - -np
> - --no-parent
> 	Do not ever ascend to the parent directory when retrieving 		
> recursively.  This is a useful option, since it guarantees
> 	that only the files below a certain hierarchy will be
> 	downloaded.
> 

Looked correct. But I'm still getting the whole tree, starting at ubuntu.

Thaks for the input though.

-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 12:49:02 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B912516A403
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 12:49:02 +0000 (UTC) (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 08EED43DB0
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 12:48:56 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from localhost (localhost [127.0.0.1])
	by pi.codefab.com (Postfix) with ESMTP id 727125EC8;
	Sun,  1 Oct 2006 08:48:55 -0400 (EDT)
X-Virus-Scanned: amavisd-new at codefab.com
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 OkRLpoPgQWsz; Sun,  1 Oct 2006 08:48:54 -0400 (EDT)
Received: from [192.168.1.251] (pool-68-161-96-195.ny325.east.verizon.net
	[68.161.96.195])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pi.codefab.com (Postfix) with ESMTP id 6A6A25C6E;
	Sun,  1 Oct 2006 08:48:54 -0400 (EDT)
Message-ID: <451FB935.8030503@mac.com>
Date: Sun, 01 Oct 2006 08:48:53 -0400
From: Chuck Swiger <cswiger@mac.com>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
References: <6bcc7a470609302112g23ca6e34u6e7af43353f78285@mail.gmail.com>
	<20061001005612.R2422@tripel.monochrome.org>
In-Reply-To: <20061001005612.R2422@tripel.monochrome.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: Rob <robaree@gmail.com>, freebsd-questions@freebsd.org
Subject: Re: Good networking books for a beginner?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 12:49:02 -0000

Chris Hill wrote:
> On Sun, 1 Oct 2006, Rob wrote:
> 
>> Does anyone happen to know of any good books that explain all about 
>> networking in detail (such as gateways, netmasks, etc)?  I know the 
>> 'basics' but would like to dig in a little deeper.
> 
> For me, the old standby is "TCP/IP Network Administration" by Craig Hunt 
> (aka the "crab book"). Published by O'Reilly. I learned a lot from it.

Seconded.

This is probably the single most useful O'Reilly book for general 
networking/sysadmin tasks, and it includes some chapters or appendices on 
NFS/NIS, BIND, sendmail, and other common services that are very informative 
in addition.

-- 
-Chuck

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 12:55:49 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 40B9A16A49E
	for <questions@FreeBSD.org>; Sun,  1 Oct 2006 12:55:49 +0000 (UTC)
	(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 DA95A43D45
	for <questions@FreeBSD.org>; Sun,  1 Oct 2006 12:55:48 +0000 (GMT)
	(envelope-from cswiger@mac.com)
Received: from localhost (localhost [127.0.0.1])
	by pi.codefab.com (Postfix) with ESMTP id 662075EE9;
	Sun,  1 Oct 2006 08:55:48 -0400 (EDT)
X-Virus-Scanned: amavisd-new at codefab.com
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 dE0CJDUS50U8; Sun,  1 Oct 2006 08:55:47 -0400 (EDT)
Received: from [192.168.1.251] (pool-68-161-96-195.ny325.east.verizon.net
	[68.161.96.195])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pi.codefab.com (Postfix) with ESMTP id 3DBD55EBD;
	Sun,  1 Oct 2006 08:55:47 -0400 (EDT)
Message-ID: <451FBAD2.30009@mac.com>
Date: Sun, 01 Oct 2006 08:55:46 -0400
From: Chuck Swiger <cswiger@mac.com>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: Michael Dreiding <mpdred@yahoo.com>
References: <20060930222750.84407.qmail@web55206.mail.re4.yahoo.com>
In-Reply-To: <20060930222750.84407.qmail@web55206.mail.re4.yahoo.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: questions@FreeBSD.org
Subject: Re: Problems with installation
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 12:55:49 -0000

Michael Dreiding wrote:
> I have downloaded the AMD64 version 6.1
> Every time I start with the boot disk loader, I get a
> menu with 7 options.  Whenever I select 1 through 5
> (Boot FreeBSD . . .) my laptop shuts down.
> 
> I am running on a Laptop AMD64 3400+
> 
> What do I need to do to get this to install?

Try looking for a BIOS update for your laptop, and try disabling what you can 
in the BIOS config, and/or turning the disk & CD/DVD-ROM drive from UDMA to 
PIO temporarily.

You might also try booting from a 32-bit x86 version of FreeBSD and see 
whether that does any better.  More info about your hardware would also be 
helpful...

-- 
-Chuck

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 15:43:13 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5274316A47B
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 15:43:13 +0000 (UTC)
	(envelope-from buhnux@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EAC6A43D6D
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 15:43:06 +0000 (GMT)
	(envelope-from buhnux@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so1395061nfc
	for <freebsd-questions@freebsd.org>;
	Sun, 01 Oct 2006 08:43:05 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth;
	b=Bhbhiizkive6BzPEEjSvdwf+10Lzb3SsPbUp+QUNA5lMstCbbDyl1oj/sCYEYhkV8ZK8mR4B6njdqoQROHzbThLM6RkDrGy8l1qtvAVcHV+SkmVlVc64UDsEJboMe6ov/b55lQUAjZ/Zupmm6Vs6xBdIgugtCP1CVyIGQdhZGUs=
Received: by 10.78.157.8 with SMTP id f8mr3395959hue;
	Sun, 01 Oct 2006 08:43:05 -0700 (PDT)
Received: by 10.78.183.3 with HTTP; Sun, 1 Oct 2006 08:43:04 -0700 (PDT)
Message-ID: <b2203fed0610010843o73f385beh15c66e463a418a93@mail.gmail.com>
Date: Sun, 1 Oct 2006 11:43:04 -0400
From: "Michael Johnson" <ahze@ahze.net>
Sender: buhnux@gmail.com
To: Beni <beni@brinckman.info>
In-Reply-To: <200610011108.33162.beni@brinckman.info>
MIME-Version: 1.0
References: <200610011108.33162.beni@brinckman.info>
X-Google-Sender-Auth: e4fee7b9004a9d98
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: freebsd-questions@freebsd.org
Subject: Re: portupgrading multimedia/x264 : patch failed to apply cleanly
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 15:43:13 -0000

On 10/1/06, Beni <beni@brinckman.info> wrote:
>
> Hello List,
>
> When trying to portupgrade multimedia/x264 I get an error message : "patch
> failed to apply cleanly". I just ran a "portsnap fetch update", so my
> ports
> should be up to date. What is the remedy here ?
>
> Thanks for any help.
>
> Beni.
>
> www# make reinstall
> ===>  Vulnerability check disabled, database not found
> ===>  Found saved configuration for x264-0.0.20060112_1
> => x264-snapshot-20060926-2245.tar.bz2 doesn't seem to exist
> in /usr/ports/distfiles/.
> => Attempting to fetch from
> http://downloads.videolan.org/pub/videolan/x264/snapshots/.
> x264-snapshot-20060926-2245.tar.bz2           100% of  533 kB  351 kBps
> ===>  Extracting for x264-0.0.20060926_1
> => MD5 Checksum OK for x264-snapshot-20060926-2245.tar.bz2.
> => SHA256 Checksum OK for x264-snapshot-20060926-2245.tar.bz2.
> ===>  Patching for x264-0.0.20060926_1
> ===>  Applying FreeBSD patches for x264-0.0.20060926_1
> 1 out of 1 hunks failed--saving rejects to encoder/ratecontrol.c.rej
> => Patch patch-encoder_ratecontrol.c failed to apply cleanly.
> => Patch(es) patch-Makefile patch-configure applied cleanly.
> *** Error code 1


It's fixed now, I forgot to remove the patch. Sorry.


Stop in /usr/ports/multimedia/x264.
> *** Error code 1
>
> Stop in /usr/ports/multimedia/x264.
> _______________________________________________
> 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 Oct  1 15:55:43 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1709716A412
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 15:55:43 +0000 (UTC)
	(envelope-from luchezar.petkov@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 10D3043D58
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 15:55:41 +0000 (GMT)
	(envelope-from luchezar.petkov@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so1396574nfc
	for <freebsd-questions@freebsd.org>;
	Sun, 01 Oct 2006 08:55:39 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding;
	b=ekprs6zz/VoHlGvpzJ4fdQ2ecLWEQ25tsA6FCK6E0DjlZUiOxakLVm2869jikLkFCRhEHKlPe9WzuDXjl211cT0CTWTjXNRISsjd4tG46zishY7OzvwowNHXMWCdUb9q4YBWIXbOIM9l0SWpe+UanyZvDfV3VD42ZbnF3vgrtZc=
Received: by 10.49.41.18 with SMTP id t18mr4576252nfj;
	Sun, 01 Oct 2006 08:55:38 -0700 (PDT)
Received: from ?85.217.148.22? ( [85.217.148.22])
	by mx.gmail.com with ESMTP id r33sm12853032nfc.2006.10.01.08.55.36;
	Sun, 01 Oct 2006 08:55:38 -0700 (PDT)
Message-ID: <451FE4CC.3050302@gmail.com>
Date: Sun, 01 Oct 2006 18:54:52 +0300
From: "Luchezar P. Petkov" <luchezar.petkov@gmail.com>
User-Agent: Thunderbird 1.5.0.7 (X11/20061001)
MIME-Version: 1.0
To: jarek <yarosh@4web.pl>
References: <4517ED4C.6030106@4web.pl>
In-Reply-To: <4517ED4C.6030106@4web.pl>
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@FreeBSD.org
Subject: Re: freeBSD official font
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 15:55:43 -0000

jarek wrote:
> hi
> can you tell me what is name of "freeBSD" font?
> i would like to do some artworks to promote freebsd and i beadly need 
> this font
>
> bye
>
It was made by the author of the logo, you can find it here:
http://www.freebsd.org/logo.html
Look at the SVG/Illustrator files.

--Luchezar P. Petkov


From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 16:00:40 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B696B16A403
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:00:40 +0000 (UTC)
	(envelope-from dino_vliet@yahoo.com)
Received: from web51110.mail.yahoo.com (web51110.mail.yahoo.com
	[206.190.39.131])
	by mx1.FreeBSD.org (Postfix) with SMTP id 2F81E43D49
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:00:40 +0000 (GMT)
	(envelope-from dino_vliet@yahoo.com)
Received: (qmail 31814 invoked by uid 60001); 1 Oct 2006 16:00:39 -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=A6fSt83LvA+OfwVEW7NbFTy5YqO9Br7URy6/6MX1EEwNr7IeC2Ni7A0TKneregKmErqZHZhETOYhOQoi3GdHVuNMwC6HJNO56uuy6h3hgt7IRskj9kyGdI1gslPxTFCcrhBzLfFUbR9vo80SNP6ylITdfm4TZ4PEx9PbApQgaw4=
	; 
Message-ID: <20061001160039.31812.qmail@web51110.mail.yahoo.com>
Received: from [82.170.181.144] by web51110.mail.yahoo.com via HTTP;
	Sun, 01 Oct 2006 09:00:39 PDT
Date: Sun, 1 Oct 2006 09:00:39 -0700 (PDT)
From: Dino Vliet <dino_vliet@yahoo.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Subject: RAM problems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 16:00:40 -0000

Dear bsd people,

I have this amd64 system running freebsd 6.1 with 1 GB
of RAM and everything worked very well. Then I've
added some  more ram, 2 gb extra, to be precise and
aft first it seemd everything worked fine. I could
load larger files and my java apps didn't give me
out-of -memory problems anymore.

But everytime I want to upgrade my ports or compile a
new kernel, the machine would freeze and the only way
to go was to use the reset button. I don't like the
look of that.

Has anyone had similar experiences? I've had two 512MB
corsair memory banks, and added two 1GB banks (oem).

I find it really strange that I can use the bigger RAM
but compiling gives problems. Could it also be that
the banks could be attached better in my motherboard?

What should I do now? Continue using it, without
portupgrading or compiling a new kernel or ask a new
pair of banks at the store?

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  Sun Oct  1 16:14:57 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9E05B16A416
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:14:57 +0000 (UTC)
	(envelope-from rambiusparkisanius@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACEA43D5D
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:14:55 +0000 (GMT)
	(envelope-from rambiusparkisanius@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so2032242pye
	for <freebsd-questions@freebsd.org>;
	Sun, 01 Oct 2006 09:14:55 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=VmhUKKYqxYMltoE5kH4IrnBqvecBSux/oSgic9OIiU5X5qhzwjioDsKAZo/LX7qq2SPXRCg5KihYA1lcZpwM+eRR3ZWdEXAMQLRu6jLbHFwSSKr7zg+S06WNW7dN4yRGXcCpr9jD48wJaVNUugn5Tc8sqNTiUYKjxWvzletrsVQ=
Received: by 10.65.176.7 with SMTP id d7mr5788404qbp;
	Sun, 01 Oct 2006 09:14:54 -0700 (PDT)
Received: by 10.65.115.2 with HTTP; Sun, 1 Oct 2006 09:14:54 -0700 (PDT)
Message-ID: <89ce7f740610010914g152e0d60r792443e9d0acfe02@mail.gmail.com>
Date: Sun, 1 Oct 2006 19:14:54 +0300
From: "Ivan \"Rambius\" Ivanov" <rambiusparkisanius@gmail.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <20060930214149.43208.qmail@web83110.mail.mud.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <89ce7f740609301355q6da91573r34d2f266c52119b9@mail.gmail.com>
	<20060930214149.43208.qmail@web83110.mail.mud.yahoo.com>
Subject: Re: Restoring FreeBSD grub loader
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 16:14:57 -0000

Hello,

Thank you for your response.

On 10/1/06, backyard <backyard1454-bsd@yahoo.com> wrote:
>
>
> --- "Ivan \"Rambius\" Ivanov"
> <rambiusparkisanius@gmail.com> wrote:
>
> > Hello,
> >
> > I installed FreeBSD 6.1 on one machine with grub
> > boot loader. In the
> > beginning there was only one entry in grub - namely
> > FreeBSD. Later, I
> > had to install Windows XP on the machine and of
> > course, it destroyed
> > grub and now I cannot boot FreeBSD.
> >
> > I tried with booting from the FreeBSD installation
> > disk choosing Fixit
> > option, but I could not use successfully
> > grub-install command.
> >
> > My question is: how can I restore the FreeBSD grub
> > loader? Could you
> > please give me any hints or advance. Thank you very
> > much in advance.
> >
> > Regards
> > Ivan
> >
> > --
>
> I would suggest you make a grub booting floppy disk
> then you can escape to command mode once the disk
> loades and install grub with
>
> root (hd0,0,a)   # or wherever it is
> setup (hd0       # again wherever it is
>
> assuming you have already placed the grub bootfiles on
> your hard drive and configured menu.lst you should be
> all set. I have only encountered one computer this
> method failed.
In fact, I am using a laptop that does not have a floppy drive, so I
could not use booting floppy disks.

>
> you could alternatively flip the kernel tunable that
> allows raw writes to the boot sectors of the disks. I
> don't recall what it is but I think the grub docs talk
> about it in the man or info pages.
>
> I'm supprised XP messed it up, 2000 seemed to respect
> existing bootloaders...
I fixed the problem in the following way: I have another FreeBSD
laptop, so I copied its boot sector using the command

# dd if=/dev/ad0s1a of=/mnt/bootsect.bsd bs=512 count=1

Then I used bootsect.bsd to to boot in FreeBSD via the NT loader (I
found this link useful:
http://www.unixguide.net/freebsd/faq/09.10.shtml). After I boot to
FreeBSD I installed the grub loader.

Regards
Ivan

-- 
Tangra Mega Rock: http://www.radiotangra.com

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 16:28:17 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 32B6016A40F
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:28:17 +0000 (UTC) (envelope-from stanb@panix.com)
Received: from mail1.panix.com (mail1.panix.com [166.84.1.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9E80943D46
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:28:16 +0000 (GMT) (envelope-from stanb@panix.com)
Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79])
	by mail1.panix.com (Postfix) with ESMTP id DAF92597AA;
	Sun,  1 Oct 2006 12:28:15 -0400 (EDT)
Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net
	[68.58.232.106])
	by mailspool2.panix.com (Postfix) with ESMTP id 105B834CBE1;
	Sun,  1 Oct 2006 12:28:16 -0400 (EDT)
Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian))
	id 1GU4Ap-0000iX-00; Sun, 01 Oct 2006 12:28:15 -0400
Date: Sun, 1 Oct 2006 12:28:15 -0400
From: stan <stanb@panix.com>
To: Dino Vliet <dino_vliet@yahoo.com>
Message-ID: <20061001162815.GA2627@teddy.fas.com>
Mail-Followup-To: Dino Vliet <dino_vliet@yahoo.com>,
	freebsd-questions@freebsd.org
References: <20061001160039.31812.qmail@web51110.mail.yahoo.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20061001160039.31812.qmail@web51110.mail.yahoo.com>
X-Editor: gVim
X-Operating-System: Debian GNU/Linux
X-Kernel-Version: 2.4.23
X-Uptime: 12:25:09 up 167 days, 13:27, 1 user, load average: 0.00, 0.00, 0.00
User-Agent: Mutt/1.5.4i
Sender: Stan Brown <stanb@panix.com>
Cc: freebsd-questions@freebsd.org
Subject: Re: RAM problems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 16:28:17 -0000

On Sun, Oct 01, 2006 at 09:00:39AM -0700, Dino Vliet wrote:
> Dear bsd people,
> 
> I have this amd64 system running freebsd 6.1 with 1 GB
> of RAM and everything worked very well. Then I've
> added some  more ram, 2 gb extra, to be precise and
> aft first it seemd everything worked fine. I could
> load larger files and my java apps didn't give me
> out-of -memory problems anymore.
> 
> But everytime I want to upgrade my ports or compile a
> new kernel, the machine would freeze and the only way
> to go was to use the reset button. I don't like the
> look of that.
> 
> Has anyone had similar experiences? I've had two 512MB
> corsair memory banks, and added two 1GB banks (oem).
> 
> I find it really strange that I can use the bigger RAM
> but compiling gives problems. Could it also be that
> the banks could be attached better in my motherboard?
> 
> What should I do now? Continue using it, without
> portupgrading or compiling a new kernel or ask a new
> pair of banks at the store?

I would start by making a memtest86 bootable disk/CD
and let it run ovenight, myself.

-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 16:34:11 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 108A216A40F
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:34:11 +0000 (UTC)
	(envelope-from atom.powers@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 30B4443D45
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:34:09 +0000 (GMT)
	(envelope-from atom.powers@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so1401806nfc
	for <freebsd-questions@freebsd.org>;
	Sun, 01 Oct 2006 09:34:08 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=DOEeDrk4B3c82g1Owu3Jf9cpiUxK8FE976sK3r5dgVNVRrHZGKyt6u+aK2zsJ79y8VPwVlSH/5nwAai7HM+HxAim7OqPB6l48tp/DmTGvanuakU3e+4czSxTx3Oot98JbYX4AgfMXIbORQhPooq7Gg1uT2IYwg3w1TNSF5zpAYo=
Received: by 10.48.202.19 with SMTP id z19mr4633144nff;
	Sun, 01 Oct 2006 09:34:08 -0700 (PDT)
Received: by 10.49.63.18 with HTTP; Sun, 1 Oct 2006 09:34:08 -0700 (PDT)
Message-ID: <df9ac37c0610010934g25dc8636v521bc1c8f34da2c1@mail.gmail.com>
Date: Sun, 1 Oct 2006 09:34:08 -0700
From: "Atom Powers" <atom.powers@gmail.com>
To: "Dino Vliet" <dino_vliet@yahoo.com>
In-Reply-To: <20061001160039.31812.qmail@web51110.mail.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <20061001160039.31812.qmail@web51110.mail.yahoo.com>
Cc: freebsd-questions@freebsd.org
Subject: Re: RAM problems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 16:34:11 -0000

On 10/1/06, Dino Vliet <dino_vliet@yahoo.com> wrote:
> Dear bsd people,
>
> I have this amd64 system running freebsd 6.1 with 1 GB
> of RAM and everything worked very well. Then I've
> added some  more ram, 2 gb extra, to be precise and
> aft first it seemd everything worked fine. I could
> load larger files and my java apps didn't give me
> out-of -memory problems anymore.
>

Does your system ever use more than 1GB memory during normal operation?

Based on the information you gave it seems to be an obvious problem,
bad or incompatible memory. To be certain, take out the memory upgrade
and try to buildworld again. No crash = bad memory.

It's probably a timing problem, if your new memory uses a slightly
different timing than the original memory it will appear to work
correctly untill you start to use it, then you will get crashes and
other weird behavior. Or it could be the memory slot, dust in it or
something. Or it could be the chipset, single-sided vs double-sided
memory. Or nearly a dozen other things. But it is probably not your
OS.

-- 
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 16:38:24 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6729F16A407
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:38:24 +0000 (UTC)
	(envelope-from hakmi@rogers.com)
Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com
	[206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id ECEBA43D68
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:38:20 +0000 (GMT)
	(envelope-from hakmi@rogers.com)
Received: (qmail 76190 invoked from network); 1 Oct 2006 16:38:19 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com;
	h=Received:From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-MimeOLE:Thread-Index:In-Reply-To;
	b=KBODfb94O8+J0gbSb2et1kVSQ8EzVCHyXASffeD5H3N+yOXpaxVFDvyPfJy5fldQf74eQ6I7OUiqqg5AeYVChRHB/qOiruq25UIhHAoNgFIiakBXNzzPen5lwG2NDt7rQ19K0qQ63oN4SQUOECtO5MyGP5/4BFddiBaZRyDX9yI=
	; 
Received: from unknown (HELO tamouh) (hakmi@rogers.com@70.27.160.99 with login)
	by smtp105.rog.mail.re2.yahoo.com with SMTP; 1 Oct 2006 16:38:19 -0000
From: "Tamouh H." <hakmi@rogers.com>
To: "'Dino Vliet'" <dino_vliet@yahoo.com>,
	<freebsd-questions@freebsd.org>
Date: Sun, 1 Oct 2006 12:38:27 -0400
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Office Outlook, Build 11.0.6353
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Thread-Index: AcblctUL6hxo+o0FSIuY91/x6Rq7XQABPjFg
In-Reply-To: <20061001160039.31812.qmail@web51110.mail.yahoo.com>
Message-Id: <20061001163820.ECEBA43D68@mx1.FreeBSD.org>
Cc: 
Subject: RE: RAM problems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 16:38:24 -0000

>=20
> Dear bsd people,
>=20
> I have this amd64 system running freebsd 6.1 with 1 GB of RAM=20
> and everything worked very well. Then I've added some  more=20
> ram, 2 gb extra, to be precise and aft first it seemd=20
> everything worked fine. I could load larger files and my java=20
> apps didn't give me out-of -memory problems anymore.
>=20
> But everytime I want to upgrade my ports or compile a new=20
> kernel, the machine would freeze and the only way to go was=20
> to use the reset button. I don't like the look of that.
>=20
> Has anyone had similar experiences? I've had two 512MB=20
> corsair memory banks, and added two 1GB banks (oem).
>=20
> I find it really strange that I can use the bigger RAM but=20
> compiling gives problems. Could it also be that the banks=20
> could be attached better in my motherboard?
>=20
> What should I do now? Continue using it, without=20
> portupgrading or compiling a new kernel or ask a new pair of=20
> banks at the store?
>=20
> Thanks

Mixing memory brands/specs is a BAD idea. As previous suggested , do =
MEMTEST86 on the new RAM by itself to spot any issues. But it could also =
be a conflict if using two different versions of RAM.

Tamouh



From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 16:42:04 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9E1DA16A416
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:42:04 +0000 (UTC)
	(envelope-from eagletree@hughes.net)
Received: from n016.sc0.cp.net (smtpout1071.sc0.he.tucows.com [64.97.144.71])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5D60D43D70
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:41:55 +0000 (GMT)
	(envelope-from eagletree@hughes.net)
Received: from [192.168.1.100] (67.47.213.85) by n016.sc0.cp.net (7.2.069.1)
	(authenticated as eagletree@hughes.net)
	id 451F74290000A5F3 for freebsd-questions@freebsd.org;
	Sun, 1 Oct 2006 16:41:54 +0000
Mime-Version: 1.0 (Apple Message framework v752.2)
In-Reply-To: <20061001160039.31812.qmail@web51110.mail.yahoo.com>
References: <20061001160039.31812.qmail@web51110.mail.yahoo.com>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <A3EC0332-FB82-4C99-8440-7D1EECD38167@hughes.net>
Content-Transfer-Encoding: 7bit
From: Chris <eagletree@hughes.net>
Date: Sun, 1 Oct 2006 09:41:46 -0700
To: FreeBSD Questions <freebsd-questions@freebsd.org>
X-Mailer: Apple Mail (2.752.2)
Subject: Re: RAM problems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 16:42:04 -0000


On Oct 1, 2006, at 9:00 AM, Dino Vliet wrote:

>
> What should I do now? Continue using it, without
> portupgrading or compiling a new kernel or ask a new
> pair of banks at the store?

I actually had a strikingly similar problem. I would freeze on  
portsnap updates. A -j8 buildworld would always get random  
segmentation faults. The handbook states the latter is a memory  
problem. The vendor insisted it was a FreeBSD problem but suggested I  
read the mobo manual (something I try to avoid). It turned out that  
when adding the additional memory, they had used consecutive slots  
rather than skip DIMM banks as the manual suggested (e.g., in my case  
using only 2 sticks required going to DIMM0 and DIMM2 leaving DIMM1  
empty on each of the CPU bank slots, though your details will vary).  
If your problem was as mine was, it isn't a FreeBSD problem but a  
mobo set up, bad stick or possibly memory incompatibility issue.

I'd think continuing as is will just cause the problem to appear in  
other ways and if incompatibility or failed stick, you are losing  
your money. BTW, on AMD64, I used the port memtest to find a bad stick.

Chris 
  

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 16:50:04 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8873416A407
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:50:04 +0000 (UTC)
	(envelope-from smithi@nimnet.asn.au)
Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 35BDA43D45
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 16:50:00 +0000 (GMT)
	(envelope-from smithi@nimnet.asn.au)
Received: from localhost (smithi@localhost)
	by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with SMTP id CAA10374;
	Mon, 2 Oct 2006 02:49:57 +1000 (EST)
	(envelope-from smithi@nimnet.asn.au)
Date: Mon, 2 Oct 2006 02:49:56 +1000 (EST)
From: Ian Smith <smithi@nimnet.asn.au>
To: freebsd-questions@freebsd.org
In-Reply-To: <20061001012822.7EA2C16A591@hub.freebsd.org>
Message-ID: <Pine.BSF.3.96.1061002021847.3783C-100000@gaia.nimnet.asn.au>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Cc: Gary Kline <kline@sage.thought.org>
Subject: Re: triouble with my Deskjet 500
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 16:50:04 -0000

Re: freebsd-questions Digest, Vol 152, Issue 13
On Sun, 1 Oct 2006 freebsd-questions-request@freebsd.org wrote:
 > Message: 30
 > Date: Sat, 30 Sep 2006 17:12:10 -0700
 > From: Gary Kline <kline@sage.thought.org>
 > Subject: triouble with my Deskjet 500

Hi Gary,

 > 	The trouble is that it only prints in ASCII Aand fails to fails
 > 	to print xv images or anything else PostScript.  I'm playing
 > 	around withthe following in /usr//local/libexec:
 > 
 > #!/bin/sh
 > #
 > # hpif - Simple text input filter for lpd for HP-PCL based printers
 > # Installed in /usr/local/libexec/hpif
[..]
 > #  Read first two characters of the file
 > #
 > IFS="" read -r first_line
 > first_two_chars=`expr "$first_line" : '\(..\)'`
 > 
 > if [ "$first_two_chars" = "%!" ]; then
 >     #
 >     #  It is PostScript; use Ghostscript to scan-convert and print it.
 >     #
 >     #  Note that PostScript files are actually interpreted programs,
 >     #  and those programs are allowed to write to stdout, which will
 >     #  mess up the printed output.  So, we redirect stdout to stderr
 >     #  and then make descriptor 3 go to stdout, and have Ghostscript
 >     #  write its output there.  Exercise for the clever reader:
 >     #  capture the stderr output from Ghostscript and mail it back to
 >     #  the user originating the print job.
 >     #
 >     exec 3>&1 1>&2
 >     /usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=djet500 \
 >         -sOutputFile=/dev/fd/3 - && exit 0
 > else
 >     #
 >     #  Plain text or HP/PCL, so just print it directly; print a form feed
 >     #  at the end to eject the last page.
 >     #
 >     echo "$first_line" && cat && printf "\033&l0H" &&
 > exit 0
 > fi

 > 	It's pretty obviouslythat I can toss the first several lines that
 > 	came from the originl hpif file; this was before I cared about
 > 	graphics.  I lost the ghostscript part when my system had its 
 > 	fatal trap.   Anybody out there who has an ancient hp djet500?
 > 	or can help otherwise.  I'm out of ideas.

I ran into exactly this after upgrading 4.5-R to 5.4-R (now 5.5-S); that
fancy stderr/stdout dance doesn't seem to work &/| be needed anymore.  I
got sick of Mozilla crashing trying to print and dug up this fix, forget
where/how.  Way over commented, but times like this it comes in handy :) 

#!/bin/sh
#% /usr/local/libexec/if-lq850 smithi 6/4/3
#% v2 29/6/6, maybe the 3>&1 stuff is what doesn't work in 5.4-R?
#% as advised by FreeBSD handbook, from:
    #  ifhp - Print Ghostscript-simulated PostScript on a DeskJet 500
    #  as installed in /usr/local/libexec/hpif
#% modified for printer canon bj10sx (configured as an epson lq850)

#  Treat LF as CR+LF:
#  (HP specific - and the bj10sx is switch-set for this)
# printf "\033&k2G" || exit 2

#  Read first two characters of the file
#% was 'read first_line' - presumably this ignores \ or spaces

IFS="" read -r first_line
first_two_chars=`expr "$first_line" : '\(..\)'`

if [ "$first_two_chars" = "%!" ]; then

  #% dunno where I found this?  Worked on 4.5, but not on 5.4?
  if 0; then
    #  It is PostScript; use Ghostscript to scan-convert and print it.
    #
    #  Note that PostScript files are actually interpreted programs,
    #  and those programs are allowed to write to stdout, which will
    #  mess up the printed output.  So, we redirect stdout to stderr
    #  and then make descriptor 3 go to stdout, and have Ghostscript
    #  write its output there.  Exercise for the clever reader:
    #  capture the stderr output from Ghostscript and mail it back to
    #  the user originating the print job.
    exec 3>&1 1>&2
    /usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=lq850 \
        -sOutputFile=/dev/fd/3 - && exit 0
  fi
  #% instead use the default as per current handbook

    /usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=lq850 \
        -sOutputFile=- - && exit 0

else
    #  Plain text [or HP/PCL], so just print it directly; print a form feed
    #  at the end to eject the last page.
    #% use w/out closing ff, was:
    #% echo $first_line && cat && printf "\033&l0H" && exit 0
    #% looks HP-specific .. how about just (12d = $0c =) printf "\014" ?

    echo $first_line && cat && exit 0
fi
exit 2

# Finally, you need to notify LPD of the filter via the if capability:
# :if=/usr/local/libexec/hpif: in /etc/printcap

#% :if=/usr/local/libexec/if-lq850

# That is it. You can type lpr plain.text and lpr whatever.ps
# and both should print successfully.

Cheers, Ian


From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 19:10:35 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DF57B16A403
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 19:10:35 +0000 (UTC)
	(envelope-from nullpt@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C4DCB43D5C
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 19:10:34 +0000 (GMT)
	(envelope-from nullpt@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so406643uge
	for <freebsd-questions@freebsd.org>;
	Sun, 01 Oct 2006 12:10:33 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
	b=HxNjJ3e+uB1pQMIZszaTcMcwAS5edUqvemPS0n4H1XZ+4SH6HNdD0J/1efH76xCrHzo1V/anO6zseW6K6OkcVuxftfigZRHWZqvIGrTslJEiFSf6CrUONxjUZA6A8jpm50NpEEasfwjn6//1KxbJRDWIf4Nhh6KgyQlSZugyfUg=
Received: by 10.67.117.18 with SMTP id u18mr2154162ugm;
	Sun, 01 Oct 2006 12:10:33 -0700 (PDT)
Received: by 10.66.237.20 with HTTP; Sun, 1 Oct 2006 12:10:33 -0700 (PDT)
Message-ID: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com>
Date: Sun, 1 Oct 2006 20:10:33 +0100
From: "Alexandre Vieira" <nullpt@gmail.com>
To: freebsd-questions@freebsd.org, freebsd-multimedia@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Cc: 
Subject: pcm0 + rl0 in the same irq causes panic
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 19:10:36 -0000

Hello folks,

I'm having some troubles setting up my freebsd workstation.

blackpearl# vmstat -i
interrupt                          total       rate
irq1: atkbd0                        1248          3
irq9: acpi0                          720          1
irq12: psm0                         4614         12
irq14: ata0                        45465        123
irq16: pcm0 rl0++                    369          1
cpu0: timer                       733657       1993
Total                             786073       2136
blackpearl#

I recently got sound in my laptop trough the recent snd_hda(4) driver by Ariff.

Whenevr artds (our anything else opens the device) I get a panic fatal
trap 19 (non-maskable interrupt trap while in kernel mode).

What info do I need to submit in order to investigate this issue?

Regards,
-- 
Alexandre Vieira - nullpt@gmail.com

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 19:43:20 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E38E716A4CE
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 19:43:19 +0000 (UTC)
	(envelope-from nullpt@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B6AC543D6E
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 19:42:55 +0000 (GMT)
	(envelope-from nullpt@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so408218uge
	for <freebsd-questions@freebsd.org>;
	Sun, 01 Oct 2006 12:42:54 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
	b=SenHf5V5towdgngIE7FsFpGJ1XpcB+cwojUeq276ymEOIsxNQx4I58xQiiEVJjTIRE43HKv/jdasjtdx3BCi3NIhWQYbQ5T8B26fUqtCuRCJsrJlMsrcrHrQ4B3o2jz9/NYaae1rGjINoFhV/EzRTduQWb0pvonjJpNu2h4BPPo=
Received: by 10.67.117.18 with SMTP id u18mr2173225ugm;
	Sun, 01 Oct 2006 12:42:54 -0700 (PDT)
Received: by 10.66.237.20 with HTTP; Sun, 1 Oct 2006 12:42:54 -0700 (PDT)
Message-ID: <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com>
Date: Sun, 1 Oct 2006 20:42:54 +0100
From: "Alexandre Vieira" <nullpt@gmail.com>
To: freebsd-multimedia@freebsd.org, freebsd-current@freebsd.org, 
	freebsd-questions@freebsd.org
In-Reply-To: <20061002033153.12e66f84.ariff@FreeBSD.org>
MIME-Version: 1.0
References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com>
	<20061002033153.12e66f84.ariff@FreeBSD.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Re: pcm0 + rl0 in the same irq causes panic
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 19:43:20 -0000

On 10/1/06, Ariff Abdullah <ariff@freebsd.org> wrote:
>
> [CC: current@ as this issue related with the current state of
> -current]
>
> On Sun, 1 Oct 2006 20:10:33 +0100
> "Alexandre Vieira" <nullpt@gmail.com> wrote:
> > Hello folks,
> >
> > I'm having some troubles setting up my freebsd workstation.
> >
> > blackpearl# vmstat -i
> > interrupt                          total       rate
> > irq1: atkbd0                        1248          3
> > irq9: acpi0                          720          1
> > irq12: psm0                         4614         12
> > irq14: ata0                        45465        123
> > irq16: pcm0 rl0++                    369          1
> > cpu0: timer                       733657       1993
> > Total                             786073       2136
> > blackpearl#
> >
> > I recently got sound in my laptop trough the recent snd_hda(4)
> > driver by Ariff.
> >
> > Whenevr artds (our anything else opens the device) I get a panic
> > fatal trap 19 (non-maskable interrupt trap while in kernel mode).
> >
> > What info do I need to submit in order to investigate this issue?
> >
>
> I thought yours works flawlessly?
>
> I can't tell. The origin of the problem is probably somewhere else :(
> . Perhaps output of the crashdump and backtrace would help us to
> investigate the issue.
>
> Please update to the latest -current since snd_hda is already part of
> the -current build process. Besides, read /usr/src/UPDATING for latest
> breaking news.
>
> By the way, please fetch http://people.freebsd.org/~ariff/test/hdac.c
> and put it into sys/dev/sound/pci/hda/ , rebuild, etc. Stay in plain
> console (no X) while try to play something, perhaps using
> mpg123/mplayer etc. Few people reported simmilar issue which cannot
> be reproduced after staying out of X/KDE while abusing sound playback
> through plain console.
>
>
> --
> Ariff Abdullah
> FreeBSD
>
> ... Recording in stereo is obviously too advanced
>     and confusing for us idiot ***** users :P ........
>
>
>
Hello,

I'm sorry, forgot to add an important info.

I'm now testing stuff in 6.2-PRERELEASE. I don't know if I did anything that
different but I didn't see this happening in -CURRENT.

I've made a simple test with mpg123. Played a mp3 file really fine without
panicing.. what does artsd do that would cause the panic? Maybe I can't
stress this as much as artsd?

Regards,
-- 
Alexandre Vieira - nullpt@gmail.com

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 20:59:15 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1C60916A407
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 20:59:15 +0000 (UTC)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: from web83107.mail.mud.yahoo.com (web83107.mail.mud.yahoo.com
	[216.252.101.36])
	by mx1.FreeBSD.org (Postfix) with SMTP id 5CBC143D5E
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 20:59:07 +0000 (GMT)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: (qmail 36651 invoked by uid 60001); 1 Oct 2006 20:59:06 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=hRZTdbzf1xWwCE8N5b7sqQY9+YQaBNj9dM1sFFyDTpQSF5AuUwl2/V3xUWFswJ2yQkJyZi5WZdouwj9dRbuTOWa6rDGNqO+nu1ade/LE7267jM+8q8mXYdPpqcRA14+DfD62zk0JtQOSG4Kq+L1Uha2qOSCgnayMAWDb2glT2UI=
	; 
Message-ID: <20061001205906.36649.qmail@web83107.mail.mud.yahoo.com>
Received: from [75.11.9.227] by web83107.mail.mud.yahoo.com via HTTP;
	Sun, 01 Oct 2006 13:59:06 PDT
Date: Sun, 1 Oct 2006 13:59:06 -0700 (PDT)
From: backyard <backyard1454-bsd@yahoo.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <89ce7f740610010914g152e0d60r792443e9d0acfe02@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Subject: Re: Restoring FreeBSD grub loader
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: backyard1454-bsd@yahoo.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 20:59:15 -0000



--- "Ivan \"Rambius\" Ivanov"
<rambiusparkisanius@gmail.com> wrote:

> Hello,
> 
> Thank you for your response.
> 
> On 10/1/06, backyard <backyard1454-bsd@yahoo.com>
> wrote:
> >
> >
> > --- "Ivan \"Rambius\" Ivanov"
> > <rambiusparkisanius@gmail.com> wrote:
> >
> > > Hello,
> > >
> > > I installed FreeBSD 6.1 on one machine with grub
> > > boot loader. In the
> > > beginning there was only one entry in grub -
> namely
> > > FreeBSD. Later, I
> > > had to install Windows XP on the machine and of
> > > course, it destroyed
> > > grub and now I cannot boot FreeBSD.
> > >
> > > I tried with booting from the FreeBSD
> installation
> > > disk choosing Fixit
> > > option, but I could not use successfully
> > > grub-install command.
> > >
> > > My question is: how can I restore the FreeBSD
> grub
> > > loader? Could you
> > > please give me any hints or advance. Thank you
> very
> > > much in advance.
> > >
> > > Regards
> > > Ivan
> > >
> > > --
> >
> > I would suggest you make a grub booting floppy
> disk
> > then you can escape to command mode once the disk
> > loades and install grub with
> >
> > root (hd0,0,a)   # or wherever it is
> > setup (hd0       # again wherever it is
> >
> > assuming you have already placed the grub
> bootfiles on
> > your hard drive and configured menu.lst you should
> be
> > all set. I have only encountered one computer this
> > method failed.
> In fact, I am using a laptop that does not have a
> floppy drive, so I
> could not use booting floppy disks.
> 

I use a USB floppy drive to boot my laptop and install
grub. Although I haven't been able to use fdformat
with the floppy drive so I use one of my desktops to
prapare the disks.

> >
> > you could alternatively flip the kernel tunable
> that
> > allows raw writes to the boot sectors of the
> disks. I
> > don't recall what it is but I think the grub docs
> talk
> > about it in the man or info pages.
> >
> > I'm supprised XP messed it up, 2000 seemed to
> respect
> > existing bootloaders...
> I fixed the problem in the following way: I have
> another FreeBSD
> laptop, so I copied its boot sector using the
> command
> 
> # dd if=/dev/ad0s1a of=/mnt/bootsect.bsd bs=512
> count=1
> 

I've used that method myself when grub hadn't been
updated to support UFS2. I had completely forgotten
about it though.

> Then I used bootsect.bsd to to boot in FreeBSD via
> the NT loader (I
> found this link useful:
> http://www.unixguide.net/freebsd/faq/09.10.shtml).
> After I boot to
> FreeBSD I installed the grub loader.

to each their own; the beauty of Unix... glad you got
it working.

> 
> Regards
> Ivan
> 
> -- 
> 

-brian

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 22:13:03 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E834716A416
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 22:13:03 +0000 (UTC)
	(envelope-from kline@sage.thought.org)
Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net
	[216.231.43.140])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3B4DF43D53
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 22:13:02 +0000 (GMT)
	(envelope-from kline@sage.thought.org)
Received: from sage.thought.org (kline@localhost [127.0.0.1])
	by sage.thought.org (8.13.6/8.12.10) with ESMTP id k91MCwDA088825;
	Sun, 1 Oct 2006 15:12:58 -0700 (PDT)
	(envelope-from kline@sage.thought.org)
Received: (from kline@localhost)
	by sage.thought.org (8.13.6/8.13.1/Submit) id k91MCvar088824;
	Sun, 1 Oct 2006 15:12:57 -0700 (PDT) (envelope-from kline)
Date: Sun, 1 Oct 2006 15:12:57 -0700
From: Gary Kline <kline@sage.thought.org>
To: Ian Smith <smithi@nimnet.asn.au>
Message-ID: <20061001221256.GA88740@thought.org>
References: <20061001012822.7EA2C16A591@hub.freebsd.org>
	<Pine.BSF.3.96.1061002021847.3783C-100000@gaia.nimnet.asn.au>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <Pine.BSF.3.96.1061002021847.3783C-100000@gaia.nimnet.asn.au>
X-Organization: Thought Unlimited. Public service Unix since 1986.
X-Of_Interest: Observing twenty years of service to the Unix community
User-Agent: Mutt/1.5.13 (2006-08-11)
Cc: Gary Kline <kline@sage.thought.org>, freebsd-questions@freebsd.org
Subject: Re: triouble with my Deskjet 500
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 22:13:04 -0000

On Mon, Oct 02, 2006 at 02:49:56AM +1000, Ian Smith wrote:
> Re: freebsd-questions Digest, Vol 152, Issue 13
> On Sun, 1 Oct 2006 freebsd-questions-request@freebsd.org wrote:
>  > Message: 30
>  > Date: Sat, 30 Sep 2006 17:12:10 -0700
>  > From: Gary Kline <kline@sage.thought.org>
>  > Subject: triouble with my Deskjet 500
> 
> Hi Gary,
> 
>  > 	The trouble is that it only prints in ASCII Aand fails to fails
>  > 	to print xv images or anything else PostScript.  I'm playing
>  > 	around withthe following in /usr//local/libexec:
>  > 
	[[ ... ]]

>  > 	It's pretty obviously that I can toss the first several lines that
>  > 	came from the original hpif file; this was before I cared about
>  > 	graphics.  I lost the ghostscript part when my system had its 
>  > 	fatal trap.   Anybody out there who has an ancient hp djet500?
>  > 	or can help otherwise.  I'm out of ideas.
> 
> I ran into exactly this after upgrading 4.5-R to 5.4-R (now 5.5-S); that
> fancy stderr/stdout dance doesn't seem to work &/| be needed anymore.  I
> got sick of Mozilla crashing trying to print and dug up this fix, forget
> where/how.  Way over commented, but times like this it comes in handy :) 
> 
> #!/bin/sh
> #% /usr/local/libexec/if-lq850 smithi 6/4/3
> #% v2 29/6/6, maybe the 3>&1 stuff is what doesn't work in 5.4-R?
> #% as advised by FreeBSD handbook, from:
>     #  ifhp - Print Ghostscript-simulated PostScript on a DeskJet 500
>     #  as installed in /usr/local/libexec/hpif
> #% modified for printer canon bj10sx (configured as an epson lq850)
> 

	After fmessing around for an hour I found the bug that was
	introduced by the new/"improved"/(free) CUPS' lp*.  The *only*
	script change [[ at least that I can see ]] is that 
	"sOutputFile=" now fails to understand /dev/fd/3.  I got my old 
	"hpif working with only-ASCII and your version working with 
	only-[Gh|P]ostscript, or mostly since your file did print some
	ASCII.  But for me, it hung for some timeout or <???>.

	I dropped in your Postscript working lines, minus the
	re-direction stuff and voila!  Yes for good old fashioned ASCII 
	and Postscript both.

	Appended if my new hpif.   (I have four servers with
	/usr/local/libexec/hpif, so
	name-change rather than change four /etc/printcaps:-).

	thankee, thankee!


	gary

	PS: file appended. note lines 39-46... .

	PPS:  comments  appreciated; it's hard to *overcomment*, IMHO.


-- 
   Gary Kline     kline@thought.org   www.thought.org     Public service Unix


     1	#!/bin/sh 
     2	#
     3	# hpif - Simple text input filter for lpd for HP-PCL based printers
     4	# Installed in /usr/local/libexec/hpif
     5	#
     6	# Simply copies stdin to stdout.  Ignores all filter arguments.
     7	# Tells printer to treat LF as CR+LF. Writes a form feed character
     8	# after printing job.
     9	
    10	###printf "\033&k2G" && cat && printf "\f" && exit 0
    11	
    12	#
    13	#  ifhp - Print Ghostscript-simulated PostScript on a DeskJet 500
    14	#  Installed in /usr/local/libexec/ifhp
    15	
    16	#
    17	#  Treat LF as CR+LF:
    18	#
    19	printf "\033&k2G" || exit 2
    20	
    21	#
    22	#  Read first two characters of the file
    23	#
    24	IFS="" read -r first_line
    25	first_two_chars=`expr "$first_line" : '\(..\)'`
    26	
    27	if [ "$first_two_chars" = "%!" ]; then
    28	    #
    29	    #  It is PostScript; use Ghostscript to scan-convert and print it.
    30	    #
    31	    #  Note that PostScript files are actually interpreted programs,
    32	    #  and those programs are allowed to write to stdout, which will
    33	    #  mess up the printed output.  So, we redirect stdout to stderr
    34	    #  and then make descriptor 3 go to stdout, and have Ghostscript
    35	    #  write its output there.  Exercise for the clever reader:
    36	    #  capture the stderr output from Ghostscript and mail it back to
    37	    #  the user originating the print job.
    38	    #
    39	    ###exec 3>&1 1>&2
    40	    ###/usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=djet500 \
    41	        ###-sOutputFile=/dev/fd/3 - && exit 0
    42	
    43	
    44	
    45	    /usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=djet500 \
    46	        -sOutputFile=- - && exit 0
    47	
    48	else
    49	    #
    50	    #  Plain text or HP/PCL, so just print it directly; print a form feed
    51	    #  at the end to eject the last page.
    52	    #
    53	    echo "$first_line" && cat && printf "\033&l0H" && 
    54	exit 0
    55	fi
    56	
    57	exit 2

From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 23:18:32 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1B5E016A40F
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 23:18:32 +0000 (UTC)
	(envelope-from list@museum.rain.com)
Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A32E743D49
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 23:18:31 +0000 (GMT)
	(envelope-from list@museum.rain.com)
Received: from ns.museum.rain.com (localhost [127.0.0.1])
	by ns.museum.rain.com (8.13.6/8.13.6) with ESMTP id k91NIU7u032737
	(version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO)
	for <freebsd-questions@freebsd.org>;
	Sun, 1 Oct 2006 16:18:30 -0700 (PDT)
	(envelope-from list@museum.rain.com)
Received: (from james@localhost)
	by ns.museum.rain.com (8.13.6/8.13.6/Submit) id k91NIUwx032736
	for freebsd-questions@freebsd.org; Sun, 1 Oct 2006 16:18:30 -0700 (PDT)
	(envelope-from list@museum.rain.com)
X-Authentication-Warning: ns.museum.rain.com: james set sender to
	list@museum.rain.com using -f
Date: Sun, 1 Oct 2006 16:18:29 -0700
From: James Long <list@museum.rain.com>
To: freebsd-questions@freebsd.org
Message-ID: <20061001231829.GA32425@ns.museum.rain.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.12-2006-07-14
X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2
	(ns.museum.rain.com [127.0.0.1]);
	Sun, 01 Oct 2006 16:18:31 -0700 (PDT)
Subject: rwhoisd : semicolons in whois output
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 23:18:32 -0000

I'm climbing the rwhoisd learning curve.  I appear to have blindly
followed instructions well enough to have a functioning server, but
I do not yet understand how all the database elements relate.

Why do I have ";I" appearing in some of the whois output below?

Thank you.


t30 : 16:10:13 /usr/local/etc/rwhoisd# whois -h localhost -p 4321 192.168.201.107
%rwhois V-1.5:003eff:00 t30.museum.rain.com (by Network Solutions, Inc. V-1.5.9.6)
network:Class-Name:network
network:ID:NETBLK-ISPWIDGET.192.168.192.0/19
network:Auth-Area:192.168.192.0/19
network:Network-Name:ISPWIDGET-192.168.201.104
network:IP-Network:192.168.201.104/29
network:IP-Network-Block:192.168.201.104 - 192.168.201.111
network:Organization;I:Company-widget-1
network:Tech-Contact;I:me@mylaptop.com
network:Admin-Contact;I:ARIN-NIC-HANDLE
network:Created:20010919
network:Updated:20020219
network:Updated-By:metoo@ispwidget.com

network:Class-Name:network
network:ID:NETBLK-ISPWIDGET.192.168.192.0/19
network:Auth-Area:192.168.192.0/19
network:Network-Name:ISPWIDGET-192.168.192.0
network:IP-Network:192.168.192.0/19
network:IP-Network-Block:192.168.192.0 - 192.168.223.255
network:Organization;I:Ispwidget (Your Company Name)
network:Tech-Contact;I:hostmaster@ispwidget.com
network:Admin-Contact;I:ARIN-NIC-HANDLE
network:Created:20010919
network:Updated:20010924
network:Updated-By:you@ispwidget.com

%ok


From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 23:13:21 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6688216A40F;
	Sun,  1 Oct 2006 23:13:21 +0000 (UTC)
	(envelope-from scrappy@freebsd.org)
Received: from hub.org (hub.org [200.46.204.220])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E5FF943D49;
	Sun,  1 Oct 2006 23:13:20 +0000 (GMT)
	(envelope-from scrappy@freebsd.org)
Received: from localhost (unknown [200.46.204.128])
	by hub.org (Postfix) with ESMTP id 3CD663A4654;
	Sun,  1 Oct 2006 20:13:14 -0300 (ADT)
Received: from hub.org ([200.46.204.220])
	by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024)
	with ESMTP id 01976-05; Sun,  1 Oct 2006 23:12:02 +0000 (UTC)
Received: from ganymede.hub.org (blk-137-86-60.eastlink.ca [24.137.86.60])
	by hub.org (Postfix) with ESMTP id D24363A4650;
	Sun,  1 Oct 2006 20:11:55 -0300 (ADT)
Received: from localhost (localhost [127.0.0.1])
	by ganymede.hub.org (Postfix) with ESMTP id 059533A621;
	Sun,  1 Oct 2006 20:12:06 -0300 (ADT)
Date: Sun, 01 Oct 2006 20:12:05 -0300
From: "Marc G. Fournier" <scrappy@freebsd.org>
To: scrappy@freebsd.org
Message-ID: <26EEDF4D00A6FED35E475A61@ganymede.hub.org>
X-Mailer: Mulberry/4.0.6 (Linux/x86)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Mailman-Approved-At: Sun, 01 Oct 2006 23:23:27 +0000
Cc: 
Subject: BSDStats 4.0 - You need to upgrade ...
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 23:13:21 -0000

IMPORTANT! This message has been blind-carbon-copied to you.
Do not reply-to-all or forward it without the author's permission.


Apologies for the multi-list post, but I've been receiving several requests 
from varous *BSD users about this, so figured I'd hit everyone in one fell 
swoop ...

First, for those that aren't aware, back in August, after some lengthy 
discussions on the FreeBSD mailing lists, I built a script that is meant to 
provide a means of building up usage metrics for the *BSD operating systems ... 
something that refreshes itself mountly (ie. periodic monthly script in 
FreeBSD) so that it isn't "who installed *BSD", but "who is currently running 
*BSD" ...

The results of this work can be seen at http://www.bsdstats.org

This is not a "FreeBSD is better then ..." sort of thing, although some wish to 
see it that way ... the point is to get an idea of how many are running *BSDs 
to show vendors (both software and hardware) that we aren't just a bunch of 
hobbiest, but are viable market that they should be addressing.

Since we started this, we've hit two hurdles that had to be addressed by 
upgrading the script in such a way that makes the older ones unable to be used 
for reporting ...

If you are running the script, please make sure that you are running the 
*newest* version, which is available at:

               http://www.bsdstats.org/downloads/300.statistics

For those paranoid about running stuff like this ... its a shell script, and 
there is nothing 'hidden' or 'covert' about it ... it sends in what operating 
system, what version and what architecture you are running ... we do not store 
your IP or hostname in the database, everything is key'd off a key you send in 
on first connection, and a token we send back ... after that first run, unless 
you remove the token file from your server, it will repeatedly use the same 
key/token pair ...

And, the script is meant to be run monthly ... we are looking for long term 
usage numbers, not a 'point in time' sort of thing ...

So, if you haven't downloaded and upgraded to the newest version, please do and 
run the script when finished to get your host into the system.

If you have any questions, please email me directly ...



From owner-freebsd-questions@FreeBSD.ORG  Sun Oct  1 23:34:35 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 65AF716A40F
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 23:34:35 +0000 (UTC)
	(envelope-from mexas@bristol.ac.uk)
Received: from diri.bris.ac.uk (diri.bris.ac.uk [137.222.10.112])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E549A43D46
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Oct 2006 23:34:27 +0000 (GMT)
	(envelope-from mexas@bristol.ac.uk)
Received: from seis.bris.ac.uk ([137.222.10.93])
	by diri.bris.ac.uk with esmtp (Exim 4.63)
	(envelope-from <mexas@bristol.ac.uk>) id 1GUApF-0003GJ-3L
	for freebsd-questions@freebsd.org; Mon, 02 Oct 2006 00:34:26 +0100
Received: from mech-aslap33.men.bris.ac.uk ([137.222.184.33])
	by seis.bris.ac.uk with esmtp (Exim 4.63)
	(envelope-from <mexas@bristol.ac.uk>) id 1GUAnm-0007eu-GT
	for freebsd-questions@freebsd.org; Mon, 02 Oct 2006 00:33:02 +0100
Received: from mech-aslap33.men.bris.ac.uk (localhost.men.bris.ac.uk
	[127.0.0.1])
	by mech-aslap33.men.bris.ac.uk (8.13.4/8.13.4) with ESMTP id
	k91NTv9Q014677 for <freebsd-questions@freebsd.org>;
	Mon, 2 Oct 2006 00:29:57 +0100 (BST)
	(envelope-from mexas@bristol.ac.uk)
Received: (from shterenl@localhost)
	by mech-aslap33.men.bris.ac.uk (8.13.4/8.13.4/Submit) id k91NTvTt014676
	for freebsd-questions@freebsd.org; Mon, 2 Oct 2006 00:29:57 +0100 (BST)
	(envelope-from mexas@bristol.ac.uk)
X-Authentication-Warning: mech-aslap33.men.bris.ac.uk: shterenl set sender to
	mexas@bristol.ac.uk using -f
Date: Mon, 2 Oct 2006 00:29:57 +0100
From: Anton Shterenlikht <mexas@bristol.ac.uk>
To: freebsd-questions@freebsd.org
Message-ID: <20061001232957.GA14626@mech-aslap33.men.bris.ac.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
X-Spam-Score: -1.1
X-Spam-Level: -
Subject: boot2 -> BTX halted, but loader(8) boots fine
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Oct 2006 23:34:35 -0000

I'm trying to bootstrap the system using boot2 directly (bypassing
loader(8)) as described in the Admin Guide, in the Architecture Guide
and in the boot(8) man page. I have 3 different kernels. However,
no matter which kernel I choose at the boot prompt,
I always get "BTX halted". An example is reporduced below.

-
FreeBSD/i386 boot
Default 0:ad(0,a)/boot/loader
boot: /boot/kernel/kernel
int=00000006  err=00000000  efl=00010002  eip=c0443c30
eax=c0443c30  ebx=c0a273c4  ecx=c0a273c4  edx=a020001e
esi=00000050  edi=c0443c30  ebp=00002275  esp=0009eaf0
cs:eip=ff ff ff ff ff ff ff ff-ff ff ff ff ff ff ff ff
       ff ff ff ff ff ff ff ff-ff ff ff ff ff ff ff ff
ss:esp=69 95 00 00 00 00 00 80-1e 00 20 a0 00 00 00 00
       00 00 00 00 00 00 00 00-a0 dc 00 78 4b 09 00 00
BTX halted

At this point I have to reboot with CTRL+ALT+DEL.

Only the following registers change for 3 different kernels:
eip = eax = edi, ebx = ecx, ebp. All other values do not change from one
kernel to another.

Bootstrapping with loader(8) works fine, I can load any kernel.

I use FreeBSD 6.0-release on compaq armada 1700 laptop with BIOS
dated 11/30/1999. I cannot find a newer BIOS version for this model.

I've read several reports regarding BTX halted issue on old compaq.
Most people report turing off UDMA or DMA in BIOS as a solution.
I cannot see any DMA settings in my BIOS (I used Compaq Computer
Setup for Portables, ver 2.01H dated 24 Jan 1999). I'm also not sure
if it applies in my case as booting with loader(8) works with no
problems.

I had a look at srs/sys/boot/i386/btx/btx/btx.S and I can see the point
at which the code makes this dump. But lack of asm knowledge prevents me
from getting any other information.

Perhaps somebody can give me a clue of what's wrong based on the
register values above?

thanks
anton

----- End forwarded message -----

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 00:24:17 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4B2F816A407
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 00:24:17 +0000 (UTC)
	(envelope-from darehanl@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 99A4C43D55
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 00:24:16 +0000 (GMT)
	(envelope-from darehanl@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so1554277wxd
	for <freebsd-questions@freebsd.org>;
	Sun, 01 Oct 2006 17:24:15 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=k9XrstpQ/8oBfmUtnjW2LmYYNI0jV4GtIQRZT7OoNIurY71qZH7ZaZYr160+38O5OjdOeUrFVJDEpbsQeYgp3CEHc32PmAXxMUsZ+uVPRSmOjZDnbjgRR5o3N3cTbn0IOpiWJvTuZ5CN1Boj/fysuD95CLYqBD/OGR8jGRIm4OE=
Received: by 10.90.90.16 with SMTP id n16mr2514779agb;
	Sun, 01 Oct 2006 17:24:15 -0700 (PDT)
Received: by 10.90.93.16 with HTTP; Sun, 1 Oct 2006 17:24:15 -0700 (PDT)
Message-ID: <39a5b1180610011724i466bf0d8v9b89efa49168ed7c@mail.gmail.com>
Date: Sun, 1 Oct 2006 20:24:15 -0400
From: "Sunjae Park" <darehanl@gmail.com>
To: "Frank Staals" <frankstaals@gmx.net>
In-Reply-To: <451E2662.9020500@gmx.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: base64
Content-Disposition: inline
References: <451DE8FD.40104@gmail.com> <451E2662.9020500@gmx.net>
Cc: freebsd-questions@freebsd.org
Subject: Re: Trouble with setting up Netgear WG311v3
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 00:24:17 -0000

PiAgICAgICAgICAgICAoc25pcCkKPiBodHRwOi8vZnN0YWFscy5uZXQvanVuay93ZzMxMXYzeHAv
Cj4KPiBHb29kIGx1Y2ssCj4KPiAtLQo+IC1GcmFuayBTdGFhbHMKPgo+CgpDb29sLiBJdCdzIHdv
cmtpbmcgbm93LiBUaGFua3MgYSBsb3QhCgpJIHdvbmRlciB3aGF0J3MgZGlmZmVyZW50IGJldHdl
ZW4gdGhlIG5kaXMgbW9kdWxlIHRoYXQgSSBidWlsZCBhbmQKeW91cnM/IEkganVzdCB1c2VkIHRo
ZSBXRzMxMXYzWFAgaW5jbHVkZWQgaW4gdGhlIE5ldGdlYXIgQ0QsIHdpdGggNi4xCnNvdXJjZXMu
CgpBbnl3YXksIHRoYW5rcyBhZ2FpbiEKCi0tIApTdW5qYWUgUGFyayhkYXLDqWhhbmwpCgpXZSBj
aG9vc2UgdG8gZ28gdG8gdGhlIG1vb24gYW5kIGRvIHRoZSBvdGhlciB0aGluZ3MsIG5vdCBiZWNh
dXNlIHRoZXkKYXJlIGVhc3ksIGJ1dCBiZWNhdXNlIHRoZXkgYXJlIGhhcmQuCiAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAtIEpvaG4gRi4gS2VubmVkeSAtCg==

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 01:12:37 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8990716A40F
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 01:12:37 +0000 (UTC)
	(envelope-from jhall@vandaliamo.net)
Received: from trueband.net (trueband.net [216.163.120.10])
	by mx1.FreeBSD.org (Postfix) with SMTP id E2C8243D45
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 01:12:36 +0000 (GMT)
	(envelope-from jhall@vandaliamo.net)
Received: (qmail 14514 invoked by uid 1006); 2 Oct 2006 01:12:35 -0000
Received: from jhall@vandaliamo.net by rs0 by uid 1003 with qmail-scanner-1.16
	(spamassassin: 3.1.4.  Clear:SA:0(-0.8/100.0):. 
	Processed in 1.336908 secs); 02 Oct 2006 01:12:35 -0000
X-Spam-Status: No, hits=-0.8 required=100.0
X-Spam-Level: 
Received: from unknown (HELO trueband.net) (172.16.0.15)
	by -v with SMTP; 2 Oct 2006 01:12:34 -0000
Received: (qmail 677 invoked from network); 2 Oct 2006 01:12:34 -0000
Received: from unknown (HELO admintool.trueband.net) (127.0.0.1)
	by -v with SMTP; 2 Oct 2006 01:12:34 -0000
Received: from 12.170.206.13
	(SquirrelMail authenticated user jhall@vandaliamo.net)
	by admintool.trueband.net with HTTP;
	Mon, 2 Oct 2006 01:12:34 -0000 (GMT)
Message-ID: <1532.12.170.206.13.1159751554.squirrel@admintool.trueband.net>
Date: Mon, 2 Oct 2006 01:12:34 -0000 (GMT)
From: jhall@vandaliamo.net
To: freebsd-questions@freebsd.org
User-Agent: SquirrelMail/1.4.4
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
Subject: Checking remote processes
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 01:12:37 -0000

Is there a way to test a remote server to determine if certain processes
are running?

For example, can server 1 check server 2, which is at a remote location,
to ensure squid is running?

I have not been able to figure out how to do this, or if it is even possible.

Thanks,


Jay


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 01:24:43 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0345616A51B
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 01:24:43 +0000 (UTC)
	(envelope-from youshi10@u.washington.edu)
Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu
	[140.142.32.166])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4909343D4C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 01:24:42 +0000 (GMT)
	(envelope-from youshi10@u.washington.edu)
Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139])
	by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.03) with ESMTP
	id k921OfUV023164
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)
	for <freebsd-questions@freebsd.org>; Sun, 1 Oct 2006 18:24:41 -0700
X-Auth-Received: from [128.208.5.99] (nilakantha.cs.washington.edu
	[128.208.5.99]) (authenticated authid=youshi10)
	by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.03) with ESMTP id
	k921Ofmp018547
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <freebsd-questions@freebsd.org>; Sun, 1 Oct 2006 18:24:41 -0700
Message-ID: <45206A59.3030008@u.washington.edu>
Date: Sun, 01 Oct 2006 18:24:41 -0700
From: Garrett Cooper <youshi10@u.washington.edu>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
References: <1532.12.170.206.13.1159751554.squirrel@admintool.trueband.net>
In-Reply-To: <1532.12.170.206.13.1159751554.squirrel@admintool.trueband.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-PMX-Version: 5.2.0.266434, Antispam-Engine: 2.4.0.264935,
	Antispam-Data: 2006.10.1.175443
X-Uwash-Spam: Gauge=IIIIIII, 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'
Subject: Re: Checking remote processes
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 01:24:43 -0000

jhall@vandaliamo.net wrote:
> Is there a way to test a remote server to determine if certain processes
> are running?
>
> For example, can server 1 check server 2, which is at a remote location,
> to ensure squid is running?
>
> I have not been able to figure out how to do this, or if it is even possible.
>
> Thanks,
>
>
> Jay
>   
This is easily done with ssh:

ssh remote_host_addr "ps aux | grep server_proc_name", i.e.

ssh some.hosts.address "ps aux | grep httpd"

-Garrett

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 01:37:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3EE9B16A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 01:37:36 +0000 (UTC)
	(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 D057D43D49
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 01:37:35 +0000 (GMT)
	(envelope-from dan@dan.emsphone.com)
Received: (from dan@localhost)
	by dan.emsphone.com (8.13.6/8.13.6) id k921bZx7042055;
	Sun, 1 Oct 2006 20:37:35 -0500 (CDT) (envelope-from dan)
Date: Sun, 1 Oct 2006 20:37:34 -0500
From: Dan Nelson <dnelson@allantgroup.com>
To: jhall@vandaliamo.net
Message-ID: <20061002013734.GC77128@dan.emsphone.com>
References: <1532.12.170.206.13.1159751554.squirrel@admintool.trueband.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1532.12.170.206.13.1159751554.squirrel@admintool.trueband.net>
X-OS: FreeBSD 6.1-STABLE
X-message-flag: Outlook Error
User-Agent: Mutt/1.5.13 (2006-08-11)
Cc: freebsd-questions@freebsd.org
Subject: Re: Checking remote processes
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 01:37:36 -0000

In the last episode (Oct 02), jhall@vandaliamo.net said:
> Is there a way to test a remote server to determine if certain
> processes are running?
> 
> For example, can server 1 check server 2, which is at a remote
> location, to ensure squid is running?
> 
> I have not been able to figure out how to do this, or if it is even
> possible.

Easiest way would be to try connecting to squid's listening port.  This
only works with daemons that listen on internet sockets, but quite a
few do.

-- 
	Dan Nelson
	dnelson@allantgroup.com

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 01:52:22 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CD19516A407
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 01:52:22 +0000 (UTC)
	(envelope-from jhall@vandaliamo.net)
Received: from trueband.net (trueband.net [216.163.120.10])
	by mx1.FreeBSD.org (Postfix) with SMTP id 261EE43D45
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 01:52:21 +0000 (GMT)
	(envelope-from jhall@vandaliamo.net)
Received: (qmail 32502 invoked by uid 1006); 2 Oct 2006 01:52:21 -0000
Received: from jhall@vandaliamo.net by rs0 by uid 1003 with qmail-scanner-1.16
	(spamassassin: 3.1.4.  Clear:SA:0(-0.8/100.0):. 
	Processed in 0.884636 secs); 02 Oct 2006 01:52:21 -0000
X-Spam-Status: No, hits=-0.8 required=100.0
X-Spam-Level: 
Received: from unknown (HELO trueband.net) (172.16.0.14)
	by -v with SMTP; 2 Oct 2006 01:52:20 -0000
Received: (qmail 7222 invoked from network); 2 Oct 2006 01:52:19 -0000
Received: from unknown (HELO admintool.trueband.net) (127.0.0.1)
	by -v with SMTP; 2 Oct 2006 01:52:19 -0000
Received: from 12.170.206.13
	(SquirrelMail authenticated user jhall@vandaliamo.net)
	by admintool.trueband.net with HTTP;
	Mon, 2 Oct 2006 01:52:19 -0000 (GMT)
Message-ID: <1559.12.170.206.13.1159753939.squirrel@admintool.trueband.net>
In-Reply-To: <20061002013734.GC77128@dan.emsphone.com>
References: <1532.12.170.206.13.1159751554.squirrel@admintool.trueband.net>
	<20061002013734.GC77128@dan.emsphone.com>
Date: Mon, 2 Oct 2006 01:52:19 -0000 (GMT)
From: jhall@vandaliamo.net
To: "Dan Nelson" <dnelson@allantgroup.com>
User-Agent: SquirrelMail/1.4.4
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
Cc: jhall@vandaliamo.net, freebsd-questions@freebsd.org
Subject: Re: Checking remote processes
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 01:52:22 -0000

> In the last episode (Oct 02), jhall@vandaliamo.net said:
>> Is there a way to test a remote server to determine if certain
>> processes are running?
>>
>> For example, can server 1 check server 2, which is at a remote
>> location, to ensure squid is running?
>>
>> I have not been able to figure out how to do this, or if it is even
>> possible.
>
> Easiest way would be to try connecting to squid's listening port.  This
> only works with daemons that listen on internet sockets, but quite a
> few do.
>
> --
> 	Dan Nelson
> 	dnelson@allantgroup.com
>
I hadn't thought of that.  I'll give it a try.

Thanks,


Jay


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 02:13:46 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 5B30016A403
	for <questions@FreeBSD.org>; Mon,  2 Oct 2006 02:13:46 +0000 (UTC)
	(envelope-from mvnetn@verizon.net)
Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2067743D53
	for <questions@FreeBSD.org>; Mon,  2 Oct 2006 02:13:46 +0000 (GMT)
	(envelope-from mvnetn@verizon.net)
Received: from [192.168.0.100] ([72.72.237.2])
	by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02
	(built Sep
	9 2005)) with ESMTPA id <0J6H00G5BKTVBU85@vms042.mailsrvcs.net> for
	questions@FreeBSD.org; Sun, 01 Oct 2006 21:13:29 -0500 (CDT)
Date: Sun, 01 Oct 2006 22:13:21 -0400
From: mvnetn <mvnetn@verizon.net>
To: questions@FreeBSD.org
Message-id: <452075C1.6090005@verizon.net>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7bit
X-Accept-Language: en-us, en
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20061001
Cc: 
Subject: Re:FreeBSD Handbook 27.9.2
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 02:13:46 -0000

27.9.2 Setting Up PLIP
I have a laptop and a desktop. I have installed FreeBSD 6.1- RELEASE #0 
on both using the same CDs.

The laptop gererates  (in response to grep lp etc) lpt0:  <Printer> on 
ppbus0 but the desktop generates ulpt0: etc.

I have tried everything I can think of to get the desktop to generate 
lpt0; etc.

Also. ifconfig plil0 generates plip0: etc on the laptop but the desktop 
tells me that plip0 does not exist.  HELP!


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 02:55:52 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6F7D716A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 02:55:52 +0000 (UTC)
	(envelope-from scrappy@freebsd.org)
Received: from hub.org (hub.org [200.46.204.220])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EB3A843D49
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 02:55:51 +0000 (GMT)
	(envelope-from scrappy@freebsd.org)
Received: from localhost (unknown [200.46.208.251])
	by hub.org (Postfix) with ESMTP id 43A333A4638;
	Sun,  1 Oct 2006 23:55:42 -0300 (ADT)
Received: from hub.org ([200.46.204.220])
	by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024)
	with ESMTP id 29534-06; Sun,  1 Oct 2006 23:54:36 -0300 (ADT)
Received: from ganymede.hub.org (blk-137-86-60.eastlink.ca [24.137.86.60])
	by hub.org (Postfix) with ESMTP id 5145E3A4636;
	Sun,  1 Oct 2006 23:54:26 -0300 (ADT)
Received: from localhost (localhost [127.0.0.1])
	by ganymede.hub.org (Postfix) with ESMTP id 8222A37B0C;
	Sun,  1 Oct 2006 23:54:41 -0300 (ADT)
Date: Sun, 01 Oct 2006 23:54:41 -0300
From: "Marc G. Fournier" <scrappy@freebsd.org>
To: Paul Schmehl <pauls@utdallas.edu>, freebsd-questions@freebsd.org
Message-ID: <87CC3448E055CBA0FA7F3545@ganymede.hub.org>
In-Reply-To: <F0C28AF6EDA51B836E79DB52@paul-schmehls-powerbook59.local>
References: <26EEDF4D00A6FED35E475A61@ganymede.hub.org>
	<F0C28AF6EDA51B836E79DB52@paul-schmehls-powerbook59.local>
X-Mailer: Mulberry/4.0.6 (Linux/x86)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Cc: 
Subject: Re: BSDStats 4.0 - You need to upgrade ...
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 02:55:52 -0000


Yes, most definitely ... port will always have the latest version, I just copy 
it up to the web site afterwards for "the other BSDs" :)

Sorry for the confusion ...

--On Sunday, October 01, 2006 21:09:52 -0500 Paul Schmehl <pauls@utdallas.edu> 
wrote:

> Marc, is the port no longer being maintained?
>
> --On October 1, 2006 8:12:05 PM -0300 "Marc G. Fournier"
> <scrappy@freebsd.org> wrote:
>
>> IMPORTANT! This message has been blind-carbon-copied to you.
>> Do not reply-to-all or forward it without the author's permission.
>>
>>
>> Apologies for the multi-list post, but I've been receiving several
>> requests from varous *BSD users about this, so figured I'd hit everyone
>> in one fell swoop ...
>>
>> First, for those that aren't aware, back in August, after some lengthy
>> discussions on the FreeBSD mailing lists, I built a script that is meant
>> to provide a means of building up usage metrics for the *BSD operating
>> systems ... something that refreshes itself mountly (ie. periodic
>> monthly script in FreeBSD) so that it isn't "who installed *BSD", but
>> "who is currently running *BSD" ...
>>
>> The results of this work can be seen at http://www.bsdstats.org
>>
>> This is not a "FreeBSD is better then ..." sort of thing, although some
>> wish to see it that way ... the point is to get an idea of how many are
>> running *BSDs to show vendors (both software and hardware) that we
>> aren't just a bunch of hobbiest, but are viable market that they should
>> be addressing.
>>
>> Since we started this, we've hit two hurdles that had to be addressed by
>> upgrading the script in such a way that makes the older ones unable to
>> be used for reporting ...
>>
>> If you are running the script, please make sure that you are running the
>> *newest* version, which is available at:
>>
>>                http://www.bsdstats.org/downloads/300.statistics
>>
>> For those paranoid about running stuff like this ... its a shell script,
>> and there is nothing 'hidden' or 'covert' about it ... it sends in what
>> operating system, what version and what architecture you are running ...
>> we do not store your IP or hostname in the database, everything is key'd
>> off a key you send in on first connection, and a token we send back ...
>> after that first run, unless you remove the token file from your server,
>> it will repeatedly use the same key/token pair ...
>>
>> And, the script is meant to be run monthly ... we are looking for long
>> term usage numbers, not a 'point in time' sort of thing ...
>>
>> So, if you haven't downloaded and upgraded to the newest version, please
>> do and run the script when finished to get your host into the system.
>>
>> If you have any questions, please email me directly ...
>>
>>
>> _______________________________________________
>> 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"
>
>
>
> Paul Schmehl (pauls@utdallas.edu)
> Adjunct Information Security Officer
> The University of Texas at Dallas
> http://www.utdallas.edu/ir/security/



----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email . scrappy@hub.org                              MSN . scrappy@hub.org
Yahoo . yscrappy               Skype: hub.org        ICQ . 7615664


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 00:08:39 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1E79716A40F;
	Mon,  2 Oct 2006 00:08:39 +0000 (UTC)
	(envelope-from scrappy@freebsd.org)
Received: from hub.org (hub.org [200.46.204.220])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A33E543D45;
	Mon,  2 Oct 2006 00:08:38 +0000 (GMT)
	(envelope-from scrappy@freebsd.org)
Received: from localhost (unknown [200.46.208.251])
	by hub.org (Postfix) with ESMTP id 0C1383A4656;
	Sun,  1 Oct 2006 21:08:31 -0300 (ADT)
Received: from hub.org ([200.46.204.220])
	by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024)
	with ESMTP id 56837-08; Sun,  1 Oct 2006 21:07:22 -0300 (ADT)
Received: from ganymede.hub.org (blk-137-86-60.eastlink.ca [24.137.86.60])
	by hub.org (Postfix) with ESMTP id 568443A4654;
	Sun,  1 Oct 2006 21:07:15 -0300 (ADT)
Received: from localhost (localhost [127.0.0.1])
	by ganymede.hub.org (Postfix) with ESMTP id 8B8F23BE08;
	Sun,  1 Oct 2006 21:07:26 -0300 (ADT)
Date: Sun, 01 Oct 2006 21:07:26 -0300
From: "Marc G. Fournier" <scrappy@freebsd.org>
To: freebsd-questions@freebsd.org, freebsd-advocacy@freebsd.org,
	misc@openbsd.org, advocacy@openbsd.org, users@lists.ddragonflybsd.org,
	current-users@netbsd.org, netbsd-advocacy@netbsd.org
Message-ID: <920ED4C6D0C324A5F14B0875@ganymede.hub.org>
X-Mailer: Mulberry/4.0.6 (Linux/x86)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Mailman-Approved-At: Mon, 02 Oct 2006 03:11:48 +0000
Cc: 
Subject: BSDStats 4.0 - You need to upgrade ...
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 00:08:39 -0000



Apologies for the multi-list post, but I've been receiving several requests
from varous *BSD users about this, so figured I'd hit everyone in one fell
swoop ...

First, for those that aren't aware, back in August, after some lengthy
discussions on the FreeBSD mailing lists, I built a script that is meant to
provide a means of building up usage metrics for the *BSD operating systems ...
something that refreshes itself mountly (ie. periodic monthly script in
FreeBSD) so that it isn't "who installed *BSD", but "who is currently running
*BSD" ...

The results of this work can be seen at http://www.bsdstats.org

This is not a "FreeBSD is better then ..." sort of thing, although some wish to
see it that way ... the point is to get an idea of how many are running *BSDs
to show vendors (both software and hardware) that we aren't just a bunch of
hobbiest, but are viable market that they should be addressing.

Since we started this, we've hit two hurdles that had to be addressed by
upgrading the script in such a way that makes the older ones unable to be used
for reporting ...

If you are running the script, please make sure that you are running the
*newest* version, which is available at:

               http://www.bsdstats.org/downloads/300.statistics

For those paranoid about running stuff like this ... its a shell script, and
there is nothing 'hidden' or 'covert' about it ... it sends in what operating
system, what version and what architecture you are running ... we do not store
your IP or hostname in the database, everything is key'd off a key you send in
on first connection, and a token we send back ... after that first run, unless
you remove the token file from your server, it will repeatedly use the same
key/token pair ...

And, the script is meant to be run monthly ... we are looking for long term
usage numbers, not a 'point in time' sort of thing ...

So, if you haven't downloaded and upgraded to the newest version, please do and
run the script when finished to get your host into the system.

If you have any questions, please email me directly ...




From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 00:30:34 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E03C016A407
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 00:30:34 +0000 (UTC)
	(envelope-from root@rithy4u.net)
Received: from ix.khmerserver.net (ygmsmtp.khmerserver.net [203.82.224.222])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7382C43D6A
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 00:30:28 +0000 (GMT)
	(envelope-from root@rithy4u.net)
Received: from TSHBCIOKSRKHPC ([192.168.1.112])
	by ix.khmerserver.net (rithy4uMailServer) with SMTP id k920NKAV054153
	for <freebsd-questions@freebsd.org>;
	Mon, 2 Oct 2006 07:23:30 +0700 (ICT) (envelope-from root@rithy4u.net)
YGLCResent-Message-Id: <200610020023.k920NKAV054153@ix.khmerserver.net>
YGLCMessage-Id: <200610020023.k920NKAV054153@ix.khmerserver.net>
Message-ID: <001401c6e5b9$693c5570$7001a8c0@khmerserver.net>
From: "rithy4u- CEO" <root@rithy4u.net>
To: <freebsd-questions@freebsd.org>
Date: Mon, 2 Oct 2006 07:26:20 +0700
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2869
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
X-YGMC-MailScanner-Information: Please contact YGMC IT Dept
X-YGMC-MailScanner: Found to be clean
X-YGMC-MailScanner-From: root@rithy4u.net
X-YGMC-MailScanner-To: freebsd-questions@freebsd.org
X-Spam-Status: No
X-Mailman-Approved-At: Mon, 02 Oct 2006 03:12:01 +0000
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Directory server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 00:30:35 -0000

Dear All,

I am seeking the way how to implement FreeBSD+LDAP+Samba to build a file se=
rver for medium size business which will serv up to 60 concurrent users.

But the issue is, how we get it all in one package? and join all windows cl=
ients into Samba Domain? I hope someone can help me up with this.

Thanks and Best Regards,

Richard Ben, CIO
--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 02:25:38 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 43FAF16A407
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 02:25:38 +0000 (UTC)
	(envelope-from honestqiao@hotmail.com)
Received: from bay0-omc2-s4.bay0.hotmail.com (bay0-omc2-s4.bay0.hotmail.com
	[65.54.246.140])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0047643D49
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 02:25:37 +0000 (GMT)
	(envelope-from honestqiao@hotmail.com)
Received: from hotmail.com ([65.54.174.40]) by bay0-omc2-s4.bay0.hotmail.com
	with Microsoft SMTPSVC(6.0.3790.1830); 
	Sun, 1 Oct 2006 19:25:37 -0700
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	Sun, 1 Oct 2006 19:25:37 -0700
Message-ID: <BAY103-F30EF66CBCB0D2B0AE6E8DAD21F0@phx.gbl>
Received: from 65.54.174.200 by by103fd.bay103.hotmail.msn.com with HTTP;
	Mon, 02 Oct 2006 02:25:33 GMT
X-Originating-IP: [221.216.126.101]
X-Originating-Email: [honestqiao@hotmail.com]
X-Sender: honestqiao@hotmail.com
From: "Honest Qiao" <honestqiao@hotmail.com>
To: freebsd-questions@freebsd.org
Date: Mon, 02 Oct 2006 02:25:33 +0000
Mime-Version: 1.0
Content-Type: text/plain; charset=gb2312; format=flowed
X-OriginalArrivalTime: 02 Oct 2006 02:25:37.0518 (UTC)
	FILETIME=[0C1030E0:01C6E5CA]
X-Mailman-Approved-At: Mon, 02 Oct 2006 03:12:26 +0000
Cc: honestqiao@hotmail.com
Subject: FreeBSD 6.1-PRERELEASE : rm swapfile after swapoff can't release
	the disk space
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 02:25:38 -0000

Environment: 
FreeBSD www141.igogo8.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri May 
12 12:12:17 CST 2006 
HonestQiao@www141.igogo8.com:/usr/src/sys/i386/compile/iGOGO8-PAE i386
Description: 
Several months ago , I read the follow article, and add a 12G swapfile.
The article url is 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/adding-swap-space.html


The swapfile is /usr/swap0 , and I have a swap mount which size is 2G.
top show:
Swap: 14G Total, 14G Free

Today , I use swapoff /usr/swap0 to disable swapfile , and then rm 
/usr/swap0.
/usr/swap0 was deleted, but its disk space can't release.
Now, top show:
Swap: 2048M Total, 2048M Free

www141# df -hi
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/amrd0s1a 248M 41M 187M 18% 1609 31413 5% /
devfs 1.0K 1.0K 0B 100% 0 0 100% /dev
/dev/amrd0s1f 19G 965M 17G 5% 1737 2636085 0% /db
/dev/amrd0s1g 19G 12G 5.6G 69% 769803 1868019 29% /home
/dev/amrd0s1d 248M 43M 185M 19% 585 32437 2% /tmp
/dev/amrd0s1h 25G 19G 3.4G 85% 354372 3013562 11% /usr
/dev/amrd0s1e 248M 65M 163M 29% 6430 26592 19% /var

www141# du -csh /usr
9.3G /usr
9.3G total

www141# mount
/dev/amrd0s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/amrd0s1f on /db (ufs, local, soft-updates)
/dev/amrd0s1g on /home (ufs, local, soft-updates)
/dev/amrd0s1d on /tmp (ufs, local, soft-updates)
/dev/amrd0s1h on /usr (ufs, local, soft-updates)
/dev/amrd0s1e on /var (ufs, local, soft-updates)

from , df -hi show /usr use 19G
but, du -csh /usr show use use 9.3G

Why there has a big difference size between df and du?

Also , you can visit it on 
http://www.freebsd.org/cgi/query-pr.cgi?pr=103867

Thanks!

_________________________________________________________________
ÏíÓÃÊÀ½çÉÏ×î´óµÄµç×ÓÓʼþϵͳ¡ª MSN Hotmail¡£ http://www.hotmail.com 


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 04:04:57 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8442A16A407
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 04:04:57 +0000 (UTC)
	(envelope-from ansarm@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0C8ED43D45
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 04:04:56 +0000 (GMT)
	(envelope-from ansarm@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so2223567pye
	for <freebsd-questions@freebsd.org>;
	Sun, 01 Oct 2006 21:04:56 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index;
	b=RKYC4ennyRDvijEBpWKALuoBowR7S5Uev3ZmXgPzfBguTMkaioDZqh8xU2m4TnFOGbyNeV86p2joo+5u4Dj+w6YNt/sBBE8vqqq0zmxBdC7sREAa4+Vg+zhp2p0Xlp0+rryvcfOuu6IQsqXEg+Go7duA9TZO0gU0slYStHcGuUY=
Received: by 10.35.10.17 with SMTP id n17mr11661537pyi;
	Sun, 01 Oct 2006 21:04:55 -0700 (PDT)
Received: from ansarmm2 ( [65.95.4.248])
	by mx.gmail.com with ESMTP id s72sm7554841pyc.2006.10.01.21.04.55;
	Sun, 01 Oct 2006 21:04:55 -0700 (PDT)
From: "Ansar Mohammed" <ansarm@gmail.com>
To: "'rithy4u- CEO'" <root@rithy4u.net>,
	<freebsd-questions@freebsd.org>
Date: Mon, 2 Oct 2006 00:04:53 -0400
Message-ID: <001201c6e5d7$eaeb5b20$0405a8c0@northamerica.corp.microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
In-Reply-To: <001401c6e5b9$693c5570$7001a8c0@khmerserver.net>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Thread-Index: Acbl0UxwAlULBGU4S/+rwZ4JzWdSCAABijvA
Cc: 
Subject: RE: Directory server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 04:04:57 -0000

Step by step if you wanna use Kerberos..
http://www.bayour.com/LDAPv3-HOWTO.html

If you wanna use nss_ldap
http://www.cultdeadsheep.org/FreeBSD/docs/Quick_and_dirty_FreeBSD_5_x_and_ns
s_ldap_mini-HOWTO.html

Personally I prefer nss_ldap. Kerberos is more secure, but it's a bit of
rocket science to set up.


and also you can use this client
http://www.ldapeditor.com to manage the users in openldap. It's the best
free ldap browser/editor and user management program available.

> -----Original Message-----
> From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-
> questions@freebsd.org] On Behalf Of rithy4u- CEO
> Sent: October 1, 2006 8:26 PM
> To: freebsd-questions@freebsd.org
> Subject: Directory server
> 
> Dear All,
> 
> I am seeking the way how to implement FreeBSD+LDAP+Samba to build a file
> server for medium size business which will serv up to 60 concurrent users.
> 
> But the issue is, how we get it all in one package? and join all windows
> clients into Samba Domain? I hope someone can help me up with this.
> 
> Thanks and Best Regards,
> 
> Richard Ben, CIO
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> unsubscribe@freebsd.org"


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 04:49:27 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9311816A412
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 04:49:27 +0000 (UTC)
	(envelope-from bob@tania.servebbs.org)
Received: from mail1.panix.com (mail1.panix.com [166.84.1.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1E7BD43D53
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 04:49:26 +0000 (GMT)
	(envelope-from bob@tania.servebbs.org)
Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78])
	by mail1.panix.com (Postfix) with ESMTP id 6639A5A0AA
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 00:49:26 -0400 (EDT)
Received: from tania.servebbs.org (pool-71-247-14-113.nycmny.east.verizon.net
	[71.247.14.113])
	by mailspool3.panix.com (Postfix) with ESMTP id CE4C71130F42
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 00:49:22 -0400 (EDT)
From: Bob <bob@tania.servebbs.org>
Organization: TamaraB
To: freebsd-questions@freebsd.org
Date: Mon, 2 Oct 2006 00:48:46 -0400
User-Agent: KMail/1.9.1
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610020048.47955.bob@tania.servebbs.org>
Subject: SWAP priority
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 04:49:27 -0000

 
Hi:

OK, I have 2 swaps, one on the  main raid (4 20GB hot-swap drives) 1/0 and 
another on the secondary (2 20GB hot-swap drives) raid 1. All hardware raid 
via dell PERC2 Controllers.  This is on my personal work-station, which I am 
now using multi-tasking more then I have ever done.

When I first installed the system I allocated SWAP as a seperate partition on 
the main (logical) drive equal to 2X my phisical memory.

It became obvious after a short while, that I had too little physical memory 
(1GB), and I was using swap often. While swapping, things slowed down. So, I 
added an additional 1GB of swap space (via swap file) on the secondary file 
system. I did this as per the manual.

I now have more swap; my question is this: How can I tell the OS to use the 
new swap file BEFORE using the old one? Is there a way to tell the system to 
prioritize the use of multiple swaps?
 
Bob
  

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 08:14:45 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BBA4516A412
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 08:14:45 +0000 (UTC)
	(envelope-from idefix@fechner.net)
Received: from michelle.lostinspace.de (michelle.lostinspace.de
	[62.146.248.226])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5714443D4C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 08:14:43 +0000 (GMT)
	(envelope-from idefix@fechner.net)
Received: from server.idefix.loc (ppp-82-135-68-99.dynamic.mnet-online.de
	[82.135.68.99]) (authenticated bits=0)
	by michelle.lostinspace.de (8.13.8/8.13.8) with ESMTP id k928Ea50060060
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <freebsd-questions@freebsd.org>;
	Mon, 2 Oct 2006 10:14:41 +0200 (CEST)
	(envelope-from idefix@fechner.net)
Received: from idefix by server.idefix.loc with local (Exim 4.63 (FreeBSD))
	(envelope-from <idefix@fechner.net>) id 1GUIwe-0005U0-8m
	for freebsd-questions@freebsd.org; Mon, 02 Oct 2006 10:14:36 +0200
Date: Mon, 2 Oct 2006 10:14:36 +0200
From: Matthias Fechner <idefix@fechner.net>
To: freebsd-questions@freebsd.org
Message-ID: <20061002081435.GB19542@server.idefix.loc>
Mail-Followup-To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Crypto: GnuPG/1.0.6 http://www.gnupg.org
X-GnuPG: 0x1B756EF6
User-Agent: Mutt/1.5.13 (2006-08-11)
Sender: Matthias Fechner <idefix@fechner.net>
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (michelle.lostinspace.de
	[62.146.248.226]); Mon, 02 Oct 2006 10:14:42 +0200 (CEST)
X-Virus-Scanned: ClamAV 0.88.4/1963/Mon Oct 2 08:18:26 2006 on
	michelle.lostinspace.de
X-Virus-Status: Clean
Subject: Problem with pf - bug?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: bsd-questions@freebsd.org
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 08:14:45 -0000

Hi,

I added the following rules to my config for pf:
table <bruteforce> persist file "/usr/local/firewall/bruteforce"
block in   log  quick inet  from <bruteforce>  to any  label "RULE 1 \
-- DROP "
pass in   log  quick inet proto tcp  from any  to any port 22 flags \
S/AS modulate state  (  max-src-conn 100 max-src-conn-rate 5/10,
overload \
<bruteforce> flush global )  label "RULE 2 -- ACCEPT "

If I load the rules everything is fine but if I restart/reload the
rules with the command (sudo /etc/rc.d/pf restart) the PC hangup
compeletely. CTRL+ALT+del has no effect the only why to get the PC
running again is pressing the reset button and do a manual filesystem
check.

Can anyone please help me?

Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 09:14:31 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 444A416A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 09:14:31 +0000 (UTC)
	(envelope-from jonathan@hst.org.za)
Received: from sirian.hst.org.za (sirian.hst.org.za [209.203.2.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CC7E443D45
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 09:14:24 +0000 (GMT)
	(envelope-from jonathan@hst.org.za)
Received: from localhost (localhost.hst.org.za [127.0.0.1])
	by sirian.hst.org.za (Postfix) with ESMTP id EC80531CE0C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 11:15:20 +0200 (SAST)
Received: from sirian.hst.org.za ([127.0.0.1])
	by localhost (sirian.hst.org.za [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 65238-01 for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 11:15:20 +0200 (SAST)
Received: by sirian.hst.org.za (Postfix, from userid 1004)
	id 418A631C56B; Mon,  2 Oct 2006 11:15:20 +0200 (SAST)
Received: from sysadmin.int.dbn.hst.org.za (sysadmin.int.dbn.hst.org.za
	[10.1.1.20]) by sirian.hst.org.za (Postfix) with ESMTP id D697031C56C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 11:15:18 +0200 (SAST)
From: Jonathan McKeown <jonathan@hst.org.za>
Organization: Health Systems Trust
To: FreeBSD-Questions <freebsd-questions@freebsd.org>
Date: Mon, 2 Oct 2006 11:16:04 +0200
User-Agent: KMail/1.7.2
References: <20060930115845.GA88339@lilly.evo.bg>
In-Reply-To: <20060930115845.GA88339@lilly.evo.bg>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610021116.04819.jonathan@hst.org.za>
X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on 
	sirian.hst.org.za
X-Spam-Level: 
X-Spam-Status: No, hits=-4.9 required=7.0 tests=BAYES_00 autolearn=ham 
	version=2.61
X-Virus-Scanned: by amavisd-new at hst.org.za
Subject: Re: USB IrDA Adapter
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 09:14:31 -0000

On Saturday 30 September 2006 13:58, Luchezar Petkov wrote:

> I really need your help. I've just brought my first USB IrDA
> adapter to conncect my phone (Sony Ericsson K300i) to my computer.
> It is recognized by FreeBSD (6.2 beta 1) ::
> ugen0: Prolific Technology Inc. USB-Serial Controller, rev
> 1.10/3.00, addr 2
> --
> addr 1: OHCI root hub, SiS
> uhub1
> addr 2: USB-Serial Controller, Prolific Technology Inc.
> ugen0
> 
> And... What to do now? How to take the pictures from my photo
> camera? How to put files on my phone? I don't know what to do..
> Any ideas?

It sounds like the adapter is trying to present itself as a serial port. The 
Prolific Technology USB-Serial controller needs the uplcom(4) driver either 
compiled into the kernel or loaded as a module.

Try (as root)

kldload uplcom

and then plugging your adapter in. You should see a message about ucom rather 
than ugen, and the devices should be something like

/dev/ttyU0
/dev/cuaU0

as the tty and callout devices for the adapter.

Jonathan

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 09:28:02 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B269416A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 09:28:02 +0000 (UTC) (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 0581243D49
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 09:28:01 +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.13.1/8.12.11) with ESMTP id k929RkCC016037
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <freebsd-questions@freebsd.org>;
	Mon, 2 Oct 2006 16:27:46 +0700 (ICT)
Received: (from on@localhost)
	by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k929S0Hb031142;
	Mon, 2 Oct 2006 16:28:00 +0700 (ICT)
Date: Mon, 2 Oct 2006 16:28:00 +0700 (ICT)
Message-Id: <200610020928.k929S0Hb031142@banyan.cs.ait.ac.th>
From: Olivier Nicole <on@cs.ait.ac.th>
To: freebsd-questions@freebsd.org
X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/)
Subject: Playing audio
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 09:28:02 -0000

Hi,

I have an embeded system build on FreeBSD 4.11, I want to add sound
facility, I have configured pcm and sbc and apparentlyit is working.

In a C program, how can I play a sound file, what format should I use
for that sound file?

Best regards,

Olivier

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 10:17:47 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5C50116A40F
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 10:17:47 +0000 (UTC)
	(envelope-from ohartman@uni-mainz.de)
Received: from mailgate01.zdv.uni-mainz.de (mailgate01.zdv.Uni-Mainz.DE
	[134.93.178.131])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EF5C843D5D
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 10:17:45 +0000 (GMT)
	(envelope-from ohartman@uni-mainz.de)
Received: from exfront02.zdv.uni-mainz.de ([134.93.176.56])
	by mailgate01.zdv.uni-mainz.de with ESMTP; 02 Oct 2006 12:17:44 +0200
Received: from mail.uni-mainz.de ([134.93.176.49]) by
	exfront02.zdv.Uni-Mainz.DE with Microsoft SMTPSVC(6.0.3790.1830); 
	Mon, 2 Oct 2006 12:17:44 +0200
Received: from [130.133.86.198] ([130.133.86.198] RDNS failed) by
	mail.uni-mainz.de over TLS secured channel with Microsoft
	SMTPSVC(6.0.3790.1830); Mon, 2 Oct 2006 12:17:43 +0200
Message-ID: <4520E749.7060907@uni-mainz.de>
Date: Mon, 02 Oct 2006 12:17:45 +0200
From: "O. Hartmann" <ohartman@uni-mainz.de>
User-Agent: Thunderbird 1.5.0.7 (X11/20060915)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 02 Oct 2006 10:17:43.0599 (UTC)
	FILETIME=[FFB923F0:01C6E60B]
Subject: FireFox/Thunderbird: Won't save config nor save any extensions
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 10:17:47 -0000

Hello.
I have a long lasting problem with both Firefox and Thunderbird running 
on FreeBSD 6.X/AMD64. After I made a backup by just copying my homes 
directory onto a DVD+RW and 'reinstalled' it by copying it back to my 
new home folder, I run into trouble with bot mentioned utilities, 
Firefox and even Thunderbird as well. The problem occured is simple. I 
can add and delete addresses in Thunderbird, but I can not install 
extensions, they were never listed although they're on the harddrive 
(you know, that small box where I can select an add on and install it 
already downloaded to a place on harddrive).
Another thing is the position and size of the window. Yo know, when 
closing either program, after restarting it opens at the same size you 
closed it. That is not true in my case, the utilitie simply reopens at 
the size just at that time I did the backup.
In Thunderbird, I'm nt capable of creating some sort of signature as I 
can do this at my lab's computer, running nearly the same operating 
system's configuration and installation.

I tried to 'mtree' the working directory layout to reveal the 
differences and get rid of them, but it didn't work for me.

Is there something that can do the 'trick'? Please let me know, I'll 
appreciate any hint.

Regards,
Oliver

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 10:35:43 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A9BC416A407
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 10:35:43 +0000 (UTC)
	(envelope-from hoyimtang@yahoo.com)
Received: from web35811.mail.mud.yahoo.com (web35811.mail.mud.yahoo.com
	[66.163.179.180])
	by mx1.FreeBSD.org (Postfix) with SMTP id 2FA9543D45
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 10:35:43 +0000 (GMT)
	(envelope-from hoyimtang@yahoo.com)
Received: (qmail 58679 invoked by uid 60001); 2 Oct 2006 10:35:42 -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=3o6XSt6Ia/4foTuOl77jjdtENU3yo9lELw8IDGNVta9O+RXmIkeGm6cgwjpaBev7MXSCWOqgZhpYFL98qDVdoWG/e/hQejaPflH6A5IesJmtekSFh0F0NTCKdfcPjqaA+1/YwNp8K+eUwYzyGRX1ckkFv2if5ZhZwbAlK4rFkik=
	; 
Message-ID: <20061002103542.58677.qmail@web35811.mail.mud.yahoo.com>
Received: from [61.244.236.29] by web35811.mail.mud.yahoo.com via HTTP;
	Mon, 02 Oct 2006 03:35:42 PDT
Date: Mon, 2 Oct 2006 03:35:42 -0700 (PDT)
From: Tang Ho Yim <hoyimtang@yahoo.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: build minimum freebsd from make world
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 10:35:43 -0000

I have already install the minimum FreeBSD 6.1. Now, I would like to know how can I build & install the same minimum FreeBSD 6.1 from make world ?
 		
---------------------------------
Get your email and more, right on the  new Yahoo.com 

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 10:50:19 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ED07B16A416
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 10:50:18 +0000 (UTC)
	(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 D873843D49
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 10:50:17 +0000 (GMT)
	(envelope-from xfb52@dial.pipex.com)
Received: from [172.23.170.142] (helo=anti-virus02-09)
	by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52)
	id 1GULNH-00067p-TK; Mon, 02 Oct 2006 11:50:15 +0100
Received: from [82.41.253.33] (helo=[192.168.0.2])
	by asmtp-out5.blueyonder.co.uk with esmtp (Exim 4.52)
	id 1GULNG-000395-WF; Mon, 02 Oct 2006 11:50:15 +0100
Message-ID: <4520EEE5.5010409@dial.pipex.com>
Date: Mon, 02 Oct 2006 11:50:13 +0100
From: Alex Zbyslaw <xfb52@dial.pipex.com>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515
X-Accept-Language: en
MIME-Version: 1.0
To: Mark <admin@asarian-host.net>
References: <200609302111.k8ULB3jU057396@asarian-host.net>
In-Reply-To: <200609302111.k8ULB3jU057396@asarian-host.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: 'FreeBSD-Questions Questions' <freebsd-questions@freebsd.org>
Subject: Re: Trouble with Berkeley DB version 4.4.20?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 10:50:19 -0000

Mark wrote:

>>>I have done this upgrade path for BerkeleyDB and Perl several times;
>>>from 1.85 -> 4.1 -> 4.2, and now -> 4.4.20. It has always worked well.
>>>Even now it compiles just fine. It just isn't stable anymore.
>>>
>>>If someone out there has an idea, I'd really like to know.
>>>      
>>>
>>I don't have any good answers for you, sorry. Probably no-one is answer-
>>ing because no-one active is doing anything with these particular pack-
>>age versions.
>>
>>But, there is a port of BerkeleyDB (databases/p5-BerkeleyDB) which would
>>save you from having to mess around configuring config.in yourself. Just
>>set something like WITH_BDB_VER=44 (or 42 or...) in pkgtools.conf (for
>>portupgrade) or make.conf or on the command line. The port doesn't seem
>>to do any local patches so I wouldn't expect it to work any better for
>>you, unless you have been doing something wrong.
>>    
>>
>
>Thanks for answering. Really appreciate it.
>
>I actually already tried p5-BerkeleyDB too. Had high hopes for it. It took
>a good 10 minutes or so to compile a new gcc, 3.2.23, first; but after
>that, everything went well. Except that it shows the same behavior.
>Compile goes fine; "make tests" too. But my app core dumps every, say,
>30 times it accesses BerkeleyDB.
>  
>
Not sure why p5-BerkeleyDB thinks it needs a specific gcc, though 3.2.23 
is the version I have anyway (FreeBSD 5.4) so I didn't know to warn you :-(

If you want to pursue further here are some suggestions that I might try:

    1) Make sure you are not doing anything non-standard like using a 
different thread library, or different CFLAGS.  You never know...

    2) Try using a different underlying database type if you can.  E.g. 
if you use hash, then try btree or vice versa

I don't know what your apps do, but make sure for example, that if you 
can have multiple instances which can write to the db at the same time 
that your are locking correctly.  In 1.85 compatibility usage that means 
locking a separate file with e.g. flock and *not* locking the database 
file itself which doesn't work right.

Waiting for 4.5 is an option, but I would worry that whatever change in 
4.4 is making your app crash might also bite in 4.5.  I could find 
nothing on google about perl+4.4 core dumping so I would harbour a  
suspicion that it is something about the way you are using BerkeleyDB 
which is causing the trouble.   I could be wrong of course :-)

--Alex

PS I know there isn't a port yet, but you could just try compiling 4.5 
from the sleepycat sources.  The port for 4.4 doesn't look like it does 
anything sophisticated: just applies the latest patches from sleepycat, 
sets up some configure args, and has one small patch to dist/configure 
which changes -avoid-version into -version-info 0:0:0 in a couple of places.

PPS If I have a chance at some point to try my software with 4.4 I will 
let you know how I get on.  Regrettably, I don't have time right now to 
try it.




From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 13:14:57 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 99AB816A4CE
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 13:14:57 +0000 (UTC) (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 3DCFA43D45
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 13:14:39 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from localhost (localhost [127.0.0.1])
	by pi.codefab.com (Postfix) with ESMTP id BA3695EBD;
	Mon,  2 Oct 2006 09:14:38 -0400 (EDT)
X-Virus-Scanned: amavisd-new at codefab.com
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 p7ajktAnZbUC; Mon,  2 Oct 2006 09:14:32 -0400 (EDT)
Received: from [192.168.1.251] (pool-68-161-96-195.ny325.east.verizon.net
	[68.161.96.195])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pi.codefab.com (Postfix) with ESMTP id BBFC15DA1;
	Mon,  2 Oct 2006 09:14:32 -0400 (EDT)
Message-ID: <452110B6.2010800@mac.com>
Date: Mon, 02 Oct 2006 09:14:30 -0400
From: Chuck Swiger <cswiger@mac.com>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: Bob <bob@tania.servebbs.org>
References: <200610020048.47955.bob@tania.servebbs.org>
In-Reply-To: <200610020048.47955.bob@tania.servebbs.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: SWAP priority
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 13:14:57 -0000

Bob wrote:
> It became obvious after a short while, that I had too little physical memory 
> (1GB), and I was using swap often. While swapping, things slowed down. So, I 
> added an additional 1GB of swap space (via swap file) on the secondary file 
> system. I did this as per the manual.
> 
> I now have more swap; my question is this: How can I tell the OS to use the 
> new swap file BEFORE using the old one? Is there a way to tell the system to 
> prioritize the use of multiple swaps?

The swap system knows how to interleave data between the additional swap areas 
relatively efficiently, but if your current workload is so demanding that you 
need to use more than 2GB of swapspace on a machine with 1GB of RAM, you 
should add more RAM, not more swapspace....

-- 
-Chuck

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 13:36:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3970916A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 13:36:36 +0000 (UTC)
	(envelope-from wmoran@collaborativefusion.com)
Received: from mx00.pub.collaborativefusion.com
	(mx00.pub.collaborativefusion.com [206.210.89.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C272D43D4C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 13:36:33 +0000 (GMT)
	(envelope-from wmoran@collaborativefusion.com)
Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com
	[206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA)
	by wingspan with esmtp; Mon, 02 Oct 2006 09:36:32 -0400
	id 00056440.452115E0.00014821
Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from
	wmoran@collaborativefusion.com)
	with AES256-SHA encrypted SMTP; 2 Oct 2006 09:33:49 -0400
Date: Mon, 2 Oct 2006 09:36:31 -0400
From: Bill Moran <wmoran@collaborativefusion.com>
To: Paul Schmehl <pauls@utdallas.edu>
Message-Id: <20061002093631.36ccb9e9.wmoran@collaborativefusion.com>
In-Reply-To: <B8B7216C25FD6D969AEE7B5D@paul-schmehls-powerbook59.local>
References: <451D62A0.7010603@edpausa.com>
	<20060929143103.1868de7a.wmoran@collaborativefusion.com>
	<B8B7216C25FD6D969AEE7B5D@paul-schmehls-powerbook59.local>
Organization: Collaborative Fusion
X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: dell poweregde 2900/2950 and FreeBSD
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 13:36:36 -0000

In response to Paul Schmehl <pauls@utdallas.edu>:

> --On September 29, 2006 2:31:03 PM -0400 Bill Moran 
> <wmoran@collaborativefusion.com> wrote:
> >
> > 3) We're having intermittent problems with the onboard NICs on these
> >    units.  I have some testing to do Monday to narrow the problem down,
> >    but for now, don't trust the onboard NICs to work reliably.
> 
> Bill, if those are the Broadcomm Extreme NICs (bce), you need to grab the 
> new version of the if_bce.c file.  It fixed the problems that I had with 
> the NICs.  There's a char inside the file that defines the version - you 
> need 0.9.6.  You've got 0.9.5, I'll bet.

Nope:
char bce_driver_version[] = "v0.9.6";

-- 
Bill Moran
Collaborative Fusion Inc.

****************************************************************
IMPORTANT: This message contains confidential information and is
intended only for the individual named. If the reader of this
message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.
****************************************************************

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 13:41:05 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B6D2416A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 13:41:05 +0000 (UTC)
	(envelope-from freebsd-questions-local@be-well.ilk.org)
Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net
	[69.17.117.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD70143D4C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 13:40:56 +0000 (GMT)
	(envelope-from freebsd-questions-local@be-well.ilk.org)
Received: (qmail 22693 invoked from network); 2 Oct 2006 13:40:55 -0000
Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org)
	([66.92.78.145])
	(envelope-sender <freebsd-questions-local@be-well.ilk.org>)
	by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP
	for <freebsd-questions@freebsd.org>; 2 Oct 2006 13:40:55 -0000
Received: by be-well.ilk.org (Postfix, from userid 1147)
	id 901B42842B; Mon,  2 Oct 2006 09:40:54 -0400 (EDT)
To: gerard@seibercom.net
References: <200609291112.43992.gerard@seibercom.net>
From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
Date: Mon, 02 Oct 2006 09:40:54 -0400
In-Reply-To: <200609291112.43992.gerard@seibercom.net> (Gerard Seibert's
	message of "Fri, 29 Sep 2006 11:12:33 -0400")
Message-ID: <44bqouzvh5.fsf@be-well.ilk.org>
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Cc: freebsd-questions@freebsd.org
Subject: Re: Permissions on /var/mail directory
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 13:41:05 -0000

Gerard Seibert <gerard@seibercom.net> writes:

> FreeBSD 6.1-RELEASE-p8
> postfix-current-2.4.20060903,3
> dovecot-1.0.r7
>
> I just did a buildworld along with a new kernel this morning. While doing 
> the installworld, I noticed an error message displayed regarding 
> the /var/mail directory. I have the directory set to: 1777 so that dovecot 
> can assess it. The installworld process reset the permissions to 0775 which 
> were not sufficient for Dovecot.
>
> The dovecot.log file had over a hundred entries similar to this:
>
> deliver(gerard): Error: 
> open(/var/mail/.temp.scorpio.seibercom.net.1123.cd38cd4d82e1368f) failed: 
> Permission denied
> deliver(gerard): Error: file_lock_dotlock() failed with mbox 
> file /var/mail/gerard: Permission denied
>
> Obviously the /var/log/maillog had similar fail warnings.
>
> By changing the permission to 1777 on the /var/mail directory and running 
> postsuper -r ALL, I was able to get the mail delivered. This is the second 
> time this has happened. The last time I rebuild world I experienced the 
> same phenomena. Why does build world insist on changing the directory 
> permissions and is there a way I can prevent it from doing so?
>
> What I am trying to determine is if I really should have those settings on 
> the directory, or if I have something configured wrong in either postfix or 
> dovecot.

Those permissions are awfully lenient, but if you've got a single-user
machine, I suppose you could live with it.

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 13:42:14 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1D9F116A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 13:42:14 +0000 (UTC)
	(envelope-from chobbs@siloamsprings.com)
Received: from [24.248.215.39] (athome.siloamsprings.com [24.248.215.39])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 35D2843D5C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 13:41:47 +0000 (GMT)
	(envelope-from chobbs@siloamsprings.com)
Received: from athome.siloamsprings.com by [24.248.215.39]
	via smtpd (for mx1.freebsd.org [216.136.204.125]) with ESMTP;
	Mon, 2 Oct 2006 08:38:11 -0500
Received: from localhost (localhost.localdomain [127.0.0.1])
	by athome.siloamsprings.com (Postfix) with ESMTP id 506B3694061;
	Mon,  2 Oct 2006 08:47:10 -0500 (CDT)
Received: from localhost (localhost.localdomain [127.0.0.1])
	by athome.siloamsprings.com (Postfix) with ESMTP id 3FCF4694062;
	Mon,  2 Oct 2006 08:47:10 -0500 (CDT)
Received: from athome.siloamsprings.com ([127.0.0.1])
	by localhost (athome.siloamsprings.com [127.0.0.1]) (amavisd-new,
	port 10024)
	with ESMTP id 22551-04; Mon,  2 Oct 2006 08:47:05 -0500 (CDT)
Received: from [10.5.1.254] (unknown [10.5.1.254])
	by athome.siloamsprings.com (Postfix) with ESMTP id DA008694061;
	Mon,  2 Oct 2006 08:47:05 -0500 (CDT)
Received: from no.name.available by [10.5.1.254]
	via smtpd (for athome.siloamsprings.com [10.5.1.3]) with ESMTP;
	Mon, 2 Oct 2006 08:38:06 -0500
Date: Mon, 2 Oct 2006 08:41:10 -0500
From: "Christopher M. Hobbs" <chobbs@siloamsprings.com>
To: stan <stanb@panix.com>
Message-ID: <20061002134110.GA60713@siloamsprings.com>
References: <20061001112048.GA27768@teddy.fas.com>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd"
Content-Disposition: inline
In-Reply-To: <20061001112048.GA27768@teddy.fas.com>
User-Agent: Mutt/1.4.2.2i
X-PGP-Key: http://altbit.org/pseudorandom/keys/officekey.gpg
X-PGP-Key-FingerPrint: 75E4 B0C1 EFCB 13E1 ED5B  A8B8 E43E AFFD A376 48AF
X-Virus-Scanned: by amavisd-new at siloamsprings.com
Cc: freebsd-questions@freebsd.org
Subject: Re: Using wget to mirror just part of a web site?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 13:42:14 -0000


--ZPt4rx8FFjLCG7dd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

> wget -m -nH -r http://us.archive.ubuntu.com/ubuntu/dists -o /var/log/${si=
te}_mirror.log
>=20
> But that gets the whole sit. What I want to do is just start at the
> toop of the "ubuntu/dists" tree.

Perhaps the '--no-parent' knob would be of some help?

cmh
--=20
Christopher M. Hobbs
IS Technician, City of Siloam Springs
chobbs@siloamsprings.com, (479).524.5136

--ZPt4rx8FFjLCG7dd
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFIRb25D6v/aN2SK8RAh5CAKDjhhQa0c262jbDIamIgkMDt+HuSgCgnCyd
33bOGqpZkGROzXjFvfC0YZc=
=YHM8
-----END PGP SIGNATURE-----

--ZPt4rx8FFjLCG7dd--


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 13:50:09 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E593E16A47C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 13:50:09 +0000 (UTC)
	(envelope-from dead_line@hotmail.com)
Received: from bay0-omc2-s17.bay0.hotmail.com (bay0-omc2-s17.bay0.hotmail.com
	[65.54.246.153])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF4043D82
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 13:49:53 +0000 (GMT)
	(envelope-from dead_line@hotmail.com)
Received: from hotmail.com ([65.54.175.17]) by bay0-omc2-s17.bay0.hotmail.com
	with Microsoft SMTPSVC(6.0.3790.1830); 
	Mon, 2 Oct 2006 06:49:53 -0700
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	Mon, 2 Oct 2006 06:49:52 -0700
Message-ID: <BAY104-F7CB0AC183B548369FBF049A1F0@phx.gbl>
Received: from 65.54.175.200 by by104fd.bay104.hotmail.msn.com with HTTP;
	Mon, 02 Oct 2006 13:49:48 GMT
X-Originating-IP: [62.150.216.225]
X-Originating-Email: [dead_line@hotmail.com]
X-Sender: dead_line@hotmail.com
From: "Marwan Sultan" <dead_line@hotmail.com>
To: freebsd-questions@freebsd.org
Date: Mon, 02 Oct 2006 13:49:48 +0000
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
X-OriginalArrivalTime: 02 Oct 2006 13:49:52.0673 (UTC)
	FILETIME=[A2D7B110:01C6E629]
Subject: how to block rj45 sockets.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 13:50:10 -0000

Hello All,

Well, seems no one has any answer for my previuos question, So I will just 
rephase the Question.

I have a 66 wall rj45 sockets devided by 4 Belking SwitchHubs connected to 
FreeBSD 6.1-R
Server acting as internet gateway.

Can by anyhow block some sockets (ports) from the serve?
is there any creative way to block some sockets and keep others?

I dunt want to restrict by MAC adrs, just the wall socket..any ideas? or its 
just impossible.

Thank you all
  Marwan

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 14:01:33 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6C49F16A538
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 14:01:33 +0000 (UTC)
	(envelope-from shinjii@virusinfo.rdksupportinc.com)
Received: from smarthost1.sa.chariot.net.au (smarthost1.sa.chariot.net.au
	[203.87.94.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 291C343D79
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 14:01:11 +0000 (GMT)
	(envelope-from shinjii@virusinfo.rdksupportinc.com)
Received: from mail.qld.chariot.net.au (mail.qld.chariot.net.au
	[203.87.95.166])
	by smarthost1.sa.chariot.net.au (Postfix) with ESMTP id C3DD12B31C0
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 23:31:04 +0930 (CST)
Received: from localhost (avs1.sa.chariot.net.au [203.87.94.7])
	by mail.qld.chariot.net.au (Postfix) with ESMTP id A37404E8A2
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 00:01:04 +1000 (EST)
Received: from mail.qld.chariot.net.au ([203.87.95.166])
	by localhost (avs1.sa.chariot.net.au [203.87.94.7]) (amavisd-new,
	port 10024)
	with LMTP id 11506-01-32 for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 23:31:04 +0930 (CST)
Received: from [192.168.1.66] (static-203-87-66-248.qld.chariot.net.au
	[203.87.66.248])
	by mail.qld.chariot.net.au (Postfix) with ESMTP id 6ED1B4E87D
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 00:01:04 +1000 (EST)
From: Warren Liddell <shinjii@virusinfo.rdksupportinc.com>
To: freebsd-questions@freebsd.org
Date: Tue, 3 Oct 2006 00:04:48 +1000
User-Agent: KMail/1.9.4
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610030004.49614.shinjii@virusinfo.rdksupportinc.com>
X-Virus-Scanned: amavisd-new at chariot.net.au
Subject: Running Name Server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 14:01:33 -0000

Im wanting to run a name server server locally around my network on FreeBSD 
6.2-PRERELEASE ... Where abouts do i find the port to install so i can 
configure it ?

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 14:12:46 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5DD2B16A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 14:12:46 +0000 (UTC)
	(envelope-from derek@computinginnovations.com)
Received: from betty.computinginnovations.com
	(dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A951B43D5A
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 14:12:45 +0000 (GMT)
	(envelope-from derek@computinginnovations.com)
Received: from p28.computinginnovations.com
	(dhcp-10-20-30-100.computinginnovations.com [10.20.30.100])
	(authenticated bits=0)
	by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id
	k92ECNhL099986; Mon, 2 Oct 2006 09:12:23 -0500 (CDT)
Message-Id: <6.0.0.22.2.20061002091014.02116060@mail.computinginnovations.com>
X-Sender: derek@mail.computinginnovations.com
X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22
Date: Mon, 02 Oct 2006 09:11:58 -0500
To: Warren Liddell <shinjii@virusinfo.rdksupportinc.com>,
	freebsd-questions@freebsd.org
From: Derek Ragona <derek@computinginnovations.com>
In-Reply-To: <200610030004.49614.shinjii@virusinfo.rdksupportinc.com>
References: <200610030004.49614.shinjii@virusinfo.rdksupportinc.com>
Mime-Version: 1.0
X-ComputingInnovations-MailScanner-Information: Please contact the ISP for
	more information
X-ComputingInnovations-MailScanner: Found to be clean
X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com
X-Spam-Status: No
Content-Type: text/plain; charset="us-ascii"; format=flowed
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Re: Running Name Server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 14:12:46 -0000

FreeBSD runs bind as part of the system.  Check the handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-dns.html

to configure it.

         -Derek


At 09:04 AM 10/2/2006, Warren Liddell wrote:
>Im wanting to run a name server server locally around my network on FreeBSD
>6.2-PRERELEASE ... Where abouts do i find the port to install so i can
>configure it ?
>_______________________________________________
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
>--
>This message has been scanned for viruses and
>dangerous content by MailScanner, and is
>believed to be clean.
>MailScanner thanks transtec Computers for their support.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 14:16:02 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D07DF16A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 14:16:02 +0000 (UTC)
	(envelope-from wmoran@collaborativefusion.com)
Received: from mx00.pub.collaborativefusion.com
	(mx00.pub.collaborativefusion.com [206.210.89.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D3FEB43D9E
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 14:15:22 +0000 (GMT)
	(envelope-from wmoran@collaborativefusion.com)
Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com
	[206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA)
	by wingspan with esmtp; Mon, 02 Oct 2006 10:15:22 -0400
	id 00056420.45211EFA.000087A4
Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from
	wmoran@collaborativefusion.com)
	with AES256-SHA encrypted SMTP; 2 Oct 2006 10:12:37 -0400
Date: Mon, 2 Oct 2006 10:15:20 -0400
From: Bill Moran <wmoran@collaborativefusion.com>
To: "Marwan Sultan" <dead_line@hotmail.com>
Message-Id: <20061002101520.4a212a6c.wmoran@collaborativefusion.com>
In-Reply-To: <BAY104-F7CB0AC183B548369FBF049A1F0@phx.gbl>
References: <BAY104-F7CB0AC183B548369FBF049A1F0@phx.gbl>
Organization: Collaborative Fusion
X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: how to block rj45 sockets.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 14:16:02 -0000

In response to "Marwan Sultan" <dead_line@hotmail.com>:

> Hello All,
> 
> Well, seems no one has any answer for my previuos question, So I will just 
> rephase the Question.
> 
> I have a 66 wall rj45 sockets devided by 4 Belking SwitchHubs connected to 
> FreeBSD 6.1-R
> Server acting as internet gateway.
> 
> Can by anyhow block some sockets (ports) from the serve?
> is there any creative way to block some sockets and keep others?
> 
> I dunt want to restrict by MAC adrs, just the wall socket..any ideas? or its 
> just impossible.

Get real switching hardware to replace those Belkins.  Cisco and other
switches will allow you to enable/disable ports on demand.

-- 
Bill Moran
Collaborative Fusion Inc.

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 14:16:47 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 718F316A4F3
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 14:16:47 +0000 (UTC)
	(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 861F243D8B
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 14:16:00 +0000 (GMT)
	(envelope-from nalists@scls.lib.wi.us)
Received: from [10.1.99.103] ([10.1.99.103])
	by mail.scls.lib.wi.us (8.13.1/8.13.1) with ESMTP id k92EEaVR034631;
	Mon, 2 Oct 2006 09:14:36 -0500 (CDT)
	(envelope-from nalists@scls.lib.wi.us)
Message-ID: <45211F1E.5080709@scls.lib.wi.us>
Date: Mon, 02 Oct 2006 09:15:58 -0500
From: Greg Barniskis <nalists@scls.lib.wi.us>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: Warren Liddell <shinjii@virusinfo.rdksupportinc.com>
References: <200610030004.49614.shinjii@virusinfo.rdksupportinc.com>
In-Reply-To: <200610030004.49614.shinjii@virusinfo.rdksupportinc.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: Running Name Server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 14:16:47 -0000

Warren Liddell wrote:
> Im wanting to run a name server server locally around my network on FreeBSD 
> 6.2-PRERELEASE ... Where abouts do i find the port to install so i can 
> configure it ?

There are DNS ports, but the BIND name server is native to the 
system. You just need to config and enable it.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-dns.html

If you don't want BIND, DNS ports would be in ports/net.

-- 
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
<gregb at scls.lib.wi.us>, (608) 266-6348

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 14:52:32 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8FE5D16A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 14:52:32 +0000 (UTC)
	(envelope-from d1945@sbcglobal.net)
Received: from smtp111.sbc.mail.mud.yahoo.com (smtp111.sbc.mail.mud.yahoo.com
	[68.142.198.210])
	by mx1.FreeBSD.org (Postfix) with SMTP id 3820943D6E
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 14:52:27 +0000 (GMT)
	(envelope-from d1945@sbcglobal.net)
Received: (qmail 52839 invoked from network); 2 Oct 2006 14:52:26 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net;
	h=Received:Received:Date:From:To:Subject:Message-ID:Reply-To:Mail-Followup-To:References:Mime-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent;
	b=YKPC7Hsqxbzx2q5YCQk7fS3M9cWUrttinxIzpdJKNfVMI9NVoHoa45ImilhW/jvRZn9NWyIMe4S0GY5E/2N0qKbnTMiKQzYeY6o8wHyjOzqyRBZu7OjZqQ6UplDvYeP0Fj5lVuymrBWv8opAYncgL1r9ipMlSVI3vXKpIPhKbJs=
	; 
Received: from unknown (HELO home) (d1945@sbcglobal.net@69.104.191.121 with
	login)
	by smtp111.sbc.mail.mud.yahoo.com with SMTP; 2 Oct 2006 14:52:26 -0000
Received: by home (sSMTP sendmail emulation); Mon, 2 Oct 2006 07:52:25 -0700
Date: Mon, 2 Oct 2006 07:52:25 -0700
From: George Allan <d1945@sbcglobal.net>
To: freebsd-questions@freebsd.org
Message-ID: <20061002145225.GA988@home>
Mail-Followup-To: freebsd-questions@freebsd.org
References: <200610030004.49614.shinjii@virusinfo.rdksupportinc.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200610030004.49614.shinjii@virusinfo.rdksupportinc.com>
User-Agent: Mutt/1.4.2.1i
Subject: Re: Running Name Server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: freebsd-questions@freebsd.org
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 14:52:32 -0000

On Tue, Oct 03, 2006 at 12:04:48AM +1000, Warren Liddell wrote:
> Im wanting to run a name server server locally around my network on
> FreeBSD 6.2-PRERELEASE ... Where abouts do i find the port to install
> so i can configure it ?

/usr/ports/dns/bind9/    

Read the Handbook for information on how to set things up.
Additionally, I'd suggest checking out Greg Leahy's FreeBSD book, now
available in downloadable PDF format from
http://www.lemis.com/grog/Documentation/CFBSD/.  Even better, buy it.

If you don't have a registered domain name, note that the "example.org"
domain is reserved for such uses; but any "fantasy" name should work,
providing the name you choose doesn't conflict with a real (registered)
domain.  

You'll also most likely want to add a DHCP server.

cd /usr/ports && make search name=dhcp

The rest is left as an exercise for the reader.







From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 15:10:20 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@FreeBSD.org
Delivered-To: freebsd-questions@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3B7F916A407
	for <freebsd-questions@FreeBSD.org>;
	Mon,  2 Oct 2006 15:10:20 +0000 (UTC)
	(envelope-from JimBorland@meridiansystems.co.uk)
Received: from c2bthomr04.btconnect.com (c2bthomr04.btconnect.com
	[194.73.73.212])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1D77743D5C
	for <freebsd-questions@FreeBSD.org>;
	Mon,  2 Oct 2006 15:10:12 +0000 (GMT)
	(envelope-from JimBorland@meridiansystems.co.uk)
Received: from meridiansystems.co.uk
	(host81-138-178-166.in-addr.btopenworld.com [81.138.178.166])
	by c2bthomr04.btconnect.com (MOS 3.7.4b-GA) with ESMTP id FTL66899;
	Mon, 2 Oct 2006 16:04:17 +0100 (BST)
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Date: Mon, 2 Oct 2006 16:10:58 +0100
Content-class: urn:content-classes:message
Message-ID: <41CAF31DAF5DBD4093DBD271E46C0E8704D1E1@msl01.msl.local>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2663
Thread-Topic: Application run on SCO Openserver but not freeBSD.
thread-index: Acbi2g0ENCyCKnKZScOH6JJPV6niKQABGzUgANWLYyA=
Importance: normal
Priority: normal
From: "Jim Borland" <JimBorland@meridiansystems.co.uk>
To: <freebsd-questions@FreeBSD.org>
Cc: 
Subject: Application run on SCO Openserver but not freeBSD.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 15:10:20 -0000

Hi,
I have an application which I run on SCO Openserver and I was hoping it
would run on FreeBSD but it doesn't. It is a cobol application but the
cobol compiler will not run.
Many years ago we moved from Interactive Unix to SCO and we simply
copied the complier onto the SCO box and away it went, I was hoping to
do the same with FreeBSD, is that not possible?
Regards,
Jim.
--------------------------------------------------------


Jim Borland

Unit 2  Wallace Studios
27 Wallace Avenue
LisburnBT27 4AE
mail: JimBorland@meridiansystems.co.uk
www: www.meridiansystems.co.uk
tel: +44 (0)28 9260 5060
fax: +44 (0)28 9264 0700
mob:=20

--------------------------------------------------------

This message contains confidential information and is intended only for =
freebsd-questions@FreeBSD.org. If you are not =
freebsd-questions@FreeBSD.org you should not disseminate, distribute or =
copy this e-mail. Please notify JimBorland@meridiansystems.co.uk =
immediately by e-mail if you have received this e-mail by mistake and =
delete this e-mail from your system. E-mail transmission cannot be =
guaranteed to be secure or error-free as information could be =
intercepted, corrupted, lost, destroyed, arrive late or incomplete, or =
contain viruses. Jim Borland therefore does not accept liability for any =
errors or omissions in the contents of this message, which arise as a =
result of e-mail transmission. If verification is required please =
request a hard-copy version.
--------------------------------------------------------

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 15:21:31 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3127116A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 15:21:31 +0000 (UTC)
	(envelope-from infofarmer@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 02C9B43D5C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 15:21:21 +0000 (GMT)
	(envelope-from infofarmer@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so2451010pye
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 08:21:21 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
	b=De6YhOJVFMEMft6J0CwZd++1M8rH/cLhRTXm825hLRwOnl0Ea739R8ov6t26SocpUFLyGDFIMGzhPwOwcNRD8K1q7e0AJzFqhFa9NEanyc/ZqD48UCHBtjXozw/f0jyRUaiJwvUP9bEUMpohIe15tQHKA9QSIntM0oYtjwzrsoE=
Received: by 10.35.48.15 with SMTP id a15mr7671241pyk;
	Mon, 02 Oct 2006 08:21:21 -0700 (PDT)
Received: by 10.35.119.12 with HTTP; Mon, 2 Oct 2006 08:21:21 -0700 (PDT)
Message-ID: <cb5206420610020821q6b085206ncc306f1d69b42bbc@mail.gmail.com>
Date: Mon, 2 Oct 2006 19:21:21 +0400
From: "Andrew Pantyukhin" <infofarmer@FreeBSD.org>
Sender: infofarmer@gmail.com
To: "Jim Borland" <JimBorland@meridiansystems.co.uk>
In-Reply-To: <41CAF31DAF5DBD4093DBD271E46C0E8704D1E1@msl01.msl.local>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <41CAF31DAF5DBD4093DBD271E46C0E8704D1E1@msl01.msl.local>
X-Google-Sender-Auth: d603894c5b4ec816
Cc: freebsd-questions@freebsd.org
Subject: Re: Application run on SCO Openserver but not freeBSD.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 15:21:31 -0000

On 10/2/06, Jim Borland <JimBorland@meridiansystems.co.uk> wrote:
> Hi,
> I have an application which I run on SCO Openserver and I was hoping it
> would run on FreeBSD but it doesn't. It is a cobol application but the
> cobol compiler will not run.
> Many years ago we moved from Interactive Unix to SCO and we simply
> copied the complier onto the SCO box and away it went, I was hoping to
> do the same with FreeBSD, is that not possible?

Have you tried OpenCOBOL compiler from ports?

http://www.freshports.org/lang/open-cobol/

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 15:22:16 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DF88516A47B
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 15:22:16 +0000 (UTC) (envelope-from vdemart1@tin.it)
Received: from vsmtp2.tin.it (vsmtp2.tin.it [212.216.176.222])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5E34343D4C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 15:22:16 +0000 (GMT) (envelope-from vdemart1@tin.it)
Received: from pswm7.cp.tin.it (192.168.70.27) by vsmtp2.tin.it (7.2.072.1)
	id 451AB62000253891 for freebsd-questions@freebsd.org;
	Mon, 2 Oct 2006 17:22:13 +0200
Message-ID: <10e099e37d6.vdemart1@tin.it>
Date: Mon, 2 Oct 2006 16:22:13 +0100 (GMT+01:00)
From: Vittorio <vdemart1@tin.it>
To: freebsd-questions@freebsd.org
Mime-Version: 1.0
Content-Type: text/plain;charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Originating-IP: 194.185.25.72
Subject: ipfw & cups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Vittorio <vdemart1@tin.it>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 15:22:17 -0000

To my ipfw firewall I have added, according to what I found in the 
internet, the following rule to allow the use of cupsd on the same box:

00520 allow ip from any to any dst-port 631 in

to no avail because it 
is not even checked as you can see below from the log (obtained from 
kde kcontrol center trying (and failing) to display the connected cups' 
printers):

Am I missing something?
What should I do?
Ciao
Vittorio
......................................
NbBSD# ipfw -td list
00500                         check-state
00501 Mon Oct  2 17:10:13 
2006 deny tcp from any to any established
00502                         
deny ip from any to any frag
00503 Mon Oct  2 17:10:13 2006 allow ip 
from any to any via lo0
00514                         deny ip from any 
to any not verrevpath in
00520                         allow ip from 
any to any dst-port 631 in
00525                         deny ip from 
any to 127.0.0.0/8
.......................................................................
.......................................................................
00609                         allow tcp from 10.155.102.6 1491 to any
00610                         allow tcp from me to any dst-port 53 out 
via fxp0 keep-state
00612                         allow udp from me to 
any dst-port 53 out via fxp0 keep-state
00700                         
allow icmp from 10.155.0.0/16 to any via fxp0
65535 Mon Oct  2 17:10:13 
2006 deny ip from any to any


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 14:24:11 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@FreeBSD.org
Delivered-To: freebsd-questions@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 128BB16A407
	for <freebsd-questions@FreeBSD.org>;
	Mon,  2 Oct 2006 14:24:11 +0000 (UTC)
	(envelope-from conphara@yahoo.com)
Received: from web57114.mail.re3.yahoo.com (web57114.mail.re3.yahoo.com
	[216.252.111.127])
	by mx1.FreeBSD.org (Postfix) with SMTP id E227743D8E
	for <freebsd-questions@FreeBSD.org>;
	Mon,  2 Oct 2006 14:23:52 +0000 (GMT)
	(envelope-from conphara@yahoo.com)
Received: (qmail 54857 invoked by uid 60001); 2 Oct 2006 14:23:52 -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=v2V2gn4GsX3Xwx3ppHrWN3nP+Z83LZ53WMQy2/aBOu6PZMiwxUfVznNILa6nkkCdNgxVoOzrUaf0ak1PV/2VnC6rLtyBRu2dEDiYsM2P+7Luth7tj6oXbqi4X3U/UyHfxEdPjjWsUSNsR1Lk6MPJkg3a0zeuVzD4rolMW3v3t+Y=
	; 
Message-ID: <20061002142352.54855.qmail@web57114.mail.re3.yahoo.com>
Received: from [80.198.90.250] by web57114.mail.re3.yahoo.com via HTTP;
	Mon, 02 Oct 2006 07:23:52 PDT
Date: Mon, 2 Oct 2006 07:23:52 -0700 (PDT)
From: Michael Christensen <conphara@yahoo.com>
To: freebsd-questions@FreeBSD.org
MIME-Version: 1.0
X-Mailman-Approved-At: Mon, 02 Oct 2006 16:07:35 +0000
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Question about installing FreeBSD
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 14:24:11 -0000

Hi,
   
  I really hope that you're answering questions about installing FreeBSD, since I can't yet start threads on freebsdforum.org.
   
  My question is : 
  I have downloaded the entire FreeBSD 6.1 (about 17,5 GB) and made a FREEBSD directory on one of my HDs and now trying to install BSD on the other. 
  I'm booting from floppies and now can't understand why the sysinstall can't find the DOS partition on the slave. Is it because it's on a NTFS or what am I doing wrong?
   
  Thomas



 		
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 16:07:59 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 37DC416A500
	for <questions@freebsd.org>; Mon,  2 Oct 2006 16:07:59 +0000 (UTC)
	(envelope-from lists@stringsutils.com)
Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8ECB143D64
	for <questions@freebsd.org>; Mon,  2 Oct 2006 16:07:52 +0000 (GMT)
	(envelope-from lists@stringsutils.com)
Received: from zoraida.natserv.net (localhost.natserv.net [127.0.0.1])
	by zoraida.natserv.net (Postfix) with ESMTP id 1C692B838;
	Mon,  2 Oct 2006 12:07:46 -0400 (EDT)
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on zoraida.natserv.net
X-Spam-Level: 
X-Spam-Status: No, score=-3.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham 
	version=3.1.3
Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147])
	by zoraida.natserv.net (Postfix) with ESMTP id C496CB833;
	Mon,  2 Oct 2006 12:07:45 -0400 (EDT)
References: <C87B42D9-AF83-4DFC-9E13-53FCD874A444@obmail.net>
	<20060921182252.GA24321@xor.obsecurity.org>
	<FC0253C7-B04C-4609-96D0-BD8AACAB5646@obmail.net>
	<20060921184546.GA24778@xor.obsecurity.org>
Message-ID: <cone.1159805265.552444.41259.1000@zoraida.natserv.net>
X-Mailer: http://www.courier-mta.org/cone/
From: Francisco Reyes <lists@stringsutils.com>
To: Kris Kennaway <kris@obsecurity.org>
Date: Mon, 02 Oct 2006 12:07:45 -0400
Mime-Version: 1.0
Content-Type: text/plain; format=flowed; charset="US-ASCII"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Cc: Michael Conlen <m@obmail.net>, questions@freebsd.org
Subject: Re: 6.1 and NFS
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 16:07:59 -0000

Kris Kennaway writes:

> There are a number of PRs I filed, but those aren't all of the
> problems.  It will require fairly major work to fix - the best hope
> would be if someone was funded to work on it.

A couple of months back the place I work for had a number of issues with 
NFS. We tried to find someone to work with us and we were offering to pay. 
After weeks searching I was unable to find someone. A few weeks later We got 
in touch with Mohan Srinivasan who graciously spent time during his vacation 
to help us.

Although I believe our problems were in a good deal related to our own 
network quality the state of the NFS server seems to need some considerable 
work. Also we found a couple of additional bugs with the client which made 
things even worse.

So.. if there is someone who is willing to work on NFS.. as a contract there 
needs to be a way for companies willing to fund it to get in touch with such 
person(s). Perhaps there could be a list/forum where people familiar with 
internals such as NFS, can post their availability and willingness to do 
contract work so companies willing to fund development in a particular area 
can get in touch with the right people. 

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 16:16:58 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 7A09316A407
	for <questions@freebsd.org>; Mon,  2 Oct 2006 16:16:58 +0000 (UTC)
	(envelope-from wmoran@collaborativefusion.com)
Received: from mx00.pub.collaborativefusion.com
	(mx00.pub.collaborativefusion.com [206.210.89.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7F92143D4C
	for <questions@freebsd.org>; Mon,  2 Oct 2006 16:16:57 +0000 (GMT)
	(envelope-from wmoran@collaborativefusion.com)
Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com
	[206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA)
	by wingspan with esmtp; Mon, 02 Oct 2006 12:16:56 -0400
	id 00056446.45213B78.00010658
Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from
	wmoran@collaborativefusion.com)
	with AES256-SHA encrypted SMTP; 2 Oct 2006 12:14:12 -0400
Date: Mon, 2 Oct 2006 12:16:55 -0400
From: Bill Moran <wmoran@collaborativefusion.com>
To: Francisco Reyes <lists@stringsutils.com>
Message-Id: <20061002121655.f1ae5954.wmoran@collaborativefusion.com>
In-Reply-To: <cone.1159805265.552444.41259.1000@zoraida.natserv.net>
References: <C87B42D9-AF83-4DFC-9E13-53FCD874A444@obmail.net>
	<20060921182252.GA24321@xor.obsecurity.org>
	<FC0253C7-B04C-4609-96D0-BD8AACAB5646@obmail.net>
	<20060921184546.GA24778@xor.obsecurity.org>
	<cone.1159805265.552444.41259.1000@zoraida.natserv.net>
Organization: Collaborative Fusion
X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: Michael Conlen <m@obmail.net>, questions@freebsd.org,
	Kris Kennaway <kris@obsecurity.org>
Subject: Re: 6.1 and NFS
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 16:16:58 -0000

In response to Francisco Reyes <lists@stringsutils.com>:

> Kris Kennaway writes:
> 
> > There are a number of PRs I filed, but those aren't all of the
> > problems.  It will require fairly major work to fix - the best hope
> > would be if someone was funded to work on it.
> 
> A couple of months back the place I work for had a number of issues with 
> NFS. We tried to find someone to work with us and we were offering to pay. 
> After weeks searching I was unable to find someone. A few weeks later We got 
> in touch with Mohan Srinivasan who graciously spent time during his vacation 
> to help us.
> 
> Although I believe our problems were in a good deal related to our own 
> network quality the state of the NFS server seems to need some considerable 
> work. Also we found a couple of additional bugs with the client which made 
> things even worse.
> 
> So.. if there is someone who is willing to work on NFS.. as a contract there 
> needs to be a way for companies willing to fund it to get in touch with such 
> person(s). Perhaps there could be a list/forum where people familiar with 
> internals such as NFS, can post their availability and willingness to do 
> contract work so companies willing to fund development in a particular area 
> can get in touch with the right people. 

Have you tried contacting the Foundation?
http://www.freebsdfoundation.org/

It's my understanding that they coordinate most of this money ->
developers stuff ...

-- 
Bill Moran
Collaborative Fusion Inc.

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 16:29:39 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8F2ED16A415
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 16:29:39 +0000 (UTC)
	(envelope-from wmoran@collaborativefusion.com)
Received: from mx00.pub.collaborativefusion.com
	(mx00.pub.collaborativefusion.com [206.210.89.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EDFD243D5C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 16:29:37 +0000 (GMT)
	(envelope-from wmoran@collaborativefusion.com)
Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com
	[206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA)
	by wingspan with esmtp; Mon, 02 Oct 2006 12:29:37 -0400
	id 00056422.45213E71.0001074B
Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from
	wmoran@collaborativefusion.com)
	with AES256-SHA encrypted SMTP; 2 Oct 2006 12:26:53 -0400
Date: Mon, 2 Oct 2006 12:29:36 -0400
From: Bill Moran <wmoran@collaborativefusion.com>
To: Paul Schmehl <pauls@utdallas.edu>
Message-Id: <20061002122936.32d93517.wmoran@collaborativefusion.com>
In-Reply-To: <B8B7216C25FD6D969AEE7B5D@paul-schmehls-powerbook59.local>
References: <451D62A0.7010603@edpausa.com>
	<20060929143103.1868de7a.wmoran@collaborativefusion.com>
	<B8B7216C25FD6D969AEE7B5D@paul-schmehls-powerbook59.local>
Organization: Collaborative Fusion
X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: dell poweregde 2900/2950 and FreeBSD
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 16:29:39 -0000

In response to Paul Schmehl <pauls@utdallas.edu>:

> --On September 29, 2006 2:31:03 PM -0400 Bill Moran 
> <wmoran@collaborativefusion.com> wrote:
> >
> > 3) We're having intermittent problems with the onboard NICs on these
> >    units.  I have some testing to do Monday to narrow the problem down,
> >    but for now, don't trust the onboard NICs to work reliably.
> 
> Bill, if those are the Broadcomm Extreme NICs (bce), you need to grab the 
> new version of the if_bce.c file.  It fixed the problems that I had with 
> the NICs.  There's a char inside the file that defines the version - you 
> need 0.9.6.  You've got 0.9.5, I'll bet.

Note that I just ran a buildworld over NFS with no problems, so it
seems as if all issues have been resolved in the 0.9.6 version.

Must have had something else going on during last week's tests.

-- 
Bill Moran
Collaborative Fusion Inc.

****************************************************************
IMPORTANT: This message contains confidential information and is
intended only for the individual named. If the reader of this
message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.
****************************************************************

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 16:31:06 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B36C516A47B
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 16:31:06 +0000 (UTC)
	(envelope-from levchenko.i@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9314443D4C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 16:31:04 +0000 (GMT)
	(envelope-from levchenko.i@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so481821uge
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 09:31:04 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=BChUbJsWL2e0LcXa5IDRZf+adLf/litJY1I38LlnCESbBjroE0OJUix31BWzyKLXeGxvcAnl0Q35UyGNVMpDiOyUf2L6gFQhC63flTp+7grzTmUnkCmb+6Sd+uIJz+Y6ge+twSqOREgjD6WGA7Zl/InVkNodb9VDtzHQAk7PoVk=
Received: by 10.67.117.2 with SMTP id u2mr2792270ugm;
	Mon, 02 Oct 2006 09:31:03 -0700 (PDT)
Received: by 10.66.232.6 with HTTP; Mon, 2 Oct 2006 09:31:03 -0700 (PDT)
Message-ID: <e39dd5bb0610020931p62af0c41ic1aa87eb50cd2c6b@mail.gmail.com>
Date: Mon, 2 Oct 2006 19:31:03 +0300
From: "Ivan Levchenko" <levchenko.i@gmail.com>
To: "Christopher M. Hobbs" <chobbs@siloamsprings.com>
In-Reply-To: <20061002134110.GA60713@siloamsprings.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <20061001112048.GA27768@teddy.fas.com>
	<20061002134110.GA60713@siloamsprings.com>
Cc: stan <stanb@panix.com>, freebsd-questions@freebsd.org
Subject: Re: Using wget to mirror just part of a web site?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 16:31:06 -0000

Yes, the --no-parent is what you need

On 10/2/06, Christopher M. Hobbs <chobbs@siloamsprings.com> wrote:
> > wget -m -nH -r http://us.archive.ubuntu.com/ubuntu/dists -o /var/log/${site}_mirror.log
> >
> > But that gets the whole sit. What I want to do is just start at the
> > toop of the "ubuntu/dists" tree.
>
> Perhaps the '--no-parent' knob would be of some help?
>
> cmh
> --
> Christopher M. Hobbs
> IS Technician, City of Siloam Springs
> chobbs@siloamsprings.com, (479).524.5136
>
>
>


-- 
Best Regards,

Ivan Levchenko
levchenko.i@gmail.com

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 16:44:39 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6330316A40F
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 16:44:39 +0000 (UTC) (envelope-from stanb@panix.com)
Received: from mail3.panix.com (mail3.panix.com [166.84.1.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 286AD43D55
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 16:44:38 +0000 (GMT) (envelope-from stanb@panix.com)
Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79])
	by mail3.panix.com (Postfix) with ESMTP id 9057813A7A7
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 12:44:37 -0400 (EDT)
Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net
	[68.58.232.106])
	by mailspool2.panix.com (Postfix) with ESMTP id ED8AF908C02
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 12:44:37 -0400 (EDT)
Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian))
	id 1GUQuD-0002jk-00
	for <freebsd-questions@freebsd.org>; Mon, 02 Oct 2006 12:44:37 -0400
Date: Mon, 2 Oct 2006 12:44:36 -0400
From: stan <stanb@panix.com>
To: Free BSD Questions list <freebsd-questions@freebsd.org>
Message-ID: <20061002164436.GA10044@teddy.fas.com>
Mail-Followup-To: Free BSD Questions list <freebsd-questions@freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Editor: gVim
X-Operating-System: Debian GNU/Linux
X-Kernel-Version: 2.4.23
X-Uptime: 12:32:04 up 168 days, 13:34, 1 user, load average: 0.00, 0.00, 0.00
User-Agent: Mutt/1.5.4i
Sender: Stan Brown <stanb@panix.com>
Subject: xrestop usage
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 16:44:39 -0000

WE have deployed a number of ^ CURRENT machines as what are basicly kosoks.
We are seeing some issues with Firefox memory usage growth on long running
systems.

Soem googling has lead to a link sugestiong a possible solution. The
linkalos recomends using xrestop to examine the potential issue.

I've built this tool from ports, but when I run it it gives me an error
message like this:

xrestop: XResQueryExtension failed. Display Missing XRes extension ?

So, it appears that I eed an extension fo xorg. 

How can I add this extnsion?

-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 17:10:14 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EF06B16A40F
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:10:14 +0000 (UTC)
	(envelope-from whatawonderfulworldweliveintoo@yahoo.com)
Received: from web58415.mail.re3.yahoo.com (web58415.mail.re3.yahoo.com
	[68.142.236.183])
	by mx1.FreeBSD.org (Postfix) with SMTP id 4C8DB43D46
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:10:14 +0000 (GMT)
	(envelope-from whatawonderfulworldweliveintoo@yahoo.com)
Received: (qmail 17340 invoked by uid 60001); 2 Oct 2006 17:10:13 -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=LBO+lKyxmrEdLWb0ZhVYZr+3h8PJaPbC3+0KFnGA+dcvvEe2FduMbzKDVIMJbQNoFqEik8TXG4NhSBrztzxsucDTDJ1Whl6q2UzpAjGuzj3z0Le2aBABWI+56VuVnbGoVtD2EiJeDtAf/Kztc+xEQS77+8CHCk7hep3QTMG88e0=
	; 
Message-ID: <20061002171013.17338.qmail@web58415.mail.re3.yahoo.com>
Received: from [66.82.9.69] by web58415.mail.re3.yahoo.com via HTTP;
	Mon, 02 Oct 2006 10:10:13 PDT
Date: Mon, 2 Oct 2006 10:10:13 -0700 (PDT)
From: Ted Johnson <whatawonderfulworldweliveintoo@yahoo.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Can't Upgrade Python Through Ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 17:10:15 -0000

Hi; 
I have python 2.3.5 and I'd like to upgrade to 2.4.3. I've tried installing from FreeBSD ports and the oldfashioned way from source code, with the "configure && make && make install" dance, and still when I call up my python interpreter it tells me I'm in 2.3.5! Why? I didn't do "altinstall"! What gives? 
TIA,
Ted2
 		
---------------------------------
Stay in the know. Pulse on the new Yahoo.com.  Check it out. 

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 17:18:29 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 55DFB16A412
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:18:29 +0000 (UTC)
	(envelope-from pauls@utdallas.edu)
Received: from mail.stovebolt.com (webmail.stovebolt.com [66.221.101.249])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4971643D53
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:18:28 +0000 (GMT)
	(envelope-from pauls@utdallas.edu)
Received: from [192.168.2.102] (adsl-66-140-62-19.dsl.rcsntx.swbell.net
	[66.140.62.19])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.stovebolt.com (Postfix) with ESMTP id CC17C11433C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 12:20:17 -0500 (CDT)
Date: Mon, 02 Oct 2006 12:18:25 -0500
From: Paul Schmehl <pauls@utdallas.edu>
To: freebsd-questions@freebsd.org
Message-ID: <3BEAF0F1D46BA2D0F96627B8@paul-schmehls-powerbook59.local>
In-Reply-To: <20061002093631.36ccb9e9.wmoran@collaborativefusion.com>
References: <451D62A0.7010603@edpausa.com>
	<20060929143103.1868de7a.wmoran@collaborativefusion.com>
	<B8B7216C25FD6D969AEE7B5D@paul-schmehls-powerbook59.local>
	<20061002093631.36ccb9e9.wmoran@collaborativefusion.com>
X-Mailer: Mulberry/4.0.5 (Mac OS X)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=sha1;
	protocol="application/pkcs7-signature";
	boundary="==========283DE1683810FDF3AEE5=========="
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: dell poweregde 2900/2950 and FreeBSD
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 17:18:29 -0000

--==========283DE1683810FDF3AEE5==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

--On October 2, 2006 9:36:31 AM -0400 Bill Moran=20
<wmoran@collaborativefusion.com> wrote:
>>
>> Bill, if those are the Broadcomm Extreme NICs (bce), you need to grab
>> the  new version of the if_bce.c file.  It fixed the problems that I
>> had with  the NICs.  There's a char inside the file that defines the
>> version - you  need 0.9.6.  You've got 0.9.5, I'll bet.
>
> Nope:
> char bce_driver_version[] =3D "v0.9.6";

Well, that's disappointing.  I guess we need to hope for version 0.9.7 to=20
come out soon.

I haven't noticed similar problems on my 1950 though.  Wonder what the=20
difference is?

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

--==========283DE1683810FDF3AEE5==========--


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 17:21:02 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C78B216A494
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:21:02 +0000 (UTC)
	(envelope-from pauls@utdallas.edu)
Received: from mail.stovebolt.com (webmail.stovebolt.com [66.221.101.249])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 34A6743D92
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:20:44 +0000 (GMT)
	(envelope-from pauls@utdallas.edu)
Received: from [192.168.2.102] (adsl-66-140-62-19.dsl.rcsntx.swbell.net
	[66.140.62.19])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.stovebolt.com (Postfix) with ESMTP id EF2C7114333
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 12:22:22 -0500 (CDT)
Date: Mon, 02 Oct 2006 12:20:30 -0500
From: Paul Schmehl <pauls@utdallas.edu>
To: freebsd-questions@freebsd.org
Message-ID: <8E65B51FBB70DCE0DAB8103C@paul-schmehls-powerbook59.local>
In-Reply-To: <20061002122936.32d93517.wmoran@collaborativefusion.com>
References: <451D62A0.7010603@edpausa.com>
	<20060929143103.1868de7a.wmoran@collaborativefusion.com>
	<B8B7216C25FD6D969AEE7B5D@paul-schmehls-powerbook59.local>
	<20061002122936.32d93517.wmoran@collaborativefusion.com>
X-Mailer: Mulberry/4.0.5 (Mac OS X)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=sha1;
	protocol="application/pkcs7-signature";
	boundary="==========40B8736A8DBC6C3918E0=========="
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: dell poweregde 2900/2950 and FreeBSD
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 17:21:02 -0000

--==========40B8736A8DBC6C3918E0==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

--On October 2, 2006 12:29:36 PM -0400 Bill Moran=20
<wmoran@collaborativefusion.com> wrote:
>
> Note that I just ran a buildworld over NFS with no problems, so it
> seems as if all issues have been resolved in the 0.9.6 version.
>
> Must have had something else going on during last week's tests.

Glad to hear that.  You had me worried.

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

--==========40B8736A8DBC6C3918E0==========--


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 17:25:26 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 078F816A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:25:26 +0000 (UTC)
	(envelope-from levchenko.i@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3F5BE43D8F
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:25:23 +0000 (GMT)
	(envelope-from levchenko.i@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so489071uge
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 10:25:17 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=BNNiISH48wFLwiSgkCIIySpqxOFb4FvGVKPV+x7jls8/2Hw/Cgf9sTnNgM+mYpjhKcHwNod6hClTKmLnBMCpJ2EOBz5BO/4QFlANTQvMa9d25h5Vo91ZI7J8m/uXlxhSGkDLqnK0I7IVyuzK+TMdB5izTcQc+lErBBS2uDT4nDc=
Received: by 10.67.21.11 with SMTP id y11mr2838203ugi;
	Mon, 02 Oct 2006 10:25:17 -0700 (PDT)
Received: by 10.66.232.6 with HTTP; Mon, 2 Oct 2006 10:25:16 -0700 (PDT)
Message-ID: <e39dd5bb0610021025u2be58f68o51fe5de22c5901ef@mail.gmail.com>
Date: Mon, 2 Oct 2006 20:25:16 +0300
From: "Ivan Levchenko" <levchenko.i@gmail.com>
To: "Ted Johnson" <whatawonderfulworldweliveintoo@yahoo.com>
In-Reply-To: <20061002171013.17338.qmail@web58415.mail.re3.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <20061002171013.17338.qmail@web58415.mail.re3.yahoo.com>
Cc: freebsd-questions@freebsd.org
Subject: Re: Can't Upgrade Python Through Ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 17:25:26 -0000

Try the following in the python port directory:

make install clean

On 10/2/06, Ted Johnson <whatawonderfulworldweliveintoo@yahoo.com> wrote:
> Hi;
> I have python 2.3.5 and I'd like to upgrade to 2.4.3. I've tried installing from FreeBSD ports and the oldfashioned way from source code, with the "configure && make && make install" dance, and still when I call up my python interpreter it tells me I'm in 2.3.5! Why? I didn't do "altinstall"! What gives?
> TIA,
> Ted2
>
> ---------------------------------
> Stay in the know. Pulse on the new Yahoo.com.  Check it out.
> _______________________________________________
> 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"
>


-- 
Best Regards,

Ivan Levchenko
levchenko.i@gmail.com

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 17:28:34 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8B44C16A4CE
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:28:34 +0000 (UTC)
	(envelope-from maxsec@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6371D43E4B
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:27:30 +0000 (GMT)
	(envelope-from maxsec@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so1646535nfc
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 10:26:41 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:references;
	b=nG2VuXsVXIM5QFmnevnfX+ihfrC8yYnvHX2sOVZtpJXt+zZRzFienAes71jc2B5SpOMIwv8ihGOCWSwk0l4iuiHBytc7z/l7PPTLqQTMXbSBPiZ2m7mC6Tei7uxPfoScOVnOm6HONzaMQnsQ4jsp9o5PlvoYGc1puaYKZJbpVMY=
Received: by 10.78.157.8 with SMTP id f8mr3654421hue;
	Mon, 02 Oct 2006 10:26:40 -0700 (PDT)
Received: by 10.78.142.13 with HTTP; Mon, 2 Oct 2006 10:26:40 -0700 (PDT)
Message-ID: <72cf361e0610021026v5c23576i11e60a89b7a68daa@mail.gmail.com>
Date: Mon, 2 Oct 2006 18:26:40 +0100
From: "Martin Hepworth" <maxsec@gmail.com>
Cc: freebsd-questions@freebsd.org
In-Reply-To: <cb5206420610020821q6b085206ncc306f1d69b42bbc@mail.gmail.com>
MIME-Version: 1.0
References: <41CAF31DAF5DBD4093DBD271E46C0E8704D1E1@msl01.msl.local>
	<cb5206420610020821q6b085206ncc306f1d69b42bbc@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: Application run on SCO Openserver but not freeBSD.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 17:28:34 -0000

Jim

I presume you've got the linux subsystem installed???

ahh Interactive Unix, I remember it well..

-- 
Martin

On 10/2/06, Andrew Pantyukhin <infofarmer@freebsd.org> wrote:
>
> On 10/2/06, Jim Borland <JimBorland@meridiansystems.co.uk> wrote:
> > Hi,
> > I have an application which I run on SCO Openserver and I was hoping it
> > would run on FreeBSD but it doesn't. It is a cobol application but the
> > cobol compiler will not run.
> > Many years ago we moved from Interactive Unix to SCO and we simply
> > copied the complier onto the SCO box and away it went, I was hoping to
> > do the same with FreeBSD, is that not possible?
>
> Have you tried OpenCOBOL compiler from ports?
>
> http://www.freshports.org/lang/open-cobol/
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 17:43:52 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 83BC016A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:43:52 +0000 (UTC)
	(envelope-from pauls@utdallas.edu)
Received: from mail.stovebolt.com (webmail.stovebolt.com [66.221.101.249])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABB443D46
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:43:52 +0000 (GMT)
	(envelope-from pauls@utdallas.edu)
Received: from [192.168.2.102] (adsl-66-140-62-19.dsl.rcsntx.swbell.net
	[66.140.62.19])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.stovebolt.com (Postfix) with ESMTP id 2F16A11433C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 12:45:44 -0500 (CDT)
Date: Mon, 02 Oct 2006 12:43:51 -0500
From: Paul Schmehl <pauls@utdallas.edu>
To: freebsd-questions@freebsd.org
Message-ID: <FA560701F6F7131242769A86@paul-schmehls-powerbook59.local>
X-Mailer: Mulberry/4.0.5 (Mac OS X)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=sha1;
	protocol="application/pkcs7-signature";
	boundary="==========C641B0F99C9F70CF174C=========="
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Question about poweredby logo
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 17:43:52 -0000

--==========C641B0F99C9F70CF174C==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I've been using the old daemon poweredby logo gif for quite some time now. =

Is there an updated set available?  May we use the graphic that appears at =

the top of the freebsd.org site?  I use this for a customized error=20
document - http://www.stovebolt.com/missing.html.

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

--==========C641B0F99C9F70CF174C==========--


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 18:07:12 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0E5E616A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:07:12 +0000 (UTC)
	(envelope-from bob@tania.servebbs.org)
Received: from mail3.panix.com (mail3.panix.com [166.84.1.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6CAB543D46
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:07:11 +0000 (GMT)
	(envelope-from bob@tania.servebbs.org)
Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78])
	by mail3.panix.com (Postfix) with ESMTP id EE8B913A853
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 14:07:10 -0400 (EDT)
Received: from tania.servebbs.org (pool-71-247-7-205.nycmny.east.verizon.net
	[71.247.7.205])
	by mailspool3.panix.com (Postfix) with ESMTP id D46551130F42
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 14:07:10 -0400 (EDT)
From: Bob <bob@tania.servebbs.org>
Organization: TamaraB
To: freebsd-questions@freebsd.org
Date: Mon, 2 Oct 2006 14:06:38 -0400
User-Agent: KMail/1.9.1
References: <200610020048.47955.bob@tania.servebbs.org>
	<452110B6.2010800@mac.com>
In-Reply-To: <452110B6.2010800@mac.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610021406.39143.bob@tania.servebbs.org>
Subject: Re: SWAP priority
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 18:07:12 -0000

On Monday 02 October 2006 09:14, Chuck Swiger wrote:

> The swap system knows how to interleave data between the additional swap
> areas relatively efficiently, 

Yes I discovered that. The additional swap space was instantly used as soon as 
I activated it; and the added swap improved things measurably. Does the swap 
system take into account current disk activity when it decides to use a 
particular swap?

> that you need to use more than 2GB of swapspace on a machine with 1GB of
> RAM, you should add more RAM, not more swapspace....
 
It is on order. 

The basis for my question about swap priority was based on an observation that 
the slowdown was due to swapping AND heavy disk usage. I noticed that when 
snapshots were being made on the main drive (the one I am using all the 
time), all other processes went to slow-mode. You see, the lack of enough 
memory caused the system to swap, and it swapped to the heaviest used raid 
array. I thought if I could force the system to swap to the other raid array 
(much less used) with the new swapfile, things would improve even more.

All will be cured when more ram is installed, but I thought it would be 
interesting playing with swap priority.
 
Bob
 

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 18:11:10 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 88BAF16A47E
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:11:10 +0000 (UTC)
	(envelope-from ograbme@gmail.com)
Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1A75943D53
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:11:10 +0000 (GMT)
	(envelope-from ograbme@gmail.com)
Received: by wr-out-0506.google.com with SMTP id i21so457164wra
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 11:11:09 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:date:from:x-mailer:reply-to:x-priority:message-id:to:subject:mime-version:content-type:content-transfer-encoding;
	b=aUKTcdio7gZBEbbj5jPjKI7+PwdUQaK/Qecz8jarg516+wA+6otVeylew16eHiHpeXu63Gh5gIpXV/3lm8Z2utEYayndzIC1N961qrL5+O66rwcf8HfNKGqBsBbfgX+oxhloFAJ4X4v8TV5Eq0IUKcz9Ye8udvMkKHlVliERtpQ=
Received: by 10.90.27.6 with SMTP id a6mr3047526aga;
	Mon, 02 Oct 2006 11:11:09 -0700 (PDT)
Received: from server ( [68.215.251.141])
	by mx.gmail.com with ESMTP id 9sm857622wrl.2006.10.02.11.11.07;
	Mon, 02 Oct 2006 11:11:08 -0700 (PDT)
Date: Mon, 2 Oct 2006 14:15:55 -0400
From: ograbme <ograbme@gmail.com>
X-Mailer: The Bat! (v2.11.02)
X-Priority: 3 (Normal)
Message-ID: <18110045768.20061002141555@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: What assembler(s) do you folks use with FreeBSD?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: ograbme <ograbme@gmail.com>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 18:11:10 -0000


Howdy folks,

I've been playing with the gcc compiler along with Perl 5.8.8 (both
supplied with FreeBSD) and have enjoyed it.  I got to thinking about
what assemblers (hopefully of the 'free' variety) you folks have used
or may be using on FreeBSD. In my case, the standalone platforms
contain Intel x586, x686 and AMD K6-2 500 MHz cpu's.

Any recommendations re: assemblers that you've used and experienced
good results ... meaning you enjoyed using when needed.  LOL!

Thanks in advance.


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 18:23:08 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A448F16A5EA
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:23:08 +0000 (UTC)
	(envelope-from jerrymc@gizmo.acns.msu.edu)
Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5216E43D64
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:23:06 +0000 (GMT)
	(envelope-from jerrymc@gizmo.acns.msu.edu)
Received: from gizmo.acns.msu.edu (localhost [127.0.0.1])
	by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id k92ILPAG047115;
	Mon, 2 Oct 2006 14:21:25 -0400 (EDT)
	(envelope-from jerrymc@gizmo.acns.msu.edu)
Received: (from jerrymc@localhost)
	by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id k92ILPJs047114;
	Mon, 2 Oct 2006 14:21:25 -0400 (EDT) (envelope-from jerrymc)
Date: Mon, 2 Oct 2006 14:21:25 -0400
From: Jerry McAllister <jerrymc@msu.edu>
To: Paul Schmehl <pauls@utdallas.edu>
Message-ID: <20061002182125.GA47077@gizmo.acns.msu.edu>
References: <FA560701F6F7131242769A86@paul-schmehls-powerbook59.local>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <FA560701F6F7131242769A86@paul-schmehls-powerbook59.local>
User-Agent: Mutt/1.4.2.2i
Cc: freebsd-questions@freebsd.org
Subject: Re: Question about poweredby logo
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 18:23:08 -0000

On Mon, Oct 02, 2006 at 12:43:51PM -0500, Paul Schmehl wrote:

> I've been using the old daemon poweredby logo gif for quite some time now. 
> Is there an updated set available?  May we use the graphic that appears at 
> the top of the freebsd.org site?  I use this for a customized error 
> document - http://www.stovebolt.com/missing.html.

I don't think there any new versions of that graphic, though I 
like the one that blinks its eyes periodically.   I hadn't noticed
that one before.

As for the new 'official logo' there is some stuff at:
   http://www.freebsd.org/logo.html
Though none of them are done up in a 'Powered BY' graphic.
It doesn't really look like something to use Powered By with anyway.

////jerry

> 
> Paul Schmehl (pauls@utdallas.edu)
> Adjunct Information Security Officer
> The University of Texas at Dallas
> http://www.utdallas.edu/ir/security/


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 18:23:18 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9ECB916A58E
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:23:18 +0000 (UTC) (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 09F7343D49
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:23:18 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from localhost (localhost [127.0.0.1])
	by pi.codefab.com (Postfix) with ESMTP id 44B995EBD;
	Mon,  2 Oct 2006 14:23:17 -0400 (EDT)
X-Virus-Scanned: amavisd-new at codefab.com
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 ioMoq5EONjhD; Mon,  2 Oct 2006 14:23:15 -0400 (EDT)
Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238])
	(using TLSv1 with cipher AES128-SHA (128/128 bits))
	(No client certificate requested)
	by pi.codefab.com (Postfix) with ESMTP id E39C05C62;
	Mon,  2 Oct 2006 14:23:15 -0400 (EDT)
In-Reply-To: <200610021406.39143.bob@tania.servebbs.org>
References: <200610020048.47955.bob@tania.servebbs.org>
	<452110B6.2010800@mac.com>
	<200610021406.39143.bob@tania.servebbs.org>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <BA05A137-3CE6-421B-8EE3-2ACFB396F0B4@mac.com>
Content-Transfer-Encoding: 7bit
From: Charles Swiger <cswiger@mac.com>
Date: Mon, 2 Oct 2006 14:23:11 -0400
To: Bob <bob@tania.servebbs.org>
X-Mailer: Apple Mail (2.752.2)
Cc: freebsd-questions@freebsd.org
Subject: Re: SWAP priority
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 18:23:18 -0000

On Oct 2, 2006, at 2:06 PM, Bob wrote:
> On Monday 02 October 2006 09:14, Chuck Swiger wrote:
>> The swap system knows how to interleave data between the  
>> additional swap
>> areas relatively efficiently,
>
> Yes I discovered that. The additional swap space was instantly used  
> as soon as
> I activated it; and the added swap improved things measurably. Does  
> the swap
> system take into account current disk activity when it decides to  
> use a
> particular swap?

Sort of.  The syncer process runs at idle priority, so normal I/O  
initiated by your processes will take priority over paging/swapping  
idle pages of RAM out.  There may be additional logic involved to  
help balance I/O in terms of which swapfile is being used if one  
drive remains busier than another, but I am not completely familiar  
with FreeBSD's implementation.

>> that you need to use more than 2GB of swapspace on a machine with  
>> 1GB of
>> RAM, you should add more RAM, not more swapspace....
>
> It is on order.
>
> The basis for my question about swap priority was based on an  
> observation that
> the slowdown was due to swapping AND heavy disk usage. I noticed  
> that when
> snapshots were being made on the main drive (the one I am using all  
> the
> time), all other processes went to slow-mode. You see, the lack of  
> enough
> memory caused the system to swap, and it swapped to the heaviest  
> used raid
> array. I thought if I could force the system to swap to the other  
> raid array
> (much less used) with the new swapfile, things would improve even  
> more.

Well, you might try benchmarking the system with both arrays used for  
swapping and with only the less-busy RAID array being used for  
swapping, and see which one does better.

-- 
-Chuck


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 18:25:33 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3EC7416A415
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:25:33 +0000 (UTC) (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 D496443D49
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:25:32 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from localhost (localhost [127.0.0.1])
	by pi.codefab.com (Postfix) with ESMTP id 5D7205EBD;
	Mon,  2 Oct 2006 14:25:32 -0400 (EDT)
X-Virus-Scanned: amavisd-new at codefab.com
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 g-L1UaQeLCMu; Mon,  2 Oct 2006 14:25:31 -0400 (EDT)
Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238])
	(using TLSv1 with cipher AES128-SHA (128/128 bits))
	(No client certificate requested)
	by pi.codefab.com (Postfix) with ESMTP id F3F6B5C62;
	Mon,  2 Oct 2006 14:25:30 -0400 (EDT)
In-Reply-To: <18110045768.20061002141555@gmail.com>
References: <18110045768.20061002141555@gmail.com>
Mime-Version: 1.0 (Apple Message framework v752.2)
X-Priority: 3 (Normal)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Message-Id: <990290F9-EF90-43DC-A137-852BFBC24DBC@mac.com>
Content-Transfer-Encoding: 7bit
From: Charles Swiger <cswiger@mac.com>
Date: Mon, 2 Oct 2006 14:25:29 -0400
To: ograbme <ograbme@gmail.com>
X-Mailer: Apple Mail (2.752.2)
Cc: freebsd-questions@freebsd.org
Subject: Re: What assembler(s) do you folks use with FreeBSD?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 18:25:33 -0000

On Oct 2, 2006, at 2:15 PM, ograbme wrote:
> I've been playing with the gcc compiler along with Perl 5.8.8 (both
> supplied with FreeBSD) and have enjoyed it.  I got to thinking about
> what assemblers (hopefully of the 'free' variety) you folks have used
> or may be using on FreeBSD. In my case, the standalone platforms
> contain Intel x586, x686 and AMD K6-2 500 MHz cpu's.

Most people use the stock assembler, 'as', which comes with the system:

% as --version
GNU assembler 2.15 [FreeBSD] 2004-05-23
[ ... ]

-- 
-Chuck



From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 18:34:57 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9260116A5E7
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:34:57 +0000 (UTC)
	(envelope-from whatawonderfulworldweliveintoo@yahoo.com)
Received: from web58410.mail.re3.yahoo.com (web58410.mail.re3.yahoo.com
	[68.142.236.178])
	by mx1.FreeBSD.org (Postfix) with SMTP id D60B143D5F
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:34:54 +0000 (GMT)
	(envelope-from whatawonderfulworldweliveintoo@yahoo.com)
Received: (qmail 21674 invoked by uid 60001); 2 Oct 2006 18:34:54 -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=5TYu8FSRrUwH4RZ2ht6eJeeiA0h8DyozVBFQzdKHsfGWt+2bXHzpUb56/+/hM+rfFSj4sp2FOkkqzvhVUmSvPUFMnKDXZi4/esaOpltvlgip8Ussoujpyr1xE3TY3zAd/eUs9sKmX1EmaFbpAwfJUkgM9mW6FQR5D39K25nLUJ0=
	; 
Message-ID: <20061002183454.21672.qmail@web58410.mail.re3.yahoo.com>
Received: from [69.19.14.18] by web58410.mail.re3.yahoo.com via HTTP;
	Mon, 02 Oct 2006 11:34:54 PDT
Date: Mon, 2 Oct 2006 11:34:54 -0700 (PDT)
From: Ted Johnson <whatawonderfulworldweliveintoo@yahoo.com>
To: Ivan Levchenko <levchenko.i@gmail.com>, freebsd-questions@freebsd.org
In-Reply-To: <e39dd5bb0610021025u2be58f68o51fe5de22c5901ef@mail.gmail.com>
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: Re: Can't Upgrade Python Through Ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 18:34:57 -0000

Right. I tried that before writing, but I forgot to specify as much. No, that didn't work either. Here are a couple of peculiarities:

* I took over this box from someone who didn't know the difference between FreeBSD and Linux. So, he built the original Python in a different dir.
* The original python powers several Zope instances.

Having said as much, years ago I had two versions of python running, one for Zope and one for everything else. So this should work. Anyway, it doesn't!

More ideas?
TIA.
Ted

Ivan Levchenko <levchenko.i@gmail.com> wrote: Try the following in the python port directory:

make install clean

On 10/2/06, Ted Johnson  wrote:
> Hi;
> I have python 2.3.5 and I'd like to upgrade to 2.4.3. I've tried installing from FreeBSD ports and the oldfashioned way from source code, with the "configure && make && make install" dance, and still when I call up my python interpreter it tells me I'm in 2.3.5! Why? I didn't do "altinstall"! What gives?
> TIA,
> Ted2
>
> ---------------------------------
> Stay in the know. Pulse on the new Yahoo.com.  Check it out.
> _______________________________________________
> 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"
>


-- 
Best Regards,

Ivan Levchenko
levchenko.i@gmail.com


 __________________________________________________
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 Oct  2 18:44:37 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4203D16A49E
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:44:37 +0000 (UTC)
	(envelope-from phoenix.lists@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA2343D5E
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:44:27 +0000 (GMT)
	(envelope-from phoenix.lists@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so498726uge
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 11:44:26 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:x-face:mime-version:content-type:content-transfer-encoding:message-id;
	b=XB8BcAikL/iP0aBgUSrL2HecDncfE+CvVYNQ6WQEGhYwGQGW1aZTGppBCdAM1hI87jviv8LhPZ7GEoSATzkG0UVa4rZzdNRzYjdRBzGmYsaq22eQ8sROywnOLnjsEDochKGuQbbo2h+VgnieGp9iBbHULJUrcJpPTnRBHmf21n0=
Received: by 10.66.240.12 with SMTP id n12mr2913677ugh;
	Mon, 02 Oct 2006 11:44:26 -0700 (PDT)
Received: from ?0.0.0.0? ( [212.112.241.159])
	by mx.gmail.com with ESMTP id q1sm5434754uge.2006.10.02.11.44.22;
	Mon, 02 Oct 2006 11:44:25 -0700 (PDT)
From: Simon Phoenix <phoenix.lists@gmail.com>
Organization: Phoenix Lab.
To: freebsd-questions@freebsd.org,
 ograbme <ograbme@gmail.com>
Date: Mon, 2 Oct 2006 21:44:06 +0300
User-Agent: KMail/1.9.4
References: <18110045768.20061002141555@gmail.com>
In-Reply-To: <18110045768.20061002141555@gmail.com>
X-Face: "=L]82cHM+NGLiS.'>u\lu0j9cWt=ccFg>G~.],2MSJ!1{46\L-nW{fVinB14}"(=?utf-8?q?f09I0=3A=0A=09=60so=5FzFTao=7B?=<PgTZViET>:}]wp:TJ\^>7-Oa`tQY,Tqlz!GMaqqf\Ra<p"qU=vX:]5Og8"=?utf-8?q?=5E=0A=09rQq7a*?="hI`=7W-ao}Y4b:zw)>;
	0`ebm?*-'P+)FpXRP]-)}%@}"=?utf-8?q?+42=7B+gT=24C6HucdR=25LJR=0A=09G?=(V4m;
	?|$7CUzt
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart2508532.x2QY79ITLv";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200610022144.14178.phoenix.lists@gmail.com>
Cc: 
Subject: Re: What assembler(s) do you folks use with FreeBSD?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 18:44:37 -0000

--nextPart2508532.x2QY79ITLv
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Monday 02 October 2006 21:15, ograbme wrote:
> Howdy folks,
>
> I've been playing with the gcc compiler along with Perl 5.8.8 (both
> supplied with FreeBSD) and have enjoyed it.  I got to thinking about
> what assemblers (hopefully of the 'free' variety) you folks have used
> or may be using on FreeBSD. In my case, the standalone platforms
> contain Intel x586, x686 and AMD K6-2 500 MHz cpu's.
>
> Any recommendations re: assemblers that you've used and experienced
> good results ... meaning you enjoyed using when needed.  LOL!
>
> Thanks in advance.

YASM is good for me:
/usr/ports/devel/yasm
http://www.tortall.net/projects/yasm/

=2D-=20
Best regards,
Simon Phoenix (Phoenix Lab.)
=2D--------------------------------------------------------------
KeyID: 0x2569D30B
=46ingerprint: 78FC 5C40 07CC D331 148E CC79 84B8 D514 2569 D30B
=2D--------------------------------------------------------------

--nextPart2508532.x2QY79ITLv
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQBFIV3+hLjVFCVp0wsRA0/bAJ9c+a5kK9eCMdv9Httve3tuTXkobgCbBkdY
581xPL33NyUuhRtvQanz8Bw=
=z94q
-----END PGP SIGNATURE-----

--nextPart2508532.x2QY79ITLv--

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 18:46:10 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 67B9316A40F
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:46:10 +0000 (UTC)
	(envelope-from wc_fbsd@xxiii.com)
Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BACF243D6E
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:46:05 +0000 (GMT)
	(envelope-from wc_fbsd@xxiii.com)
Received: from [192.168.0.218] (lan23.xxiii.com [208.62.177.50])
	by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id k92Ik48T016753
	for <freebsd-questions@freebsd.org>;
	Mon, 2 Oct 2006 14:46:04 -0400 (EDT)
	(envelope-from wc_fbsd@xxiii.com)
Message-ID: <45215E6E.3000907@xxiii.com>
Date: Mon, 02 Oct 2006 14:46:06 -0400
From: Wayne <wc_fbsd@xxiii.com>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Subject: How to Re-Label / Re-create filesystems?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 18:46:10 -0000

Could someone point me to instructions or offer suggestions on how to 
re-configure file systems on a 6.x system?

When I installed from CD, I used the sysinstall menu, which I guess 
actually calls bsdlabel and newfs (??)

I want to delete two filesystems, and recreate one large one in the same 
space.  I tried dropping to single user and running sysinstall, but it 
protests it can't write to the device... even when I only had things 
mounted read-only.  Can I safely use the boot CD to do this?  I don't 
want to experiment too much and clobber the whole drive!

  -Thanks,  Wayne


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 18:47:54 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4391C16A40F
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:47:54 +0000 (UTC)
	(envelope-from bri@sonicboom.org)
Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B7DA443D72
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:47:44 +0000 (GMT)
	(envelope-from bri@sonicboom.org)
Received: from entwistle.sonicboom.org (localhost.sonicboom.org [127.0.0.1])
	by entwistle.sonicboom.org (8.13.8/8.13.8) with ESMTP id k92IlhLO029127
	for <freebsd-questions@freebsd.org>;
	Mon, 2 Oct 2006 11:47:43 -0700 (PDT)
	(envelope-from bri@sonicboom.org)
Received: from localhost (bri@localhost)
	by entwistle.sonicboom.org (8.13.8/8.13.8/Submit) with ESMTP id
	k92Ilhgl029124 for <freebsd-questions@freebsd.org>;
	Mon, 2 Oct 2006 11:47:43 -0700 (PDT)
	(envelope-from bri@sonicboom.org)
X-Authentication-Warning: entwistle.sonicboom.org: bri owned process doing -bs
Date: Mon, 2 Oct 2006 11:47:43 -0700 (PDT)
From: Brian <bri@sonicboom.org>
To: freebsd-questions@freebsd.org
Message-ID: <20061002114625.W29049@entwistle.sonicboom.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Subject: NAS server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 18:47:54 -0000

I saw some notes on FreeNAS recently, while reading thru reviews on the 
web site.  Is this the preferred FreeBSD solution to this problem?

Bri

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 18:57:50 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 341C416A412
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:57:50 +0000 (UTC)
	(envelope-from levchenko.i@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D95C843D64
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 18:57:48 +0000 (GMT)
	(envelope-from levchenko.i@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so500215uge
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 11:57:48 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=oyNblko6rE5v0xSz94SU9DqJGWic+qnKEOzTlFl8kE7/3E608DH8jr0taizNxjPXm/4tle/7DH5hREHzEqUycRCJ2h4NQp2/Khk7DSAasluM3xHK1u7WQP0zCHTOMv3wuekxEnbhzQGZZnRmSABqkw1U2gafxGr9jRDMWtHEyX8=
Received: by 10.66.220.17 with SMTP id s17mr2924568ugg;
	Mon, 02 Oct 2006 11:57:47 -0700 (PDT)
Received: by 10.66.232.6 with HTTP; Mon, 2 Oct 2006 11:57:47 -0700 (PDT)
Message-ID: <e39dd5bb0610021157t707a2162h1084dc7be5b8064d@mail.gmail.com>
Date: Mon, 2 Oct 2006 21:57:47 +0300
From: "Ivan Levchenko" <levchenko.i@gmail.com>
To: "Ted Johnson" <whatawonderfulworldweliveintoo@yahoo.com>
In-Reply-To: <20061002183454.21672.qmail@web58410.mail.re3.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <e39dd5bb0610021025u2be58f68o51fe5de22c5901ef@mail.gmail.com>
	<20061002183454.21672.qmail@web58410.mail.re3.yahoo.com>
Cc: freebsd-questions@freebsd.org
Subject: Re: Can't Upgrade Python Through Ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 18:57:50 -0000

What are the error messages?

On 10/2/06, Ted Johnson <whatawonderfulworldweliveintoo@yahoo.com> wrote:
> Right. I tried that before writing, but I forgot to specify as much. No,
> that didn't work either. Here are a couple of peculiarities:
>
> * I took over this box from someone who didn't know the difference between
> FreeBSD and Linux. So, he built the original Python in a different dir.
> * The original python powers several Zope instances.
>
> Having said as much, years ago I had two versions of python running, one for
> Zope and one for everything else. So this should work. Anyway, it doesn't!
>
> More ideas?
> TIA.
> Ted
>
> Ivan Levchenko <levchenko.i@gmail.com> wrote:
>  Try the following in the python port directory:
>
> make install clean
>
> On 10/2/06, Ted Johnson wrote:
> > Hi;
> > I have python 2.3.5 and I'd like to upgrade to 2.4.3. I've tried
> installing from FreeBSD ports and the oldfashioned way from source code,
> with the "configure && make && make install" dance, and still when I call up
> my python interpreter it tells me I'm in 2.3.5! Why? I didn't do
> "altinstall"! What gives?
> > TIA,
> > Ted2
> >
> > ---------------------------------
> > Stay in the know. Pulse on the new Yahoo.com. Check it out.
> > _______________________________________________
> > 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"
> >
>
>
> --
> Best Regards,
>
> Ivan Levchenko
> levchenko.i@gmail.com
>
>
>
>  __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com


-- 
Best Regards,

Ivan Levchenko
levchenko.i@gmail.com

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 19:08:01 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E90A016A412
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 19:08:01 +0000 (UTC) (envelope-from
	SRS0=pfkq1ow3=DP=asarian-host.net=admin@asarian-host.net)
Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 65A4943D60
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 19:07:56 +0000 (GMT) (envelope-from
	SRS0=pfkq1ow3=DP=asarian-host.net=admin@asarian-host.net)
Received: from anonymizer.asarian-host.net (localhost [127.0.0.1])
	(authenticated bits=0)
	by mail.asarian-host.net (8.13.5/8.13.5) with ESMTP id k92J7seL029506
	for <freebsd-questions@freebsd.org>;
	Mon, 2 Oct 2006 21:07:54 +0200 (CEST)
	(envelope-from admin@asarian-host.net)
From: Mark <admin@asarian-host.net>
Received-SPF: pass (asarian-host.net: 127.0.0.1
	is authenticated by a trusted mechanism)
	receiver=anonymizer.asarian-host.net; client-ip=127.0.0.1;
	envelope-from=<admin@asarian-host.net>;
	helo=clientrunner.asarian-host.net;
Message-Id: <200610021907.k92J7pxs029496@asarian-host.net>
Date: Mon, 02 Oct 2006 19:07:54 GMT
X-Authenticated-Sender: admin@asarian-host.net
X-Trace: cmXlo/lVhQixGyyszPoEcDos0FypLe4YacVpxAE6Lfn/c5buVcS8TMonW2tqwhPY
X-Complaints-To: abuse@asarian-host.net
X-Abuse-Info: Please be sure to forward a copy of ALL headers,
	otherwise we are unable to process your complaint
Organization: Asarian-host
To: "'FreeBSD-Questions Questions'" <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
In-Reply-To: <4520EEE5.5010409@dial.pipex.com>
X-Auth: Asarian-host PGP signature
	iQEVAwUARSFjijFqW1BleBN9AQH8egf/fVarYqmcnMLej+3riocEsqsE2/expikS
	AJkQgUvE3DxGaYoCL55KvFtTBvMYO7GtwPFsUmO33stVtbcyiVqwnjaAOieuIe4T
	LY26XYKlODggIlvcGvU5t5rGKxJ6NLHjUs6/0CrlAU3RaBLx1ekP8ukhcvM6GhLN
	0yrMjRmaAB1D2Jyf61wKX9LeH17PopopR14hWG6W4TLxHXyXBaGrkpcTdwhy6STg
	nBDEK1I5CWKmu5C+ndekEIqA5zL9aVaohLJHgGmz6c4RfWN4Z2LyOJJGHytVAOQ9
	kWJXODL/ZnjkpVZ0H4WPH3PVN8m/mtZaSBuxk3OoaBnkjG4hplMNAQ== =spGj
Subject: RE: Trouble with Berkeley DB version 4.4.20?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 19:08:02 -0000


> -----Original Message-----
> From: Alex Zbyslaw [mailto:xfb52@dial.pipex.com]
> Sent: maandag 2 oktober 2006 12:50
> To: Mark
> Cc: 'FreeBSD-Questions Questions'
> Subject: Re: Trouble with Berkeley DB version 4.4.20?
>
>

Thanks for answering, again.

> > I actually already tried p5-BerkeleyDB too. Had high hopes for it. It
> > took a good 10 minutes or so to compile a new gcc, 3.2.23, first; but
> > after that, everything went well. Except that it shows the same behav-
> > ior. Compile goes fine; "make tests" too. But my app core dumps every,
> > say, 30 times it accesses BerkeleyDB.
>
> Not sure why p5-BerkeleyDB thinks it needs a specific gcc, though
> 3.2.23 is the version I have anyway (FreeBSD 5.4) so I didn't know to
> warn you :-(

For all the difference it made. :)

> I don't know what your apps do, but make sure for example, that if you
> can have multiple instances which can write to the db at the same time
> that your are locking correctly. In 1.85 compatibility usage that means
> locking a separate file with e.g. flock and *not* locking the database
> file itself which doesn't work right.

I know. In fact, I have one mini-Perl installed, with a DB_File compiled
against BerkeleyDB 1.85, for that precise reason (a Perl process that
shares the db with DRAC).

> PS I know there isn't a port yet, but you could just try compiling 4.5
> from the sleepycat sources. The port for 4.4 doesn't look like it does
> anything sophisticated: just applies the latest patches from sleepy-
> cat, sets up some configure args, and has one small patch to dist/con-
> figure which changes -avoid-version into -version-info 0:0:0 in a cou-
> ple of places.

Already did that; I got impatient. :) The changes to the Makefile are
minor, and I got 4.5.20 to compile and install just great.

> Waiting for 4.5 is an option, but I would worry that whatever change in
> 4.4 is making your app crash might also bite in 4.5. I could find noth-
> ing on google about perl+4.4 core dumping so I would harbour a suspicion
> that it is something about the way you are using BerkeleyDB which is
> causing the trouble.

Upgrading to 4.5 made no difference. I even installed an entirely new Perl
(5.8.8) for the occasion. To no avail.

I really suspect it's a locking issue. My app is a socketmap daemon, for
sendmail, that does SPF queries and the like. So, concurrency is
definitely happening when processes are forking.

The one time I was actually able to log an error for the process, it said:
"Invalid locker id" when opening the BerkeleyDB environment. That in
itself may not necessarily mean anything (could just mean the env has
become corrupted). But the occurance of the core dumps are consistent with
a locking issue (under heavy, concurrent load).

BerkeleyDB 0.30 (the Perl package) itself takes care of locking the shared
environment. Paul Marquess, the author of BerkeleyDB (the Perl package),
wrote me once:

"Apart from that you don't need to do anything -- Berkeley DB handles the
locking for you behind the scenes."

And it's certainly true for for 4.2: the 'tied' hashes can be accessed,
concurrently, between processes, even under the most stringent load.

Since an upgrade to 4.5 made no difference, I'm really thinking this is
just a matter of BerkeleyDB 0.30 (the Perl package) no longer doing the
locking properly. Or maybe there's something between BerkeleyDB 4.2 and
4.4 that has changed about the manner in which locks are done that
BerkeleyDB 0.30 is unaware of.

- Mark


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 19:47:23 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 9BB4016A415
	for <questions@freebsd.org>; Mon,  2 Oct 2006 19:47:23 +0000 (UTC)
	(envelope-from davemac11@yahoo.com)
Received: from web32801.mail.mud.yahoo.com (web32801.mail.mud.yahoo.com
	[68.142.206.31]) by mx1.FreeBSD.org (Postfix) with SMTP id 245AD43D49
	for <questions@freebsd.org>; Mon,  2 Oct 2006 19:47:23 +0000 (GMT)
	(envelope-from davemac11@yahoo.com)
Received: (qmail 16490 invoked by uid 60001); 2 Oct 2006 19:47:22 -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=RwK2aX0NpHe4B17PXabg3kmpqNOB6UQwBXTFfhjnDLbVnBpn7fVOjiXnwrWKgMX2wPku8KuX60GggVU2iAQF+QkpH7dMNI+TdkznOlyPjWAxNZEc14b9Do/tSfrBwUNmuJnFWJ4fGJ2skUaFBtuQegVZuOZFeg+GXlNxfXnaEq4=
	; 
Message-ID: <20061002194722.16488.qmail@web32801.mail.mud.yahoo.com>
Received: from [157.91.16.21] by web32801.mail.mud.yahoo.com via HTTP;
	Mon, 02 Oct 2006 12:47:22 PDT
Date: Mon, 2 Oct 2006 12:47:22 -0700 (PDT)
From: Dave McCammon <davemac11@yahoo.com>
To: Ted Johnson <whatawonderfulworldweliveintoo@yahoo.com>
In-Reply-To: <20061002171013.17338.qmail@web58415.mail.re3.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Cc: questions@freebsd.org
Subject: Re: Can't Upgrade Python Through Ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 19:47:23 -0000



--- Ted Johnson
<whatawonderfulworldweliveintoo@yahoo.com> wrote:

> Hi; 
> I have python 2.3.5 and I'd like to upgrade to
> 2.4.3. I've tried installing from FreeBSD ports and
> the oldfashioned way from source code, with the
> "configure && make && make install" dance, and still
> when I call up my python interpreter it tells me I'm
> in 2.3.5! Why? I didn't do "altinstall"! What gives?
> 
> TIA,
> Ted2
>  		

Where is the 2.3.5 version installed? Perhaps it is
installed in a directory earlier in your PATH than the
2.4.3 versions directory(/usr/local/bin/).


__________________________________________________
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 Oct  2 19:47:59 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D009C16A4AB
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 19:47:59 +0000 (UTC)
	(envelope-from jerrymc@gizmo.acns.msu.edu)
Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7377B43D45
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 19:47:59 +0000 (GMT)
	(envelope-from jerrymc@gizmo.acns.msu.edu)
Received: from gizmo.acns.msu.edu (localhost [127.0.0.1])
	by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id k92JkIor047403;
	Mon, 2 Oct 2006 15:46:18 -0400 (EDT)
	(envelope-from jerrymc@gizmo.acns.msu.edu)
Received: (from jerrymc@localhost)
	by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id k92JkIIa047402;
	Mon, 2 Oct 2006 15:46:18 -0400 (EDT) (envelope-from jerrymc)
Date: Mon, 2 Oct 2006 15:46:18 -0400
From: Jerry McAllister <jerrymc@msu.edu>
To: Wayne <wc_fbsd@xxiii.com>
Message-ID: <20061002194618.GA47368@gizmo.acns.msu.edu>
References: <45215E6E.3000907@xxiii.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <45215E6E.3000907@xxiii.com>
User-Agent: Mutt/1.4.2.2i
Cc: freebsd-questions@freebsd.org
Subject: Re: How to Re-Label / Re-create filesystems?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 19:47:59 -0000

On Mon, Oct 02, 2006 at 02:46:06PM -0400, Wayne wrote:

> Could someone point me to instructions or offer suggestions on how to 
> re-configure file systems on a 6.x system?
> 
> When I installed from CD, I used the sysinstall menu, which I guess 
> actually calls bsdlabel and newfs (??)
> 
> I want to delete two filesystems, and recreate one large one in the same 
> space.  I tried dropping to single user and running sysinstall, but it 
> protests it can't write to the device... even when I only had things 
> mounted read-only.  Can I safely use the boot CD to do this?  I don't 
> want to experiment too much and clobber the whole drive!

Sysinstall calls fdisk, bsdlabel and newfs as well as mkdir to create
your mount points.

Yes, you can do it from a CD boot. 

FIRST:  Back up every file system on the disk you are modifying using dump 
on to some media that will be unaffected by the changes, such as tape or 
another disk.

Boot the CD and select the fixit item - I can't remember just how
it is labeled and don't want to take something down to look right now.
But, it is the one that gives you a limited running system with UNIX
prompt.

Then, use bsdlabel to create a new partition structure.  Make sure
you make the a partition bootable.   It probably already is and won't
be affected by these machinations as long as you don't change the slice
or boot sector.

Then newfs the partitions to make file systems of them.

Fix up your fstab file to reflect the changes 

reload the dumps using restore.
Make sure you CD in to each file system to do the restore for it.

Reboot.   If you messed up fstab, you may have to boot in to single
user and fix it.   

Should work just fine.

////jerry

> 
>  -Thanks,  Wayne
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 20:08:11 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C69DD16A412
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 20:08:11 +0000 (UTC)
	(envelope-from freebsd@troback.com)
Received: from devil.troback.com (c-195-216-040-156.cust.thalamus.net
	[195.216.40.156])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 68A7543D49
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 20:08:10 +0000 (GMT)
	(envelope-from freebsd@troback.com)
Received: from devil.troback.com (localhost.troback.com [127.0.0.1])
	by devil.troback.com (Postfix) with ESMTP id 7E24B11418
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 22:08:09 +0200 (CEST)
Date: Mon, 2 Oct 2006 22:08:08 +0200
From: Anders Troback <freebsd@troback.com>
To: FreeBSD <freebsd-questions@freebsd.org>
Message-ID: <20061002220808.55298b73@devil.troback.com>
X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Subject: NFS problems!
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 20:08:11 -0000

Hi,

I'm having some problems with NFS lately!

NFS server FreeBSD 6.1-RELESE
NFS client FreeBSD 6.2-PRERELASE (STABLE)

I'm using NFS to serve /home via amd but sometimes programs hangs and
not even kill -9 will work. I have to restart rpc.lockd, rpc.statd and
nfsd to get rid of the programs! If one program hangs many will follow
and some will not start. Programs like Citrix Client Manager
(wfcmgr), konqueror, konsole and gftp are all examples on programs that
don't start. Sins 6.2-PRERELEASE sometimes wfcmgr don't start even if
there are no programs hanging!

This problem first occurred in 6.1-STABLE but disappear in 6.1-RELEASE
and since 6.1-RELEASE-p4 (not 100% sure if it was p4 or p5) it's back!

Does anyone have any idea what's going on here?

Thanks!


Regards,
Anders Trob=E4ck
Sweden
--=20

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
How many Microsoft employees does it take to screw in a light bulb?
None, they declare darkness a new standard.
----------------------------------------------------------------
Anders Trob=E4ck
http://www.troback.com/
-

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 20:19:21 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9B9F516A412
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 20:19:21 +0000 (UTC)
	(envelope-from donnex@donnex.net)
Received: from donnex.net (donnex.net [82.96.44.37])
	by mx1.FreeBSD.org (Postfix) with SMTP id EAE9443D5F
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 20:19:07 +0000 (GMT)
	(envelope-from donnex@donnex.net)
Received: (qmail 89232 invoked from network); 2 Oct 2006 20:15:39 -0000
Received: from unknown (HELO ?192.168.1.42?) (192.168.1.42)
	by mail.donnex.net with SMTP; 2 Oct 2006 20:15:39 -0000
Message-ID: <45217439.5070704@donnex.net>
Date: Mon, 02 Oct 2006 22:19:05 +0200
From: Daniel Johansson <donnex@donnex.net>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Questions about adding new disk
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 20:19:21 -0000

Hello, I've just bought two new Seagate SATA drives and a Promise TX4 
SATA300 controller. The disks and the controller is working fine but I'm 
a little confused how I should setup them.

First of all I'm running FreeBSD 6.1. The disks are two 320 GB drives 
who I'm going to use for storage. Backups, movies, music etc.

I've read the handbook about adding new disks and I've got them setup 
but here are my questions.

1. Should I use soft updates or not on the new disks? The handbook 
doesn't mention anything about using -U to newfs to setup soft updates. 
The installer is using it on the system disks but is it a bad idea to 
use it on storage disks or why isn't it mention in the handbook?

2. Is it a bad idea to use tunefs -m 0 ? I don't need any space reserved 
for root at the disks but the man page mentions that I'll loose 
performance when using -m 0. Will it be so much that the extra space 
isn't worth the performance loss?

3. Should I use tunefs -o space or time? I guess space is the way to go 
but again how much of a performance loss is there?

If you replay to this email could you please CC it to me as I'm not 
subscribed to this list.

Thank you for you help.

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 20:30:20 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D189616A412
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 20:30:20 +0000 (UTC)
	(envelope-from youshi10@u.washington.edu)
Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu
	[140.142.32.135])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6390B43D62
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 20:30:08 +0000 (GMT)
	(envelope-from youshi10@u.washington.edu)
Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139])
	by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.03) with ESMTP
	id k92KU7HH012246
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)
	for <freebsd-questions@freebsd.org>; Mon, 2 Oct 2006 13:30:07 -0700
X-Auth-Received: from [128.208.4.20] (shiina.dyn.cs.washington.edu
	[128.208.4.20]) (authenticated authid=youshi10)
	by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.03) with ESMTP id
	k92KU7b7010463
	(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT)
	for <freebsd-questions@freebsd.org>; Mon, 2 Oct 2006 13:30:07 -0700
Mime-Version: 1.0 (Apple Message framework v752.2)
In-Reply-To: <45217439.5070704@donnex.net>
References: <45217439.5070704@donnex.net>
X-Gpgmail-State: !signed
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <B79A8F35-0112-4E83-B89E-569EDB9634C3@u.washington.edu>
Content-Transfer-Encoding: 7bit
From: Garrett Cooper <youshi10@u.washington.edu>
Date: Mon, 2 Oct 2006 13:30:13 -0700
To: FreeBSD Questions <freebsd-questions@freebsd.org>
X-Mailer: Apple Mail (2.752.2)
X-PMX-Version: 5.2.0.266434, Antispam-Engine: 2.4.0.264935,
	Antispam-Data: 2006.10.2.130444
X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0,
	__CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0,
	__MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0'
Subject: Re: Questions about adding new disk
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 20:30:21 -0000

On Oct 2, 2006, at 1:19 PM, Daniel Johansson wrote:

> Hello, I've just bought two new Seagate SATA drives and a Promise  
> TX4 SATA300 controller. The disks and the controller is working  
> fine but I'm a little confused how I should setup them.
>
> First of all I'm running FreeBSD 6.1. The disks are two 320 GB  
> drives who I'm going to use for storage. Backups, movies, music etc.
>
> I've read the handbook about adding new disks and I've got them  
> setup but here are my questions.
>
> 1. Should I use soft updates or not on the new disks? The handbook  
> doesn't mention anything about using -U to newfs to setup soft  
> updates. The installer is using it on the system disks but is it a  
> bad idea to use it on storage disks or why isn't it mention in the  
> handbook?
>
> 2. Is it a bad idea to use tunefs -m 0 ? I don't need any space  
> reserved for root at the disks but the man page mentions that I'll  
> loose performance when using -m 0. Will it be so much that the  
> extra space isn't worth the performance loss?
>
> 3. Should I use tunefs -o space or time? I guess space is the way  
> to go but again how much of a performance loss is there?
>
> If you replay to this email could you please CC it to me as I'm not  
> subscribed to this list.
>
> Thank you for you help.

My suggestions:

1. Turn softupdates on, or else if you lose power to the disk  
accidentally and some changes to the fs were in effect, you will  
possibly (20%~33% chance from my experience) lose data.

2. You want reserved space, or else fs'es fragment easily in the unix  
world, and you can still keep writing to an extent or another if  
you're root or privileged and you have reserved space IIRC.

3. It depends.. what do you want more and what is the role of the  
disk? If it's truly just storage and not used for a lot of swapping/ 
paging type applications, etc, think of using space over time.  
Otherwise, use time.

-Garrett

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 20:32:25 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B201016A407
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 20:32:25 +0000 (UTC)
	(envelope-from bob@tania.servebbs.org)
Received: from mail1.panix.com (mail1.panix.com [166.84.1.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F1E0243D7D
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 20:32:19 +0000 (GMT)
	(envelope-from bob@tania.servebbs.org)
Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78])
	by mail1.panix.com (Postfix) with ESMTP id 6BBEF5A4AF
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 16:32:19 -0400 (EDT)
Received: from tania.servebbs.org (pool-71-247-7-205.nycmny.east.verizon.net
	[71.247.7.205])
	by mailspool3.panix.com (Postfix) with ESMTP id 6BD0A1130F43
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 16:32:19 -0400 (EDT)
From: Bob <bob@tania.servebbs.org>
Organization: TamaraB
To: freebsd-questions@freebsd.org
Date: Mon, 2 Oct 2006 16:31:47 -0400
User-Agent: KMail/1.9.1
References: <200610020048.47955.bob@tania.servebbs.org>
	<200610021406.39143.bob@tania.servebbs.org>
	<BA05A137-3CE6-421B-8EE3-2ACFB396F0B4@mac.com>
In-Reply-To: <BA05A137-3CE6-421B-8EE3-2ACFB396F0B4@mac.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610021631.48083.bob@tania.servebbs.org>
Subject: Re: SWAP priority
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 20:32:25 -0000

On Monday 02 October 2006 14:23, Charles Swiger wrote:

>
> Well, you might try benchmarking the system with both arrays used for
> swapping and with only the less-busy RAID array being used for
> swapping, and see which one does better.

Yes, this is what I will do; if not benchmark, at least get a subjective feel 
for which is faster.

Sorry to be a pest, but how can I do what you suggest? My SWAP0 is a 
_partition_  on the  raid0 volume , and SWAP1 is a swapfile on raid1 created 
as a Vnode; and activated in rc.conf by "swapfile="/raid1/swap1" 
 
How can I tell FreeBSD to ignore the primary swap partition?  I set that 
partition  up during the online install process if I recall, and none of 
my /etc/ files seem to reference it directly :-(

I will also want to double the size of SWAP1 to 2GB, so the experiment is 
comparing the same swap space; but that part is simplistic.

Bob
 

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 20:54:31 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7939316A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 20:54:31 +0000 (UTC)
	(envelope-from freebsd-questions@voidcaptain.com)
Received: from mx4.x15.net (mx4.x15.net [69.55.237.194])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D745C43D64
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 20:54:28 +0000 (GMT)
	(envelope-from freebsd-questions@voidcaptain.com)
Received: from j1.x15.net [63.196.213.76] 
	by mx4.x15.net with ESMTP id 608060222X1GUUo0000BRnIm
	for <freebsd-questions@freebsd.org>; Mon, 02 Oct 2006 20:54:28 +0000
Message-ID: <45217C65.5040406@voidcaptain.com>
Date: Mon, 02 Oct 2006 13:53:57 -0700
From: Pete Slagle <freebsd-questions@voidcaptain.com>
MIME-Version: 1.0
To: freebsd-questions <freebsd-questions@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Subject: Ruby gaining weight?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 20:54:31 -0000

Recent versions of ruby18 seem to take more than 145 MB of virtual
memory to build with portupgrade or "make install clean."

I have several "classic" boxes running bind and a mail MTA on 4.11 that
are memory-limited, but otherwise work well. The main boards are maxed
out at 64 MB of RAM, and they have 128 MB of swap. The ruby build fails
 as swap space becomes exhausted.

Sure, I could reorganize the hard drives on these boxes to add more
swap, but nothing else needs more that a few KB. Moreover, rebuilding
the hard drives is to be avoided since these machines are part of a
basic infrastructure that has been stable for years.

Is ruby really that piggy, or do I just have a configuration issue?



From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 21:27:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 449C316A49E
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 21:27:36 +0000 (UTC)
	(envelope-from whatawonderfulworldweliveintoo@yahoo.com)
Received: from web58404.mail.re3.yahoo.com (web58404.mail.re3.yahoo.com
	[68.142.236.172])
	by mx1.FreeBSD.org (Postfix) with SMTP id CAF0743D8E
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 21:27:32 +0000 (GMT)
	(envelope-from whatawonderfulworldweliveintoo@yahoo.com)
Received: (qmail 50393 invoked by uid 60001); 2 Oct 2006 21:27:31 -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=SBadDWgVVIC84gKHKY1CtLuv5wSpWpo3KMMExdAtUMEmBIfvxwe0T65paxKLlSMekvtIo87faU6yegak1EwRkbY1ryhZPaUtxOryyg/OfwQmK1cQP0x/iwUdPs+esSOib0TLBZxbW/HA1VE08VSMnTh7C/wE5q7nzamCJ6NK60A=
	; 
Message-ID: <20061002212731.50391.qmail@web58404.mail.re3.yahoo.com>
Received: from [66.82.9.90] by web58404.mail.re3.yahoo.com via HTTP;
	Mon, 02 Oct 2006 14:27:31 PDT
Date: Mon, 2 Oct 2006 14:27:31 -0700 (PDT)
From: Ted Johnson <whatawonderfulworldweliveintoo@yahoo.com>
To: Dave McCammon <davemac11@yahoo.com>, freebsd-questions@freebsd.org
In-Reply-To: <20061002194722.16488.qmail@web32801.mail.mud.yahoo.com>
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: Re: Can't Upgrade Python Through Ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 21:27:36 -0000

When I read your answer I *knew* you were right! And right you were! Thanks!
Ted2

Dave McCammon <davemac11@yahoo.com> wrote: 

--- Ted Johnson
 wrote:

> Hi; 
> I have python 2.3.5 and I'd like to upgrade to
> 2.4.3. I've tried installing from FreeBSD ports and
> the oldfashioned way from source code, with the
> "configure && make && make install" dance, and still
> when I call up my python interpreter it tells me I'm
> in 2.3.5! Why? I didn't do "altinstall"! What gives?
> 
> TIA,
> Ted2
>    

Where is the 2.3.5 version installed? Perhaps it is
installed in a directory earlier in your PATH than the
2.4.3 versions directory(/usr/local/bin/).


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


 				
---------------------------------
Want to be your own boss? Learn how on  Yahoo! Small Business. 

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 21:52:23 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@FreeBSD.org
Delivered-To: freebsd-questions@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8815E16A416
	for <freebsd-questions@FreeBSD.org>;
	Mon,  2 Oct 2006 21:52:23 +0000 (UTC)
	(envelope-from jonc@chen.org.nz)
Received: from chen.org.nz (chen.org.nz [202.89.146.5])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DCF8E43D5C
	for <freebsd-questions@FreeBSD.org>;
	Mon,  2 Oct 2006 21:52:22 +0000 (GMT)
	(envelope-from jonc@chen.org.nz)
Received: by chen.org.nz (Postfix, from userid 1000)
	id 25DC05642E; Tue,  3 Oct 2006 10:52:21 +1300 (NZDT)
Date: Tue, 3 Oct 2006 10:52:21 +1300
From: Jonathan Chen <jonc@chen.org.nz>
To: Michael Christensen <conphara@yahoo.com>
Message-ID: <20061002215221.GA3532@osiris.chen.org.nz>
References: <20061002142352.54855.qmail@web57114.mail.re3.yahoo.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20061002142352.54855.qmail@web57114.mail.re3.yahoo.com>
User-Agent: Mutt/1.4.2.2i
Cc: freebsd-questions@FreeBSD.org
Subject: Re: Question about installing FreeBSD
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 21:52:23 -0000

On Mon, Oct 02, 2006 at 07:23:52AM -0700, Michael Christensen wrote:
> Hi,
>    
>   I really hope that you're answering questions about installing FreeBSD, since I can't yet start threads on freebsdforum.org.
>    
>   My question is : 
>   I have downloaded the entire FreeBSD 6.1 (about 17,5 GB) ...

Odd. My FreeBSD installation CD doesn't span more than one CD.

>   I'm booting from floppies and now can't understand why the sysinstall can't find the DOS partition on the slave. Is it because it's on a NTFS or what am I doing wrong?
>    

FreeBSD doesn't use DOS partitions. You need to make an unallocated
partition for it to install to.

Cheers.
-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
                   "Lots of folks confuse bad management with destiny"
                                                         - Kin Hubbard

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 21:58:29 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 550AD16A412
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 21:58:29 +0000 (UTC)
	(envelope-from donnex@donnex.net)
Received: from donnex.net (donnex.net [82.96.44.37])
	by mx1.FreeBSD.org (Postfix) with SMTP id DA9AA43D5C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 21:58:27 +0000 (GMT)
	(envelope-from donnex@donnex.net)
Received: (qmail 89952 invoked from network); 2 Oct 2006 21:54:59 -0000
Received: from unknown (HELO ?192.168.1.42?) (192.168.1.42)
	by mail.donnex.net with SMTP; 2 Oct 2006 21:54:59 -0000
Message-ID: <45218B82.3080607@donnex.net>
Date: Mon, 02 Oct 2006 23:58:26 +0200
From: Daniel Johansson <donnex@donnex.net>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Mount permissions on disk
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 21:58:29 -0000

Hello, I'm sorry if this is a dumb question but I can't find the answer 
anywhere. I've tried both google and searching the mailing list.

Anyway what I would like to know is how I change permissions on a mount. 
I've got a new disk and I would like to mount it with the permission 775 
so that my user, in wheel, can write to the root of the disk too.

If I remember correctly in 4.x all you had to do was to set 775 on the 
dir you use as mount point but in FreeBSD 6.1 this doesn't seem to work.

So is there any other way I can set 775 as permission on my mount?

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 22:07:05 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1090916A492
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 22:07:05 +0000 (UTC)
	(envelope-from andriyb@desmaint.com)
Received: from desmaint.radiant.net (desmaint.radiant.net [207.232.108.188])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DCDC143D5E
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 22:07:00 +0000 (GMT)
	(envelope-from andriyb@desmaint.com)
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0
Date: Mon, 2 Oct 2006 15:07:00 -0700
Message-ID: <540EE4AEDEEAE3418715F9B95446582D7FE6D4@groucho.dmsivan.com>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: portupgrading multimedia/x264 
Thread-Index: Acbl5Mk0jo8cMhUWQVSgn0MNWdpJDwAicUTQ
From: "Andriy Babiy" <andriyb@desmaint.com>
To: <freebsd-questions@freebsd.org>
Cc: Beni <beni@brinckman.info>
Subject: Re: portupgrading multimedia/x264 
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 22:07:05 -0000

I'm experiencing the same problem. When I do:
portupgrade -R x264
the patch fails to apply.
Mplayer port cannot be upgraded too for the same reason.


Message: 13
Date: Sun, 1 Oct 2006 11:08:32 +0200
From: Beni <beni@brinckman.info>
Subject: portupgrading multimedia/x264 : patch failed to apply cleanly
To: freebsd-questions@freebsd.org
Message-ID: <200610011108.33162.beni@brinckman.info>
Content-Type: text/plain;  charset=3D"utf-8"

Hello List,

When trying to portupgrade multimedia/x264 I get an error message :
"patch
failed to apply cleanly". I just ran a "portsnap fetch update", so my
ports
should be up to date. What is the remedy here ?

Thanks for any help.

Beni.

www# make reinstall
=3D=3D=3D>  Vulnerability check disabled, database not found
=3D=3D=3D>  Found saved configuration for x264-0.0.20060112_1
=3D> x264-snapshot-20060926-2245.tar.bz2 doesn't seem to exist
in /usr/ports/distfiles/.
=3D> Attempting to fetch from
http://downloads.videolan.org/pub/videolan/x264/snapshots/.
x264-snapshot-20060926-2245.tar.bz2           100% of  533 kB  351 kBps
=3D=3D=3D>  Extracting for x264-0.0.20060926_1
=3D> MD5 Checksum OK for x264-snapshot-20060926-2245.tar.bz2.
=3D> SHA256 Checksum OK for x264-snapshot-20060926-2245.tar.bz2.
=3D=3D=3D>  Patching for x264-0.0.20060926_1
=3D=3D=3D>  Applying FreeBSD patches for x264-0.0.20060926_1
1 out of 1 hunks failed--saving rejects to encoder/ratecontrol.c.rej
=3D> Patch patch-encoder_ratecontrol.c failed to apply cleanly.
=3D> Patch(es) patch-Makefile patch-configure applied cleanly.
*** Error code 1

Stop in /usr/ports/multimedia/x264.
*** Error code 1

Stop in /usr/ports/multimedia/x264.


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 22:08:26 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D6A5616A412
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 22:08:26 +0000 (UTC)
	(envelope-from dwiest@vailsys.com)
Received: from dprobd02.vailsys.com (dprobd02.vailsys.com [63.149.73.146])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0285143D9F
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 22:08:03 +0000 (GMT)
	(envelope-from dwiest@vailsys.com)
Received: from dfsfbd06.vail (dfsfbd06.vail [192.168.129.190])
	by dprobd02.vailsys.com (Postfix) with ESMTP id B66EF8A5C77
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:08:02 -0500 (CDT)
Received: from dfwdamian.vail (dfwdamian.vail [192.168.129.233])
	by dfsfbd06.vail (Postfix) with ESMTP id A8FDE323E8F
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:08:02 -0500 (CDT)
Received: from dfwdamian.vail (dwiest@localhost.vail [127.0.0.1])
	by dfwdamian.vail (8.13.4/8.13.4) with ESMTP id k92L1rCf006186
	for <freebsd-questions@freebsd.org>;
	Mon, 2 Oct 2006 16:01:53 -0500 (CDT)
Received: (from dwiest@localhost)
	by dfwdamian.vail (8.13.4/8.13.4/Submit) id k92L1r9Z010193
	for freebsd-questions@freebsd.org; Mon, 2 Oct 2006 16:01:53 -0500 (CDT)
X-Authentication-Warning: dfwdamian.vail: dwiest set sender to
	dwiest@vailsys.com using -f
Date: Mon, 2 Oct 2006 16:01:53 -0500
From: Damian Wiest <dwiest@vailsys.com>
Cc: freebsd-questions@freebsd.org
Message-ID: <20061002210153.GA2270@dfwdamian.vail>
References: <20060929231004.GH3332@dfwdamian.vail>
	<20060930102033.50716.qmail@web51102.mail.yahoo.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060930102033.50716.qmail@web51102.mail.yahoo.com>
User-Agent: Mutt/1.4.2i
Subject: Re: backup existing sata drive
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 22:08:26 -0000

On Sat, Sep 30, 2006 at 03:20:33AM -0700, Dino Vliet wrote:
> Eeh, are the differences between real backup and point
> in time recovery?

Point in time recovery allows you to restore you system to a single 
point in time.  Backups, depending on how they're performed, give you 
multiple points in time from which to recover.

> What I want is to have a identical backup drive at
> every moment in time. So even if I add or delete files
> on my primary hard disk, I would want to have that.
> But then again, if I go this route, if I wipe out my
> whole disk accidentally, the backup would be wiped out
> too? But still, I'm not that stupid or, it never
> happens so I don't think it will happen now. 

You're talking about disk mirroring which will not help you 
if you accidentally delete or overwrite a file.  Use your
system long enough and this _will_ happen.

> So, I think I want to two disk to be identical so that
> gives me less headache if one of them fails.
> 
> Dump can use my ubuntu partition as well so I will be
> able to use that. But that will give me point-in-time
> recovery, right?

Yes.  Keep in mind that dump remembers, via dump levels,  what's been
backed up so it will do incremental backups.

> Geom looks cool, I will start reading the docs and
> look into them. I've found the article of Dru Lavigne,
> and the freebsd handbook has some sections as well
> about it and I've found
> http://www.freebsdwiki.net/index.php/RAID1,_Software,_How_to_setup
> 
> Enough to read before my drives arrive. Hope I won't
> encounter problems because I'm afraid I could loose
> everything.
> 
> Thanks for your answer.

I'd go with GEOM.  Extremely easy to setup and maintain.

-Damian

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 22:08:30 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2572916A52F
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 22:08:30 +0000 (UTC)
	(envelope-from dwiest@vailsys.com)
Received: from cprobd02.vailsys.com (cprobd02.vailsys.com [63.210.102.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F312B43D66
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 22:08:06 +0000 (GMT)
	(envelope-from dwiest@vailsys.com)
Received: from dfsfbd06.vail (dfsfbd06.vail [192.168.129.190])
	by cprobd02.vailsys.com (Postfix) with ESMTP id DF482CE4F7
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:08:02 -0500 (CDT)
Received: from dfwdamian.vail (dfwdamian.vail [192.168.129.233])
	by dfsfbd06.vail (Postfix) with ESMTP id 9CD16323E8E
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 17:08:02 -0500 (CDT)
Received: from dfwdamian.vail (dwiest@localhost.vail [127.0.0.1])
	by dfwdamian.vail (8.13.4/8.13.4) with ESMTP id k92M53lR008557
	for <freebsd-questions@freebsd.org>;
	Mon, 2 Oct 2006 17:05:03 -0500 (CDT)
Received: (from dwiest@localhost)
	by dfwdamian.vail (8.13.4/8.13.4/Submit) id k92M53o3007013
	for freebsd-questions@freebsd.org; Mon, 2 Oct 2006 17:05:03 -0500 (CDT)
X-Authentication-Warning: dfwdamian.vail: dwiest set sender to
	dwiest@vailsys.com using -f
Date: Mon, 2 Oct 2006 17:05:03 -0500
From: Damian Wiest <dwiest@vailsys.com>
To: freebsd-questions@freebsd.org
Message-ID: <20061002220503.GB2270@dfwdamian.vail>
References: <001401c6e5b9$693c5570$7001a8c0@khmerserver.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <001401c6e5b9$693c5570$7001a8c0@khmerserver.net>
User-Agent: Mutt/1.4.2i
Subject: Re: Directory server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 22:08:30 -0000

On Mon, Oct 02, 2006 at 07:26:20AM +0700, rithy4u- CEO wrote:
> Dear All,
> 
> I am seeking the way how to implement FreeBSD+LDAP+Samba to build a file server for medium size business which will serv up to 60 concurrent users.
> 
> But the issue is, how we get it all in one package? and join all windows clients into Samba Domain? I hope someone can help me up with this.
> 
> Thanks and Best Regards,
> 
> Richard Ben, CIO
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.

You should be able to use FreeBSD's Samba and OpenLDAP port without 
issue.  I haven't used Samba with LDAP (probably Active Directory in 
your case), but I know it's supported.  As for connecting Windows 
clients, Samba does include a NetBIOS nameserver with WINS support.

Here are a couple of links to get you started:

http://aput.net/~jheiss/samba/ldap.shtml
http://lilly.csoft.net/~vdebaere/handleiding/samba-activedirectory/index_en.html
http://samba.org/samba/news/articles/abartlet_thesis.pdf

-Damian

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 22:14:50 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ED4F016A51E
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 22:14:50 +0000 (UTC)
	(envelope-from buhnux@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8404843E06
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 22:14:35 +0000 (GMT)
	(envelope-from buhnux@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so1724288nfc
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 15:14:25 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth;
	b=CifJ3ktgXPZnHzQ3CXw09JVFjThW+5geuEjnhr/RpfrsX4BV0DO6V+XF6d8gTLrDCLFg0oOPQLKx5SSA6vDjvSY2UM9vnSQ8gfZWmVEVtx7n5WqUDP4sZpFfqcADRsglK7M5oi1Y60XtyLQRTO3rJQkLLyDLneKy1YncjoPQrK8=
Received: by 10.78.188.19 with SMTP id l19mr3949397huf;
	Mon, 02 Oct 2006 15:14:25 -0700 (PDT)
Received: by 10.78.183.3 with HTTP; Mon, 2 Oct 2006 15:14:25 -0700 (PDT)
Message-ID: <b2203fed0610021514i5c19a094q71e82ddf600823a6@mail.gmail.com>
Date: Mon, 2 Oct 2006 18:14:25 -0400
From: "Michael Johnson" <ahze@ahze.net>
Sender: buhnux@gmail.com
To: "Andriy Babiy" <andriyb@desmaint.com>
In-Reply-To: <540EE4AEDEEAE3418715F9B95446582D7FE6D4@groucho.dmsivan.com>
MIME-Version: 1.0
References: <540EE4AEDEEAE3418715F9B95446582D7FE6D4@groucho.dmsivan.com>
X-Google-Sender-Auth: 01b6a8e48cd2fd94
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: freebsd-questions@freebsd.org, Beni <beni@brinckman.info>
Subject: Re: portupgrading multimedia/x264
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 22:14:51 -0000

On 10/2/06, Andriy Babiy <andriyb@desmaint.com> wrote:
>
> I'm experiencing the same problem. When I do:
> portupgrade -R x264
> the patch fails to apply.
> Mplayer port cannot be upgraded too for the same reason.


update ports, its fixed now. sorry


Message: 13
> Date: Sun, 1 Oct 2006 11:08:32 +0200
> From: Beni <beni@brinckman.info>
> Subject: portupgrading multimedia/x264 : patch failed to apply cleanly
> To: freebsd-questions@freebsd.org
> Message-ID: <200610011108.33162.beni@brinckman.info>
> Content-Type: text/plain;  charset="utf-8"
>
> Hello List,
>
> When trying to portupgrade multimedia/x264 I get an error message :
> "patch
> failed to apply cleanly". I just ran a "portsnap fetch update", so my
> ports
> should be up to date. What is the remedy here ?
>
> Thanks for any help.
>
> Beni.
>
> www# make reinstall
> ===>  Vulnerability check disabled, database not found
> ===>  Found saved configuration for x264-0.0.20060112_1
> => x264-snapshot-20060926-2245.tar.bz2 doesn't seem to exist
> in /usr/ports/distfiles/.
> => Attempting to fetch from
> http://downloads.videolan.org/pub/videolan/x264/snapshots/.
> x264-snapshot-20060926-2245.tar.bz2           100% of  533 kB  351 kBps
> ===>  Extracting for x264-0.0.20060926_1
> => MD5 Checksum OK for x264-snapshot-20060926-2245.tar.bz2.
> => SHA256 Checksum OK for x264-snapshot-20060926-2245.tar.bz2.
> ===>  Patching for x264-0.0.20060926_1
> ===>  Applying FreeBSD patches for x264-0.0.20060926_1
> 1 out of 1 hunks failed--saving rejects to encoder/ratecontrol.c.rej
> => Patch patch-encoder_ratecontrol.c failed to apply cleanly.
> => Patch(es) patch-Makefile patch-configure applied cleanly.
> *** Error code 1
>
> Stop in /usr/ports/multimedia/x264.
> *** Error code 1
>
> Stop in /usr/ports/multimedia/x264.
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 22:29:47 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 155FD16A407
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 22:29:47 +0000 (UTC)
	(envelope-from freebsd@meijome.net)
Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9C79C43D4C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 22:29:46 +0000 (GMT)
	(envelope-from freebsd@meijome.net)
Received: (qmail 1710 invoked from network); 3 Oct 2006 08:29:45 +1000
Received: from 203-217-43-6.dyn.chime.net.au (HELO localhost) (203.217.43.6)
	by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP;
	3 Oct 2006 08:29:45 +1000
Date: Tue, 3 Oct 2006 08:29:41 +1000
From: Norberto Meijome <freebsd@meijome.net>
To: Brian <bri@sonicboom.org>
Message-ID: <20061003082941.77ad04c2@localhost>
In-Reply-To: <20061002114625.W29049@entwistle.sonicboom.org>
References: <20061002114625.W29049@entwistle.sonicboom.org>
X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: NAS server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 22:29:47 -0000

On Mon, 2 Oct 2006 11:47:43 -0700 (PDT)
Brian <bri@sonicboom.org> wrote:

>  Is this the preferred FreeBSD solution to this problem?

what is the problem? what are you trying to do? what clients do you look to
support?

_________________________
{Beto|Norberto|Numard} Meijome

Life is not measured by the number of breaths we take, but by the moments that
take our breath away.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 23:44:03 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A293A16A412
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 23:44:03 +0000 (UTC)
	(envelope-from dead_line@hotmail.com)
Received: from bay0-omc3-s20.bay0.hotmail.com (bay0-omc3-s20.bay0.hotmail.com
	[65.54.246.220])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB0343D49
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 23:44:03 +0000 (GMT)
	(envelope-from dead_line@hotmail.com)
Received: from hotmail.com ([65.54.175.41]) by bay0-omc3-s20.bay0.hotmail.com
	with Microsoft SMTPSVC(6.0.3790.1830); 
	Mon, 2 Oct 2006 16:44:03 -0700
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	Mon, 2 Oct 2006 16:44:02 -0700
Message-ID: <BAY104-F3162130C5FAF5774D204109A1F0@phx.gbl>
Received: from 65.54.175.200 by by104fd.bay104.hotmail.msn.com with HTTP;
	Mon, 02 Oct 2006 23:44:01 GMT
X-Originating-IP: [62.150.202.164]
X-Originating-Email: [dead_line@hotmail.com]
X-Sender: dead_line@hotmail.com
In-Reply-To: <20061002101520.4a212a6c.wmoran@collaborativefusion.com>
From: "Marwan Sultan" <dead_line@hotmail.com>
To: wmoran@collaborativefusion.com
Date: Mon, 02 Oct 2006 23:44:01 +0000
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
X-OriginalArrivalTime: 02 Oct 2006 23:44:02.0996 (UTC)
	FILETIME=[A4174740:01C6E67C]
Cc: freebsd-questions@freebsd.org
Subject: Re: how to block rj45 sockets.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 23:44:03 -0000


Do you recommend any good switch product and model number which has port 
enable.disable
feature ? other than cisco, in a good price?
Cisco is litl  bit expensive specially im talking about 24 switch each, 20 
ports!!

thank you
Marwan Sultan

>Get real switching hardware to replace those Belkins.  Cisco and other
>switches will allow you to enable/disable ports on demand.
>
>--
>Bill Moran
>Collaborative Fusion Inc.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 23:46:30 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0CE8416A415
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 23:46:30 +0000 (UTC)
	(envelope-from bri@sonicboom.org)
Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 68F7543D77
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 23:46:25 +0000 (GMT)
	(envelope-from bri@sonicboom.org)
Received: from [127.0.0.1] (entwistle.sonicboom.org [66.93.34.170])
	by entwistle.sonicboom.org (8.13.8/8.13.8) with ESMTP id k92NkOHT091497;
	Mon, 2 Oct 2006 16:46:24 -0700 (PDT)
	(envelope-from bri@sonicboom.org)
Message-ID: <4521A4D0.5070905@sonicboom.org>
Date: Mon, 02 Oct 2006 16:46:24 -0700
From: Brian <bri@sonicboom.org>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: Norberto Meijome <freebsd@meijome.net>
References: <20061002114625.W29049@entwistle.sonicboom.org>
	<20061003082941.77ad04c2@localhost>
In-Reply-To: <20061003082941.77ad04c2@localhost>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: NAS server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 23:46:30 -0000

Norberto Meijome wrote:
> On Mon, 2 Oct 2006 11:47:43 -0700 (PDT)
> Brian <bri@sonicboom.org> wrote:
>
>   
>>  Is this the preferred FreeBSD solution to this problem?
>>     
>
> what is the problem? what are you trying to do? what clients do you look to
> support?
>
> _________________________
> {Beto|Norberto|Numard} Meijome
>
> Life is not measured by the number of breaths we take, but by the moments that
> take our breath away.
>
> I speak for myself, not my employer. Contents may be hot. Slippery when wet.
> Reading disclaimers makes you go blind. Writing them is worse. You have been
> Warned.
> _______________________________________________
> 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'll be doing 2 things mainly;
Since I prefer apple lossless for my iPod, even with a few hundred gig 
hard drive, i would use a ridiculous quantity of space on my pc to do this.
I also want to copy imprtant files from windows and bsd boxes to it, as 
a long term backup storage solution. 
I could just build a nix box with a 3ware raid controller running samba, 
but not having done that before, I'm not sure how much work is in there.
Maybe offer others storage as well.  I'm envisioning a raid 5 box with 
1.5 to 2 terabytes.
I looked at 
http://www.tomshardware.com/2005/09/19/thecus_n4100_brings_storage_space_to_your_lan/, 
but changing the array size doesnt appear to be an easy process there.

Bri

Brian

Brian

From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 23:56:26 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0355E16A403
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 23:56:26 +0000 (UTC)
	(envelope-from wmoran@collaborativefusion.com)
Received: from mx00.pub.collaborativefusion.com
	(mx00.pub.collaborativefusion.com [206.210.89.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8265E43D4C
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 23:56:25 +0000 (GMT)
	(envelope-from wmoran@collaborativefusion.com)
Received: from localhost (monrovll-cuda1-24-53-251-44.pittpa.adelphia.net
	[24.53.251.44])
	(AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA)
	by wingspan with esmtp; Mon, 02 Oct 2006 19:56:24 -0400
	id 0005641E.4521A728.00012D4A
Date: Mon, 2 Oct 2006 19:56:22 -0400
From: Bill Moran <wmoran@collaborativefusion.com>
To: "Marwan Sultan" <dead_line@hotmail.com>
Message-Id: <20061002195622.6c5b59db.wmoran@collaborativefusion.com>
In-Reply-To: <BAY104-F3162130C5FAF5774D204109A1F0@phx.gbl>
References: <20061002101520.4a212a6c.wmoran@collaborativefusion.com>
	<BAY104-F3162130C5FAF5774D204109A1F0@phx.gbl>
Organization: Collaborative Fusion
X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: how to block rj45 sockets.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 23:56:26 -0000

"Marwan Sultan" <dead_line@hotmail.com> wrote:
> 
> >Get real switching hardware to replace those Belkins.  Cisco and other
> >switches will allow you to enable/disable ports on demand.
> 
> Do you recommend any good switch product and model number which has port 
> enable.disable
> feature ? other than cisco, in a good price?
> Cisco is litl  bit expensive specially im talking about 24 switch each, 20 
> ports!!

Don't top-post.

There are a number of vendors who sell "managed" switches.  I don't
recommend any of them.  I think Cisco is worth the extra money.

However, most manufactures who sell switches have a line of "managed"
switches.  I don't recommend Dells, but they do exist.  3Com has them --
just about anyone who's serious about selling networking equipment
has them.

-- 
Bill Moran

MAL: Hell, this job I would pull for free.
ZOE: Can I have your share?
MAL: No.
ZOE: If you die, can I have your share?
MAL: Yes.


From owner-freebsd-questions@FreeBSD.ORG  Mon Oct  2 23:59:21 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7FDF816A412
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 23:59:21 +0000 (UTC)
	(envelope-from freebsd@dfwlp.com)
Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0398E43D45
	for <freebsd-questions@freebsd.org>;
	Mon,  2 Oct 2006 23:59:20 +0000 (GMT)
	(envelope-from freebsd@dfwlp.com)
Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83])
	(authenticated bits=0)
	by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k92NxIQ9034298
	for <freebsd-questions@freebsd.org>;
	Mon, 2 Oct 2006 18:59:18 -0500 (CDT)
	(envelope-from freebsd@dfwlp.com)
From: Jonathan Horne <freebsd@dfwlp.com>
To: freebsd-questions@freebsd.org
Date: Mon, 2 Oct 2006 18:59:18 -0500
User-Agent: KMail/1.9.4
References: <BAY104-F3162130C5FAF5774D204109A1F0@phx.gbl>
In-Reply-To: <BAY104-F3162130C5FAF5774D204109A1F0@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610021859.18280.freebsd@dfwlp.com>
X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed 
	version=3.1.5
X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on zeus.dfwlp.com
Subject: Re: how to block rj45 sockets.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Oct 2006 23:59:21 -0000


>
> >Get real switching hardware to replace those Belkins.  Cisco and other
> >switches will allow you to enable/disable ports on demand.
> >
> >--
> >Bill Moran
> >Collaborative Fusion Inc.
>

On Monday 02 October 2006 18:44, Marwan Sultan wrote:
> Do you recommend any good switch product and model number which has port
> enable.disable
> feature ? other than cisco, in a good price?
> Cisco is litl  bit expensive specially im talking about 24 switch each, 20
> ports!!
>
> thank you
> Marwan Sultan

.... ebay!!

cheers,
jonathan

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 00:49:53 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 70F4E16A407
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 00:49:53 +0000 (UTC)
	(envelope-from freebsd.ph@gmail.com)
Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0253643D49
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 00:49:52 +0000 (GMT)
	(envelope-from freebsd.ph@gmail.com)
Received: by nz-out-0102.google.com with SMTP id 13so597814nzn
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 17:49:52 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=ZgVwFdWTdGV6NMWNYZMLQ8ZQ+r38Ivm5KR7zck/tUJrBRq+CIvcaH0QGycoNZlxi91X5mdHwQJ5EF9iK5Z2GZCQL51eze1x3olpF/PEUZTeWSgS+8teqWjXpvOe9kRlp2T3z9qXmWUSaagIf4fnpuVVLKawuIAXEb/bKLjhAZaI=
Received: by 10.64.156.3 with SMTP id d3mr2055953qbe;
	Mon, 02 Oct 2006 17:49:52 -0700 (PDT)
Received: by 10.65.103.5 with HTTP; Mon, 2 Oct 2006 17:49:51 -0700 (PDT)
Message-ID: <a25afc300610021749h500dc4acv4c9b958859cda7cc@mail.gmail.com>
Date: Tue, 3 Oct 2006 08:49:52 +0800
From: "jan gestre" <freebsd.ph@gmail.com>
To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: scripting question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 00:49:53 -0000

i made a script and put on root's crontab, however it's not doing or showing
the output that is forwarded to my email address correctly therefore i'm not
sure if it is working or not. below is what the script look like:

#----------------
# cvsrun - Weekly CVSup Run

echo "Subject: `hostname` weekly cvsup run"
/usr/local/bin/cvsup -g -L 2 /root/ports-supfile
echo ""
/usr/local/bin/portmanager -s | grep OLD
echo ""
echo "cvsrun done."

#----------------

i would like the output of this command

/usr/local/bin/portmanager -s | grep OLD

to show in my mail where i forwarded it. below is the cronjob.

30 8 * * * root /usr/local/bin/cvsrun | mail -s "Daily cvsup run and
portmanager" user1

can someone help me to correct this script, to show the output that i want.

TIA

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 01:28:13 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7558116A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 01:28:13 +0000 (UTC)
	(envelope-from atom.powers@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D255143D45
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 01:28:12 +0000 (GMT)
	(envelope-from atom.powers@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so31706nfc
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 18:28:11 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=TXiuK9Trz0C0kVOH4zaDNuW5sAEjsK6vtdZbmy8bjEKpdObTSTSPwfXjxqgfg4ZPPwu0hXijtgUX1ty2Pzrvr9nK+GjJvWV7r/Sq9m7Wn7//myQiPFRAUrihu2oup5Xk+yM53nELGmt52fiigXeIicsqXyWlYw4tGBNPaE7gRR8=
Received: by 10.49.20.5 with SMTP id x5mr161910nfi;
	Mon, 02 Oct 2006 18:28:09 -0700 (PDT)
Received: by 10.49.63.18 with HTTP; Mon, 2 Oct 2006 18:28:09 -0700 (PDT)
Message-ID: <df9ac37c0610021828i61aa2714n2219b619fbcbfec8@mail.gmail.com>
Date: Mon, 2 Oct 2006 18:28:09 -0700
From: "Atom Powers" <atom.powers@gmail.com>
To: "jan gestre" <freebsd.ph@gmail.com>
In-Reply-To: <a25afc300610021749h500dc4acv4c9b958859cda7cc@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <a25afc300610021749h500dc4acv4c9b958859cda7cc@mail.gmail.com>
Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject: Re: scripting question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 01:28:13 -0000

On 10/2/06, jan gestre <freebsd.ph@gmail.com> wrote:
> i made a script and put on root's crontab, however it's not doing or showing
> the output that is forwarded to my email address correctly therefore i'm not
> sure if it is working or not. below is what the script look like:
>
...
>
> 30 8 * * * root /usr/local/bin/cvsrun | mail -s "Daily cvsup run and
> portmanager" user1
>

Why don't you make this a periodic script. Put it in
'/usr/local/etc/periodic/weekly/299.cvrun' and it will be run every
week with the rest of your periodic; with periodic you get much
better control over where output is sent.

-- 
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 01:31:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 15DEB16A407
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 01:31:36 +0000 (UTC)
	(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 091C743D76
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 01:31:29 +0000 (GMT)
	(envelope-from xfb52@dial.pipex.com)
Received: from [172.23.170.141] (helo=anti-virus02-08)
	by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52)
	id 1GUZ83-0001QI-Lw; Tue, 03 Oct 2006 02:31:27 +0100
Received: from [82.41.253.33] (helo=[192.168.0.2])
	by asmtp-out6.blueyonder.co.uk with esmtp (Exim 4.52)
	id 1GUVAU-0003UR-O3; Mon, 02 Oct 2006 22:17:42 +0100
Message-ID: <452181F5.5010904@dial.pipex.com>
Date: Mon, 02 Oct 2006 22:17:41 +0100
From: Alex Zbyslaw <xfb52@dial.pipex.com>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515
X-Accept-Language: en
MIME-Version: 1.0
To: Pete Slagle <freebsd-questions@voidcaptain.com>
References: <45217C65.5040406@voidcaptain.com>
In-Reply-To: <45217C65.5040406@voidcaptain.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions <freebsd-questions@freebsd.org>
Subject: Re: Ruby gaining weight?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 01:31:36 -0000

Pete Slagle wrote:

>Recent versions of ruby18 seem to take more than 145 MB of virtual
>memory to build with portupgrade or "make install clean."
>
>I have several "classic" boxes running bind and a mail MTA on 4.11 that
>are memory-limited, but otherwise work well. The main boards are maxed
>out at 64 MB of RAM, and they have 128 MB of swap. The ruby build fails
> as swap space becomes exhausted.
>
>Sure, I could reorganize the hard drives on these boxes to add more
>swap, but nothing else needs more that a few KB. Moreover, rebuilding
>the hard drives is to be avoided since these machines are part of a
>basic infrastructure that has been stable for years.
>
>Is ruby really that piggy, or do I just have a configuration issue?
>  
>
Karol Kwiatkowski wrote less than a week ago:

>Just some thoughts as others already identified the problem:
>
>here's similar thread with some workarounds:
>http://lists.freebsd.org/pipermail/freebsd-questions/2006-September/131328.html
>
>In the meantime I've found NOPORTDOCS variable - if you don't need
>ruby docs just disable them (docs are generated during install part)
>
># cd /usr/ports/lang/ruby18
># make -DNOPORTDOCS install
>
>The install part without docs takes about 30 seconds on 400Mhz/96MB
>machine (it would take hours otherwise).
>
>HTH,
>
>Karol
>
>  
>


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 01:53:32 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C6F5116A407
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 01:53:32 +0000 (UTC)
	(envelope-from atom.powers@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 23D8243D45
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 01:53:31 +0000 (GMT)
	(envelope-from atom.powers@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so37344nfc
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 18:53:30 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=sNgQEhttx2RoRY1mo1X4IfySvE1KCzwZODKY5UxwUr0Doz0qtBCviQyUc1Ar+D5S5+PbcEhO21PK2fIpNRcC4oqqKsJ1WQhGCnWVcljw8yl2G8iPGHoC+Cck9EnHadP/B2sXytaVqRK9/rMKUBR50YAJXia/PPfeimDxe010V9w=
Received: by 10.49.93.13 with SMTP id v13mr170263nfl;
	Mon, 02 Oct 2006 18:53:30 -0700 (PDT)
Received: by 10.49.63.18 with HTTP; Mon, 2 Oct 2006 18:53:30 -0700 (PDT)
Message-ID: <df9ac37c0610021853n4a77e712ub1eab4545bda2375@mail.gmail.com>
Date: Mon, 2 Oct 2006 18:53:30 -0700
From: "Atom Powers" <atom.powers@gmail.com>
To: "rithy4u- CEO" <root@rithy4u.net>
In-Reply-To: <001401c6e5b9$693c5570$7001a8c0@khmerserver.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <001401c6e5b9$693c5570$7001a8c0@khmerserver.net>
Cc: freebsd-questions@freebsd.org
Subject: Re: Directory server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 01:53:32 -0000

On 10/1/06, rithy4u- CEO <root@rithy4u.net> wrote:
> Dear All,
>
> I am seeking the way how to implement FreeBSD+LDAP+Samba to build a file server for medium size business which will serv up to 60 concurrent users.
>
> But the issue is, how we get it all in one package? and join all windows clients into Samba Domain? I hope someone can help me up with this.
>

Over the summer I implimented this exact setup, an MS Windows domain
without any MS Windows servers, for a company of about 1000 users.
There are some pretty serious draw-backs to not using MS Win 2003 as
your domain controller, but with the right tools you can get pretty
close; and the advantages of not using MS Windows make up the rest of
the difference.

Check out the how-to documents posted by others, if you have any
specific questions let me know, I may be able to help. ( I
didn't/don't use Kerberose, yet.)

P.S. This is not an easy thing to set up. I'm not aware of any "easy"
ldap servers so you are probably going to end up doing a lot of
development work on your ldap schema, importing users, and setting up
your local directory before you even look at samba. I spent about four
months on my system and I had a working, although very badly
constructed, system to start from.

-- 
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 02:20:41 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D9BCA16A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 02:20:41 +0000 (UTC)
	(envelope-from duane@dwpc.dwlabs.ca)
Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 748DC43D46
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 02:20:39 +0000 (GMT)
	(envelope-from duane@dwpc.dwlabs.ca)
Received: from ip02.eastlink.ca ([24.222.10.10])
	by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built
	Sep 22 2005)) with ESMTP id <0J6J005UCFPGV0A1@mta01.eastlink.ca> for
	freebsd-questions@freebsd.org; Mon, 02 Oct 2006 23:17:40 -0300 (ADT)
Received: from blk-224-199-230.eastlink.ca (HELO dwpc.dwlabs.ca)
	([24.224.199.230]) by ip02.eastlink.ca with ESMTP; Mon,
	02 Oct 2006 23:20:21 -0300
Received: from dwpc.dwlabs.ca (localhost [127.0.0.1])
	by dwpc.dwlabs.ca (8.13.8/8.13.8) with ESMTP id k932JwpO026247; Mon,
	02 Oct 2006 23:19:58 -0300 (ADT envelope-from duane@dwpc.dwlabs.ca)
Received: (from duane@localhost)	by dwpc.dwlabs.ca (8.13.8/8.13.8/Submit)
	id k932Jwxf026246;
	Mon, 02 Oct 2006 23:19:58 -0300 (ADT envelope-from duane)
Date: Mon, 02 Oct 2006 23:19:57 -0300
From: Duane Whitty <duane@dwlabs.ca>
In-reply-to: <6bcc7a470609302112g23ca6e34u6e7af43353f78285@mail.gmail.com>
To: Rob <robaree@gmail.com>
Message-id: <20061003021957.GA25919@dwpc.dwlabs.ca>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AR4FAHNlIUWBTg
X-IronPort-AV: i="4.09,246,1157338800";   d="scan'208";
	a="857390832:sNHT21983188"
References: <6bcc7a470609302112g23ca6e34u6e7af43353f78285@mail.gmail.com>
User-Agent: Mutt/1.4.2.2i
Cc: freebsd-questions@freebsd.org
Subject: Re: Good networking books for a beginner?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 02:20:41 -0000

On Sun, Oct 01, 2006 at 12:12:27AM -0400, Rob wrote:
> Does anyone happen to know of any good books that explain all about
> networking in detail (such as gateways, netmasks, etc)?  I know the 'basics'
> but would like to dig in a little deeper.
> 
> Thanks,
> rob

An online article that I found quite helpful was Daryl's TCP/IP Primer
http://www.ipprimer.com/overview.cfm

I was quite surprised by how much detail was there when I started actually
following along with its tutorial style.

Best Regards,

Duane Whitty

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 02:31:48 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D7C0B16A407
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 02:31:48 +0000 (UTC) (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 1CC3F43D49
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 02:31:47 +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.13.1/8.12.11) with ESMTP id k932VXQe054500
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 3 Oct 2006 09:31:33 +0700 (ICT)
Received: (from on@localhost)
	by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k932VluP048618;
	Tue, 3 Oct 2006 09:31:47 +0700 (ICT)
Date: Tue, 3 Oct 2006 09:31:47 +0700 (ICT)
Message-Id: <200610030231.k932VluP048618@banyan.cs.ait.ac.th>
From: Olivier Nicole <on@cs.ait.ac.th>
To: dead_line@hotmail.com
In-reply-to: <BAY104-F3162130C5FAF5774D204109A1F0@phx.gbl>
	(dead_line@hotmail.com)
References: <BAY104-F3162130C5FAF5774D204109A1F0@phx.gbl>
X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/)
Cc: freebsd-questions@freebsd.org
Subject: Re: how to block rj45 sockets.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 02:31:48 -0000

> Do you recommend any good switch product and model number which has port 
> enable.disable

This is refeered to as manageable switch, or managed switch, or SNMP
manageable.

See with your prefered dealer according to your budget.

Of course if the switches are in a closed rack, you can also simply
disconnect whatever cable you want and lock the rach.

Olivier

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 04:04:27 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A654816A407
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 04:04:27 +0000 (UTC)
	(envelope-from luchezar.petkov@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE6443D53
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 04:04:26 +0000 (GMT)
	(envelope-from luchezar.petkov@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so64811nfc
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 21:04:25 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding;
	b=TVNt2MJVuX4Fmm56wuV9iOZP/SCJEPvzachmZx8uT8vnu56U18jluPr2FbiUCpnpaCAT1ZLN9BAmIIq8RhGXFABi65SAUQsrixW8spRbtQjRUju1jPX2ZhmQACmcrKOaGlSvkl/NWhRdqQ8FuMp+Dk/OgYGu1hiv/lva8pF8UY4=
Received: by 10.48.202.19 with SMTP id z19mr270719nff;
	Mon, 02 Oct 2006 21:04:25 -0700 (PDT)
Received: from ?85.217.148.22? ( [85.217.148.22])
	by mx.gmail.com with ESMTP id b1sm136450nfe.2006.10.02.21.04.24;
	Mon, 02 Oct 2006 21:04:25 -0700 (PDT)
Message-ID: <4521E125.7060007@gmail.com>
Date: Tue, 03 Oct 2006 07:03:49 +0300
From: "Luchezar P. Petkov" <luchezar.petkov@gmail.com>
User-Agent: Thunderbird 1.5.0.7 (X11/20061001)
MIME-Version: 1.0
To: jarek <yarosh@4web.pl>
References: <4517ED4C.6030106@4web.pl> <451FE4CC.3050302@gmail.com>
	<4520BC75.2080102@4web.pl>
In-Reply-To: <4520BC75.2080102@4web.pl>
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 8bit
Cc: freebsd-questions@freebsd.org
Subject: Re: freeBSD official font
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 04:04:27 -0000

jarek wrote:
> Luchezar P. Petkov napisa³(a):
>> jarek wrote:
>>> hi
>>> can you tell me what is name of "freeBSD" font?
>>> i would like to do some artworks to promote freebsd and i beadly 
>>> need this font
>>>
>>> bye
>>>
>> It was made by the author of the logo, you can find it here:
>> http://www.freebsd.org/logo.html
>> Look at the SVG/Illustrator files.
>>
>> --Luchezar P. Petkov
>>
>>
>>
> yep, i saw that, but i need whole alphabet to make a slogan
>
> thanks for help
>
Try to talk with the author, maybe he will give you the font in TTF or 
something.

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 04:41:49 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 758C516A415
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 04:41:49 +0000 (UTC)
	(envelope-from bri@sonicboom.org)
Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8E57743D55
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 04:41:45 +0000 (GMT)
	(envelope-from bri@sonicboom.org)
Received: from yourfulkl1oh2q (dsl093-034-235.snd1.dsl.speakeasy.net
	[66.93.34.235])
	by entwistle.sonicboom.org (8.13.8/8.13.8) with SMTP id k934fhmY001695
	for <freebsd-questions@freebsd.org>;
	Mon, 2 Oct 2006 21:41:44 -0700 (PDT)
	(envelope-from bri@sonicboom.org)
Message-ID: <043001c6e6a5$e6559ac0$0a00a8c0@yourfulkl1oh2q>
From: "Brian" <bri@sonicboom.org>
To: <freebsd-questions@freebsd.org>
Date: Mon, 2 Oct 2006 21:39:23 -0700
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2869
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Subject: freebsd-update
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 04:41:49 -0000

www# /usr/sbin/freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 1 mirrors found.
Fetching public key from update1.FreeBSD.org... failed.
No mirrors remaining, giving up.

I'm using the default config file.

Bri


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 04:50:17 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 929A616A403
	for <questions@FreeBSD.org>; Tue,  3 Oct 2006 04:50:17 +0000 (UTC)
	(envelope-from jhfoo-ml@extracktor.com)
Received: from mail.extracktor.com (www.nexlabs.com [210.193.32.133])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AFF3A43D45
	for <questions@FreeBSD.org>; Tue,  3 Oct 2006 04:50:16 +0000 (GMT)
	(envelope-from jhfoo-ml@extracktor.com)
Received: (qmail 77529 invoked from network); 3 Oct 2006 04:47:40 -0000
Received: from 130.210-193-15.adsl.qala.com.sg (HELO ?192.168.1.119?)
	(jhfoo@trendicate.com@210.193.15.130)
	by www.nexlabs.com with SMTP; 3 Oct 2006 04:47:40 -0000
Message-ID: <4521EC0F.6080103@extracktor.com>
Date: Tue, 03 Oct 2006 12:50:23 +0800
From: Foo JH <jhfoo-ml@extracktor.com>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: Ryan and Sabrina Tardi <tardi@prairie.ca>
References: <000501c6dd25$bd0cd0e0$4230c8cd@ryan37ebc46477>
In-Reply-To: <000501c6dd25$bd0cd0e0$4230c8cd@ryan37ebc46477>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: questions@FreeBSD.org
Subject: Re: downloading Free BSD
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 04:50:17 -0000

ISO format represents an image of a CD. If you have a Windows OS, use 
the CD burning software that comes with it to recreate the CD from the 
ISO file. Do not burn the file into the CD as-is.

Ryan and Sabrina Tardi wrote:
> What do I do with the ISO files once they are downloaded?  Do I burn
> them directly to a CD then use the CD to install?  Forgive me for my
> ignorance of ISO files!
>  
> Ryan and Sabrina Tardi
> 155 Calder Rd.
> St. Andrews, MB R1A 4B6
> H 204.785.9781
> C 204.799.3968
> tardi@prairie.ca
>  
>
>   


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 04:53:42 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 F259216A4B3
	for <questions@freebsd.org>; Tue,  3 Oct 2006 04:53:42 +0000 (UTC)
	(envelope-from jhfoo-ml@extracktor.com)
Received: from mail.extracktor.com (www.nexlabs.com [210.193.32.133])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3427A43D8C
	for <questions@freebsd.org>; Tue,  3 Oct 2006 04:53:12 +0000 (GMT)
	(envelope-from jhfoo-ml@extracktor.com)
Received: (qmail 77554 invoked from network); 3 Oct 2006 04:50:34 -0000
Received: from 130.210-193-15.adsl.qala.com.sg (HELO ?192.168.1.119?)
	(jhfoo@trendicate.com@210.193.15.130)
	by www.nexlabs.com with SMTP; 3 Oct 2006 04:50:34 -0000
Message-ID: <4521ECBD.9040003@extracktor.com>
Date: Tue, 03 Oct 2006 12:53:17 +0800
From: Foo JH <jhfoo-ml@extracktor.com>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: Paul Schmehl <pauls@utdallas.edu>
References: <174ED5B3F73AC65965235FC2@paul-schmehls-powerbook59.local>
In-Reply-To: <174ED5B3F73AC65965235FC2@paul-schmehls-powerbook59.local>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: questions@freebsd.org
Subject: Re: Apache2* and mod_perl2
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 04:53:43 -0000

I've been using FreeBSD + Apache 2.0 + mod_perl 2 for the longest time. 
It's been pretty stable to date. What exactly are the problems you 
encountered?

Paul Schmehl wrote:
> Last night I spend several hours trying to get a website working with 
> apache22 and then apache20 and mod_perl2.  I never succeeded.
>
> This website works fine with apache1.3.* and mod_perl.  We run the UBB 
> bulletin board, which is written in perl.  All the executable files 
> are named *.cgi.
>
> I googled and read document after document, waded through the apache 
> mod_perl site until my eyes were crossed, all to no avail.  In 
> apache20, after configuring httpd.conf in what I thought was the right 
> way, I got a Forbidden error.  Obviously, I checked perms (even made 
> the 777 briefly), but no go.  In apache22, all I ever got was the 
> plain text of the program file.
>
> Does anyone know of a website that can unlock the mystery of mod_perl2 
> on apache2?  I figure sooner or later I'm going to have to move to 
> apache2, but I sure can't do that until I figure out how to get it 
> working.
>
> Paul Schmehl (pauls@utdallas.edu)
> Adjunct Information Security Officer
> The University of Texas at Dallas
> http://www.utdallas.edu/ir/security/


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 05:00:14 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C81AC16A415
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:00:14 +0000 (UTC)
	(envelope-from freebsd@meijome.net)
Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2E00143D46
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:00:13 +0000 (GMT)
	(envelope-from freebsd@meijome.net)
Received: (qmail 17360 invoked from network); 3 Oct 2006 15:00:12 +1000
Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2)
	by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP;
	3 Oct 2006 15:00:12 +1000
Date: Tue, 3 Oct 2006 15:00:01 +1000
From: Norberto Meijome <freebsd@meijome.net>
To: "Marwan Sultan" <dead_line@hotmail.com>
Message-ID: <20061003150001.7fbe382a@localhost>
In-Reply-To: <BAY104-F3162130C5FAF5774D204109A1F0@phx.gbl>
References: <20061002101520.4a212a6c.wmoran@collaborativefusion.com>
	<BAY104-F3162130C5FAF5774D204109A1F0@phx.gbl>
X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org, wmoran@collaborativefusion.com
Subject: Re: how to block rj45 sockets.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 05:00:14 -0000

On Mon, 02 Oct 2006 23:44:01 +0000
"Marwan Sultan" <dead_line@hotmail.com> wrote:

> Cisco is litl  bit expensive specially im talking about 24 switch each, 20 
> ports!!
If price is an issue, you can look into what some smaller vendors (such as
linksys (now of cisco too, but cheaper), Netgear and others) call 'smart
switches'. I have a 24 port GigE 'smart/ web manageable' switch that allows me
to disable ports as needed. It's like a low cost managed switch.

_________________________
{Beto|Norberto|Numard} Meijome

"When the Paris Exhibition closes electric light will close with it and no more
be heard of." Erasmus Wilson (1878) Professor at Oxford University

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 05:03:39 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 572FF16A403
	for <questions@freebsd.org>; Tue,  3 Oct 2006 05:03:39 +0000 (UTC)
	(envelope-from pauls@utdallas.edu)
Received: from mail.stovebolt.com (webmail.stovebolt.com [66.221.101.249])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C2CF443D72
	for <questions@freebsd.org>; Tue,  3 Oct 2006 05:03:38 +0000 (GMT)
	(envelope-from pauls@utdallas.edu)
Received: from [192.168.2.102] (adsl-66-140-62-19.dsl.rcsntx.swbell.net
	[66.140.62.19])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.stovebolt.com (Postfix) with ESMTP id C2FA7114333
	for <questions@freebsd.org>; Tue,  3 Oct 2006 00:05:04 -0500 (CDT)
Date: Tue, 03 Oct 2006 00:03:14 -0500
From: Paul Schmehl <pauls@utdallas.edu>
To: questions@freebsd.org
Message-ID: <3793A88EAF7C60835E4297C0@paul-schmehls-powerbook59.local>
In-Reply-To: <4521ECBD.9040003@extracktor.com>
References: <174ED5B3F73AC65965235FC2@paul-schmehls-powerbook59.local>
	<4521ECBD.9040003@extracktor.com>
X-Mailer: Mulberry/4.0.5 (Mac OS X)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=sha1;
	protocol="application/pkcs7-signature";
	boundary="==========9E8E62B71B64EB86DD58=========="
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Re: Apache2* and mod_perl2
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 05:03:39 -0000

--==========9E8E62B71B64EB86DD58==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

--On October 3, 2006 12:53:17 PM +0800 Foo JH <jhfoo-ml@extracktor.com>=20
wrote:

> I've been using FreeBSD + Apache 2.0 + mod_perl 2 for the longest time.
> It's been pretty stable to date. What exactly are the problems you
> encountered?
>
I was never able to get cgi working, as I described in the email you=20
responded to (copied below.)

> Paul Schmehl wrote:
>> Last night I spend several hours trying to get a website working with
>> apache22 and then apache20 and mod_perl2.  I never succeeded.
>>
>> This website works fine with apache1.3.* and mod_perl.  We run the UBB
>> bulletin board, which is written in perl.  All the executable files
>> are named *.cgi.
>>
>> I googled and read document after document, waded through the apache
>> mod_perl site until my eyes were crossed, all to no avail.  In
>> apache20, after configuring httpd.conf in what I thought was the right
>> way, I got a Forbidden error.  Obviously, I checked perms (even made
>> the 777 briefly), but no go.  In apache22, all I ever got was the
>> plain text of the program file.
>>
>> Does anyone know of a website that can unlock the mystery of mod_perl2
>> on apache2?  I figure sooner or later I'm going to have to move to
>> apache2, but I sure can't do that until I figure out how to get it
>> working.

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

--==========9E8E62B71B64EB86DD58==========--


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 05:08:11 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5222016A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:08:11 +0000 (UTC)
	(envelope-from freebsd@meijome.net)
Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E8A1543D45
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:08:10 +0000 (GMT)
	(envelope-from freebsd@meijome.net)
Received: (qmail 17582 invoked from network); 3 Oct 2006 15:08:10 +1000
Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2)
	by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP;
	3 Oct 2006 15:08:10 +1000
Date: Tue, 3 Oct 2006 15:08:07 +1000
From: Norberto Meijome <freebsd@meijome.net>
To: freebsd-questions@freebsd.org
Message-ID: <20061003150807.21598eeb@localhost>
In-Reply-To: <10e099e37d6.vdemart1@tin.it>
References: <10e099e37d6.vdemart1@tin.it>
X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: Vittorio <vdemart1@tin.it>
Subject: Re: ipfw & cups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 05:08:11 -0000

On Mon, 2 Oct 2006 16:22:13 +0100 (GMT+01:00)
Vittorio <vdemart1@tin.it> wrote:

> To my ipfw firewall I have added, according to what I found in the 
> internet, the following rule to allow the use of cupsd on the same box:
> 
> 00520 allow ip from any to any dst-port 631 in
> 
> to no avail because it 
> is not even checked as you can see below from the log (obtained from 
> kde kcontrol center trying (and failing) to display the connected cups' 
> printers):
> 
> Am I missing something?
> What should I do?
> Ciao
> Vittorio
> ......................................
> NbBSD# ipfw -td list
> 00500                         check-state
> 00501 Mon Oct  2 17:10:13 
> 2006 deny tcp from any to any established
> 00502                         
> deny ip from any to any frag
> 00503 Mon Oct  2 17:10:13 2006 allow ip 
> from any to any via lo0
> 00514                         deny ip from any 
> to any not verrevpath in
> 00520                         allow ip from 
> any to any dst-port 631 in
> 00525                         deny ip from 
> any to 127.0.0.0/8
> .......................................................................
> .......................................................................
> 00609                         allow tcp from 10.155.102.6 1491 to any
> 00610                         allow tcp from me to any dst-port 53 out 
> via fxp0 keep-state
> 00612                         allow udp from me to 
> any dst-port 53 out via fxp0 keep-state
> 00700                         
> allow icmp from 10.155.0.0/16 to any via fxp0
> 65535 Mon Oct  2 17:10:13 
> 2006 deny ip from any to any

can you please send your rules again , making sure there is no dates inserted
all over the place? 
thx
_________________________
{Beto|Norberto|Numard} Meijome

"Throughout the centuries there were [people] who took first steps down new
paths armed only with their own vision." Ayn Rand

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 05:09:31 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 921E016A415
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:09:31 +0000 (UTC)
	(envelope-from freebsd@meijome.net)
Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 16E1C43D49
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:09:30 +0000 (GMT)
	(envelope-from freebsd@meijome.net)
Received: (qmail 17644 invoked from network); 3 Oct 2006 15:09:30 +1000
Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2)
	by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP;
	3 Oct 2006 15:09:30 +1000
Date: Tue, 3 Oct 2006 15:09:27 +1000
From: Norberto Meijome <freebsd@meijome.net>
To: Bob <bob@tania.servebbs.org>
Message-ID: <20061003150927.7eb5f767@localhost>
In-Reply-To: <200610021631.48083.bob@tania.servebbs.org>
References: <200610020048.47955.bob@tania.servebbs.org>
	<200610021406.39143.bob@tania.servebbs.org>
	<BA05A137-3CE6-421B-8EE3-2ACFB396F0B4@mac.com>
	<200610021631.48083.bob@tania.servebbs.org>
X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: SWAP priority
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 05:09:31 -0000

On Mon, 2 Oct 2006 16:31:47 -0400
Bob <bob@tania.servebbs.org> wrote:

> Sorry to be a pest, but how can I do what you suggest? My SWAP0 is a 
> _partition_  on the  raid0 volume , and SWAP1 is a swapfile on raid1 created 
> as a Vnode; and activated in rc.conf by "swapfile="/raid1/swap1" 
>  
> How can I tell FreeBSD to ignore the primary swap partition?  I set that 
> partition  up during the online install process if I recall, and none of 
> my /etc/ files seem to reference it directly :-(

comment out the line swapfile in rc.conf .

B

_________________________
{Beto|Norberto|Numard} Meijome

"Science Fiction...the only genuine consciousness expanding drug"
  Arthur C. Clarke

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 05:12:06 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B0EF516A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:12:06 +0000 (UTC)
	(envelope-from freebsd@meijome.net)
Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E1CA843D53
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:12:04 +0000 (GMT)
	(envelope-from freebsd@meijome.net)
Received: (qmail 17701 invoked from network); 3 Oct 2006 15:12:03 +1000
Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2)
	by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP;
	3 Oct 2006 15:12:03 +1000
Date: Tue, 3 Oct 2006 15:12:01 +1000
From: Norberto Meijome <freebsd@meijome.net>
To: Olivier Nicole <on@cs.ait.ac.th>
Message-ID: <20061003151201.5c85cc2e@localhost>
In-Reply-To: <200610020928.k929S0Hb031142@banyan.cs.ait.ac.th>
References: <200610020928.k929S0Hb031142@banyan.cs.ait.ac.th>
X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: Playing audio
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 05:12:06 -0000

On Mon, 2 Oct 2006 16:28:00 +0700 (ICT)
Olivier Nicole <on@cs.ait.ac.th> wrote:

> In a C program, how can I play a sound file, what format should I use
> for that sound file?
not entirely sure, but man pcm ( == man 4 sound ) seems to have several
pointers,  including a link to the OSS API.

good luck

_________________________
{Beto|Norberto|Numard} Meijome

Never attribute to malice what can adequately be explained by incompetence.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 05:13:01 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BCA7616A47B
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:13:01 +0000 (UTC)
	(envelope-from freebsd@meijome.net)
Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4D2A443D6D
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:12:56 +0000 (GMT)
	(envelope-from freebsd@meijome.net)
Received: (qmail 17715 invoked from network); 3 Oct 2006 15:12:55 +1000
Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2)
	by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP;
	3 Oct 2006 15:12:55 +1000
Date: Tue, 3 Oct 2006 15:12:52 +1000
From: Norberto Meijome <freebsd@meijome.net>
To: Garrett Cooper <youshi10@u.washington.edu>
Message-ID: <20061003151252.54200f76@localhost>
In-Reply-To: <45206A59.3030008@u.washington.edu>
References: <1532.12.170.206.13.1159751554.squirrel@admintool.trueband.net>
	<45206A59.3030008@u.washington.edu>
X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: Checking remote processes
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 05:13:01 -0000

On Sun, 01 Oct 2006 18:24:41 -0700
Garrett Cooper <youshi10@u.washington.edu> wrote:

> ssh some.hosts.address "ps aux | grep httpd"

ssh some.hosts.address "ps aux | grep httpd | grep -v grep"

to make sure you don't catch the 'grep httpd' in the output ;)
_________________________
{Beto|Norberto|Numard} Meijome

"Humans die and turn to dust, but writing makes us remembered"
  4000-year-old words of an Egyptian scribe

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 05:13:53 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0F26016A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:13:53 +0000 (UTC)
	(envelope-from freebsd@meijome.net)
Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 31EB843D46
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:13:52 +0000 (GMT)
	(envelope-from freebsd@meijome.net)
Received: (qmail 17776 invoked from network); 3 Oct 2006 15:13:51 +1000
Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2)
	by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP;
	3 Oct 2006 15:13:51 +1000
Date: Tue, 3 Oct 2006 15:13:48 +1000
From: Norberto Meijome <freebsd@meijome.net>
To: jhall@vandaliamo.net
Message-ID: <20061003151348.04d73720@localhost>
In-Reply-To: <1559.12.170.206.13.1159753939.squirrel@admintool.trueband.net>
References: <1532.12.170.206.13.1159751554.squirrel@admintool.trueband.net>
	<20061002013734.GC77128@dan.emsphone.com>
	<1559.12.170.206.13.1159753939.squirrel@admintool.trueband.net>
X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: jhall@vandaliamo.net, Dan Nelson <dnelson@allantgroup.com>,
	freebsd-questions@freebsd.org
Subject: Re: Checking remote processes
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 05:13:53 -0000

On Mon, 2 Oct 2006 01:52:19 -0000 (GMT)
jhall@vandaliamo.net wrote:

> > In the last episode (Oct 02), jhall@vandaliamo.net said:  
> >> Is there a way to test a remote server to determine if certain
> >> processes are running?
> >>
> >> For example, can server 1 check server 2, which is at a remote
> >> location, to ensure squid is running?
> >>
> >> I have not been able to figure out how to do this, or if it is even
> >> possible.  
> >
> > Easiest way would be to try connecting to squid's listening port.  This
> > only works with daemons that listen on internet sockets, but quite a
> > few do.
> >
> > --
> > 	Dan Nelson
> > 	dnelson@allantgroup.com
> >  
> I hadn't thought of that.  I'll give it a try.

you may want to look into a proper management system to handle this, like
nagios and similar. No point reinventing the wheel.

_________________________
{Beto|Norberto|Numard} Meijome

"Time exists so everything doesn't happen at once"
   Albert Einstein

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 05:46:58 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3A8B016A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:46:58 +0000 (UTC)
	(envelope-from freebsd@gascort.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8B65843D46
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 05:46:57 +0000 (GMT)
	(envelope-from freebsd@gascort.com)
Received: by nf-out-0910.google.com with SMTP id n29so85029nfc
	for <freebsd-questions@freebsd.org>;
	Mon, 02 Oct 2006 22:46:56 -0700 (PDT)
Received: by 10.82.124.10 with SMTP id w10mr180524buc;
	Mon, 02 Oct 2006 22:46:55 -0700 (PDT)
Received: by 10.82.117.13 with HTTP; Mon, 2 Oct 2006 22:46:55 -0700 (PDT)
Message-ID: <38221ea10610022246gededc69k4f510ed4f264ca05@mail.gmail.com>
Date: Tue, 3 Oct 2006 13:46:55 +0800
From: "James Corteciano" <freebsd@gascort.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <20061003054438.4D6347AE9F@ws5-10.us4.outblaze.com>
MIME-Version: 1.0
References: <20061003054438.4D6347AE9F@ws5-10.us4.outblaze.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: Fw: Re: Apache2* and mod_perl2
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 05:46:58 -0000

Have you try to update your ports tree collection? what is version of your
FreeBSD?


From: Paul Schmehl <pauls@utdallas.edu>
> To: questions@freebsd.org
> Date: Tue, 03 Oct 2006 00:03:14 -0500
> Subject: Re: Apache2* and mod_perl2
> --On October 3, 2006 12:53:17 PM +0800 Foo JH <jhfoo-ml@extracktor.com>
> wrote:
>
> > I've been using FreeBSD + Apache 2.0 + mod_perl 2 for the longest time.
> > It's been pretty stable to date. What exactly are the problems you
> > encountered?
> >
> I was never able to get cgi working, as I described in the email you
> responded to (copied below.)
>
> > Paul Schmehl wrote:
> >> Last night I spend several hours trying to get a website working with
> >> apache22 and then apache20 and mod_perl2.  I never succeeded.
> >>
> >> This website works fine with apache1.3.* and mod_perl.  We run the UBB
> >> bulletin board, which is written in perl.  All the executable files
> >> are named *.cgi.
> >>
> >> I googled and read document after document, waded through the apache
> >> mod_perl site until my eyes were crossed, all to no avail.  In
> >> apache20, after configuring httpd.conf in what I thought was the right
> >> way, I got a Forbidden error.  Obviously, I checked perms (even made
> >> the 777 briefly), but no go.  In apache22, all I ever got was the
> >> plain text of the program file.
> >>
> >> Does anyone know of a website that can unlock the mystery of mod_perl2
> >> on apache2?  I figure sooner or later I'm going to have to move to
> >> apache2, but I sure can't do that until I figure out how to get it
> >> working.
>
> Paul Schmehl (pauls@utdallas.edu)
> Adjunct Information Security Officer
> The University of Texas at Dallas
> http://www.utdallas.edu/ir/security/
>
>
>


-- 
James G. Corteciano
FreeBSD User

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 06:07:53 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 702DD16A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 06:07:53 +0000 (UTC)
	(envelope-from ow.mun.heng@wdc.com)
Received: from wdscexfe02.sc.wdc.com (wdscexfe02.sc.wdc.com [129.253.170.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E024E43D62
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 06:07:43 +0000 (GMT)
	(envelope-from ow.mun.heng@wdc.com)
Received: from neuromancer.home.net ([129.253.110.155]) by
	wdscexfe02.sc.wdc.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Mon, 2 Oct 2006 23:07:45 -0700
Received: from neuromancer.home.net (neuromancer.home.net [127.0.0.1])
	by neuromancer.home.net (8.13.7/8.13.6) with ESMTP id k93645K2019499;
	Tue, 3 Oct 2006 14:04:06 +0800
From: Ow Mun Heng <Ow.Mun.Heng@wdc.com>
To: Norberto Meijome <freebsd@meijome.net>
In-Reply-To: <20061003151252.54200f76@localhost>
References: <1532.12.170.206.13.1159751554.squirrel@admintool.trueband.net>
	<45206A59.3030008@u.washington.edu> <20061003151252.54200f76@localhost>
Content-Type: text/plain
Date: Tue, 03 Oct 2006 14:04:04 +0800
Message-Id: <1159855444.18992.0.camel@neuromancer.home.net>
Mime-Version: 1.0
X-Mailer: Evolution 2.6.2 
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 03 Oct 2006 06:07:45.0578 (UTC)
	FILETIME=[3E9E80A0:01C6E6B2]
Cc: Garrett Cooper <youshi10@u.washington.edu>, freebsd-questions@freebsd.org
Subject: Re: Checking remote processes
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 06:07:53 -0000

On Tue, 2006-10-03 at 15:12 +1000, Norberto Meijome wrote:
> ssh some.hosts.address "ps aux | grep httpd | grep -v grep"

"ps aux | grep [h]ttpd"



From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 06:29:43 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F172A16A407
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 06:29:42 +0000 (UTC)
	(envelope-from jqdkf+dated+1160720976.223269@cz3.nus.edu.sg)
Received: from smtp.nus.edu.sg (smtp.nus.edu.sg [137.132.14.22])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0575D43D4C
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 06:29:38 +0000 (GMT)
	(envelope-from jqdkf+dated+1160720976.223269@cz3.nus.edu.sg)
Received: from cactus.homeunix.org ([172.20.201.200]) by smtp.nus.edu.sg with
	Microsoft SMTPSVC(6.0.3790.1830); Tue, 3 Oct 2006 14:29:37 +0800
Received: by cactus.homeunix.org (Postfix, from userid 1000)
	id E076EBA2A; Tue,  3 Oct 2006 14:29:36 +0800 (SGT)
Received: by cactus.homeunix.org (tmda-sendmail, from uid 1000);
	Tue, 03 Oct 2006 14:29:36 +0800
Date: Tue, 3 Oct 2006 14:29:36 +0800
To: freebsd-questions@freebsd.org
Message-ID: <20061003062936.GA4166@cactus.homeunix.org>
References: <20060930115845.GA88339@lilly.evo.bg>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF"
Content-Disposition: inline
In-Reply-To: <20060930115845.GA88339@lilly.evo.bg>
User-Agent: Mutt/1.5.13 (2006-08-11)
X-Delivery-Agent: TMDA/1.1.5 (Fettercairn)
From: Zeng Nan <jqdkf@cz3.nus.edu.sg>
Mail-Followup-To: freebsd-questions@freebsd.org
X-OriginalArrivalTime: 03 Oct 2006 06:29:37.0357 (UTC)
	FILETIME=[4C8017D0:01C6E6B5]
Subject: Re: USB IrDA Adapter
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 06:29:43 -0000


--h31gzZEtNLTqOjlF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Sep 30, 2006 at 02:58:45PM +0300, Luchezar Petkov wrote:
> Hello all,
>       I really need your help. I've just brought my first USB IrDA
>       adapter to conncect my phone (Sony Ericsson K300i) to my computer.
>       It is recognized by FreeBSD (6.2 beta 1) ::
>       ugen0: Prolific Technology Inc. USB-Serial Controller, rev
>       1.10/3.00, addr 2
>       --
>       addr 1: OHCI root hub, SiS
>          uhub1
>        addr 2: USB-Serial Controller, Prolific Technology Inc.
>             ugen0
>=20
>        And... What to do now? How to take the pictures from my photo
>        camera? How to put files on my phone? I don't know what to do..
>        Any ideas?
=20
Check out: gnokii, gammu in the ports. I have successfully=20
sent out sms with my Nokia 6070 under AT mode using gnokii.=20
You may also need birda, but I'm not sure.

--=20
Zeng Nan          =20

MY BLOG: http://zengnan.blogspot.com
Public Key: http://pgp.mit.edu/ | www.keyserver.net

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Just because you're paranoid doesn't mean they AREN'T after you.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

--h31gzZEtNLTqOjlF
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFIgNQxFSvMHT0z4kRAkhaAKCbyfjHR1NgFNrQ2Ngp7yCkd1DkMwCgmI2k
eyu6q0mIPjcYuHhSarhS3Zw=
=7i7H
-----END PGP SIGNATURE-----

--h31gzZEtNLTqOjlF--

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 06:46:38 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 85EF616A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 06:46:38 +0000 (UTC)
	(envelope-from freebsd@meijome.net)
Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 183F443D4C
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 06:46:38 +0000 (GMT)
	(envelope-from freebsd@meijome.net)
Received: (qmail 21675 invoked from network); 3 Oct 2006 16:46:37 +1000
Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2)
	by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP;
	3 Oct 2006 16:46:37 +1000
Date: Tue, 3 Oct 2006 16:46:33 +1000
From: Norberto Meijome <freebsd@meijome.net>
To: Daniel Johansson <donnex@donnex.net>
Message-ID: <20061003164633.5d6614dc@localhost>
In-Reply-To: <45218B82.3080607@donnex.net>
References: <45218B82.3080607@donnex.net>
X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: Mount permissions on disk
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 06:46:38 -0000

On Mon, 02 Oct 2006 23:58:26 +0200
Daniel Johansson <donnex@donnex.net> wrote:

> If I remember correctly in 4.x all you had to do was to set 775 on the 
> dir you use as mount point but in FreeBSD 6.1 this doesn't seem to work.

well, it  depends on the owner and group of the mount point....

_________________________
{Beto|Norberto|Numard} Meijome

"I'm not afraid of dying, I just don't want to be there when it happens."
  Woody Allen

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 07:23:04 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B0D1F16A40F
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 07:23:04 +0000 (UTC)
	(envelope-from levchenko.i@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 15CEB43D46
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 07:23:03 +0000 (GMT)
	(envelope-from levchenko.i@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so550937uge
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 00:23:03 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=tZU03tFHwqVW85ow/DiJCnqDbtnp5XYrFgttxOSDEfRAeHeyzdunxH8cEpiE7hpx1x0rXrFhw2n7XGTLmgDtH80vOkemkLigHsj9VEsijDiObettuWfAywUXxxvN9SQEOHlWUSWLdwgrtB+UNPqlTGC32IjIPOwfJoQoKyAV1tc=
Received: by 10.66.240.12 with SMTP id n12mr3427533ugh;
	Tue, 03 Oct 2006 00:23:02 -0700 (PDT)
Received: by 10.66.232.6 with HTTP; Tue, 3 Oct 2006 00:23:02 -0700 (PDT)
Message-ID: <e39dd5bb0610030023j3979ad9di95108fecae2725a8@mail.gmail.com>
Date: Tue, 3 Oct 2006 10:23:02 +0300
From: "Ivan Levchenko" <levchenko.i@gmail.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <e39dd5bb0610030022y1658b517n4c9c8e56db92b2cd@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <a25afc300610021749h500dc4acv4c9b958859cda7cc@mail.gmail.com>
	<e39dd5bb0610030022y1658b517n4c9c8e56db92b2cd@mail.gmail.com>
Subject: Re: scripting question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 07:23:04 -0000

(forgot to cc the list =))
Remove the word root from the crontab entry. The user should be
specified only in the system crontab.

On 10/3/06, jan gestre <freebsd.ph@gmail.com> wrote:
> i made a script and put on root's crontab, however it's not doing or showing
> the output that is forwarded to my email address correctly therefore i'm not
> sure if it is working or not. below is what the script look like:
>
> #----------------
> # cvsrun - Weekly CVSup Run
>
> echo "Subject: `hostname` weekly cvsup run"
> /usr/local/bin/cvsup -g -L 2 /root/ports-supfile
> echo ""
> /usr/local/bin/portmanager -s | grep OLD
> echo ""
> echo "cvsrun done."
>
> #----------------
>
> i would like the output of this command
>
> /usr/local/bin/portmanager -s | grep OLD
>
> to show in my mail where i forwarded it. below is the cronjob.
>
> 30 8 * * * root /usr/local/bin/cvsrun | mail -s "Daily cvsup run and
> portmanager" user1
>
> can someone help me to correct this script, to show the output that i want.
>
> TIA
> _______________________________________________
> 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"
>


--
Best Regards,

Ivan Levchenko
levchenko.i@gmail.com


-- 
Best Regards,

Ivan Levchenko
levchenko.i@gmail.com

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 08:53:54 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B459316A40F
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 08:53:54 +0000 (UTC)
	(envelope-from proks@logos.uptel.net)
Received: from logos.uptel.net (logos.uptel.net [195.138.170.125])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 38BE343D46
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 08:53:54 +0000 (GMT)
	(envelope-from proks@logos.uptel.net)
Received: from logos.uptel.net (logos.uptel.net [195.138.170.125])
	by logos.uptel.net (Postfix) with ESMTP id 3D54433C1A
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 11:53:49 +0300 (EEST)
Date: Tue, 3 Oct 2006 11:53:49 +0300 (EEST)
From: "Prokofiev S.P." <proks@logos.uptel.net>
To: freebsd-questions@freebsd.org
Message-ID: <20061003113813.P84552@logos.uptel.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Subject: What about carpdev?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 08:53:54 -0000

When will carpdev option appear for CARP devices in FreeBSD ?

Thanks...

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 09:37:38 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CB5EE16A492
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 09:37:38 +0000 (UTC)
	(envelope-from freebsd-questions@voidcaptain.com)
Received: from mx4.x15.net (mx4.x15.net [69.55.237.194])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 98A5F43D49
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 09:37:38 +0000 (GMT)
	(envelope-from freebsd-questions@voidcaptain.com)
Received: from j1.x15.net [63.196.213.76] 
	by mx4.x15.net with ESMTP id 608060222X1GUgiX000OcSDe;
	Tue, 03 Oct 2006 09:37:37 +0000
Message-ID: <45222F42.4040502@voidcaptain.com>
Date: Tue, 03 Oct 2006 02:37:06 -0700
From: Pete Slagle <freebsd-questions@voidcaptain.com>
MIME-Version: 1.0
To: Alex Zbyslaw <xfb52@dial.pipex.com>
References: <45217C65.5040406@voidcaptain.com>
	<452181F5.5010904@dial.pipex.com>
In-Reply-To: <452181F5.5010904@dial.pipex.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions <freebsd-questions@freebsd.org>
Subject: Re: Ruby gaining weight? [RESOLVED]
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 09:37:38 -0000

Alex Zbyslaw wrote:
> Pete Slagle wrote:
>> Recent versions of ruby18 seem to take more than 145 MB of virtual
>> memory to build with portupgrade or "make install clean."

> Karol Kwiatkowski wrote less than a week ago:
>> # cd /usr/ports/lang/ruby18
>> # make -DNOPORTDOCS install


That put me on the right track, thanks!

Karol's example works well for the initial installation of ruby. When
upgrading, this invocation:

  portupgrade -m '-DNOPORTDOCS' ruby

does the equivalent thing. Both save a tremendous amount of time and
disk activity.


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 11:33:32 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 707F416A415
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 11:33:32 +0000 (UTC)
	(envelope-from freebsd@orchid.homeunix.org)
Received: from orchid.homeunix.org (aum203.neoplus.adsl.tpnet.pl
	[83.27.20.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A1A243D78
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 11:33:20 +0000 (GMT)
	(envelope-from freebsd@orchid.homeunix.org)
Received: from [192.168.1.66] (blackacidevil.orchid.homeunix.org
	[192.168.1.66]) (authenticated bits=0)
	by orchid.homeunix.org (8.13.6/8.13.6) with ESMTP id k93BX8FK002375
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Tue, 3 Oct 2006 13:33:17 +0200 (CEST)
	(envelope-from freebsd@orchid.homeunix.org)
Message-ID: <45224A6D.8010708@orchid.homeunix.org>
Date: Tue, 03 Oct 2006 13:33:01 +0200
From: Karol Kwiatkowski <freebsd@orchid.homeunix.org>
User-Agent: Thunderbird 1.5.0.7 (X11/20060915)
MIME-Version: 1.0
To: freebsd-questions <freebsd-questions@freebsd.org>
References: <45217C65.5040406@voidcaptain.com>	<452181F5.5010904@dial.pipex.com>
	<45222F42.4040502@voidcaptain.com>
In-Reply-To: <45222F42.4040502@voidcaptain.com>
X-Enigmail-Version: 0.94.1.0
OpenPGP: id=06E09309;
	url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc
Content-Type: multipart/signed; micalg=pgp-sha256;
	protocol="application/pgp-signature";
	boundary="------------enig7C5EBF3128BE9F4C7BB6AEFC"
X-Virus-Scanned: ClamAV 0.88.4/1984/Tue Oct 3 12:01:28 2006 on
	orchid.homeunix.org
X-Virus-Status: Clean
Cc: Alex Zbyslaw <xfb52@dial.pipex.com>,
	Pete Slagle <freebsd-questions@voidcaptain.com>
Subject: Re: Ruby gaining weight? [RESOLVED]
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: freebsd@orchid.homeunix.org
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 11:33:32 -0000

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig7C5EBF3128BE9F4C7BB6AEFC
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

On 03/10/2006 11:37, Pete Slagle wrote:
> Alex Zbyslaw wrote:
>> Pete Slagle wrote:
>>> Recent versions of ruby18 seem to take more than 145 MB of virtual
>>> memory to build with portupgrade or "make install clean."
>=20
>> Karol Kwiatkowski wrote less than a week ago:
>>> # cd /usr/ports/lang/ruby18
>>> # make -DNOPORTDOCS install
>=20
>=20
> That put me on the right track, thanks!
>=20
> Karol's example works well for the initial installation of ruby. When
> upgrading, this invocation:
>=20
>   portupgrade -m '-DNOPORTDOCS' ruby
>=20
> does the equivalent thing. Both save a tremendous amount of time and
> disk activity.

Just for the record, the last update[1] to ruby18 port brought us a
brand new knob 'WITHOUT_RDOC' :)

Cheers,

Karol

[1]
http://www.freebsd.org/cgi/getmsg.cgi?fetch=3D129223+0+current/cvs-ports

--=20
Karol Kwiatkowski  <freebsd at orchid dot homeunix dot org>
OpenPGP: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc


--------------enig7C5EBF3128BE9F4C7BB6AEFC
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFIkp0ezeoPAwGIYsRCNKdAJ99WRpxGsYJwo2nhGgrCbQd/LjycQCaA1dU
/a5HyLp9aKItiI7nQD9uuYs=
=JBNY
-----END PGP SIGNATURE-----

--------------enig7C5EBF3128BE9F4C7BB6AEFC--

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 11:53:31 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AF46116A4AB
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 11:53:31 +0000 (UTC)
	(envelope-from forrie@forrie.com)
Received: from forrie.com (c-24-62-224-60.hsd1.nh.comcast.net [24.62.224.60])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2982643D53
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 11:53:30 +0000 (GMT)
	(envelope-from forrie@forrie.com)
Received: from [127.0.0.1] (monster.forrie.com [192.168.1.98])
	(authenticated bits=0)
	by forrie.com (8.13.8/8.13.6) with ESMTP id k93BrSEn080866
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <freebsd-questions@freebsd.org>;
	Tue, 3 Oct 2006 07:53:29 -0400 (EDT)
	(envelope-from forrie@forrie.com)
Message-ID: <45224F38.7000903@forrie.com>
Date: Tue, 03 Oct 2006 07:53:28 -0400
From: Forrest Aldrich <forrie@forrie.com>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060930)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: ClamAV 0.88.4/1983/Tue Oct 3 02:11:55 2006 on mail.forrie.com
X-Virus-Status: Clean
Subject: cvsup.freebsd.org DNS lookup failure(s)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 11:53:31 -0000

Anyone else seeing this problem today?

    Name lookup failure for "cvsup.FreeBSD.org": Host name lookup failed
    Will retry at 07:54:22


Other hosts resolve fine.

I did a search on the lists and didn't notice anything about host 
changes, etc.....


_F


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 11:59:52 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4556316A407
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 11:59:52 +0000 (UTC)
	(envelope-from khoogc@singnet.com.sg)
Received: from smtp18.singnet.com.sg (smtp18.singnet.com.sg [165.21.6.38])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7B99643D53
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 11:59:50 +0000 (GMT)
	(envelope-from khoogc@singnet.com.sg)
Received: from win98.singnet.com.sg (qtas2732.singnet.com.sg [165.21.166.162])
	by smtp18.singnet.com.sg (8.13.8/8.13.6) with ESMTP id k93BxmHH016636
	for <freebsd-questions@freebsd.org>; Tue, 3 Oct 2006 19:59:48 +0800
Message-Id: <6.2.5.6.1.20061003153322.02ca2c40@singnet.com.sg>
X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6
Date: Tue, 03 Oct 2006 19:55:25 +0800
To: freebsd-questions@freebsd.org
From: KHOO Guan_Chen <khoogc@singnet.com.sg>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
Subject: need help with ppp
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 11:59:52 -0000

Sorry for using up bandwidth.

I cannot connect to my ISP with FreeBSD (6.0). The ISP is not using 
PAP/CHAP in my case, but apparently something very old. Using minicom 
I can see that
1. my modem is connected to /dev/cuad0
2. after i dailled the ISP, they put me through a login. password and 
a local phase ie.after atdt<ISP phone_nbr> \r, I see:-
connect 115200
Login: <my user_id> \r
Password: <my_password> \r
Local>
  I have tried to enter things like "ppp", "~ppp" "cppp" ">ppp" after 
the (Local>) in my chat_script
but  no go. In minicom, I see that they sometimes drop me into a 
shell to which I can only exit,

Could someone give me a few more hints or the correct string to enter? please.

Oh my ISP help is no use. They replied to my request with sorry we 
cannot help you (because)
"We at Technical Helpdesk are trained to support Windows and Mac 
based platforms. Your kind understanding is greatly appreciated." ARRRRRRGH  !!

Thanks alot

PS :- my chat_script
"ABORT "BUSY" ABORT "NO CARRIER" "" ATZ OK ATDT1234567 CONNECT "" 
TIMEOUT 10 ogin:-BREAK-ogin: user_id TIMEOUT 10 sword: my_password 
TIMEOUT 10 ocal> "~ppp"


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 12:52:30 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1425516A407
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 12:52:30 +0000 (UTC)
	(envelope-from pwangui@africaonline.co.ke)
Received: from mlinzi.africaonline.co.ke (mx1.africaonline.co.ke
	[195.202.85.139])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0D75343D46
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 12:52:25 +0000 (GMT)
	(envelope-from pwangui@africaonline.co.ke)
Received: from uu-195-202-78-129.uunet.co.ke ([195.202.78.129] helo=user1)
	by mlinzi.africaonline.co.ke with smtp (Exim 4.52 (FreeBSD))
	id 1GUjlA-0002Og-2L
	for freebsd-questions@freebsd.org; Tue, 03 Oct 2006 15:52:32 +0300
Message-ID: <03e101c6e6ea$a831a780$8e11fea9@user1>
From: "Mbuthia Wangui" <pwangui@africaonline.co.ke>
To: <freebsd-questions@freebsd.org>
Date: Tue, 3 Oct 2006 15:51:24 +0300
MIME-Version: 1.0
Content-Type: multipart/related; type="multipart/alternative";
	boundary="----=_NextPart_000_03DD_01C6E703.C87FE1A0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: installing ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 12:52:30 -0000

This is a multi-part message in MIME format.

------=_NextPart_000_03DD_01C6E703.C87FE1A0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have a bandwidth manager running on FreeBSD 4.9 LOCAL. I want to =
install net-snmp so that traffic generated on the bwmger can be pointed =
to cacti (like mrtg). My problem is that I have gone through enough =
manuals to get assistance on which commands I should run to install the =
ports hierarchy. I have even tried using the cvsup utility but I get an =
error: "Parsing supfile "ports-supfile"
Release not specified for collection "host=3Dcvsup.FreeBSD.org". It =
doesn't matter which host I use, the response is still the same.

Is there something I'm doing wrong or missing out. Will really =
appreciate prompt response.=20

P.S. Can someone please recommend a FreeBSD book for dummies.

Thanks

Phyllis Mbuthia=20
Assistant Network Engineer
Africa Online, Kenya
Tel: +254 (20) 243 775
Fax: +254 (20) 27 100 10
Email: pwangui@africaonline.co.ke
AIM: Zytuni
=20


Africa Online Disclaimer and Confidentiality Note=20

This e-mail, its attachments and any rights attaching hereto are, unless =
the context clearly indicates otherwise, the property of Africa Online =
Holdings (Kenya) Limited and / or its subsidiaries ("the Group"). It is =
confidential and intended for the addressee only. Should you not be the =
addressee and have received this e-mail by mistake, kindly notify the =
sender, delete this e-mail immediately and do not disclose or use the =
same in any manner whatsoever. Views and opinions expressed in this =
e-mail are those of the sender unless clearly stated as those of the =
Group. The Group accepts no liability whatsoever for any loss or =
damages, however incurred, resulting from the use of this e-mail or its =
attachments. The Group does not warrant the integrity of this e-mail, =
nor that it is free of errors, viruses, interception or interference. =
For more information about Africa Online, please visit our website at =
http://www.africaonline.com=20


------=_NextPart_000_03DD_01C6E703.C87FE1A0--


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 13:00:25 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 83C4716A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 13:00:25 +0000 (UTC)
	(envelope-from youshi10@u.washington.edu)
Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu
	[140.142.32.178])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DF71B43D46
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 13:00:24 +0000 (GMT)
	(envelope-from youshi10@u.washington.edu)
Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139])
	by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.03) with ESMTP
	id k93D0OsS011712
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)
	for <freebsd-questions@freebsd.org>; Tue, 3 Oct 2006 06:00:24 -0700
X-Auth-Received: from [192.168.1.2] (dsl254-013-145.sea1.dsl.speakeasy.net
	[216.254.13.145]) (authenticated authid=youshi10)
	by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id
	k93D0N9I002877
	(version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT)
	for <freebsd-questions@freebsd.org>; Tue, 3 Oct 2006 06:00:24 -0700
In-Reply-To: <03e101c6e6ea$a831a780$8e11fea9@user1>
References: <03e101c6e6ea$a831a780$8e11fea9@user1>
Mime-Version: 1.0 (Apple Message framework v752.2)
X-Gpgmail-State: !signed
X-Priority: 3
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <2F1E3E09-59A7-40A1-82A3-332ECAC40CEF@u.washington.edu>
Content-Transfer-Encoding: 7bit
From: Garrett Cooper <youshi10@u.washington.edu>
Date: Tue, 3 Oct 2006 06:00:30 -0700
To: freebsd-questions@freebsd.org
X-Mailer: Apple Mail (2.752.2)
X-PMX-Version: 5.2.0.266434, Antispam-Engine: 2.4.0.264935,
	Antispam-Data: 2006.10.3.53443
X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='LEO_OBFU_SUBJ_RE 0.1,
	__CP_MEDIA_2_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0,
	__HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_PRIORITY 0,
	__MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0'
Subject: Re: installing ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 13:00:25 -0000

On Oct 3, 2006, at 5:51 AM, Mbuthia Wangui wrote:

> I have a bandwidth manager running on FreeBSD 4.9 LOCAL. I want to  
> install net-snmp so that traffic generated on the bwmger can be  
> pointed to cacti (like mrtg). My problem is that I have gone  
> through enough manuals to get assistance on which commands I should  
> run to install the ports hierarchy. I have even tried using the  
> cvsup utility but I get an error: "Parsing supfile "ports-supfile"
> Release not specified for collection "host=cvsup.FreeBSD.org". It  
> doesn't matter which host I use, the response is still the same.
>
> Is there something I'm doing wrong or missing out. Will really  
> appreciate prompt response.
>
> P.S. Can someone please recommend a FreeBSD book for dummies.
>
> Thanks
>
> Phyllis Mbuthia
> Assistant Network Engineer
> Africa Online, Kenya
> Tel: +254 (20) 243 775
> Fax: +254 (20) 27 100 10
> Email: pwangui@africaonline.co.ke
> AIM: Zytuni

Try something like this in your ports supfile:

*default release=cvs tag=.

Refer to /usr/share/examples/cvsup/ports-supfile for a valid ports  
supfile.
-Garrett

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 13:01:48 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D322616A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 13:01:48 +0000 (UTC)
	(envelope-from wmoran@collaborativefusion.com)
Received: from mx00.pub.collaborativefusion.com
	(mx00.pub.collaborativefusion.com [206.210.89.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8A51643D8B
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 13:01:30 +0000 (GMT)
	(envelope-from wmoran@collaborativefusion.com)
Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com
	[206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA)
	by wingspan with esmtp; Tue, 03 Oct 2006 09:01:29 -0400
	id 0005641E.45225F29.0001653B
Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from
	wmoran@collaborativefusion.com)
	with AES256-SHA encrypted SMTP; 3 Oct 2006 08:58:37 -0400
Date: Tue, 3 Oct 2006 09:01:28 -0400
From: Bill Moran <wmoran@collaborativefusion.com>
To: "Mbuthia Wangui" <pwangui@africaonline.co.ke>
Message-Id: <20061003090128.f2defd78.wmoran@collaborativefusion.com>
In-Reply-To: <03e101c6e6ea$a831a780$8e11fea9@user1>
References: <03e101c6e6ea$a831a780$8e11fea9@user1>
Organization: Collaborative Fusion
X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: installing ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 13:01:48 -0000

In response to "Mbuthia Wangui" <pwangui@africaonline.co.ke>:

> I have a bandwidth manager running on FreeBSD 4.9 LOCAL. I want to
> install net-snmp so that traffic generated on the bwmger can be pointed
> to cacti (like mrtg). My problem is that I have gone through enough
> manuals to get assistance on which commands I should run to install the
> ports hierarchy. I have even tried using the cvsup utility but I get an
> error: "Parsing supfile "ports-supfile"
> Release not specified for collection "host=cvsup.FreeBSD.org". It
> doesn't matter which host I use, the response is still the same.
> 
> Is there something I'm doing wrong or missing out. Will really
> appreciate prompt response.

Please wrap your lines around 72 chars.

I checked my crystal ball but didn't see your supfile or a cut/paste of
the error message in it.  Since you didn't provide those either, I can
only make the wildest of guesses: Looks like you didn't specify a line
like:
*default release=cvs tag=.

-- 
Bill Moran
Collaborative Fusion Inc.

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 13:04:58 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3D30316A416
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 13:04:58 +0000 (UTC)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk
	[81.187.76.162])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B31FB43D66
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 13:04:47 +0000 (GMT)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from [172.16.3.238] (gateway.ash.thebunker.net [213.129.64.4])
	(authenticated bits=0)
	by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id
	k93D2qeA005991
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 3 Oct 2006 14:03:03 +0100 (BST)
	(envelope-from m.seaman@infracaninophile.co.uk)
Authentication-Results: smtp.infracaninophile.co.uk
	from=m.seaman@infracaninophile.co.uk; sender-id=softfail;
	spf=softfail
X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk
	k93D2qeA005991
Message-ID: <45225F75.5020700@infracaninophile.co.uk>
Date: Tue, 03 Oct 2006 14:02:45 +0100
From: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Organization: Infracaninophile
User-Agent: Thunderbird 1.5.0.7 (X11/20060919)
MIME-Version: 1.0
To: Forrest Aldrich <forrie@forrie.com>
References: <45224F38.7000903@forrie.com>
In-Reply-To: <45224F38.7000903@forrie.com>
X-Enigmail-Version: 0.94.0.0
Content-Type: multipart/signed; micalg=pgp-ripemd160;
	protocol="application/pgp-signature";
	boundary="------------enigE572D0B4546D1B07C259F122"
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (smtp.infracaninophile.co.uk
	[81.187.76.162]); Tue, 03 Oct 2006 14:03:24 +0100 (BST)
X-Virus-Scanned: ClamAV 0.88.4/1984/Tue Oct 3 11:01:28 2006 on
	happy-idiot-talk.infracaninophile.co.uk
X-Virus-Status: Clean
X-Spam-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,
	DKIM_POLICY_TESTING,SPF_SOFTFAIL autolearn=no version=3.1.5
X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on 
	happy-idiot-talk.infracaninophile.co.uk
Cc: freebsd-questions@freebsd.org
Subject: Re: cvsup.freebsd.org DNS lookup failure(s)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 13:04:58 -0000

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigE572D0B4546D1B07C259F122
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable

Forrest Aldrich wrote:
> Anyone else seeing this problem today?
>=20
>    Name lookup failure for "cvsup.FreeBSD.org": Host name lookup failed=

>    Will retry at 07:54:22
>=20
>=20
> Other hosts resolve fine.
>=20
> I did a search on the lists and didn't notice anything about host
> changes, etc.....

One of the registered NSes for freebsd.org appears to be down at the mome=
nt:

; <<>> DiG 9.3.2-P1 <<>> @NS1.DOWNLOADTECH.COM. cvsup.freebsd.org IN A
; (1 server found)
;; global options:  printcmd
;; connection timed out; no servers could be reached

If you just try again, chances are you'll hit one of the other three
authoritative nameservers and get a response.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       Flat 3
                                                      7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW, UK


--------------enigE572D0B4546D1B07C259F122
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFIl978Mjk52CukIwRA24lAJ4n81nhSR11ecHS0Fnm5ixeJGM/KwCeMIY8
ymLDZsbrJqDbjE1+NKNSS3E=
=DBDl
-----END PGP SIGNATURE-----

--------------enigE572D0B4546D1B07C259F122--

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 13:56:51 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6FA0F16A415
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 13:56:51 +0000 (UTC)
	(envelope-from nvass@teledomenet.gr)
Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C3B9943D5D
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 13:56:49 +0000 (GMT)
	(envelope-from nvass@teledomenet.gr)
Received: from iris ([192.168.1.71])
	by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k93DugEY020196;
	Tue, 3 Oct 2006 16:56:42 +0300
From: Nikos Vassiliadis <nvass@teledomenet.gr>
To: freebsd-questions@freebsd.org
Date: Tue, 3 Oct 2006 16:53:03 +0300
User-Agent: KMail/1.9.1
References: <6.2.5.6.1.20061003153322.02ca2c40@singnet.com.sg>
In-Reply-To: <6.2.5.6.1.20061003153322.02ca2c40@singnet.com.sg>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610031653.03761.nvass@teledomenet.gr>
Cc: KHOO Guan_Chen <khoogc@singnet.com.sg>
Subject: Re: need help with ppp
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 13:56:51 -0000

On Tuesday 03 October 2006 14:55, KHOO Guan_Chen wrote:
> Sorry for using up bandwidth.
>
> I cannot connect to my ISP with FreeBSD (6.0). The ISP is not using
> PAP/CHAP in my case, but apparently something very old. Using minicom
> I can see that
> 1. my modem is connected to /dev/cuad0
> 2. after i dailled the ISP, they put me through a login. password and
> a local phase ie.after atdt<ISP phone_nbr> \r, I see:-
> connect 115200
> Login: <my user_id> \r
> Password: <my_password> \r
> Local>
>   I have tried to enter things like "ppp", "~ppp" "cppp" ">ppp" after
> the (Local>) in my chat_script
> but  no go. In minicom, I see that they sometimes drop me into a
> shell to which I can only exit,

I think that some network access servers work in both "unix login"
and ppp mode. They enter "unix login" mode after some time of
inactivity. I also recall that they tend to timeout really quickly. Did
you try to use plain ppp?

>
> Could someone give me a few more hints or the correct string to enter?
> please.
>
> Oh my ISP help is no use. They replied to my request with sorry we
> cannot help you (because)
> "We at Technical Helpdesk are trained to support Windows and Mac
> based platforms. Your kind understanding is greatly appreciated." ARRRRRRGH
>  !!
>

I also think that if special settings were required, your ISP's helpdesk would
know. Just don't use any scary words like FreeBSD...

Try a plain ppp first

HTH, Nikos


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 14:21:53 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D28C716A47E
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 14:21:53 +0000 (UTC)
	(envelope-from dking@ketralnis.com)
Received: from ketralnis.com (melchoir.ketralnis.com [68.183.67.83])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C89B043D53
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 14:21:44 +0000 (GMT)
	(envelope-from dking@ketralnis.com)
Received: from [10.0.1.239] (ayla.wifi.int.ketralnis.com [10.0.1.239])
	(authenticated bits=0)
	by ketralnis.com (8.13.6/8.13.6) with ESMTP id k93ELgMq003890
	(version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO)
	for <freebsd-questions@freebsd.org>;
	Tue, 3 Oct 2006 07:21:43 -0700 (PDT)
	(envelope-from dking@ketralnis.com)
Mime-Version: 1.0 (Apple Message framework v752.3)
In-Reply-To: <1159855444.18992.0.camel@neuromancer.home.net>
References: <1532.12.170.206.13.1159751554.squirrel@admintool.trueband.net>
	<45206A59.3030008@u.washington.edu>
	<20061003151252.54200f76@localhost>
	<1159855444.18992.0.camel@neuromancer.home.net>
Content-Type: text/plain; charset=US-ASCII; format=flowed
Message-Id: <A461C8E1-9371-4EAD-9680-01FDFEFAB3CC@ketralnis.com>
Content-Transfer-Encoding: 7bit
From: David King <dking@ketralnis.com>
Date: Tue, 3 Oct 2006 07:21:33 -0700
To: freebsd-questions@freebsd.org
X-Mailer: Apple Mail (2.752.3)
Subject: Re: Checking remote processes
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 14:21:53 -0000

> On Tue, 2006-10-03 at 15:12 +1000, Norberto Meijome wrote:
>> ssh some.hosts.address "ps aux | grep httpd | grep -v grep"
> "ps aux | grep [h]ttpd"

ssh user@host "pgrep httpd"


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 14:45:04 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AFAA816A415
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 14:45:04 +0000 (UTC)
	(envelope-from malcolm.kay@internode.on.net)
Received: from ipmail01.adl2.internode.on.net (ipmail01.adl2.internode.on.net
	[203.16.214.140])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DCCE343D45
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 14:45:03 +0000 (GMT)
	(envelope-from malcolm.kay@internode.on.net)
Received: from ppp107-89.lns4.adl4.internode.on.net (HELO alpha.home)
	([121.44.107.89])
	by ipmail01.adl2.internode.on.net with ESMTP; 04 Oct 2006 00:14:58 +0930
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AR4FAMIUIkWBTg
X-IronPort-AV: i="4.09,251,1157293800"; 
	d="scan'208"; a="21294843:sNHT67907084"
From: Malcolm Kay <malcolm.kay@internode.on.net>
Organization: at home
To: freebsd-questions@freebsd.org
Date: Wed, 4 Oct 2006 00:14:57 +0930
User-Agent: KMail/1.8
References: <2d6e28fbc9d4d02b9c37e9f9c2ee62d7@prodigy.net>
In-Reply-To: <2d6e28fbc9d4d02b9c37e9f9c2ee62d7@prodigy.net>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610040014.57473.malcolm.kay@internode.on.net>
Cc: jekillen <jekillen@prodigy.net>
Subject: Re: mail to root
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 14:45:04 -0000

On Wed, 20 Sep 2006 02:20 pm, jekillen wrote:
> Hello again;
> I have a question about how mail from the system is generated
> for root. This question was prompted when I edited the Postfix
> aliases file and ran newaliases, then did postfix reload,
> assuming the mail system was running. I was informed that
> Postfix was not running. So the question, how does mail
> generated by the system get delivered to the root account?
> Here is my motive:
> I have a server that I want to run headless. I want to be able
> to retrieve
> mail to root from another machine via ssh login (on the same
> private net work number/netmask 255.255.255.0). I cannot login
> to the system as root over ssh. I don't know if I can read
> root mail with su (as wheel group
> member). I tried this but maybe I'm not using the appropriate
> parameter. Or maybe there isn't any. 

There is!
You can use :
# mail -u root

That is the approach I usually employ.

Or as others have explained adopt root's profile by using "su -"
in in place of "su".

Malcolm

> I don't know where to 
> look for an answer to this
> question, other than this knowledgeable group.....Oh, man mail
> maybe? Thanks in advance
> Jeff K
>

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 15:22:33 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4C01016A4A7
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 15:22:33 +0000 (UTC) (envelope-from vdemart1@tin.it)
Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.141])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE1743D5C
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 15:22:32 +0000 (GMT) (envelope-from vdemart1@tin.it)
Received: from pswm17.cp.tin.it (192.168.70.65) by vsmtp1.tin.it (7.2.072.1)
	id 45056C2D00941AE1 for freebsd-questions@freebsd.org;
	Tue, 3 Oct 2006 17:22:30 +0200
Message-ID: <10e0ec4d42e.vdemart1@tin.it>
Date: Tue, 3 Oct 2006 16:22:30 +0100 (GMT+01:00)
From: Vittorio <vdemart1@tin.it>
To: freebsd-questions@freebsd.org
Mime-Version: 1.0
Content-Type: text/plain;charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Originating-IP: 193.108.204.20
Subject: R: Re: ipfw & cups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Vittorio <vdemart1@tin.it>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 15:22:33 -0000

This are my rules (line 631 is about the same port!):

Ciao - Vittorio

#ipfw list
00500 check-state
00501 deny tcp from any to any established
00502 deny ip from any to any frag
00503 allow ip from any to any via 
lo0
00505 deny ip from any to 127.0.0.0/8
00508 deny ip from 127.0.0.0
/8 to any
00590 allow tcp from 10.155.0.0/16 to me dst-port 22,80,8080 
via fxp0 setup keep-state
00595 allow tcp from me to any dst-port 
22,80,8080,443 via fxp0 setup keep-state
00596 allow tcp from me to 
10.155.222.37 dst-port 1524 setup keep-state
00601 allow tcp from 
10.155.0.0/16 to me dst-port 81,137-139,445 via fxp0 setup keep-state
00602 allow udp from 10.155.0.0/16 to me dst-port 
123,81,137,138,139,445 via fxp0 setup keep-state
00603 allow tcp from 
me to any dst-port 81,137-139,445 via fxp0 setup keep-state
00604 allow 
udp from me to any dst-port 123,81,137,138,139,445 via fxp0 setup keep-
state
00605 allow tcp from 10.155.0.0/16 to me dst-port 
1024,3306,5432,5900-5909 via fxp0 setup keep-state
00607 allow udp from 
10.155.0.0/16 to me dst-port 1024,3306,5432,5900 via fxp0 setup keep-
state
00608 allow tcp from any to 10.155.102.6 dst-port 1491
00609 
allow tcp from 10.155.102.6 1491 to any
00610 allow tcp from me to any 
dst-port 53 out via fxp0 keep-state
00612 allow udp from me to any dst-
port 53 out via fxp0 keep-state
00631 allow tcp from 10.155.0.0/16 to 
me dst-port 631
00700 allow icmp from 10.155.0.0/16 to any via fxp0
65535 deny ip from any to any


Sorry for the way they're displayed but 
I'm writing on an awful webmail....

Ciao
Vittorio

>----Messaggio 
originale----
>Da: freebsd@meijome.net
>Data: 3-ott-2006 7.08
>A: 
<freebsd-questions@freebsd.org>
>Cc: "Vittorio"<vdemart1@tin.it>
>Ogg: 
Re: ipfw &amp; cups
>
>On Mon, 2 Oct 2006 16:22:13 +0100 (GMT+01:00)
>Vittorio <vdemart1@tin.it> wrote:
>
>> To my ipfw firewall I have 
added, according to what I found in the 
>> internet, the following 
rule to allow the use of cupsd on the same box:
>> 
>> 00520 allow ip 
from any to any dst-port 631 in
>> 
>> to no avail because it 
>> is 
not even checked as you can see below from the log (obtained from 
>> 
kde kcontrol center trying (and failing) to display the connected 
cups' 
>> printers):
>> 
>> Am I missing something?
>> What should I 
do?
>> Ciao
>> Vittorio
>> ......................................
>> 
NbBSD# ipfw -td list
>> 00500                         check-state
>> 
00501 Mon Oct  2 17:10:13 
>> 2006 deny tcp from any to any established
>> 00502                         
>> deny ip from any to any frag
>> 
00503 Mon Oct  2 17:10:13 2006 allow ip 
>> from any to any via lo0
>> 
00514                         deny ip from any 
>> to any not 
verrevpath in
>> 00520                         allow ip from 
>> any to 
any dst-port 631 in
>> 00525                         deny ip from 
>> 
any to 127.0.0.0/8
>> 
.......................................................................
>> 
.......................................................................
>> 00609                         allow tcp from 10.155.102.6 1491 to 
any
>> 00610                         allow tcp from me to any dst-port 
53 out 
>> via fxp0 keep-state
>> 00612                         allow 
udp from me to 
>> any dst-port 53 out via fxp0 keep-state
>> 
00700                         
>> allow icmp from 10.155.0.0/16 to any 
via fxp0
>> 65535 Mon Oct  2 17:10:13 
>> 2006 deny ip from any to any
>
>can you please send your rules again , making sure there is no dates 
inserted
>all over the place? 
>thx
>_________________________
>
{Beto|Norberto|Numard} Meijome
>
>"Throughout the centuries there were 
[people] who took first steps down new
>paths armed only with their own 
vision." Ayn Rand
>
>I speak for myself, not my employer. Contents may 
be hot. Slippery when wet.
>Reading disclaimers makes you go blind. 
Writing them is worse. You have been
>Warned.
>



From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 16:00:39 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A22F016A4EA
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 16:00:39 +0000 (UTC)
	(envelope-from pgiessel@mac.com)
Received: from achilles.leela.ws (achilles.leela.ws [66.207.162.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3203843D4C
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 16:00:39 +0000 (GMT)
	(envelope-from pgiessel@mac.com)
Received: from [192.168.0.193] ([158.145.111.132]) (authenticated bits=0)
	by achilles.leela.ws (8.13.6/8.13.6) with ESMTP id k93G0avg010863
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Tue, 3 Oct 2006 08:00:37 -0800 (AKDT)
	(envelope-from pgiessel@mac.com)
Message-ID: <45228923.1@mac.com>
Date: Tue, 03 Oct 2006 08:00:35 -0800
From: "Peter A. Giessel" <pgiessel@mac.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: KHOO Guan_Chen <khoogc@singnet.com.sg>
References: <6.2.5.6.1.20061003153322.02ca2c40@singnet.com.sg>
In-Reply-To: <6.2.5.6.1.20061003153322.02ca2c40@singnet.com.sg>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: need help with ppp
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 16:00:39 -0000

On 2006/10/03 3:55, KHOO Guan_Chen seems to have typed:
> Local>
>   I have tried to enter things like "ppp", "~ppp" "cppp" ">ppp" after 
> the (Local>) in my chat_script
> but  no go. In minicom, I see that they sometimes drop me into a 
> shell to which I can only exit,

Somewhere over a decade ago, I had a similar ISP, and we used
"start ppp" or "ppp start" if I recall correctly.  This was more than
a decade ago, so I could be completely wrong, but you could try that.

You could also try BSD's ppp dameon:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html
which is similar to MacOS X's, so it may just work....

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 16:47:16 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@FreeBSD.org
Delivered-To: freebsd-questions@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AD37816A403
	for <freebsd-questions@FreeBSD.org>;
	Tue,  3 Oct 2006 16:47:16 +0000 (UTC)
	(envelope-from bsdneo@thechristies.net)
Received: from mail02.secureserverdot.com (mail02.secureserverdot.com
	[216.14.208.16]) by mx1.FreeBSD.org (Postfix) with SMTP id D8D2F43D45
	for <freebsd-questions@FreeBSD.org>;
	Tue,  3 Oct 2006 16:47:12 +0000 (GMT)
	(envelope-from bsdneo@thechristies.net)
Received: (qmail 31841 invoked by uid 399); 3 Oct 2006 16:47:07 -0000
Received: from unknown (HELO localhost) (127.0.0.1)
	by localhost.secureserverdot.com with SMTP; 3 Oct 2006 16:47:07 -0000
Received: from
	careywalshinc-careywalshinc-psr2104865.z136-94-67.customer.algx.net
	(careywalshinc-careywalshinc-psr2104865.z136-94-67.customer.algx.net
	[67.94.136.94]) by 216.14.208.16 (Horde MIME library) with HTTP; Tue, 03
	Oct 2006 12:47:06 -0400
Message-ID: <20061003124706.daxycvdbs44o4g4o@216.14.208.16>
Date: Tue, 03 Oct 2006 12:47:06 -0400
From: Pete C <bsdneo@thechristies.net>
To: Michael Christensen <conphara@yahoo.com>
References: <20061002142352.54855.qmail@web57114.mail.re3.yahoo.com>
In-Reply-To: <20061002142352.54855.qmail@web57114.mail.re3.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset=ISO-8859-1;
	DelSp="Yes";
	format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.1.1)
Cc: freebsd-questions@FreeBSD.org
Subject: Re: Question about installing FreeBSD
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 16:47:16 -0000


Quoting Michael Christensen <conphara@yahoo.com>:

> Hi,
>
>   I really hope that you're answering questions about installing   
> FreeBSD, since I can't yet start threads on freebsdforum.org.
>
>   My question is :
>   I have downloaded the entire FreeBSD 6.1 (about 17,5 GB) and made   
> a FREEBSD directory on one of my HDs and now trying to install BSD   
> on the other.
>   I'm booting from floppies and now can't understand why the   
> sysinstall can't find the DOS partition on the slave. Is it because   
> it's on a NTFS or what am I doing wrong?
>
>   Thomas
>
. . the easier way to install is to download the .iso files and burn  
them to CD . . then use your boot floppies to start the install from  
the CDs (or just boot from the CD if supported by your equip)

Pete C


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 16:53:49 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CAF6C16A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 16:53:49 +0000 (UTC) (envelope-from cswiger@mac.com)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.183])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8A77943D45
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 16:53:49 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from mac.com (smtpin07-en2 [10.13.10.152])
	by smtpout.mac.com (Xserve/8.12.11/smtpout13/MantshX 4.0) with ESMTP id
	k93Grnbc006693; Tue, 3 Oct 2006 09:53:49 -0700 (PDT)
Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k93GrjOZ001597; 
	Tue, 3 Oct 2006 09:53:47 -0700 (PDT)
In-Reply-To: <BAY104-F3162130C5FAF5774D204109A1F0@phx.gbl>
References: <BAY104-F3162130C5FAF5774D204109A1F0@phx.gbl>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <4EC9AB38-2399-4A21-8262-4383FD96D536@mac.com>
Content-Transfer-Encoding: 7bit
From: Chuck Swiger <cswiger@mac.com>
Date: Tue, 3 Oct 2006 09:53:44 -0700
To: Marwan Sultan <dead_line@hotmail.com>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
Cc: freebsd Questions <freebsd-questions@freebsd.org>
Subject: Re: how to block rj45 sockets.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 16:53:49 -0000

On Oct 2, 2006, at 4:44 PM, Marwan Sultan wrote:
> Do you recommend any good switch product and model number which has  
> port enable.disable
> feature ? other than cisco, in a good price?

You're looking for "managed" switches; the HP Procurve lineup, and  
the 3com SuperStack III models are also pretty decent.

> Cisco is litl bit expensive specially im talking about 24 switch  
> each, 20 ports!!

$20 per port is about the lowest price-point for decent managed  
switches out there, and that goes up towards $40 or $50 per port if  
you want to have GBIC fibre or GB-over-copper switch uplinking or  
stacking capabilities; you start losing vital capabilities like  
individual port control & VLAN/trunking capabilities if you go  
cheaper....

-- 
-Chuck


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 16:58:11 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C346F16A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 16:58:11 +0000 (UTC)
	(envelope-from jeff@seamanpaper.com)
Received: from seamanpaper.com (seamanpaper.com [64.62.234.89])
	by mx1.FreeBSD.org (Postfix) with SMTP id 840F643D6E
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 16:58:11 +0000 (GMT)
	(envelope-from jeff@seamanpaper.com)
Received: from 66.152.240.162 ([66.152.240.162]) by seamanpaper.com for
	<freebsd-questions@freebsd.org>; Tue, 3 Oct 2006 09:58:05 -0700
Message-ID: <4522969F.9010504@seamanpaper.com>
Date: Tue, 03 Oct 2006 12:58:07 -0400
From: Jeff Dickens <jeff@seamanpaper.com>
Organization: Seaman Paper Company
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Subject: optimal kernel options for VMWARE guest system
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 16:58:11 -0000

I have some Freebsd systems that are running as VMware guests.  I'd like 
to configure their kernels so as to minimize the overhead on the VMware 
host system.  After reading and partially digesting the white paper on 
timekeeping in VMware virtual machines 
(http://www.vmware.com/pdf/vmware_timekeeping.pdf) it appears that I 
might want to make some changes.

Has anyone addressed this issue?



From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 17:37:55 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F119316A40F
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 17:37:55 +0000 (UTC)
	(envelope-from greenwood.andy@gmail.com)
Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 10D4843D53
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 17:37:54 +0000 (GMT)
	(envelope-from greenwood.andy@gmail.com)
Received: by wr-out-0506.google.com with SMTP id i21so550218wra
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 10:37:54 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
	b=qmL6lev9FrTDa8KJAKLEXKqBcoWkH6S1NBIFpXmjDIe8fCr9fwXUsq0MrYrlKvi7gMcHAvpyTihlH47pTEVXxqZyGHFYmp9VzUfICrVSHHskgGkHsvbcTArC2FzzwP0+LKYQf64kWrbhw3M0cyX6LJhB/6rs24YR+p1DpZQGYbU=
Received: by 10.90.113.20 with SMTP id l20mr667222agc;
	Tue, 03 Oct 2006 10:37:54 -0700 (PDT)
Received: by 10.90.80.18 with HTTP; Tue, 3 Oct 2006 10:37:54 -0700 (PDT)
Message-ID: <3ee9ca710610031037s231f536cs7f97c22b7a674488@mail.gmail.com>
Date: Tue, 3 Oct 2006 13:37:54 -0400
From: "Andy Greenwood" <greenwood.andy@gmail.com>
To: "FreeBSD Questions" <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Subject: sendmail won't start
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 17:37:56 -0000

I modified my local freebsd.mc file to add support for spamhaus. After
I compilied the sendmail.cf file, sendmail won't start. What am I
doing wrong here?

[lordnor@behemoth mail]# m4 freebsd.mc > sendmail.cf
[lordnor@behemoth mail]# /etc/rc.d/sendmail start
554 5.0.0 /etc/mail/sendmail.cf: line 2: invalid argument to V line:
"ERSIONID(FreeBSD: s"
451 4.0.0 /etc/mail/sendmail.cf: line 6: fileclass: cannot open
'ATURE(access_db,': No such file or directory
451 4.0.0 /etc/mail/sendmail.cf: line 7: fileclass: cannot open
'ATURE(blacklist_recipients)': No such file or directory
451 4.0.0 /etc/mail/sendmail.cf: line 8: fileclass: cannot open
'ATURE(local_lmtp)': No such file or directory
451 4.0.0 /etc/mail/sendmail.cf: line 9: fileclass: cannot open
'ATURE(mailertable,': No such file or directory
451 4.0.0 /etc/mail/sendmail.cf: line 10: fileclass: cannot open
'ATURE(virtusertable,': No such file or directory
451 4.0.0 /etc/mail/sendmail.cf: line 11: fileclass: cannot open
'ATURE(dnsbl,': No such file or directory
554 5.0.0 /etc/mail/sendmail.cf: line 25: MAILER(local): A= argument required
554 5.0.0 /etc/mail/sendmail.cf: line 26: MAILER(smtp): A= argument required
554 5.0.0 No local mailer defined
554 5.0.0 QueueDirectory (Q) option must be set


You can see my freebsd.mc file at http://agreenftp.no-ip.com/crap/freebsd.mc

-- 
I'm nerdy in the extreme and whiter than sour cream

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 17:49:17 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6F44816A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 17:49:17 +0000 (UTC)
	(envelope-from freebsd@philip.pjkh.com)
Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3A35443D7E
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 17:49:11 +0000 (GMT)
	(envelope-from freebsd@philip.pjkh.com)
Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219])
	by bravo.pjkh.com (Postfix) with ESMTP id 083EE13D522;
	Tue,  3 Oct 2006 12:56:01 -0500 (CDT)
Received: by bravo.pjkh.com (Postfix, from userid 1000)
	id BC46213CD57; Tue,  3 Oct 2006 12:56:00 -0500 (CDT)
Received: from localhost (localhost [127.0.0.1])
	by bravo.pjkh.com (Postfix) with ESMTP id BB31713C80B;
	Tue,  3 Oct 2006 12:56:00 -0500 (CDT)
Date: Tue, 3 Oct 2006 12:56:00 -0500 (CDT)
From: Philip Hallstrom <freebsd@philip.pjkh.com>
To: Andy Greenwood <greenwood.andy@gmail.com>
In-Reply-To: <3ee9ca710610031037s231f536cs7f97c22b7a674488@mail.gmail.com>
Message-ID: <20061003125457.D51511@bravo.pjkh.com>
References: <3ee9ca710610031037s231f536cs7f97c22b7a674488@mail.gmail.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: ClamAV using ClamSMTP
Cc: FreeBSD Questions <freebsd-questions@freebsd.org>
Subject: Re: sendmail won't start
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 17:49:17 -0000

> I modified my local freebsd.mc file to add support for spamhaus. After
> I compilied the sendmail.cf file, sendmail won't start. What am I
> doing wrong here?

You have this:

FEATURE(dnsbl, 'sbl.spamhaus.org', 'Rejected - see http://www.spamhaus.org')

You want this:

FEATURE(dnsbl, `sbl.spamhaus.org', `Rejected - see http://www.spamhaus.org')

notice the difference in quoting...

>
> [lordnor@behemoth mail]# m4 freebsd.mc > sendmail.cf
> [lordnor@behemoth mail]# /etc/rc.d/sendmail start
> 554 5.0.0 /etc/mail/sendmail.cf: line 2: invalid argument to V line:
> "ERSIONID(FreeBSD: s"
> 451 4.0.0 /etc/mail/sendmail.cf: line 6: fileclass: cannot open
> 'ATURE(access_db,': No such file or directory
> 451 4.0.0 /etc/mail/sendmail.cf: line 7: fileclass: cannot open
> 'ATURE(blacklist_recipients)': No such file or directory
> 451 4.0.0 /etc/mail/sendmail.cf: line 8: fileclass: cannot open
> 'ATURE(local_lmtp)': No such file or directory
> 451 4.0.0 /etc/mail/sendmail.cf: line 9: fileclass: cannot open
> 'ATURE(mailertable,': No such file or directory
> 451 4.0.0 /etc/mail/sendmail.cf: line 10: fileclass: cannot open
> 'ATURE(virtusertable,': No such file or directory
> 451 4.0.0 /etc/mail/sendmail.cf: line 11: fileclass: cannot open
> 'ATURE(dnsbl,': No such file or directory
> 554 5.0.0 /etc/mail/sendmail.cf: line 25: MAILER(local): A= argument required
> 554 5.0.0 /etc/mail/sendmail.cf: line 26: MAILER(smtp): A= argument required
> 554 5.0.0 No local mailer defined
> 554 5.0.0 QueueDirectory (Q) option must be set
>
>
> You can see my freebsd.mc file at http://agreenftp.no-ip.com/crap/freebsd.mc
>
> -- 
> I'm nerdy in the extreme and whiter than sour cream
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 17:51:43 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B818B16A4AB
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 17:51:43 +0000 (UTC)
	(envelope-from wc_lists@xxiii.com)
Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2E27E43D45
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 17:51:42 +0000 (GMT)
	(envelope-from wc_lists@xxiii.com)
Received: from [192.168.0.218] (lan23.xxiii.com [208.62.177.50])
	by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id k93HpgHT022645;
	Tue, 3 Oct 2006 13:51:42 -0400 (EDT)
	(envelope-from wc_lists@xxiii.com)
Message-ID: <4522A330.8030501@xxiii.com>
Date: Tue, 03 Oct 2006 13:51:44 -0400
From: wc_lists@xxiii.com
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: Andy Greenwood <greenwood.andy@gmail.com>
References: <3ee9ca710610031037s231f536cs7f97c22b7a674488@mail.gmail.com>
In-Reply-To: <3ee9ca710610031037s231f536cs7f97c22b7a674488@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: FreeBSD Questions <freebsd-questions@freebsd.org>
Subject: Re: sendmail won't start
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 17:51:43 -0000

Andy Greenwood wrote:
> I compilied the sendmail.cf file, sendmail won't start. What am I
> doing wrong here?
> 554 5.0.0 /etc/mail/sendmail.cf: line 2: invalid argument to V line:
> "ERSIONID(FreeBSD: s"
> 451 4.0.0 /etc/mail/sendmail.cf: line 6: fileclass: cannot open
> 'ATURE(access_db,': No such file or directory

What happened to the first character on each line?  Those should read 
"VERSIONID" and "FEATURE".  Perhaps you got some kind of junk or control 
characters in there?  Or saved it with dos-style cr-lf line delimiters?

   -wayne


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 18:08:09 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4074516A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 18:08:09 +0000 (UTC)
	(envelope-from questions@totaldiver.net)
Received: from mail.totaldiver.net (fl-209-26-20-205.sta.embarqhsd.net
	[209.26.20.205])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C8A3943D70
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 18:08:08 +0000 (GMT)
	(envelope-from questions@totaldiver.net)
Received: from localhost (localhost.totaldiver.net [127.0.0.1])
	by mail.totaldiver.net (Postfix) with ESMTP id 8F81DC6A0;
	Tue,  3 Oct 2006 14:08:12 -0400 (EDT)
Received: from mail.totaldiver.net ([127.0.0.1])
	by localhost (mail.totaldiver.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 99245-01; Tue,  3 Oct 2006 14:08:05 -0400 (EDT)
Received: from mail.totaldiver.net (localhost.totaldiver.net [127.0.0.1])
	by mail.totaldiver.net (Postfix) with ESMTP id 33423C53A;
	Tue,  3 Oct 2006 14:08:05 -0400 (EDT)
Received: from 66.209.37.5
	(SquirrelMail authenticated user questions@totaldiver.net)
	by mail.totaldiver.net with HTTP;
	Tue, 3 Oct 2006 14:08:05 -0400 (EDT)
Message-ID: <50345.66.209.37.5.1159898885.squirrel@mail.totaldiver.net>
Date: Tue, 3 Oct 2006 14:08:05 -0400 (EDT)
From: "Jeff Palmer" <questions@totaldiver.net>
To: pwangui@africaonline.co.ke
User-Agent: SquirrelMail/1.4.8
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: Maia Mailguard
Cc: freebsd-questions@freebsd.org
Subject: Re: installing ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 18:08:09 -0000

<snipped out the original email>


You may want to try using portsnap.


pkg_add -r portsnap

then
portsnap fetch extract


BTW:  This sounds like one of the etnic (sp?) bandwidth manager boxes.
Would that happen to be the case?



From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 18:18:06 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8088F16A407
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 18:18:06 +0000 (UTC)
	(envelope-from wc_fbsd@xxiii.com)
Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AAD0A43D7D
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 18:17:59 +0000 (GMT)
	(envelope-from wc_fbsd@xxiii.com)
Received: from [192.168.0.218] (lan23.xxiii.com [208.62.177.50])
	by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id k93IHweu022751
	for <freebsd-questions@freebsd.org>;
	Tue, 3 Oct 2006 14:17:58 -0400 (EDT)
	(envelope-from wc_fbsd@xxiii.com)
Message-ID: <4522A959.5070803@xxiii.com>
Date: Tue, 03 Oct 2006 14:18:01 -0400
From: Wayne <wc_fbsd@xxiii.com>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: FreeBSD Questions <freebsd-questions@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Subject: PortSnap problems & relocating ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 18:18:06 -0000

I've been using portsnap on 6.x systems for some time now with no 
problems.  I decided to move /usr/ports and /usr/src to their own 
filesystem, /build, to make it easier to backup the important system 
stuff.  I also relocated /var/db/portsnap to /build/db/portsnap.

I thought I could edit /etc/portsnap.conf to reflect the new location, 
and do things as before.  I edited WORKDIR and PORTSDIR, and set 
PORTSDIR (env var) but now I get:

# portsnap fetch
portsnap: Directory does not exist or is not writable: /var/db/portsnap

Looks like it's ignoring portsnap.conf.  So I explicitly name it:

# portsnap -f /etc/portsnap.conf fetch
portsnap: Directory does not exist or is not writable: /var/db/portsnap

Same thing.  What's up?  So instead I specify both on the command line:

# portsnap -d /build/db/portsnap -p /build/ports fetch

Ahh.... now it works.  Bug?  Or am I doing something wrong.

Which brings up the next question:  What's the best way to relocate the 
source and ports?  I could grab the dull hatchet and sym-link all the 
defaults to the new locations.  But what's the correct method?

   -Thanks,  Wayne

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 19:46:27 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 164CB16A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 19:46:27 +0000 (UTC)
	(envelope-from deadmanxia@gmail.com)
Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.205])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 96F8543D45
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 19:46:26 +0000 (GMT)
	(envelope-from deadmanxia@gmail.com)
Received: by nz-out-0102.google.com with SMTP id 13so707595nzn
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 12:46:26 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=SBC32YJ/i72m0FU4plX+eVoXwVYoDi2BVPlmgeCSLWQ78Hf/NSZYvyZACCu/YaQNMd3x5Sq4BoELQ5X6vgQW2LOhEJ9rAAzLCJ3erEfvPg9/t0d/vbAEu9sG9jlHzY5YNNeSuddt78nOw/GJhJxc6F85IrCxF61c4pMjYMN+/NI=
Received: by 10.65.110.11 with SMTP id n11mr3625521qbm;
	Tue, 03 Oct 2006 12:46:25 -0700 (PDT)
Received: by 10.65.193.8 with HTTP; Tue, 3 Oct 2006 12:46:25 -0700 (PDT)
Message-ID: <dac35acb0610031246m12b22ccfodb3dbd1e5fa55b6f@mail.gmail.com>
Date: Wed, 4 Oct 2006 00:46:25 +0500
From: "DeadMan Xia ...." <deadmanxia@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Can somebody help me out !!!!!!
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 19:46:27 -0000

Well I am using FreeBSD 6.0 on Dell Power Edge 2850 running qmail, I am
using LogiTech RAID Controller.

I compile the kernel with normal IPFIREWALL, IPFIREWALL_FORWARD. I got some
power with my power, every night my UPS batteries get discharged and my
system shutdown hard. its about 4 to 6 times my system get Hard Shut in 2
days. although i run fsck do make my filesystem fix. Now when i reboot my
system, in dmesg i m getting warning like ....

ioapic0: Changing APIC ID to 2
ioapic1: Changing APIC ID to 3
ioapic1: WARNING: intbase 32 != expected base 24
ioapic2: Changing APIC ID to 4
ioapic2: WARNING: intbase 64 != expected base 56
ioapic3: Changing APIC ID to 5
ioapic3: WARNING: intbase 96 != expected base 88
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 32-55 on motherboard
ioapic2 <Version 2.0> irqs 64-87 on motherboard
ioapic3 <Version 2.0> irqs 96-119 on motherboard

Can any body help me out , how this error occur and how to fix it ,,,

Regards,,

Xia....

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 20:04:10 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AF4BF16A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:04:10 +0000 (UTC) (envelope-from cswiger@mac.com)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.176])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4ACE543D53
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:04:10 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from mac.com (smtpin07-en2 [10.13.10.152])
	by smtpout.mac.com (Xserve/8.12.11/smtpout06/MantshX 4.0) with ESMTP id
	k93K49bI008722; Tue, 3 Oct 2006 13:04:09 -0700 (PDT)
Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k93K47YU006844; 
	Tue, 3 Oct 2006 13:04:08 -0700 (PDT)
In-Reply-To: <dac35acb0610031246m12b22ccfodb3dbd1e5fa55b6f@mail.gmail.com>
References: <dac35acb0610031246m12b22ccfodb3dbd1e5fa55b6f@mail.gmail.com>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <627886AD-988C-4A40-B543-D86F76C4E04F@mac.com>
Content-Transfer-Encoding: 7bit
From: Chuck Swiger <cswiger@mac.com>
Date: Tue, 3 Oct 2006 13:04:06 -0700
To: "DeadMan Xia ...." <deadmanxia@gmail.com>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
Cc: freebsd-questions@freebsd.org
Subject: Re: Can somebody help me out !!!!!!
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 20:04:10 -0000

On Oct 3, 2006, at 12:46 PM, DeadMan Xia .... wrote:
> I compile the kernel with normal IPFIREWALL, IPFIREWALL_FORWARD. I  
> got some
> power with my power, every night my UPS batteries get discharged  
> and my
> system shutdown hard. its about 4 to 6 times my system get Hard  
> Shut in 2
> days. although i run fsck do make my filesystem fix.

You should connect your UPS to the machine and have it shut down the  
system cleanly before your UPS battery is exhausted.  At least, if  
your UPS is smart enough to do so.

> Now when i reboot my system, in dmesg i m getting warning like ....
>
> ioapic0: Changing APIC ID to 2
> ioapic1: Changing APIC ID to 3
> ioapic1: WARNING: intbase 32 != expected base 24
> ioapic2: Changing APIC ID to 4
> ioapic2: WARNING: intbase 64 != expected base 56
> ioapic3: Changing APIC ID to 5
> ioapic3: WARNING: intbase 96 != expected base 88
> ioapic0 <Version 2.0> irqs 0-23 on motherboard
> ioapic1 <Version 2.0> irqs 32-55 on motherboard
> ioapic2 <Version 2.0> irqs 64-87 on motherboard
> ioapic3 <Version 2.0> irqs 96-119 on motherboard

This is completely unrelated.  The APIC, "Advanced Programmable  
Interrupt Controller", is what permits newer machines to access more  
than the 15 IRQ's traditionally available using Intel 8259 PICs.  I  
believe that the default expectation was that each APIC ID would  
control up to 32 IRQ lines, but the APIC in your Dell is set up to  
only control 24 IRQs per ID.

In theory, you can ignore these warnings, although in practice there  
still may be interrupt aliasing issues between IRQs which should be  
separate but are multiples of each other modulo 32 (or 24? in this  
case?).  Again, this is unrelated to having your machine shut down  
uncleanly because AC line power failed...

-- 
-Chuck


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 20:06:20 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5D42F16A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:06:20 +0000 (UTC)
	(envelope-from lists@jnielsen.net)
Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DFDBB43D5C
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:06:16 +0000 (GMT)
	(envelope-from lists@jnielsen.net)
Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0)
	by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k93K6ECJ041816;
	Tue, 3 Oct 2006 13:06:16 -0700 (PDT)
	(envelope-from lists@jnielsen.net)
From: John Nielsen <lists@jnielsen.net>
To: freebsd-questions@freebsd.org
Date: Tue, 3 Oct 2006 16:05:53 -0400
User-Agent: KMail/1.9.4
References: <4522969F.9010504@seamanpaper.com>
In-Reply-To: <4522969F.9010504@seamanpaper.com>
X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB;
	tBQf[RU-R<,I)e"$q7N7
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610031605.54121.lists@jnielsen.net>
X-Virus-Scanned: ClamAV version 0.88.4,
	clamav-milter version 0.88.4 on ns1.jnielsen.net
X-Virus-Status: Clean
Cc: Jeff Dickens <jeff@seamanpaper.com>
Subject: Re: optimal kernel options for VMWARE guest system
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 20:06:20 -0000

On Tuesday 03 October 2006 12:58, Jeff Dickens wrote:
> I have some Freebsd systems that are running as VMware guests.  I'd like
> to configure their kernels so as to minimize the overhead on the VMware
> host system.  After reading and partially digesting the white paper on
> timekeeping in VMware virtual machines
> (http://www.vmware.com/pdf/vmware_timekeeping.pdf) it appears that I
> might want to make some changes.
>
> Has anyone addressed this issue?

I haven't read the white paper (yet; thanks for the link), but I've had good 
results with recent -STABLE VM's running under ESX server 3. Some thoughts:

As I do on most of my installs, I trimmed down GENERIC to include just the 
drivers I use. In this case that was mpt for the disk and le for the network 
(although I suspect forcing the VM to present e1000 hardware and then using 
the em driver would work as well if not better).

The VMware tools package that comes with ESX server does a poor job of getting 
itself to run, but it can be made to work without too much difficulty. Don't 
use the port, run the included install script to install the files, ignore 
the custom network driver and compile the memory management module from 
source (included). If using X.org, use the built-in vmware display driver, 
and copy the vmmouse driver .o file from the VMware tools dist to the 
appropriate dir under /usr/X11. Even though the included file is for X.org 
6.8, it works fine with 6.9/7.0 (X.org 7.1 should include the vmmouse 
driver.) Run the VMware tools config script from a non-X terminal (and you 
can ignore the warning about running it remotely if you're using SSH), so it 
won't mess with your X display (it doesn't do anything not accomplished 
above). Then run the rc.d script to start the VMware tools.

I haven't noticed any timekeeping issues so far.

JN

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 20:15:08 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3EB4D16A417
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:15:08 +0000 (UTC) (envelope-from a.n.s.i@gmx.net)
Received: from mail.gmx.net (mail.gmx.de [213.165.64.20])
	by mx1.FreeBSD.org (Postfix) with SMTP id 34FA343D49
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:15:07 +0000 (GMT) (envelope-from a.n.s.i@gmx.net)
Received: (qmail invoked by alias); 03 Oct 2006 20:15:05 -0000
Received: from p50870FDA.dip0.t-ipconnect.de (EHLO gate.home.org)
	[80.135.15.218]
	by mail.gmx.net (mp012) with SMTP; 03 Oct 2006 22:15:05 +0200
X-Authenticated: #30170983
Received: from tit007m.home.org (tit007m.home.org [192.168.0.5])
	by gate.home.org (8.13.8/8.13.8) with ESMTP id k93KF4Im011941
	for <freebsd-questions@freebsd.org>;
	Tue, 3 Oct 2006 22:15:04 +0200 (CEST)
	(envelope-from ansi@tit007m.home.org)
Received: from tit007m.home.org (localhost [127.0.0.1])
	by tit007m.home.org (8.13.8/8.13.8) with ESMTP id k93MG0fH000968
	for <freebsd-questions@freebsd.org>; Tue, 3 Oct 2006 22:16:00 GMT
	(envelope-from ansi@tit007m.home.org)
Received: (from ansi@localhost)
	by tit007m.home.org (8.13.8/8.13.8/Submit) id k93KTNBQ030801
	for freebsd-questions@freebsd.org; Tue, 3 Oct 2006 20:29:23 GMT
	(envelope-from ansi)
Date: Tue, 3 Oct 2006 20:29:23 +0000
From: "Solovyov, Evgeny" <a.n.s.i@gmx.net>
To: freebsd-questions@freebsd.org
Message-ID: <20061003202923.GA30673@tit007m>
Mail-Followup-To: freebsd-questions@freebsd.org
References: <45224F38.7000903@forrie.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <45224F38.7000903@forrie.com>
User-Agent: mutt-ng/devel-r804 (FreeBSD)
X-Y-GMX-Trusted: 0
Subject: Re: cvsup.freebsd.org DNS lookup failure(s)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 20:15:08 -0000

On 03.10.06 07:53 , Forrest Aldrich wrote:
> Anyone else seeing this problem today?
> 
>    Name lookup failure for "cvsup.FreeBSD.org": Host name lookup failed
>    Will retry at 07:54:22
> 
> 
> Other hosts resolve fine.
> 
> I did a search on the lists and didn't notice anything about host changes, etc.....
> 
> 
> _F
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 

I had have same with cvsup.uk.FreeBSD.org.
After the second try all was Ok.

-- 
If it sits on your desk for 15 minutes, you've just
become the expert.

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 20:34:29 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E6BCB16A415
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:34:29 +0000 (UTC)
	(envelope-from bawank@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1214943D6B
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:34:06 +0000 (GMT)
	(envelope-from bawank@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so330308nfc
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 13:34:05 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=PiwsqZ+E3DETkg2K8XFBnafKIlUBzdJxht7xZ4pkBhnWq8SCQ0pofSn6ld5h9h4WXP27H99f2f5ZWV8IRFBks7+R1plU27lPjdHp0wmOfhNvZIuMJ9Eq+zByMcrcdThQhexuz6WB4GD/aFNEHhdLh+Hf+poJh5/zqQMTT8KYtRI=
Received: by 10.48.210.20 with SMTP id i20mr1365218nfg;
	Tue, 03 Oct 2006 13:34:04 -0700 (PDT)
Received: by 10.49.34.3 with HTTP; Tue, 3 Oct 2006 13:34:04 -0700 (PDT)
Message-ID: <6dad5370610031334o1f130b69l5fb50a34f77262f3@mail.gmail.com>
Date: Tue, 3 Oct 2006 16:34:04 -0400
From: "Bawan Karn" <bawank@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: installing perl5.8.5
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 20:34:30 -0000

I have installed FreeBSD 4.1. The in-built perl is installed on that but I
have to install perl5.8.5. I have googled it and found answers to install
perl, but I am not sure what I am doing wrong. I can't install it. I am
wrting you the steps which I did:
1. Copied perl-5.8.5.tar.gz
2. Extracted this file which seems to be extracted on folder "perl-5.8.5
3. Now when I am trying       *perl Makefile.PL* it gives me result as
"Can't open perl script "Makefile.PL": No such file or Directory"
4. when i am doing *make install* it gives me result as "make:don't know how
to make install. Stop

Can somebody tell me what I am doing wrong and how I can solve this issue.
Thank you.

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 20:40:13 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 90FE216A417
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:40:13 +0000 (UTC)
	(envelope-from michael.knoll@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5FAEE43D72
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:40:04 +0000 (GMT)
	(envelope-from michael.knoll@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so332427nfc
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 13:40:04 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
	b=FFzVT2pMeYJYHmdjCru0ITBxq0ijyEYsyy5EXkzXVUzOt95bC8NTLGkmnitjYqchZitFvoKHZNoEqvZb1P6YZIIGW45W1ptS2v07CifqyJaLrZETqnQwS21lKPspqPos8I4hLXeoe1l7e4avivNHUW/0GiGAmi9iKZAAvN5/jak=
Received: by 10.78.134.12 with SMTP id h12mr5002215hud;
	Tue, 03 Oct 2006 13:40:03 -0700 (PDT)
Received: by 10.78.120.10 with HTTP; Tue, 3 Oct 2006 13:40:03 -0700 (PDT)
Message-ID: <975053160610031340k57998e63n508cefed68cc01@mail.gmail.com>
Date: Tue, 3 Oct 2006 16:40:03 -0400
From: "Michael Knoll" <michael.knoll@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Subject: SMART errors and file systems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 20:40:13 -0000

I have a drive that gained a bad sector, detected by smartctl.  I have
the LBA number of the sector.  The drive is one large UFS partition.
Is it possible to determine where in the filesystem the sector lies?
Mostly, what file is corrupted by the bad sector?

Thanks,
Mike

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 20:53:25 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 967D216A4EE
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:53:25 +0000 (UTC)
	(envelope-from perikillo@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4084043D6A
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:51:44 +0000 (GMT)
	(envelope-from perikillo@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so2187799wxd
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 13:51:43 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=EvIj7Vq6xuIfB7l/R8N8E0cALk1YmqL81Te8GDx3hnIHd/lthzhPqy5MUzLz5IMHcPEHTITiNpIrdHVBZwYeoERZSOTDfi2zydValJNfq0OoEw7OvM0bHWWI/gHqQOnJdt4Bi+ME9VJMjHcqxWoZMsaPmyUwe5Z7dk+Z7z40yEM=
Received: by 10.90.93.6 with SMTP id q6mr4086498agb;
	Tue, 03 Oct 2006 13:51:43 -0700 (PDT)
Received: by 10.90.70.18 with HTTP; Tue, 3 Oct 2006 13:51:42 -0700 (PDT)
Message-ID: <51d7a5160610031351h62e33f42kbbdd7e4001c9342d@mail.gmail.com>
Date: Tue, 3 Oct 2006 13:51:42 -0700
From: perikillo <perikillo@gmail.com>
To: "FreeBSD Mailing List" <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 20:53:25 -0000

  Hi people i have read a some mails about this problem, it looks like all
was running some 5.X branch, i have been using FreeBSD 6.1 some months
ago,  yesterday i make the buildworld process, right now i have my box with
FreeBSD6.1-p10.

  This box runs bacula server with this NIC:

vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xe400-0xe4ff mem
0xee022000-0xee0220ff at device 18.0 on pci0
vr0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xe400
miibus0: <MII bus> on vr0
vr0: bpf attached
vr0: Ethernet address: 00:01:6c:2c:09:90
vr0: [MPSAFE]

  This NIC is integrated with the motherboard, i used this box with freebsd
5.4-pX almost 1 year running bacula 1.38.5 without a problem.

  1 full backup take almost 140Gb of data.

Last week i lost 1 job Full Backup from one of my biggest servers running
RH9 aprox 80Gb off data, bacula just backup 35Gb and mark the job ->Error

26-Sep 00:28 bacula-dir: MBXBDCB.2006-09-25_21.30.00 Fatal error: Network
error with FD during Backup: ERR=Operation timed out
26-Sep 00:28 bacula-dir: MBXBDCB.2006-09-25_21.30.00 Fatal error: No Job
status returned from FD.
26-Sep 00:28 bacula-dir: MBXBDCB.2006-09-25_21.30.00 Error: Bacula
1.38.11(28Jun06): 26-Sep-2006 00:28:48

FD termination status:  Error
SD termination status:  Error
Termination:            *** Backup Error ***

  I have no problem with the client, is running our ERP software and no
comment here.

In my freebsd console appear this:

vr0: watchdog timeout

  I reset the server, and all the Differential backups has been working
good, i do the buildworld yesterday and let my bacula server ready to do a
full backup for all my clients and whops...

I lost 2 clients jobs:

Client 1:

02-Oct 18:30 bacula-dir: Start Backup JobId 176, Job=PDC.2006-10-02_18.30.00
02-Oct 20:40 bacula-dir: PDC.2006-10-02_18.30.00 Fatal error: Network error
with FD during Backup: ERR=Operation timed out
02-Oct 20:40 bacula-dir: PDC.2006-10-02_18.30.00 Fatal error: No Job status
returned from FD.
02-Oct 20:40 bacula-dir: PDC.2006-10-02_18.30.00 Error: Bacula
1.38.11(28Jun06): 02-Oct-2006 20:40:11
  JobId:                  176
  Job:                    PDC.2006-10-02_18.30.00
  Backup Level:           Full
  Client:                   "PDC" Windows NT 4.0,MVS,NT 4.0.1381
  FileSet:                "PDC-FS" 2006-08-21 18:04:12
  Pool:                   "FullTape"
  Storage:                "LTO-1"
  Scheduled time:         02-Oct-2006 18:30:00
  Start time:             02-Oct-2006 18:30:06
  End time:               02-Oct-2006 20:40:11
  Elapsed time:           2 hours 10 mins 5 secs
  Priority:               11
  FD Files Written:       0
  SD Files Written:       0
  FD Bytes Written:       0 (0 B)
  SD Bytes Written:       0 (0 B)
  Rate:                   0.0 KB/s
  Software Compression:   None
  Volume name(s):         FullTape-0004
  Volume Session Id:      2
  Volume Session Time:    1159832414
  Last Volume Bytes:      38,857,830,949 (38.85 GB)
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:  Error
  SD termination status:  Error
  Termination:            *** Backup Error ***

Client 2

02-Oct 21:30 bacula-dir: Start Backup JobId 178, Job=
MBXBDCB.2006-10-02_21.30.00
02-Oct 21:31 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Warning: bnet.c:853
Could not connect to File daemon on 192.168.2.9:9102. ERR=Host is down
Retrying ...
02-Oct 21:37 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Warning: bnet.c:853
Could not connect to File daemon on 192.168.2.9:9102. ERR=Host is down
Retrying ...
02-Oct 21:44 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Warning: bnet.c:853
Could not connect to File daemon on 192.168.2.9:9102. ERR=Host is down
Retrying ...
02-Oct 21:51 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Warning: bnet.c:853
Could not connect to File daemon on 192.168.2.9:9102. ERR=Host is down
Retrying ...
02-Oct 21:58 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Warning: bnet.c:853
Could not connect to File daemon on 192.168.2.9:9102. ERR=Host is down
Retrying ...
02-Oct 22:04 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Warning: bnet.c:853
Could not connect to File daemon on 192.168.2.9:9102. ERR=Host is down
Retrying ...
02-Oct 22:10 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Fatal error: bnet.c:859
Unable to connect to File daemon on 192.168.2.9:9102. ERR=Host is down
02-Oct 22:10 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Error: Bacula
1.38.11(28Jun06): 02-Oct-2006 22:10:03
  JobId:                  178
  Job:                    MBXBDCB.2006-10-02_21.30.00
  Backup Level:           Full
  Client:                 "MBXBDCB" i686-pc-linux-gnu,redhat,9
  FileSet:                "MBXBDCB-FS" 2006-08-21 23:00:02
  Pool:                   "FullTape"
  Storage:                "LTO-1"
  Scheduled time:         02-Oct-2006 21:30:00
  Start time:             02-Oct-2006 21:30:02
  End time:               02-Oct-2006 22:10:03
  Elapsed time:           40 mins 1 sec
  Priority:               13
  FD Files Written:       0
  SD Files Written:       0
  FD Bytes Written:       0 (0 B)
  SD Bytes Written:       0 (0 B)
  Rate:                   0.0 KB/s
  Software Compression:   None
  Volume name(s):
  Volume Session Id:      4
  Volume Session Time:    1159832414
  Last Volume Bytes:      38,857,830,949 (38.85 GB)
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:
  SD termination status:  Waiting on FD
  Termination:            *** Backup Error ***

My console again:

vr0: watchdog timeout

But my catalog backup was made with success.

03-Oct 03:00 bacula-dir: Start Backup JobId 179, Job=
BackupCatalog.2006-10-03_03.00.00
03-Oct 03:03 bacula-dir: Bacula 1.38.11 (28Jun06): 03-Oct-2006 03:03:00
  JobId:                  179
  Job:                    BackupCatalog.2006-10-03_03.00.00
  Backup Level:           Full
  Client:                 "BACULA" i386-portbld-freebsd6.1,freebsd,
6.1-RELEASE-p3
  FileSet:                "CATALOG-FS" 2006-08-22 05:00:02
  Pool:                   "FullTape"
  Storage:                "LTO-1"
  Scheduled time:         03-Oct-2006 03:00:00
  Start time:             03-Oct-2006 03:00:50
  End time:               03-Oct-2006 03:03:00
  Elapsed time:           2 mins 10 secs
  Priority:               14
  FD Files Written:       7,646
  SD Files Written:       7,646
  FD Bytes Written:       360,432,688 (360.4 MB)
  SD Bytes Written:       361,320,457 (361.3 MB)
  Rate:                   2772.6 KB/s
  Software Compression:   None
  Volume name(s):         FullTape-0004
  Volume Session Id:      5
  Volume Session Time:    1159832414
  Last Volume Bytes:      39,219,629,264 (39.21 GB)
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:  OK
  SD termination status:  OK
  Termination:            Backup OK

I wasnt on that office,  i  note this during the morning because went i was
trying to access that server from the other building with putty, i couldn't
connect at first, them my main say "it's happend again :-("... i call to my
friend there to un-plug and plug the cable and just with that i was able to
connect to that server.

   It looks like this NIC is having problems with the workload hi, i have 2
things here that i can do:

1; Change the cable and try again.
2; Change the NIC and try again.

   What else can i do..?

   But i really hope someone fix this problem, thanks all for your time.

Part of my dmesg output:

Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RELEASE-p10 #5: Mon Oct  2 13:26:52 PDT 2006
    root@bacula.MBX.local:/usr/obj/usr/src/sys/BACULA
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0a14000.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0a14188.
Table 'FACP' at 0x1bff3040
Table 'APIC' at 0x1bff7dc0
MADT: Found table at 0x1bff7dc0
MP Configuration Table version 1.1 found at 0xc00f1400
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
ACPI APIC Table: <KM400  AWRDACPI>
Calibrating clock(s) ... i8254 clock: 1193181 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 1600072446 Hz
CPU: AMD Duron(tm) processor (1600.07-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x681  Stepping = 1

Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
  AMD Features=0xc0400800<SYSCALL,MMX+,3DNow+,3DNow>
Data TLB: 32 entries, fully associative
Instruction TLB: 16 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way
associative
L2 internal cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative
real memory  = 469696512 (447 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c25000 - 0x000000001b7d7fff, 448475136 bytes (109491 pages)
avail memory = 450490368 (429 MB)
bios32: Found BIOS32 Service Directory header at 0xc00fac70
bios32: Entry = 0xfb0f0 (c00fb0f0)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf0000+0xb160
pnpbios: Found PnP BIOS data at 0xc00fbc20
pnpbios: Entry = f0000:bc50  Rev = 1.0
Other BIOS signatures found:
APIC: CPU 0 has ACPI ID 0
MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000
ioapic0: Routing external 8259A's -> intpin 0

Greetings.

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 20:59:56 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F000C16A407
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:59:56 +0000 (UTC) (envelope-from
	SRS0=iO8vsLDg=DQ=asarian-host.net=admin@asarian-host.net)
Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C756B43D5A
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:59:19 +0000 (GMT) (envelope-from
	SRS0=iO8vsLDg=DQ=asarian-host.net=admin@asarian-host.net)
Received: from anonymizer.asarian-host.net (localhost [127.0.0.1])
	(authenticated bits=0)
	by mail.asarian-host.net (8.13.5/8.13.5) with ESMTP id k93KxH34083907
	for <freebsd-questions@freebsd.org>;
	Tue, 3 Oct 2006 22:59:17 +0200 (CEST)
	(envelope-from admin@asarian-host.net)
From: Mark <admin@asarian-host.net>
Received-SPF: pass (asarian-host.net: 127.0.0.1
	is authenticated by a trusted mechanism)
	receiver=anonymizer.asarian-host.net; client-ip=127.0.0.1;
	envelope-from=<admin@asarian-host.net>;
	helo=clientrunner.asarian-host.net;
Message-Id: <200610032059.k93KxGpf083897@asarian-host.net>
Date: Tue, 03 Oct 2006 20:59:17 GMT
X-Authenticated-Sender: admin@asarian-host.net
X-Trace: VM4cbyTdEZKii04sAF+S7WvpiC872T3aXxnJ0u2YdysjcwHie31f8/YJMlrhsexl
X-Complaints-To: abuse@asarian-host.net
X-Abuse-Info: Please be sure to forward a copy of ALL headers,
	otherwise we are unable to process your complaint
Organization: Asarian-host
To: "'FreeBSD-Questions Questions'" <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
In-Reply-To: <6dad5370610031334o1f130b69l5fb50a34f77262f3@mail.gmail.com>
X-Auth: Asarian-host PGP signature
	iQEVAwUARSLPJTFqW1BleBN9AQH4Dgf/Z/SCtlocCaqpMLhvF68pJkV0FayWz4rZ
	oaa5ID2VjQvLtWvvGI11H2R0vqrPQc8nu8gtFtplwfwKrU1JWgNzPgDKvUynrSHj
	b1xKvA0+0KKRkyqkqbjuL9CbPQt7fDlcvfdpSFwWjiKt9qZ3FtpK2Cr/+zMwEEgS
	q6gel10NEwQALyQzWC38585+e07hz4MCt638otXB08A9OycQE8AE3eJ9AdtHgBEm
	hWZc1IfUkOaregXy4pPSqNyU72amO+47Jgoc076ikdGmS16TbgzbeFRUXjMBJ5xd
	LUeBjEVTuW835kcVfoxhMuLi/p2kPESsv53Q1hviroLQpFTpr7mdUQ== =mYDY
Subject: RE: installing perl5.8.5
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 20:59:57 -0000


> -----Original Message-----
> From: owner-freebsd-questions@freebsd.org 
> [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Bawan Karn
> Sent: dinsdag 3 oktober 2006 22:36
> To: freebsd-questions@freebsd.org
> Subject: installing perl5.8.5
> 
> 
> 
> I have installed FreeBSD 4.1.

I hope you mean 4.11; I really do. :) Otherwise, don't even bother with
upgrading Perl.

> I have googled it and found answers to install
> perl, but I am not sure what I am doing wrong. I can't 
> install it. I am
> wrting you the steps which I did:
> 1. Copied perl-5.8.5.tar.gz
> 2. Extracted this file which seems to be extracted on folder 
> "perl-5.8.5
> 3. Now when I am trying       *perl Makefile.PL* it gives me result as
> "Can't open perl script "Makefile.PL": No such file or Directory"
> 4. when i am doing *make install* it gives me result as 
> "make:don't know how to make install. Stop

Assuming you're on 4.11, really, just do:

cd /usr/ports/lang/perl5.8
make
make test
make install

That's all. Maybe add PREFIX=/path-to=new-perl, if you want.

- Mark


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 19:32:13 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A48E516A553
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 19:32:13 +0000 (UTC)
	(envelope-from dead_line@hotmail.com)
Received: from bay0-omc1-s17.bay0.hotmail.com (bay0-omc1-s17.bay0.hotmail.com
	[65.54.246.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A6A441ED
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 19:23:02 +0000 (GMT)
	(envelope-from dead_line@hotmail.com)
Received: from hotmail.com ([65.54.175.24]) by bay0-omc1-s17.bay0.hotmail.com
	with Microsoft SMTPSVC(6.0.3790.1830); 
	Tue, 3 Oct 2006 12:23:02 -0700
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	Tue, 3 Oct 2006 12:23:01 -0700
Message-ID: <BAY104-F14578521200043361C4A379A1C0@phx.gbl>
Received: from 65.54.175.200 by by104fd.bay104.hotmail.msn.com with HTTP;
	Tue, 03 Oct 2006 19:23:00 GMT
X-Originating-IP: [62.150.124.91]
X-Originating-Email: [dead_line@hotmail.com]
X-Sender: dead_line@hotmail.com
In-Reply-To: <20061002195622.6c5b59db.wmoran@collaborativefusion.com>
From: "Marwan Sultan" <dead_line@hotmail.com>
To: wmoran@collaborativefusion.com
Date: Tue, 03 Oct 2006 19:23:00 +0000
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
X-OriginalArrivalTime: 03 Oct 2006 19:23:01.0709 (UTC)
	FILETIME=[57A647D0:01C6E721]
X-Mailman-Approved-At: Tue, 03 Oct 2006 21:46:47 +0000
Cc: on@cs.ait.ac.th, mike@the-ruber-chicken-network.co.uk, howie@thingy.com,
	freebsd@meijome.net, freebsd-questions@freebsd.org
Subject: Re: how to block rj45 sockets.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 19:32:14 -0000

Gurus

Thank you all for your advices, I would go ahead and look for "managed" 
switches :)
Belkin was a mistake,

Thank you again
Marwan



> > >Get real switching hardware to replace those Belkins.  Cisco and other
> > >switches will allow you to enable/disable ports on demand.
> >
> > Do you recommend any good switch product and model number which has port
> > enable.disable
> > feature ? other than cisco, in a good price?
> > Cisco is litl  bit expensive specially im talking about 24 switch each, 
>20
> > ports!!
>
>Don't top-post.
>
>There are a number of vendors who sell "managed" switches.  I don't
>recommend any of them.  I think Cisco is worth the extra money.
>
>However, most manufactures who sell switches have a line of "managed"
>switches.  I don't recommend Dells, but they do exist.  3Com has them --
>just about anyone who's serious about selling networking equipment
>has them.
>
>--
>Bill Moran
>
>MAL: Hell, this job I would pull for free.
>ZOE: Can I have your share?
>MAL: No.
>ZOE: If you die, can I have your share?
>MAL: Yes.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 22:01:03 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 696A116A47C
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 22:01:03 +0000 (UTC) (envelope-from
	SRS0=iO8vsLDg=DQ=asarian-host.net=admin@asarian-host.net)
Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9A34143D46
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 22:01:02 +0000 (GMT) (envelope-from
	SRS0=iO8vsLDg=DQ=asarian-host.net=admin@asarian-host.net)
Received: from anonymizer.asarian-host.net (localhost [127.0.0.1])
	(authenticated bits=0)
	by mail.asarian-host.net (8.13.5/8.13.5) with ESMTP id k93M11MV088144
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 00:01:01 +0200 (CEST)
	(envelope-from admin@asarian-host.net)
From: Mark <admin@asarian-host.net>
Received-SPF: pass (asarian-host.net: 127.0.0.1
	is authenticated by a trusted mechanism)
	receiver=anonymizer.asarian-host.net; client-ip=127.0.0.1;
	envelope-from=<admin@asarian-host.net>;
	helo=clientrunner.asarian-host.net;
Message-Id: <200610032201.k93M0xUF088118@asarian-host.net>
Date: Tue, 03 Oct 2006 22:01:00 GMT
X-Authenticated-Sender: admin@asarian-host.net
X-Trace: qFOw4b8bjk+mQPE5r4KPlLubd22LEemCF0e2Axo9D/rRqhO15+5M9UKn/8F8SJ/S
X-Complaints-To: abuse@asarian-host.net
X-Abuse-Info: Please be sure to forward a copy of ALL headers,
	otherwise we are unable to process your complaint
Organization: Asarian-host
To: "'FreeBSD-Questions Questions'" <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
X-Auth: Asarian-host PGP signature
	iQEVAwUARSLdnTFqW1BleBN9AQHaeAgAjE7qsuH2kNy8dvCTDwfc7iDcX0Of/qmF
	9mOm5wYZhTPzTuX97tig8vuFORUYzczP17e2j63W1vEtau8e0q0TBGAO4Mcwuzy5
	rOr+TW8auSjHCQv8lK7g77wm+an8oqnHlVlJpVoFGDwlDq1L2djE1zj6o1BblaZ9
	oxeM7Lsdtb7Iy1NQBTQgjQk7lB+5B496b0om8trkuSpjBPAEB68LxrMNzgZjshwF
	Gus05+kwlSQAY8hQQ2hOdVeP2byXm3ah4Ubc5GN88VPKEMbe7oLJ9Ilai6XpZiDa
	hqFwsyB3BKvmc0lH5yW0Kd2nmqf1Pf3GMNZzMQmJ6kKwm/tSMwACpw== =6hKp
Subject: ZendOptimizer and libm.so.2?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 22:01:03 -0000


Hello,

Is there a particular reason ZendOptimizer
(/usr/ports/devel/ZendOptimizer) for PHP 4.4.4 requires FreeBSD 5.x or
higher? Near as I can tell, only reason it wouldn't run really, is because
of the absence of libm.so.3. But I resolved to be bold, and made a symlink
for libm.so.3 to libm.so.2, and now my new ZendOptimizer works just
flawlessly.

I hope someone can shed some light on this.

Thanks,

- Mark


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 22:14:33 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EBD1C16A40F
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 22:14:33 +0000 (UTC) (envelope-from
	SRS0=iO8vsLDg=DQ=asarian-host.net=admin@asarian-host.net)
Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E7B2843D55
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 22:14:32 +0000 (GMT) (envelope-from
	SRS0=iO8vsLDg=DQ=asarian-host.net=admin@asarian-host.net)
Received: from anonymizer.asarian-host.net (localhost [127.0.0.1])
	(authenticated bits=0)
	by mail.asarian-host.net (8.13.5/8.13.5) with ESMTP id k93MEV2w088635
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 00:14:31 +0200 (CEST)
	(envelope-from admin@asarian-host.net)
From: Mark <admin@asarian-host.net>
Received-SPF: pass (asarian-host.net: 127.0.0.1
	is authenticated by a trusted mechanism)
	receiver=anonymizer.asarian-host.net; client-ip=127.0.0.1;
	envelope-from=<admin@asarian-host.net>;
	helo=clientrunner.asarian-host.net;
Message-Id: <200610032214.k93MEUrL088625@asarian-host.net>
Date: Tue, 03 Oct 2006 22:14:31 GMT
X-Authenticated-Sender: admin@asarian-host.net
X-Trace: dBNO1CpemH+pJbc++ychxpwKUXKyKo1Hrn+lDEl/WPNOUzKvYaHu3INhhtNyGClD
X-Complaints-To: abuse@asarian-host.net
X-Abuse-Info: Please be sure to forward a copy of ALL headers,
	otherwise we are unable to process your complaint
Organization: Asarian-host
To: "'FreeBSD-Questions Questions'" <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
In-Reply-To: <200610032201.k93M1wHh088204@asarian-host.net>
X-Auth: Asarian-host PGP signature
	iQEVAwUARSLgxzFqW1BleBN9AQHphAgAiXOsuZHM3VGSwve5SeQWOhK1o/PwG64n
	bXvmGVqPN/KCy/YlUaLRAyw1u1E+rYgea7edag26s5BFppY0lrP+TpDV3KMzP9KY
	I7p2sO+pXk2yCvKQYD5iFkmBlBWYoMAALGDoRPY1ZXUlZ9lC6QwuOpGWoxch7/Yw
	zvwB6TjFHPoY19ipfS2bXL+UuOb52S84mGdpk+TgWTp9E57k67+dXjI2XNTM9Qd5
	0ukx/izQxIPqyK43lAM7XGjWX/MD5jicaxhKrmAqhSQPODn6CKrfAvb+NmpN/hO7
	dQZuaD/xmdoU2Z2jLzl8J06sq5qoFTN7BGfqGhFrRE/dr9CDUa3s7A== =/TR3
Subject: RE: ZendOptimizer and libm.so.2?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 22:14:34 -0000


I wrote:

> Subject: ZendOptimizer and libm.so.2?
> 
> 
> Hello,
>
> Is there a particular reason ZendOptimizer
> (/usr/ports/devel/ZendOptimizer) for PHP 4.4.4 requires FreeBSD 5.x or
> higher? Near as I can tell, only reason it wouldn't run
> really, is because of the absence of libm.so.3. But I resolved to be bold,
> and made a symlink for libm.so.3 to libm.so.2, and now my new
ZendOptimizer
> works just flawlessly.

I did some more research:

http://www.hostlibrary.com/SetupaFreeBSDproductionWebServerrerytretret.html

It says:

"On FreeBSD 5.4 you might get an error when installing Zend Optimizer:
/usr/libexec/ld-elf.so.1: Shared object "libm.so.2" not found, required by
"php"

To fix the problem and go on with installation just create a symbolic link:

#ln -s /lib/libm.so.3 /lib/libm.so.2

then continue with Zend installation."

Which leads me to believe I'm correct in thinking Zend Optimizer really
just needs libm.so.2, right?

- Mark


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 22:18:45 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EB3A916A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 22:18:45 +0000 (UTC)
	(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 9508E43D72
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 22:18:45 +0000 (GMT)
	(envelope-from dan@dan.emsphone.com)
Received: (from dan@localhost)
	by dan.emsphone.com (8.13.6/8.13.6) id k93MIYA1001163;
	Tue, 3 Oct 2006 17:18:34 -0500 (CDT) (envelope-from dan)
Date: Tue, 3 Oct 2006 17:18:33 -0500
From: Dan Nelson <dnelson@allantgroup.com>
To: Mark <admin@asarian-host.net>
Message-ID: <20061003221833.GC54791@dan.emsphone.com>
References: <200610032201.k93M1wHh088204@asarian-host.net>
	<200610032214.k93MEUrL088625@asarian-host.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200610032214.k93MEUrL088625@asarian-host.net>
X-OS: FreeBSD 6.1-STABLE
X-message-flag: Outlook Error
User-Agent: Mutt/1.5.13 (2006-08-11)
Cc: 'FreeBSD-Questions Questions' <freebsd-questions@freebsd.org>
Subject: Re: ZendOptimizer and libm.so.2?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 22:18:46 -0000

In the last episode (Oct 03), Mark said:
> > Is there a particular reason ZendOptimizer
> > (/usr/ports/devel/ZendOptimizer) for PHP 4.4.4 requires FreeBSD 5.x
> > or higher? Near as I can tell, only reason it wouldn't run really,
> > is because of the absence of libm.so.3. But I resolved to be bold,
> > and made a symlink for libm.so.3 to libm.so.2, and now my new
> > ZendOptimizer works just flawlessly.
> 
> I did some more research:
> 
> http://www.hostlibrary.com/SetupaFreeBSDproductionWebServerrerytretret.html
> 
> It says:
> 
> "On FreeBSD 5.4 you might get an error when installing Zend Optimizer:
> /usr/libexec/ld-elf.so.1: Shared object "libm.so.2" not found, required by
> "php"
> 
> To fix the problem and go on with installation just create a symbolic link:
> 
> #ln -s /lib/libm.so.3 /lib/libm.so.2
> 
> then continue with Zend installation."
> 
> Which leads me to believe I'm correct in thinking Zend Optimizer really
> just needs libm.so.2, right?

You're better off installing the misc/compat4x port to get libm.so.2 .

-- 
	Dan Nelson
	dnelson@allantgroup.com

From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 22:22:40 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E8EBD16A40F
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 22:22:40 +0000 (UTC) (envelope-from
	SRS0=iO8vsLDg=DQ=asarian-host.net=admin@asarian-host.net)
Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C19AF43D7D
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 22:22:29 +0000 (GMT) (envelope-from
	SRS0=iO8vsLDg=DQ=asarian-host.net=admin@asarian-host.net)
Received: from anonymizer.asarian-host.net (localhost [127.0.0.1])
	(authenticated bits=0)
	by mail.asarian-host.net (8.13.5/8.13.5) with ESMTP id k93MMSGr088873
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 00:22:28 +0200 (CEST)
	(envelope-from admin@asarian-host.net)
From: Mark <admin@asarian-host.net>
Received-SPF: pass (asarian-host.net: 127.0.0.1
	is authenticated by a trusted mechanism)
	receiver=anonymizer.asarian-host.net; client-ip=127.0.0.1;
	envelope-from=<admin@asarian-host.net>;
	helo=clientrunner.asarian-host.net;
Message-Id: <200610032222.k93MMRJa088861@asarian-host.net>
Date: Tue, 03 Oct 2006 22:22:28 GMT
X-Authenticated-Sender: admin@asarian-host.net
X-Trace: 7fuHbryNhSIf7bpcr+vNLt+lKHZPowvHM4UpO85AAYLQtZUsb+7IHwpiionu/OUn
X-Complaints-To: abuse@asarian-host.net
X-Abuse-Info: Please be sure to forward a copy of ALL headers,
	otherwise we are unable to process your complaint
Organization: Asarian-host
To: "'Dan Nelson'" <dnelson@allantgroup.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
In-Reply-To: <20061003221833.GC54791@dan.emsphone.com>
X-Auth: Asarian-host PGP signature
	iQEVAwUARSLipDFqW1BleBN9AQE6+gf/WSfxgPNYbZc+EHk11OIA/V7G61kN96CV
	2+PIh4RDiV/JJfo08gESe2YCvs7gurtvrrtvO/7EDVQTCqRelD2HF0sSH0hqfaSN
	FEhCo9zY3otVxC7g4DEmfG4FwD93PZAXpWqTTDHSA9pknvToZ51VexZMqqFq3TpV
	U+8E6HCDh/sXqNQiKQLFOLHvV2tg7S6lrDToXB4J7jbtavRAwaov84m1bVI22XKs
	0y5PH0HMylIH5BHCnRWbQglWQIVZVurZTnxpvBcXm7pP8eEgdQWCnG10zeSXz6jY
	/veXnMUzshQgfeQPL2tGkM3uSbympDOzPZjwcSmXie8ryQ3Oqp04zg== =nNDq
Cc: 'FreeBSD-Questions Questions' <freebsd-questions@freebsd.org>
Subject: RE: ZendOptimizer and libm.so.2?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 22:22:41 -0000


> -----Original Message-----
> From: Dan Nelson [mailto:dnelson@allantgroup.com] 
> Sent: woensdag 4 oktober 2006 0:19
> To: Mark
> Cc: 'FreeBSD-Questions Questions'
> Subject: Re: ZendOptimizer and libm.so.2?
> 
> 
> > Which leads me to believe I'm correct in thinking Zend 
> > Optimizer really just needs libm.so.2, right?
> 
> You're better off installing the misc/compat4x port to get libm.so.2 .

No, I *have* libm.so.2 (FreeBSD 4.11); The port for Zend Optimizer
said it needed libm.so.3, but from what I read, I really think libm.so.2
suffices.

- Mark


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 22:26:08 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CCA0F16A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 22:26:08 +0000 (UTC) (envelope-from danger@rulez.sk)
Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5C19B43D77
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 22:26:08 +0000 (GMT) (envelope-from danger@rulez.sk)
Received: from localhost (localhost [127.0.0.1])
	by virtual.micronet.sk (Postfix) with ESMTP id 28E8210E5F5;
	Wed,  4 Oct 2006 00:25:35 +0200 (CEST)
X-Virus-Scanned: by amavisd-new at virtual.micronet.sk
Received: from virtual.micronet.sk ([127.0.0.1])
	by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 73SzP4RBYOmv; Wed,  4 Oct 2006 00:25:33 +0200 (CEST)
Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254])
	by virtual.micronet.sk (Postfix) with ESMTP id 98B1610E5D7;
	Wed,  4 Oct 2006 00:25:33 +0200 (CEST)
Date: Wed, 4 Oct 2006 00:25:56 +0200
From: Daniel Gerzo <danger@rulez.sk>
X-Priority: 3 (Normal)
Message-ID: <571316193.20061004002556@rulez.sk>
To: Mark <admin@asarian-host.net>
In-Reply-To: <200610032222.k93MMRJa088861@asarian-host.net>
References: <20061003221833.GC54791@dan.emsphone.com>
	<200610032222.k93MMRJa088861@asarian-host.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Cc: 'Dan Nelson' <dnelson@allantgroup.com>,
	'FreeBSD-Questions Questions' <freebsd-questions@freebsd.org>
Subject: Re[2]: ZendOptimizer and libm.so.2?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Daniel Gerzo <danger@rulez.sk>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 22:26:08 -0000

Hello Mark,

Wednesday, October 4, 2006, 12:22:28 AM, you wrote:

>> > Which leads me to believe I'm correct in thinking Zend 
>> > Optimizer really just needs libm.so.2, right?
>> 
>> You're better off installing the misc/compat4x port to get libm.so.2 .

> No, I *have* libm.so.2 (FreeBSD 4.11); The port for Zend Optimizer

You should be better with not having such an ancient system :-)

And now seriously, its End Of Life (i.e. support from security team)
is sheduled on January 31th 2007.

> said it needed libm.so.3, but from what I read, I really think libm.so.2
> suffices.

> - Mark

-- 
Best regards,
 Daniel                            mailto:danger@rulez.sk


From owner-freebsd-questions@FreeBSD.ORG  Tue Oct  3 22:42:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6169216A403
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 22:42:36 +0000 (UTC) (envelope-from
	SRS0=iO8vsLDg=DQ=asarian-host.net=admin@asarian-host.net)
Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2FFCC43D49
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 22:42:34 +0000 (GMT) (envelope-from
	SRS0=iO8vsLDg=DQ=asarian-host.net=admin@asarian-host.net)
Received: from anonymizer.asarian-host.net (localhost [127.0.0.1])
	(authenticated bits=0)
	by mail.asarian-host.net (8.13.5/8.13.5) with ESMTP id k93MgXTs089822
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 00:42:34 +0200 (CEST)
	(envelope-from admin@asarian-host.net)
From: Mark <admin@asarian-host.net>
Received-SPF: pass (asarian-host.net: 127.0.0.1
	is authenticated by a trusted mechanism)
	receiver=anonymizer.asarian-host.net; client-ip=127.0.0.1;
	envelope-from=<admin@asarian-host.net>;
	helo=clientrunner.asarian-host.net;
Message-Id: <200610032242.k93MgWm7089806@asarian-host.net>
Date: Tue, 03 Oct 2006 22:42:33 GMT
X-Authenticated-Sender: admin@asarian-host.net
X-Trace: krfV4JkKPBxmHqjiIWCiX/o4BCzuDLnH3hTnYcR7CKr8yBFKJUUK4JNBAWG1tP8p
X-Complaints-To: abuse@asarian-host.net
X-Abuse-Info: Please be sure to forward a copy of ALL headers,
	otherwise we are unable to process your complaint
Organization: Asarian-host
To: "'Daniel Gerzo'" <danger@rulez.sk>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
In-Reply-To: <571316193.20061004002556@rulez.sk>
X-Auth: Asarian-host PGP signature
	iQEVAwUARSLnWTFqW1BleBN9AQHR8Af/aUb4B7PneKb6xerx/F2KprYdKQNfc4zN
	v+WtjbglIJMq1iWjtFk/NaBIEcqAHMwcy0JG/KiSGQcMHjxtV3ADPc7IH8vOi/+S
	qEnjbdBRvMe5dO2YGZBXjJOo674OHRjwZu5Y5UnNzHOYER+zFcvFUIEj6CrQMcL3
	K4+jiPQbFhp6jqPMyLpV6peKLJ5Eli5O9dNGfmdC4D4eejjQhAOvmlzL0um+m+xp
	4alBdYFPBuCwCe6PT8wLUR+/Mvi8IIGVdHrD3PgWAA96R/k0g9zXy+nXWfHDGYq6
	mBxS+7tDC0nwtB28XiPmrKZTSgyGxfOKvPvCRWhlMkqSvYXb5FRqvA== =wGj3
Cc: 'Dan Nelson' <dnelson@allantgroup.com>,
	'FreeBSD-Questions Questions' <freebsd-questions@freebsd.org>
Subject: RE: Re[2]: ZendOptimizer and libm.so.2?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2006 22:42:36 -0000


> -----Original Message-----
> From: Daniel Gerzo [mailto:danger@rulez.sk]
> Sent: woensdag 4 oktober 2006 0:27
> To: Mark
> Cc: 'Dan Nelson'; 'FreeBSD-Questions Questions'
> Subject: Re[2]: ZendOptimizer and libm.so.2?
>
>
>
> Hello Mark,
>
> Wednesday, October 4, 2006, 12:22:28 AM, you wrote:
>
> >> > Which leads me to believe I'm correct in thinking Zend
> >> > Optimizer really just needs libm.so.2, right?
> >>
> >> You're better off installing the misc/compat4x port to get
> >> libm.so.2 .
>
> > No, I *have* libm.so.2 (FreeBSD 4.11); The port for Zend
> > Optimizer
>
> You should be better with not having such an ancient system :-)

I still happen to think 4.11 is the most stable FreeBSD ever made. :)

I took the advice, though, but in reverse: I installed misc/compat5x
(after a bit of tweaking). And now I have a bonafide libm.so.3, in
/usr/local/lib/compat/libm.so.3. I'm probably not gonna win any beauty
contests with it, but this libm.so.3 is the real deal, at least.

- Mark


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 00:05:26 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5BF0016A416
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 00:05:26 +0000 (UTC) (envelope-from stanb@panix.com)
Received: from mail1.panix.com (mail1.panix.com [166.84.1.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BE29143D60
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 00:05:24 +0000 (GMT) (envelope-from stanb@panix.com)
Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79])
	by mail1.panix.com (Postfix) with ESMTP id 0E1E8588A0
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:05:24 -0400 (EDT)
Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net
	[68.58.232.106])
	by mailspool2.panix.com (Postfix) with ESMTP id E687D908C02
	for <freebsd-questions@freebsd.org>;
	Tue,  3 Oct 2006 20:05:23 -0400 (EDT)
Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian))
	id 1GUuGJ-0001NB-00
	for <freebsd-questions@freebsd.org>; Tue, 03 Oct 2006 20:05:23 -0400
Date: Tue, 3 Oct 2006 20:05:23 -0400
From: stan <stanb@panix.com>
To: Free BSD Questions list <freebsd-questions@freebsd.org>
Message-ID: <20061004000523.GA5229@teddy.fas.com>
Mail-Followup-To: Free BSD Questions list <freebsd-questions@freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Editor: gVim
X-Operating-System: Debian GNU/Linux
X-Kernel-Version: 2.4.23
X-Uptime: 20:02:43 up 169 days, 21:05, 1 user, load average: 0.03, 0.03, 0.00
User-Agent: Mutt/1.5.4i
Sender: Stan Brown <stanb@panix.com>
Subject: Strange cron behavior
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 00:05:26 -0000

I'm having a hard time getting cron to run a task. I've run crontab -e
(as root), and added the following line:

12 * * * * /usr/local/bin/mirror_ubuntu

This script runs from teh command line. Now I've seen plenty of
strange beahviour because of the limited environment cron tasks
get, but a basic "echo "test" >> /tmp/stan isn't even creating
the file.

Sugestions?

-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 00:36:30 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 87C4116A412
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 00:36:30 +0000 (UTC)
	(envelope-from freebsd.ph@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F076643D46
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 00:36:29 +0000 (GMT)
	(envelope-from freebsd.ph@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so3056779pye
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 17:36:29 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
	b=MY9Cwf8dCZUKQJkC8+LcMx4MbOAph9VMogOaEpUdtvo1mEwfbC3rm7VzkKOw9ZQsN9j1viJ/BpNTIaJ/MN7N7bS4y5fd2f7E1dqIrWxLxlXbZbZ2Tqre8BOMuISOB/FdgSKqt27kF8jPSZch4NfqGar9Ui1SZV2DSGGndWW3ZSk=
Received: by 10.65.234.3 with SMTP id l3mr10174099qbr;
	Tue, 03 Oct 2006 17:36:29 -0700 (PDT)
Received: by 10.65.103.5 with HTTP; Tue, 3 Oct 2006 17:36:29 -0700 (PDT)
Message-ID: <a25afc300610031736s30614762p4777437ff82e92ad@mail.gmail.com>
Date: Wed, 4 Oct 2006 08:36:29 +0800
From: "jan gestre" <freebsd.ph@gmail.com>
To: "Ivan Levchenko" <levchenko.i@gmail.com>, 
	"freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
In-Reply-To: <e39dd5bb0610030022y1658b517n4c9c8e56db92b2cd@mail.gmail.com>
MIME-Version: 1.0
References: <a25afc300610021749h500dc4acv4c9b958859cda7cc@mail.gmail.com>
	<e39dd5bb0610030022y1658b517n4c9c8e56db92b2cd@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Re: scripting question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 00:36:30 -0000

On 10/3/06, Ivan Levchenko <levchenko.i@gmail.com> wrote:
>
> Remove the word root from the crontab entry. The user should be
> specified only in the system crontab.


thanks ivan,  but the solution i made was i put in the
/usr/local/etc/periodic/daily directory, it is now working :D


On 10/3/06, jan gestre <freebsd.ph@gmail.com> wrote:
> > i made a script and put on root's crontab, however it's not doing or
> showing
> > the output that is forwarded to my email address correctly therefore i'm
> not
> > sure if it is working or not. below is what the script look like:
> >
> > #----------------
> > # cvsrun - Weekly CVSup Run
> >
> > echo "Subject: `hostname` weekly cvsup run"
> > /usr/local/bin/cvsup -g -L 2 /root/ports-supfile
> > echo ""
> > /usr/local/bin/portmanager -s | grep OLD
> > echo ""
> > echo "cvsrun done."
> >
> > #----------------
> >
> > i would like the output of this command
> >
> > /usr/local/bin/portmanager -s | grep OLD
> >
> > to show in my mail where i forwarded it. below is the cronjob.
> >
> > 30 8 * * * root /usr/local/bin/cvsrun | mail -s "Daily cvsup run and
> > portmanager" user1
> >
> > can someone help me to correct this script, to show the output that i
> want.
> >
> > TIA
> > _______________________________________________
> > 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"
> >
>
>
> --
> Best Regards,
>
> Ivan Levchenko
> levchenko.i@gmail.com
>

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 00:40:08 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4AEA916A47C
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 00:40:08 +0000 (UTC) (envelope-from admin@hdk5.com)
Received: from mail.alohahosting.net (mail.alohahosting.net [64.75.245.6])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6C11D43D49
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 00:40:05 +0000 (GMT) (envelope-from admin@hdk5.com)
Received: from [192.168.1.35] by alohahosting.net (MDaemon.PRO.v8.0.2.R)
	with ESMTP id md50000293028.msg
	for <freebsd-questions@freebsd.org>; Tue, 03 Oct 2006 14:55:01 -1000
Message-ID: <452302CD.7040908@hdk5.com>
Date: Tue, 03 Oct 2006 14:39:41 -1000
From: "admin@hdk5.com" <admin@hdk5.com>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050108
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: freebsd-questions@freebsd.org,  admin@hdk5.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Authenticated-Sender: admin@hdk5.com
X-Spam-Processed: mail.alohahosting.net, Tue, 03 Oct 2006 14:55:01 -1000
	(not processed: message from valid local sender)
X-MDRemoteIP: 66.180.149.18
X-Return-Path: admin@hdk5.com
X-MDaemon-Deliver-To: freebsd-questions@freebsd.org
X-MDAV-Processed: mail.alohahosting.net, Tue, 03 Oct 2006 14:55:02 -1000
Cc: 
Subject: mail server rejects local and virtual clients
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: admin@hdk5.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 00:40:08 -0000

Aloha,

Using help from this list and Greg Lehey's book I have built a FreeBSD 
6.2 server for a mail server and Installed Postfix from ports and tested 
it OK.
I can see mail on the server in the expected box by telnet.  I installed 
pop3 to capture the mail on another  FreeBSD 4.11  box on another 
network using  firebird just like a client would over the internet.
The passwords are in the /etc.passwd for local users.

Errors:
 >
Sending of password did not succeed. Mail server mail.internetohana.net  
resopnded: Password supplied for alp@internetohana.org  is incorrect.
 >

>
on the box istelf i get:

telnet localhost  110 
Connected to localhost.internetohana.org. 
OK
>
> 
>From the client command line on another network I get this using the servers name:

telnet mail.internetohana.org
Trying ....(etc) 
OK Qpopper.
>
telnet mail.hawaiidakine.com 110
mail.hawaiidakine.com 110: No address associated with hostname.  
>
This is a virtual host under /usr/local/etc/postfix/virtual

hawaiidakine.com        anything
info@hawaiidakine.com	hdkmail


The alp mail is a local usr for testing and hdkmail is the local user for hawaiidakine.com the virtual domain.

Mozilla is the email reader I set up for fetching the info@hawaiidakine.com mail stored in the hdkmail box.
I maybe have faulty postfix settings.

Anybody know of a how to to set these virtual hosts up to respond properly? I have all of them in the local host under  /var/mail 

Thanks.

Al Plant - Honolulu, Hawaii

- Admin -- http://hawaiidakine.com -- http://hdk5.com -- 
-- http://internetohana.org -- http://freeBSDinfo.org --
 + Supporting open source computing - FreeBSD 6.* +



From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 00:51:52 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9A5C416A494
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 00:51:52 +0000 (UTC)
	(envelope-from freebsd.ph@gmail.com)
Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 026C843D46
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 00:51:51 +0000 (GMT)
	(envelope-from freebsd.ph@gmail.com)
Received: by nz-out-0102.google.com with SMTP id 13so561nzn
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 17:51:51 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=mK48C7E2poMJejYHVcw6V0cogAuSKZPVXXSwL/8buJiHYJ1Cesq0SlDUXmn96K2u0Mpu8xDKGs3MGunxfChb8ztzSrI7FJZa3S59G62SJZ/qQf6b7r2HdRhONtEPDnm6micK/w2wOwX7X4yjZ5rOe81cJ7xQFRVY7DN22iJubkw=
Received: by 10.65.239.13 with SMTP id q13mr20255qbr;
	Tue, 03 Oct 2006 17:41:18 -0700 (PDT)
Received: by 10.65.103.5 with HTTP; Tue, 3 Oct 2006 17:41:18 -0700 (PDT)
Message-ID: <a25afc300610031741q109aeeeenb0c8179cdecc4474@mail.gmail.com>
Date: Wed, 4 Oct 2006 08:41:18 +0800
From: "jan gestre" <freebsd.ph@gmail.com>
To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: upgrading amavisd-new port fails
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 00:51:52 -0000

hi guys,


i tried upgrading the amavisd-new port via portmanager and portupgrade, both
methods failed, i had a similar problem before but i forgot how did i fix it
:(  is there a problem with the amavisd-new port?

TIA

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 00:55:16 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B6B8216A47B
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 00:55:16 +0000 (UTC)
	(envelope-from perikillo@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ABA0543D6D
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 00:55:03 +0000 (GMT)
	(envelope-from perikillo@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so1733wxd
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 17:55:03 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
	b=k22/UCm+b3JuKuOHefW5mZ4OWKkAVfczfjJY8dFHpLi1OdT+JNc/cIBnn6EPXl69PpTyURnPCXtTPB400XukMtkHPbW8zyo8zdLR9CFgHEGTYv11m1UAfSAFbMhErcdluUVjeeSu8HzlDovw53PrVTESpivjXlggJPUnu+N6xmk=
Received: by 10.90.25.3 with SMTP id 3mr4943agy;
	Tue, 03 Oct 2006 17:55:02 -0700 (PDT)
Received: by 10.90.70.18 with HTTP; Tue, 3 Oct 2006 17:55:02 -0700 (PDT)
Message-ID: <51d7a5160610031755m643de45dk48b2c4d26d3f511a@mail.gmail.com>
Date: Tue, 3 Oct 2006 17:55:02 -0700
From: perikillo <perikillo@gmail.com>
To: "FreeBSD Mailing List" <freebsd-questions@freebsd.org>
In-Reply-To: <51d7a5160610031351h62e33f42kbbdd7e4001c9342d@mail.gmail.com>
MIME-Version: 1.0
References: <51d7a5160610031351h62e33f42kbbdd7e4001c9342d@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 00:55:16 -0000

On 10/3/06, perikillo <perikillo@gmail.com> wrote:
>
>   Hi people i have read a some mails about this problem, it looks like all
> was running some 5.X branch, i have been using FreeBSD 6.1 some months
> ago,  yesterday i make the buildworld process, right now i have my box with
> FreeBSD6.1-p10.
>
>   This box runs bacula server with this NIC:
>
> vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xe400-0xe4ff mem
> 0xee022000-0xee0220ff at device 18.0 on pci0
> vr0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xe400
> miibus0: <MII bus> on vr0
> vr0: bpf attached
> vr0: Ethernet address: 00:01:6c:2c:09:90
> vr0: [MPSAFE]
>
>   This NIC is integrated with the motherboard, i used this box with
> freebsd 5.4-pX almost 1 year running bacula 1.38.5 without a problem.
>
>   1 full backup take almost 140Gb of data.
>
> Last week i lost 1 job Full Backup from one of my biggest servers running
> RH9 aprox 80Gb off data, bacula just backup 35Gb and mark the job ->Error
>
> 26-Sep 00:28 bacula-dir: MBXBDCB.2006-09-25_21.30.00 Fatal error: Network
> error with FD during Backup: ERR=Operation timed out
> 26-Sep 00:28 bacula-dir: MBXBDCB.2006-09-25_21.30.00 Fatal error: No Job
> status returned from FD.
> 26-Sep 00:28 bacula-dir: MBXBDCB.2006-09-25_21.30.00 Error: Bacula 1.38.11(28Jun06): 26-Sep-2006 00:28:48
>
> FD termination status:  Error
> SD termination status:  Error
> Termination:            *** Backup Error ***
>
>   I have no problem with the client, is running our ERP software and no
> comment here.
>
> In my freebsd console appear this:
>
> vr0: watchdog timeout
>
>   I reset the server, and all the Differential backups has been working
> good, i do the buildworld yesterday and let my bacula server ready to do a
> full backup for all my clients and whops...
>
> I lost 2 clients jobs:
>
> Client 1:
>
> 02-Oct 18:30 bacula-dir: Start Backup JobId 176, Job=
> PDC.2006-10-02_18.30.00
> 02-Oct 20:40 bacula-dir: PDC.2006-10-02_18.30.00 Fatal error: Network
> error with FD during Backup: ERR=Operation timed out
> 02-Oct 20:40 bacula-dir: PDC.2006-10-02_18.30.00 Fatal error: No Job
> status returned from FD.
> 02-Oct 20:40 bacula-dir: PDC.2006-10-02_18.30.00 Error: Bacula 1.38.11(28Jun06): 02-Oct-2006 20:40:11
>   JobId:                  176
>   Job:                    PDC.2006-10-02_18.30.00
>   Backup Level:           Full
>   Client:                   "PDC" Windows NT 4.0,MVS,NT 4.0.1381
>   FileSet:                "PDC-FS" 2006-08-21 18:04:12
>   Pool:                   "FullTape"
>   Storage:                "LTO-1"
>   Scheduled time:         02-Oct-2006 18:30:00
>   Start time:             02-Oct-2006 18:30:06
>   End time:               02-Oct-2006 20:40:11
>   Elapsed time:           2 hours 10 mins 5 secs
>   Priority:               11
>   FD Files Written:       0
>   SD Files Written:       0
>   FD Bytes Written:       0 (0 B)
>   SD Bytes Written:       0 (0 B)
>   Rate:                   0.0 KB/s
>   Software Compression:   None
>   Volume name(s):         FullTape-0004
>   Volume Session Id:      2
>   Volume Session Time:    1159832414
>   Last Volume Bytes:      38,857,830,949 ( 38.85 GB)
>   Non-fatal FD errors:    0
>   SD Errors:              0
>   FD termination status:  Error
>   SD termination status:  Error
>   Termination:            *** Backup Error ***
>
> Client 2
>
> 02-Oct 21:30 bacula-dir: Start Backup JobId 178, Job=
> MBXBDCB.2006-10-02_21.30.00
> 02-Oct 21:31 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Warning: bnet.c:853
> Could not connect to File daemon on 192.168.2.9:9102. ERR=Host is down
> Retrying ...
> 02-Oct 21:37 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Warning: bnet.c:853
> Could not connect to File daemon on 192.168.2.9:9102. ERR=Host is down
> Retrying ...
> 02-Oct 21:44 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Warning: bnet.c:853
> Could not connect to File daemon on 192.168.2.9:9102. ERR=Host is down
> Retrying ...
> 02-Oct 21:51 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Warning: bnet.c:853
> Could not connect to File daemon on 192.168.2.9:9102. ERR=Host is down
> Retrying ...
> 02-Oct 21:58 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Warning: bnet.c:853
> Could not connect to File daemon on 192.168.2.9:9102. ERR=Host is down
> Retrying ...
> 02-Oct 22:04 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Warning: bnet.c:853
> Could not connect to File daemon on 192.168.2.9:9102. ERR=Host is down
> Retrying ...
> 02-Oct 22:10 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Fatal error: bnet.c:859
> Unable to connect to File daemon on 192.168.2.9:9102 . ERR=Host is down
> 02-Oct 22:10 bacula-dir: MBXBDCB.2006-10-02_21.30.00 Error: Bacula 1.38.11(28Jun06): 02-Oct-2006 22:10:03
>   JobId:                  178
>   Job:                    MBXBDCB.2006-10-02_21.30.00
>   Backup Level:           Full
>   Client:                 "MBXBDCB" i686-pc-linux-gnu,redhat,9
>   FileSet:                "MBXBDCB-FS" 2006-08-21 23:00:02
>   Pool:                   "FullTape"
>   Storage:                "LTO-1"
>   Scheduled time:         02-Oct-2006 21:30:00
>   Start time:             02-Oct-2006 21:30:02
>   End time:               02-Oct-2006 22:10:03
>   Elapsed time:           40 mins 1 sec
>   Priority:               13
>   FD Files Written:       0
>   SD Files Written:       0
>   FD Bytes Written:       0 (0 B)
>   SD Bytes Written:       0 (0 B)
>   Rate:                   0.0 KB/s
>   Software Compression:   None
>   Volume name(s):
>   Volume Session Id:      4
>   Volume Session Time:    1159832414
>   Last Volume Bytes:      38,857,830,949 (38.85 GB)
>   Non-fatal FD errors:    0
>   SD Errors:              0
>   FD termination status:
>   SD termination status:  Waiting on FD
>   Termination:            *** Backup Error ***
>
> My console again:
>
> vr0: watchdog timeout
>
> But my catalog backup was made with success.
>
> 03-Oct 03:00 bacula-dir: Start Backup JobId 179, Job=
> BackupCatalog.2006-10-03_03.00.00
> 03-Oct 03:03 bacula-dir: Bacula 1.38.11 (28Jun06): 03-Oct-2006 03:03:00
>   JobId:                  179
>   Job:                    BackupCatalog.2006-10-03_03.00.00
>   Backup Level:           Full
>   Client:                 "BACULA" i386-portbld-freebsd6.1,freebsd,
> 6.1-RELEASE-p3
>   FileSet:                "CATALOG-FS" 2006-08-22 05:00:02
>   Pool:                   "FullTape"
>   Storage:                "LTO-1"
>   Scheduled time:         03-Oct-2006 03:00:00
>   Start time:             03-Oct-2006 03:00:50
>   End time:               03-Oct-2006 03:03:00
>   Elapsed time:           2 mins 10 secs
>   Priority:               14
>   FD Files Written:       7,646
>   SD Files Written:       7,646
>   FD Bytes Written:       360,432,688 (360.4 MB)
>   SD Bytes Written:       361,320,457 (361.3 MB)
>   Rate:                   2772.6 KB/s
>   Software Compression:   None
>   Volume name(s):         FullTape-0004
>   Volume Session Id:      5
>   Volume Session Time:    1159832414
>   Last Volume Bytes:      39,219,629,264 (39.21 GB)
>   Non-fatal FD errors:    0
>   SD Errors:              0
>   FD termination status:  OK
>   SD termination status:  OK
>   Termination:            Backup OK
>
> I wasnt on that office,  i  note this during the morning because went i
> was trying to access that server from the other building with putty, i
> couldn't connect at first, them my main say "it's happend again :-("... i
> call to my friend there to un-plug and plug the cable and just with that i
> was able to connect to that server.
>
>    It looks like this NIC is having problems with the workload hi, i have
> 2 things here that i can do:
>
> 1; Change the cable and try again.
> 2; Change the NIC and try again.
>
>    What else can i do..?
>
>    But i really hope someone fix this problem, thanks all for your time.
>
> Part of my dmesg output:
>
> Copyright (c) 1992-2006 The FreeBSD Project.
> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
>         The Regents of the University of California. All rights reserved.
> FreeBSD 6.1-RELEASE-p10 #5: Mon Oct  2 13:26:52 PDT 2006
>     root@bacula.MBX.local:/usr/obj/usr/src/sys/BACULA
> Preloaded elf kernel "/boot/kernel/kernel" at 0xc0a14000.
> Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0a14188.
> Table 'FACP' at 0x1bff3040
> Table 'APIC' at 0x1bff7dc0
> MADT: Found table at 0x1bff7dc0
> MP Configuration Table version 1.1 found at 0xc00f1400
> APIC: Using the MADT enumerator.
> MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
> ACPI APIC Table: <KM400  AWRDACPI>
> Calibrating clock(s) ... i8254 clock: 1193181 Hz
> CLK_USE_I8254_CALIBRATION not specified - using default frequency
> Timecounter "i8254" frequency 1193182 Hz quality 0
> Calibrating TSC clock ... TSC clock: 1600072446 Hz
> CPU: AMD Duron(tm) processor (1600.07-MHz 686-class CPU)
>   Origin = "AuthenticAMD"  Id = 0x681  Stepping = 1
>
> Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
>   AMD Features=0xc0400800<SYSCALL,MMX+,3DNow+,3DNow>
> Data TLB: 32 entries, fully associative
> Instruction TLB: 16 entries, fully associative
> L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
> L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way
> associative
> L2 internal cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 8-way
> associative
> real memory  = 469696512 (447 MB)
> Physical memory chunk(s):
> 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
> 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
> 0x0000000000c25000 - 0x000000001b7d7fff, 448475136 bytes (109491 pages)
> avail memory = 450490368 (429 MB)
> bios32: Found BIOS32 Service Directory header at 0xc00fac70
> bios32: Entry = 0xfb0f0 (c00fb0f0)  Rev = 0  Len = 1
> pcibios: PCI BIOS entry at 0xf0000+0xb160
> pnpbios: Found PnP BIOS data at 0xc00fbc20
> pnpbios: Entry = f0000:bc50  Rev = 1.0
> Other BIOS signatures found:
> APIC: CPU 0 has ACPI ID 0
> MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000
> ioapic0: Routing external 8259A's -> intpin 0
>
> Greetings.
>
>


Wow....

   Today i change the NIC to one 3COM:

xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xd400-0xd47f mem
0xee021000-0xee02107f irq 17 at device 9.0 on pci0
xl0: Reserved 0x80 bytes for rid 0x14 type 3 at 0xee021000
xl0: using memory mapped I/O
xl0: media options word: a
xl0: found MII/AUTO
miibus0: <MII bus> on xl0
xl0: bpf attached
xl0: Ethernet address: 00:01:02:6d:e8:a4
xl0: [MPSAFE]

Right now my first backup again crash

xl0: watchdog timeout

Right now i change the cable from on port to another and see what happends.

Guy, please someone has something to tell me, this is critical for me.

This is my second NIC.

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 01:10:28 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F184F16A40F
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 01:10:28 +0000 (UTC)
	(envelope-from bignose@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8A3F743D53
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 01:10:28 +0000 (GMT)
	(envelope-from bignose@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so5513wxd
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 18:10:28 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
	b=SYd2CWYINGSgpDN3EHmuYFWflHqpO2vXxX5rc6Esa/5Fu+38mNgso3EKxzRILPfSP1SDG/rkk6LlEYynAk0l5gElecuKeLMVUdvwKtcvhaVNx1UYKKkEZcxLiUVLyBNmKQz9XWwJ26Nc8MmChu/g+0DcDLKYBRF+XJXoz19PyAI=
Received: by 10.90.90.3 with SMTP id n3mr249agb;
	Tue, 03 Oct 2006 18:10:27 -0700 (PDT)
Received: by 10.90.30.11 with HTTP; Tue, 3 Oct 2006 18:10:27 -0700 (PDT)
Message-ID: <f17daf040610031810p718a0b9du7b7562883992f656@mail.gmail.com>
Date: Tue, 3 Oct 2006 21:10:27 -0400
From: "Jeff MacDonald" <bignose@gmail.com>
To: "FreeBSD Questions" <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Subject: port failing for me on xorg-libraries
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 01:10:29 -0000

Hi,

Running on 5.5 pre release. [Need to upgrade the machien, i know]

Just cvsup'd my ports and I'm adding curl for php5-extensions.

When it gets to the xorg-libraries I get this

....snip....
===>   xorg-libraries-6.9.0 depends on shared library: drm - found
===>   xorg-libraries-6.9.0 depends on shared library: freetype.9 - found
===>   xorg-libraries-6.9.0 depends on shared library: fontconfig.1 - found
===>  Configuring for xorg-libraries-6.9.0
cp: /usr/X11R6/lib/X11/config/date.def: No such file or directory
*** Error code 1

I'm not sure how to go from here.

Thanks.


-- 
Unless otherwise indicated, anything I write is either garnered from
experience or pulled out of my ass, depending on situational needs..

Jeff MacDonald

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 01:29:37 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1DC5B16A40F
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 01:29:37 +0000 (UTC)
	(envelope-from freebsd@akruijff.dds.nl)
Received: from psmtp02.wxs.nl (psmtp02.wxs.nl [195.121.247.11])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9243443D45
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 01:29:35 +0000 (GMT)
	(envelope-from freebsd@akruijff.dds.nl)
Received: from ip51cc8423.speed.planet.nl
	(ip51cc8423.speed.planet.nl [81.204.132.35])
	by psmtp02.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct
	21 2004)) with ESMTP id <0J6L0014784L6E@psmtp02.wxs.nl> for
	freebsd-questions@freebsd.org; Wed, 04 Oct 2006 03:29:09 +0200 (MEST)
Received: from Alex1.kruijff.org (localhost [127.0.0.1])
	by ip51cc8423.speed.planet.nl (8.13.6/8.13.6) with ESMTP id
	k941T9mM016927; Wed, 04 Oct 2006 03:29:09 +0200
Received: (from akruijff@localhost)	by Alex1.kruijff.org (8.13.6/8.13.6/Submit)
	id k941T83W016926; Wed, 04 Oct 2006 03:29:08 +0200
Content-return: prohibited
Date: Wed, 04 Oct 2006 03:29:08 +0200
From: Alex de Kruijff <freebsd@akruijff.dds.nl>
In-reply-to: <116211880.20060827130454@big12.ru>
To: Eugene Orlov <orlic@big12.ru>
Message-id: <20061004012908.GA1742@Alex1.kruijff.org>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
User-Agent: Mutt/1.4.2.2i
X-Virus-Scanned: ClamAV 0.88.4/1991/Tue Oct  3 22:52:50 2006 on
	Alex1.kruijff.org
X-Virus-Status: Clean
References: <200608232337.k7NNbJT8032059@repoman.freebsd.org>
	<200608241520.47903.jhb@freebsd.org>
	<20060824194220.GA59229@submonkey.net>
	<200608241719.10921.jhb@freebsd.org>
	<116211880.20060827130454@big12.ru>
X-Authentication-warning: Alex1.kruijff.org: akruijff set sender to
	freebsd@akruijff.dds.nl using -f
Cc: freebsd-questions@freebsd.org
Subject: Re: IPFW + NATD rules
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: freebsd@akruijff.dds.nl
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 01:29:37 -0000

On Sun, Aug 27, 2006 at 01:04:54PM +0500, ?????????? ?????????????? wrote:
> I'm a junior in FreeBSD, and I faced with problem.

You should know that others have mailers that are thread enabled. This
means that when you compose a new mail, but you that the reply sort cut
others may not read this, because it end up in the list.

I redirected the mail to questions@ becuase this is not related to the
stable development brance.

> I've a FreeBSD 6.1-stable box as a gate+firewall, and I want to divert
> incoming requests to my web-server, placed in DeMilitarized Zone
> (DMZ). To do this I wrote down settings in /etc/rc.conf as shown
> above:
> 
>       natd_flags="-redirect_port tcp 80 192.168.1.234 80"
>       natd_flags="-redirect_poort tcp 443 192.168.1.234 443"

You proberbly can not have two lines. 

> I think, that all packets incoming from Internet will be diverted from
> the External interface via DMZ interface to my We-server. Is it right?
> If not, why not, and what the way to make it working?

Yes, but you made some mistakes:
1. You have two lines, where only one is allowed.
2. The file format is wrong: should be tcp forward_ip:port port
3. You made a typo
4. Did you setup ipfw?

I've done this with a seperate config file.

firewall_enable="YES"
firewall_type="/etc/firewall.conf"
natd_enable="YES"
natd_flags="-f /etc/natd.conf"
natd_interface="fxp0"

/etc/firewall.conf contains:
add divert 8668 ip from any to any (note: src_ip and dst_ip changes
                                    here, so keep this in mind if you
                                    add rules)
add allow ip from any to any

/etc/natd.conf contains:
redirect_port tcp ip_to_goto:port local_port

Did you setup ipfw and directed packes to natd?

You also need to setup i
-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.

Howtos based on my personal use, including information about 
setting up a firewall and creating traffic graphs with MRTG
http://alex.kruijff.org/FreeBSD/


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 02:21:54 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2C27816A40F
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 02:21:54 +0000 (UTC)
	(envelope-from freebsd.ph@gmail.com)
Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4674743D53
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 02:21:53 +0000 (GMT)
	(envelope-from freebsd.ph@gmail.com)
Received: by nz-out-0102.google.com with SMTP id 13so5809nzn
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 19:21:52 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
	b=mGYzkRKOlN5K8COSBQRy7MF2qDkwXQZan5jUt1WdYjmcfOPCTkmO/q1qT3/6iv70imfQIDYXvaSYl71laIw7mQy4xeAJ6lgBpdXW6WUQ7BNNC2lH7hqxCfgTFvGmIjBa7Abun6UV3GcVcP+KfA+I73LwqmEIghkwqBt6duAiQSA=
Received: by 10.65.232.18 with SMTP id j18mr46589qbr;
	Tue, 03 Oct 2006 19:21:52 -0700 (PDT)
Received: by 10.65.103.5 with HTTP; Tue, 3 Oct 2006 19:21:52 -0700 (PDT)
Message-ID: <a25afc300610031921j4f8902d8qb8819462c55a6c35@mail.gmail.com>
Date: Wed, 4 Oct 2006 10:21:52 +0800
From: "jan gestre" <freebsd.ph@gmail.com>
To: "Michael Christensen" <conphara@yahoo.com>, freebsd-questions@freebsd.org
In-Reply-To: <20061003124706.daxycvdbs44o4g4o@216.14.208.16>
MIME-Version: 1.0
References: <20061002142352.54855.qmail@web57114.mail.re3.yahoo.com>
	<20061003124706.daxycvdbs44o4g4o@216.14.208.16>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Re: Question about installing FreeBSD
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 02:21:54 -0000

On 10/4/06, Pete C <bsdneo@thechristies.net> wrote:
>
>
> Quoting Michael Christensen <conphara@yahoo.com>:
>
> > Hi,
> >
> >   I really hope that you're answering questions about installing
> > FreeBSD, since I can't yet start threads on freebsdforum.org.
> >
> >   My question is :
> >   I have downloaded the entire FreeBSD 6.1 (about 17,5 GB) and made
> > a FREEBSD directory on one of my HDs and now trying to install BSD
> > on the other.
> >   I'm booting from floppies and now can't understand why the
> > sysinstall can't find the DOS partition on the slave. Is it because
> > it's on a NTFS or what am I doing wrong?
> >
> >   Thomas
> >
> . . the easier way to install is to download the .iso files and burn
> them to CD . . then use your boot floppies to start the install from
> the CDs (or just boot from the CD if supported by your equip)
>
> Pete C


since you were to able download that much file size, i agree with pete the
best way to install is via the .iso files, i dunno why is that the FreeBSD
files you downloaded amounted to that much space that's odd, when i
downloaded the iso's before, it only consists of iso's so that equals 2 cd.

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 02:36:46 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BDBD116A412
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 02:36:46 +0000 (UTC)
	(envelope-from youshi10@u.washington.edu)
Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu
	[140.142.32.178])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 55F1543D53
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 02:36:46 +0000 (GMT)
	(envelope-from youshi10@u.washington.edu)
Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9])
	by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.03) with ESMTP
	id k942ajXA010857
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)
	for <freebsd-questions@freebsd.org>; Tue, 3 Oct 2006 19:36:46 -0700
X-Auth-Received: from [192.168.0.101] (dsl254-013-145.sea1.dsl.speakeasy.net
	[216.254.13.145]) (authenticated authid=youshi10)
	by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.03) with ESMTP id
	k942agkv026931
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <freebsd-questions@freebsd.org>; Tue, 3 Oct 2006 19:36:44 -0700
Message-ID: <45231E30.3000307@u.washington.edu>
Date: Tue, 03 Oct 2006 19:36:32 -0700
From: Garrett Cooper <youshi10@u.washington.edu>
User-Agent: Thunderbird 1.5.0.7 (X11/20060929)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
References: <20061002142352.54855.qmail@web57114.mail.re3.yahoo.com>	<20061003124706.daxycvdbs44o4g4o@216.14.208.16>
	<a25afc300610031921j4f8902d8qb8819462c55a6c35@mail.gmail.com>
In-Reply-To: <a25afc300610031921j4f8902d8qb8819462c55a6c35@mail.gmail.com>
X-Enigmail-Version: 0.94.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-PMX-Version: 5.2.0.266434, Antispam-Engine: 2.4.0.264935,
	Antispam-Data: 2006.10.3.191442
X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0,
	__CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0,
	__MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0,
	__USER_AGENT 0'
Subject: Re: Question about installing FreeBSD
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 02:36:46 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

jan gestre wrote:
> On 10/4/06, Pete C <bsdneo@thechristies.net> wrote:
>>
>>
>> Quoting Michael Christensen <conphara@yahoo.com>:
>>
>> > Hi,
>> >
>> >   I really hope that you're answering questions about installing
>> > FreeBSD, since I can't yet start threads on freebsdforum.org.
>> >
>> >   My question is :
>> >   I have downloaded the entire FreeBSD 6.1 (about 17,5 GB) and made
>> > a FREEBSD directory on one of my HDs and now trying to install BSD
>> > on the other.
>> >   I'm booting from floppies and now can't understand why the
>> > sysinstall can't find the DOS partition on the slave. Is it because
>> > it's on a NTFS or what am I doing wrong?
>> >
>> >   Thomas
>> >
>> . . the easier way to install is to download the .iso files and burn
>> them to CD . . then use your boot floppies to start the install from
>> the CDs (or just boot from the CD if supported by your equip)
>>
>> Pete C
> 
> 
> since you were to able download that much file size, i agree with pete the
> best way to install is via the .iso files, i dunno why is that the FreeBSD
> files you downloaded amounted to that much space that's odd, when i
> downloaded the iso's before, it only consists of iso's so that equals 2 cd.

	Sounds like Michael downloaded / mirrored the entire site for no
reason. Haha.. kind of defeats the purpose of the online installer
because you no doubt won't install all of the items that you found on
the FreeBSD site.
- -Garrett
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFIx4w6CkrZkzMC68RAlnTAJ4gS1C1vHH15yEH6uiN1KgC0R8IgwCeJfsE
VUrADNgyDOZa7CkbtoORZBA=
=c+R0
-----END PGP SIGNATURE-----

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 04:15:40 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4AB8616A40F
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 04:15:40 +0000 (UTC)
	(envelope-from freebsd@philip.pjkh.com)
Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8CBFF43D69
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 04:15:39 +0000 (GMT)
	(envelope-from freebsd@philip.pjkh.com)
Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219])
	by bravo.pjkh.com (Postfix) with ESMTP id 4E90D13D56F;
	Tue,  3 Oct 2006 23:22:30 -0500 (CDT)
Received: by bravo.pjkh.com (Postfix, from userid 1000)
	id E555C13D522; Tue,  3 Oct 2006 23:22:29 -0500 (CDT)
Received: from localhost (localhost [127.0.0.1])
	by bravo.pjkh.com (Postfix) with ESMTP id E43BD13C80B;
	Tue,  3 Oct 2006 23:22:29 -0500 (CDT)
Date: Tue, 3 Oct 2006 23:22:29 -0500 (CDT)
From: Philip Hallstrom <freebsd@philip.pjkh.com>
To: stan <stanb@panix.com>
In-Reply-To: <20061004000523.GA5229@teddy.fas.com>
Message-ID: <20061003232147.R65965@bravo.pjkh.com>
References: <20061004000523.GA5229@teddy.fas.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: ClamAV using ClamSMTP
Cc: Free BSD Questions list <freebsd-questions@freebsd.org>
Subject: Re: Strange cron behavior
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 04:15:40 -0000

> I'm having a hard time getting cron to run a task. I've run crontab -e
> (as root), and added the following line:
>
> 12 * * * * /usr/local/bin/mirror_ubuntu
>
> This script runs from teh command line. Now I've seen plenty of
> strange beahviour because of the limited environment cron tasks
> get, but a basic "echo "test" >> /tmp/stan isn't even creating
> the file.
>
> Sugestions?

Is the cron daemon running?  What is the output in /var/log/cron?

-p

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 04:39:52 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 682ED16A412
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 04:39:52 +0000 (UTC)
	(envelope-from atom.powers@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C7CC143D46
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 04:39:51 +0000 (GMT)
	(envelope-from atom.powers@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so448757nfc
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 21:39:50 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=q9sde3+Q7CuoPOEBWIxEGCGXM+/cacAnDSR/LvJFAI+ex4s4hAmq8c7RlhvRMhV4k4tpdGJK28b4vl3tgI3xh+aRQ2zBPc0oqr8sd89zodpDruWLj3a6Uw3Now/pmTOXXr6fSxgMPtRr9IJ2hicNYXih+AxPWrgQENzwfeHnRPs=
Received: by 10.49.43.2 with SMTP id v2mr1818781nfj;
	Tue, 03 Oct 2006 21:39:50 -0700 (PDT)
Received: by 10.49.63.18 with HTTP; Tue, 3 Oct 2006 21:39:50 -0700 (PDT)
Message-ID: <df9ac37c0610032139h921a290weac7164738f199f1@mail.gmail.com>
Date: Tue, 3 Oct 2006 21:39:50 -0700
From: "Atom Powers" <atom.powers@gmail.com>
To: "Free BSD Questions list" <freebsd-questions@freebsd.org>
In-Reply-To: <20061004000523.GA5229@teddy.fas.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <20061004000523.GA5229@teddy.fas.com>
Subject: Re: Strange cron behavior
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 04:39:52 -0000

On 10/3/06, stan <stanb@panix.com> wrote:
> I'm having a hard time getting cron to run a task. I've run crontab -e
> (as root), and added the following line:
>
> 12 * * * * /usr/local/bin/mirror_ubuntu
>
> This script runs from teh command line. Now I've seen plenty of
> strange beahviour because of the limited environment cron tasks
> get, but a basic "echo "test" >> /tmp/stan isn't even creating
> the file.
>
> Sugestions?
>

Even your basic script is making assumptions about the environment.
When writing cron scripts always use full-path to your executables and
be very aware of when you are globbing. If I recall, cron won't allow
globbing (the '*' and '?' characters in paths) in commands unless
explicitly enabled, and the only path you get is that defined in your
crontab.


-- 
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 06:22:15 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B346916A407
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 06:22:15 +0000 (UTC)
	(envelope-from jhfoo-ml@extracktor.com)
Received: from mail.extracktor.com (www.nexlabs.com [210.193.32.133])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C15E543D45
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 06:22:14 +0000 (GMT)
	(envelope-from jhfoo-ml@extracktor.com)
Received: (qmail 7582 invoked from network); 4 Oct 2006 06:19:34 -0000
Received: from 130.210-193-15.adsl.qala.com.sg (HELO ?192.168.1.119?)
	(jhfoo@trendicate.com@210.193.15.130)
	by www.nexlabs.com with SMTP; 4 Oct 2006 06:19:34 -0000
Message-ID: <4523531F.1090505@extracktor.com>
Date: Wed, 04 Oct 2006 14:22:23 +0800
From: Foo JH <jhfoo-ml@extracktor.com>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
References: <4510EDE5.4040305@extracktor.com> <4510F72A.2030601@p6m7g8.com>
In-Reply-To: <4510F72A.2030601@p6m7g8.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: modperl_users List <modperl@perl.apache.org>, freebsd-questions@freebsd.org
Subject: Re: Unable to compile libapreq2
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 06:22:15 -0000

Hi all,

With Philip's encouragement and some extra work thrown in, I've made the 
following conclusion:
1. If I install Apache 2 + MP2 + libapreq2 using the existing port tree 
in FBSD6.1, it's fine.
2. If I install FBSD6.1 + cvsup-without-gui + updated port tree + 
Apache2 + MP2 + libapreq2, it reports 'cannot find -lexpat' error.
3. If I install FBSD6.1 + cvsup-without-gui + Apache2 + MP2 + libapreq2, 
it reports 'cannot find -lexpat' error.

Is there something in cvsup-without-gui that screws up expat?


Philip M. Gollucci wrote:
> Foo JH wrote:
>   
>> Hi guys,
>>
>> I'm using FBSD6.0. I've done the latest cvsup on the ports, installed
>> apache 2.0.59 and mod_perl 2.0.2,3 and and trying to install
>> libapreq2-2.0.08.
>>     
> Unfortunately its something in your local setup.  I do the FAMP stack ports compile almost daily.


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 06:45:57 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 405A616A47E
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 06:45:57 +0000 (UTC)
	(envelope-from pwangui@africaonline.co.ke)
Received: from mlinzi.africaonline.co.ke (mx1.africaonline.co.ke
	[195.202.85.139])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5369643D4C
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 06:45:53 +0000 (GMT)
	(envelope-from pwangui@africaonline.co.ke)
Received: from uu-195-202-78-129.uunet.co.ke ([195.202.78.129] helo=user1)
	by mlinzi.africaonline.co.ke with smtp (Exim 4.52 (FreeBSD))
	id 1GV0Vn-000ORo-6U; Wed, 04 Oct 2006 09:45:47 +0300
Message-ID: <006c01c6e780$a4e0e4b0$8e11fea9@user1>
From: "Mbuthia Wangui" <pwangui@africaonline.co.ke>
To: "Jeff Palmer" <questions@totaldiver.net>
References: <50345.66.209.37.5.1159898885.squirrel@mail.totaldiver.net>
Date: Wed, 4 Oct 2006 09:45:10 +0300
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.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Cc: freebsd-questions@freebsd.org
Subject: Re: installing ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 06:45:57 -0000

Hi Jeff,

Thanks for the suggestion and yes the bandwidth manager is an etinc
(ETR1800) box.

Let me see how the portsnap goes.

----- Original Message -----
From: "Jeff Palmer" <questions@totaldiver.net>
To: <pwangui@africaonline.co.ke>
Cc: <freebsd-questions@freebsd.org>
Sent: Tuesday, October 03, 2006 9:08 PM
Subject: Re: installing ports


<snipped out the original email>


You may want to try using portsnap.


pkg_add -r portsnap

then
portsnap fetch extract


BTW:  This sounds like one of the etnic (sp?) bandwidth manager boxes.
Would that happen to be the case?


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 06:56:06 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CEF3E16A562
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 06:56:06 +0000 (UTC)
	(envelope-from perikillo@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4447943D45
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 06:56:06 +0000 (GMT)
	(envelope-from perikillo@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so79252wxd
	for <freebsd-questions@freebsd.org>;
	Tue, 03 Oct 2006 23:56:05 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
	b=bF6tUSe8yTcrcDREQuhz1UiSdJgaMGvtCEQVSEsIL17K0i9zzDSmtcbPaUFRYJk/ofjpmeUcZTI5Tb2AACVRYMBLS/C4lGcrFgiA5TN7QkdkBnAvuppBmpvxvx9t+woE5/DJcGn6CBj2pf3iuL/HpVQQ4XnOrfZp2EYjW8ZED4s=
Received: by 10.90.25.7 with SMTP id 7mr18986agy;
	Tue, 03 Oct 2006 23:27:04 -0700 (PDT)
Received: by 10.90.70.18 with HTTP; Tue, 3 Oct 2006 23:27:04 -0700 (PDT)
Message-ID: <51d7a5160610032327y1cd33065kac276d522eb7a1a1@mail.gmail.com>
Date: Tue, 3 Oct 2006 23:27:04 -0700
From: perikillo <perikillo@gmail.com>
To: "FreeBSD Mailing List" <freebsd-questions@freebsd.org>
In-Reply-To: <59103759-6A76-40B8-A41F-FEF82A75A2DF@gmail.com>
MIME-Version: 1.0
References: <51d7a5160610031351h62e33f42kbbdd7e4001c9342d@mail.gmail.com>
	<51d7a5160610031755m643de45dk48b2c4d26d3f511a@mail.gmail.com>
	<59103759-6A76-40B8-A41F-FEF82A75A2DF@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 06:56:06 -0000

On 10/3/06, Christopher Swingler <cswingler@gmail.com> wrote:
>
>
> On Oct 3, 2006, at 7:55 PM, perikillo wrote:
>
> > On 10/3/06, perikillo <perikillo@gmail.com> wrote:
> >>
> >>   Hi people i have read a some mails about this problem, <snip>
> >>
> >> Greetings.
> >>
> >>
> >
> >
> > Wow....
> >
> >   <snip again>
> > To unsubscribe, send any mail to "freebsd-questions-
> > unsubscribe@freebsd.org"
>
> The only time I have ever had watchdog timeouts is when I've had a
> bad cable or a bad port.  If it's doing it on two entirely different
> NICs, then it is most CERTAINLY a bad cable or a bad port on the
> switch end.  You seem to have addressed the most expensive issue
> first (bad card), which is kind of backwards, but whatever.  You've
> switched ports, that's good too, now switch cables.
>

Hi people, thanks for your answer, right now i googling around and see how
to handle this problem i have.

  Im home right now, here i have one NIC Intel (fxp driver) with 2 ports on
it, this is my firewall machine but tomorrow i will take to my work, i dont
have access top my server right now , but i will give you the info you
request ASAP.

   I have another Linksys NIC, some posts say that those 2 NIC's on freebsd
are really good.

  Another thing that i will do, i dont know if it works, disable the drivers
form the kernel and just use the modules and see what hapend :-?

  But i need to see first how my backups finish, and will let you you now
guys. Thanks for your time.

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 07:30:18 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9011316A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 07:30:18 +0000 (UTC)
	(envelope-from karsten_fuhrmann@cartoon-film.de)
Received: from natreg.rzone.de (natreg.rzone.de [81.169.145.183])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4BAB643D6E
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 07:30:13 +0000 (GMT)
	(envelope-from karsten_fuhrmann@cartoon-film.de)
Received: from stern.cartoon-film.de (pD953525B.dip.t-dialin.net
	[217.83.82.91])
	by post.webmailer.de (8.13.6/8.13.6) with ESMTP id k947UBhB007842
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 09:30:11 +0200 (MEST)
Received: from [192.168.0.149] ([192.168.0.149])
	by stern.cartoon-film.de (8.13.6/8.13.4) with ESMTP id k947Ov65072445
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 09:24:58 +0200 (CEST)
	(envelope-from karsten_fuhrmann@cartoon-film.de)
Mime-Version: 1.0 (Apple Message framework v752.3)
Content-Transfer-Encoding: 7bit
Message-Id: <EBAE077F-E06B-4D67-9B02-CEE746CEB709@cartoon-film.de>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
To: freebsd-questions@freebsd.org
From: Karsten Fuhrmann <karsten_fuhrmann@cartoon-film.de>
Date: Wed, 4 Oct 2006 09:30:02 +0200
X-Mailer: Apple Mail (2.752.3)
X-Virus-Scanned: ClamAV version 0.88,
	clamav-milter version 0.87 on stern.cartoon-film.de
X-Virus-Status: Clean
Subject: (no subject)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 07:30:18 -0000

Hello,
i have a problem with some strange spam emails, which lock up my  
email reception.
The problem is the following : I am using fetchmail to download my  
email (from a pop3 server), and fetchmail passes the email to my  
local sendmail daemon who gives it to my local imap server (cyrus).  
This works fine. But sometimes i got a spam email, which has an  
unresolveable dns origin, and this makes my sendmail crazy in a way,  
that sendmail wants to resolve but gets a timeout (around 20s). In  
the meantime the fetchmail which is actualy waiting for sendmail to  
accept the message gets a timeout from the pop server where it is  
connected to.
Because of that timeout fetchmail stops receiving email from pop  
server and tries again next time, but next time it will start with  
the same spam email again, and it all starts again, actually no more  
new mails will arrive until i delete this particular email from the  
pop server manually.

Is there a way to tweak the timeout behavior of sendmail, or maybe  
even no dns resolve option for sendmail, or even better some way to  
tell fetchmail to use the idle command to keep the connectio to the  
pop server open ?

Greetings,
Karsten Fuhrmann

Cartoon-Film Thilo Rothkirch
System Administration
phone:  +49 30 698084-109
fax: +49 30 698084-29
email: karsten_fuhrmann@web.de




From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 07:34:09 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 21CF916A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 07:34:09 +0000 (UTC)
	(envelope-from karsten_fuhrmann@cartoon-film.de)
Received: from natklopstock.rzone.de (natklopstock.rzone.de [81.169.145.174])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6E1EF43D4C
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 07:34:08 +0000 (GMT)
	(envelope-from karsten_fuhrmann@cartoon-film.de)
Received: from stern.cartoon-film.de (pD953525B.dip.t-dialin.net
	[217.83.82.91])
	by post.webmailer.de (8.13.6/8.13.6) with ESMTP id k947Y5A1006038
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 09:34:05 +0200 (MEST)
Received: from [192.168.0.149] ([192.168.0.149])
	by stern.cartoon-film.de (8.13.6/8.13.4) with ESMTP id k947SqnA072541
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 09:28:52 +0200 (CEST)
	(envelope-from karsten_fuhrmann@cartoon-film.de)
Mime-Version: 1.0 (Apple Message framework v752.3)
Content-Transfer-Encoding: 7bit
Message-Id: <EE877C94-1B37-4543-9A8D-06BDFF20F91A@cartoon-film.de>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
To: freebsd-questions@freebsd.org
From: Karsten Fuhrmann <karsten_fuhrmann@cartoon-film.de>
Date: Wed, 4 Oct 2006 09:33:56 +0200
X-Mailer: Apple Mail (2.752.3)
X-Virus-Scanned: ClamAV version 0.88,
	clamav-milter version 0.87 on stern.cartoon-film.de
X-Virus-Status: Clean
Subject: fetchmail -> sendmail problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 07:34:09 -0000

Hello,
i have a problem with some strange spam emails, which lock up my  
email reception.
The problem is the following : I am using fetchmail to download my  
email (from a pop3 server), and fetchmail passes the email to my  
local sendmail daemon who gives it to my local imap server (cyrus).  
This works fine. But sometimes i got a spam email, which has an  
unresolveable dns origin, and this makes my sendmail crazy in a way,  
that sendmail wants to resolve but gets a timeout (around 20s). In  
the meantime the fetchmail which is actualy waiting for sendmail to  
accept the message gets a timeout from the pop server where it is  
connected to.
Because of that timeout fetchmail stops receiving email from pop  
server and tries again next time, but next time it will start with  
the same spam email again, and it all starts again, actually no more  
new mails will arrive until i delete this particular email from the  
pop server manually.

Is there a way to tweak the timeout behavior of sendmail, or maybe  
even no dns resolve option for sendmail, or even better some way to  
tell fetchmail to use the idle command to keep the connectio to the  
pop server open ?

Greetings,
Karsten Fuhrmann

Cartoon-Film Thilo Rothkirch
System Administration
phone:  +49 30 698084-109
fax: +49 30 698084-29
email: karsten_fuhrmann@web.de




From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 08:27:58 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EB29016A47B
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 08:27:58 +0000 (UTC)
	(envelope-from mikhailg@webanoide.org)
Received: from overlord.navalradio.cl (overlord.navalradio.cl [201.236.67.146])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D83E743D62
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 08:27:50 +0000 (GMT)
	(envelope-from mikhailg@webanoide.org)
Received: from [192.168.0.2] (shanshito.webanoide.org [150.101.108.110] (may
	be forged)) (authenticated bits=0)
	by overlord.navalradio.cl (8.13.6/8.13.6) with ESMTP id k948RYoJ029262; 
	Wed, 4 Oct 2006 04:27:37 -0400 (CLT)
	(envelope-from mikhailg@webanoide.org)
Message-ID: <45237077.9000005@webanoide.org>
Date: Wed, 04 Oct 2006 19:27:35 +1100
From: Mikhail Goriachev <mikhailg@webanoide.org>
Organization: Webanoide
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Karsten Fuhrmann <karsten_fuhrmann@cartoon-film.de>
References: <EE877C94-1B37-4543-9A8D-06BDFF20F91A@cartoon-film.de>
In-Reply-To: <EE877C94-1B37-4543-9A8D-06BDFF20F91A@cartoon-film.de>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Scanned-By: MIMEDefang 2.56 on 201.236.67.146
X-Spam-Status: No, score=-100.0 required=5.0 tests=USER_IN_WHITELIST 
	autolearn=failed version=3.1.4
X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on 
	overlord.navalradio.cl
Cc: freebsd-questions@freebsd.org
Subject: Re: fetchmail -> sendmail problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 08:27:59 -0000

Karsten Fuhrmann wrote:
> Hello,
> i have a problem with some strange spam emails, which lock up my  
> email reception.
> The problem is the following : I am using fetchmail to download my  
> email (from a pop3 server), and fetchmail passes the email to my  
> local sendmail daemon who gives it to my local imap server (cyrus).  
> This works fine. But sometimes i got a spam email, which has an  
> unresolveable dns origin, and this makes my sendmail crazy in a way,  
> that sendmail wants to resolve but gets a timeout (around 20s). In  
> the meantime the fetchmail which is actualy waiting for sendmail to  
> accept the message gets a timeout from the pop server where it is  
> connected to.
> Because of that timeout fetchmail stops receiving email from pop  
> server and tries again next time, but next time it will start with  
> the same spam email again, and it all starts again, actually no more  
> new mails will arrive until i delete this particular email from the  
> pop server manually.
> 
> Is there a way to tweak the timeout behavior of sendmail, or maybe  
> even no dns resolve option for sendmail, or even better some way to  
> tell fetchmail to use the idle command to keep the connectio to the  
> pop server open ?


Add this to your .mc file:

FEATURE(accept_unresolvable_domains)

and let us know how it goes.


Cheers,
Mikhail.

-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: mikhailg@webanoide.org
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 08:51:38 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E9DE816A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 08:51:38 +0000 (UTC)
	(envelope-from perryh@pluto.rain.com)
Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7CF43D49
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 08:51:38 +0000 (GMT)
	(envelope-from perryh@pluto.rain.com)
Received: from agora.rdrop.com (66@localhost [127.0.0.1])
	by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id k948oS6L094170
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 01:50:28 -0700 (PDT)
	(envelope-from perryh@pluto.rain.com)
Received: (from uucp@localhost)
	by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id k948oSEw094169
	for freebsd-questions@freebsd.org; Wed, 4 Oct 2006 01:50:28 -0700 (PDT)
Received: by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407)
	id AA16071; Wed, 4 Oct 06 01:41:26 PDT
Date: Wed, 4 Oct 06 01:41:26 PDT
From: perryh@pluto.rain.com (Perry Hutchison)
Message-Id: <10610040841.AA16071@pluto.rain.com>
To: freebsd-questions@freebsd.org
Subject: regex(3) for only C locale
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 08:51:39 -0000

Where would I find functionality similar to regcomp(3) and friends,
without the complexities of supporting multiple locales?  I only
need the C locale, and would much prefer to avoid the performance
and code size costs associated with handling multi-byte characters.

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 09:12:20 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E013016A40F
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 09:12:19 +0000 (UTC)
	(envelope-from pwangui@africaonline.co.ke)
Received: from mlinzi.africaonline.co.ke (mx1.africaonline.co.ke
	[195.202.85.139])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6C7CE43D4C
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 09:12:17 +0000 (GMT)
	(envelope-from pwangui@africaonline.co.ke)
Received: from uu-195-202-78-129.uunet.co.ke ([195.202.78.129] helo=user1)
	by mlinzi.africaonline.co.ke with smtp (Exim 4.52 (FreeBSD))
	id 1GV2nb-000Ea7-Dd
	for freebsd-questions@freebsd.org; Wed, 04 Oct 2006 12:12:21 +0300
Message-ID: <00cc01c6e795$1ab94290$8e11fea9@user1>
From: "Mbuthia Wangui" <pwangui@africaonline.co.ke>
To: <freebsd-questions@freebsd.org>
References: <50345.66.209.37.5.1159898885.squirrel@mail.totaldiver.net>
	<006c01c6e780$a4e0e4b0$8e11fea9@user1>
Date: Wed, 4 Oct 2006 12:11:37 +0300
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: installing ports
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 09:12:20 -0000

When I try to use portinstall, this is the error I get:=20

ETR1800# pkg_add -r portsnap
Error: FTP Unable to get =
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/Latest/=
portsnap.tgz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch =
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/Latest=
/portsnap.tgz' by URL
ETR1800#=20


Did I mention that I am a FreeBSD dummy.

Regards,

Phyllis

----- Original Message -----=20
From: "Mbuthia Wangui" <pwangui@africaonline.co.ke>
To: "Jeff Palmer" <questions@totaldiver.net>
Cc: <freebsd-questions@freebsd.org>
Sent: Wednesday, October 04, 2006 9:45 AM
Subject: Re: installing ports


> Hi Jeff,
>=20
> Thanks for the suggestion and yes the bandwidth manager is an etinc
> (ETR1800) box.
>=20
> Let me see how the portsnap goes.
>=20
> ----- Original Message -----
> From: "Jeff Palmer" <questions@totaldiver.net>
> To: <pwangui@africaonline.co.ke>
> Cc: <freebsd-questions@freebsd.org>
> Sent: Tuesday, October 03, 2006 9:08 PM
> Subject: Re: installing ports
>=20
>=20
> <snipped out the original email>
>=20
>=20
> You may want to try using portsnap.
>=20
>=20
> pkg_add -r portsnap
>=20
> then
> portsnap fetch extract
>=20
>=20
> BTW:  This sounds like one of the etnic (sp?) bandwidth manager boxes.
> Would that happen to be the case?
>=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.org"
>=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.org"
>=20

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 09:54:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 4C51B16A40F
	for <questions@FreeBSD.ORG>; Wed,  4 Oct 2006 09:54:36 +0000 (UTC)
	(envelope-from nobody@rachel.c0d3w4lk3r.com)
Received: from rachel.c0d3w4lk3r.com (rachel.c0d3w4lk3r.com [69.72.211.194])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2EB8743D4C
	for <questions@FreeBSD.ORG>; Wed,  4 Oct 2006 09:54:35 +0000 (GMT)
	(envelope-from nobody@rachel.c0d3w4lk3r.com)
Received: from nobody by rachel.c0d3w4lk3r.com with local (Exim 4.52)
	id 1GV3SL-0003vg-8k
	for questions@FreeBSD.ORG; Wed, 04 Oct 2006 05:54:25 -0400
To: questions@FreeBSD.ORG
From: Halifax On-Line Banking <security@updates.halifax.co.uk>
Content-Transfer-Encoding: 8bit
Message-Id: <E1GV3SL-0003vg-8k@rachel.c0d3w4lk3r.com>
Date: Wed, 04 Oct 2006 05:54:25 -0400
X-AntiAbuse: This header was added to track abuse,
	please include it with any abuse report
X-AntiAbuse: Primary Hostname - rachel.c0d3w4lk3r.com
X-AntiAbuse: Original Domain - freebsd.org
X-AntiAbuse: Originator/Caller UID/GID - [99 32002] / [47 12]
X-AntiAbuse: Sender Address Domain - rachel.c0d3w4lk3r.com
X-Source: 
X-Source-Args: /usr/local/apache/bin/httpd -DSSL 
X-Source-Dir: affiliatewebmaster.net:/public_html/language
MIME-Version: 1.0
Content-Type: text/plain
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Update Your Online Account
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 09:54:36 -0000


   [home_banner_left_020502.gif]

   Dear Customer,


   Our Technical Service department has recently updated our online
   banking

   software, and due to this upgrade we kindly ask you to follow the

   link given below to confirm your online account details. Failure to

   confirm the online banking details will suspend you from accessing
   your

   account online.

   [1]https://www.halifax-online.co.uk/_mem_bin/formslogin.asp.

   We use the latest security measures to ensure that your online banking

   experience is safe and secure. The administration asks you to accept
   our

   apologies for the inconvience caused and expresses gratitude for

   cooperation.


   Regards,


   Halifax Online Technical Support


   --


   Please do not reply to this email address as it is not monitored and
   we

   will be unable to respond.

   For assistance, log in to your Halifax Online Bank account and choose

   the "Help" link on any page.


   ^© Halifax plc, Registered in England No. 2367076. Registered Office:

   Trinity Road, Halifax, West Yorkshire HX1 2RG. Authorised and
   regulated

   by the Financial Services Authority. Represents only the Halifax

   Financial Services Marketing Group for the purposes of advising on and

   selling life assurance

References

   1. http://www.tulsadads.com/cache/halifax-online.co.uk/_mem_bin/FormsLogin.aspsource=halifaxcouk/

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 10:12:44 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4000316A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 10:12:44 +0000 (UTC)
	(envelope-from gerard@seibercom.net)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A9DB343D45
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 10:12:41 +0000 (GMT)
	(envelope-from gerard@seibercom.net)
Received: by wx-out-0506.google.com with SMTP id i27so117686wxd
	for <freebsd-questions@freebsd.org>;
	Wed, 04 Oct 2006 03:12:40 -0700 (PDT)
Received: by 10.70.109.12 with SMTP id h12mr271977wxc;
	Wed, 04 Oct 2006 03:12:40 -0700 (PDT)
Received: from scorpio.seibercom.net ( [67.189.184.224])
	by mx.gmail.com with ESMTP id h15sm579976wxd.2006.10.04.03.12.40;
	Wed, 04 Oct 2006 03:12:40 -0700 (PDT)
Received: from scorpio.seibercom.net (localhost [127.0.0.1])
	by scorpio.seibercom.net (Postfix) with ESMTP id 25420B9FD
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 06:12:39 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
	(Authenticated sender: gerard-gmail@scorpio.seibercom.net)
	by scorpio.seibercom.net (Postfix) with ESMTP id CFA55B9F8
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 06:12:38 -0400 (EDT)
From: Gerard Seibert <gerard@seibercom.net>
Organization: Seibercom.net
To: freebsd-questions@freebsd.org
Date: Wed, 4 Oct 2006 06:12:18 -0400
User-Agent: KMail/1.9.4
References: <452302CD.7040908@hdk5.com>
In-Reply-To: <452302CD.7040908@hdk5.com>
X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09RnSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart1738040.InGabv6Zp8";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200610040612.29493.gerard@seibercom.net>
X-Virus-Scanned: ClamAV using ClamSMTP
Subject: Re: mail server rejects local and virtual clients
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: gerard@seibercom.net
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 10:12:44 -0000

--nextPart1738040.InGabv6Zp8
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Tuesday 03 October 2006 20:39, admin@hdk5.com wrote:

[...]

> Anybody know of a how to to set these virtual hosts up to respond
> properly? I have all of them in the local host under  /var/mail=20

This is a question that might be more pertinent to the Postfix forum. You=20
could check their list archives for further information, or just join the=20
forum and post your question. There are numerous questions regarding=20
virtual something or others every day posted on the list.

	<http://www.postfix.org/lists.html>

Ciao!

=2D-=20
Gerard Seibert
gerard@seibercom.net

I hate quotations.

	Ralph Waldo Emerson

--nextPart1738040.InGabv6Zp8
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQBFI4kNs3R1WQUU6lgRAhM/AJ9tITp61v1Ypm7BylDY7hLQfGQdJACfVEpQ
H0q+CWJfRUYsl3KSb6yBXAM=
=/yV6
-----END PGP SIGNATURE-----

--nextPart1738040.InGabv6Zp8--

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 10:24:22 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BF66016A494
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 10:24:22 +0000 (UTC) (envelope-from stanb@panix.com)
Received: from mail3.panix.com (mail3.panix.com [166.84.1.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA7243D66
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 10:24:19 +0000 (GMT) (envelope-from stanb@panix.com)
Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79])
	by mail3.panix.com (Postfix) with ESMTP id 0CCF313A888;
	Wed,  4 Oct 2006 06:24:12 -0400 (EDT)
Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net
	[68.58.232.106])
	by mailspool2.panix.com (Postfix) with ESMTP id 6CECC116AA22;
	Wed,  4 Oct 2006 06:23:40 -0400 (EDT)
Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian))
	id 1GV3ud-0005XU-00; Wed, 04 Oct 2006 06:23:39 -0400
Date: Wed, 4 Oct 2006 06:23:39 -0400
From: stan <stanb@panix.com>
To: Philip Hallstrom <freebsd@philip.pjkh.com>
Message-ID: <20061004102339.GB20990@teddy.fas.com>
Mail-Followup-To: Philip Hallstrom <freebsd@philip.pjkh.com>,
	Free BSD Questions list <freebsd-questions@freebsd.org>
References: <20061004000523.GA5229@teddy.fas.com>
	<20061003232147.R65965@bravo.pjkh.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20061003232147.R65965@bravo.pjkh.com>
X-Editor: gVim
X-Operating-System: Debian GNU/Linux
X-Kernel-Version: 2.4.23
X-Uptime: 06:20:02 up 170 days, 7:22, 1 user, load average: 0.08, 0.02, 0.01
User-Agent: Mutt/1.5.4i
Sender: Stan Brown <stanb@panix.com>
Cc: Free BSD Questions list <freebsd-questions@freebsd.org>
Subject: Re: Strange cron behavior
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 10:24:22 -0000

On Tue, Oct 03, 2006 at 11:22:29PM -0500, Philip Hallstrom wrote:
> >I'm having a hard time getting cron to run a task. I've run crontab -e
> >(as root), and added the following line:
> >
> >12 * * * * /usr/local/bin/mirror_ubuntu
> >
> >This script runs from teh command line. Now I've seen plenty of
> >strange beahviour because of the limited environment cron tasks
> >get, but a basic "echo "test" >> /tmp/stan isn't even creating
> >the file.
> >
> >Sugestions?
> 
> Is the cron daemon running?  What is the output in /var/log/cron?


Forgot to mention that. Yhe script does get listed in /var/log/cron
as having been invoked.
-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 10:55:43 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 90DDE16A412
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 10:55:43 +0000 (UTC)
	(envelope-from gabor@FreeBSD.org)
Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7BEE643D73
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 10:55:33 +0000 (GMT)
	(envelope-from gabor@FreeBSD.org)
Received: from localhost (localhost [127.0.0.1])
	by server.t-hosting.hu (Postfix) with ESMTP id 331C499EA64;
	Wed,  4 Oct 2006 12:55:31 +0200 (CEST)
X-Virus-Scanned: amavisd-new at t-hosting.hu
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 ptswVEQ0UuTF; Wed,  4 Oct 2006 12:55:29 +0200 (CEST)
Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182])
	by server.t-hosting.hu (Postfix) with ESMTP id D365299EA2E;
	Wed,  4 Oct 2006 12:55:28 +0200 (CEST)
Message-ID: <45239319.7090304@FreeBSD.org>
Date: Wed, 04 Oct 2006 12:55:21 +0200
From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= <gabor@FreeBSD.org>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: jan gestre <freebsd.ph@gmail.com>
References: <a25afc300610031741q109aeeeenb0c8179cdecc4474@mail.gmail.com>
In-Reply-To: <a25afc300610031741q109aeeeenb0c8179cdecc4474@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject: Re: upgrading amavisd-new port fails
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 10:55:43 -0000

jan gestre wrote:
> hi guys,
>
>
> i tried upgrading the amavisd-new port via portmanager and 
> portupgrade, both
> methods failed, i had a similar problem before but i forgot how did i 
> fix it
> :(  is there a problem with the amavisd-new port?
>
> TIA
Hi,

could you concretize a bit, please? What kind of error do you get? Could 
you attach the output?

-- 
Cheers,

Gabor


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 11:22:49 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A291316A412
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 11:22:49 +0000 (UTC)
	(envelope-from pobox@verysmall.org)
Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F05FD43D5A
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 11:22:43 +0000 (GMT)
	(envelope-from pobox@verysmall.org)
Received: from [130.83.72.56] (x56.vpn.hrz.tu-darmstadt.de [130.83.72.56])
	by thing.verysmall.org (Postfix) with ESMTP id A73022288F
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 12:21:34 +0100 (BST)
Message-ID: <45239982.2000006@verysmall.org>
Date: Wed, 04 Oct 2006 13:22:42 +0200
From: "pobox@verysmall.org" <pobox@verysmall.org>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Subject: what are pX and #X
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 11:22:49 -0000

What are pX and #X after the version displayed by 'uname'? As far as I 
know pX is the 'patch set' and #X is the number of times the kernel has 
been updated.

However, yesterday I updated the kernel (of 6.1 installed from the boot 
CD and then FTP - some time ago) and p jumped to p10, while #X remained 
zero. I thought pX changes only when world is built and #X should have 
been changed to #1.

What I did was -

cvsup-ed src with tag RELENG_6_1

cd /usr/src
create MYKERNEL config
(just commented cpu I486_CPU and I586_CPU)

make buildkernel KERNCONF=MYKERNEL
make installkernel KERNCONF=MYKERNEL
reboot

Iv

--

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 11:26:48 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 48AD216A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 11:26:48 +0000 (UTC)
	(envelope-from alistair.sutton@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B1B7843D5A
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 11:26:47 +0000 (GMT)
	(envelope-from alistair.sutton@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so133850wxd
	for <freebsd-questions@freebsd.org>;
	Wed, 04 Oct 2006 04:26:47 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=or/aq/zWEcYruBQm6bIqqhQ+7APS0qAVpvc2i+1PwJx4lluZg49ul19nEyGOBB++pY8EIy4t4+sIFYgq6bRmDNSUM7gOLc3iy488HkLqFExDT9GUF0MYcsLbg67Kp1oq0ClYwYonZ1ntenv2gRCwWnMJ9hY1Be7udhTl6lN1m90=
Received: by 10.90.84.17 with SMTP id h17mr35212agb;
	Wed, 04 Oct 2006 04:26:46 -0700 (PDT)
Received: by 10.90.99.17 with HTTP; Wed, 4 Oct 2006 04:26:46 -0700 (PDT)
Message-ID: <fa8f05950610040426g4cde657ciaf3b58de218108d0@mail.gmail.com>
Date: Wed, 4 Oct 2006 12:26:46 +0100
From: "Alistair Sutton" <alistair.sutton@gmail.com>
To: "pobox@verysmall.org" <pobox@verysmall.org>
In-Reply-To: <45239982.2000006@verysmall.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <45239982.2000006@verysmall.org>
Cc: freebsd-questions@freebsd.org
Subject: Re: what are pX and #X
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 11:26:48 -0000

On 04/10/06, pobox@verysmall.org <pobox@verysmall.org> wrote:
> What are pX and #X after the version displayed by 'uname'? As far as I
> know pX is the 'patch set' and #X is the number of times the kernel has
> been updated.
>
> However, yesterday I updated the kernel (of 6.1 installed from the boot
> CD and then FTP - some time ago) and p jumped to p10, while #X remained
> zero. I thought pX changes only when world is built and #X should have
> been changed to #1.
>
> What I did was -
>
> cvsup-ed src with tag RELENG_6_1
>
> cd /usr/src
> create MYKERNEL config
> (just commented cpu I486_CPU and I586_CPU)
>
> make buildkernel KERNCONF=MYKERNEL
> make installkernel KERNCONF=MYKERNEL
> reboot

My understanding is that as long as pX doesn't change then #X will be
incremented.

If you do another rebuild of your p10 system now then I would imagine
that #X would increase to #1 and will continue to increase until pX is
altered.

Al
-- 
WWW: http://ajs.no-dns-yet.org.uk
GPG/PGP: http://ajs.no-dns-yet.org.uk/pubkey.gpg

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 11:32:41 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8078216A40F
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 11:32:41 +0000 (UTC)
	(envelope-from pobox@verysmall.org)
Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F01D843D53
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 11:32:38 +0000 (GMT)
	(envelope-from pobox@verysmall.org)
Received: from [130.83.72.56] (x56.vpn.hrz.tu-darmstadt.de [130.83.72.56])
	by thing.verysmall.org (Postfix) with ESMTP id 4C3DB2282F;
	Wed,  4 Oct 2006 12:31:30 +0100 (BST)
Message-ID: <45239BD7.30502@verysmall.org>
Date: Wed, 04 Oct 2006 13:32:39 +0200
From: "pobox@verysmall.org" <pobox@verysmall.org>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: Alistair Sutton <alistair.sutton@gmail.com>
References: <45239982.2000006@verysmall.org>
	<fa8f05950610040426g4cde657ciaf3b58de218108d0@mail.gmail.com>
In-Reply-To: <fa8f05950610040426g4cde657ciaf3b58de218108d0@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: what are pX and #X
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 11:32:41 -0000

> My understanding is that as long as pX doesn't change then #X will be
> incremented.
> 
> If you do another rebuild of your p10 system now then I would imagine
> that #X would increase to #1 and will continue to increase until pX is
> altered.
> 
> Al

Interesting. I'll give it a try.

What confuses me is that p is changed to 10 by updating only the kernel 
(the world is supposedly the old one). This means that there is no clear 
indication what is exactly updated (kernel/world) and what is not.

Thank you,
Iv.

--

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 11:58:27 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8DE9C16A40F
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 11:58:27 +0000 (UTC)
	(envelope-from freebsd@dfwlp.com)
Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3116143D49
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 11:58:27 +0000 (GMT)
	(envelope-from freebsd@dfwlp.com)
Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83])
	(authenticated bits=0)
	by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k94BwMZD060091
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 06:58:23 -0500 (CDT)
	(envelope-from freebsd@dfwlp.com)
From: Jonathan Horne <freebsd@dfwlp.com>
To: freebsd-questions@freebsd.org
Date: Wed, 4 Oct 2006 06:58:22 -0500
User-Agent: KMail/1.9.4
References: <45239982.2000006@verysmall.org>
	<fa8f05950610040426g4cde657ciaf3b58de218108d0@mail.gmail.com>
	<45239BD7.30502@verysmall.org>
In-Reply-To: <45239BD7.30502@verysmall.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610040658.22590.freebsd@dfwlp.com>
X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed 
	version=3.1.5
X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on zeus.dfwlp.com
Subject: Re: what are pX and #X
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 11:58:27 -0000

On Wednesday 04 October 2006 06:32, pobox@verysmall.org wrote:
> > My understanding is that as long as pX doesn't change then #X will be
> > incremented.
> >
> > If you do another rebuild of your p10 system now then I would imagine
> > that #X would increase to #1 and will continue to increase until pX is
> > altered.
> >
> > Al
>
> Interesting. I'll give it a try.
>
> What confuses me is that p is changed to 10 by updating only the kernel
> (the world is supposedly the old one). This means that there is no clear
> indication what is exactly updated (kernel/world) and what is not.
>
> Thank you,
> Iv.
>
> --

pX is the patch level, and this information can be followed here:

http://www.freebsd.org/security/#adv

the #X is independant to the pX, and represents how many time the same kernel 
has been rebuilt on (or for) a system.  my system has had only 1 p10 kernel, 
but mine says #3.

hth,
jonathan

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 12:30:38 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CB3AF16A415
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 12:30:38 +0000 (UTC)
	(envelope-from wmoran@collaborativefusion.com)
Received: from mx00.pub.collaborativefusion.com
	(mx00.pub.collaborativefusion.com [206.210.89.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2A5D043D4C
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 12:30:24 +0000 (GMT)
	(envelope-from wmoran@collaborativefusion.com)
Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com
	[206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA)
	by wingspan with esmtp; Wed, 04 Oct 2006 08:30:24 -0400
	id 0005641D.4523A960.0000496C
Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from
	wmoran@collaborativefusion.com)
	with AES256-SHA encrypted SMTP; 4 Oct 2006 08:27:24 -0400
Date: Wed, 4 Oct 2006 08:30:23 -0400
From: Bill Moran <wmoran@collaborativefusion.com>
To: perikillo <perikillo@gmail.com>
Message-Id: <20061004083023.796fe5cd.wmoran@collaborativefusion.com>
In-Reply-To: <51d7a5160610031755m643de45dk48b2c4d26d3f511a@mail.gmail.com>
References: <51d7a5160610031351h62e33f42kbbdd7e4001c9342d@mail.gmail.com>
	<51d7a5160610031755m643de45dk48b2c4d26d3f511a@mail.gmail.com>
Organization: Collaborative Fusion
X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject: Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 12:30:38 -0000

In response to perikillo <perikillo@gmail.com>:

[snip]

> Right now my first backup again crash
> 
> xl0: watchdog timeout
> 
> Right now i change the cable from on port to another and see what happends.
> 
> Guy, please someone has something to tell me, this is critical for me.
> 
> This is my second NIC.

Don't know if this is related or not, but it may be:
http://lists.freebsd.org/pipermail/freebsd-stable/2006-September/028792.html

-- 
Bill Moran
Collaborative Fusion Inc.

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 12:37:29 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1AFEE16A47B
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 12:37:29 +0000 (UTC)
	(envelope-from list-freebsd-2004@morbius.sent.com)
Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com
	[66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A3BF43DA9
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 12:37:08 +0000 (GMT)
	(envelope-from list-freebsd-2004@morbius.sent.com)
Received: from frontend3.internal (frontend3.internal [10.202.2.152])
	by frontend1.messagingengine.com (Postfix) with ESMTP id 77A04DAF94F
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 08:36:56 -0400 (EDT)
Received: from heartbeat2.internal ([10.202.2.161])
	by frontend3.internal (MEProxy); Wed, 04 Oct 2006 08:36:59 -0400
X-Sasl-enc: davejLD6AbzzA3R06g2GBuV/DD1RJrJBryrH7SYzzqDT 1159965418
Received: from gumby.localdomain (bb-87-81-140-128.ukonline.co.uk
	[87.81.140.128])
	by mail.messagingengine.com (Postfix) with ESMTP id ABAF779F0
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 08:36:58 -0400 (EDT)
From: RW <list-freebsd-2004@morbius.sent.com>
To: freebsd-questions@freebsd.org
Date: Wed, 4 Oct 2006 13:36:52 +0100
User-Agent: KMail/1.9.4
References: <45239982.2000006@verysmall.org>
	<fa8f05950610040426g4cde657ciaf3b58de218108d0@mail.gmail.com>
	<45239BD7.30502@verysmall.org>
In-Reply-To: <45239BD7.30502@verysmall.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610041336.54104.list-freebsd-2004@morbius.sent.com>
Subject: Re: what are pX and #X
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 12:37:29 -0000

On Wednesday 04 October 2006 12:32, pobox@verysmall.org wrote:
> > My understanding is that as long as pX doesn't change then #X will be
> > incremented.
> >
> > If you do another rebuild of your p10 system now then I would imagine
> > that #X would increase to #1 and will continue to increase until pX is
> > altered.
> >
> > Al
>
> Interesting. I'll give it a try.
>
> What confuses me is that p is changed to 10 by updating only the kernel
> (the world is supposedly the old one). This means that there is no clear
> indication what is exactly updated (kernel/world) and what is not.

Point releases often contain patches for both world and kernel. After updating 
source you shouldn't build *only*  the kernel, unless you have analysed the 
changes and decided a world update is not needed. 


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 12:43:13 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 19BEF16A51B
	for <questions@freebsd.org>; Wed,  4 Oct 2006 12:43:13 +0000 (UTC)
	(envelope-from albi@scii.nl)
Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net
	[194.159.73.193])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 754BB43DA2
	for <questions@freebsd.org>; Wed,  4 Oct 2006 12:43:02 +0000 (GMT)
	(envelope-from albi@scii.nl)
Received: from aseed.demon.nl ([83.160.138.119]:22471 helo=http.aseed.net)
	by post-23.mail.nl.demon.net with esmtp (Exim 4.51)
	id 1GV65S-000GeE-Qn
	for questions@freebsd.org; Wed, 04 Oct 2006 12:42:59 +0000
Received: from amandla (217-19-30-147.dsl.cambrium.nl [217.19.30.147])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by http.aseed.net (Postfix) with ESMTP id A2D3A564FC
	for <questions@freebsd.org>; Wed,  4 Oct 2006 14:43:07 +0200 (CEST)
Date: Wed, 4 Oct 2006 14:42:57 +0200
From: albi <albi@scii.nl>
To: questions@freebsd.org
Message-Id: <20061004144257.8249128d.albi@scii.nl>
X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: 
Subject: hp laserjet 1020 experiences
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 12:43:13 -0000


in an office i'm using a hp laserjet 1020 on a linux-machine with cups,
the printer itself prints nicely, but still there are all kind of
problems from time to time, like for example "not wanting to print
anymore (error -110 reading printer status), and printer needs to be
turned off and on" to be able to continue printing

i wondered whether things are going better in FreeBSD with this printer,
using CUPS or some other printer-software..

-- 
grtjs,
albi

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 12:43:29 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ADDDA16A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 12:43:29 +0000 (UTC)
	(envelope-from list-freebsd-2004@morbius.sent.com)
Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com
	[66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5770843D45
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 12:43:29 +0000 (GMT)
	(envelope-from list-freebsd-2004@morbius.sent.com)
Received: from frontend3.internal (frontend3.internal [10.202.2.152])
	by frontend1.messagingengine.com (Postfix) with ESMTP id 2CE17DAF9DB
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 08:43:28 -0400 (EDT)
Received: from heartbeat2.internal ([10.202.2.161])
	by frontend3.internal (MEProxy); Wed, 04 Oct 2006 08:43:30 -0400
X-Sasl-enc: i/z+k9AnPoYS5qq6Olq4BfItCy8LpHpbPy+NV6SG2msA 1159965810
Received: from gumby.localdomain (bb-87-81-140-128.ukonline.co.uk
	[87.81.140.128])
	by mail.messagingengine.com (Postfix) with ESMTP id 6EA37B55E
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 08:43:30 -0400 (EDT)
From: RW <list-freebsd-2004@morbius.sent.com>
To: Free BSD Questions list <freebsd-questions@freebsd.org>
Date: Wed, 4 Oct 2006 13:43:25 +0100
User-Agent: KMail/1.9.4
References: <20061004000523.GA5229@teddy.fas.com>
In-Reply-To: <20061004000523.GA5229@teddy.fas.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610041343.26488.list-freebsd-2004@morbius.sent.com>
Subject: Re: Strange cron behavior
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 12:43:29 -0000

On Wednesday 04 October 2006 01:05, stan wrote:
> I'm having a hard time getting cron to run a task. I've run crontab -e
> (as root), and added the following line:
>
> 12 * * * * /usr/local/bin/mirror_ubuntu
>
> This script runs from teh command line. Now I've seen plenty of
> strange beahviour because of the limited environment cron tasks
> get, but a basic "echo "test" >> /tmp/stan isn't even creating
> the file.

You can set environmental variables in the crontab file, see crontab(5)


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 13:24:33 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 129D416A494
	for <questions@freebsd.org>; Wed,  4 Oct 2006 13:24:33 +0000 (UTC)
	(envelope-from futhwo@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 415EC43D49
	for <questions@freebsd.org>; Wed,  4 Oct 2006 13:24:31 +0000 (GMT)
	(envelope-from futhwo@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n15so502066nfc
	for <questions@freebsd.org>; Wed, 04 Oct 2006 06:24:31 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer;
	b=tSsihiVpL9/JvfYSk9Aiax9a6QHPoARolIQOOFlv7h/lvGFSoTdVi4/bJFaqf0dUj2tv4PTJRS5xlTlovHL9erBRmDg8KEP4jyUUT1pF5+WAY2Wd28JRAfV1AKtgXubDzlLoryHcnL8C93kOlsPaUvrmDnBUggzmlk7pZC5/B1A=
Received: by 10.49.8.15 with SMTP id l15mr2329643nfi;
	Wed, 04 Oct 2006 06:24:30 -0700 (PDT)
Received: from ?85.239.177.182? ( [85.239.177.182])
	by mx.google.com with ESMTP id p72sm1167634nfc.2006.10.04.06.24.30;
	Wed, 04 Oct 2006 06:24:30 -0700 (PDT)
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Transfer-Encoding: 7bit
Message-Id: <7B0D645C-4EA3-4249-B7EB-5833F23824EF@gmail.com>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
To: FreeBSD Questions <questions@freebsd.org>
From: futhwo <futhwo@gmail.com>
Date: Wed, 4 Oct 2006 15:24:22 +0200
X-Mailer: Apple Mail (2.752.2)
Cc: 
Subject: Updating jails
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 13:24:33 -0000

Hi
We have an infrastructure composed by a few physical servers that  
contains some full jails (up to 10 jails per server). I am wondering  
what's the better and fastest way to bring the jails up-to-date when  
a new patchlevel or minor version is released and installed on the  
host system. This method would better be unattended, but it's not a  
requirement.

Hi
Ivan

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 13:31:06 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 72B3116A518
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 13:31:06 +0000 (UTC)
	(envelope-from freebsd-questions-local@be-well.ilk.org)
Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net
	[69.17.117.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E910243D5D
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 13:31:05 +0000 (GMT)
	(envelope-from freebsd-questions-local@be-well.ilk.org)
Received: (qmail 3258 invoked from network); 4 Oct 2006 13:31:04 -0000
Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org)
	([66.92.78.145])
	(envelope-sender <freebsd-questions-local@be-well.ilk.org>)
	by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP
	for <freebsd-questions@freebsd.org>; 4 Oct 2006 13:31:04 -0000
Received: by be-well.ilk.org (Postfix, from userid 1147)
	id 82D172842B; Wed,  4 Oct 2006 09:31:03 -0400 (EDT)
To: Tang Ho Yim <hoyimtang@yahoo.com>
References: <20061002103542.58677.qmail@web35811.mail.mud.yahoo.com>
From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
Date: Wed, 04 Oct 2006 09:31:03 -0400
In-Reply-To: <20061002103542.58677.qmail@web35811.mail.mud.yahoo.com> (Tang Ho
	Yim's message of "Mon, 2 Oct 2006 03:35:42 -0700 (PDT)")
Message-ID: <447izgjjhk.fsf@be-well.ilk.org>
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Cc: freebsd-questions@freebsd.org
Subject: Re: build minimum freebsd from make world
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: freebsd-questions@freebsd.org
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 13:31:06 -0000

Tang Ho Yim <hoyimtang@yahoo.com> writes:

> I have already install the minimum FreeBSD 6.1. Now, I would like to know how can I build & install the same minimum FreeBSD 6.1 from make world ?

I think that NODOC is enough to do it these days.  

Even that is usually only worthwhile for an expert 
tuning  a pared-down system, though.

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 13:35:25 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BFEA816A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 13:35:25 +0000 (UTC)
	(envelope-from freebsd-questions-local@be-well.ilk.org)
Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net
	[69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC69A43D4C
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 13:35:24 +0000 (GMT)
	(envelope-from freebsd-questions-local@be-well.ilk.org)
Received: (qmail 4304 invoked from network); 4 Oct 2006 13:35:24 -0000
Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org)
	([66.92.78.145])
	(envelope-sender <freebsd-questions-local@be-well.ilk.org>)
	by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP
	for <freebsd-questions@freebsd.org>; 4 Oct 2006 13:35:24 -0000
Received: by be-well.ilk.org (Postfix, from userid 1147)
	id 109142842B; Wed,  4 Oct 2006 09:35:22 -0400 (EDT)
To: Anders Troback <freebsd@troback.com>
References: <20061002220808.55298b73@devil.troback.com>
From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
Date: Wed, 04 Oct 2006 09:35:22 -0400
In-Reply-To: <20061002220808.55298b73@devil.troback.com> (Anders Troback's
	message of "Mon, 2 Oct 2006 22:08:08 +0200")
Message-ID: <443ba4jjad.fsf@be-well.ilk.org>
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Cc: FreeBSD <freebsd-questions@freebsd.org>
Subject: Re: NFS problems!
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: FreeBSD <freebsd-questions@freebsd.org>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 13:35:25 -0000

Anders Troback <freebsd@troback.com> writes:

> I'm having some problems with NFS lately!
>
> NFS server FreeBSD 6.1-RELESE
> NFS client FreeBSD 6.2-PRERELASE (STABLE)
>
> I'm using NFS to serve /home via amd but sometimes programs hangs and
> not even kill -9 will work. I have to restart rpc.lockd, rpc.statd and
> nfsd to get rid of the programs! If one program hangs many will follow
> and some will not start. Programs like Citrix Client Manager
> (wfcmgr), konqueror, konsole and gftp are all examples on programs that
> don't start. Sins 6.2-PRERELEASE sometimes wfcmgr don't start even if
> there are no programs hanging!
>
> This problem first occurred in 6.1-STABLE but disappear in 6.1-RELEASE
> and since 6.1-RELEASE-p4 (not 100% sure if it was p4 or p5) it's back!
>
> Does anyone have any idea what's going on here?

There have been some discussions of locking problems; see the -net
list.  In this case, though, I would tend to go with a soft mount
anyway, which might reduce the symptoms considerably.

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 13:37:12 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 11C2916A415
	for <questions@FreeBSD.org>; Wed,  4 Oct 2006 13:37:12 +0000 (UTC)
	(envelope-from webmaster@ctld.co.uk)
Received: from srv01.ctldhosting.com (ctldhosting.com [69.57.148.95])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A2C6943D49
	for <questions@FreeBSD.org>; Wed,  4 Oct 2006 13:37:11 +0000 (GMT)
	(envelope-from webmaster@ctld.co.uk)
X-ClientAddr: 81.129.189.82
Received: from CTLDLTD (host81-129-189-82.range81-129.btcentralplus.com
	[81.129.189.82]) (authenticated bits=0)
	by srv01.ctldhosting.com (8.12.10/8.12.10) with ESMTP id k94EPRuI005129
	for <questions@FreeBSD.org>; Wed, 4 Oct 2006 14:25:30 GMT
Message-ID: <000601c6e7ba$2fe35a00$0600a8c0@CTLDLTD>
From: "CTLD Design Ltd" <webmaster@ctld.co.uk>
To: <questions@FreeBSD.org>
Date: Wed, 4 Oct 2006 14:37:06 +0100
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2869
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
X-CTLD-Design-Ltd-MailScanner-Information: Please contact the ISP for more
	information
X-CTLD-Design-Ltd-MailScanner: Not scanned: please contact your Internet
	E-Mail Service Provider for details
X-MailScanner-From: webmaster@ctld.co.uk
X-Mailman-Approved-At: Wed, 04 Oct 2006 13:47:31 +0000
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Information please
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 13:37:12 -0000

Hi

I have just aquired a server with freebsd on it, the site I want to run =
on it needs to be able to show php within a html document, using a =
.htaccess file in the root directory of the site.

I have tried many different ways within the htaccess file but it just =
keeps trying to download the file, have I wasted my money or is there a =
work around for this, changing the pages file extension is not an =
option, the site is currently on an ensim server and works fine for =
running php within html.

Please advise.

Regards
=20
Neal Fenna
=20
CTLD Design Ltd
http://www.ctld.co.uk
4 Brantfell Walk
Bowness on Windermere
Cumbria
LA23 3AT
015394 44815
=20
Search-Cumbria
http://www.search-cumbria.com
http://www.cumbriaonline.org.uk
http://www.uklakes.co.uk

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 14:00:40 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 6DB5916A407
	for <questions@freebsd.org>; Wed,  4 Oct 2006 14:00:40 +0000 (UTC)
	(envelope-from albi@scii.nl)
Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net
	[194.159.73.193])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 088EB43D55
	for <questions@freebsd.org>; Wed,  4 Oct 2006 14:00:39 +0000 (GMT)
	(envelope-from albi@scii.nl)
Received: from aseed.demon.nl ([83.160.138.119]:22474 helo=http.aseed.net)
	by post-23.mail.nl.demon.net with esmtp (Exim 4.51)
	id 1GV7Ic-0001RS-B3; Wed, 04 Oct 2006 14:00:39 +0000
Received: from amandla (217-19-30-147.dsl.cambrium.nl [217.19.30.147])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by http.aseed.net (Postfix) with ESMTP id E9F0D564FC;
	Wed,  4 Oct 2006 16:00:47 +0200 (CEST)
Date: Wed, 4 Oct 2006 16:00:36 +0200
From: albi <albi@scii.nl>
To: futhwo <futhwo@gmail.com>
Message-Id: <20061004160036.854d2304.albi@scii.nl>
In-Reply-To: <7B0D645C-4EA3-4249-B7EB-5833F23824EF@gmail.com>
References: <7B0D645C-4EA3-4249-B7EB-5833F23824EF@gmail.com>
X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: questions@freebsd.org
Subject: Re: Updating jails
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 14:00:40 -0000

On Wed, 4 Oct 2006 15:24:22 +0200
futhwo <futhwo@gmail.com> wrote:

> We have an infrastructure composed by a few physical servers that  
> contains some full jails (up to 10 jails per server). I am wondering  
> what's the better and fastest way to bring the jails up-to-date when  
> a new patchlevel or minor version is released and installed on the  
> host system. This method would better be unattended, but it's not a  
> requirement.

you could try this :
http://memberwebs.com/nielsen/freebsd/jails/docs/jail_upgrade.html

-- 
grtjs,
albi

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 14:09:34 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0BE3816A4E8
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 14:09:34 +0000 (UTC)
	(envelope-from stpeter@atlas.jabber.org)
Received: from atlas.jabber.org (atlas.jabber.org [208.245.212.69])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C1C3443D46
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 14:09:33 +0000 (GMT)
	(envelope-from stpeter@atlas.jabber.org)
Received: by atlas.jabber.org (Postfix, from userid 1005)
	id 95E0021A2A5; Wed,  4 Oct 2006 09:09:32 -0500 (CDT)
From: "Peter Saint-Andre" <stpeter@jabber.org>
To: freebsd-questions@freebsd.org
Date: Wed, 04 Oct 2006 09:09:32 CDT
X-AskVersion: 2.5.2 (http://www.paganini.net/ask)
X-ASK-Auth: 1159970972-95a73f2819b5944490195db310c0cff2
Precedence: bulk
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
In-Reply-To: <20061004140920.E354A21B004@atlas.jabber.org>
Message-Id: <20061004140932.95E0021A2A5@atlas.jabber.org>
Subject: Please confirm (conf#f179b3facd9a3e536756615e845b32b0)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 14:09:34 -0000

<< IMPORTANT INFORMATION! >>

This is an automated message. 

The message you sent (attached below) requires confirmation
before it can be delivered. To confirm that you sent the
message below, just hit the "R"eply button and send this
message back (you don't need to edit anything). Once this is
done, no more confirmations will be necessary.

This email account is protected by:
Active Spam Killer (ASK) V2.5.2 - (C) 2001-2004 by Marco Paganini
For more information visit http://www.paganini.net/ask

--- Original Message Follows ---

From: freebsd-questions@freebsd.org
To: stpeter@jabber.org
Subject: Returned mail: see transcript for details


(Original message truncated)



From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 14:13:25 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 736D516A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 14:13:25 +0000 (UTC)
	(envelope-from pobox@verysmall.org)
Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1A25F43D46
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 14:13:24 +0000 (GMT)
	(envelope-from pobox@verysmall.org)
Received: from [130.83.73.12] (x266.vpn.hrz.tu-darmstadt.de [130.83.73.12])
	by thing.verysmall.org (Postfix) with ESMTP id 2050422892;
	Wed,  4 Oct 2006 15:12:16 +0100 (BST)
Message-ID: <4523C183.20903@verysmall.org>
Date: Wed, 04 Oct 2006 16:13:23 +0200
From: "pobox@verysmall.org" <pobox@verysmall.org>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: RW <list-freebsd-2004@morbius.sent.com>
References: <45239982.2000006@verysmall.org>	<fa8f05950610040426g4cde657ciaf3b58de218108d0@mail.gmail.com>	<45239BD7.30502@verysmall.org>
	<200610041336.54104.list-freebsd-2004@morbius.sent.com>
In-Reply-To: <200610041336.54104.list-freebsd-2004@morbius.sent.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: what are pX and #X
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 14:13:25 -0000

 > Point releases often contain patches for both world and kernel. After 
updating
 > source you shouldn't build *only*  the kernel, unless you have 
analysed the
 > changes and decided a world update is not needed.

Oh, I see. Thanks, that was useful.

Iv

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 13:55:40 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 048B316A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 13:55:40 +0000 (UTC)
	(envelope-from honestqiao@hotmail.com)
Received: from bay0-omc2-s39.bay0.hotmail.com (bay0-omc2-s39.bay0.hotmail.com
	[65.54.246.175])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B7EB243D45
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 13:55:39 +0000 (GMT)
	(envelope-from honestqiao@hotmail.com)
Received: from hotmail.com ([65.54.174.35]) by bay0-omc2-s39.bay0.hotmail.com
	with Microsoft SMTPSVC(6.0.3790.1830); 
	Wed, 4 Oct 2006 06:55:39 -0700
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	Wed, 4 Oct 2006 06:55:39 -0700
Message-ID: <BAY103-F25DF6DB073E8D1F50E5F6BD21D0@phx.gbl>
Received: from 65.54.174.200 by by103fd.bay103.hotmail.msn.com with HTTP;
	Wed, 04 Oct 2006 13:55:36 GMT
X-Originating-IP: [61.49.185.69]
X-Originating-Email: [honestqiao@hotmail.com]
X-Sender: honestqiao@hotmail.com
From: "Honest Qiao" <honestqiao@hotmail.com>
To: freebsd-questions@freebsd.org
Date: Wed, 04 Oct 2006 13:55:36 +0000
Mime-Version: 1.0
Content-Type: text/plain; charset=gb2312; format=flowed
X-OriginalArrivalTime: 04 Oct 2006 13:55:39.0200 (UTC)
	FILETIME=[C6370400:01C6E7BC]
X-Mailman-Approved-At: Wed, 04 Oct 2006 14:21:27 +0000
Subject: FreeBSD 6.1-PRERELEASE : rm swapfile after swapoff can't release
	the disk space
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 13:55:40 -0000

Environment: FreeBSD www141.igogo8.com 6.1-PRERELEASE FreeBSD 
6.1-PRERELEASE #0: Fri May 12 12:12:17 CST 2006 
HonestQiao@www141.igogo8.com:/usr/src/sys/i386/compile/iGOGO8-PAE i386 

Description: 
Several months ago , I read the follow article, and add a 12G swapfile. 
The article url is 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/adding-swap-space.html 



The swapfile is /usr/swap0 , and I have a swap mount which size is 2G. 
top show: 
Swap: 14G Total, 14G Free 

Today , I use swapoff /usr/swap0 to disable swapfile , and then rm 
/usr/swap0. 
/usr/swap0 was deleted, but its disk space can't release. 
Now, top show: 
Swap: 2048M Total, 2048M Free 

www141# df -hi 
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 
/dev/amrd0s1a 248M 41M 187M 18% 1609 31413 5% / 
devfs 1.0K 1.0K 0B 100% 0 0 100% /dev 
/dev/amrd0s1f 19G 965M 17G 5% 1737 2636085 0% /db 
/dev/amrd0s1g 19G 12G 5.6G 69% 769803 1868019 29% /home 
/dev/amrd0s1d 248M 43M 185M 19% 585 32437 2% /tmp 
/dev/amrd0s1h 25G 19G 3.4G 85% 354372 3013562 11% /usr 
/dev/amrd0s1e 248M 65M 163M 29% 6430 26592 19% /var 

www141# du -csh /usr 
9.3G /usr 
9.3G total 

www141# mount 
/dev/amrd0s1a on / (ufs, local) 
devfs on /dev (devfs, local) 
/dev/amrd0s1f on /db (ufs, local, soft-updates) 
/dev/amrd0s1g on /home (ufs, local, soft-updates) 
/dev/amrd0s1d on /tmp (ufs, local, soft-updates) 
/dev/amrd0s1h on /usr (ufs, local, soft-updates) 
/dev/amrd0s1e on /var (ufs, local, soft-updates) 

from , df -hi show /usr use 19G 
but, du -csh /usr show use use 9.3G 

Why there has a big difference size between df and du? 
And How to get back the lost disk space?

Also , you can visit it on 
http://www.freebsd.org/cgi/query-pr.cgi?pr=103867 

Thanks!

_________________________________________________________________
ÓëÊÀ½ç¸÷µØµÄÅóÓѽøÐн»Á÷£¬Ãâ·ÑÏÂÔØ  Live Messenger; 
http://get.live.com/messenger/overview 


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 14:48:39 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 87FB116A407
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 14:48:39 +0000 (UTC)
	(envelope-from nvass@teledomenet.gr)
Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 360EE43D79
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 14:48:37 +0000 (GMT)
	(envelope-from nvass@teledomenet.gr)
Received: from iris ([192.168.1.71])
	by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k94EmYEY006100;
	Wed, 4 Oct 2006 17:48:34 +0300
From: Nikos Vassiliadis <nvass@teledomenet.gr>
To: freebsd-questions@freebsd.org
Date: Wed, 4 Oct 2006 17:44:50 +0300
User-Agent: KMail/1.9.1
References: <BAY103-F25DF6DB073E8D1F50E5F6BD21D0@phx.gbl>
In-Reply-To: <BAY103-F25DF6DB073E8D1F50E5F6BD21D0@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610041744.50978.nvass@teledomenet.gr>
Cc: Honest Qiao <honestqiao@hotmail.com>
Subject: Re: FreeBSD 6.1-PRERELEASE : rm swapfile after swapoff can't
	release the disk space
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 14:48:39 -0000

On Wednesday 04 October 2006 16:55, Honest Qiao wrote:
> Description:
> Several months ago , I read the follow article, and add a 12G swapfile.
> The article url is
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/adding-swap-space
>.html
>
> The swapfile is /usr/swap0 , and I have a swap mount which size is 2G.
> top show:
> Swap: 14G Total, 14G Free
>
> Today , I use swapoff /usr/swap0 to disable swapfile , and then rm
> /usr/swap0.
> /usr/swap0 was deleted, but its disk space can't release.

Only the filename(/usr/swap0) is deleted and that's because
there are references to it.
mdconfig -l to see which /dev/md[0-9] is attached to the file
mdconfig -d -u unit to delete the md

[snip]


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 14:48:45 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 56F8C16A4D1
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 14:48:45 +0000 (UTC)
	(envelope-from jeff@seamanpaper.com)
Received: from seamanpaper.com (seamanpaper.com [64.62.234.89])
	by mx1.FreeBSD.org (Postfix) with SMTP id 8908743D62
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 14:48:37 +0000 (GMT)
	(envelope-from jeff@seamanpaper.com)
Received: from 66.152.240.162 ([66.152.240.162]) by seamanpaper.com for
	<freebsd-questions@freebsd.org>; Wed, 4 Oct 2006 07:48:30 -0700
Message-ID: <4523C9C2.6060000@seamanpaper.com>
Date: Wed, 04 Oct 2006 10:48:34 -0400
From: Jeff Dickens <jeff@seamanpaper.com>
Organization: Seaman Paper Company
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
References: <4522969F.9010504@seamanpaper.com>
	<200610031605.54121.lists@jnielsen.net>
In-Reply-To: <200610031605.54121.lists@jnielsen.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: optimal kernel options for VMWARE guest system
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 14:48:45 -0000

John Nielsen wrote:
> On Tuesday 03 October 2006 12:58, Jeff Dickens wrote:
>   
>> I have some Freebsd systems that are running as VMware guests.  I'd like
>> to configure their kernels so as to minimize the overhead on the VMware
>> host system.  After reading and partially digesting the white paper on
>> timekeeping in VMware virtual machines
>> (http://www.vmware.com/pdf/vmware_timekeeping.pdf) it appears that I
>> might want to make some changes.
>>
>> Has anyone addressed this issue?
>>     
>
> I haven't read the white paper (yet; thanks for the link), but I've had good 
> results with recent -STABLE VM's running under ESX server 3. Some thoughts:
>
> As I do on most of my installs, I trimmed down GENERIC to include just the 
> drivers I use. In this case that was mpt for the disk and le for the network 
> (although I suspect forcing the VM to present e1000 hardware and then using 
> the em driver would work as well if not better).
>
> The VMware tools package that comes with ESX server does a poor job of getting 
> itself to run, but it can be made to work without too much difficulty. Don't 
> use the port, run the included install script to install the files, ignore 
> the custom network driver and compile the memory management module from 
> source (included). If using X.org, use the built-in vmware display driver, 
> and copy the vmmouse driver .o file from the VMware tools dist to the 
> appropriate dir under /usr/X11. Even though the included file is for X.org 
> 6.8, it works fine with 6.9/7.0 (X.org 7.1 should include the vmmouse 
> driver.) Run the VMware tools config script from a non-X terminal (and you 
> can ignore the warning about running it remotely if you're using SSH), so it 
> won't mess with your X display (it doesn't do anything not accomplished 
> above). Then run the rc.d script to start the VMware tools.
>
> I haven't noticed any timekeeping issues so far.
>
> JN
> _______________________________________________
>   
What is the advantage of using the "e1000 hardware", and is this 
documented somewhere?  I got the vxn network driver working without 
issues; I just had to edit the .vxn file manually:  I'm using the free 
VMware server V1 rather than the ESX server.

   ethernet0.virtualDev="vmxnet"

I've got timekeeping running stably on these.  I turn on time sync via 
vmware tools in the .vmx file:

  tools.syncTime = "TRUE"

and in the guest file's rc.conf start ntpd with flags "-Aqgx &" so it 
just syncs once at boot and exits.

I'm not using X on these.  They're supposed to be clean & lean systems 
to run such things as djbdns and qmail.  And they do work well.  

My main goal is to reduce the background load on the VMware host system 
so that it isn't spending more time than it has to simulating interrupt 
controllers for the guests.  I'm wondering about the "disable ACPI" boot 
option.  I suppose I first should figure out how to even roughly measure 
the effect of any changes I might make.









From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 15:08:53 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 6997216A40F
	for <questions@freebsd.org>; Wed,  4 Oct 2006 15:08:53 +0000 (UTC)
	(envelope-from i.tanusheff@procreditbank.bg)
Received: from mailgate.procreditbank.bg (mailgate.procreditbank.bg
	[193.26.216.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 95AC743D72
	for <questions@freebsd.org>; Wed,  4 Oct 2006 15:08:44 +0000 (GMT)
	(envelope-from i.tanusheff@procreditbank.bg)
Received: (qmail 85592 invoked from network); 4 Oct 2006 17:10:01 +0300
Received: by simscan 1.1.0 ppid: 85580, pid: 85581, t: 1.9833s
	scanners: attach: 1.1.0 clamav: 0.88.4/m:40/d:1994 spam: 3.1.5
X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on 
	mailgate.procreditbank.bg
X-Spam-Level: 
X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE 
	autolearn=ham version=3.1.5
Received: from unknown (HELO lotus.procreditbank.bg) (172.16.248.123)
	by 192.168.1.3 with SMTP; 4 Oct 2006 17:09:59 +0300
In-Reply-To: <7B0D645C-4EA3-4249-B7EB-5833F23824EF@gmail.com>
To: futhwo <futhwo@gmail.com>
MIME-Version: 1.0
X-Mailer: Lotus Notes Release 7.0 August 18, 2005
From: Ivailo Tanusheff <i.tanusheff@procreditbank.bg>
Message-ID: <OF208BD1CF.F6EE6FF6-ONC22571FD.004CA630-C22571FD.004D7A97@procreditbank.bg>
Date: Wed, 4 Oct 2006 17:00:45 +0300
X-MIMETrack: Serialize by Router on DOMINO_HQ/PROCREDITBANK(Release 7.0|August
	18, 2005) at 10/04/2006 05:00:46 PM,
	Serialize complete at 10/04/2006 05:00:46 PM
Content-Type: text/plain; charset="US-ASCII"
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: FreeBSD Questions <questions@freebsd.org>,
	owner-freebsd-questions@freebsd.org
Subject: Re: Updating jails
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 15:08:53 -0000

I may give you a script how to update ports in the jails. You just need to 
have the same ports installed on your base system and build them with 
making a package ready for instalation. Personally I use: 
PACKAGES=/usr/ports/packages /usr/local/sbin/portupgrade -v -i -a -y -p

Then if you have made jails in /usr/local/jails use the following script:

#!/bin/sh

echo "***********************************"
echo "*                                 *"
echo "*    Preparing mount points       *"
echo "*                                 *"
echo "***********************************"

/sbin/mount_nullfs /usr/ports/ /usr/local/jails/<jail1>/usr/ports
/sbin/mount_nullfs /usr/ports/ /usr/local/jails/<jail2>/usr/ports
...
/sbin/mount_nullfs /usr/ports/ /usr/local/jails/<jailn>/usr/ports

echo ""
echo ""
echo "***********************************"
echo "*                                 *"
echo "*    Executing update script      *"
echo "*                                 *"
echo "***********************************"
echo ""
echo ""

for jid in `/usr/sbin/jls | /usr/bin/cut -c 1-6`; do
  if [ $jid != "JID" ]; then
    echo "Updating:"
    echo `/usr/sbin/jls | /usr/bin/grep JID`
    echo `/usr/sbin/jls | /usr/bin/grep " $jid "`
    echo -n "Continue with upgrade [y/n]: "
    read oks
    if [ "x$oks" = "xn" -o "x$oks" = "xN" ]; then
      echo "Skipping JID=$jid"
      echo ""
      echo ""
    else
      /usr/sbin/jexec $jid /usr/local/bin/updateports.sh
    fi
  fi
done


echo ""
echo ""
echo "***********************************"
echo "*                                 *"
echo "*    Removing mount points        *"
echo "*                                 *"
echo "***********************************"
echo ""
echo ""

/sbin/umount /usr/local/jails/<jail1>/usr/ports
/sbin/umount /usr/local/jails/<jail2>/usr/ports
....
/sbin/umount /usr/local/jails/<jailn>/usr/ports


This asks you for updating particular jail and executes 
/usr/local/bin/updateports.sh in each jail (you should copy it in every 
jail). You can use this:

#!/usr/local/bin/bash


echo "************************************************"
echo "*                                              *"
echo "*         Updating indexes                     *"
echo "*                                              *"
echo "************************************************"


/usr/local/sbin/portsdb -u


echo "************************************************"
echo "*                                              *"
echo "*         Fixing database                      *"
echo "*                                              *"
echo "************************************************"



/usr/local/sbin/pkgdb -Fv



echo "************************************************"
echo "*                                              *"
echo "*         Updating ports                       *"
echo "*                                              *"
echo "************************************************"



/usr/local/sbin/portupgrade -v -i -a -y -f -PP


That is what I use in my jails. Hope this will help you :)
Regards,

Ivailo Tanusheff
Deputy Head of IT Department
ProCredit Bank (Bulgaria) AD





futhwo <futhwo@gmail.com> 
Sent by: owner-freebsd-questions@freebsd.org
04.10.2006 16:24

To
FreeBSD Questions <questions@freebsd.org>
cc

Subject
Updating jails






Hi
We have an infrastructure composed by a few physical servers that 
contains some full jails (up to 10 jails per server). I am wondering 
what's the better and fastest way to bring the jails up-to-date when 
a new patchlevel or minor version is released and installed on the 
host system. This method would better be unattended, but it's not a 
requirement.

Hi
Ivan
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"freebsd-questions-unsubscribe@freebsd.org"


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 15:12:45 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 4C66C16A40F
	for <questions@freebsd.org>; Wed,  4 Oct 2006 15:12:45 +0000 (UTC)
	(envelope-from atom.powers@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8EA3243D53
	for <questions@freebsd.org>; Wed,  4 Oct 2006 15:12:42 +0000 (GMT)
	(envelope-from atom.powers@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n15so533124nfc
	for <questions@freebsd.org>; Wed, 04 Oct 2006 08:12:41 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=JDwOyQuq6cfCVXk6ctE0Ex6Uzg7aq9td2KkiHU6XW1NZRNiCMgo6uQ2tVAIh1oBpJfp2LEMIhVMvOjsj9kJ07T0ZP0hPh7kZcABPpDvAiciN7uc1wFEsaXoOKdxgaJO66h3NPZTd2E+e5Rr0bZ6Z5z3RHtkaopbl7qAp7FVnw2Q=
Received: by 10.48.48.15 with SMTP id v15mr2483415nfv;
	Wed, 04 Oct 2006 08:12:40 -0700 (PDT)
Received: by 10.49.63.18 with HTTP; Wed, 4 Oct 2006 08:12:40 -0700 (PDT)
Message-ID: <df9ac37c0610040812j1f4fc65av407ed7d357839035@mail.gmail.com>
Date: Wed, 4 Oct 2006 08:12:40 -0700
From: "Atom Powers" <atom.powers@gmail.com>
To: "CTLD Design Ltd" <webmaster@ctld.co.uk>
In-Reply-To: <000601c6e7ba$2fe35a00$0600a8c0@CTLDLTD>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <000601c6e7ba$2fe35a00$0600a8c0@CTLDLTD>
Cc: questions@freebsd.org
Subject: Re: Information please
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 15:12:45 -0000

On 10/4/06, CTLD Design Ltd <webmaster@ctld.co.uk> wrote:
> Hi
>
> I have just aquired a server with freebsd on it, the site I want to run on it needs to be able to show php within a html document, using a .htaccess file in the root directory of the site.
>
> I have tried many different ways within the htaccess file but it just keeps trying to download the file, have I wasted my money or is there a work around for this, changing the pages file extension is not an option, the site is currently on an ensim server and works fine for running php within html.
>

Your question is better addressed to the Apache list, this isn't a
problem with FreeBSD.

The files, their extensions, and how the server processes them have
nothing to do with the .htaccess file. You probably need to install
the PHP libraries and configure Apache (httpd.conf) to use them.

-- 
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 15:55:51 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AD55E16A407
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 15:55:51 +0000 (UTC)
	(envelope-from lists@jnielsen.net)
Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AD32643D6D
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 15:55:47 +0000 (GMT)
	(envelope-from lists@jnielsen.net)
Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0)
	by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k94FtiU9053451;
	Wed, 4 Oct 2006 08:55:45 -0700 (PDT)
	(envelope-from lists@jnielsen.net)
From: John Nielsen <lists@jnielsen.net>
To: freebsd-questions@freebsd.org
Date: Wed, 4 Oct 2006 11:55:23 -0400
User-Agent: KMail/1.9.4
References: <4522969F.9010504@seamanpaper.com>
	<200610031605.54121.lists@jnielsen.net>
	<4523C9C2.6060000@seamanpaper.com>
In-Reply-To: <4523C9C2.6060000@seamanpaper.com>
X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB;
	tBQf[RU-R<,I)e"$q7N7
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610041155.23378.lists@jnielsen.net>
X-Virus-Scanned: ClamAV version 0.88.4,
	clamav-milter version 0.88.4 on ns1.jnielsen.net
X-Virus-Status: Clean
Cc: Jeff Dickens <jeff@seamanpaper.com>
Subject: Re: optimal kernel options for VMWARE guest system
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 15:55:51 -0000

On Wednesday 04 October 2006 10:48, Jeff Dickens wrote:
> John Nielsen wrote:
> > On Tuesday 03 October 2006 12:58, Jeff Dickens wrote:
> >> I have some Freebsd systems that are running as VMware guests.  I'd like
> >> to configure their kernels so as to minimize the overhead on the VMware
> >> host system.  After reading and partially digesting the white paper on
> >> timekeeping in VMware virtual machines
> >> (http://www.vmware.com/pdf/vmware_timekeeping.pdf) it appears that I
> >> might want to make some changes.
> >>
> >> Has anyone addressed this issue?
> >
> > I haven't read the white paper (yet; thanks for the link), but I've had
> > good results with recent -STABLE VM's running under ESX server 3. Some
> > thoughts:
> >
> > As I do on most of my installs, I trimmed down GENERIC to include just
> > the drivers I use. In this case that was mpt for the disk and le for the
> > network (although I suspect forcing the VM to present e1000 hardware and
> > then using the em driver would work as well if not better).
> >
> > The VMware tools package that comes with ESX server does a poor job of
> > getting itself to run, but it can be made to work without too much
> > difficulty. Don't use the port, run the included install script to
> > install the files, ignore the custom network driver and compile the
> > memory management module from source (included). If using X.org, use the
> > built-in vmware display driver, and copy the vmmouse driver .o file from
> > the VMware tools dist to the appropriate dir under /usr/X11. Even though
> > the included file is for X.org 6.8, it works fine with 6.9/7.0 (X.org 7.1
> > should include the vmmouse driver.) Run the VMware tools config script
> > from a non-X terminal (and you can ignore the warning about running it
> > remotely if you're using SSH), so it won't mess with your X display (it
> > doesn't do anything not accomplished above). Then run the rc.d script to
> > start the VMware tools.
> >
> > I haven't noticed any timekeeping issues so far.
> >
> > JN
> > _______________________________________________
>
> What is the advantage of using the "e1000 hardware", and is this
> documented somewhere?  I got the vxn network driver working without
> issues; I just had to edit the .vxn file manually:  I'm using the free
> VMware server V1 rather than the ESX server.
>
>    ethernet0.virtualDev="vmxnet"

Not documented, just my opinion that the em(4) driver is probably a better 
performer than le(4), and the former has awareness of media speeds, etc. I 
actually haven't tried using the vxn network driver yet. My view could be 
tainted by old experiences with VMware Workstation 3 and the lnc(4) driver, 
though.

> I've got timekeeping running stably on these.  I turn on time sync via
> vmware tools in the .vmx file:
>
>   tools.syncTime = "TRUE"
>
> and in the guest file's rc.conf start ntpd with flags "-Aqgx &" so it
> just syncs once at boot and exits.
>
> I'm not using X on these.  They're supposed to be clean & lean systems
> to run such things as djbdns and qmail.  And they do work well.
>
> My main goal is to reduce the background load on the VMware host system
> so that it isn't spending more time than it has to simulating interrupt
> controllers for the guests.  I'm wondering about the "disable ACPI" boot
> option.  I suppose I first should figure out how to even roughly measure
> the effect of any changes I might make.

So far I'm just experimenting with FreeBSD VM's in my spare time. Our 
only "production" VM's at the moment are Windows and a Fedora instance or 
two. It'd be nice if there were a central repository for some of these tips 
and other info. (Maybe there are threads on VMTN, I haven't really looked).

JN

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 16:35:55 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7016516A4EF
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 16:35:55 +0000 (UTC) (envelope-from vdemart1@tin.it)
Received: from vsmtp12.tin.it (vsmtp12.tin.it [212.216.176.206])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9399243D9A
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 16:35:10 +0000 (GMT) (envelope-from vdemart1@tin.it)
Received: from [10.155.100.8] (87.1.223.248) by vsmtp12.tin.it (7.2.072.1)
	(authenticated as vdemart1@tin.it)
	id 451BEC630046D685 for freebsd-questions@freebsd.org;
	Wed, 4 Oct 2006 18:32:02 +0200
From: vittorio <vdemart1@tin.it>
To: freebsd-questions@freebsd.org
Date: Wed, 4 Oct 2006 18:32:01 +0000
User-Agent: KMail/1.9.4
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610041832.02074.vdemart1@tin.it>
Subject: ipfw & cups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 16:35:55 -0000

As an IPFW newbye with the following rules I'm unable to use cupsd in the same 
box where ipfw is running; cups seems to hang endlessly (rule 631 is about 
the port 631).
What ami I missing
Ciao
Vittorio

# ipfw list
00500 check-state
00501 deny tcp from any to any established
00502 deny ip from any to any frag
00503 allow ip from any to any via lo0
00504 deny ip from any to any not verrevpath in
00505 deny ip from any to 127.0.0.0/8
00508 deny ip from 127.0.0.0/8 to any
00590 allow tcp from 10.155.100.0/24 to me dst-port 22,80 via iwi0 setup 
keep-state
00595 allow tcp from me to any dst-port 22,80,443 via iwi0 setup keep-state
00597 allow ip from me to any dst-port 20,21 out setup keep-state
00601 allow tcp from 10.155.100.0/24 to me dst-port 81,137-139,445 via iwi0 
setup keep-state
00602 allow udp from 10.155.100.0/24 to me dst-port 123,81,137,138,139,445 via 
iwi0 setup keep-state
00603 allow tcp from me to 10.155.100.0/24 dst-port 81,137-139,445 via iwi0 
setup keep-state
00604 allow udp from me to 10.155.100.0/24 dst-port 123,81,137,138,139,445 via 
iwi0 setup keep-state
00605 allow tcp from 10.155.100.0/24 to me dst-port 1024,5432,5900-5909 via 
iwi0 setup keep-state
00607 allow udp from 10.155.100.0/24 to me dst-port 1024,5432,5900-5909 via 
iwi0 setup keep-state
00608 allow tcp from any to 10.155.100.33 dst-port 1491
00609 allow tcp from 10.155.100.33 1491 to any
00610 allow tcp from me to any dst-port 53 out via iwi0 keep-state
00612 allow udp from me to any dst-port 53 out via iwi0 keep-state
00631 allow tcp from 10.155.100.0/24 to me dst-port 631
00650 allow tcp from any to any dst-port 25 out via iwi0 setup keep-state
00655 allow tcp from any to any dst-port 110 out via iwi0 setup keep-state
00700 allow icmp from 10.155.100.0/24 to any via iwi0
65535 deny ip from any to any

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 16:54:33 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3221F16A47B
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 16:54:33 +0000 (UTC)
	(envelope-from admin2@enabled.com)
Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D803F43D49
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 16:54:28 +0000 (GMT)
	(envelope-from admin2@enabled.com)
Received: from [172.23.8.16] (nat-service4.juniper.net [66.129.225.151])
	(authenticated bits=0)
	by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k94GsSd9064664
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 09:54:28 -0700 (PDT)
	(envelope-from admin2@enabled.com)
Message-ID: <4523E73E.7090104@enabled.com>
Date: Wed, 04 Oct 2006 09:54:22 -0700
From: Noah <admin2@enabled.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: sshd stalling upon login
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 16:54:33 -0000

Hi there,

I just built some new FreeBSD servers, and I am trying to log into one 
of them via sshd.  I am finding that the is  a lag between the 
connection and receiving a prompt.  most likely this is because the IP 
address I am coming from does not resolve.  But I am able to log into
other servers via sshd from the same host that does not have IP inverse 
resolution.

So I copied the /etc/ssh/sshd_config and /etc/resolv.conf from the host 
that does not stall me to the server that was stalling.  that did not 
clear up the Problem.

what other configuration files need to be augmented to get rid of this 
stall?  clues please?


Cheers,

Noah


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 16:55:05 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 031A416A416
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 16:55:04 +0000 (UTC)
	(envelope-from coughlandesmond@yahoo.fr)
Received: from web27512.mail.ukl.yahoo.com (web27512.mail.ukl.yahoo.com
	[217.146.177.216])
	by mx1.FreeBSD.org (Postfix) with SMTP id 2CC9D43D7E
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 16:54:48 +0000 (GMT)
	(envelope-from coughlandesmond@yahoo.fr)
Received: (qmail 15289 invoked by uid 60001); 4 Oct 2006 16:54:47 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr;
	h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=FLSpCLgjDNVIKYb20HmsXYkH+UDRFBzz8h2j2Th0ol94nG0EhAaM6dHOYIqTYqOnuh23OZo9+2f7GaPPnWiTS81iQqSx2fypoa+aiR6AqDtG/kauxyarj6yiOBQIL0xMQniJSyROuAi2d4p6zhydVYr2yquMGy8MgpOCk7d73FM=
	; 
Message-ID: <20061004165447.15287.qmail@web27512.mail.ukl.yahoo.com>
Received: from [82.123.47.191] by web27512.mail.ukl.yahoo.com via HTTP;
	Wed, 04 Oct 2006 18:54:47 CEST
Date: Wed, 4 Oct 2006 18:54:47 +0200 (CEST)
From: Desmond Coughlan <coughlandesmond@yahoo.fr>
To: freebsd mailing list <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: cheapskate webmail interface
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 16:55:05 -0000

X-No-Archive: true
   
  Me Again,
   
  The good news is that it's working.  :)  There must be some incompatibility with 6.2-RELEASE as on a whim, I tried 5.5, and it worked first time.  So you guys are owed a beer, if you get to Paris!  Our setup looks like this ... 
   
  > df -h
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/ad0s1a    124M     54M     59M    48%    /
devfs          1.0K    1.0K      0B   100%    /dev
/dev/ad1s1d    1.9G    138K    1.8G     0%    /home
/dev/ad1s1e    1.9G     68K    1.8G     0%    /share
/dev/ad0s1d    496M    7.5M    449M     2%    /tmp
/dev/ad0s1e    8.0G    896M    6.5G    12%    /usr
/dev/ad1s1f     14G     53M     13G     0%    /var
   
  We had some problems whilst configuring the kernel, but after going back to GENERIC and changing only the name ('RASHI'), and the 'cpu' lines, and adding QUOTA, everything worked. 
   
  > uname -a
FreeBSD rachi.XXXX.fr 5.5-RELEASE FreeBSD 5.5-RELEASE #0: Tue Oct  3 19:42:15 CEST 2006     root@rachi.XXXX.fr:/usr/src/sys/i386/compile/RACHI  i386
   
  I've got a working install of sendmail on the machine now, and postgreSQL and apache are also reporting for duty.
   
  Now we just need forums and webmail.  The latter will be http://www.phpbb.com/ but for webmail, we're having difficulty finding a free solution.  ismail won't install from the ports, and other than that, everything I've found looks to be in the region of 250 $US.  As I believe I've mentioned, the organisation is a school, and that sort of money just isn't in the kitty.  So my options are to write it in perl myself... oh G-d, we want it to be working before Passover 2010!  Or we find an open source version.
   
  So once again, I throw myself at your feet.... 
   
  Thanks.
   
  D.
   

 		
---------------------------------
 Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 16:56:21 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8D83B16A407
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 16:56:21 +0000 (UTC)
	(envelope-from bob@tania.servebbs.org)
Received: from mail1.panix.com (mail1.panix.com [166.84.1.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0932543D8C
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 16:56:10 +0000 (GMT)
	(envelope-from bob@tania.servebbs.org)
Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78])
	by mail1.panix.com (Postfix) with ESMTP id E0A3C58B10
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 12:56:06 -0400 (EDT)
Received: from tania.servebbs.org (pool-71-247-17-24.nycmny.east.verizon.net
	[71.247.17.24])
	by mailspool3.panix.com (Postfix) with ESMTP id E95723C6C49
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 12:55:43 -0400 (EDT)
From: Bob <bob@tania.servebbs.org>
Organization: TamaraB
To: freebsd-questions@freebsd.org
Date: Wed, 4 Oct 2006 12:54:52 -0400
User-Agent: KMail/1.9.1
References: <20061004140932.95E0021A2A5@atlas.jabber.org>
In-Reply-To: <20061004140932.95E0021A2A5@atlas.jabber.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610041254.53606.bob@tania.servebbs.org>
Subject: Re: Please confirm (conf#f179b3facd9a3e536756615e845b32b0)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 16:56:21 -0000

On Wednesday 04 October 2006 10:09, Peter Saint-Andre wrote:
> << IMPORTANT INFORMATION! >>
>
> This is an automated message.
>
> The message you sent (attached below) requires confirmation
> before it can be delivered. To confirm that you sent the
> message below, just hit the "R"eply button and send this
> message back (you don't need to edit anything). Once this is
> done, no more confirmations will be necessary.
>
> This email account is protected by:
> Active Spam Killer (ASK) V2.5.2 - (C) 2001-2004 by Marco Paganini
> For more information visit http://www.paganini.net/ask
>
> --- Original Message Follows ---
>
> From: freebsd-questions@freebsd.org
> To: stpeter@jabber.org
> Subject: Returned mail: see transcript for details
>
>
> (Original message truncated)
>
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 17:08:28 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C53BF16A4C9
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 17:08:28 +0000 (UTC)
	(envelope-from coughlandesmond@yahoo.fr)
Received: from web27511.mail.ukl.yahoo.com (web27511.mail.ukl.yahoo.com
	[217.146.177.215])
	by mx1.FreeBSD.org (Postfix) with SMTP id 684E843E6B
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 17:06:56 +0000 (GMT)
	(envelope-from coughlandesmond@yahoo.fr)
Received: (qmail 43751 invoked by uid 60001); 4 Oct 2006 17:06:55 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr;
	h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=J7N6lSvBBQV7ExkeM+kTXtSKmFLrkUPakz8M1xESrs4x9z+dHtiGC+3SvAyOjhGfWCjHcm4qA4iL1OGN6p/2KOl7Q599SMPooJLlpn91m3KTh1GHpK9qbvLLhl27OpVurXrSdWTpPGVTy73PKzJZv5MZzdaUF+OFEMYw24J4PBk=
	; 
Message-ID: <20061004170655.43749.qmail@web27511.mail.ukl.yahoo.com>
Received: from [82.123.47.191] by web27511.mail.ukl.yahoo.com via HTTP;
	Wed, 04 Oct 2006 19:06:55 CEST
Date: Wed, 4 Oct 2006 19:06:55 +0200 (CEST)
From: Desmond Coughlan <coughlandesmond@yahoo.fr>
To: Noah <admin2@enabled.com>, freebsd-questions@freebsd.org
In-Reply-To: <4523E73E.7090104@enabled.com>
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: RE : sshd stalling upon login
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 17:08:28 -0000

X-No-Archive: true
   
  I'm possibly (probably) talking bullshit, but try to alter the /etc/hosts to reflect the machine whence you're trying the login.... 
   
  D.

 		
---------------------------------
 Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 17:32:42 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7D2CA16A4AB
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 17:32:42 +0000 (UTC)
	(envelope-from perikillo@gmail.com)
Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7759943D82
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 17:32:17 +0000 (GMT)
	(envelope-from perikillo@gmail.com)
Received: by wr-out-0506.google.com with SMTP id i21so60303wra
	for <freebsd-questions@freebsd.org>;
	Wed, 04 Oct 2006 10:32:17 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
	b=ee0C3tp2ZjDAP0h/+ZdzM2KeiMPPDjhgTWp0GV6Xvc2NsQRMdS2UXJte5rBUWYxg1obA1RC1afpnJDo8PeOMRnLHk8E6R8S8Xlb1YRA0C7+v9BXG5Ue+XDgqDXdI5ncsT61IAFhcVok/o5XDakgfo0Mz3PuMDCS7wLYDs/FDVu8=
Received: by 10.90.25.3 with SMTP id 3mr416562agy;
	Wed, 04 Oct 2006 10:32:16 -0700 (PDT)
Received: by 10.90.70.18 with HTTP; Wed, 4 Oct 2006 10:32:16 -0700 (PDT)
Message-ID: <51d7a5160610041032x4a56f09ke73c83b72f81fd15@mail.gmail.com>
Date: Wed, 4 Oct 2006 10:32:16 -0700
From: perikillo <perikillo@gmail.com>
To: "FreeBSD Mailing List" <freebsd-questions@freebsd.org>
In-Reply-To: <20061004083023.796fe5cd.wmoran@collaborativefusion.com>
MIME-Version: 1.0
References: <51d7a5160610031351h62e33f42kbbdd7e4001c9342d@mail.gmail.com>
	<51d7a5160610031755m643de45dk48b2c4d26d3f511a@mail.gmail.com>
	<20061004083023.796fe5cd.wmoran@collaborativefusion.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 17:32:42 -0000

On 10/4/06, Bill Moran <wmoran@collaborativefusion.com> wrote:
>
> In response to perikillo <perikillo@gmail.com>:
>
> [snip]
>
> > Right now my first backup again crash
> >
> > xl0: watchdog timeout
> >
> > Right now i change the cable from on port to another and see what
> happends.
> >
> > Guy, please someone has something to tell me, this is critical for me.
> >
> > This is my second NIC.
>
> Don't know if this is related or not, but it may be:
>
> http://lists.freebsd.org/pipermail/freebsd-stable/2006-September/028792.html
>
> --
> Bill Moran
> Collaborative Fusion Inc.
>

Hi people.

   Today my full backups completed succesfully, but my NIC again show me the
same failure:

Oct  3 23:36:54 bacula kernel: xl0: watchdog timeout
Oct  3 23:36:54 bacula kernel: xl0: no carrier - transceiver cable problem?
Oct  3 23:36:54 bacula kernel: xl0: link state changed to DOWN
Oct  3 23:36:56 bacula kernel: xl0: link state changed to UP
Oct  4 00:39:14 bacula kernel: xl0: watchdog timeout
Oct  4 00:39:14 bacula kernel: xl0: no carrier - transceiver cable problem?
Oct  4 00:39:14 bacula kernel: xl0: link state changed to DOWN
Oct  4 00:39:16 bacula kernel: xl0: link state changed to UP
Oct  4 01:41:39 bacula kernel: xl0: watchdog timeout
Oct  4 01:41:39 bacula kernel: xl0: no carrier - transceiver cable problem?
Oct  4 01:41:39 bacula kernel: xl0: link state changed to DOWN
Oct  4 01:41:42 bacula kernel: xl0: link state changed to UP
Oct  4 08:12:45 bacula login: ROOT LOGIN (root) ON ttyv0
Oct  4 08:15:50 bacula kernel: xl0: link state changed to DOWN
Oct  4 08:20:07 bacula login: ROOT LOGIN (root) ON ttyv1
Oct  4 08:27:34 bacula kernel: xl0: link state changed to UP
Oct  4 08:27:38 bacula kernel: xl0: link state changed to DOWN
Oct  4 08:27:40 bacula kernel: xl0: link state changed to UP
Oct  4 08:31:53 bacula su: ubacula to root on /dev/ttyp0

I check the switch, view the port where this server is connected but i dont
see nothing wrong there:

               Received                               Transmitted
--------------------------------------
--------------------------------------
Packets:                      53411791    Packets:
93628031
Multicasts:                          0    Multicasts:
37550
Broadcasts:                         19    Broadcasts:
36157
Total Octets:               3644260033    Total Octets:
737446293
Lost Packets:                        0    Lost
Packets:                        0
Packets 64 bytes:             16678016    Packets 64 bytes:
959175
        65-127 bytes          36733094            65-127 bytes
384773
        128-255 bytes              384            128-255 bytes
114963
        256-511 bytes               70            256-511 bytes
304495
        512-1023 bytes              60            512-1023 bytes
2472655
        1024-1518 bytes            167            1024-1518 bytes
89391970
FCS Errors:                          0
Collisions:                          0
Undersized Packets:                  0    Single
Collisions:                   0
Oversized Packets:                   0    Multiple
Collisions:                 0
Filtered Packets:                   83    Excessive
Collisions:                0
Flooded Packets:                     0    Deferred
Packets:                    0
Frame Errors:                        0    Late
Collisions:                     0


My kernel file is this:

machine              i386
cpu           I686_CPU
ident         BACULA
maxusers       10

# To statically compile in device wiring instead of /boot/device.hints
#hints        "GENERIC.hints"            # Default places to look for
devices.

makeoptions   DEBUG=-g             # Build kernel with gdb(1) debug symbols

options       SCHED_ULE            # ULE scheduler
#options      SCHED_4BSD           # 4BSD scheduler
options       PREEMPTION           # Enable kernel thread preemption
options       INET                 # InterNETworking
#options      INET6                # IPv6 communications protocols
options       FFS                  # Berkeley Fast Filesystem
options       SOFTUPDATES          # Enable FFS soft updates support
options       UFS_ACL                    # Support for access control lists
options       UFS_DIRHASH          # Improve performance on big directories
options       MD_ROOT                    # MD is a potential root device
options       MSDOSFS                    # MSDOS Filesystem
options       CD9660               # ISO 9660 Filesystem
options       PROCFS               # Process filesystem (requires PSEUDOFS)
options       PSEUDOFS             # Pseudo-filesystem framework
options       GEOM_GPT             # GUID Partition Tables.
options       COMPAT_43            # Compatible with BSD 4.3 [KEEP THIS!]
#options      COMPAT_FREEBSD4            # Compatible with FreeBSD4
options       COMPAT_FREEBSD5            # Compatible with FreeBSD5
options       SCSI_DELAY=5000            # Delay (in ms) before probing SCSI
options       KTRACE               # ktrace(1) support
options       _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time
extensions
options       KBD_INSTALL_CDEV     # install a CDEV entry in /dev
options       AHC_REG_PRETTY_PRINT # Print register bitfields in debug
                                  # output.  Adds ~128k to driver.
options       AHD_REG_PRETTY_PRINT # Print register bitfields in debug
                                  # output.  Adds ~215k to driver.
options       ADAPTIVE_GIANT             # Giant mutex is adaptive.

device        apic                 # I/O APIC

# Bus support.
device        eisa
device        pci

# Floppy drives
device        fdc

# ATA and ATAPI devices
device        ata
device        atadisk              # ATA disk drives
device        ataraid              # ATA RAID drives
device        atapicd              # ATAPI CDROM drives
device        atapifd              # ATAPI floppy drives
device        atapist              # ATAPI tape drives
options       ATA_STATIC_ID # Static device numbering

# SCSI Controllers
device        ahb           # EISA AHA1742 family
device        ahc           # AHA2940 and onboard AIC7xxx devices
device        ahd           # AHA39320/29320 and onboard AIC79xx devices
device        aha           # Adaptec 154x SCSI adapters
device        aic           # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.

# SCSI peripherals
device        scbus         # SCSI bus (required for SCSI)
device        ch            # SCSI media changers
device        da            # Direct Access (disks)
device        sa            # Sequential Access (tape etc)
device        cd            # CD
device        pass          # Passthrough device (direct SCSI access)
device        ses           # SCSI Environmental Services (and SAF-TE)

# RAID controllers interfaced to the SCSI subsystem
device        amr           # AMI MegaRAID
device        arcmsr        # Areca SATA II RAID
device        asr           # DPT SmartRAID V, VI and Adaptec SCSI RAID
device        ciss          # Compaq Smart RAID 5*
device        dpt           # DPT Smartcache III, IV - See NOTES for options
device        hptmv         # Highpoint RocketRAID 182x
device        rr232x        # Highpoint RocketRAID 232x
device        iir           # Intel Integrated RAID
device        ips           # IBM (Adaptec) ServeRAID
device        mly           # Mylex AcceleRAID/eXtremeRAID
device        twa           # 3ware 9000 series PATA/SATA RAID

# RAID controllers
device        aac           # Adaptec FSA RAID
device        aacp          # SCSI passthrough for aac (requires CAM)
device        ida           # Compaq Smart RAID
device        mfi           # LSI MegaRAID SAS
device        mlx           # Mylex DAC960 family
device        pst           # Promise Supertrak SX6000
device        twe           # 3ware ATA RAID

# atkbdc0 controls both the keyboard and the PS/2 mouse
device        atkbdc        # AT keyboard controller
device        atkbd         # AT keyboard
device        psm           # PS/2 mouse

device        kbdmux        # keyboard multiplexer

device        vga           # VGA video card driver

device        splash        # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device        sc
options         MAXCONS=8
options         SC_HISTORY_SIZE=200
options         SC_NORM_ATTR=(FG_GREEN|BG_BLACK)
options         SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)
options         SC_KERNEL_CONS_ATTR=(FG_RED|BG_BLACK)
options         SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)
options         SC_TWOBUTTON_MOUSE

device        agp           # support several AGP chipsets

# Add suspend/resume support for the i8254.
device        pmtimer

# Serial (COM) ports
device        sio           # 8250, 16[45]50 based serial ports

# Parallel port
device        ppc
device        ppbus         # Parallel port bus (required)
device        lpt           # Printer
device        plip          # TCP/IP over parallel
device        ppi           # Parallel port interface device

# PCI Ethernet NICs.
device        de            # DEC/Intel DC21x4x (``Tulip'')
device        em            # Intel PRO/1000 adapter Gigabit Ethernet Card
device        ixgb          # Intel PRO/10GbE Ethernet Card
device        txp           # 3Com 3cR990 (``Typhoon'')
device        vx            # 3Com 3c590, 3c595 (``Vortex'')

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device        miibus        # MII bus support
device        bce           # Broadcom BCM5706/BCM5708 Gigabit Ethernet
device        bfe           # Broadcom BCM440x 10/100 Ethernet
device        bge           # Broadcom BCM570xx Gigabit Ethernet
device        dc            # DEC/Intel 21143 and various workalikes
device        fxp           # Intel EtherExpress PRO/100B (82557, 82558)
device        lge           # Level 1 LXT1001 gigabit Ethernet
device        nge           # NatSemi DP83820 gigabit Ethernet
device        nve           # nVidia nForce MCP on-board Ethernet Networking
device        pcn           # AMD Am79C97x PCI 10/100(precedence over 'lnc')
device        re            # RealTek 8139C+/8169/8169S/8110S
device        rl            # RealTek 8129/8139
device        sf            # Adaptec AIC-6915 (``Starfire'')
device        sis           # Silicon Integrated Systems SiS 900/SiS 7016
device        sk            # SysKonnect SK-984x & SK-982x gigabit Ethernet
device        ste           # Sundance ST201 (D-Link DFE-550TX)
device        ti            # Alteon Networks Tigon I/II gigabit Ethernet
device        tl            # Texas Instruments ThunderLAN
device        tx            # SMC EtherPower II (83c170 ``EPIC'')
device        vge           # VIA VT612x gigabit Ethernet
device        vr            # VIA Rhine, Rhine II
device        wb            # Winbond W89C840F
device        xl            # 3Com 3c90x (``Boomerang'', ``Cyclone'')

# Pseudo devices.
device        loop          # Network loopback
device        random        # Entropy device
device        ether         # Ethernet support
device        sl            # Kernel SLIP
device        pty           # Pseudo-ttys (telnet etc)
device        md            # Memory "disks"

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device        bpf           # Berkeley packet filter

# USB support
device        uhci          # UHCI PCI->USB interface
device        ohci          # OHCI PCI->USB interface
device        ehci          # EHCI PCI->USB interface (USB 2.0)
device        usb           # USB Bus (required)
device        ugen          # Generic
device        uhid          # "Human Interface Devices"
device        ukbd          # Keyboard
device        ulpt          # Printer
device        umass         # Disks/Mass storage - Requires scbus and da
device        ums           # Mouse

options         IPSTEALTH
options         TCP_DROP_SYNFIN
options         EXT2FS
options         PANIC_REBOOT_WAIT_TIME=16
options         NTFS
options         AHC_ALLOW_MEMIO
device          speaker
I have been using this options in all my kernels since 5.4+

Before i show you the machine information, is not a bad computer.

I bacula has some hacks that maybe can help me with this failure, i will do
today a lot of test and see how the systems response, i have here 2 nic to
test.

This is my next steps:

NOTE: I dont have any firewalll enable on this server.
1; Change the cable

2; Run i full backup and see what happend, if the problem appear change NIC
and try again.

3; What else to do...? what can i disable..?

I will let you now the results, see you people.

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 17:47:14 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2ACDB16A4D1
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 17:47:14 +0000 (UTC)
	(envelope-from freebsd@philip.pjkh.com)
Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EF33A43D94
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 17:47:07 +0000 (GMT)
	(envelope-from freebsd@philip.pjkh.com)
Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219])
	by bravo.pjkh.com (Postfix) with ESMTP id 55A1B13D74A;
	Wed,  4 Oct 2006 12:53:59 -0500 (CDT)
Received: by bravo.pjkh.com (Postfix, from userid 1000)
	id 39A0D13D5EA; Wed,  4 Oct 2006 12:53:59 -0500 (CDT)
Received: from localhost (localhost [127.0.0.1])
	by bravo.pjkh.com (Postfix) with ESMTP id 389E713D56F;
	Wed,  4 Oct 2006 12:53:59 -0500 (CDT)
Date: Wed, 4 Oct 2006 12:53:59 -0500 (CDT)
From: Philip Hallstrom <freebsd@philip.pjkh.com>
To: Noah <admin2@enabled.com>
In-Reply-To: <4523E73E.7090104@enabled.com>
Message-ID: <20061004125340.R97219@bravo.pjkh.com>
References: <4523E73E.7090104@enabled.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: ClamAV using ClamSMTP
Cc: freebsd-questions@freebsd.org
Subject: Re: sshd stalling upon login
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 17:47:14 -0000

> I just built some new FreeBSD servers, and I am trying to log into one of 
> them via sshd.  I am finding that the is  a lag between the connection and 
> receiving a prompt.  most likely this is because the IP address I am coming 
> from does not resolve.  But I am able to log into
> other servers via sshd from the same host that does not have IP inverse 
> resolution.
>
> So I copied the /etc/ssh/sshd_config and /etc/resolv.conf from the host that 
> does not stall me to the server that was stalling.  that did not clear up the 
> Problem.
>
> what other configuration files need to be augmented to get rid of this stall? 
> clues please?

In /etc/ssh/sshd_config add:

UseDNS no

Then restart sshd.

-philip


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 17:48:28 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DCB2D16A407
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 17:48:28 +0000 (UTC)
	(envelope-from heli@mikestammer.com)
Received: from smtp106.sbc.mail.re2.yahoo.com (smtp106.sbc.mail.re2.yahoo.com
	[68.142.229.99]) by mx1.FreeBSD.org (Postfix) with SMTP id 2949E43D6A
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 17:48:14 +0000 (GMT)
	(envelope-from heli@mikestammer.com)
Received: (qmail 62561 invoked from network); 4 Oct 2006 17:48:14 -0000
Received: from unknown (HELO gondolin.mikestammer.com)
	(mikestammer@sbcglobal.net@71.147.41.2 with login)
	by smtp106.sbc.mail.re2.yahoo.com with SMTP; 4 Oct 2006 17:48:13 -0000
Received: from localhost (localhost [127.0.0.1])
	by gondolin.mikestammer.com (Postfix) with ESMTP id 80AC153
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 12:48:13 -0500 (CDT)
X-Virus-Scanned: amavisd-new at mikestammer.com
Received: from gondolin.mikestammer.com ([127.0.0.1])
	by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1])
	(amavisd-new, port 10024)
	with ESMTP id d4Nm0ETMcU3S for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 12:48:12 -0500 (CDT)
Received: from [127.0.0.1] (localhost [127.0.0.1])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested) (Authenticated sender: eric)
	by gondolin.mikestammer.com (Postfix) with ESMTP id EE69D4A
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 12:48:11 -0500 (CDT)
Message-ID: <4523F3DB.9000405@mikestammer.com>
Date: Wed, 04 Oct 2006 12:48:11 -0500
From: Eric <heli@mikestammer.com>
User-Agent: Thunderbird 1.5.0.5 (Windows/20060719)
MIME-Version: 1.0
To: freebsd mailing list <freebsd-questions@freebsd.org>
References: <20061004165447.15287.qmail@web27512.mail.ukl.yahoo.com>
In-Reply-To: <20061004165447.15287.qmail@web27512.mail.ukl.yahoo.com>
X-Enigmail-Version: 0.94.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Subject: Re: cheapskate webmail interface
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 17:48:28 -0000

Desmond Coughlan wrote:
>   I've got a working install of sendmail on the machine now, and postgreSQL and apache are also reporting for duty.
>    
>   Now we just need forums and webmail.  The latter will be http://www.phpbb.com/ but for webmail, we're having difficulty finding a free solution.  ismail won't install from the ports, and other than that, everything I've found looks to be in the region of 250 $US.  As I believe I've mentioned, the organisation is a school, and that sort of money just isn't in the kitty.  So my options are to write it in perl myself... oh G-d, we want it to be working before Passover 2010!  Or we find an open source version.
>    
>   So once again, I throw myself at your feet.... 
>    
>   Thanks.
>    
>   D.

horde + imp, squirrelmail, etc. there are several in the ports tree. i
find horde to be the best IMO. i would put postfix and dovecot on the
box as well. they work great

Why didnt you go with BSD 6.1? 6.2 isnt finalized yet, its still in beta
stage.

Eric

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 17:55:59 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3524C16A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 17:55:59 +0000 (UTC)
	(envelope-from lists@jnielsen.net)
Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1535543D81
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 17:55:21 +0000 (GMT)
	(envelope-from lists@jnielsen.net)
Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0)
	by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k94HtKU9034725;
	Wed, 4 Oct 2006 10:55:20 -0700 (PDT)
	(envelope-from lists@jnielsen.net)
From: John Nielsen <lists@jnielsen.net>
To: freebsd-questions@freebsd.org
Date: Wed, 4 Oct 2006 13:54:58 -0400
User-Agent: KMail/1.9.4
References: <20061004165447.15287.qmail@web27512.mail.ukl.yahoo.com>
In-Reply-To: <20061004165447.15287.qmail@web27512.mail.ukl.yahoo.com>
X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB;
	tBQf[RU-R<,I)e"$q7N7
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610041354.58581.lists@jnielsen.net>
X-Virus-Scanned: ClamAV version 0.88.4,
	clamav-milter version 0.88.4 on ns1.jnielsen.net
X-Virus-Status: Clean
Cc: Desmond Coughlan <coughlandesmond@yahoo.fr>
Subject: Re: cheapskate webmail interface
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 17:55:59 -0000

On Wednesday 04 October 2006 12:54, Desmond Coughlan wrote:
<snip>
> Now we just need forums and webmail.  The latter will be
> http://www.phpbb.com/ but for webmail, we're having difficulty finding a
> free solution.  ismail won't install from the ports, and other than that,
> everything I've found looks to be in the region of 250 $US.  As I believe
> I've mentioned, the organisation is a school, and that sort of money just
> isn't in the kitty.  So my options are to write it in perl myself... oh
> G-d, we want it to be working before Passover 2010!  Or we find an open
> source version.

Horde+Imp, SquirrelMail, and OpenWebMail all spring immediately to mind, and 
all should be in ports. I use Horde on my mail server and think it's great; 
very flexible and powerful. It is a bit cumbersome to get running and to 
upgrade, but that aspect continues to improve. The other two are a bit more 
basic but each has a wide following.

JN

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 18:04:11 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 30AE116A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 18:04:11 +0000 (UTC)
	(envelope-from coughlandesmond@yahoo.fr)
Received: from web27504.mail.ukl.yahoo.com (web27504.mail.ukl.yahoo.com
	[217.146.177.208])
	by mx1.FreeBSD.org (Postfix) with SMTP id 0EC3343D4C
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 18:04:06 +0000 (GMT)
	(envelope-from coughlandesmond@yahoo.fr)
Received: (qmail 44077 invoked by uid 60001); 4 Oct 2006 18:04:05 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr;
	h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=0SK/7aDVUKzV0dABsnrwHX8eT0ZF37k2aM32pDt+Qw8rUh8Wpe4nlIdyZRpxizz95LkZ4uILZmmq75GPtxdxAvZaEWzlZN7hQsNnysn+l75LEXBfg1T38BeumPwhTBEMTaHDkuxd/pLsZSVe3dqIPDA1M8u8WI+8FIik+zGwKfY=
	; 
Message-ID: <20061004180405.44075.qmail@web27504.mail.ukl.yahoo.com>
Received: from [82.123.45.9] by web27504.mail.ukl.yahoo.com via HTTP;
	Wed, 04 Oct 2006 20:04:05 CEST
Date: Wed, 4 Oct 2006 20:04:05 +0200 (CEST)
From: Desmond Coughlan <coughlandesmond@yahoo.fr>
To: John Nielsen <lists@jnielsen.net>, freebsd-questions@freebsd.org
In-Reply-To: <200610041354.58581.lists@jnielsen.net>
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: Desmond Coughlan <coughlandesmond@yahoo.fr>
Subject: RE : Re: cheapskate webmail interface
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 18:04:11 -0000

Thanks for that!  We've got sendmail running now, and apache, and I have fond memories of sendmail.cf.  :=)
   
  D.

John Nielsen <lists@jnielsen.net> a écrit :
  On Wednesday 04 October 2006 12:54, Desmond Coughlan wrote:

> Now we just need forums and webmail. The latter will be
> http://www.phpbb.com/ but for webmail, we're having difficulty finding a
> free solution. ismail won't install from the ports, and other than that,
> everything I've found looks to be in the region of 250 $US. As I believe
> I've mentioned, the organisation is a school, and that sort of money just
> isn't in the kitty. So my options are to write it in perl myself... oh
> G-d, we want it to be working before Passover 2010! Or we find an open
> source version.

Horde+Imp, SquirrelMail, and OpenWebMail all spring immediately to mind, and 
all should be in ports. I use Horde on my mail server and think it's great; 
very flexible and powerful. It is a bit cumbersome to get running and to 
upgrade, but that aspect continues to improve. The other two are a bit more 
basic but each has a wide following.

JN


 		
---------------------------------
 Découvrez un nouveau moyen de poser toutes vos questions quel que soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici. 

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 18:05:50 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5269316A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 18:05:50 +0000 (UTC)
	(envelope-from dimitar.vassilev@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EC17543D6E
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 18:05:39 +0000 (GMT)
	(envelope-from dimitar.vassilev@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so92960uge
	for <freebsd-questions@freebsd.org>;
	Wed, 04 Oct 2006 11:05:39 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
	b=XqjkhTkz86q9jBpgz4Fd5N4N7lzhWRUVtAJEoRaTVbgt8F9vBgZR1NtdGgnrXhG3o9ypN086PzM3gvdi9JPI/wWSF8nHzhjiO8VXL5mnC+OQFUgUlF7ArfqCxg1HIaHLwEVSI57VeobvDOLbUX2WAvqsX9y6R7ycY3jAnxgGquc=
Received: by 10.78.204.20 with SMTP id b20mr814296hug;
	Wed, 04 Oct 2006 11:05:38 -0700 (PDT)
Received: by 10.78.182.2 with HTTP; Wed, 4 Oct 2006 11:05:38 -0700 (PDT)
Message-ID: <59adc1a0610041105g58db78amc38e3443f449e1e0@mail.gmail.com>
Date: Wed, 4 Oct 2006 20:05:38 +0200
From: "Dimitar Vasilev" <dimitar.vassilev@gmail.com>
To: "Pete Slagle" <freebsd-questions@voidcaptain.com>
In-Reply-To: <45217C65.5040406@voidcaptain.com>
MIME-Version: 1.0
References: <45217C65.5040406@voidcaptain.com>
Content-Type: text/plain; charset=ISO-8859-5; format=flowed
Content-Transfer-Encoding: base64
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject: Re: Ruby gaining weight?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 18:05:50 -0000

TWFuIHRyeSBwb3J0dXBncmFkZSAtUCBhcyBhIGN1cmUuCkl0J3Mgbm90IDEwMCUgc29sdXRpb24s
IGJ1dCBpdCdzIGJldHRlciB0aGF0IHN0YWJiaW5nIHlvdXIgbWFjaGluZXMgdG8KZGVhdGguCkVs
c2UgYnVpbGQgdGhlIHBhY2thZ2Ugb24gYW5vdGhlciBob3N0IGFuZCB1cGRhdGUgeW91ciBtYWNo
aW5lcyB3aXRoIGl0LgpGb3IgcGlnZ3kgcXVlc3Rpb25zIC0gY2Fubm90IGFuc3dlci4gU29ycnkK
Q2hlZXJzLAoKCjIwMDYvMTAvMiwgUGV0ZSBTbGFnbGUgPGZyZWVic2QtcXVlc3Rpb25zQHZvaWRj
YXB0YWluLmNvbT46Cj4KPiBSZWNlbnQgdmVyc2lvbnMgb2YgcnVieTE4IHNlZW0gdG8gdGFrZSBt
b3JlIHRoYW4gMTQ1IE1CIG9mIHZpcnR1YWwKPiBtZW1vcnkgdG8gYnVpbGQgd2l0aCBwb3J0dXBn
cmFkZSBvciAibWFrZSBpbnN0YWxsIGNsZWFuLiIKPgo+IEkgaGF2ZSBzZXZlcmFsICJjbGFzc2lj
IiBib3hlcyBydW5uaW5nIGJpbmQgYW5kIGEgbWFpbCBNVEEgb24gNC4xMSB0aGF0Cj4gYXJlIG1l
bW9yeS1saW1pdGVkLCBidXQgb3RoZXJ3aXNlIHdvcmsgd2VsbC4gVGhlIG1haW4gYm9hcmRzIGFy
ZSBtYXhlZAo+IG91dCBhdCA2NCBNQiBvZiBSQU0sIGFuZCB0aGV5IGhhdmUgMTI4IE1CIG9mIHN3
YXAuIFRoZSBydWJ5IGJ1aWxkIGZhaWxzCj4gYXMgc3dhcCBzcGFjZSBiZWNvbWVzIGV4aGF1c3Rl
ZC4KPgo+IFN1cmUsIEkgY291bGQgcmVvcmdhbml6ZSB0aGUgaGFyZCBkcml2ZXMgb24gdGhlc2Ug
Ym94ZXMgdG8gYWRkIG1vcmUKPiBzd2FwLCBidXQgbm90aGluZyBlbHNlIG5lZWRzIG1vcmUgdGhh
dCBhIGZldyBLQi4gTW9yZW92ZXIsIHJlYnVpbGRpbmcKPiB0aGUgaGFyZCBkcml2ZXMgaXMgdG8g
YmUgYXZvaWRlZCBzaW5jZSB0aGVzZSBtYWNoaW5lcyBhcmUgcGFydCBvZiBhCj4gYmFzaWMgaW5m
cmFzdHJ1Y3R1cmUgdGhhdCBoYXMgYmVlbiBzdGFibGUgZm9yIHllYXJzLgo+Cj4gSXMgcnVieSBy
ZWFsbHkgdGhhdCBwaWdneSwgb3IgZG8gSSBqdXN0IGhhdmUgYSBjb25maWd1cmF0aW9uIGlzc3Vl
Pwo+Cj4KPiBfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwo+
IGZyZWVic2QtcXVlc3Rpb25zQGZyZWVic2Qub3JnIG1haWxpbmcgbGlzdAo+IGh0dHA6Ly9saXN0
cy5mcmVlYnNkLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2ZyZWVic2QtcXVlc3Rpb25zCj4gVG8gdW5z
dWJzY3JpYmUsIHNlbmQgYW55IG1haWwgdG8gIgo+IGZyZWVic2QtcXVlc3Rpb25zLXVuc3Vic2Ny
aWJlQGZyZWVic2Qub3JnIgo+CgoKCi0tIAq02NzY4urgILLQ4djb1dIKRGltaXRhciBWYXNzaWxl
dgoKR251UEcga2V5IElEOiAweDRCOERCNTI1CktleXNlcnZlcjogcGdwLm1pdC5lZHUKS2V5IGZp
bmdlcnByaW50OiBEODhBIDNCOTIgREVENSA5MTdFIDM0MUUgRDYyRiA4QzUxIDVGQzQgNEI4RCBC
NTI1Cg==

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 18:22:48 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6917F16A4EC
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 18:22:48 +0000 (UTC) (envelope-from tofik@oxygen.az)
Received: from mail.ultel.net (ns2.ultel.net [81.21.80.22])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 35F4A43D7D
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 18:22:05 +0000 (GMT) (envelope-from tofik@oxygen.az)
Received: from mail.ultel.net (localhost.ultel.net [127.0.0.1])
	by mail.ultel.net (Postfix) with ESMTP id 7BCE444486D;
	Wed,  4 Oct 2006 23:22:03 +0500 (AZST)
Received: from [192.168.1.3] (unknown [81.21.81.41])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.ultel.net (Postfix) with ESMTP id 1D3DF444814;
	Wed,  4 Oct 2006 23:22:03 +0500 (AZST)
Message-ID: <4523FBC7.8050001@oxygen.az>
Date: Wed, 04 Oct 2006 23:21:59 +0500
From: Tofik Suleymanov <tofik@oxygen.az>
MIME-Version: 1.0
To: Garrett Cooper <youshi10@u.washington.edu>
References: <200609281526.55362.shinjii@virusinfo.rdksupportinc.com>
	<451BE953.9020509@u.washington.edu>
In-Reply-To: <451BE953.9020509@u.washington.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: ClamAV using ClamSMTP
Cc: freebsd-questions@freebsd.org
Subject: Re: Kopete MSN + Cam
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 18:22:48 -0000

Garrett Cooper wrote:
> Warren Liddell wrote:
>> Is or will there ever be support to allow the viewing of Webcams from 
>> others or is it simply not possible ?
> Webcam support still isn't fully functional in any of the opensource 
> projects I think; gaim is the closest to getting a working prototype 
> though, through the gaim-vv subproject. IIRC, the author of Kopete is 
> helping out, so the MSN webcam functionality might become available in 
> Kopete sometime in the near future.
> -Garrett
> _______________________________________________
> 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"
>
Have a look at:  /usr/ports/net/amsn. If I recall correctly, amsn was 
able to receive webcam sessions.


Tofig Suleymanov

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 18:24:01 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BB35E16A412
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 18:24:01 +0000 (UTC)
	(envelope-from farremosen@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9B6FC43D91
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 18:23:38 +0000 (GMT)
	(envelope-from farremosen@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so244250wxd
	for <freebsd-questions@freebsd.org>;
	Wed, 04 Oct 2006 11:23:38 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=LpwneBp4HOuEP/ZOoPJsHrZc1AGO+MnnBHr514SPO3YY26HYthve9qPCUryp2HgiImBBq5d/ZvEJ1VMiIuSrQlA3HYu3aa2oHBiIycCmLXzIWIut2NSFwPZfe6c1ouyM0lyJP7PSo4Iiltfz5XobnCYVwjpUjV9THdJdBxQnmgg=
Received: by 10.90.73.3 with SMTP id v3mr465602aga;
	Wed, 04 Oct 2006 11:23:37 -0700 (PDT)
Received: by 10.90.75.17 with HTTP; Wed, 4 Oct 2006 11:23:37 -0700 (PDT)
Message-ID: <be36dc210610041123u75737ebfvdac9997ec4776a96@mail.gmail.com>
Date: Wed, 4 Oct 2006 20:23:37 +0200
From: "=?ISO-8859-1?Q?Klaus_Friis_=D8stergaard?=" <farremosen@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Problem with HighPoint rr232x driver FreeBSD 6.1 amd64
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 18:24:01 -0000

I have just assemble a new computer to be used as a ftp server.

It is an ASUS A8N5X with 1 GB ram and a AMD Athlon 64. I have used one ata
hardisc for the system, and put in the Highpoint RocketRaid 2320 PCIe as a
controller for a RAID 5 array.



I just installed a minimal installation, via ftp on the computer. The
install recognize the raid controller and put the rr232x driver into the
kernel.

But at start up it "fail to start channel..."

I have found that the rr232x is supported by version 6.1.

Any ideas, I have tried to put into the /boot/default/loader.conf
"rr232x_load=3D"YES"" at the end.

FreeBSD defaults by the installation with ACPI enabled, could this be a
problem.


--=20
Klaus F. =D8stergaard, <farremosen(at)gmail dot com>

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 19:10:26 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 346E916A412
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 19:10:26 +0000 (UTC)
	(envelope-from jeff@seamanpaper.com)
Received: from seamanpaper.com (seamanpaper.com [64.62.234.89])
	by mx1.FreeBSD.org (Postfix) with SMTP id D290243D7B
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 19:10:18 +0000 (GMT)
	(envelope-from jeff@seamanpaper.com)
Received: from 66.152.240.162 ([66.152.240.162]) by seamanpaper.com for
	<freebsd-questions@freebsd.org>; Wed, 4 Oct 2006 12:10:13 -0700
Message-ID: <45240718.5090608@seamanpaper.com>
Date: Wed, 04 Oct 2006 15:10:16 -0400
From: Jeff Dickens <jeff@seamanpaper.com>
Organization: Seaman Paper Company
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Subject: can't built /usr/ports/mail/mutt-ng
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 19:10:26 -0000

This happens:

y# make
===>  Vulnerability check disabled, database not found
===>  Found saved configuration for mutt-ng-20051110_1
=> muttng-20051110.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://nion.modprobe.de/mutt-ng/snapshots/.
fetch: http://nion.modprobe.de/mutt-ng/snapshots/muttng-20051110.tar.gz: 
Network is unreachable
=> Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
muttng-20051110.tar.gz                        100% of 2668 kB  215 kBps 
00m00s
===>  Extracting for mutt-ng-20051110_1
=> MD5 Checksum OK for muttng-20051110.tar.gz.
=> SHA256 Checksum OK for muttng-20051110.tar.gz.
===>  Patching for mutt-ng-20051110_1
===>  Applying FreeBSD patches for mutt-ng-20051110_1
===>   mutt-ng-20051110_1 depends on executable: lynx - found
===>   mutt-ng-20051110_1 depends on executable: sgmlfmt - found
===>   mutt-ng-20051110_1 depends on shared library: db41.1 - not found
===>    Verifying install for db41.1 in /usr/ports/databases/db41
===>  Vulnerability check disabled, database not found
=> db-4.1.25.tar.gz doesn't seem to exist in /usr/ports/distfiles/bdb.
=> Attempting to fetch from http://downloads.sleepycat.com/.
fetch: http://downloads.sleepycat.com/db-4.1.25.tar.gz: Network is 
unreachable
=> Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/.
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/db-4.1.25.tar.gz: 
size mismatch: expected 3080234, actual 2901161
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/bdb and try again.
*** Error code 1

Stop in /usr/ports/databases/db41.
*** Error code 1

Stop in /usr/ports/mail/mutt-ng.


I'd go pack and de-select the db4 caching business but I can't figure 
out how to get to the config menu again

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 19:34:28 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 90B1916A412
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 19:34:28 +0000 (UTC)
	(envelope-from phatfish@gmail.com)
Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EB5EE43D5A
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 19:34:19 +0000 (GMT)
	(envelope-from phatfish@gmail.com)
Received: by wr-out-0506.google.com with SMTP id i21so78706wra
	for <freebsd-questions@freebsd.org>;
	Wed, 04 Oct 2006 12:34:19 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=Kj98KM3rt/GRLR8s5lk4aN9g40cWyA2Vy+e3y7B3CZLvSVyw+p3Pn856aT7/dse8Rqmu2CVx21LK/F37/Gm0POMrgvZ/y3DvaTMQ9kwnvzaerTXN/dWa97NcH6Smw/StVxEnd0P5Eu2wu+6/QEyH0p7ARJM8XBfwqnCk+Jx8/XE=
Received: by 10.90.79.6 with SMTP id c6mr532419agb;
	Wed, 04 Oct 2006 12:34:18 -0700 (PDT)
Received: by 10.90.84.14 with HTTP; Wed, 4 Oct 2006 12:34:18 -0700 (PDT)
Message-ID: <718eeb340610041234v64022c6eu18b644abd59feb86@mail.gmail.com>
Date: Wed, 4 Oct 2006 20:34:18 +0100
From: Chris <phatfish@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: CDROM read(?) errors during CD boot.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 19:34:28 -0000

Hello,

I get a strange error when booting from my custom boot CD. I'm booting an
encrypted system, just a GENERIC kernel and a fstab file are on the CD. The
whole time i was building and testing the system i kept getting this CDROM
error right near the end of the boot process. It doesn't stop the root file
system being mounted, the system continues to boot ok. It just hangs at bit
while those errors are printed to the console.

If anyone knows what causes it it would be interested to know, i don't see
this behavior in the FreeBSD install Cd's, or other live BSD Cd's. The
penultimate line of the following dmesg illustrates the problem.

Thanks

Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006
    root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) XP 2000+ (1659.53-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x662  Stepping = 2

Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
  AMD Features=0xc0400800<SYSCALL,MMX+,3DNow+,3DNow>
real memory  = 234815488 (223 MB)
avail memory = 220266496 (210 MB)
ACPI APIC Table: <KM400A AWRDACPI>
ioapic0 <Version 0.3> irqs 0-23 on motherboard
acpi0: <KM400A AWRDACPI> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
agp0: <VIA 8235/8237 (Apollo KM400/KM400A) host to PCI bridge> mem
0xe0000000-0xe3ffffff at device 0.0 on pci0
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
re0: <Linksys EG1032 (RTL8169S) Gigabit Ethernet> port 0xc000-0xc0ff mem
0xeb000000-0xeb0000ff irq 16 at device 8.0 on pci0
miibus0: <MII bus> on re0
rgephy0: <RTL8169S/8110S media interface> on miibus0
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,
1000baseTX-FDX, auto
re0: Ethernet address: 00:14:bf:59:be:84
re1: <Linksys EG1032 (RTL8169S) Gigabit Ethernet> port 0xc400-0xc4ff mem
0xeb001000-0xeb0010ff irq 17 at device 9.0 on pci0
miibus1: <MII bus> on re1
rgephy1: <RTL8169S/8110S media interface> on miibus1
rgephy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,
1000baseTX-FDX, auto
re1: Ethernet address: 00:14:bf:59:be:8b
re2: <Linksys EG1032 (RTL8169S) Gigabit Ethernet> port 0xc800-0xc8ff mem
0xeb002000-0xeb0020ff irq 18 at device 10.0 on pci0
miibus2: <MII bus> on re2
rgephy2: <RTL8169S/8110S media interface> on miibus2
rgephy2:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,
1000baseTX-FDX, auto
re2: Ethernet address: 00:14:bf:59:c1:26
uhci0: <VIA 83C572 USB controller> port 0xcc00-0xcc1f irq 21 at device
16.0on pci0
uhci0: [GIANT-LOCKED]
usb0: <VIA 83C572 USB controller> on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <VIA 83C572 USB controller> port 0xd000-0xd01f irq 21 at device
16.1on pci0
uhci1: [GIANT-LOCKED]
usb1: <VIA 83C572 USB controller> on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <VIA 83C572 USB controller> port 0xd400-0xd41f irq 21 at device
16.2on pci0
uhci2: [GIANT-LOCKED]
usb2: <VIA 83C572 USB controller> on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0: <VIA VT6202 USB 2.0 controller> mem 0xeb003000-0xeb0030ff irq 21 at
device 16.3 on pci0
ehci0: [GIANT-LOCKED]
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: <VIA VT6202 USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 6 ports with 6 removable, self powered
isab0: <PCI-ISA bridge> at device 17.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <VIA 8235 UDMA133 controller> port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xd800-0xd80f at device 17.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xe000-0xe0ff mem
0xeb004000-0xeb0040ff irq 23 at device 18.0 on pci0
miibus3: <MII bus> on vr0
ukphy0: <Generic IEEE 802.3u media interface> on miibus3
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
vr0: Ethernet address: 00:11:d8:a1:22:13
acpi_tz0: <Thermal Zone> on acpi0
fdc0: <floppy drive controller> port 0x3f2-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: [FAST]
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on
acpi0
sio0: type 16550A
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0: <ECP parallel printer port> port 0x378-0x37f,0x778-0x77b irq 7 drq 3
on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
pmtimer0 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounter "TSC" frequency 1659532379 Hz quality 800
Timecounters tick every 1.000 msec
ad0: 38166MB <Seagate ST340015A 3.01> at ata0-master UDMA100
GEOM_MIRROR: Device gm0 created (id=2698280315).ad1: 38166MB <Seagate
ST340015A 3.01> at ata0-slave UDMA100
GEOM_MIRROR: Device gm0: provider ad0 detected.
GEOM_MIRROR: Device gm0: provider ad1 detected.
GEOM_MIRROR: Device gm0: provider ad1 activated.
GEOM_MIRROR: Device gm0: provider ad0 activated.
GEOM_MIRROR: Device gm0: provider mirror/gm0 launched.
Enter passphrase for mirror/gm0:
GEOM_ELI: Device mirror/gm0.eli created.
GEOM_ELI:     Cipher: AES
GEOM_ELI: Key length: 256
GEOM_ELI:     Crypto: software
acd0: CDROM <ATAPI-CD ROM-DRIVE-52MAX/VER 52CA> at ata1-master UDMA33
acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00 acd0: FAILURE -
READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00 acd0: FAILURE - READ_BIG ILLEGAL
REQUEST asc=0x64 ascq=0x00 acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64
ascq=0x00
Trying to mount root from ufs:/dev/mirror/gm0.elia

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 20:08:34 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E0AAD16A47E
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 20:08:34 +0000 (UTC)
	(envelope-from th.lacoste@wanadoo.fr)
Received: from smtp4.orange.fr (smtp4.orange.fr [193.252.22.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8730E43DA2
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 20:07:16 +0000 (GMT)
	(envelope-from th.lacoste@wanadoo.fr)
Received: from smtp-msa-out04.orange.fr (mwinf0406 [172.22.135.34])
	by mwinf0405.orange.fr (SMTP Server) with ESMTP id 65EE584437A
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 22:03:42 +0200 (CEST)
Received: from aldebaran (ASte-Genev-Bois-151-1-88-250.w86-212.abo.wanadoo.fr
	[86.212.233.250])
	by mwinf0406.orange.fr (SMTP Server) with SMTP id DE08C1C00280
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 22:03:10 +0200 (CEST)
X-ME-UUID: 20061004200310909.DE08C1C00280@mwinf0406.orange.fr
Message-ID: <003d01c6e7f0$2083be70$0201a8c0@aldebaran>
From: "Thierry Lacoste" <th.lacoste@wanadoo.fr>
To: <freebsd-questions@freebsd.org>
Date: Wed, 4 Oct 2006 22:03:11 +0200
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2869
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Subject: problems with a LaCie USB disk
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 20:08:35 -0000

I'm running FreeBSD 6.1-RELEASE on a Dell PowerEdge 850.

When I plug a brand new LaCie 500 GB USB disk I have this:

Sep 28 18:24:57 polaris kernel: umass0: LaCie Group.SA BigDisk Extreme, rev 
2.00/1.18, addr 2
Sep 28 18:24:59 polaris kernel: da0 at umass-sim0 bus 0 target 0 lun 0
Sep 28 18:24:59 polaris kernel: da0: <LaCie BigDisk Extreme > Fixed Direct 
Access SCSI-4 device
Sep 28 18:24:59 polaris kernel: da0: 40.000MB/s transfers
Sep 28 18:24:59 polaris kernel: da0: 476950MB (976794112 512 byte sectors: 
255H 63S/T 60802C)

After 'newfs /dev/da0' I'm able to mount it and use it.
When I unplug it (after unmounting) and shut it down I'm unable to use it 
again.

Here's all I get when I plug it in again:
Oct  4 12:18:28 polaris kernel: ugen0: Texas Instruments TUSB6250 Boot 
Device, rev 2.00/3.00, addr 2

Did I miss something?

Best regards,
Thierry.



From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 20:35:10 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1D6B316A417
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 20:35:10 +0000 (UTC)
	(envelope-from pigskin_referee@yahoo.com)
Received: from web34402.mail.mud.yahoo.com (web34402.mail.mud.yahoo.com
	[66.163.178.151])
	by mx1.FreeBSD.org (Postfix) with SMTP id A5BC243D6E
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 20:35:01 +0000 (GMT)
	(envelope-from pigskin_referee@yahoo.com)
Received: (qmail 25862 invoked by uid 60001); 4 Oct 2006 20:35:00 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=dVyEcKYxOLNyZNHk2VtEeh9lwyQhnshKerEdys4jRkQeGXrJGw0OlQUtVGGuw94xvzSaes4+UlDquoNOipFswoa7a8fDU/BusGuSgFGXLaIKzaC2qpisIwofnNHo7pb9Me8s29Q8WP6PU/Gw0wpDIrh5ReGV2J+/iqbY2gIQIzg=
	; 
Message-ID: <20061004203500.25860.qmail@web34402.mail.mud.yahoo.com>
Received: from [67.189.184.224] by web34402.mail.mud.yahoo.com via HTTP;
	Wed, 04 Oct 2006 13:35:00 PDT
Date: Wed, 4 Oct 2006 13:35:00 -0700 (PDT)
From: White Hat <pigskin_referee@yahoo.com>
To: FreeBSD Users Questions <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ascii
Content-Transfer-Encoding: quoted-printable
Subject: Virtual Users sharing main account
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 20:35:10 -0000

I doubt if this is possible; however, I thought I would inquire anyway.=0A=
=0AAssuming a domain name of 'company.com', we want to add a group of users=
 who could send and receive mail using this domain name; however, we do not=
 want to give them shell accounts. They would access the system simply to s=
end or receive their email. I have SSL/TLS set up and working correctly. At=
 this time we also do not want to set up sub domains like: 'sales.company.c=
om' either, although it may come to that.=0A=0AI read through the Virtual d=
ocumentation and I do not think it is possible. Is that correct, or is ther=
e a way to accomplish it.=0A=0AThank you!=0A=0A-- =0A White Hat =0Apigskin_=
referee@yahoo.com=0A=0A=0A=0A=0A

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 20:58:57 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CCDE216A4E6
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 20:58:57 +0000 (UTC)
	(envelope-from freebsd@philip.pjkh.com)
Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7966543D78
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 20:58:42 +0000 (GMT)
	(envelope-from freebsd@philip.pjkh.com)
Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219])
	by bravo.pjkh.com (Postfix) with ESMTP id 058F513D522;
	Wed,  4 Oct 2006 16:05:34 -0500 (CDT)
Received: by bravo.pjkh.com (Postfix, from userid 1000)
	id BA38513CD57; Wed,  4 Oct 2006 16:05:33 -0500 (CDT)
Received: from localhost (localhost [127.0.0.1])
	by bravo.pjkh.com (Postfix) with ESMTP id B91E213C80B;
	Wed,  4 Oct 2006 16:05:33 -0500 (CDT)
Date: Wed, 4 Oct 2006 16:05:33 -0500 (CDT)
From: Philip Hallstrom <freebsd@philip.pjkh.com>
To: White Hat <pigskin_referee@yahoo.com>
In-Reply-To: <20061004203500.25860.qmail@web34402.mail.mud.yahoo.com>
Message-ID: <20061004160413.N18356@bravo.pjkh.com>
References: <20061004203500.25860.qmail@web34402.mail.mud.yahoo.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: ClamAV using ClamSMTP
Cc: FreeBSD Users Questions <freebsd-questions@freebsd.org>
Subject: Re: Virtual Users sharing main account
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 20:58:58 -0000

> I doubt if this is possible; however, I thought I would inquire anyway.
> 
> Assuming a domain name of 'company.com', we want to add a group of users 
> who could send and receive mail using this domain name; however, we do not 
> want to give them shell accounts. They would access the system simply to 
> send or receive their email. I have SSL/TLS set up and working correctly. 
> At this time we also do not want to set up sub domains like: 
> 'sales.company.com' either, although it may come to that.
> 
> I read through the Virtual documentation and I do not think it is 
> possible. Is that correct, or is there a way to accomplish it.

Look into dovecot for POP access and postfix for SMTP access.  Both allow 
virtual users either via flat files or via database lookups.

If you want FTP, pure-ftpd can look at a database as well.

So, yeah, you can do it.

-philip

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 21:05:34 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EC6C316A536
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:05:34 +0000 (UTC)
	(envelope-from admin2@enabled.com)
Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DE46643D5A
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:05:31 +0000 (GMT)
	(envelope-from admin2@enabled.com)
Received: from [172.23.8.16] (nat-service4.juniper.net [66.129.225.151])
	(authenticated bits=0)
	by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k94L5Vam081961
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Wed, 4 Oct 2006 14:05:31 -0700 (PDT)
	(envelope-from admin2@enabled.com)
Message-ID: <45242214.5000107@enabled.com>
Date: Wed, 04 Oct 2006 14:05:24 -0700
From: Noah <admin2@enabled.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Philip Hallstrom <freebsd@philip.pjkh.com>
References: <4523E73E.7090104@enabled.com>
	<20061004125340.R97219@bravo.pjkh.com>
In-Reply-To: <20061004125340.R97219@bravo.pjkh.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: sshd stalling upon login
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 21:05:35 -0000

Philip Hallstrom wrote:
>> I just built some new FreeBSD servers, and I am trying to log into 
>> one of them via sshd.  I am finding that the is  a lag between the 
>> connection and receiving a prompt.  most likely this is because the 
>> IP address I am coming from does not resolve.  But I am able to log into
>> other servers via sshd from the same host that does not have IP 
>> inverse resolution.
>>
>> So I copied the /etc/ssh/sshd_config and /etc/resolv.conf from the 
>> host that does not stall me to the server that was stalling.  that 
>> did not clear up the Problem.
>>
>> what other configuration files need to be augmented to get rid of 
>> this stall? clues please?
>
> In /etc/ssh/sshd_config add:
>
> UseDNS no

I put that in there and that did not work.  there is still a stall.  any 
other clues?

Cehers,

Noah


>
> Then restart sshd.
>
> -philip


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 21:12:10 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6307216A403
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:12:10 +0000 (UTC)
	(envelope-from norgaard@locolomo.org)
Received: from strange.daemonsecurity.com
	(59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C9E4A43D6B
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:12:09 +0000 (GMT)
	(envelope-from norgaard@locolomo.org)
Received: from [10.35.4.65] (65.4-35-10-static.chueca.wifi [10.35.4.65])
	by strange.daemonsecurity.com (Postfix) with ESMTP id A39F22E024;
	Wed,  4 Oct 2006 23:12:08 +0200 (CEST)
Message-ID: <4524235C.20501@locolomo.org>
Date: Wed, 04 Oct 2006 23:10:52 +0200
From: Erik Norgaard <norgaard@locolomo.org>
User-Agent: Thunderbird 1.5.0.7 (X11/20060916)
MIME-Version: 1.0
To: White Hat <pigskin_referee@yahoo.com>
References: <20061004203500.25860.qmail@web34402.mail.mud.yahoo.com>
In-Reply-To: <20061004203500.25860.qmail@web34402.mail.mud.yahoo.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: FreeBSD Users Questions <freebsd-questions@freebsd.org>
Subject: Re: Virtual Users sharing main account
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 21:12:10 -0000

White Hat wrote:
> I doubt if this is possible; however, I thought I would inquire anyway.
> 
> Assuming a domain name of 'company.com', we want to add a group of users who could send and receive mail using this domain name; however, we do not want to give them shell accounts. They would access the system simply to send or receive their email. I have SSL/TLS set up and working correctly. At this time we also do not want to set up sub domains like: 'sales.company.com' either, although it may come to that.
> 
> I read through the Virtual documentation and I do not think it is possible. Is that correct, or is there a way to accomplish it.

This can be done. If you only want to serve one domain any imap/pop 
server will do: dovecot, cyrus-imap or currier all serve fine as MDA's 
(although I've only tried cyrus). Postfix is easy to setup as MTA.

For authentication you have a number of choices: The easy is to add 
users as unix users, you don't need to give them a shell, just use 
/sbin/nologin. Then you need to setup sasl with saslauthd.

This setup is fine for small scale. For large scale you may want to look 
at authentication using ldap and choose the more powerful MDA.

If you need virtual domains, or serve multiple domains and allow 
user@domain1.com to be different from user@domain2.com then you 
definitely need ldap and the powerful MDA.

Last time I checked dovecot did not support virtual domains.

One last thing: If you don't rely on unix accounts then you need tell 
the MTA which accounts to receive mail for. Otherwise you can get 
DDOS'ed: The MTA will receive the entire mail (spam) and attempt local 
delivery to the MDA, when this fails try to return it.

This is quickly a lot of data and resources that is sucked up. I have 
tried that, not fun! If the MTA knows valid recipients then a lot of 
junk can be quickly rejected. There are spammers that mail random addresses.

Cheers, Erik
-- 
Ph: +34.666334818                      web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 21:31:42 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 49C5E16A4A0
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:31:42 +0000 (UTC) (envelope-from cswiger@mac.com)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.178])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5D81D43DA8
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:31:28 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from mac.com (smtpin07-en2 [10.13.10.152])
	by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id
	k94LVS4x011146; Wed, 4 Oct 2006 14:31:28 -0700 (PDT)
Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k94LVMWA018148; 
	Wed, 4 Oct 2006 14:31:27 -0700 (PDT)
In-Reply-To: <51d7a5160610041032x4a56f09ke73c83b72f81fd15@mail.gmail.com>
References: <51d7a5160610031351h62e33f42kbbdd7e4001c9342d@mail.gmail.com>
	<51d7a5160610031755m643de45dk48b2c4d26d3f511a@mail.gmail.com>
	<20061004083023.796fe5cd.wmoran@collaborativefusion.com>
	<51d7a5160610041032x4a56f09ke73c83b72f81fd15@mail.gmail.com>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <26CA30AF-09CF-4B9D-A2E8-A84D0FE71E2D@mac.com>
Content-Transfer-Encoding: 7bit
From: Chuck Swiger <cswiger@mac.com>
Date: Wed, 4 Oct 2006 14:31:22 -0700
To: perikillo <perikillo@gmail.com>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject: Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 21:31:42 -0000

On Oct 4, 2006, at 10:32 AM, perikillo wrote:
> My kernel file is this:
>
> machine              i386
> cpu           I686_CPU

You should also list "cpu  I586_CPU", otherwise you will not include  
some optimizations intended for Pentium or higher processors.

> ident         BACULA
> maxusers       10

Unless you've got extremely low RAM in the machine, you should either  
increase this to 32 or so, or let it autoconfigure itself.

> # To statically compile in device wiring instead of /boot/device.hints
> #hints        "GENERIC.hints"            # Default places to look for
> devices.
>
> makeoptions   DEBUG=-g             # Build kernel with gdb(1) debug  
> symbols
>
> options       SCHED_ULE            # ULE scheduler
> #options      SCHED_4BSD           # 4BSD scheduler

And you should switch to using SCHED_4BSD instead of SCHED_ULE until  
the bugs are worked out of the ULE scheduler.

-- 
-Chuck


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 21:31:52 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C733616A4E6
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:31:52 +0000 (UTC)
	(envelope-from admin2@enabled.com)
Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9354943D45
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:31:37 +0000 (GMT)
	(envelope-from admin2@enabled.com)
Received: from [172.23.8.16] (nat-service4.juniper.net [66.129.225.151])
	(authenticated bits=0)
	by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k94LVbJR083214
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Wed, 4 Oct 2006 14:31:37 -0700 (PDT)
	(envelope-from admin2@enabled.com)
Message-ID: <45242832.8070807@enabled.com>
Date: Wed, 04 Oct 2006 14:31:30 -0700
From: Noah <admin2@enabled.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Wayne <wc_fbsd@xxiii.com>, freebsd-questions@freebsd.org
References: <4523E73E.7090104@enabled.com>	<20061004125340.R97219@bravo.pjkh.com>
	<45242214.5000107@enabled.com> <45242360.3070505@xxiii.com>
In-Reply-To: <45242360.3070505@xxiii.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: 
Subject: Re: sshd stalling upon login
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 21:31:52 -0000

Wayne wrote:
> Noah wrote:
>> I put that in there and that did not work.  there is still a stall.  
>> any other clues?
>
> Are you running sshd by it self or trying to start it from inetd?

sshd is run on its own without inetd.  in fact I think portmap is dead 
on the box.

cheers,


Noah

>
>   -Wayne


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 21:42:47 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 556C416A494
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:42:47 +0000 (UTC)
	(envelope-from pgiessel@mac.com)
Received: from achilles.leela.ws (achilles.leela.ws [66.207.162.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 414F743D66
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:42:39 +0000 (GMT)
	(envelope-from pgiessel@mac.com)
Received: from [192.168.0.193] ([158.145.111.132]) (authenticated bits=0)
	by achilles.leela.ws (8.13.6/8.13.6) with ESMTP id k94Lga7S016962
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Wed, 4 Oct 2006 13:42:37 -0800 (AKDT)
	(envelope-from pgiessel@mac.com)
Message-ID: <45242ACB.4090409@mac.com>
Date: Wed, 04 Oct 2006 13:42:35 -0800
From: "Peter A. Giessel" <pgiessel@mac.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Erik Norgaard <norgaard@locolomo.org>
References: <20061004203500.25860.qmail@web34402.mail.mud.yahoo.com>
	<4524235C.20501@locolomo.org>
In-Reply-To: <4524235C.20501@locolomo.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: White Hat <pigskin_referee@yahoo.com>,
	FreeBSD Users Questions <freebsd-questions@freebsd.org>
Subject: Re: Virtual Users sharing main account
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 21:42:47 -0000

On 2006/10/04 13:10, Erik Norgaard seems to have typed:
> If you need virtual domains, or serve multiple domains and allow 
> user@domain1.com to be different from user@domain2.com then you 
> definitely need ldap and the powerful MDA.
> 
> Last time I checked dovecot did not support virtual domains.

It is my understanding from the Dovecot documentation, that it supports
virtual domains several different ways, indeed:
http://wiki.dovecot.org/DovecotFeatures
*** QUOTE ***
Dovecot supports a wide variety of Virtual User Configurations so you
can support multiple domains using a variety of methods.
*** END QUOTE ***

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 21:46:24 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 59C3916A53C
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:46:24 +0000 (UTC)
	(envelope-from admin2@enabled.com)
Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1336443D49
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:46:24 +0000 (GMT)
	(envelope-from admin2@enabled.com)
Received: from [172.23.8.16] (nat-service4.juniper.net [66.129.225.151])
	(authenticated bits=0)
	by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k94LkNVD084074
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 14:46:23 -0700 (PDT)
	(envelope-from admin2@enabled.com)
Message-ID: <45242BA9.9060801@enabled.com>
Date: Wed, 04 Oct 2006 14:46:17 -0700
From: Noah <admin2@enabled.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: no specifc dhcpd port found
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 21:46:24 -0000

Hi there,

I am unable to find the dhcpd port in /usr/ports

where should  I be looking?

cheer,s

Noah


# find /usr/ports -name dhcp\*
/usr/ports/net/dhcp-agent
/usr/ports/net/dhcp6
/usr/ports/net/dhcp6/files/dhcp6relay.sh.in
/usr/ports/net/dhcp6/files/dhcp6s.sh.in
/usr/ports/net/dhcp6/files/dhcp6c.sh.in
/usr/ports/net/dhcpdump
/usr/ports/net/dhcping
/usr/ports/net/dhcprelay
/usr/ports/net/dhcprelay/files/dhcprelay.sh.in


From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 21:54:28 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 93B9316A407
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:54:28 +0000 (UTC)
	(envelope-from lists@jnielsen.net)
Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2656F43D6B
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:54:23 +0000 (GMT)
	(envelope-from lists@jnielsen.net)
Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0)
	by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k94LsKU9038053;
	Wed, 4 Oct 2006 14:54:22 -0700 (PDT)
	(envelope-from lists@jnielsen.net)
From: John Nielsen <lists@jnielsen.net>
To: freebsd-questions@freebsd.org
Date: Wed, 4 Oct 2006 17:53:57 -0400
User-Agent: KMail/1.9.4
References: <45242BA9.9060801@enabled.com>
In-Reply-To: <45242BA9.9060801@enabled.com>
X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB;
	tBQf[RU-R<,I)e"$q7N7
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610041753.58240.lists@jnielsen.net>
X-Virus-Scanned: ClamAV version 0.88.4,
	clamav-milter version 0.88.4 on ns1.jnielsen.net
X-Virus-Status: Clean
Cc: Noah <admin2@enabled.com>
Subject: Re: no specifc dhcpd port found
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 21:54:28 -0000

On Wednesday 04 October 2006 17:46, Noah wrote:
> Hi there,
>
> I am unable to find the dhcpd port in /usr/ports
>
> where should  I be looking?

net/isc-dhcpd and friends.

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 21:55:08 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D6EA216A492
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:55:08 +0000 (UTC)
	(envelope-from lists@jnielsen.net)
Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2288143D6E
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:55:06 +0000 (GMT)
	(envelope-from lists@jnielsen.net)
Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0)
	by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k94Lt3U9038456;
	Wed, 4 Oct 2006 14:55:04 -0700 (PDT)
	(envelope-from lists@jnielsen.net)
From: John Nielsen <lists@jnielsen.net>
To: freebsd-questions@freebsd.org
Date: Wed, 4 Oct 2006 17:54:42 -0400
User-Agent: KMail/1.9.4
References: <45242BA9.9060801@enabled.com>
	<200610041753.58240.lists@jnielsen.net>
In-Reply-To: <200610041753.58240.lists@jnielsen.net>
X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB;
	tBQf[RU-R<,I)e"$q7N7
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610041754.42392.lists@jnielsen.net>
X-Virus-Scanned: ClamAV version 0.88.4,
	clamav-milter version 0.88.4 on ns1.jnielsen.net
X-Virus-Status: Clean
Cc: Noah <admin2@enabled.com>
Subject: Re: no specifc dhcpd port found
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 21:55:09 -0000

On Wednesday 04 October 2006 17:53, John Nielsen wrote:
> On Wednesday 04 October 2006 17:46, Noah wrote:
> > Hi there,
> >
> > I am unable to find the dhcpd port in /usr/ports
> >
> > where should  I be looking?
>
> net/isc-dhcpd and friends.

Sorry, net/isc-dhcp3-server and similar.

JN

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 21:55:25 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E31E816A4A0
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:55:25 +0000 (UTC)
	(envelope-from freebsd@philip.pjkh.com)
Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B3B4943D49
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:55:17 +0000 (GMT)
	(envelope-from freebsd@philip.pjkh.com)
Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219])
	by bravo.pjkh.com (Postfix) with ESMTP id BCD8A13D522;
	Wed,  4 Oct 2006 17:02:09 -0500 (CDT)
Received: by bravo.pjkh.com (Postfix, from userid 1000)
	id 89CEE13CD57; Wed,  4 Oct 2006 17:02:09 -0500 (CDT)
Received: from localhost (localhost [127.0.0.1])
	by bravo.pjkh.com (Postfix) with ESMTP id 88C1F13C80B;
	Wed,  4 Oct 2006 17:02:09 -0500 (CDT)
Date: Wed, 4 Oct 2006 17:02:09 -0500 (CDT)
From: Philip Hallstrom <freebsd@philip.pjkh.com>
To: Noah <admin2@enabled.com>
In-Reply-To: <45242BA9.9060801@enabled.com>
Message-ID: <20061004170153.S19903@bravo.pjkh.com>
References: <45242BA9.9060801@enabled.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: ClamAV using ClamSMTP
Cc: freebsd-questions@freebsd.org
Subject: Re: no specifc dhcpd port found
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 21:55:26 -0000

> I am unable to find the dhcpd port in /usr/ports
>
> where should  I be looking?

/usr/ports/net/isc-dhcp3-server/


>
> cheer,s
>
> Noah
>
>
> # find /usr/ports -name dhcp\*
> /usr/ports/net/dhcp-agent
> /usr/ports/net/dhcp6
> /usr/ports/net/dhcp6/files/dhcp6relay.sh.in
> /usr/ports/net/dhcp6/files/dhcp6s.sh.in
> /usr/ports/net/dhcp6/files/dhcp6c.sh.in
> /usr/ports/net/dhcpdump
> /usr/ports/net/dhcping
> /usr/ports/net/dhcprelay
> /usr/ports/net/dhcprelay/files/dhcprelay.sh.in
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 21:56:35 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6AB7716A40F
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:56:35 +0000 (UTC)
	(envelope-from pgiessel@mac.com)
Received: from achilles.leela.ws (achilles.leela.ws [66.207.162.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D33D743D7E
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:56:14 +0000 (GMT)
	(envelope-from pgiessel@mac.com)
Received: from [192.168.0.193] ([158.145.111.132]) (authenticated bits=0)
	by achilles.leela.ws (8.13.6/8.13.6) with ESMTP id k94Lu2PN017016
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Wed, 4 Oct 2006 13:56:10 -0800 (AKDT)
	(envelope-from pgiessel@mac.com)
Message-ID: <45242DF1.7080507@mac.com>
Date: Wed, 04 Oct 2006 13:56:01 -0800
From: "Peter A. Giessel" <pgiessel@mac.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Noah <admin2@enabled.com>
References: <45242BA9.9060801@enabled.com>
In-Reply-To: <45242BA9.9060801@enabled.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: no specifc dhcpd port found
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 21:56:35 -0000

On 2006/10/04 13:46, Noah seems to have typed:
> where should  I be looking?

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-dhcp.html
*** QUOTE 25.5.7.1 ***
The server is not provided as part of FreeBSD, and so you will need to
install the net/isc-dhcp3-server port to provide this service. See
Chapter 4 for more information on using the Ports Collection.
*** END QUOTE ***

From owner-freebsd-questions@FreeBSD.ORG  Wed Oct  4 22:05:38 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BBF5916A412
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 22:05:38 +0000 (UTC)
	(envelope-from shinjii@virusinfo.rdksupportinc.com)
Received: from barracuda.tsninternet.com.au (barracuda.tsninternet.com.au
	[202.22.162.34])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F239A43D8D
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 22:03:45 +0000 (GMT)
	(envelope-from shinjii@virusinfo.rdksupportinc.com)
X-ASG-Debug-ID: 1159999423-31611-253-0
X-Barracuda-URL: http://spam.tsninternet.com.au:80/cgi-bin/mark.cgi
Received: from b.custmx.tsn.cc (unknown [202.22.162.45])
	by barracuda.tsninternet.com.au (Spam Firewall) with ESMTP id
	408DC1F71DD for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 08:03:43 +1000 (EST)
Received: (qmail 16210 invoked by uid 89); 5 Oct 2006 08:03:42 +1000
Received: from unknown (HELO ?192.168.1.66?) (210.14.98.18)
	by b.custmx.tsn.cc with SMTP; 5 Oct 2006 08:03:42 +1000
From: Warren Liddell <shinjii@virusinfo.rdksupportinc.com>
To: freebsd-questions@freebsd.org
X-ASG-Orig-Subj: Problem with Subversion
Date: Thu, 5 Oct 2006 08:07:13 +1000
User-Agent: KMail/1.9.4
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610050807.14899.shinjii@virusinfo.rdksupportinc.com>
X-Virus-Scanned: by Barracuda Spam Firewall at tsninternet.com.au
X-Barracuda-Spam-Score: 0.00
X-Barracuda-Spam-Status: No, SCORE=0.00 using per-user scores of TAG_LEVEL=3.0
	QUARANTINE_LEVEL=6.0 KILL_LEVEL=7.0 tests=
X-Barracuda-Spam-Report: Code version 3.02, rules version 3.0.22564
	Rule breakdown below  pts rule name              description
	---- ----------------------
	--------------------------------------------------
Subject: Problem with Subversion
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Oct 2006 22:05:38 -0000

running FreeBSD 6.2-PRERELEASE .. trying to update 2 KDE packages and 
subversion is being un-cooperative .. any help/assistance appreciated.
------------------------------------

===>  Configuring for subversion-1.4.0_1

You should build `devel/apr-svn' with db4 support to use subversion with it.
Please rebuild `devel/apr-svn' with option `APR_UTIL_WITH_BERKELEY_DB=yes' and 
try again.

Or you can disable db4 support. Only 'fs' repository backend will be 
available.
To disable db4 support, define WITHOUT_BDB.

*** Error code 1

Stop in /usr/ports/devel/subversion.
*** Error code 1

Stop in /usr/ports/devel/kdevelop.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.44991.41 
env PORT_UPGRADE=yes make BATCH=yes DEPENDS_TARGET=package
** Fix the problem and try again.

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 00:44:43 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B270616A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 00:44:43 +0000 (UTC)
	(envelope-from freebsd.ph@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B5A5D43D46
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 00:44:41 +0000 (GMT)
	(envelope-from freebsd.ph@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so463153pye
	for <freebsd-questions@freebsd.org>;
	Wed, 04 Oct 2006 17:44:41 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
	b=dfnZ7GJ5FsMbtClrMvA1x/630gRIwAjfdyvonHEbadHiGzJ4080jZ2nmn7cVUz8F03SUJlB6aRQoSml1I8wCprIejUAwRgQK4puDZEPjZaAMQ6CQ2X6y2T6f0Dg7YncBQbP0FLOigU8uWUkmwboFFA/Nnirzq98ue8O/5H0FqQc=
Received: by 10.65.176.3 with SMTP id d3mr1461394qbp;
	Wed, 04 Oct 2006 17:44:40 -0700 (PDT)
Received: by 10.65.103.5 with HTTP; Wed, 4 Oct 2006 17:44:40 -0700 (PDT)
Message-ID: <a25afc300610041744o5f4db6bblc97d70dcd593fdb8@mail.gmail.com>
Date: Thu, 5 Oct 2006 08:44:40 +0800
From: "jan gestre" <freebsd.ph@gmail.com>
To: "John Nielsen" <lists@jnielsen.net>
In-Reply-To: <200610041354.58581.lists@jnielsen.net>
MIME-Version: 1.0
References: <20061004165447.15287.qmail@web27512.mail.ukl.yahoo.com>
	<200610041354.58581.lists@jnielsen.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: Desmond Coughlan <coughlandesmond@yahoo.fr>, freebsd-questions@freebsd.org
Subject: Re: cheapskate webmail interface
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 00:44:43 -0000

On 10/5/06, John Nielsen <lists@jnielsen.net> wrote:
>
> On Wednesday 04 October 2006 12:54, Desmond Coughlan wrote:
> <snip>
> > Now we just need forums and webmail.  The latter will be
> > http://www.phpbb.com/ but for webmail, we're having difficulty finding a
> > free solution.  ismail won't install from the ports, and other than
> that,
> > everything I've found looks to be in the region of 250 $US.  As I
> believe
> > I've mentioned, the organisation is a school, and that sort of money
> just
> > isn't in the kitty.  So my options are to write it in perl myself... oh
> > G-d, we want it to be working before Passover 2010!  Or we find an open
> > source version.
>
> Horde+Imp, SquirrelMail, and OpenWebMail all spring immediately to mind,
> and
> all should be in ports. I use Horde on my mail server and think it's
> great;
> very flexible and powerful. It is a bit cumbersome to get running and to
> upgrade, but that aspect continues to improve. The other two are a bit
> more
> basic but each has a wide following.
>
> you may want to try roundcube http://www.roundcube.net although it's still
on beta the interface's rocks, nothing you ever experienced before,
certainly cooler than squirrelmail with AJAX like interface.

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 01:13:51 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A5AC516A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 01:13:51 +0000 (UTC)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: from web83104.mail.mud.yahoo.com (web83104.mail.mud.yahoo.com
	[216.252.101.33])
	by mx1.FreeBSD.org (Postfix) with SMTP id 2C57643D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 01:13:50 +0000 (GMT)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: (qmail 37345 invoked by uid 60001); 5 Oct 2006 01:13:50 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=UMNzuiWj6Jl3SC158sykUH92EoMbTwvfS/jvze12ghNMoGPzSPybe3pbr8QIJmEdy08W7HBlTlhslZD4D3Wz51rEUbsbLkTZaOIWZIaD7V8bEd/tZqDtXQNXi4PGOvHX1AhlK8fjsFnQRJktM1KfuJIVqtyxsCRFq7rxy6/nQHQ=
	; 
Message-ID: <20061005011350.37343.qmail@web83104.mail.mud.yahoo.com>
Received: from [69.183.243.202] by web83104.mail.mud.yahoo.com via HTTP;
	Wed, 04 Oct 2006 18:13:50 PDT
Date: Wed, 4 Oct 2006 18:13:50 -0700 (PDT)
From: backyard <backyard1454-bsd@yahoo.com>
To: FreeBSD Mailing List <freebsd-questions@freebsd.org>
In-Reply-To: <26CA30AF-09CF-4B9D-A2E8-A84D0FE71E2D@mac.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Subject: Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: backyard1454-bsd@yahoo.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 01:13:51 -0000



--- Chuck Swiger <cswiger@mac.com> wrote:

> On Oct 4, 2006, at 10:32 AM, perikillo wrote:
> > My kernel file is this:
> >
> > machine              i386
> > cpu           I686_CPU
> 
> You should also list "cpu  I586_CPU", otherwise you
> will not include  
> some optimizations intended for Pentium or higher
> processors.
> 

are you sure about this??? This statement seems to
contradict the handbook which says "it is best to use
only the CPU you have" I would think I686_CPU would
cause the build know it is higher then a pentium and
thus use those optimizations. But if this is true...


-brian




From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 01:17:10 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8DFB816A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 01:17:10 +0000 (UTC) (envelope-from stanb@panix.com)
Received: from mail1.panix.com (mail1.panix.com [166.84.1.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2670E43D49
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 01:17:10 +0000 (GMT) (envelope-from stanb@panix.com)
Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79])
	by mail1.panix.com (Postfix) with ESMTP id A733F58836
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:17:09 -0400 (EDT)
Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net
	[68.58.232.106])
	by mailspool2.panix.com (Postfix) with ESMTP id A8111476663
	for <freebsd-questions@freebsd.org>;
	Wed,  4 Oct 2006 21:17:09 -0400 (EDT)
Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian))
	id 1GVHrJ-0005uf-00
	for <freebsd-questions@freebsd.org>; Wed, 04 Oct 2006 21:17:09 -0400
Date: Wed, 4 Oct 2006 21:17:09 -0400
From: stan <stanb@panix.com>
To: Free BSD Questions list <freebsd-questions@freebsd.org>
Message-ID: <20061005011709.GA22580@teddy.fas.com>
Mail-Followup-To: Free BSD Questions list <freebsd-questions@freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Editor: gVim
X-Operating-System: Debian GNU/Linux
X-Kernel-Version: 2.4.23
X-Uptime: 21:09:28 up 170 days, 22:12, 1 user, load average: 0.00, 0.00, 0.00
User-Agent: Mutt/1.5.4i
Sender: Stan Brown <stanb@panix.com>
Subject: Modifying cvsup-mirror port to mirror OpenBSD cvsup
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 01:17:10 -0000

I'm trying to modify a machine that I was using to mirror the
FreeBSD cvsup tree qith to do OpenBSD instead. The machine
was originally set up using the cvsup-mirror port.

I've changed /usr/local/etc/cvsup/config.sh to look like this:

user="cvsup"
group="cvsup"
cuser="cvsupin"
cgroup="cvsupin"
host="cvsup.usa.openbsd.org"
interval="1"
maxclients="8"
facility="daemon"
distribs="distrib.self .. . OpenBSD.cvs /home/ncvs . OpenBSD-all SKIP ."

But the machine pesists in getting the FreeBSD tree. Puzzling

What am I doing wrong?

-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 01:39:07 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F2E2A16A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 01:39:07 +0000 (UTC)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: from web83115.mail.mud.yahoo.com (web83115.mail.mud.yahoo.com
	[216.252.101.44])
	by mx1.FreeBSD.org (Postfix) with SMTP id 7CF5843D55
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 01:39:07 +0000 (GMT)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: (qmail 51468 invoked by uid 60001); 5 Oct 2006 01:39:07 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=V8Qs60dXPEsTse1mEGXm7Kx9KNjGMFRNG8hoWwyStcD8Fs4+4TeyMFpnv49iTQET9dWa5NYJx8juJzwNvUfl8lmgYwQAZg35EJYAExS43l7CUdnbmqDVG/QFAiD+h0DLFBvGw8vBoxXQ1irNKSfy2mZcFk8LqHuts998YFfqRoM=
	; 
Message-ID: <20061005013907.51466.qmail@web83115.mail.mud.yahoo.com>
Received: from [69.183.243.202] by web83115.mail.mud.yahoo.com via HTTP;
	Wed, 04 Oct 2006 18:39:07 PDT
Date: Wed, 4 Oct 2006 18:39:07 -0700 (PDT)
From: backyard <backyard1454-bsd@yahoo.com>
To: FreeBSD Mailing List <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Subject: Good References and or Books for learning ADA
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: backyard1454-bsd@yahoo.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 01:39:08 -0000

Hello All,

I'm looking to teach myself ADA using the Gnu Compiler
Collection and GNATS as my compiler under an i386
FreeBSD 6.X system. I'm just curious if any ADA
programmers out there can point me to some decent
books/online resources for learning the basics and
more advanced aspects of ADA. They would be most
useful if they referenced ADA95 as that appears to be
the standard gnats supports.

 I would also be interested in resources that describe
integrating (I guess linking is more appropriate of a
term) C/C++ libraries with ADA. This would mostly be
for basic use with X Windows and Motif, GTK, or
whatever makes the windows looks nice when I get that
far, and OpenGL rendering, and likely ATLAS for
crunching numbers. Unless there exists some ADA
libraries for any of the above.

I went to Borders today and couldn't find anything and
a search online would comes up with millions of books
that may or may not be useful. 

I guess I shouldn't be too supprised I couldn't even
seem to find a book on Bind at Borders...

thanks,

-brian



From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 01:42:13 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 615C416A407
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 01:42:13 +0000 (UTC)
	(envelope-from freebsd.ph@gmail.com)
Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A0B5F43D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 01:42:12 +0000 (GMT)
	(envelope-from freebsd.ph@gmail.com)
Received: by nz-out-0102.google.com with SMTP id 13so136388nzn
	for <freebsd-questions@freebsd.org>;
	Wed, 04 Oct 2006 18:42:12 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
	b=DY1EFCyDsgupTBj6dMVWBraZ+a6iSMIIf4tVBo0xlZkkPOa1jVNND+hhdhmyD9AuGJGcRSYOl6Q+FNw0ftJps5AtJPK+JYAcnRIwwBPxkSCKzHchVZbE0Jf7GnVtfs0RE38loGGPr4S9wqxckQVQh4yxFXWD0y1thJa405BMPH4=
Received: by 10.64.27.13 with SMTP id a13mr1447631qba;
	Wed, 04 Oct 2006 18:42:11 -0700 (PDT)
Received: by 10.65.103.5 with HTTP; Wed, 4 Oct 2006 18:42:11 -0700 (PDT)
Message-ID: <a25afc300610041842n68c00381r3be4243eacb160bb@mail.gmail.com>
Date: Thu, 5 Oct 2006 09:42:11 +0800
From: "jan gestre" <freebsd.ph@gmail.com>
To: "=?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?=" <gabor@freebsd.org>
In-Reply-To: <45239319.7090304@FreeBSD.org>
MIME-Version: 1.0
References: <a25afc300610031741q109aeeeenb0c8179cdecc4474@mail.gmail.com>
	<45239319.7090304@FreeBSD.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject: Re: upgrading amavisd-new port fails
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 01:42:13 -0000

On 10/4/06, G=E1bor K=F6vesd=E1n <gabor@freebsd.org> wrote:
>
> jan gestre wrote:
> > hi guys,
> >
> >
> > i tried upgrading the amavisd-new port via portmanager and
> > portupgrade, both
> > methods failed, i had a similar problem before but i forgot how did i
> > fix it
> > :(  is there a problem with the amavisd-new port?
> >
> > TIA
> Hi,
>
> could you concretize a bit, please? What kind of error do you get? Could
> you attach the output?
>
> this is the error during portupgrade:

Stop in /usr/ports/security/amavisd-new.
*** Error code 1

Stop in /usr/ports/security/amavisd-new.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.80571.23 env PORT_UPGRADE=3Dyes make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
        ! security/amavisd-new (amavisd-new-2.4.3,1)    (checksum mismatch)
--->  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed


while below is the message using portmanager:

skipping amavisd-new-2.4.3,1 /security/amavisd-new marked IGNORE reason:
failed during make
------------------------------------------------------------------------
portmanager 0.4.1_6 INFO: finished with some ports not updated  if --log wa=
s
used see /var/log/portmanager.log

output of /var/log/portmanager.log:

Thu Aug  3 08:49:40 2006
 amavisd-new-2.4.2_2,1               /security/amavisd-new
    built with OLD dependency           p5-Archive-Tar-1.29
/archivers/p5-Archive-Tar

Thu Aug  3 08:52:38 2006
 portmanager                         0.4.1_6
    ports are up to
date


Thu Aug  3 08:52:38 2006
 end of log

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 01:44:46 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A03E616A412
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 01:44:46 +0000 (UTC)
	(envelope-from beech@alaskaparadise.com)
Received: from stargate.alaskaparadise.com (114-103-74-65.gci.net
	[65.74.103.114])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D960943D46
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 01:44:43 +0000 (GMT)
	(envelope-from beech@alaskaparadise.com)
Received: by stargate.alaskaparadise.com (Postfix, from userid 0)
	id 92BD44588; Wed,  4 Oct 2006 17:44:42 -0800 (AKDT)
From: Beech Rintoul <beech@alaskaparadise.com>
Organization: Alaska Paradise
To: freebsd-questions@freebsd.org,
 backyard1454-bsd@yahoo.com
Date: Wed, 4 Oct 2006 17:44:22 -0800
User-Agent: KMail/1.9.4
References: <20061005013907.51466.qmail@web83115.mail.mud.yahoo.com>
In-Reply-To: <20061005013907.51466.qmail@web83115.mail.mud.yahoo.com>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart1252278.B5aq7I7oxE";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200610041744.40314.beech@alaskaparadise.com>
Cc: 
Subject: Re: Good References and or Books for learning ADA
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 01:44:46 -0000

--nextPart1252278.B5aq7I7oxE
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Wednesday 04 October 2006 17:39, backyard wrote:
> Hello All,
>
> I'm looking to teach myself ADA using the Gnu Compiler
> Collection and GNATS as my compiler under an i386
> FreeBSD 6.X system. I'm just curious if any ADA
> programmers out there can point me to some decent
> books/online resources for learning the basics and
> more advanced aspects of ADA. They would be most
> useful if they referenced ADA95 as that appears to be
> the standard gnats supports.
>
>  I would also be interested in resources that describe
> integrating (I guess linking is more appropriate of a
> term) C/C++ libraries with ADA. This would mostly be
> for basic use with X Windows and Motif, GTK, or
> whatever makes the windows looks nice when I get that
> far, and OpenGL rendering, and likely ATLAS for
> crunching numbers. Unless there exists some ADA
> libraries for any of the above.
>
> I went to Borders today and couldn't find anything and
> a search online would comes up with millions of books
> that may or may not be useful.
>
> I guess I shouldn't be too supprised I couldn't even
> seem to find a book on Bind at Borders...

I can't help you with ADA, but the O'Reilly book on bind is the best one.=20
Borders can order it and get it to you in a couple of days. They even get=20
them that fast up here in Alaska.

Beech
=2D-=20

=2D------------------------------------------------------------------------=
=2D-------------
Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
=2D------------------------------------------------------------------------=
=2D-------------












--nextPart1252278.B5aq7I7oxE
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQBFJGOIp5D0B1NlT4URAibsAKCCZDyp/Dq4Kr2iWpn17qOGNZ4obACfU7uC
22/z2I0bUBLM03TlLSA7f2Q=
=xeWn
-----END PGP SIGNATURE-----

--nextPart1252278.B5aq7I7oxE--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 02:01:55 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6F17C16A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 02:01:55 +0000 (UTC)
	(envelope-from ajm91qw@sbcglobal.net)
Received: from smtp111.sbc.mail.mud.yahoo.com (smtp111.sbc.mail.mud.yahoo.com
	[68.142.198.210])
	by mx1.FreeBSD.org (Postfix) with SMTP id 3C74143D5F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 02:01:54 +0000 (GMT)
	(envelope-from ajm91qw@sbcglobal.net)
Received: (qmail 23819 invoked from network); 5 Oct 2006 02:01:53 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net;
	h=Received:Date:From:To:Subject:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent;
	b=cWjDh0oOEcRgO6v45P28RgX+XlyMwcxsJccUiFfvVI74j8D/70kboWlVSpS0B/PpLp9va61076s515bGGjUJoUC7BSGu2STlfafJbDEqD5M3yFomWTpKxa17EI1HxSgJzp33R5UVZbnxbOnywXHZRs8uXWAvxeQknfpAE6cMa6M=
	; 
Received: from unknown (HELO localhost) (ajm91qw@sbcglobal.net@70.255.173.45
	with plain)
	by smtp111.sbc.mail.mud.yahoo.com with SMTP; 5 Oct 2006 02:01:53 -0000
Date: Wed, 4 Oct 2006 21:04:00 -0500
From: ajm <ajm91qw@sbcglobal.net>
To: freebsd-questions@freebsd.org
Message-ID: <20061005020400.GA908@powerfull.bsd>
References: <45240718.5090608@seamanpaper.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <45240718.5090608@seamanpaper.com>
User-Agent: Mutt/1.5.13 (2006-08-11)
Subject: Re: can't built /usr/ports/mail/mutt-ng
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 02:01:55 -0000

On Wed, Oct 04, 2006 at 03:10:16PM -0400, Jeff Dickens wrote:
> This happens:
> 
> y# make
> ===>  Vulnerability check disabled, database not found
> ===>  Found saved configuration for mutt-ng-20051110_1
> => muttng-20051110.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
> => Attempting to fetch from http://nion.modprobe.de/mutt-ng/snapshots/.
> fetch: http://nion.modprobe.de/mutt-ng/snapshots/muttng-20051110.tar.gz: 
> Network is unreachable
> => Attempting to fetch from 
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
> muttng-20051110.tar.gz                        100% of 2668 kB  215 kBps 
> 00m00s
> ===>  Extracting for mutt-ng-20051110_1
> => MD5 Checksum OK for muttng-20051110.tar.gz.
> => SHA256 Checksum OK for muttng-20051110.tar.gz.
> ===>  Patching for mutt-ng-20051110_1
> ===>  Applying FreeBSD patches for mutt-ng-20051110_1
> ===>   mutt-ng-20051110_1 depends on executable: lynx - found
> ===>   mutt-ng-20051110_1 depends on executable: sgmlfmt - found
> ===>   mutt-ng-20051110_1 depends on shared library: db41.1 - not found
> ===>    Verifying install for db41.1 in /usr/ports/databases/db41
> ===>  Vulnerability check disabled, database not found
> => db-4.1.25.tar.gz doesn't seem to exist in /usr/ports/distfiles/bdb.
> => Attempting to fetch from http://downloads.sleepycat.com/.
> fetch: http://downloads.sleepycat.com/db-4.1.25.tar.gz: Network is 
> unreachable
> => Attempting to fetch from 
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/.
> fetch: 
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/db-4.1.25.tar.gz: 
> size mismatch: expected 3080234, actual 2901161
> => Couldn't fetch it - please try to retrieve this
> => port manually into /usr/ports/distfiles/bdb and try again.
> *** Error code 1
> 
> Stop in /usr/ports/databases/db41.
> *** Error code 1
> 
> Stop in /usr/ports/mail/mutt-ng.
> 
> 
> I'd go pack and de-select the db4 caching business but I can't figure 
> out how to get to the config menu again

go to your /mail/mutt-ng directory and execute
make config

-- 
Alex
FreeBSD 6.0-RELEASE i386

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 02:01:59 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C885116A529
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 02:01:59 +0000 (UTC)
	(envelope-from admin2@enabled.com)
Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6578F43D55
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 02:01:59 +0000 (GMT)
	(envelope-from admin2@enabled.com)
Received: from [172.24.241.10] (natint3.juniper.net [66.129.224.36])
	(authenticated bits=0)
	by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k9521uRh000799
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Wed, 4 Oct 2006 19:01:58 -0700 (PDT)
	(envelope-from admin2@enabled.com)
Message-ID: <4524678D.6070005@enabled.com>
Date: Wed, 04 Oct 2006 19:01:49 -0700
From: Noah <admin2@enabled.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: "Peter A. Giessel" <pgiessel@mac.com>
References: <45242BA9.9060801@enabled.com> <45242DF1.7080507@mac.com>
In-Reply-To: <45242DF1.7080507@mac.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: freebsd-questions@freebsd.org
Subject: Re: no specifc dhcpd port found [SOLVED]
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 02:01:59 -0000

Peter A. Giessel wrote:
> On 2006/10/04 13:46, Noah seems to have typed:
>   
>> where should  I be looking?
>>     
>
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-dhcp.html
> *** QUOTE 25.5.7.1 ***
> The server is not provided as part of FreeBSD, and so you will need to
> install the net/isc-dhcp3-server port to provide this service. See
> Chapter 4 for more information on using the Ports Collection.
> *** END QUOTE ***
>   

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  Thu Oct  5 02:46:25 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 722D516A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 02:46:25 +0000 (UTC)
	(envelope-from mureninc@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4DED443D53
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 02:46:24 +0000 (GMT)
	(envelope-from mureninc@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so372131wxd
	for <freebsd-questions@freebsd.org>;
	Wed, 04 Oct 2006 19:46:23 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition;
	b=jRwXUMhi1hFxIH3HQnxRUq4rrxyFVw3Q0JQ8ZRxZehrR1PUKZDNkWUub5cJpb2+tBi/rcRySGC+vxLuqFUnuEYAylDFcqucNRBZX58DXGq1xCR4QowEdBLfI2qLv4z/XJWGcq5KXS2QpQl2Lzpf1toXslQ5IRAQedNrrpVCsE7U=
Received: by 10.70.76.11 with SMTP id y11mr2263625wxa;
	Wed, 04 Oct 2006 19:46:23 -0700 (PDT)
Received: by 10.70.36.16 with HTTP; Wed, 4 Oct 2006 19:46:23 -0700 (PDT)
Message-ID: <f34ca13c0610041946h7dfaa05cyf3296798b215405e@mail.gmail.com>
Date: Wed, 4 Oct 2006 22:46:23 -0400
From: "Constantine A. Murenin" <mureninc@gmail.com>
To: freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Cc: majid.awad@intel.com
Subject: ipw(4) and iwi(4): Intel's Pro Wireless firmware licensing problems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 02:46:25 -0000

Hi,

My acquaintance with Unix started with FreeBSD, which I used for quite
a while before discovering OpenBSD. I now mostly use OpenBSD, and I
was wondering of how many FreeBSD users are aware about the licensing
restrictions of Intel Pro Wireless family of wireless adapters?

Why are none of the manual pages of FreeBSD say anything about why
Intel Wireless devices do not work by default?

http://www.freebsd.org/cgi/man.cgi?query=ipw
http://www.freebsd.org/cgi/man.cgi?query=iwi

If you are curious as to why things are the way they are, I suggest
that you check the problems that are described in the misc@openbsd.org
mailing list, and contact Intel people and say what you think about
their user-unfriendly policy in regards to Intel Pro Wireless
firmwares, which are REQUIRED to be loaded from the OS before the
device functions, i.e. the OS developers must be allowed to freely
distribute the firmware in order for the devices to work
out-of-the-box.

For some recent information about Intel being an Open Source Fraud,
see http://marc.theaimsgroup.com/?l=openbsd-misc&m=115960734026283&w=2.

Cheers,
Constantine.

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 02:57:07 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 50EAD16A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 02:57:07 +0000 (UTC)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: from web83108.mail.mud.yahoo.com (web83108.mail.mud.yahoo.com
	[216.252.101.37])
	by mx1.FreeBSD.org (Postfix) with SMTP id DD49443D49
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 02:57:06 +0000 (GMT)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: (qmail 95708 invoked by uid 60001); 5 Oct 2006 02:57:06 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=XfT3APgm00LowICfM2m+jQ0F6IkMNkYlen1IPIBGct1Agcf+yaERZlxT0KkX6482KavrWumjspNmZVO7AYYqqF22WS0XCuyEjGn5s6LLHgQ4rF7wJwk5qLXUb8NiO0yQ0E4I2k93VoFlV3IRO8MJopMqE7RVMvOSjNMCJoKtbPg=
	; 
Message-ID: <20061005025706.95706.qmail@web83108.mail.mud.yahoo.com>
Received: from [69.183.243.202] by web83108.mail.mud.yahoo.com via HTTP;
	Wed, 04 Oct 2006 19:57:06 PDT
Date: Wed, 4 Oct 2006 19:57:06 -0700 (PDT)
From: backyard <backyard1454-bsd@yahoo.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <200610041744.40314.beech@alaskaparadise.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Subject: Re: Good References and or Books for learning ADA
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: backyard1454-bsd@yahoo.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 02:57:07 -0000



--- Beech Rintoul <beech@alaskaparadise.com> wrote:

> On Wednesday 04 October 2006 17:39, backyard wrote:
> > Hello All,
> >
> > I'm looking to teach myself ADA using the Gnu
> Compiler
> > Collection and GNATS as my compiler under an i386
> > FreeBSD 6.X system. I'm just curious if any ADA
> > programmers out there can point me to some decent
> > books/online resources for learning the basics and
> > more advanced aspects of ADA. They would be most
> > useful if they referenced ADA95 as that appears to
> be
> > the standard gnats supports.
> >
> >  I would also be interested in resources that
> describe
> > integrating (I guess linking is more appropriate
> of a
> > term) C/C++ libraries with ADA. This would mostly
> be
> > for basic use with X Windows and Motif, GTK, or
> > whatever makes the windows looks nice when I get
> that
> > far, and OpenGL rendering, and likely ATLAS for
> > crunching numbers. Unless there exists some ADA
> > libraries for any of the above.
> >
> > I went to Borders today and couldn't find anything
> and
> > a search online would comes up with millions of
> books
> > that may or may not be useful.
> >
> > I guess I shouldn't be too supprised I couldn't
> even
> > seem to find a book on Bind at Borders...
> 
> I can't help you with ADA, but the O'Reilly book on
> bind is the best one. 
> Borders can order it and get it to you in a couple
> of days. They even get 
> them that fast up here in Alaska.
> 
> Beech

thanks, thats the one I was looking for and certain
I'd scene before but no luck tonight. ofcourse I had
no trouble finding the complete freebsd tonight which
is what took me hours to find last time amungst the
books on bind...

the luck of the irish is a lie...

does that book cover running bind within a jail? or
just the general configuration of the service?

-brian


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 03:10:03 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 8107916A403
	for <questions@freebsd.org>; Thu,  5 Oct 2006 03:10:03 +0000 (UTC)
	(envelope-from lists@stringsutils.com)
Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DA0A043D4C
	for <questions@freebsd.org>; Thu,  5 Oct 2006 03:10:02 +0000 (GMT)
	(envelope-from lists@stringsutils.com)
Received: from zoraida.natserv.net (localhost.natserv.net [127.0.0.1])
	by zoraida.natserv.net (Postfix) with ESMTP id 31AE3B876;
	Wed,  4 Oct 2006 23:09:59 -0400 (EDT)
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on zoraida.natserv.net
X-Spam-Level: 
X-Spam-Status: No, score=-3.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham 
	version=3.1.3
Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147])
	by zoraida.natserv.net (Postfix) with ESMTP id F1D51B833;
	Wed,  4 Oct 2006 23:09:58 -0400 (EDT)
References: <C87B42D9-AF83-4DFC-9E13-53FCD874A444@obmail.net>
	<20060921182252.GA24321@xor.obsecurity.org>
	<FC0253C7-B04C-4609-96D0-BD8AACAB5646@obmail.net>
	<20060921184546.GA24778@xor.obsecurity.org>
	<cone.1159805265.552444.41259.1000@zoraida.natserv.net>
	<20061002121655.f1ae5954.wmoran@collaborativefusion.com>
Message-ID: <cone.1160017798.647189.68351.1000@zoraida.natserv.net>
X-Mailer: http://www.courier-mta.org/cone/
From: Francisco Reyes <lists@stringsutils.com>
To: Bill Moran <wmoran@collaborativefusion.com>
Date: Wed, 04 Oct 2006 23:09:58 -0400
Mime-Version: 1.0
Content-Type: text/plain; format=flowed; charset="US-ASCII"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Cc: questions@freebsd.org
Subject: Re: 6.1 and NFS
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 03:10:03 -0000

Bill Moran writes:

> Have you tried contacting the Foundation?
> http://www.freebsdfoundation.org/
> 
> It's my understanding that they coordinate most of this money ->
> developers stuff ...

I think I explored that route. It's been a month or so now.. but if memory 
serves me well that was not a viable option. Don't recall details, but I 
think someone told me they were not setup to find someone... or something 
along those lines.

One of the Core developers offered to put me in contact with one or more 
people who did this type of work.. but after a few days with no response I 
sent a follow message and never heard back..

We ended up giving up on NFS and re-architecting what we were doing as to 
not use NFS. :-(

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 03:54:16 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E63B916A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 03:54:15 +0000 (UTC)
	(envelope-from beech@alaskaparadise.com)
Received: from stargate.alaskaparadise.com (114-103-74-65.gci.net
	[65.74.103.114])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CC36943D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 03:54:10 +0000 (GMT)
	(envelope-from beech@alaskaparadise.com)
Received: by stargate.alaskaparadise.com (Postfix, from userid 0)
	id 139C24586; Wed,  4 Oct 2006 19:54:07 -0800 (AKDT)
From: Beech Rintoul <beech@alaskaparadise.com>
Organization: Alaska Paradise
To: freebsd-questions@freebsd.org,
 backyard1454-bsd@yahoo.com
Date: Wed, 4 Oct 2006 19:53:27 -0800
User-Agent: KMail/1.9.4
References: <20061005025706.95706.qmail@web83108.mail.mud.yahoo.com>
In-Reply-To: <20061005025706.95706.qmail@web83108.mail.mud.yahoo.com>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart2613430.Cjssvx5WPp";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200610041954.04889.beech@alaskaparadise.com>
Cc: 
Subject: Re: Good References and or Books for learning ADA
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 03:54:16 -0000

--nextPart2613430.Cjssvx5WPp
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Wednesday 04 October 2006 18:57, backyard wrote:
> --- Beech Rintoul <beech@alaskaparadise.com> wrote:
> > On Wednesday 04 October 2006 17:39, backyard wrote:
> > > Hello All,
> > >
> > > I'm looking to teach myself ADA using the Gnu
> >
> > Compiler
> >
> > > Collection and GNATS as my compiler under an i386
> > > FreeBSD 6.X system. I'm just curious if any ADA
> > > programmers out there can point me to some decent
> > > books/online resources for learning the basics and
> > > more advanced aspects of ADA. They would be most
> > > useful if they referenced ADA95 as that appears to
> >
> > be
> >
> > > the standard gnats supports.
> > >
> > >  I would also be interested in resources that
> >
> > describe
> >
> > > integrating (I guess linking is more appropriate
> >
> > of a
> >
> > > term) C/C++ libraries with ADA. This would mostly
> >
> > be
> >
> > > for basic use with X Windows and Motif, GTK, or
> > > whatever makes the windows looks nice when I get
> >
> > that
> >
> > > far, and OpenGL rendering, and likely ATLAS for
> > > crunching numbers. Unless there exists some ADA
> > > libraries for any of the above.
> > >
> > > I went to Borders today and couldn't find anything
> >
> > and
> >
> > > a search online would comes up with millions of
> >
> > books
> >
> > > that may or may not be useful.
> > >
> > > I guess I shouldn't be too supprised I couldn't
> >
> > even
> >
> > > seem to find a book on Bind at Borders...
> >
> > I can't help you with ADA, but the O'Reilly book on
> > bind is the best one.
> > Borders can order it and get it to you in a couple
> > of days. They even get
> > them that fast up here in Alaska.
> >
> > Beech
>
> thanks, thats the one I was looking for and certain
> I'd scene before but no luck tonight. ofcourse I had
> no trouble finding the complete freebsd tonight which
> is what took me hours to find last time amungst the
> books on bind...
>
> the luck of the irish is a lie...
>
> does that book cover running bind within a jail? or
> just the general configuration of the service?

I'm pretty sure it does, but my copy is at the office so I can't say for su=
re.=20
However, the book  is VERY detailed about all aspects of bind. It really is=
 a=20
must read for anyone serious about running nameservers. For example, it sho=
ws=20
you how to split the nameserver so you can resolve your entire inside lan,=
=20
but outside it will only resolve the servers you choose. It's also is very=
=20
detailed about how to set up dynamic hosts.

Beech
=2D-=20

=2D------------------------------------------------------------------------=
=2D-------------
Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
=2D------------------------------------------------------------------------=
=2D-------------












--nextPart2613430.Cjssvx5WPp
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQBFJIHcp5D0B1NlT4URAhc1AJ0fBYz4vTa0jw9iUaK4mm2L21S0MwCdGBqW
CNcH5TdGLrCg0mj+/KWNalg=
=zxWE
-----END PGP SIGNATURE-----

--nextPart2613430.Cjssvx5WPp--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 04:20:04 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7266616A407
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 04:20:04 +0000 (UTC)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: from web83102.mail.mud.yahoo.com (web83102.mail.mud.yahoo.com
	[216.252.101.31])
	by mx1.FreeBSD.org (Postfix) with SMTP id F41C343D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 04:20:03 +0000 (GMT)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: (qmail 36674 invoked by uid 60001); 5 Oct 2006 04:20:03 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=tH3CpvgmCvWd+PTvAAtREVcYnAaBbraBCe/XGLsLKEN0N9id9cRDwczcPS6e1VVpIcSVQsW4H94Pn8vn4lIJUBKSoCqXkhmfvBqfSpzMFmDuxuYcTwthCt6acTwn5xkiNGvV1xNBTw9dFinpDWDqghbTiJcRbMpS3h3wBu4Rf2s=
	; 
Message-ID: <20061005042003.36672.qmail@web83102.mail.mud.yahoo.com>
Received: from [69.183.243.202] by web83102.mail.mud.yahoo.com via HTTP;
	Wed, 04 Oct 2006 21:20:03 PDT
Date: Wed, 4 Oct 2006 21:20:03 -0700 (PDT)
From: backyard <backyard1454-bsd@yahoo.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <200610041954.04889.beech@alaskaparadise.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Subject: Re: Good References and or Books for learning ADA
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: backyard1454-bsd@yahoo.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 04:20:04 -0000



--- Beech Rintoul <beech@alaskaparadise.com> wrote:

> On Wednesday 04 October 2006 18:57, backyard wrote:
> > --- Beech Rintoul <beech@alaskaparadise.com>
> wrote:
> > > On Wednesday 04 October 2006 17:39, backyard
> wrote:
> > > > Hello All,
> > > >
> > > > I'm looking to teach myself ADA using the Gnu
> > >
> > > Compiler
> > >
> > > > Collection and GNATS as my compiler under an
> i386
> > > > FreeBSD 6.X system. I'm just curious if any
> ADA
> > > > programmers out there can point me to some
> decent
> > > > books/online resources for learning the basics
> and
> > > > more advanced aspects of ADA. They would be
> most
> > > > useful if they referenced ADA95 as that
> appears to
> > >
> > > be
> > >
> > > > the standard gnats supports.
> > > >
> > > >  I would also be interested in resources that
> > >
> > > describe
> > >
> > > > integrating (I guess linking is more
> appropriate
> > >
> > > of a
> > >
> > > > term) C/C++ libraries with ADA. This would
> mostly
> > >
> > > be
> > >
> > > > for basic use with X Windows and Motif, GTK,
> or
> > > > whatever makes the windows looks nice when I
> get
> > >
> > > that
> > >
> > > > far, and OpenGL rendering, and likely ATLAS
> for
> > > > crunching numbers. Unless there exists some
> ADA
> > > > libraries for any of the above.
> > > >
> > > > I went to Borders today and couldn't find
> anything
> > >
> > > and
> > >
> > > > a search online would comes up with millions
> of
> > >
> > > books
> > >
> > > > that may or may not be useful.
> > > >
> > > > I guess I shouldn't be too supprised I
> couldn't
> > >
> > > even
> > >
> > > > seem to find a book on Bind at Borders...
> > >
> > > I can't help you with ADA, but the O'Reilly book
> on
> > > bind is the best one.
> > > Borders can order it and get it to you in a
> couple
> > > of days. They even get
> > > them that fast up here in Alaska.
> > >
> > > Beech
> >
> > thanks, thats the one I was looking for and
> certain
> > I'd scene before but no luck tonight. ofcourse I
> had
> > no trouble finding the complete freebsd tonight
> which
> > is what took me hours to find last time amungst
> the
> > books on bind...
> >
> > the luck of the irish is a lie...
> >
> > does that book cover running bind within a jail?
> or
> > just the general configuration of the service?
> 
> I'm pretty sure it does, but my copy is at the
> office so I can't say for sure. 
> However, the book  is VERY detailed about all
> aspects of bind. It really is a 
> must read for anyone serious about running
> nameservers. For example, it shows 
> you how to split the nameserver so you can resolve
> your entire inside lan, 
> but outside it will only resolve the servers you
> choose. It's also is very 
> detailed about how to set up dynamic hosts.
> 
> Beech
> -- 

that is one of the things I wanted to know how to do
properly... This is Just O'Rielly; Bind or is it one
of those in a nutshells books. Just want to make sure
before I pick up the wrong one. I trust it covers
version 9? if you don't mind and can remember when you
get back to the office can you send the ISBN just in
case I need to order it.

or a quick search on Amazon came up with
DNS and Bind 5th edition
by Cricket Lui and Paul Albitz
O'Reilly Publishing

is this the one your refering too?


-brian

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 05:25:07 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 335ED16A47C
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 05:25:07 +0000 (UTC)
	(envelope-from jcw@highperformance.net)
Received: from mx1.highperformance.net (dsl081-163-122.sea1.dsl.speakeasy.net
	[64.81.163.122])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5B25343D5F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 05:25:03 +0000 (GMT)
	(envelope-from jcw@highperformance.net)
Received: from [192.168.1.16] (w16.stradamotorsports.com [192.168.1.16])
	by mx1.highperformance.net (8.13.6/8.13.4) with ESMTP id k955OmdR093391
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 22:24:59 -0700 (PDT)
	(envelope-from jcw@highperformance.net)
Message-ID: <45249716.2050401@highperformance.net>
Date: Wed, 04 Oct 2006 22:24:38 -0700
From: "Jason C. Wells" <jcw@highperformance.net>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: freebsd general questions <freebsd-questions@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-4.4 required=2.5 tests=ALL_TRUSTED,BAYES_00 
	autolearn=ham version=3.1.0
X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on 
	s4.stradamotorsports.com
Subject: Compatibility Between Releases Policy
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 05:25:07 -0000

Where is the policy regarding compatibility between releases documented?

I recall reading once upon a time that FreeBSD won't break compatibility 
for the duration of a major point release.  If a third party wrote 
software for 6.0 it would be perfectly compatible with 6.1, 6.2 and on.

The reason I ask is that I am considering the wisdom of running 
portupgraed with each minor point release.

Thanks,
Jason C. Wells

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 05:45:43 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3883816A417
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 05:45:43 +0000 (UTC)
	(envelope-from girishvenkatachalam@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6215243D77
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 05:45:38 +0000 (GMT)
	(envelope-from girishvenkatachalam@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so552811pye
	for <freebsd-questions@freebsd.org>;
	Wed, 04 Oct 2006 22:45:37 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent;
	b=co5StOt2abOYESXVb1WbbV5btMokr1D9wi+TP6l7r+7M8+93Ts0MXRlihdT7eciwgvWcK2odpj50xeczs/HiRpw9PLh60WQwpPVYBDXYwFKef3pQTR9FZjjPTHOuHRriVRhfYO/uARdTsvrs3qTt1+DDaHX2M1zHE/WjPWrbmp8=
Received: by 10.35.96.7 with SMTP id y7mr2821207pyl;
	Wed, 04 Oct 2006 22:45:37 -0700 (PDT)
Received: from lakshmi.susmita.org ( [59.92.50.223])
	by mx.google.com with ESMTP id m78sm402113pye.2006.10.04.22.45.35;
	Wed, 04 Oct 2006 22:45:37 -0700 (PDT)
Received: by lakshmi.susmita.org (Postfix, from userid 1000)
	id AD2FA23A938; Thu,  5 Oct 2006 11:15:30 +0530 (IST)
Date: Thu, 5 Oct 2006 11:15:30 +0530
From: Girish Venkatachalam <girishvenkatachalam@gmail.com>
To: Noah <admin2@enabled.com>
Message-ID: <20061005054530.GA829@lakshmi.susmita.org>
References: <4523E73E.7090104@enabled.com>
	<20061004125340.R97219@bravo.pjkh.com>
	<45242214.5000107@enabled.com> <45242360.3070505@xxiii.com>
	<45242832.8070807@enabled.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <45242832.8070807@enabled.com>
User-Agent: Mutt/1.4.2i
Cc: Wayne <wc_fbsd@xxiii.com>, freebsd-questions@freebsd.org
Subject: Re: sshd stalling upon login
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: girishvenkatachalam@gmail.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 05:45:43 -0000

On Wed, Oct 04, 2006 at 02:31:30PM -0700, Noah wrote:
> Wayne wrote:
> >Noah wrote:
> >>I put that in there and that did not work.  there is still a stall.  
> >>any other clues?
> >
> >Are you running sshd by it self or trying to start it from inetd?
> 
> sshd is run on its own without inetd.  in fact I think portmap is dead 
> on the box.
> 
Try this. It might help.

#cd /usr/ports/security/openssl
#make deinstall
#make reinstall

Restart sshd and test.

Best,
Girish

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 05:49:14 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EDC3016A407
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 05:49:14 +0000 (UTC)
	(envelope-from beech@alaskaparadise.com)
Received: from stargate.alaskaparadise.com (114-103-74-65.gci.net
	[65.74.103.114])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7341E43D55
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 05:49:10 +0000 (GMT)
	(envelope-from beech@alaskaparadise.com)
Received: by stargate.alaskaparadise.com (Postfix, from userid 0)
	id ADD314586; Wed,  4 Oct 2006 21:49:05 -0800 (AKDT)
From: Beech Rintoul <beech@alaskaparadise.com>
Organization: Alaska Paradise
To: freebsd-questions@freebsd.org,
 backyard1454-bsd@yahoo.com
Date: Wed, 4 Oct 2006 21:48:50 -0800
User-Agent: KMail/1.9.4
References: <20061005042003.36672.qmail@web83102.mail.mud.yahoo.com>
In-Reply-To: <20061005042003.36672.qmail@web83102.mail.mud.yahoo.com>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart2368964.L7t4qVnuO6";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200610042149.03677.beech@alaskaparadise.com>
Cc: 
Subject: Re: Good References and or Books for learning ADA
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 05:49:15 -0000

--nextPart2368964.L7t4qVnuO6
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Wednesday 04 October 2006 20:20, backyard wrote:
> --- Beech Rintoul <beech@alaskaparadise.com> wrote:
> > On Wednesday 04 October 2006 18:57, backyard wrote:
> > > --- Beech Rintoul <beech@alaskaparadise.com>
> >
> > wrote:
> > > > On Wednesday 04 October 2006 17:39, backyard
> >
> > wrote:
> > > > > Hello All,
> > > > >
> > > > > I'm looking to teach myself ADA using the Gnu
> > > >
> > > > Compiler
> > > >
> > > > > Collection and GNATS as my compiler under an
> >
> > i386
> >
> > > > > FreeBSD 6.X system. I'm just curious if any
> >
> > ADA
> >
> > > > > programmers out there can point me to some
> >
> > decent
> >
> > > > > books/online resources for learning the basics
> >
> > and
> >
> > > > > more advanced aspects of ADA. They would be
> >
> > most
> >
> > > > > useful if they referenced ADA95 as that
> >
> > appears to
> >
> > > > be
> > > >
> > > > > the standard gnats supports.
> > > > >
> > > > >  I would also be interested in resources that
> > > >
> > > > describe
> > > >
> > > > > integrating (I guess linking is more
> >
> > appropriate
> >
> > > > of a
> > > >
> > > > > term) C/C++ libraries with ADA. This would
> >
> > mostly
> >
> > > > be
> > > >
> > > > > for basic use with X Windows and Motif, GTK,
> >
> > or
> >
> > > > > whatever makes the windows looks nice when I
> >
> > get
> >
> > > > that
> > > >
> > > > > far, and OpenGL rendering, and likely ATLAS
> >
> > for
> >
> > > > > crunching numbers. Unless there exists some
> >
> > ADA
> >
> > > > > libraries for any of the above.
> > > > >
> > > > > I went to Borders today and couldn't find
> >
> > anything
> >
> > > > and
> > > >
> > > > > a search online would comes up with millions
> >
> > of
> >
> > > > books
> > > >
> > > > > that may or may not be useful.
> > > > >
> > > > > I guess I shouldn't be too supprised I
> >
> > couldn't
> >
> > > > even
> > > >
> > > > > seem to find a book on Bind at Borders...
> > > >
> > > > I can't help you with ADA, but the O'Reilly book
> >
> > on
> >
> > > > bind is the best one.
> > > > Borders can order it and get it to you in a
> >
> > couple
> >
> > > > of days. They even get
> > > > them that fast up here in Alaska.
> > > >
> > > > Beech
> > >
> > > thanks, thats the one I was looking for and
> >
> > certain
> >
> > > I'd scene before but no luck tonight. ofcourse I
> >
> > had
> >
> > > no trouble finding the complete freebsd tonight
> >
> > which
> >
> > > is what took me hours to find last time amungst
> >
> > the
> >
> > > books on bind...
> > >
> > > the luck of the irish is a lie...
> > >
> > > does that book cover running bind within a jail?
> >
> > or
> >
> > > just the general configuration of the service?
> >
> > I'm pretty sure it does, but my copy is at the
> > office so I can't say for sure.
> > However, the book  is VERY detailed about all
> > aspects of bind. It really is a
> > must read for anyone serious about running
> > nameservers. For example, it shows
> > you how to split the nameserver so you can resolve
> > your entire inside lan,
> > but outside it will only resolve the servers you
> > choose. It's also is very
> > detailed about how to set up dynamic hosts.
> >
> > Beech
> > --
>
> that is one of the things I wanted to know how to do
> properly... This is Just O'Rielly; Bind or is it one
> of those in a nutshells books. Just want to make sure
> before I pick up the wrong one. I trust it covers
> version 9? if you don't mind and can remember when you
> get back to the office can you send the ISBN just in
> case I need to order it.
>
> or a quick search on Amazon came up with
> DNS and Bind 5th edition
> by Cricket Lui and Paul Albitz
> O'Reilly Publishing
>
> is this the one your refering too?

Yes, that's the right book.

Beech

=2D-=20

=2D------------------------------------------------------------------------=
=2D-------------
Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
=2D------------------------------------------------------------------------=
=2D-------------












--nextPart2368964.L7t4qVnuO6
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQBFJJzPp5D0B1NlT4URAgLuAJ43HXmQsPQ64Z8pxhrdQIVfDW/oagCfXZps
MItjVbkYyuG7D1w9Jy2otMw=
=rEve
-----END PGP SIGNATURE-----

--nextPart2368964.L7t4qVnuO6--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 05:56:24 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0B31C16A412
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 05:56:24 +0000 (UTC) (envelope-from chad@shire.net)
Received: from hobbiton.shire.net (mail.shire.net [166.70.252.250])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9290443D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 05:56:19 +0000 (GMT) (envelope-from chad@shire.net)
Received: from [67.171.127.191] (helo=[192.168.99.68])
	by hobbiton.shire.net with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.51)
	id 1GVMDS-000KBz-JG; Wed, 04 Oct 2006 23:56:19 -0600
Mime-Version: 1.0 (Apple Message framework v752.2)
To: FreeBSD Questions <freebsd-questions@freebsd.org>
Message-Id: <F946B9B1-C6BF-4899-92C7-068F6451DC21@shire.net>
Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-301--815532593;
	protocol="application/pkcs7-signature"
From: "Chad Leigh -- Shire.Net LLC" <chad@shire.net>
Date: Wed, 4 Oct 2006 23:56:17 -0600
X-Mailer: Apple Mail (2.752.2)
X-SA-Exim-Connect-IP: 67.171.127.191
X-SA-Exim-Mail-From: chad@shire.net
X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: Chad Leigh <chad@shire.net>
Subject: apache in "strange" jail getting permissions errors
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 05:56:24 -0000


--Apple-Mail-301--815532593
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	delsp=yes;
	format=flowed

OK

I run a jails (have for the past 18 months in deployment and a year  
before that in testing) with the following setup, currently on 6.1- 
RELEASE.  This works fine and I have no issues.  I am trying to work  
on a new set up that is giving me issues.

Here is the set up that works:

I create a master jail that I do not "boot".

I create an md(4) memory backed disk using a regular disk file (vnode  
mode) as backings tore.  I install the basic directories found in /  
in this md device (no files, just the directories).  I then populate  
the /etc and /var as well as some special ones (/local and /stubs for  
example) that are used for jail-specific stuff (/local for all the  
"customer" stuff and /stubs for jail specific system stuff like a  
place for /usr/local to link in to).  I then use nullfs mounts to  
mount from the master jail, the /lib /bin /libexec /usr and /sbin  
directories in read only fashion.  I can then boot the jail and it  
runs find.  I also have a /usr/public which is read only place for  
ports to install in to.  I have appropriate links out of the read  
only directories into local per jail (per md(4) space) directories.   
What I just described all works fine and I can upgrade jails really  
easily as I just have to upgrade the master jail installation, watch  
for any important etc changes which have to be done individually, and  
update my one set of ports [and apps built from source without ports]  
in the /usr/public and all the jails get all the changes.

What I want to do is use my Solaris 10 server with 1.7TB ZFS file  
system exported through NFS as the root for each jail, with the same  
nullfs mounts as used above in the md(4) version.  This actually  
works in my test jail (but I have not tried to run any applications  
inside -- just boot it and log in and do basic shell things).  I  
tried last night to move an existing jail that runs apache2 for my  
dad and a few of his family genealogy sites into such a nfs backed  
jail.  Apache through fits and I saw that you have to have some local  
space for LockFile, SSLMutex, and a few other mod specific things.   
So what I did is set up a local directory on the FBSD system with the  
normal / directories as I do above in the md(4) way of doing things  
and left a local directory for the apache stuff. I then used nullfs  
to mount the same dirs as above and then nfs to mount the rest from  
the ZFS system.  It looks like this

solaris-i3:/local/jails/leigh/etc                  2.0G    439M     
1.6G    21%    /local/jails/leigh/etc
solaris-i3:/local/jails/leigh/home                 2.0G    439M     
1.6G    21%    /local/jails/leigh/home
solaris-i3:/local/jails/leigh/local                2.0G    439M     
1.6G    21%    /local/jails/leigh/local
solaris-i3:/local/jails/leigh/log                  2.0G    439M     
1.6G    21%    /local/jails/leigh/log
solaris-i3:/local/jails/leigh/root                 2.0G    439M     
1.6G    21%    /local/jails/leigh/root
solaris-i3:/local/jails/leigh/space                2.0G    439M     
1.6G    21%    /local/jails/leigh/space
solaris-i3:/local/jails/leigh/stubs                2.0G    439M     
1.6G    21%    /local/jails/leigh/stubs
solaris-i3:/local/jails/leigh/var                  2.0G    439M     
1.6G    21%    /local/jails/leigh/var
/local/jails/master/bin                            66G     59G     
2.4G    96%    /local/jails/leigh/bin
/local/jails/master/lib                            66G     59G     
2.4G    96%    /local/jails/leigh/lib
/local/jails/master/libexec                        66G     59G     
2.4G    96%    /local/jails/leigh/libexec
/local/jails/master/sbin                           66G     59G     
2.4G    96%    /local/jails/leigh/sbin
/local/jails/master/usr                            66G     59G     
2.4G    96%    /local/jails/leigh/usr
procfs                                            4.0K    4.0K       
0B   100%    /local/jails/leigh/proc
devfs                                             1.0K    1.0K       
0B   100%    /local/jails/leigh/dev

This boots fine, and apache no longer gives a fit (nothing in  
error_log) as I tell it to put its lock files and stuff in /tmp/ 
scratch which is a local space not nullfs mounted nor nfs mounted.

I can log in to the jail and do shell things.  I can change over to  
my dad's shell account and do things (read files and write new files  
or change files) as his user and group inside of the nfs mounted / 
local space.  There are NO permission problems (the nfs is mounted  
with maproot=root [or the equivalent solaris way of exporting it]  
etc) either root or the user shell account to do things inside the  
nfs mounted space.

However, apache, which runs as the user and group of my dad's login  
account since he is the sole user of this jail and sole user of  
apacge, cannot read any of the website files.  The exact same apache  
config file when using the md(4) backed space with all the same files  
and permissions, has no problems.

Here are some examples from the virtual host error files:

[Wed Oct 04 12:53:19 2006] [error] [client 67.171.127.191] (13) 
Permission denied: file permissions deny server access: /local/web/ 
leigh.org/www.leigh.org/index.html
[Wed Oct 04 12:53:19 2006] [error] [client 67.171.127.191] File does  
not exist: /local/web/leigh.org/www.leigh.org/favicon.ico
[Wed Oct 04 12:53:21 2006] [error] [client 67.171.127.191] (13) 
Permission denied: file permissions deny server access: /local/web/ 
leigh.org/www.leigh.org/index.html
[Wed Oct 04 12:53:21 2006] [error] [client 67.171.127.191] File does  
not exist: /local/web/leigh.org/www.leigh.org/favicon.ico
[Wed Oct 04 12:54:55 2006] [crit] [client 68.114.59.6] (13)Permission  
denied: /local/web/leigh.org/www.leigh.org/_derived/.htaccess  
pcfg_openfile: unable to check htaccess file, ensure it is readable,  
referer: http://www.leigh.org/running/podcast.html
[Wed Oct 04 12:54:56 2006] [crit] [client 68.114.59.6] (13)Permission  
denied: /local/web/leigh.org/www.leigh.org/_themes/.htaccess  
pcfg_openfile: unable to check htaccess file, ensure it is readable,  
referer: http://www.leigh.org/running/podcast.html
[Wed Oct 04 12:54:56 2006] [crit] [client 68.114.59.6] (13)Permission  
denied: /local/web/leigh.org/www.leigh.org/_themes/.htaccess  
pcfg_openfile: unable to check htaccess file, ensure it is readable,  
referer: http://www.leigh.org/running/podcast.html
[Wed Oct 04 12:54:58 2006] [crit] [client 68.114.59.6] (13)Permission  
denied: /local/web/leigh.org/www.leigh.org/_derived/.htaccess  
pcfg_openfile: unable to check htaccess file, ensure it is readable,  
referer: http://www.leigh.org/running/podcast.html
[Wed Oct 04 12:55:15 2006] [crit] [client 74.6.74.61] (13)Permission  
denied: /local/web/leigh.org/www.leigh.org/genealogy/.htaccess  
pcfg_openfile: unable to check htaccess file, ensure it is readable

Again, the user that apache is running as can access the files R/W no  
problem.   I have confirmed this by running a shell as the same user  
(and the same apache when running on the md(4) back jail with the  
same local directorys tructure with same user and permissions etc  
runs fine).  I also confirmed the permissions of everything  
visually.  user and group are r(+x as appropriate) including all dirs.

I am at a loss on why, when the apache virtual host document roots  
are living on an nfs mounted space this would happen.  (Again, the  
LockFile and other things like that [SSLMutex, mod)rewrite stuff] is  
set to a local space that is not nfs mounted and apache is not giving  
and crazy errors to indicate otherwise in the apache wide error_log  
like it did when I first started my attempts).

Any ideas or help would be appreciated.

In case anyone wants to know why I want to do this jail on nfs thing:

1)  I want to get rid of the md(4) backed devices as they seem to not  
be completely stable -- once in a while I get a lost I/O that leads  
to hanging the server. I cannot prove it is related to md(4) but it  
always starts in relation to a jail on the md(4) device (and when I  
try and do an ls of the file for example, once it starts, the ls of  
that file will hang while other ls won't).

2)  More importantly, I don't want a jail to be tied to a specific HW  
server.  I want to be able to move a jail easily around HW servers as  
needed.  For example, if a specific server were to develop HW  
problems, I could easily shut it down and bring up its allotment of  
jails on another server or set of servers with very minimal downtime  
to my customers.  Right now, with the md(4) backed devices, the jails  
live where their storage backing is and each server has their own set  
of disks/storage.  If a server dies, I cannot easily bring up all my  
jails on another server without HW hacking.  I know I have a single  
point of failure with the Solaris server and its large disk array but  
it is easier to throw money at a single file server and have a lot of  
smaller minimal front end servers than have to buy larger beefier  
front end servers in multiples.  The solaris server has 2 areca raid  
6 arrays (1 installed and 1 to be installed later this Fall) mirrored  
together using ZFS, has a 2+1 redundant power supply that will be  
spread across 2 circuits, battery backed raid arrays, etc. is on  
hospital grade power with UPS etc. with extra spare parts to quickly  
replace things that fail.

Thanks
Chad

---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
chad at shire.net




--Apple-Mail-301--815532593--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 07:10:20 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A891116A4D4
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 07:10:20 +0000 (UTC)
	(envelope-from jonathan@hst.org.za)
Received: from sirian.hst.org.za (sirian.hst.org.za [209.203.2.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0315B43D7B
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 07:10:02 +0000 (GMT)
	(envelope-from jonathan@hst.org.za)
Received: from localhost (localhost.hst.org.za [127.0.0.1])
	by sirian.hst.org.za (Postfix) with ESMTP id ECE1131C874
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 09:11:20 +0200 (SAST)
Received: from sirian.hst.org.za ([127.0.0.1])
	by localhost (sirian.hst.org.za [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 63363-03 for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 09:11:20 +0200 (SAST)
Received: by sirian.hst.org.za (Postfix, from userid 1004)
	id 6353931C808; Thu,  5 Oct 2006 09:11:20 +0200 (SAST)
Received: from sysadmin.int.dbn.hst.org.za (sysadmin.int.dbn.hst.org.za
	[10.1.1.20]) by sirian.hst.org.za (Postfix) with ESMTP id 0910631C974
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 09:11:19 +0200 (SAST)
From: Jonathan McKeown <jonathan@hst.org.za>
Organization: Health Systems Trust
To: freebsd-questions@freebsd.org
Date: Thu, 5 Oct 2006 09:11:52 +0200
User-Agent: KMail/1.7.2
References: <45242BA9.9060801@enabled.com>
In-Reply-To: <45242BA9.9060801@enabled.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610050911.52898.jonathan@hst.org.za>
X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on 
	sirian.hst.org.za
X-Spam-Level: 
X-Spam-Status: No, hits=-4.9 required=7.0 tests=BAYES_00 autolearn=ham 
	version=2.61
X-Virus-Scanned: by amavisd-new at hst.org.za
Subject: Re: no specifc dhcpd port found
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 07:10:20 -0000

On Wednesday 04 October 2006 23:46, Noah wrote:
> Hi there,
>
> I am unable to find the dhcpd port in /usr/ports
>
> where should  I be looking?
>
> # find /usr/ports -name dhcp\*

I find the easiest way to search for ports is

# cd /usr/ports
# make search name=dhcp | grep -A2 '^Port:'

This finds every port whose name includes the string dhcp, and then gives the 
Port: line and the two following it in each response. This drops the 
Maintainer:, B-deps:, R-deps:, and Web: lines, giving you something like:

Port:   dhcp-agent-0.41
Path:   /usr/ports/net/dhcp-agent
Info:   A portable UNIX Dynamic Host Configuration suite
--
Port:   dhcp6-20040903a
Path:   /usr/ports/net/dhcp6
Info:   KAME DHCP6 client and server
--
Port:   dhcpdump-1.7
Path:   /usr/ports/net/dhcpdump
Info:   Decode and diagnose sniffed DHCP packets
--
Port:   dhcping-1.2
Path:   /usr/ports/net/dhcping
Info:   Send DHCP request to DHCP server for monitoring purposes
--
Port:   isc-dhcp3-client-3.0.1.r14_6
Path:   /usr/ports/net/isc-dhcp3-client
Info:   The ISC Dynamic Host Configuration Protocol client
--
Port:   isc-dhcp3-devel-3.0.1.r14_6
Path:   /usr/ports/net/isc-dhcp3-devel
Info:   The ISC Dynamic Host Configuration Protocol API
--
Port:   isc-dhcp3-relay-3.0.1.r14_6
Path:   /usr/ports/net/isc-dhcp3-relay
Info:   The ISC Dynamic Host Configuration Protocol relay
--
Port:   isc-dhcp3-server-3.0.1.r14_6
Path:   /usr/ports/net/isc-dhcp3-server
Info:   The ISC Dynamic Host Configuration Protocol server
--
Port:   wide-dhcp-1.4.0.6_2
Path:   /usr/ports/net-mgmt/wide-dhcp
Info:   Dynamic Host Configuration Protocol, WIDE Implementation

Jonathan

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 07:19:08 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 81FCD16A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 07:19:08 +0000 (UTC)
	(envelope-from norgaard@locolomo.org)
Received: from strange.daemonsecurity.com
	(59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6B98643D76
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 07:19:02 +0000 (GMT)
	(envelope-from norgaard@locolomo.org)
Received: from [192.168.7.193] (68.Red-80-34-55.staticIP.rima-tde.net
	[80.34.55.68])
	by strange.daemonsecurity.com (Postfix) with ESMTP id 3295D2E024;
	Thu,  5 Oct 2006 09:19:01 +0200 (CEST)
Message-ID: <4524B1DF.20206@locolomo.org>
Date: Thu, 05 Oct 2006 09:18:55 +0200
From: Erik Norgaard <norgaard@locolomo.org>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: "Jason C. Wells" <jcw@highperformance.net>
References: <45249716.2050401@highperformance.net>
In-Reply-To: <45249716.2050401@highperformance.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd general questions <freebsd-questions@freebsd.org>
Subject: Re: Compatibility Between Releases Policy
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 07:19:08 -0000

Jason C. Wells wrote:
> Where is the policy regarding compatibility between releases documented?
> 
> I recall reading once upon a time that FreeBSD won't break compatibility 
> for the duration of a major point release.  If a third party wrote 
> software for 6.0 it would be perfectly compatible with 6.1, 6.2 and on.
> 
> The reason I ask is that I am considering the wisdom of running 
> portupgraed with each minor point release.

I don't think you can rely on POLA for ports. But for the base system, 
the developers try to stick to the Principle Of Least Astonishment, in 
particular across minor version numbers.

Chears, Erik
-- 
Ph: +34.666334818                      web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 08:33:03 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 439B716A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 08:33:03 +0000 (UTC)
	(envelope-from jonathan@hst.org.za)
Received: from sirian.hst.org.za (sirian.hst.org.za [209.203.2.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 30C6643D6A
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 08:32:53 +0000 (GMT)
	(envelope-from jonathan@hst.org.za)
Received: from localhost (localhost.hst.org.za [127.0.0.1])
	by sirian.hst.org.za (Postfix) with ESMTP id DA64E31C999
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 10:34:02 +0200 (SAST)
Received: from sirian.hst.org.za ([127.0.0.1])
	by localhost (sirian.hst.org.za [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 75708-04 for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 10:34:02 +0200 (SAST)
Received: by sirian.hst.org.za (Postfix, from userid 1004)
	id B084E31C997; Thu,  5 Oct 2006 10:34:02 +0200 (SAST)
Received: from sysadmin.int.dbn.hst.org.za (sysadmin.int.dbn.hst.org.za
	[10.1.1.20]) by sirian.hst.org.za (Postfix) with ESMTP id 22C9031C991
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 10:34:02 +0200 (SAST)
From: Jonathan McKeown <jonathan@hst.org.za>
Organization: Health Systems Trust
To: FreeBSD Questions list <freebsd-questions@freebsd.org>
Date: Thu, 5 Oct 2006 10:34:35 +0200
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: <200610051034.35795.jonathan@hst.org.za>
X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on 
	sirian.hst.org.za
X-Spam-Level: 
X-Spam-Status: No, hits=-4.4 required=7.0 tests=BAYES_00, REMOVE_REMOVAL_2WORD 
	autolearn=no version=2.61
X-Virus-Scanned: by amavisd-new at hst.org.za
Subject: Removing removable ATA hard drives
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 08:33:03 -0000

I recently bought a drive caddy for an ATA hard drive. The unit is in two 
parts: a cassette, into which can be fitted a standard ATA hard drive, and a 
carrier permanently fitted into a standard drive bay. The carrier includes a 
power keyswitch for the drive bay.

I installed it, brought the box (running 4.9) back up, and then switched on 
the power to the drive. FreeBSD didn't recognise the drive even after an 
atacontrol reinit of the channel.

I then dropped the box and brought it back up with the keyswitch for the drive 
in the ON position. It now recognises the drive (could this be 
BIOS-related?).

Is it safe to simply switch the power to the drive off using the keyswitch and 
then remove the cassette with the server running but the drive bay powered 
down? Do I need to do anything other than ensure that the drive is unmounted 
at the time?

And having done that, if I replace the drive and then reapply power using the 
keyswitch, would I need to do anything to get FreeBSD to notice the return of 
the device?

I'm reluctant to experiment any more than I have done: the server the drive 
bay has been fitted to is our live fileserver, with 120GB of user data on two 
drives on the other ATA channel.

Jonathan

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 08:38:32 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E6E6616A417
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 08:38:32 +0000 (UTC) (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 C486043D7B
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 08:38:31 +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.13.1/8.12.11) with ESMTP id k958cG78061189
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Thu, 5 Oct 2006 15:38:16 +0700 (ICT)
Received: (from on@localhost)
	by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k958cUPZ010771;
	Thu, 5 Oct 2006 15:38:30 +0700 (ICT)
Date: Thu, 5 Oct 2006 15:38:30 +0700 (ICT)
Message-Id: <200610050838.k958cUPZ010771@banyan.cs.ait.ac.th>
From: Olivier Nicole <on@cs.ait.ac.th>
To: jonathan@hst.org.za
In-reply-to: <200610051034.35795.jonathan@hst.org.za> (message from Jonathan
	McKeown on Thu, 5 Oct 2006 10:34:35 +0200)
References: <200610051034.35795.jonathan@hst.org.za>
X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/)
Cc: freebsd-questions@freebsd.org
Subject: Re: Removing removable ATA hard drives
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 08:38:33 -0000

Hi, 

> I'm reluctant to experiment any more than I have done: the server
> the drive bay has been fitted to is our live fileserver, with 120GB
> of user data on two drives on the other ATA channel.

I know I would take time to install the drive bay in a test machine,
with an old disk and play with it until I am 100% confident on the way
to mount and dismount your disk... Whatever others can say.

Olivier


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 08:54:59 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6C39816A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 08:54:59 +0000 (UTC)
	(envelope-from jonathan@hst.org.za)
Received: from sirian.hst.org.za (sirian.hst.org.za [209.203.2.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2719843D5A
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 08:54:58 +0000 (GMT)
	(envelope-from jonathan@hst.org.za)
Received: from localhost (localhost.hst.org.za [127.0.0.1])
	by sirian.hst.org.za (Postfix) with ESMTP id DC14831C883
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 10:56:19 +0200 (SAST)
Received: from sirian.hst.org.za ([127.0.0.1])
	by localhost (sirian.hst.org.za [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 78648-03 for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 10:56:19 +0200 (SAST)
Received: by sirian.hst.org.za (Postfix, from userid 1004)
	id B263031C878; Thu,  5 Oct 2006 10:56:19 +0200 (SAST)
Received: from sysadmin.int.dbn.hst.org.za (sysadmin.int.dbn.hst.org.za
	[10.1.1.20]) by sirian.hst.org.za (Postfix) with ESMTP id 2A10E31C869
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 10:56:19 +0200 (SAST)
From: Jonathan McKeown <jonathan@hst.org.za>
Organization: Health Systems Trust
To: freebsd-questions@freebsd.org
Date: Thu, 5 Oct 2006 10:56:52 +0200
User-Agent: KMail/1.7.2
References: <200610051034.35795.jonathan@hst.org.za>
	<200610050838.k958cUPZ010771@banyan.cs.ait.ac.th>
In-Reply-To: <200610050838.k958cUPZ010771@banyan.cs.ait.ac.th>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610051056.52744.jonathan@hst.org.za>
X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on 
	sirian.hst.org.za
X-Spam-Level: 
X-Spam-Status: No, hits=-4.4 required=7.0 tests=BAYES_00, REMOVE_REMOVAL_2WORD 
	autolearn=no version=2.61
X-Virus-Scanned: by amavisd-new at hst.org.za
Subject: Re: Removing removable ATA hard drives
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 08:54:59 -0000

On Thursday 05 October 2006 10:38, Olivier Nicole wrote:
> Hi,
>
> > I'm reluctant to experiment any more than I have done: the server
> > the drive bay has been fitted to is our live fileserver, with 120GB
> > of user data on two drives on the other ATA channel.
>
> I know I would take time to install the drive bay in a test machine,
> with an old disk and play with it until I am 100% confident on the way
> to mount and dismount your disk... Whatever others can say.

Yes, so would I normally but I'm under pressure for a quick fix to this and a 
number of other issues, as you might guess from the OS version on the server: 
I'm trying to impose order on a bunch of inherited and undocumented servers 
running (at least) 4.7-release, 4.9-release, 4.9-stable, 5.2-release, 
5.4-release-p6, plus Red Hat 6.0 and WinNT 4.0 SP6a.

Jonathan

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 09:00:35 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4149B16A4DD
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 09:00:35 +0000 (UTC) (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 5837843D46
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 09:00:28 +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.13.1/8.12.11) with ESMTP id k9590FPL061893
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Thu, 5 Oct 2006 16:00:15 +0700 (ICT)
Received: (from on@localhost)
	by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k9590TSJ011483;
	Thu, 5 Oct 2006 16:00:29 +0700 (ICT)
Date: Thu, 5 Oct 2006 16:00:29 +0700 (ICT)
Message-Id: <200610050900.k9590TSJ011483@banyan.cs.ait.ac.th>
From: Olivier Nicole <on@cs.ait.ac.th>
To: jonathan@hst.org.za
In-reply-to: <200610051056.52744.jonathan@hst.org.za> (message from Jonathan
	McKeown on Thu, 5 Oct 2006 10:56:52 +0200)
References: <200610051034.35795.jonathan@hst.org.za>
	<200610050838.k958cUPZ010771@banyan.cs.ait.ac.th>
	<200610051056.52744.jonathan@hst.org.za>
X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/)
Cc: freebsd-questions@freebsd.org
Subject: Re: Removing removable ATA hard drives
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 09:00:35 -0000

> > > I'm reluctant to experiment any more than I have done: the server
> > > the drive bay has been fitted to is our live fileserver, with 120GB
> > > of user data on two drives on the other ATA channel.
> >
> > I know I would take time to install the drive bay in a test machine,
> > with an old disk and play with it until I am 100% confident on the way
> > to mount and dismount your disk... Whatever others can say.
> 
> Yes, so would I normally but I'm under pressure for a quick fix to this and a 
> number of other issues, as you might guess from the OS version on the server: 
> I'm trying to impose order on a bunch of inherited and undocumented servers 
> running (at least) 4.7-release, 4.9-release, 4.9-stable, 5.2-release, 
> 5.4-release-p6, plus Red Hat 6.0 and WinNT 4.0 SP6a.

Unless you need to move that disk from one machine to another, fix it
in your server, keep the tray for future testing when you will have
more time... (if we ever have more time in the present life :)

Olivier

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 09:29:24 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F07F716A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 09:29:24 +0000 (UTC)
	(envelope-from jonathan@hst.org.za)
Received: from sirian.hst.org.za (sirian.hst.org.za [209.203.2.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8175A43D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 09:29:22 +0000 (GMT)
	(envelope-from jonathan@hst.org.za)
Received: from localhost (localhost.hst.org.za [127.0.0.1])
	by sirian.hst.org.za (Postfix) with ESMTP id 2D9B531C87E
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:30:38 +0200 (SAST)
Received: from sirian.hst.org.za ([127.0.0.1])
	by localhost (sirian.hst.org.za [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 84201-02 for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:30:38 +0200 (SAST)
Received: by sirian.hst.org.za (Postfix, from userid 1004)
	id E788D31C7FF; Thu,  5 Oct 2006 11:30:37 +0200 (SAST)
Received: from sysadmin.int.dbn.hst.org.za (sysadmin.int.dbn.hst.org.za
	[10.1.1.20]) by sirian.hst.org.za (Postfix) with ESMTP id B119931C841
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:30:36 +0200 (SAST)
From: Jonathan McKeown <jonathan@hst.org.za>
Organization: Health Systems Trust
To: freebsd-questions@freebsd.org
Date: Thu, 5 Oct 2006 11:31:09 +0200
User-Agent: KMail/1.7.2
References: <200610051034.35795.jonathan@hst.org.za>
	<200610051056.52744.jonathan@hst.org.za>
	<200610050900.k9590TSJ011483@banyan.cs.ait.ac.th>
In-Reply-To: <200610050900.k9590TSJ011483@banyan.cs.ait.ac.th>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610051131.10157.jonathan@hst.org.za>
X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on 
	sirian.hst.org.za
X-Spam-Level: 
X-Spam-Status: No, hits=-4.4 required=7.0 tests=BAYES_00, REMOVE_REMOVAL_2WORD 
	autolearn=no version=2.61
X-Virus-Scanned: by amavisd-new at hst.org.za
Subject: Re: Removing removable ATA hard drives
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 09:29:25 -0000

On Thursday 05 October 2006 11:00, Olivier Nicole wrote:

[Power down a drive bay using its built-in keyswitch and pull the disk without 
dropping the whole box]
> Unless you need to move that disk from one machine to another, fix it
> in your server, keep the tray for future testing when you will have
> more time... (if we ever have more time in the present life :)

I should probably have said: we don't currently have offsite backups (we've 
exceeded the capacity of our tape device and our budget), and the quick-fix 
solution is dumping to this hard drive and then pulling it out and taking it 
home. As such the removability is key to its intended function. I can't keep 
dropping the main fileserver to fiddle with it, and the alternative in terms 
of testing is to set up another box with the particular 4.9-STABLE snapshot 
running on this server (to eliminate OS version-related variable effects).

I'm hoping some kind person here will save me the trouble by saying, from 
experience, either ``yes, you're on the right track but you need to do x, y 
and z before pulling/replacing the drive cassette'', or ``no, run away 
screaming before your server room goes down in flames''.

Jonathan

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 09:35:57 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4079216A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 09:35:57 +0000 (UTC) (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 BAA4F43D49
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 09:35:55 +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.13.1/8.12.11) with ESMTP id k959Zetl062854
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Thu, 5 Oct 2006 16:35:40 +0700 (ICT)
Received: (from on@localhost)
	by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k959Zpsg012067;
	Thu, 5 Oct 2006 16:35:51 +0700 (ICT)
Date: Thu, 5 Oct 2006 16:35:51 +0700 (ICT)
Message-Id: <200610050935.k959Zpsg012067@banyan.cs.ait.ac.th>
From: Olivier Nicole <on@cs.ait.ac.th>
To: jonathan@hst.org.za
In-reply-to: <200610051131.10157.jonathan@hst.org.za> (message from Jonathan
	McKeown on Thu, 5 Oct 2006 11:31:09 +0200)
References: <200610051034.35795.jonathan@hst.org.za>
	<200610051056.52744.jonathan@hst.org.za>
	<200610050900.k9590TSJ011483@banyan.cs.ait.ac.th>
	<200610051131.10157.jonathan@hst.org.za>
X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/)
Cc: freebsd-questions@freebsd.org
Subject: Re: Removing removable ATA hard drives
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 09:35:57 -0000

> I should probably have said: we don't currently have offsite backups (we've 
> exceeded the capacity of our tape device and our budget), and the quick-fix 
> solution is dumping to this hard drive and then pulling it out and taking it 
> home.

USB box? At least it is known to be hot plugable.

With the drawback that it will be slower and USB has no data integrity
check.

Olivier

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 10:17:50 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C6C2E16A412
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 10:17:50 +0000 (UTC)
	(envelope-from niekdekker@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 491B943D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 10:17:50 +0000 (GMT)
	(envelope-from niekdekker@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so637523pye
	for <freebsd-questions@freebsd.org>;
	Thu, 05 Oct 2006 03:17:49 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
	b=HXrSwF4bUmjBlbM2IeKnxTMDJbUVsUdbDSUHw72NMYrmkpUvpSNhpeZ/cd1tQsLTq4+1F2MVFYoc94TtFj98K+L07h2HCZ9jPX+VQazkVCD/rX7iVpUJLnH7MnCnhN0QMeD8cJ7/fca1NoLp+IUQz7+4+RnUJL+1NsCRCDFsbHs=
Received: by 10.35.79.3 with SMTP id g3mr3202130pyl;
	Thu, 05 Oct 2006 03:17:49 -0700 (PDT)
Received: by 10.35.107.8 with HTTP; Thu, 5 Oct 2006 03:17:49 -0700 (PDT)
Message-ID: <e02150200610050317t5d46552fk2bc329c5b45d12f5@mail.gmail.com>
Date: Thu, 5 Oct 2006 12:17:49 +0200
From: "Niek Dekker" <niekdekker@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Subject: tools for network traffic accounting
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 10:17:50 -0000

Dear list,

I would like to configure a monthly report of the incoming and
outgoing amount of traffic on the network interface of my server, for
instance in the monthly run output.

Can I do this with a built in program of FreeBSD 6.0 or do I need a port?

Niek

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 10:30:00 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E580F16A412
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 10:30:00 +0000 (UTC) (envelope-from root@solink.ru)
Received: from mail.academ.org (mail.academ.org [81.1.226.250])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 208D443D5D
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 10:29:56 +0000 (GMT) (envelope-from root@solink.ru)
Received: from mail.academ.org (localhost [127.0.0.1])
	by mail.academ.org (Postfix) with ESMTP id 3C3FE1BEABA
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:28:20 +0700 (NOVST)
Received: from bocha.solink.office (unknown [85.118.228.14])
	by mail.academ.org (Postfix) with ESMTP id 0B2371BEA45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:28:18 +0700 (NOVST)
From: Bachilo Dmitry <root@solink.ru>
Organization: Solink Ltd
To: freebsd-questions@freebsd.org
Date: Thu, 5 Oct 2006 17:28:13 +0700
User-Agent: KMail/1.9.1
References: <e02150200610050317t5d46552fk2bc329c5b45d12f5@mail.gmail.com>
In-Reply-To: <e02150200610050317t5d46552fk2bc329c5b45d12f5@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="koi8-r"
Content-Transfer-Encoding: base64
Content-Disposition: inline
Message-Id: <200610051728.13949.root@solink.ru>
X-AV-Checked: ClamAV
Subject: Re: tools for network traffic accounting
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 10:30:01 -0000

9yDTz8/C3cXOyckgz9Qg/sXU18XSxyAwNSDPy9TRwtLRIDIwMDYgMTc6MTcgTmllayBEZWtrZXIg
zsHQydPBzChhKToKPiBEZWFyIGxpc3QsCj4KPiBJIHdvdWxkIGxpa2UgdG8gY29uZmlndXJlIGEg
bW9udGhseSByZXBvcnQgb2YgdGhlIGluY29taW5nIGFuZAo+IG91dGdvaW5nIGFtb3VudCBvZiB0
cmFmZmljIG9uIHRoZSBuZXR3b3JrIGludGVyZmFjZSBvZiBteSBzZXJ2ZXIsIGZvcgo+IGluc3Rh
bmNlIGluIHRoZSBtb250aGx5IHJ1biBvdXRwdXQuCj4KPiBDYW4gSSBkbyB0aGlzIHdpdGggYSBi
dWlsdCBpbiBwcm9ncmFtIG9mIEZyZWVCU0QgNi4wIG9yIGRvIEkgbmVlZCBhIHBvcnQ/Cj4KPiBO
aWVrCgpJIGFkdmljZSB5b3UgdG8gdXNlIE5lVEFNUyBwb3J0cy4gSXQncyBqdXN0IHBlcmZlY3Qu
IENoZWNrIG91dCB3d3cubmV0YW1zLmNvbQoKPiBfX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fXwo+IGZyZWVic2QtcXVlc3Rpb25zQGZyZWVic2Qub3JnIG1haWxp
bmcgbGlzdAo+IGh0dHA6Ly9saXN0cy5mcmVlYnNkLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2ZyZWVi
c2QtcXVlc3Rpb25zCj4gVG8gdW5zdWJzY3JpYmUsIHNlbmQgYW55IG1haWwgdG8KPiAiZnJlZWJz
ZC1xdWVzdGlvbnMtdW5zdWJzY3JpYmVAZnJlZWJzZC5vcmciCgotLSAKLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tCvMg1dfB1sXOycXNLCDiwd7JzM8g5M3J1NLJygry1cvP18/EydTFzNggz9TExczB
INPJ09TFzc7PyiDJztTFx9LBw8nJCu/v7yAi68/N0MHOydEg88/syc7LIgo=

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 11:15:41 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5578716A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:15:41 +0000 (UTC)
	(envelope-from thomas@hindsight.de)
Received: from moutng.kundenserver.de (moutng.kundenserver.de
	[212.227.126.187])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AB9E243D46
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:15:40 +0000 (GMT)
	(envelope-from thomas@hindsight.de)
Received: from [217.95.255.243] (helo=debian.hindsight.de)
	by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis),
	id 0ML21M-1GVRCH3dHf-0002k8; Thu, 05 Oct 2006 13:15:36 +0200
From: thomas@hindsight.de
To: Free BSD Questions list <freebsd-questions@freebsd.org>
Date: Thu, 5 Oct 2006 13:24:14 +0200
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: <200610051324.14456.thomas@hindsight.de>
X-Provags-ID: kundenserver.de abuse@kundenserver.de
	login:d40fc33d9648f1a13c22020fec7cd80a
Subject: Member of group wheel, but still can't shutdown system?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 11:15:41 -0000

Hi All,

I've just installed FreeBSD 6.1 and listed myself as a member of the wheel 
group during the add users portion of the installation.  For some reason I 
have not put a finger on yet I cannot shutdown the system "do not have 
permission" to effect the command.  Went back as root on a later session and 
re-entered my name in /etc/group to the wheel account to no avail, anybody 
got an idea as to where I need to look?

Thanks,
Tommy2

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 11:23:01 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1D1D516A416
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:23:01 +0000 (UTC)
	(envelope-from nick@nickwithers.com)
Received: from mail.nickwithers.com (mail.manrags.com [203.219.206.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 69D5743D5C
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:23:00 +0000 (GMT)
	(envelope-from nick@nickwithers.com)
Received: from localhost (shmick.shmon.net [10.0.0.250])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.nickwithers.com (Postfix) with ESMTP id 3525D3C473;
	Thu,  5 Oct 2006 21:23:40 +1000 (EST)
Date: Thu, 5 Oct 2006 21:22:39 +1000
From: Nick Withers <nick@nickwithers.com>
To: thomas@hindsight.de
Message-Id: <20061005212239.b79a9498.nick@nickwithers.com>
In-Reply-To: <200610051324.14456.thomas@hindsight.de>
References: <200610051324.14456.thomas@hindsight.de>
Organization: nickwithers.com
X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.10.4; i386-portbld-freebsd6.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-nickwithers-MailScanner: Found to be clean
X-nickwithers-MailScanner-From: nick@nickwithers.com
Cc: Free BSD Questions list <freebsd-questions@freebsd.org>
Subject: Re: Member of group wheel, but still can't shutdown system?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 11:23:01 -0000

On Thu, 5 Oct 2006 13:24:14 +0200
thomas@hindsight.de wrote:

> Hi All,
> 
> I've just installed FreeBSD 6.1 and listed myself as a member of the wheel 
> group during the add users portion of the installation.  For some reason I 
> have not put a finger on yet I cannot shutdown the system "do not have 
> permission" to effect the command.

The shutdown(8) binary ("/sbin/shutdown") is not owned by the
"wheel" group (do an "ls -l" on it), but by the "operator"
group.

>  Went back as root on a later session and 
> re-entered my name in /etc/group to the wheel account to no avail, anybody 
> got an idea as to where I need to look?

I personally set the execute bit on "/sbin/shutdown" for
others on my desktop machine, as I want anyone using it
(locally, no remote access enabled) to be able to shut it down.

To do this: "chmod o+x /sbin/shutdown". Might be a good idea to
understand the setuid concept beforehand, if you don't
already...

> Thanks,
> Tommy2
-- 
Nick Withers
email: nick@nickwithers.com
Web: http://www.nickwithers.com
Mobile: +61 414 397 446

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 11:25:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2EE2C16A416
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:25:36 +0000 (UTC) (envelope-from albi@scii.nl)
Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net
	[194.159.73.193])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BE3C343D46
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:25:35 +0000 (GMT) (envelope-from albi@scii.nl)
Received: from aseed.demon.nl ([83.160.138.119]:22518 helo=http.aseed.net)
	by post-23.mail.nl.demon.net with esmtp (Exim 4.51)
	id 1GVRM2-000BPv-VR; Thu, 05 Oct 2006 11:25:31 +0000
Received: from amandla (217-19-30-147.dsl.cambrium.nl [217.19.30.147])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by http.aseed.net (Postfix) with ESMTP id D909A564FE;
	Thu,  5 Oct 2006 13:25:38 +0200 (CEST)
Date: Thu, 5 Oct 2006 13:25:29 +0200
From: albi <albi@scii.nl>
To: thomas@hindsight.de
Message-Id: <20061005132529.5b59824f.albi@scii.nl>
In-Reply-To: <200610051324.14456.thomas@hindsight.de>
References: <200610051324.14456.thomas@hindsight.de>
X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: Member of group wheel, but still can't shutdown system?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 11:25:36 -0000

On Thu, 5 Oct 2006 13:24:14 +0200
thomas@hindsight.de wrote:

> I've just installed FreeBSD 6.1 and listed myself as a member of the
> wheel group during the add users portion of the installation.  For
> some reason I have not put a finger on yet I cannot shutdown the
> system "do not have permission" to effect the command.  Went back as
> root on a later session and re-entered my name in /etc/group to the
> wheel account to no avail, anybody got an idea as to where I need to
> look?

# ls -la /sbin/shutdown
-r-sr-x---  1 root  operator  431524 May  2 16:40 /sbin/shutdown

what about group operator ? but i personally would use sudo instead of
group wheel etc.

-- 
grtjs,
albi

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 11:31:50 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7FE1C16A500
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:31:50 +0000 (UTC)
	(envelope-from martin@saturn.pcs.ms)
Received: from saturn.pcs.ms (66-148.0-85.cust.bluewin.ch [85.0.148.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C98CA43D46
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:31:49 +0000 (GMT)
	(envelope-from martin@saturn.pcs.ms)
Received: from saturn.pcs.ms (localhost [127.0.0.1])
	by saturn.pcs.ms (8.13.1/8.13.1) with ESMTP id k95Bertl049110;
	Thu, 5 Oct 2006 13:40:53 +0200 (CEST)
	(envelope-from martin@saturn.pcs.ms)
Received: (from martin@localhost)
	by saturn.pcs.ms (8.13.1/8.13.1/Submit) id k95BeixB049104;
	Thu, 5 Oct 2006 13:40:44 +0200 (CEST) (envelope-from martin)
Date: Thu, 5 Oct 2006 13:40:43 +0200
From: Martin Schweizer <lists_freebsd@bluewin.ch>
To: freebsd-questions@freebsd.org
Message-ID: <20061005114043.GA49078@saturn.pcs.ms>
Mail-Followup-To: freebsd-questions@freebsd.org
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP"
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland
X-PGP-Key: http://www.pc-service.ch/pgp/public_key.asc
X-Fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239
Subject: tool for checking website
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Martin Schweizer <info@pc-service.ch>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 11:31:50 -0000


--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hello=20

I'm looking for port which checks if a website is online or not. My goal is=
=20
regulary starts a script which do this for me. Any ideas?

--=20

Regards

Martin=20
<info@pc-service.ch>

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc;=20
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;


--jRHKVT23PllUwdXP
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFFJO87wa4WkdMP0jkRAp2ZAJ9pPXqCzKVqxAuGe/Y5cgB7cgrYJwCg24eB
Ty1SbBGelkpWJCEueb0IWIk=
=oImu
-----END PGP SIGNATURE-----

--jRHKVT23PllUwdXP--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 11:59:30 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D957C16A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:59:30 +0000 (UTC)
	(envelope-from dkelly@hiwaay.net)
Received: from smtp.knology.net (smtp.knology.net [24.214.63.101])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4C1BB43D49
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:59:30 +0000 (GMT)
	(envelope-from dkelly@hiwaay.net)
Received: (qmail 24685 invoked by uid 0); 5 Oct 2006 11:59:28 -0000
Received: from unknown (HELO ?10.0.0.187?) (216.186.148.249)
	by smtp8.knology.net with SMTP; 5 Oct 2006 11:59:28 -0000
In-Reply-To: <20061005114043.GA49078@saturn.pcs.ms>
References: <20061005114043.GA49078@saturn.pcs.ms>
Mime-Version: 1.0 (Apple Message framework v752.3)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <F533B154-80A2-4DD1-B5D8-543A83D5B6DF@hiwaay.net>
Content-Transfer-Encoding: 7bit
From: David Kelly <dkelly@hiwaay.net>
Date: Thu, 5 Oct 2006 06:59:39 -0500
To: freebsd-questions <freebsd-questions@freebsd.org>
X-Mailer: Apple Mail (2.752.3)
Subject: Re: tool for checking website
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: freebsd-questions <freebsd-questions@freebsd.org>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 11:59:30 -0000


On Oct 5, 2006, at 6:40 AM, Martin Schweizer wrote:

> I'm looking for port which checks if a website is online or not. My  
> goal is
> regulary starts a script which do this for me. Any ideas?

Put a fetch command in your crontab. Experiment so that it emails you  
only when it fails.

--
David Kelly N4HHE, dkelly@HiWAAY.net
========================================================================
Whom computers would destroy, they must first drive mad.




From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 12:53:37 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1841D16A501
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 12:53:37 +0000 (UTC)
	(envelope-from martin@saturn.pcs.ms)
Received: from saturn.pcs.ms (66-148.0-85.cust.bluewin.ch [85.0.148.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5191043D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 12:53:36 +0000 (GMT)
	(envelope-from martin@saturn.pcs.ms)
Received: from saturn.pcs.ms (localhost [127.0.0.1])
	by saturn.pcs.ms (8.13.1/8.13.1) with ESMTP id k95D2fvc049358;
	Thu, 5 Oct 2006 15:02:41 +0200 (CEST)
	(envelope-from martin@saturn.pcs.ms)
Received: (from martin@localhost)
	by saturn.pcs.ms (8.13.1/8.13.1/Submit) id k95D2eb4049357;
	Thu, 5 Oct 2006 15:02:40 +0200 (CEST) (envelope-from martin)
Date: Thu, 5 Oct 2006 15:02:40 +0200
From: Martin Schweizer <lists_freebsd@bluewin.ch>
To: Mike Jeays <mj001@rogers.com>, freebsd-questions@freebsd.org
Message-ID: <20061005130240.GA49331@saturn.pcs.ms>
Mail-Followup-To: Mike Jeays <mj001@rogers.com>, freebsd-questions@freebsd.org,
	Martin Schweizer <info@pc-service.ch>
References: <20061005114043.GA49078@saturn.pcs.ms>
	<1160052070.837.23.camel@chaucer.jeays.ca>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr"
Content-Disposition: inline
In-Reply-To: <1160052070.837.23.camel@chaucer.jeays.ca>
User-Agent: Mutt/1.4.2.1i
Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland
X-PGP-Key: http://www.pc-service.ch/pgp/public_key.asc
X-Fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239
Cc: Martin Schweizer <info@pc-service.ch>
Subject: Re: tool for checking website
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Martin Schweizer <info@pc-service.ch>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 12:53:37 -0000


--PNTmBPCT7hxwcZjr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hello Mile

=2E.. it's what I'm looking for... very simpe but useful. Thank you for the=
 hint.

Am Thu, Oct 05, 2006 at 08:41:10AM -0400 Mike Jeays schrieb:
> On Thu, 2006-10-05 at 13:40 +0200, Martin Schweizer wrote:
> > Hello=20
> >=20
> > I'm looking for port which checks if a website is online or not. My goa=
l is=20
> > regulary starts a script which do this for me. Any ideas?
> >=20
>=20
> #/bin/sh
>=20
> wget http://target.url
> if [ "$?" -eq 0 ]
> then
>   echo "Site is up"
> else
>   echo "Site is down"
> fi
>=20
> Or is this too naive and simple?

--=20

Regards

Martin Schweizer
<info@pc-service.ch>

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc;=20
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;


--PNTmBPCT7hxwcZjr
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFFJQJwwa4WkdMP0jkRAnqtAKCMBK3cDmJ4RwtvYarN55wclUFVzwCfcukO
ISlOilxiL3BG3soEnnUJOOI=
=A0jW
-----END PGP SIGNATURE-----

--PNTmBPCT7hxwcZjr--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 14:04:42 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9A53C16A417
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:04:42 +0000 (UTC)
	(envelope-from riccardo.diago@pharmaidea.com)
Received: from ph-mailbox.pharmaidea.com (81-208-118-135.ip.fastwebnet.it
	[81.208.118.135])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD8E43D7B
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:04:33 +0000 (GMT)
	(envelope-from riccardo.diago@pharmaidea.com)
Received: from [192.168.2.50] (helo=[192.168.2.50])
	by ph-mailbox.pharmaidea.com with esmtp (Exim 4.43)
	id 1GVTq1-0005d2-CW
	for freebsd-questions@freebsd.org; Thu, 05 Oct 2006 16:04:37 +0200
Message-ID: <452510E7.4020206@pharmaidea.com>
Date: Thu, 05 Oct 2006 16:04:23 +0200
From: riccardo_diago <riccardo.diago@pharmaidea.com>
User-Agent: Mozilla Thunderbird 1.0.8 (X11/20060725)
X-Accept-Language: it, it-it, en-us, en
MIME-Version: 1.0
To: freebsd-questions <freebsd-questions@freebsd.org>
References: <20061005114043.GA49078@saturn.pcs.ms>
	<F533B154-80A2-4DD1-B5D8-543A83D5B6DF@hiwaay.net>
In-Reply-To: <F533B154-80A2-4DD1-B5D8-543A83D5B6DF@hiwaay.net>
X-Enigmail-Version: 0.92.1.0
OpenPGP: id=1323FB83
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="------------enigEA43AA86D0F0E8012CEAA0B1"
X-SA-Exim-Connect-IP: 192.168.2.50
X-SA-Exim-Mail-From: riccardo.diago@pharmaidea.com
X-SA-Exim-Scanned: No (on ph-mailbox.pharmaidea.com);
	SAEximRunCond expanded to false
Subject: Re: tool for checking website
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 14:04:42 -0000

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigEA43AA86D0F0E8012CEAA0B1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit


depend on what u really wanna check...
1. the web server?
2. the protocol http?
3. or if the web site is just visible(avoid defacement)
etc...

Can u be more specific?

Rik

--------------enigEA43AA86D0F0E8012CEAA0B1
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFFJRDuxr1SyxMj+4MRAkT2AJ4iAkrk7/g3Sbh7jaBxCR19CDyPNwCg20jQ
0qd6ma9SxqV0K43y6f0SKdw=
=ZgyB
-----END PGP SIGNATURE-----

--------------enigEA43AA86D0F0E8012CEAA0B1--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 14:09:50 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1272C16A407
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:09:50 +0000 (UTC)
	(envelope-from martin@saturn.pcs.ms)
Received: from saturn.pcs.ms (66-148.0-85.cust.bluewin.ch [85.0.148.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0CDC543D6E
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:09:46 +0000 (GMT)
	(envelope-from martin@saturn.pcs.ms)
Received: from saturn.pcs.ms (localhost [127.0.0.1])
	by saturn.pcs.ms (8.13.1/8.13.1) with ESMTP id k95EIpXB049641;
	Thu, 5 Oct 2006 16:18:52 +0200 (CEST)
	(envelope-from martin@saturn.pcs.ms)
Received: (from martin@localhost)
	by saturn.pcs.ms (8.13.1/8.13.1/Submit) id k95EIiek049640;
	Thu, 5 Oct 2006 16:18:44 +0200 (CEST) (envelope-from martin)
Date: Thu, 5 Oct 2006 16:18:43 +0200
From: Martin Schweizer <lists_freebsd@bluewin.ch>
To: riccardo_diago <riccardo.diago@pharmaidea.com>
Message-ID: <20061005141843.GB49331@saturn.pcs.ms>
Mail-Followup-To: riccardo_diago <riccardo.diago@pharmaidea.com>,
	freebsd-questions <freebsd-questions@freebsd.org>
References: <20061005114043.GA49078@saturn.pcs.ms>
	<F533B154-80A2-4DD1-B5D8-543A83D5B6DF@hiwaay.net>
	<452510E7.4020206@pharmaidea.com>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="kORqDWCi7qDJ0mEj"
Content-Disposition: inline
In-Reply-To: <452510E7.4020206@pharmaidea.com>
User-Agent: Mutt/1.4.2.1i
Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland
X-PGP-Key: http://www.pc-service.ch/pgp/public_key.asc
X-Fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239
Cc: freebsd-questions <freebsd-questions@freebsd.org>
Subject: Re: tool for checking website
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Martin Schweizer <info@pc-service.ch>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 14:09:50 -0000


--kORqDWCi7qDJ0mEj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hello Rik

Am Thu, Oct 05, 2006 at 04:04:23PM +0200 riccardo_diago schrieb:
>=20
> depend on what u really wanna check...
> 3. or if the web site is just visible(avoid defacement)

=2E.. only if the web sie is just visible


--=20

Regards

Martin Schweizer
<info@pc-service.ch>

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc;=20
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;


--kORqDWCi7qDJ0mEj
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFFJRRDwa4WkdMP0jkRAk6fAKCXpS3aBU/7JrziHmU6FVZ0540TcACeMOFi
GGExjsw4zwPBHtzqQuVaneQ=
=KDYV
-----END PGP SIGNATURE-----

--kORqDWCi7qDJ0mEj--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 14:29:33 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CC14616A415
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:29:33 +0000 (UTC)
	(envelope-from ovidiue@unixware.ro)
Received: from elgreco.hmdnsgroup.com (elgreco.hmdnsgroup.com [63.247.135.88])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1231043D46
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:29:31 +0000 (GMT)
	(envelope-from ovidiue@unixware.ro)
Received: from 86-124-116-144.iasi.cablelink.ro ([86.124.116.144]:61975
	helo=unixware.ro) by elgreco.hmdnsgroup.com with esmtpa (Exim 4.52)
	id 1GVUE7-00026M-K8; Thu, 05 Oct 2006 10:29:32 -0400
Message-ID: <45252413.5050301@unixware.ro>
Date: Thu, 05 Oct 2006 17:26:11 +0200
From: ovidiu ene <ovidiue@unixware.ro>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
	rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: riccardo_diago <riccardo.diago@pharmaidea.com>
References: <20061005114043.GA49078@saturn.pcs.ms>	<F533B154-80A2-4DD1-B5D8-543A83D5B6DF@hiwaay.net>
	<452510E7.4020206@pharmaidea.com>
In-Reply-To: <452510E7.4020206@pharmaidea.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-HMDNSGroup-MailScanner-Information: Please contact the ISP for more
	information
X-HMDNSGroup-MailScanner-SpamCheck: 
X-HMDNSGroup-MailScanner-From: ovidiue@unixware.ro
X-AntiAbuse: This header was added to track abuse,
	please include it with any abuse report
X-AntiAbuse: Primary Hostname - elgreco.hmdnsgroup.com
X-AntiAbuse: Original Domain - freebsd.org
X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12]
X-AntiAbuse: Sender Address Domain - unixware.ro
X-Source: 
X-Source-Args: 
X-Source-Dir: 
Cc: freebsd-questions <freebsd-questions@freebsd.org>
Subject: Re: tool for checking website
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 14:29:33 -0000

riccardo_diago wrote:

>depend on what u really wanna check...
>1. the web server?
>2. the protocol http?
>3. or if the web site is just visible(avoid defacement)
>etc...
>
>Can u be more specific?
>
>Rik
>
if you want /need to monitor more services (like http or mysql) nagios 
is a nice tool



From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 14:32:18 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 68DBA16A5B0
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:32:18 +0000 (UTC)
	(envelope-from jonathan@hst.org.za)
Received: from sirian.hst.org.za (sirian.hst.org.za [209.203.2.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4DCF543D49
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:32:13 +0000 (GMT)
	(envelope-from jonathan@hst.org.za)
Received: from localhost (localhost.hst.org.za [127.0.0.1])
	by sirian.hst.org.za (Postfix) with ESMTP id 5822031C8A7
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:33:32 +0200 (SAST)
Received: from sirian.hst.org.za ([127.0.0.1])
	by localhost (sirian.hst.org.za [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 25788-05 for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:33:32 +0200 (SAST)
Received: by sirian.hst.org.za (Postfix, from userid 1004)
	id 0DCAF31C875; Thu,  5 Oct 2006 16:33:32 +0200 (SAST)
Received: from sysadmin.int.dbn.hst.org.za (sysadmin.int.dbn.hst.org.za
	[10.1.1.20]) by sirian.hst.org.za (Postfix) with ESMTP id 60A8C31C7EF
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:33:31 +0200 (SAST)
From: Jonathan McKeown <jonathan@hst.org.za>
Organization: Health Systems Trust
To: freebsd-questions@freebsd.org
Date: Thu, 5 Oct 2006 16:34:03 +0200
User-Agent: KMail/1.7.2
References: <200610051034.35795.jonathan@hst.org.za>
In-Reply-To: <200610051034.35795.jonathan@hst.org.za>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610051634.03895.jonathan@hst.org.za>
X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on 
	sirian.hst.org.za
X-Spam-Level: 
X-Spam-Status: No, hits=-4.4 required=7.0 tests=BAYES_00, REMOVE_REMOVAL_2WORD 
	autolearn=no version=2.61
X-Virus-Scanned: by amavisd-new at hst.org.za
Subject: Re: Removing removable ATA hard drives
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 14:32:18 -0000

On Thursday 05 October 2006 10:34, Jonathan McKeown wrote:
> I recently bought a drive caddy for an ATA hard drive. The unit is in two
> parts: a cassette, into which can be fitted a standard ATA hard drive, and
> a carrier permanently fitted into a standard drive bay. The carrier
> includes a power keyswitch for the drive bay.
>
> I installed it, brought the box (running 4.9) back up, and then switched on
> the power to the drive. FreeBSD didn't recognise the drive even after an
> atacontrol reinit of the channel.
>
> I then dropped the box and brought it back up with the keyswitch for the
> drive in the ON position. It now recognises the drive (could this be
> BIOS-related?).

OK, having got to this point and with some trepidation, I started fiddling. 
The removable drive is on ATA channel 1 along with a CD writer.

> Is it safe to simply switch the power to the drive off using the keyswitch
> and then remove the cassette with the server running but the drive bay
> powered down? Do I need to do anything other than ensure that the drive is
> unmounted at the time?
>
> And having done that, if I replace the drive and then reapply power using
> the keyswitch, would I need to do anything to get FreeBSD to notice the
> return of the device?

So far doing an atacontrol detach 1, powering down the drive with the 
keyswitch, removing it and doing an atacontrol attach 1 to get my CD back, 
seems to work without problems. Adding the drive back in, powering it up and 
then doing an atacontrol reinit 1 also seems to work without problems.

Potentially slightly less safe, I guess, simply powering the drive off and 
doing an atacontrol reinit 1 seems to work.

Does anyone have any horror stories or awful warnings before I make this part 
of my backup procedure?

Jonathan

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 14:32:25 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5E0F316A580
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:32:25 +0000 (UTC)
	(envelope-from bcook@poklib.org)
Received: from c.mx.poklib.org (c.mx.poklib.org [64.72.87.254])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A251E43D46
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:32:24 +0000 (GMT)
	(envelope-from bcook@poklib.org)
Received: from [192.168.1.249] (port=54396 helo=mail.poklib.org)
	by c.mx.poklib.org with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.63; FreeBSD)
	(envelope-from <bcook@poklib.org>) id 1GVUGu-000KwX-00 
	for freebsd-questions@freebsd.org ; Thu, 05 Oct 2006 10:32:24 -0400
Received: from [192.168.1.218]
	by mail.poklib.org with esmtp (Exim 4.63; FreeBSD)
	(envelope-from <bcook@poklib.org>) id 1GVUGt-000Dml-NK
	for freebsd-questions@freebsd.org ; Thu, 05 Oct 2006 10:32:23 -0400
X-Virus-Check: ClamAV 0.88.4/1997 on c.mx.poklib.org;
	Thu, 05 Oct 2006 10:32:24 -0400
Message-ID: <45251777.2030401@poklib.org>
Date: Thu, 05 Oct 2006 10:32:23 -0400
From: "B. Cook" <bcook@poklib.org>
Organization: Adriance Memorial Library
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-RcvHost: [192.168.1.218]
X-RcvFor: 
X-Auth-Id: 
X-AntiVirus: No Virus Found
X-MIME-Character-set: ISO-8859-1
Subject: Need to Emulate Linux..
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 14:32:25 -0000

And I'm wondering what is 'lighter/smaller'

linux_base-fc4 or linux_base-suse-9.3

I'm already running the linprocfs and that's not enough..

Its for a program called 'ezproxy' for us here at the library.  We used 
to use the linux_base-debian.. but that seems to have been removed a 
while back..

Thanks

ldd ezproxy
ezproxy:
         libpthread.so.0 => /lib/libpthread.so.0 (0x28272000)
         libm.so.6 => /lib/libm.so.6 (0x28286000)
         libc.so.6 => /lib/libc.so.6 (0x282a8000)
         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2825e000)

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 14:45:49 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2357516A518
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:45:49 +0000 (UTC)
	(envelope-from derek@computinginnovations.com)
Received: from betty.computinginnovations.com
	(dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 76BA543DAD
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:45:37 +0000 (GMT)
	(envelope-from derek@computinginnovations.com)
Received: from p28.computinginnovations.com
	(dhcp-10-20-30-100.computinginnovations.com [10.20.30.100])
	(authenticated bits=0)
	by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id
	k95Ej7au062728; Thu, 5 Oct 2006 09:45:11 -0500 (CDT)
Message-Id: <6.0.0.22.2.20061005090621.02166108@mail.computinginnovations.com>
X-Sender: derek@mail.computinginnovations.com
X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22
Date: Thu, 05 Oct 2006 09:44:19 -0500
To: Martin Schweizer <info@pc-service.ch>, freebsd-questions@freebsd.org
From: Derek Ragona <derek@computinginnovations.com>
In-Reply-To: <20061005114043.GA49078@saturn.pcs.ms>
References: <20061005114043.GA49078@saturn.pcs.ms>
Mime-Version: 1.0
X-ComputingInnovations-MailScanner-Information: Please contact the ISP for
	more information
X-ComputingInnovations-MailScanner: Found to be clean
X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com
X-Spam-Status: No
Content-Type: text/plain; charset="us-ascii"; format=flowed
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Re: tool for checking website
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 14:45:49 -0000

Typically I do:
====================================================
#!/bin/sh

WGET=/usr/local/bin/wget
DIFF=/usr/bin/diff
MAIL=/usr/bin/mail
CAT=/bin/cat
RM=/bin/rm
MAILFILE=/tmp/site_report
MY_URL=http://www.mydomain.com
MY_PAGE=index.html
MY_REF_PAGE=/usr/local/www/good/index.html


cd /tmp
$WGET $MY_URL/$MY_PAGE
$DIFF $MY_PAGE $MY_REF_PAGE
if [ "$?" -eq 1 ]
    echo "Site is down" > $MAILFILE
    echo " " >> $MAILFILE
    echo "Bad page retrieved:" >> $MAILFILE
    $CAT $MY_PAGE >> $MAILFILE
    echo " " >> $MAILFILE
    $MAIL -s "Website Problem Report" me@mydomain.com < $MAILFILE
fi
====================================================

This will verify the page is being served, and the content is correct.

         -Derek


At 06:40 AM 10/5/2006, Martin Schweizer wrote:
>Hello
>
>I'm looking for port which checks if a website is online or not. My goal is
>regulary starts a script which do this for me. Any ideas?
>
>--
>
>Regards
>
>Martin
><info@pc-service.ch>
>
>PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
>Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
>public key : http://www.pc-service.ch/pgp/public_key.asc;
>fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;
>

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 14:48:53 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2031A16A412
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:48:53 +0000 (UTC)
	(envelope-from lists@jnielsen.net)
Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CA55743D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:48:52 +0000 (GMT)
	(envelope-from lists@jnielsen.net)
Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0)
	by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k95EmoU9057824;
	Thu, 5 Oct 2006 07:48:51 -0700 (PDT)
	(envelope-from lists@jnielsen.net)
From: John Nielsen <lists@jnielsen.net>
To: freebsd-questions@freebsd.org
Date: Thu, 5 Oct 2006 10:48:27 -0400
User-Agent: KMail/1.9.4
References: <200610051324.14456.thomas@hindsight.de>
	<20061005132529.5b59824f.albi@scii.nl>
In-Reply-To: <20061005132529.5b59824f.albi@scii.nl>
X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB;
	tBQf[RU-R<,I)e"$q7N7
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610051048.27503.lists@jnielsen.net>
X-Virus-Scanned: ClamAV version 0.88.4,
	clamav-milter version 0.88.4 on ns1.jnielsen.net
X-Virus-Status: Clean
Cc: thomas@hindsight.de
Subject: Re: Member of group wheel, but still can't shutdown system?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 14:48:53 -0000

On Thursday 05 October 2006 07:25, albi wrote:
> On Thu, 5 Oct 2006 13:24:14 +0200
>
> thomas@hindsight.de wrote:
> > I've just installed FreeBSD 6.1 and listed myself as a member of the
> > wheel group during the add users portion of the installation.  For
> > some reason I have not put a finger on yet I cannot shutdown the
> > system "do not have permission" to effect the command.  Went back as
> > root on a later session and re-entered my name in /etc/group to the
> > wheel account to no avail, anybody got an idea as to where I need to
> > look?
>
> # ls -la /sbin/shutdown
> -r-sr-x---  1 root  operator  431524 May  2 16:40 /sbin/shutdown
>
> what about group operator ? but i personally would use sudo instead of
> group wheel etc.

I always assign myself to the operator group for just this reason; shutdown 
works fine without su or sudo.

JN

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 14:49:18 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3170216A555
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:49:18 +0000 (UTC) (envelope-from bsam@bsam.ru)
Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B5C8543D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:49:17 +0000 (GMT) (envelope-from bsam@bsam.ru)
Received: from doc.sem.ipt.ru ([192.168.12.1] helo=bsam.ru)
	by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD))
	(envelope-from <bsam@bsam.ru>)
	id 1GVUXC-000FoI-SU; Thu, 05 Oct 2006 18:49:14 +0400
Received: from bsam by bsam.ru with local (Exim 4.63 (FreeBSD))
	(envelope-from <bsam@bsam.ru>)
	id 1GVUYi-000CWB-TA; Thu, 05 Oct 2006 18:50:48 +0400
To: "B. Cook" <bcook@poklib.org>
References: <45251777.2030401@poklib.org>
From: Boris Samorodov <bsam@ipt.ru>
Date: Thu, 05 Oct 2006 18:50:48 +0400
In-Reply-To: <45251777.2030401@poklib.org> (B. Cook's message of "Thu,
	05 Oct 2006 10:32:23 -0400")
Message-ID: <12263063@srv.sem.ipt.ru>
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Boris Samorodov <bsam@bsam.ru>
Cc: freebsd-questions@freebsd.org
Subject: Re: Need to Emulate Linux..
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 14:49:18 -0000

On Thu, 05 Oct 2006 10:32:23 -0400 B. Cook wrote:

> And I'm wondering what is 'lighter/smaller'

> linux_base-fc4 or linux_base-suse-9.3

Current default (actively maintained by freebsd-emulation@) is
linux_base-fc4. linux_base-suse-9.3 is unmaintained. If you have any
questions there are better chances to get an answer about the former.

> I'm already running the linprocfs and that's not enough..

Try to use linux_base-fc4.

> Its for a program called 'ezproxy' for us here at the library.  We
> used to use the linux_base-debian.. but that seems to have been
> removed a while back..

> ldd ezproxy
> ezproxy:
>         libpthread.so.0 => /lib/libpthread.so.0 (0x28272000)
>         libm.so.6 => /lib/libm.so.6 (0x28286000)
>         libc.so.6 => /lib/libc.so.6 (0x282a8000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2825e000)

Seems to be OK with linux_base-fc4.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 14:50:13 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 38D6016A407
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:50:13 +0000 (UTC)
	(envelope-from derek@computinginnovations.com)
Received: from betty.computinginnovations.com
	(dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 34DCE43D49
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:50:10 +0000 (GMT)
	(envelope-from derek@computinginnovations.com)
Received: from p28.computinginnovations.com
	(dhcp-10-20-30-100.computinginnovations.com [10.20.30.100])
	(authenticated bits=0)
	by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id
	k95Enoag062824; Thu, 5 Oct 2006 09:49:50 -0500 (CDT)
Message-Id: <6.0.0.22.2.20061005094816.0217c558@mail.computinginnovations.com>
X-Sender: derek@mail.computinginnovations.com
X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22
Date: Thu, 05 Oct 2006 09:49:03 -0500
To: Martin Schweizer <info@pc-service.ch>, freebsd-questions@freebsd.org
From: Derek Ragona <derek@computinginnovations.com>
In-Reply-To: <6.0.0.22.2.20061005090621.02166108@mail.computinginnovatio
	ns.com>
References: <20061005114043.GA49078@saturn.pcs.ms>
	<6.0.0.22.2.20061005090621.02166108@mail.computinginnovations.com>
Mime-Version: 1.0
X-ComputingInnovations-MailScanner-Information: Please contact the ISP for
	more information
X-ComputingInnovations-MailScanner: Found to be clean
X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com
X-Spam-Status: No
Content-Type: text/plain; charset="us-ascii"; format=flowed
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Re: tool for checking website
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 14:50:13 -0000

I forgot a few lines, added in below:

At 09:44 AM 10/5/2006, Derek Ragona wrote:
>Typically I do:
>====================================================
>#!/bin/sh
>
>WGET=/usr/local/bin/wget
>DIFF=/usr/bin/diff
>MAIL=/usr/bin/mail
>CAT=/bin/cat
>RM=/bin/rm
>MAILFILE=/tmp/site_report
>MY_URL=http://www.mydomain.com
>MY_PAGE=index.html
>MY_REF_PAGE=/usr/local/www/good/index.html
>
>
>cd /tmp

if [ -f "$MY_PAGE" ]; then
         $RM $MY_PAGE
fi

>$WGET $MY_URL/$MY_PAGE
>$DIFF $MY_PAGE $MY_REF_PAGE
>if [ "$?" -eq 1 ]
>    echo "Site is down" > $MAILFILE
>    echo " " >> $MAILFILE
>    echo "Bad page retrieved:" >> $MAILFILE
>    $CAT $MY_PAGE >> $MAILFILE
>    echo " " >> $MAILFILE
>    $MAIL -s "Website Problem Report" me@mydomain.com < $MAILFILE
>fi
>====================================================
>
>This will verify the page is being served, and the content is correct.
>
>         -Derek
>
>
>At 06:40 AM 10/5/2006, Martin Schweizer wrote:
>>Hello
>>
>>I'm looking for port which checks if a website is online or not. My goal is
>>regulary starts a script which do this for me. Any ideas?
>>
>>--
>>
>>Regards
>>
>>Martin
>><info@pc-service.ch>
>>
>>PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
>>Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
>>public key : http://www.pc-service.ch/pgp/public_key.asc;
>>fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;
>
>--
>This message has been scanned for viruses and
>dangerous content by MailScanner, and is
>believed to be clean.
>MailScanner thanks transtec Computers for their support.
>
>_______________________________________________
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 15:32:10 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D0A6616A532
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 15:32:10 +0000 (UTC)
	(envelope-from freebsd@philip.pjkh.com)
Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1C5C043D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 15:32:10 +0000 (GMT)
	(envelope-from freebsd@philip.pjkh.com)
Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219])
	by bravo.pjkh.com (Postfix) with ESMTP id 6870313D56F;
	Thu,  5 Oct 2006 10:39:03 -0500 (CDT)
Received: by bravo.pjkh.com (Postfix, from userid 1000)
	id 1D9B613D522; Thu,  5 Oct 2006 10:39:03 -0500 (CDT)
Received: from localhost (localhost [127.0.0.1])
	by bravo.pjkh.com (Postfix) with ESMTP id 1C97A13C80B;
	Thu,  5 Oct 2006 10:39:03 -0500 (CDT)
Date: Thu, 5 Oct 2006 10:39:03 -0500 (CDT)
From: Philip Hallstrom <freebsd@philip.pjkh.com>
To: Niek Dekker <niekdekker@gmail.com>
In-Reply-To: <e02150200610050317t5d46552fk2bc329c5b45d12f5@mail.gmail.com>
Message-ID: <20061005103759.L57215@bravo.pjkh.com>
References: <e02150200610050317t5d46552fk2bc329c5b45d12f5@mail.gmail.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: ClamAV using ClamSMTP
Cc: freebsd-questions@freebsd.org
Subject: Re: tools for network traffic accounting
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 15:32:10 -0000

> I would like to configure a monthly report of the incoming and
> outgoing amount of traffic on the network interface of my server, for
> instance in the monthly run output.
>
> Can I do this with a built in program of FreeBSD 6.0 or do I need a port?

If you just wanted a total count and run ipfw (or any firewall i imagine) 
you could simply add a rule to count all inbound and outbound packets then 
at the end of the month look at them, then zero them.

It could be automated...

Otherwise, there's mrtg, cacti, and tons of others :)

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 15:34:37 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 211CD16A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 15:34:37 +0000 (UTC)
	(envelope-from jcw@highperformance.net)
Received: from mx1.highperformance.net (dsl081-163-122.sea1.dsl.speakeasy.net
	[64.81.163.122])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B557E43D46
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 15:34:34 +0000 (GMT)
	(envelope-from jcw@highperformance.net)
Received: from [192.168.1.16] (w16.stradamotorsports.com [192.168.1.16])
	by mx1.highperformance.net (8.13.6/8.13.4) with ESMTP id k95FYVgu095309;
	Thu, 5 Oct 2006 08:34:31 -0700 (PDT)
	(envelope-from jcw@highperformance.net)
Message-ID: <4525260C.6080100@highperformance.net>
Date: Thu, 05 Oct 2006 08:34:36 -0700
From: "Jason C. Wells" <jcw@highperformance.net>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: Erik Norgaard <norgaard@locolomo.org>
References: <45249716.2050401@highperformance.net>
	<4524B1DF.20206@locolomo.org>
In-Reply-To: <4524B1DF.20206@locolomo.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-4.4 required=2.5 tests=ALL_TRUSTED,BAYES_00 
	autolearn=ham version=3.1.0
X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on 
	s4.stradamotorsports.com
Cc: freebsd general questions <freebsd-questions@freebsd.org>
Subject: Re: Compatibility Between Releases Policy
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 15:34:37 -0000

Erik Norgaard wrote:
> Jason C. Wells wrote:
>> Where is the policy regarding compatibility between releases documented?
>>
>> I recall reading once upon a time that FreeBSD won't break 
>> compatibility for the duration of a major point release.  If a third 
>> party wrote software for 6.0 it would be perfectly compatible with 
>> 6.1, 6.2 and on.
>>
>> The reason I ask is that I am considering the wisdom of running 
>> portupgraed with each minor point release.
>
> I don't think you can rely on POLA for ports. But for the base system, 
> the developers try to stick to the Principle Of Least Astonishment, in 
> particular across minor version numbers.
>
> Chears, Erik
Ports astonish me more often than FreeBSD to be sure.  If one uses a 
port that was built on a 6.0 system, can one trust that no bit rot will 
occur by the time 6.9 rolls around.  Will all of FreeBSDs interfaces and 
features remain backward compatible?  While the developer community 
might employee POLA in this regard, this sure seems like the kind of 
policy issue that would be written into our release engineering 
documents.  (I couldn't find it.)

Thanks,
Jason

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 15:43:32 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0002616A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 15:43:31 +0000 (UTC)
	(envelope-from azeissmanas@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5484343D4C
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 15:43:31 +0000 (GMT)
	(envelope-from azeissmanas@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so923494nfc
	for <freebsd-questions@freebsd.org>;
	Thu, 05 Oct 2006 08:43:30 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=nZZpwKgj3tD8JE4x9okVz8rdjgefQ0huOcqNE8mQPGcol/F6utF6odS11ASFJYYCaSd3Km55yq8s+UHUI65P+LHpm/Ss0zqy/0mOOHeHALLaQ6NT3uksoPMNhQzWugGK4IvyQyVVjAlQLzrVfJ7CtiBVvolGOx60MDQcaADPUAY=
Received: by 10.48.163.19 with SMTP id l19mr3974013nfe;
	Thu, 05 Oct 2006 08:43:29 -0700 (PDT)
Received: by 10.48.162.5 with HTTP; Thu, 5 Oct 2006 08:43:28 -0700 (PDT)
Message-ID: <57fdf6a00610050843l1373f987sdc5c27a99d253bf8@mail.gmail.com>
Date: Thu, 5 Oct 2006 23:43:29 +0800
From: "Aziz Manas" <azeissmanas@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Couldn't open SMTP server 127.0.0.1:25!
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 15:43:32 -0000

I'm running Redhat 9 with OpenWebMail installed. When i try to send email it
got this error message from OpenWebMail
Couldn't open SMTP server 127.0.0.1:25!

I need some assistance on this area since I just recently installed
OpenWebMail for my office intranet server.
Thank You.

This is my postconf -n output

alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-1.1.11/README_FILES
sample_directory = /usr/share/doc/postfix-1.1.11/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
unknown_local_recipient_reject_code = 450

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 16:03:34 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B7A6B16A412
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:03:34 +0000 (UTC) (envelope-from up@3.am)
Received: from richard2.pil.net (mail.pil.net [207.7.198.3])
	by mx1.FreeBSD.org (Postfix) with SMTP id 3B09043D4C
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:03:33 +0000 (GMT) (envelope-from up@3.am)
Received: (qmail 12612 invoked by uid 1825); 5 Oct 2006 16:03:33 -0000
Received: from localhost (sendmail-bs@127.0.0.1)
	by localhost with SMTP; 5 Oct 2006 16:03:33 -0000
Date: Thu, 5 Oct 2006 12:03:33 -0400 (EDT)
From: up@3.am
X-X-Sender: up@richard2.pil.net
To: freebsd-questions@freebsd.org
Message-ID: <Pine.BSF.4.44.0610051200200.7439-100000@richard2.pil.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: Cannot make depend without USB?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 16:03:34 -0000


Hi:

I'm trying to recompile a 6.2-PRERELEASE kernel without USB support.
After commenting out the USB devices in the kernel config file, and doing
a "make cleandepend" in the kernel source directory, I get this when
trying to do a "make depend":

(excerpt):

rm -f .newdep
make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES |  MKDEP_CPP="cc -E" CC="cc"
xargs mkdep -a -f .newdep -O -pipe  -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -fformat-extensions -std=c99 -g -nostdinc -I-  -I.
-I../../.. -I../../../contrib/altq -I../../../contrib/ipfilter
-I../../../contrib/pf -I../../../contrib/dev/ath
-I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm
-I../../../dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include
opt_global.h -fno-common -finline-limit=8000 --param
inline-unit-growth=100 --param large-function-growth=1000
-mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow
-mno-sse -mno-sse2 -ffreestanding
../../../dev/usb/umass.c:119:21: usbdevs.h: No such file or directory
../../../dev/usb/ums.c:70:21: usbdevs.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/sys/i386/compile/NEW_NS1.SMP.

I tried doing a "make clean", but that didn't help either...what am I
forgetting?  Please respond directly, as I am not subscribed.

TIA!

James Smallacombe		      PlantageNet, Inc. CEO and Janitor
up@3.am							    http://3.am
=========================================================================


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 16:18:03 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DB88916A415
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:18:03 +0000 (UTC)
	(envelope-from don@lizardhill.com)
Received: from bigbird.whtech.com (bigbird.whtech.com [64.125.72.2])
	by mx1.FreeBSD.org (Postfix) with SMTP id 8A04143D6B
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:17:53 +0000 (GMT)
	(envelope-from don@lizardhill.com)
Received: (qmail 20112 invoked by uid 0); 5 Oct 2006 16:17:54 -0000
Received: from unknown (HELO mickey) (unknown)
	by unknown with SMTP; 5 Oct 2006 16:17:54 -0000
From: "Don O'Neil" <don@lizardhill.com>
To: <freebsd-questions@freebsd.org>
Date: Thu, 5 Oct 2006 09:17:53 -0700
Message-ID: <01f101c6e899$cf6b8bd0$0400020a@mickey>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Thread-Index: Acbomc8yQXcQ/b8OSa26EVw90OYYrg==
Subject: W3Mail/Perl Mail Module
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 16:18:03 -0000

Hi all... 

I know this isn't necessarily the right group to be asking, but I thought
I'd start here....

I have been using CascadeSoft's W3Mail webmail program, and up until last
night everything worked great.... We had a crash on the server, and
something obviously got corrupted....

Now when I try to send a message through W3Mail I get the following error:

Error: Message was not successfully sent.
The SMTP server responded: Can't call method "mail" on an undefined value at
/var/shc/servers/lizardhill.com/root/webmail/cgi/sendmessage.cgi line 179,
line 4.  

Line 179 is- 
$smtp->mail($replyto);

I tried replacing the Net::SMTP module from Perl, thinking that maybe it was
corrupted, but still it gives the same error.

Any ideas where I should look/check next?


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 16:20:54 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F2DD416A595
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:20:53 +0000 (UTC)
	(envelope-from i.tanusheff@procreditbank.bg)
Received: from mailgate.procreditbank.bg (mailgate.procreditbank.bg
	[193.26.216.3]) by mx1.FreeBSD.org (Postfix) with SMTP id F3F2C43D79
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:20:32 +0000 (GMT)
	(envelope-from i.tanusheff@procreditbank.bg)
Received: (qmail 63985 invoked from network); 5 Oct 2006 16:35:11 +0300
Received: by simscan 1.1.0 ppid: 63967, pid: 63968, t: 7.7792s
	scanners: attach: 1.1.0 clamav: 0.88.4/m:40/d:1997 spam: 3.1.5
X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on 
	mailgate.procreditbank.bg
X-Spam-Level: 
X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,HTML_50_60,
	HTML_MESSAGE autolearn=ham version=3.1.5
Received: from unknown (HELO lotus.procreditbank.bg) (172.16.248.123)
	by 192.168.1.3 with SMTP; 5 Oct 2006 16:35:03 +0300
In-Reply-To: <20061005114043.GA49078@saturn.pcs.ms>
To: Martin Schweizer <info@pc-service.ch>
MIME-Version: 1.0
X-Mailer: Lotus Notes Release 7.0 August 18, 2005
From: Ivailo Tanusheff <i.tanusheff@procreditbank.bg>
Message-ID: <OFE5F24A85.38861945-ONC22571FE.004A2BD2-C22571FE.004A4579@procreditbank.bg>
Date: Thu, 5 Oct 2006 16:25:42 +0300
X-MIMETrack: Serialize by Router on DOMINO_HQ/PROCREDITBANK(Release 7.0|August
	18, 2005) at 10/05/2006 04:25:46 PM
Content-Type: multipart/mixed; boundary="=_mixed 004A4405C22571FE_="
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: freebsd-questions@freebsd.org, owner-freebsd-questions@freebsd.org
Subject: Re: tool for checking website
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 16:20:54 -0000

--=_mixed 004A4405C22571FE_=
Content-Type: text/plain; charset="US-ASCII"

You may use nagios port :)
It also has web interface.

Ivailo Tanusheff
Deputy Head of IT Department
ProCredit Bank (Bulgaria) AD





Martin Schweizer <lists_freebsd@bluewin.ch> 
Sent by: owner-freebsd-questions@freebsd.org
05.10.2006 14:40
Please respond to
Martin Schweizer <info@pc-service.ch>


To
freebsd-questions@freebsd.org
cc

Subject
tool for checking website






Hello 

I'm looking for port which checks if a website is online or not. My goal 
is 
regulary starts a script which do this for me. Any ideas?

-- 

Regards

Martin 
<info@pc-service.ch>

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



--=_mixed 004A4405C22571FE_=
Content-Type: application/octet-stream; name="attibtse.dat"
Content-Disposition: attachment; filename="attibtse.dat"
Content-Transfer-Encoding: base64

LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246IEdudVBHIHYxLjQuMiAoRnJl
ZUJTRCkNCg0KaUQ4REJRRkZKTzg3d2E0V2tkTVAwamtSQXAyWkFKOXBQWHFDektWcXhBdUdlL1k1
Y2dCN2NncllKd0NnMjRlQg0KVHkxU2JCR2Vsa3BXSkNFdWViMElXSWs9DQo9b0ltdQ0KLS0tLS1F
TkQgUEdQIFNJR05BVFVSRS0tLS0tDQo=

--=_mixed 004A4405C22571FE_=--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 16:22:04 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 26B1216A412
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:22:04 +0000 (UTC)
	(envelope-from dwiest@vailsys.com)
Received: from dprobd02.vailsys.com (dprobd02.vailsys.com [63.149.73.146])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BD10D43D53
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:22:03 +0000 (GMT)
	(envelope-from dwiest@vailsys.com)
Received: from dfsfbd06.vail (dfsfbd06.vail [192.168.129.190])
	by dprobd02.vailsys.com (Postfix) with ESMTP id 1EBDC8A5C85
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:22:03 -0500 (CDT)
Received: from dfwdamian.vail (dfwdamian.vail [192.168.129.233])
	by dfsfbd06.vail (Postfix) with ESMTP id C8906323ED8
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 11:21:59 -0500 (CDT)
Received: from dfwdamian.vail (dwiest@localhost.vail [127.0.0.1])
	by dfwdamian.vail (8.13.4/8.13.4) with ESMTP id k94LruaB025291
	for <freebsd-questions@freebsd.org>;
	Wed, 4 Oct 2006 16:53:56 -0500 (CDT)
Received: (from dwiest@localhost)
	by dfwdamian.vail (8.13.4/8.13.4/Submit) id k94LrtBo027025
	for freebsd-questions@freebsd.org; Wed, 4 Oct 2006 16:53:55 -0500 (CDT)
X-Authentication-Warning: dfwdamian.vail: dwiest set sender to
	dwiest@vailsys.com using -f
Date: Wed, 4 Oct 2006 16:53:55 -0500
From: Damian Wiest <dwiest@vailsys.com>
To: freebsd-questions@freebsd.org
Message-ID: <20061004215355.GB16074@dfwdamian.vail>
References: <20061004000523.GA5229@teddy.fas.com>
	<20061003232147.R65965@bravo.pjkh.com>
	<20061004102339.GB20990@teddy.fas.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20061004102339.GB20990@teddy.fas.com>
User-Agent: Mutt/1.4.2i
Subject: Re: Strange cron behavior
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 16:22:04 -0000

On Wed, Oct 04, 2006 at 06:23:39AM -0400, stan wrote:
> On Tue, Oct 03, 2006 at 11:22:29PM -0500, Philip Hallstrom wrote:
> > >I'm having a hard time getting cron to run a task. I've run crontab -e
> > >(as root), and added the following line:
> > >
> > >12 * * * * /usr/local/bin/mirror_ubuntu
> > >
> > >This script runs from teh command line. Now I've seen plenty of
> > >strange beahviour because of the limited environment cron tasks
> > >get, but a basic "echo "test" >> /tmp/stan isn't even creating
> > >the file.
> > >
> > >Sugestions?
> > 
> > Is the cron daemon running?  What is the output in /var/log/cron?
> 
> 
> Forgot to mention that. Yhe script does get listed in /var/log/cron
> as having been invoked.
> -- 
> Unix is very simple, but it takes a genius to understand the simplicity.
> (Dennis Ritchie)
> _______________________________________________
> 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"

Can you run the script with the -x option?

eg.

#!/bin/sh -x

-Damian

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 16:23:19 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0E89A16A534
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:23:19 +0000 (UTC)
	(envelope-from nicky@nickbrowning.com)
Received: from plus23.host4u.net (plus23.host4u.net [69.94.56.11])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 85A7A43D5C
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:23:15 +0000 (GMT)
	(envelope-from nicky@nickbrowning.com)
Received: from nickbrowning.com (localhost [127.0.0.1])
	by plus23.host4u.net (8.11.6/8.11.6) with ESMTP id k95GNEF00686
	for <freebsd-questions@freebsd.org.>; Thu, 5 Oct 2006 11:23:14 -0500
Received: from 70.21.122.178 (SquirrelMail authenticated user nicky);
	by www.nickbrowning.com with HTTP;
	Thu, 5 Oct 2006 11:23:14 -0500 (CDT)
Message-ID: <3477.70.21.122.178.1160065394.squirrel@70.21.122.178>
Date: Thu, 5 Oct 2006 11:23:14 -0500 (CDT)
From: "Nick Browning" <nicky@nickbrowning.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
Subject: make buildworld problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: nicky@nickbrowning.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 16:23:19 -0000


Hello All,

I am trying to update my sources and I get the following error.  I have
included the results of 'uname -a'.  Any help would be greatly
appreciated.

btw: i have done the following
# chflags -R noschg /usr/obj/usr
# rm -rf /usr/obj/usr
# cd /usr/src
# make cleandir
# make cleandir

and I just cvsup'ed my sources.

Thanks,
Nick



tools/../../../../contrib/gcc/genconditions.c
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genmodes.c
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gengenrtl.c
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genpreds.c
genrtl.c insn-modes.c min-insn-modes.c gengtype-yacc+%DIKED.c
gengtype-lex.c
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gengtype.c
gtype-desc.c
===> gnu/usr.bin/cc/cc_int
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools/genattrtab
/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i386/i386.md
> insn-attrtab.c
Killed
*** Error code 137

Stop in /usr/src/gnu/usr.bin/cc/cc_int.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
bamboolounge# uname -a
FreeBSD bamboolounge.nickbrowning.com 5.3-RELEASE-p31 FreeBSD
5.3-RELEASE-p31 #1: Tue Jul 25 16:53:25 EDT 2006    
root@bamboolounge.nickbrowning.com:/usr/obj/usr/src/sys/BAMBOO  i386




From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 16:29:11 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F14D216A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:29:11 +0000 (UTC)
	(envelope-from norgaard@locolomo.org)
Received: from strange.daemonsecurity.com
	(59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DD88C43D78
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:29:02 +0000 (GMT)
	(envelope-from norgaard@locolomo.org)
Received: from [192.168.7.193] (68.Red-80-34-55.staticIP.rima-tde.net
	[80.34.55.68])
	by strange.daemonsecurity.com (Postfix) with ESMTP id 028D62E024;
	Thu,  5 Oct 2006 18:29:00 +0200 (CEST)
Message-ID: <452532C7.1090909@locolomo.org>
Date: Thu, 05 Oct 2006 18:28:55 +0200
From: Erik Norgaard <norgaard@locolomo.org>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: "Jason C. Wells" <jcw@highperformance.net>
References: <45249716.2050401@highperformance.net>
	<4524B1DF.20206@locolomo.org>
	<4525260C.6080100@highperformance.net>
In-Reply-To: <4525260C.6080100@highperformance.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd general questions <freebsd-questions@freebsd.org>
Subject: Re: Compatibility Between Releases Policy
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 16:29:12 -0000

Jason C. Wells wrote:

> Ports astonish me more often than FreeBSD to be sure.  If one uses a 
> port that was built on a 6.0 system, can one trust that no bit rot will 
> occur by the time 6.9 rolls around.  Will all of FreeBSDs interfaces and 
> features remain backward compatible?  While the developer community 
> might employee POLA in this regard, this sure seems like the kind of 
> policy issue that would be written into our release engineering 
> documents.  (I couldn't find it.)

Looks like you want to read this:

   http://www.freebsd.org/portmgr/policies.html

POLA is an ideal, it may be necessary to violate POLA for example for 
security reasons, and you may have system upgrades that will require 
rebuild of ports too - recently a bug in openssl required a rebuild of 
world - and I assume any ports built against the base' openssl.

I don't understand your concern, if you upgrade the base system wouldn't 
it be time to check your ports too? If you insist just don't update your 
ports tree, that should keep it working with the same versions of ports 
although you may have to rebuild individual ports.

I find it easier to adapt continuously to small astonishments :)

Cheers, Erik
-- 
Ph: +34.666334818                      web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 16:38:37 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AC65916A415
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:38:37 +0000 (UTC)
	(envelope-from jbell@stelesys.com)
Received: from stelesys.com (web3.stelesys.com [63.175.100.43])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 634D543DE5
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:37:36 +0000 (GMT)
	(envelope-from jbell@stelesys.com)
Received: from [127.0.0.1] (helo=www.stelesys.com)
	by stelesys.com with esmtpa (Exim 4.63 (FreeBSD))
	(envelope-from <jbell@stelesys.com>)
	id 1GVWD9-000DdW-LP; Thu, 05 Oct 2006 12:36:39 -0400
Received: from 209.134.164.20
	(SquirrelMail authenticated user jbell@stelesys.com)
	by www.stelesys.com with HTTP; Thu, 5 Oct 2006 12:36:39 -0400 (EDT)
Message-ID: <4249.209.134.164.20.1160066199.squirrel@www.stelesys.com>
In-Reply-To: <200610051324.14456.thomas@hindsight.de>
References: <200610051324.14456.thomas@hindsight.de>
Date: Thu, 5 Oct 2006 12:36:39 -0400 (EDT)
From: "Jerry Bell" <jbell@stelesys.com>
To: thomas@hindsight.de
User-Agent: SquirrelMail/1.4.6-rc1
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
Cc: Free BSD Questions list <freebsd-questions@freebsd.org>
Subject: Re: Member of group wheel, but still can't shutdown system?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 16:38:37 -0000

You need to be in the wheel group to be able to SU to root, but that won't
give you permission to run shutdown.  Only root can do that, I believe.

> Hi All,
>
> I've just installed FreeBSD 6.1 and listed myself as a member of the wheel
> group during the add users portion of the installation.  For some reason I
> have not put a finger on yet I cannot shutdown the system "do not have
> permission" to effect the command.  Went back as root on a later session
> and
> re-entered my name in /etc/group to the wheel account to no avail, anybody
> got an idea as to where I need to look?
>
> Thanks,
> Tommy2



From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 16:41:19 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9E54B16A417
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:41:19 +0000 (UTC)
	(envelope-from roberthuff@rcn.com)
Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net
	[207.172.157.102])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D88C743D6D
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:39:17 +0000 (GMT)
	(envelope-from roberthuff@rcn.com)
Received: from mr08.lnh.mail.rcn.net ([207.172.157.28])
	by smtp02.lnh.mail.rcn.net with ESMTP; 05 Oct 2006 12:39:03 -0400
X-IronPort-AV: i="4.09,266,1157342400"; 
	d="scan'208"; a="315100387:sNHT3141388080"
Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11])
	by mr08.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id HEM23862;
	Thu, 5 Oct 2006 12:38:09 -0400 (EDT)
Received: from 209-6-203-219.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO
	jerusalem.litteratus.org.litteratus.org) ([209.6.203.219])
	by smtp01.lnh.mail.rcn.net with ESMTP; 05 Oct 2006 12:38:09 -0400
X-IronPort-AV: i="4.09,266,1157342400"; 
	d="scan'208"; a="288476260:sNHT38346790"
From: Robert Huff <roberthuff@rcn.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <17701.12882.642660.607789@jerusalem.litteratus.org>
Date: Thu, 5 Oct 2006 12:26:58 -0400
To: freebsd general questions <freebsd-questions@freebsd.org>
In-Reply-To: <4525260C.6080100@highperformance.net>
References: <45249716.2050401@highperformance.net>
	<4524B1DF.20206@locolomo.org>
	<4525260C.6080100@highperformance.net>
X-Mailer: VM 7.17 under 21.5  (beta27) "fiddleheads" XEmacs Lucid
X-Junkmail-Status: score=10/50, host=mr08.lnh.mail.rcn.net
X-Junkmail-SD-Raw: score=unknown,
	refid=str=0001.0A090205.452534E2.000E,ss=1,fgs=0,
	ip=207.172.4.11, so=2006-05-09 23:27:51,
	dmn=5.2.113/2006-07-26
Subject: Re: Compatibility Between Releases Policy
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 16:41:19 -0000


Jason C. Wells writes:

>  Ports astonish me more often than FreeBSD to be sure.  If one
>  uses a port that was built on a 6.0 system, can one trust that no
>  bit rot will occur by the time 6.9 rolls around.

	If you mean "Is it guaranteed a binary built under x.0 will
run, even with remapped libraries, under x.9?" then the answer is
"Hell, no."
	If you mean "Will a port that builds sucessfully under both x.0
and x.9 be limited only by changes in the port and not in the OS?"
then the answer (as I understand it) is "Probably."
	

				Robert Huff

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 16:46:28 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D09B816A412
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:46:28 +0000 (UTC)
	(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 5B78843D6A
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:46:27 +0000 (GMT)
	(envelope-from xfb52@dial.pipex.com)
Received: from [172.23.170.138] (helo=anti-virus01-09)
	by smtp-out5.blueyonder.co.uk with smtp (Exim 4.52)
	id 1GVWMc-0005fX-Rz; Thu, 05 Oct 2006 17:46:26 +0100
Received: from [82.41.253.33] (helo=[192.168.0.2])
	by asmtp-out1.blueyonder.co.uk with esmtp (Exim 4.52)
	id 1GVWMV-0002un-Mp; Thu, 05 Oct 2006 17:46:19 +0100
Message-ID: <452536DB.80303@dial.pipex.com>
Date: Thu, 05 Oct 2006 17:46:19 +0100
From: Alex Zbyslaw <xfb52@dial.pipex.com>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515
X-Accept-Language: en
MIME-Version: 1.0
To: Aziz Manas <azeissmanas@gmail.com>
References: <57fdf6a00610050843l1373f987sdc5c27a99d253bf8@mail.gmail.com>
In-Reply-To: <57fdf6a00610050843l1373f987sdc5c27a99d253bf8@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: Couldn't open SMTP server 127.0.0.1:25!
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 16:46:28 -0000

Aziz Manas wrote:

> I'm running Redhat 9 with OpenWebMail installed. When i try to send 
> email it
> got this error message from OpenWebMail
> Couldn't open SMTP server 127.0.0.1:25!
>
This is a FreeBSD mailing list.  FreeBSD has nothing whatsoever to do 
with Redhat, I'm afraid.

Having a wild guess, it looks like postfix is not actually running.  Try 
"ps augx | egrep postfix" to see that there is actually something 
listening.  If not, then check that you actually have startup scripts 
enabled for postfix.

Try:

    ls /etc/rc.d/rc?.d/S*po*

which should show output like

/etc/rc.d/rc2.d/S80postfix  /etc/rc.d/rc3.d/S80postfix  
/etc/rc.d/rc4.d/S80postfix  /etc/rc.d/rc5.d/S80postfix

If not, the as root

    chkconfig --add postfix

probably does the right thing, but I find the chkconfig man page to be 
obscure and unhelpful so there might be a better way.  After running the 
above ls should show the files as listed above.

To try starting postif now, run as root
    sh /etc/init.d/postfix start

If none of this makes any sense, then I suggest getting a book on Linux 
administration.

--Alex



From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 16:52:00 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3D21B16A49E
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:52:00 +0000 (UTC)
	(envelope-from don@lizardhill.com)
Received: from bigbird.whtech.com (bigbird.whtech.com [64.125.72.2])
	by mx1.FreeBSD.org (Postfix) with SMTP id DA12843D5A
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 16:51:26 +0000 (GMT)
	(envelope-from don@lizardhill.com)
Received: (qmail 39850 invoked by uid 0); 5 Oct 2006 16:51:20 -0000
Received: from unknown (HELO mickey) (unknown)
	by unknown with SMTP; 5 Oct 2006 16:51:20 -0000
From: "Don O'Neil" <don@lizardhill.com>
To: <freebsd-questions@freebsd.org>
Date: Thu, 5 Oct 2006 09:51:19 -0700
Message-ID: <020501c6e89e$7b8246d0$0400020a@mickey>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Thread-Index: Acbomc8yQXcQ/b8OSa26EVw90OYYrg==
Subject: W3Mail/Perl Mail Module
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 16:52:00 -0000

Hi all... 

I know this isn't necessarily the right group to be asking, but I thought
I'd start here....

I have been using CascadeSoft's W3Mail webmail program, and up until last
night everything worked great.... We had a crash on the server, and
something obviously got corrupted....

Now when I try to send a message through W3Mail I get the following error:

Error: Message was not successfully sent.
The SMTP server responded: Can't call method "mail" on an undefined value at
/var/shc/servers/lizardhill.com/root/webmail/cgi/sendmessage.cgi line 179,
line 4.  

Line 179 is- 
$smtp->mail($replyto);

I tried replacing the Net::SMTP module from Perl, thinking that maybe it was
corrupted, but still it gives the same error.

Any ideas where I should look/check next?


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 17:30:18 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9973316A494
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:30:18 +0000 (UTC)
	(envelope-from don@lizardhill.com)
Received: from bigbird.whtech.com (bigbird.whtech.com [64.125.72.2])
	by mx1.FreeBSD.org (Postfix) with SMTP id 5D7AB43D9A
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:29:56 +0000 (GMT)
	(envelope-from don@lizardhill.com)
Received: (qmail 59035 invoked by uid 0); 5 Oct 2006 17:29:55 -0000
Received: from unknown (HELO mickey) (unknown)
	by unknown with SMTP; 5 Oct 2006 17:29:55 -0000
From: "Don O'Neil" <don@lizardhill.com>
To: <freebsd-questions@freebsd.org>
Date: Thu, 5 Oct 2006 10:29:55 -0700
Message-ID: <021b01c6e8a3$dfd4b410$0400020a@mickey>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Thread-Index: Acbomc8yQXcQ/b8OSa26EVw90OYYrg==
Subject: W3Mail/Perl Mail Module
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 17:30:18 -0000

Hi all... 

I know this isn't necessarily the right group to be asking, but I thought
I'd start here....

I have been using CascadeSoft's W3Mail webmail program, and up until last
night everything worked great.... We had a crash on the server, and
something obviously got corrupted....

Now when I try to send a message through W3Mail I get the following error:

Error: Message was not successfully sent.
The SMTP server responded: Can't call method "mail" on an undefined value at
/var/shc/servers/lizardhill.com/root/webmail/cgi/sendmessage.cgi line 179,
line 4.  

Line 179 is- 
$smtp->mail($replyto);

I tried replacing the Net::SMTP module from Perl, thinking that maybe it was
corrupted, but still it gives the same error.

Any ideas where I should look/check next?


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 17:33:11 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2D3EB16A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:33:11 +0000 (UTC)
	(envelope-from nullpt@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 070ED43D62
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:32:08 +0000 (GMT)
	(envelope-from nullpt@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so217228uge
	for <freebsd-questions@freebsd.org>;
	Thu, 05 Oct 2006 10:32:08 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=RRzvCSpNB6T/r/DZrCR3/Yupgmi2+0uI2sxm6Hd0BvT808kn7nOaIMCSQLtes8DW2jyi/YNKaKdkVmUQ9NvtrJGJCUSai+YtCnkpzTlrYJxaVrrUUyhyn+RMDJR868pSsUGNzygF2uX+pszeOpLTc3C1cw9+sDexemcU9F+Ckq8=
Received: by 10.67.103.7 with SMTP id f7mr2227853ugm;
	Thu, 05 Oct 2006 10:32:08 -0700 (PDT)
Received: by 10.66.237.20 with HTTP; Thu, 5 Oct 2006 10:32:08 -0700 (PDT)
Message-ID: <755cb9fc0610051032s4b1f2649xb39110f919af5d27@mail.gmail.com>
Date: Thu, 5 Oct 2006 18:32:08 +0100
From: "Alexandre Vieira" <nullpt@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Can't get direct rendering with i915
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 17:33:11 -0000

Hello folks,

I'm setting up my laptop (Acer 1644WLMi) and I noticed some days ago that I
don't have direct rendering with i915+drm.

Any one knows if it is supposed to be like this?

pciconf:

agp0@pci0:2:0: class=0x030000 card=0x008f1025 chip=0x25928086 rev=0x03
hdr=0x00
vendor = 'Intel Corporation'
device = '82915GM/GMS, 82910GML Integrated Graphics Device'
class = display
subclass = VGA
none0@pci0:2:1: class=0x038000 card=0x008f1025 chip=0x27928086 rev=0x03
hdr=0x00
vendor = 'Intel Corporation'
device = '82915GM/GMS,82910GML Mobile Express Family Graphics Controller
(??)'
class = display

kldstat:

Id Refs Address Size Name
1 14 0xc0400000 56c4dc kernel
2 1 0xc096d000 eb68 snd_hda.ko
3 2 0xc097c000 29bb0 sound.ko
4 1 0xc09a6000 641e0 acpi.ko
5 1 0xc5012000 1a000 linux.ko
6 1 0xc51a9000 6000 i915.ko
7 1 0xc51ea000 f000 drm.ko

dmesg:

drmsub0: <Intel i915GM>: (child of agp_i810.c) on agp0
info: [drm] AGP at 0xb0080000 0MB
info: [drm] Initialized i915 1.4.0 20060119
agp0: [MPSAFE]

glxinfo:

name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_visual_select_group
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_window_pos,
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_func_separate,
GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_clip_volume_hint, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
GL_EXT_secondary_color, GL_EXT_separate_specular_color,
GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
GL_EXT_vertex_array, GL_APPLE_packed_pixels, GL_ATI_texture_env_combine3,
GL_ATI_texture_mirror_once, GL_ATIX_texture_env_combine3,
GL_HP_occlusion_test, GL_IBM_texture_mirrored_repeat,
GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
0x24 16 tc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
0x25 16 tc 0 16 0 r y . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
0x26 16 tc 0 16 0 r . . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
0x27 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
0x28 16 tc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
0x29 16 tc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
0x2a 16 tc 0 16 0 r . . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
0x2b 16 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
0x2c 16 dc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
0x2d 16 dc 0 16 0 r y . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
0x2e 16 dc 0 16 0 r . . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
0x2f 16 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
0x30 16 dc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
0x31 16 dc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
0x32 16 dc 0 16 0 r . . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow

Thanks in advance.

-- 
Alexandre Vieira - nullpt@gmail.com

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 17:38:59 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3913016A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:38:59 +0000 (UTC) (envelope-from up@3.am)
Received: from richard2.pil.net (mail.pil.net [207.7.198.3])
	by mx1.FreeBSD.org (Postfix) with SMTP id 1BC4F43D95
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:38:48 +0000 (GMT) (envelope-from up@3.am)
Received: (qmail 32108 invoked by uid 1825); 5 Oct 2006 17:38:29 -0000
Received: from localhost (sendmail-bs@127.0.0.1)
	by localhost with SMTP; 5 Oct 2006 17:38:29 -0000
Date: Thu, 5 Oct 2006 13:38:29 -0400 (EDT)
From: up@3.am
X-X-Sender: up@richard2.pil.net
To: freebsd-questions@freebsd.org
In-Reply-To: <Pine.BSF.4.44.0610051200200.7439-100000@richard2.pil.net>
Message-ID: <Pine.BSF.4.44.0610051338110.25975-100000@richard2.pil.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: Re: Cannot make depend without USB?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 17:38:59 -0000


Please disregard, I was in the wrong source tree :-/

On Thu, 5 Oct 2006 up@3.am wrote:

>
> Hi:
>
> I'm trying to recompile a 6.2-PRERELEASE kernel without USB support.
> After commenting out the USB devices in the kernel config file, and doing
> a "make cleandepend" in the kernel source directory, I get this when
> trying to do a "make depend":
>
> (excerpt):
>
> rm -f .newdep
> make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES |  MKDEP_CPP="cc -E" CC="cc"
> xargs mkdep -a -f .newdep -O -pipe  -Wall -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
> -Winline -Wcast-qual  -fformat-extensions -std=c99 -g -nostdinc -I-  -I.
> -I../../.. -I../../../contrib/altq -I../../../contrib/ipfilter
> -I../../../contrib/pf -I../../../contrib/dev/ath
> -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm
> -I../../../dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include
> opt_global.h -fno-common -finline-limit=8000 --param
> inline-unit-growth=100 --param large-function-growth=1000
> -mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow
> -mno-sse -mno-sse2 -ffreestanding
> ../../../dev/usb/umass.c:119:21: usbdevs.h: No such file or directory
> ../../../dev/usb/ums.c:70:21: usbdevs.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
>
> Stop in /usr/src/sys/i386/compile/NEW_NS1.SMP.
>
> I tried doing a "make clean", but that didn't help either...what am I
> forgetting?  Please respond directly, as I am not subscribed.
>
> TIA!
>
> James Smallacombe		      PlantageNet, Inc. CEO and Janitor
> up@3.am							    http://3.am
> =========================================================================
>
>

James Smallacombe		      PlantageNet, Inc. CEO and Janitor
up@3.am							    http://3.am
=========================================================================


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 17:40:26 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 46C2916A49E
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:40:26 +0000 (UTC) (envelope-from cswiger@mac.com)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.185])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BDB5743D64
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:39:44 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from mac.com (smtpin07-en2 [10.13.10.152])
	by smtpout.mac.com (Xserve/8.12.11/smtpout15/MantshX 4.0) with ESMTP id
	k95Hbk7o015459; Thu, 5 Oct 2006 10:37:47 -0700 (PDT)
Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k95Hbi2l018014; 
	Thu, 5 Oct 2006 10:37:45 -0700 (PDT)
In-Reply-To: <f34ca13c0610041946h7dfaa05cyf3296798b215405e@mail.gmail.com>
References: <f34ca13c0610041946h7dfaa05cyf3296798b215405e@mail.gmail.com>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <DBC71CAC-9850-4598-94B2-346CE37A4BC4@mac.com>
Content-Transfer-Encoding: 7bit
From: Chuck Swiger <cswiger@mac.com>
Date: Thu, 5 Oct 2006 10:37:43 -0700
To: "Constantine A. Murenin" <mureninc@gmail.com>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject: Re: ipw(4) and iwi(4): Intel's Pro Wireless firmware licensing
	problems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 17:40:26 -0000

On Oct 4, 2006, at 7:46 PM, Constantine A. Murenin wrote:
> My acquaintance with Unix started with FreeBSD, which I used for quite
> a while before discovering OpenBSD. I now mostly use OpenBSD, and I
> was wondering of how many FreeBSD users are aware about the licensing
> restrictions of Intel Pro Wireless family of wireless adapters?

I would imagine that all FreeBSD users who are using the Intel Pro  
Wireless adaptors are familiar with the license, given that they have  
to agree to the license in order to get the adaptor working.  Even  
someone like me who doesn't have one is aware of the license.

> Why are none of the manual pages of FreeBSD say anything about why
> Intel Wireless devices do not work by default?
>
> http://www.freebsd.org/cgi/man.cgi?query=ipw
> http://www.freebsd.org/cgi/man.cgi?query=iwi

The manpages you've linked to explicitly state:

      This driver requires firmware to be loaded before it will  
work.  You need
      to obtain ipwcontrol(8) from the IPW web page listed below to  
accomplish
      loading the firmware before ifconfig(8) will work.

Is there some part of this which is unclear to you, Constantine?

> If you are curious as to why things are the way they are, I suggest
> that you check the problems that are described in the misc@openbsd.org
> mailing list, and contact Intel people and say what you think about
> their user-unfriendly policy in regards to Intel Pro Wireless
> firmwares, which are REQUIRED to be loaded from the OS before the
> device functions, i.e. the OS developers must be allowed to freely
> distribute the firmware in order for the devices to work
> out-of-the-box.

There's no need to be curious about the matter; the Intel Pro  
Wireless adaptors, like many other brands of wireless adaptors, use a  
software-controlled radio which is capable of broadcasting at higher  
power levels and/or at frequencies outside of those allocated for  
802.11 connectivity for specific regulatory domains.  The US FCC,  
along with other regulatory agencies in Europe such as ETSI and  
elsewhere, require that end-users not have completely open access to  
these radios to prevent problems from deliberate misuse such as  
interference with other frequency bands.

This isn't a matter of choice on Intel's part; if you want this  
situation to change, you're going to have to obtain changes in the  
radio-frequency laws and policies in the US and a number of other  
countries first.

Again, is there some part of this that is unclear or which you fail  
to understand?

> For some recent information about Intel being an Open Source Fraud,
> see http://marc.theaimsgroup.com/?l=openbsd- 
> misc&m=115960734026283&w=2.

The firmware license for these devices has never been submitted to  
the OSI board for approval as an Open Source license, and I have  
never seen Intel claim that this license is an Open Source license.

It might suit OpenBSD's advocacy purposes to deliberately  
misrepresent Intel's position, but doing so is unfair and is not  
especially helpful to the FreeBSD community, which does have somewhat  
decent relations with vendors like Intel, Lucent, Aironet, Broadcomm,  
and so forth.

As to the point raised above, the firmware license actually does  
permit an individual user, including an OS developer, to copy and  
redistribute the software to others, so long as the recepient agrees  
to the license terms:

"LICENSE. You may copy and use the Software, subject to these  
conditions:
1. This Software is licensed for use only in conjunction with Intel  
component
    products. Use of the Software in conjunction with non-Intel  
component
    products is not licensed hereunder.
2. You may not copy, modify, rent, sell, distribute or transfer any  
part of the
    Software except as provided in this Agreement, and you agree to  
prevent
    unauthorized copying of the Software.
3. You may not reverse engineer, decompile, or disassemble the Software.
4. You may not sublicense the Software.
5. The Software may contain the software or other property of third  
party
    suppliers.

[ ... ]
You may transfer the Software only if a copy of this license  
accompanies the
Software and the recipient agrees to be fully bound by these terms."

If a project such as OpenBSD wishes to redistribute the software,  
then it would probably be considered an Independent Software Vendor,  
and again the firmware license grants permission to redistribute the  
Intel Pro Wireless software, under the following terms:

"For OEMs, IHVs, and ISVs:

LICENSE. This Software is licensed for use only in conjunction with  
Intel
component products. Use of the Software in conjunction with non-Intel  
component
products is not licensed hereunder. Subject to the terms of this  
Agreement,
Intel grants to you a nonexclusive, nontransferable, worldwide, fully  
paid-up
license under Intel's copyrights to: (i) copy the Software internally  
for your
own development and maintenance purposes; (ii) copy and distribute  
the Software
to your end-users, but only under a license agreement with terms at  
least as
restrictive as those contained in Intel's Final, Single User License  
Agreement,
attached as Exhibit A; and (iii) modify, copy and distribute the end- 
user
documentation which may accompany the Software, but only in  
association with
the Software.

If you are not the final manufacturer or vendor of a computer system  
or software
program incorporating the Software, then you may transfer a copy of the
Software, including any related documentation (modified or  
unmodified) to your
recipient for use in accordance with the terms of this Agreement,  
provided such
recipient agrees to be fully bound by the terms hereof.  [ ... ]"

However, if the OpenBSD project isn't willing to agree to these  
terms, US copyright law (Title 17 & section 1201(f) of the DMCA)  
allows you to perform a clean-room reverse-engineering of the  
software as "necessary to achieve interoperability with other  
programs, to the extent that such acts are permitted under copyright  
law."

-- 
-Chuck


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 17:44:07 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7E59016A47C
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:44:07 +0000 (UTC)
	(envelope-from matthew.king@monnsta.net)
Received: from never.monnsta.net (84-45-223-57.no-dns-yet.enta.net
	[84.45.223.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A14043D77
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:43:55 +0000 (GMT)
	(envelope-from matthew.king@monnsta.net)
Received: from localhost (localhost.localdomain [127.0.0.1])
	by never.monnsta.net (Postfix) with ESMTP id C0F5D1405408;
	Thu,  5 Oct 2006 18:43:53 +0100 (BST)
Received: from never.monnsta.net ([127.0.0.1])
	by localhost (never.monnsta.net [127.0.0.1]) (amavisd-new, port 26)
	with LMTP id 03507-07; Thu, 5 Oct 2006 18:43:53 +0100 (BST)
Received: by never.monnsta.net (Postfix, from userid 999)
	id A5BBF140540E; Thu,  5 Oct 2006 18:43:53 +0100 (BST)
Received: from knight.monnsta.net (knight.monnsta.net [10.7.8.3])
	by never.monnsta.net (Postfix) with ESMTP id 233321405408;
	Thu,  5 Oct 2006 18:43:52 +0100 (BST)
To: Anders Troback <freebsd@troback.com>
References: <20061002220808.55298b73@devil.troback.com>
From: Matthew King <matthew.king@monnsta.net>
Date: Thu, 05 Oct 2006 18:43:51 +0100
In-Reply-To: <20061002220808.55298b73@devil.troback.com> (Anders Troback's
	message of "Mon, 2 Oct 2006 22:08:08 +0200")
User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Message-Id: <20061005174352.233321405408@never.monnsta.net>
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on never.monnsta.net
X-Spam-Level: 
X-Spam-Status: No, score=-2.8 required=7.0 tests=ALL_TRUSTED autolearn=ham 
	version=3.0.3
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at monnsta.net
Cc: FreeBSD <freebsd-questions@freebsd.org>
Subject: Re: NFS problems!
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 17:44:07 -0000

Anders Troback <freebsd@troback.com> writes:

> Hi,
>
> I'm having some problems with NFS lately!
>
> NFS server FreeBSD 6.1-RELESE
> NFS client FreeBSD 6.2-PRERELASE (STABLE)
>
> I'm using NFS to serve /home via amd but sometimes programs hangs and
> not even kill -9 will work. I have to restart rpc.lockd, rpc.statd and
> nfsd to get rid of the programs! If one program hangs many will follow
> and some will not start. Programs like Citrix Client Manager
> (wfcmgr), konqueror, konsole and gftp are all examples on programs that
> don't start. Sins 6.2-PRERELEASE sometimes wfcmgr don't start even if
> there are no programs hanging!

You're lucky. I can't even get X to load and the whole vfs won't shut
down cleanly once I've tried.

I have yet to try other FreeBSD releases though.

Matthew

-- 
I must take issue with the term "a mere child," for it has been my
invariable experience that the company of a mere child is infinitely
preferable to that of a mere adult.
                                           --  Fran Lebowitz


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 17:46:15 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4DA6116A412
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:46:15 +0000 (UTC)
	(envelope-from js.lists@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B16D143D76
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:46:07 +0000 (GMT)
	(envelope-from js.lists@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so219311uge
	for <freebsd-questions@freebsd.org>;
	Thu, 05 Oct 2006 10:46:07 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding;
	b=mwowP8MvZN+ykzZ6a9uGH8a0vD4tMTTmgf2/dUAWL1Kq+ooeztXwbWHTIjqKqnJiquTAuLjXB6iwPe5tRl4V3+9NVz6f1pmW4rAYU+KvH0uAO8Jy1Olhh/WNPD3PpzZq/RJfTXEoemAGnw420Kqb3Eh0LtAMx85vcsONYILo2Rc=
Received: by 10.78.94.37 with SMTP id r37mr623726hub;
	Thu, 05 Oct 2006 10:46:06 -0700 (PDT)
Received: from ?10.100.58.77? ( [204.176.49.46])
	by mx.google.com with ESMTP id 2sm1158878huc.2006.10.05.10.46.05;
	Thu, 05 Oct 2006 10:46:06 -0700 (PDT)
Message-ID: <452544D9.4040705@gmail.com>
Date: Thu, 05 Oct 2006 10:46:01 -0700
From: Joe <js.lists@gmail.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Niek Dekker <niekdekker@gmail.com>
References: <e02150200610050317t5d46552fk2bc329c5b45d12f5@mail.gmail.com>
In-Reply-To: <e02150200610050317t5d46552fk2bc329c5b45d12f5@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: tools for network traffic accounting
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 17:46:15 -0000

Niek Dekker wrote:
> Dear list,
> 
> I would like to configure a monthly report of the incoming and
> outgoing amount of traffic on the network interface of my server, for
> instance in the monthly run output.
> 
Try argus.

http://qosient.com/argus/

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 17:53:56 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8DEBE16A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:53:56 +0000 (UTC)
	(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 7B78743D78
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:51:05 +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.7+UW06.06/8.13.7+UW06.09) with ESMTP
	id k95HodLC004708
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)
	for <freebsd-questions@freebsd.org>; Thu, 5 Oct 2006 10:50:40 -0700
X-Auth-Received: from [192.168.0.101] (dsl254-013-145.sea1.dsl.speakeasy.net
	[216.254.13.145]) (authenticated authid=youshi10)
	by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id
	k95Hob3p014304
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <freebsd-questions@freebsd.org>; Thu, 5 Oct 2006 10:50:38 -0700
Message-ID: <452545DF.3080103@u.washington.edu>
Date: Thu, 05 Oct 2006 10:50:23 -0700
From: Garrett Cooper <youshi10@u.washington.edu>
User-Agent: Thunderbird 1.5.0.7 (X11/20060929)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
References: <Pine.BSF.4.44.0610051200200.7439-100000@richard2.pil.net>
In-Reply-To: <Pine.BSF.4.44.0610051200200.7439-100000@richard2.pil.net>
X-Enigmail-Version: 0.94.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-PMX-Version: 5.2.0.266434, Antispam-Engine: 2.4.0.264935,
	Antispam-Data: 2006.10.5.102943
X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0,
	__CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0,
	__MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0,
	__USER_AGENT 0'
Subject: Re: Cannot make depend without USB?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 17:53:56 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

up@3.am wrote:
> Hi:
> 
> I'm trying to recompile a 6.2-PRERELEASE kernel without USB support.
> After commenting out the USB devices in the kernel config file, and doing
> a "make cleandepend" in the kernel source directory, I get this when
> trying to do a "make depend":
> 
> (excerpt):
> 
> rm -f .newdep
> make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES |  MKDEP_CPP="cc -E" CC="cc"
> xargs mkdep -a -f .newdep -O -pipe  -Wall -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
> -Winline -Wcast-qual  -fformat-extensions -std=c99 -g -nostdinc -I-  -I.
> -I../../.. -I../../../contrib/altq -I../../../contrib/ipfilter
> -I../../../contrib/pf -I../../../contrib/dev/ath
> -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm
> -I../../../dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include
> opt_global.h -fno-common -finline-limit=8000 --param
> inline-unit-growth=100 --param large-function-growth=1000
> -mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow
> -mno-sse -mno-sse2 -ffreestanding
> ../../../dev/usb/umass.c:119:21: usbdevs.h: No such file or directory
> ../../../dev/usb/ums.c:70:21: usbdevs.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
> 
> Stop in /usr/src/sys/i386/compile/NEW_NS1.SMP.
> 
> I tried doing a "make clean", but that didn't help either...what am I
> forgetting?  Please respond directly, as I am not subscribed.
> 
> TIA!
> 
> James Smallacombe		      PlantageNet, Inc. CEO and Janitor
> up@3.am							    http://3.am
> =========================================================================

Try using NO_USB=yes in /etc/make.conf--it's a much better way to go
about removing USB support.

Also, do man make.conf to find out the rest of the support you can
disable on your machine; you really shouldn't go manually editing
makefiles in FreeBSD :(..

- -Garrett

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFJUXf6CkrZkzMC68RAibFAJ401+KljNDHxmQLDrY/h3OEd0mcJwCdG6aI
s3jTCCkTQlU5fjl/Dgj4s1I=
=7Lpd
-----END PGP SIGNATURE-----

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 17:56:47 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4BE3016A4F1
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:56:47 +0000 (UTC)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: from web83101.mail.mud.yahoo.com (web83101.mail.mud.yahoo.com
	[216.252.101.30])
	by mx1.FreeBSD.org (Postfix) with SMTP id 0501543E1C
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:55:43 +0000 (GMT)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: (qmail 88891 invoked by uid 60001); 5 Oct 2006 17:55:43 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=o8rP4FecoPoD4MdVbugb7byOtNAT35HqnETFlVqVB9J3XGfJt4gHCcG3EelH80BaoYJceDnY2fNXAVUvkMKOqAb06r25QhCwkt4kJ3ZVpR9buRTy3tcnYUtlXVTX7jK+POyTJdzUFrVKASFUx5BUYnPYXUCKDjGqxLOjwRx3gAk=
	; 
Message-ID: <20061005175543.88889.qmail@web83101.mail.mud.yahoo.com>
Received: from [63.240.228.37] by web83101.mail.mud.yahoo.com via HTTP;
	Thu, 05 Oct 2006 10:55:43 PDT
Date: Thu, 5 Oct 2006 10:55:43 -0700 (PDT)
From: backyard <backyard1454-bsd@yahoo.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <755cb9fc0610051032s4b1f2649xb39110f919af5d27@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Subject: Re: Can't get direct rendering with i915
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: backyard1454-bsd@yahoo.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 17:56:47 -0000



--- Alexandre Vieira <nullpt@gmail.com> wrote:

> Hello folks,
> 
> I'm setting up my laptop (Acer 1644WLMi) and I
> noticed some days ago that I
> don't have direct rendering with i915+drm.
> 
> Any one knows if it is supposed to be like this?
> 

the i915 drm module is still new to Release 6 of
freebsd. I believe it is still in beta and not very
functional. I am in the same boat as yourself with the
i845 chip. I know with linux I could get a full screen
console but I still have yet yo get vidcontrol to
change the screen size for me. 

I believe the linux driver is being used as a basis
for the freebsd one, but it hasn't fully been reverse
engineered yet. Unless your doing OpenGL specific apps
like CAD or games X will still run fine. If your doing
KDE you might want to turn off all the animated and
transparency junk.


-brian 


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 17:56:52 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1E86116A531
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:56:52 +0000 (UTC)
	(envelope-from gabor@FreeBSD.org)
Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CA1F443D72
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 17:56:28 +0000 (GMT)
	(envelope-from gabor@FreeBSD.org)
Received: from localhost (localhost [127.0.0.1])
	by server.t-hosting.hu (Postfix) with ESMTP id 093BA99EB51;
	Thu,  5 Oct 2006 19:56:26 +0200 (CEST)
X-Virus-Scanned: amavisd-new at t-hosting.hu
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 D+lOSZHlJa8R; Thu,  5 Oct 2006 19:56:23 +0200 (CEST)
Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182])
	by server.t-hosting.hu (Postfix) with ESMTP id 4EEC599EB4D;
	Thu,  5 Oct 2006 19:56:23 +0200 (CEST)
Message-ID: <4525473F.9010402@FreeBSD.org>
Date: Thu, 05 Oct 2006 19:56:15 +0200
From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= <gabor@FreeBSD.org>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: jan gestre <freebsd.ph@gmail.com>
References: <a25afc300610031741q109aeeeenb0c8179cdecc4474@mail.gmail.com>	<45239319.7090304@FreeBSD.org>
	<a25afc300610041842n68c00381r3be4243eacb160bb@mail.gmail.com>
In-Reply-To: <a25afc300610041842n68c00381r3be4243eacb160bb@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject: Re: upgrading amavisd-new port fails
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 17:56:52 -0000

jan gestre wrote:
> On 10/4/06, Gábor Kövesdán <gabor@freebsd.org> wrote:
>>
>> jan gestre wrote:
>> > hi guys,
>> >
>> >
>> > i tried upgrading the amavisd-new port via portmanager and
>> > portupgrade, both
>> > methods failed, i had a similar problem before but i forgot how did i
>> > fix it
>> > :(  is there a problem with the amavisd-new port?
>> >
>> > TIA
>> Hi,
>>
>> could you concretize a bit, please? What kind of error do you get? Could
>> you attach the output?
>>
>> this is the error during portupgrade:
>
> Stop in /usr/ports/security/amavisd-new.
> *** Error code 1
>
> Stop in /usr/ports/security/amavisd-new.
> ** Command failed [exit code 1]: /usr/bin/script -qa
> /tmp/portupgrade.80571.23 env PORT_UPGRADE=yes make
> ** Fix the problem and try again.
> ** Listing the failed packages (*:skipped / !:failed)
>        ! security/amavisd-new (amavisd-new-2.4.3,1)    (checksum 
> mismatch)
> --->  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed
>
>
The checksum mismatch reflect that your ports tree is outdated. The 
distfile was rerolled, and the PORTREVISION bumped. Please update your 
ports tree and try again. The current working amavisd-new version in the 
ports tree is 2.4.3_1,1.

-- 
Cheers,

Gabor


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 18:02:19 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AFD2716A4A7
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 18:02:19 +0000 (UTC)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: from web83103.mail.mud.yahoo.com (web83103.mail.mud.yahoo.com
	[216.252.101.32])
	by mx1.FreeBSD.org (Postfix) with SMTP id D399243D68
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 18:01:23 +0000 (GMT)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: (qmail 14985 invoked by uid 60001); 5 Oct 2006 18:01:23 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=DtSCLnoK7SRvz23Se4wiVYuoW5Ia7yL+g15/n1K3Z7ff5BZz01xpTadXU+NA3oQ/VOhMUIykKs4OclzSNHbUaP/Da+neIhoBHaw7pHsLXbr7QH4DupX/1j3YhHm0FtGNrUnbux7d2P24M7RYDKK16NQtmXoFkei4gQTlHpBNH70=
	; 
Message-ID: <20061005180123.14983.qmail@web83103.mail.mud.yahoo.com>
Received: from [63.240.228.37] by web83103.mail.mud.yahoo.com via HTTP;
	Thu, 05 Oct 2006 11:01:23 PDT
Date: Thu, 5 Oct 2006 11:01:23 -0700 (PDT)
From: backyard <backyard1454-bsd@yahoo.com>
To: Free BSD Questions list <freebsd-questions@freebsd.org>
In-Reply-To: <4249.209.134.164.20.1160066199.squirrel@www.stelesys.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Subject: Re: Member of group wheel, but still can't shutdown system?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: backyard1454-bsd@yahoo.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 18:02:19 -0000



--- Jerry Bell <jbell@stelesys.com> wrote:

> You need to be in the wheel group to be able to SU
> to root, but that won't
> give you permission to run shutdown.  Only root can
> do that, I believe.
> 

or members of group operator. having to be root or
su/sudoing is only an affliction of linux. only root
can run reboot however, but the is generally frounded
upon; running shutdown -r ensures a clean reboot. as a
security side note the members of operator also get
raw access to drives and tapes so they can run dumps
of the system...

-brian

> > Hi All,
> >
> > I've just installed FreeBSD 6.1 and listed myself
> as a member of the wheel
> > group during the add users portion of the
> installation.  For some reason I
> > have not put a finger on yet I cannot shutdown the
> system "do not have
> > permission" to effect the command.  Went back as
> root on a later session
> > and
> > re-entered my name in /etc/group to the wheel
> account to no avail, anybody
> > got an idea as to where I need to look?
> >
> > Thanks,
> > Tommy2
> 
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"
> 


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 18:29:52 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C9EF116A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 18:29:52 +0000 (UTC)
	(envelope-from plathrop@squaretrade.com)
Received: from mail.squaretrade.com (backup-mx.squaretrade.com [64.56.206.78])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7E34143D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 18:29:52 +0000 (GMT)
	(envelope-from plathrop@squaretrade.com)
Received: from localhost (unknown [127.0.0.1])
	by mail.squaretrade.com (Postfix) with ESMTP id E147427A4C5C;
	Thu,  5 Oct 2006 11:29:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at squaretrade.com
Received: from mail.squaretrade.com ([127.0.0.1])
	by localhost (knockout.prod.squaretrade.com [127.0.0.1]) (amavisd-new,
	port 10024)
	with LMTP id BdRZNVf7aMjx; Thu,  5 Oct 2006 11:29:50 -0700 (PDT)
Received: from [192.168.219.1] (unknown [192.168.219.1])
	by mail.squaretrade.com (Postfix) with ESMTP id 95C1A27A4C5D;
	Thu,  5 Oct 2006 11:29:50 -0700 (PDT)
Message-ID: <45254F1D.5000106@squaretrade.com>
Date: Thu, 05 Oct 2006 11:29:49 -0700
From: Paul Lathrop <plathrop@squaretrade.com>
User-Agent: Thunderbird 1.5.0.7 (X11/20060922)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
X-Enigmail-Version: 0.94.1.1
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="------------enig24212CED18A75FC28687DA46"
Subject: PAE tuning
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 18:29:52 -0000

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig24212CED18A75FC28687DA46
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi all,

I just built a new Intel Xeon FreeBSD 6.1 server with 14Gb of RAM. I
started digging into PAE so that we could actually make use of the high
memory in this box, and I've run into a rather vexing issue. The
handbook says:

"Some system tunables determine memory resource usage by the amount of
available physical memory. Such tunables can unnecessarily over-allocate
due to the large memory nature of a PAE system. One such example is the
kern.maxvnodes sysctl, which controls the maximum number of vnodes
allowed in the kernel. It is advised to adjust this and other such
tunables to a reasonable value."

That's really good to know. Unfortunately, nobody seems to have written
down WHICH tunables need to be adjusted besides the one mentioned above,
nor is there any information on what "reasonable value" means!

Can anyone point me at a resource for more information on this?

Regards,
Paul Lathrop


--------------enig24212CED18A75FC28687DA46
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFJU8eX6ecHn3cW4kRAqSaAKCbEHF6l7WDXXDjJFxJbmhgpRYjTwCfZGfK
a5StiBAsfT19YjQk6V1jOlc=
=l1XV
-----END PGP SIGNATURE-----

--------------enig24212CED18A75FC28687DA46--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 18:47:19 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6CBD316A5C3
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 18:47:19 +0000 (UTC)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: from web83106.mail.mud.yahoo.com (web83106.mail.mud.yahoo.com
	[216.252.101.35])
	by mx1.FreeBSD.org (Postfix) with SMTP id DAADC43D4C
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 18:47:16 +0000 (GMT)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: (qmail 44812 invoked by uid 60001); 5 Oct 2006 18:47:16 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=d8geDAF4wQPazkTqNrxpRUh29xkhTiQNJ5DEIKJYOoltsR8ZshPIs0qg/i7hxHPAKi8v7EyFi7CNOqiEpsuGR8N6X0Jng5V20TUbpE/juIgpd+hp1DAzshVhtVwy1g9P3zukYZmLVJKhNMUuqp0tnTQ3xDcE4H0fbIHYKxP7lnY=
	; 
Message-ID: <20061005184716.44810.qmail@web83106.mail.mud.yahoo.com>
Received: from [63.240.228.37] by web83106.mail.mud.yahoo.com via HTTP;
	Thu, 05 Oct 2006 11:47:16 PDT
Date: Thu, 5 Oct 2006 11:47:16 -0700 (PDT)
From: backyard <backyard1454-bsd@yahoo.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <755cb9fc0610051128n431d7454ta8598c8632158865@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Subject: Re: Can't get direct rendering with i915
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: backyard1454-bsd@yahoo.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 18:47:19 -0000



--- Alexandre Vieira <nullpt@gmail.com> wrote:

> On 10/5/06, backyard <backyard1454-bsd@yahoo.com>
> wrote:
> >
> >
> >
> > --- Alexandre Vieira <nullpt@gmail.com> wrote:
> >
> > > Hello folks,
> > >
> > > I'm setting up my laptop (Acer 1644WLMi) and I
> > > noticed some days ago that I
> > > don't have direct rendering with i915+drm.
> > >
> > > Any one knows if it is supposed to be like this?
> > >
> >
> > the i915 drm module is still new to Release 6 of
> > freebsd. I believe it is still in beta and not
> very
> > functional. I am in the same boat as yourself with
> the
> > i845 chip. I know with linux I could get a full
> screen
> > console but I still have yet yo get vidcontrol to
> > change the screen size for me.
> >
> > I believe the linux driver is being used as a
> basis
> > for the freebsd one, but it hasn't fully been
> reverse
> > engineered yet. Unless your doing OpenGL specific
> apps
> > like CAD or games X will still run fine. If your
> doing
> > KDE you might want to turn off all the animated
> and
> > transparency junk.
> >
> >
> > -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"
> >
> 
> Hello,
> 
> I don't know about your problem but I installed
> graphics/dri and everything
> works pretty fine now.
> 
> Regards
> 

DRI fails to find /dev/agpgart is my problem. The
driver doesn't seem to create the proper devices for
DRI to even utilize. That seems to be my problem
anyway. I haven't done much OpenGL with it anyway, and
with only 8megs of VRAM max I don't plan on doing
anything serious.

-brian



From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 18:59:30 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6B74416A47B
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 18:59:30 +0000 (UTC) (envelope-from cswiger@mac.com)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.183])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8E4BB43D5F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 18:59:29 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from mac.com (smtpin07-en2 [10.13.10.152])
	by smtpout.mac.com (Xserve/8.12.11/smtpout13/MantshX 4.0) with ESMTP id
	k95IxT7a017667; Thu, 5 Oct 2006 11:59:29 -0700 (PDT)
Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k95IxLib000809; 
	Thu, 5 Oct 2006 11:59:27 -0700 (PDT)
In-Reply-To: <45254F1D.5000106@squaretrade.com>
References: <45254F1D.5000106@squaretrade.com>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <CC3AFB13-8FD9-44AB-A4FB-01F898B491C0@mac.com>
Content-Transfer-Encoding: 7bit
From: Chuck Swiger <cswiger@mac.com>
Date: Thu, 5 Oct 2006 11:59:20 -0700
To: Paul Lathrop <plathrop@squaretrade.com>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
Cc: freebsd-questions@freebsd.org
Subject: Re: PAE tuning
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 18:59:30 -0000

On Oct 5, 2006, at 11:29 AM, Paul Lathrop wrote:
> That's really good to know. Unfortunately, nobody seems to have  
> written
> down WHICH tunables need to be adjusted besides the one mentioned  
> above,
> nor is there any information on what "reasonable value" means!
>
> Can anyone point me at a resource for more information on this?

You're supposed to tune the appropriate values considering the  
workload the machine is going to handle.  "man tuning" has some  
additional information, but without describing what kind of tasks you  
plan to do with this machine with 14GB of RAM, nobody is going to be  
able to provide you with really specific advice...

-- 
-Chuck


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 19:14:10 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4B77016A417
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:14:10 +0000 (UTC)
	(envelope-from plathrop@squaretrade.com)
Received: from mail.squaretrade.com (backup-mx.squaretrade.com [64.56.206.78])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1557943D70
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:14:01 +0000 (GMT)
	(envelope-from plathrop@squaretrade.com)
Received: from localhost (unknown [127.0.0.1])
	by mail.squaretrade.com (Postfix) with ESMTP id DAB7227A4C57;
	Thu,  5 Oct 2006 12:14:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at squaretrade.com
Received: from mail.squaretrade.com ([127.0.0.1])
	by localhost (knockout.prod.squaretrade.com [127.0.0.1]) (amavisd-new,
	port 10024)
	with LMTP id IeHjeC06lhis; Thu,  5 Oct 2006 12:13:59 -0700 (PDT)
Received: from [192.168.219.1] (unknown [192.168.219.1])
	by mail.squaretrade.com (Postfix) with ESMTP id 6C1F227A4C5C;
	Thu,  5 Oct 2006 12:13:59 -0700 (PDT)
Message-ID: <45255976.10903@squaretrade.com>
Date: Thu, 05 Oct 2006 12:13:58 -0700
From: Paul Lathrop <plathrop@squaretrade.com>
User-Agent: Thunderbird 1.5.0.7 (X11/20060922)
MIME-Version: 1.0
To: Chuck Swiger <cswiger@mac.com>
References: <45254F1D.5000106@squaretrade.com>
	<CC3AFB13-8FD9-44AB-A4FB-01F898B491C0@mac.com>
In-Reply-To: <CC3AFB13-8FD9-44AB-A4FB-01F898B491C0@mac.com>
X-Enigmail-Version: 0.94.1.1
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="------------enig879111BB6FD378E46791D6AE"
Cc: freebsd-questions@freebsd.org
Subject: Re: PAE tuning
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 19:14:10 -0000

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig879111BB6FD378E46791D6AE
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Chuck Swiger wrote:
> On Oct 5, 2006, at 11:29 AM, Paul Lathrop wrote:
>> That's really good to know. Unfortunately, nobody seems to have writte=
n
>> down WHICH tunables need to be adjusted besides the one mentioned abov=
e,
>> nor is there any information on what "reasonable value" means!
>>
>> Can anyone point me at a resource for more information on this?
>=20
> You're supposed to tune the appropriate values considering the workload=

> the machine is going to handle.  "man tuning" has some additional
> information, but without describing what kind of tasks you plan to do
> with this machine with 14GB of RAM, nobody is going to be able to
> provide you with really specific advice...

Good point. :-)

I intend to deploy this system as a database server running Postgresql
8.1. The database is huge (30-40Gb) and can easily grow (it has gone as
high as 100Gb). I expect as many as 1000 concurrent database connections
now, and a potential need for scaling this up later.

I'm aware of the SystemV memory tuning issues related to running
Postgres on FreeBSD and I'll address those as soon as I can get the
system to see the RAM.

I tried just installing the stock PAE kernel, but the system still
doesn't even acknowledge the RAM above 4Gb. Is this because I have not
yet performed the tuning?

Thanks for your help!

--Paul


--------------enig879111BB6FD378E46791D6AE
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFJVl3X6ecHn3cW4kRAmt2AJ95RELX59jhyeHu669fDfDHA77BVgCfUJ1l
Pu6dk6AXVsEKdJhD4J/3LAI=
=9T3Q
-----END PGP SIGNATURE-----

--------------enig879111BB6FD378E46791D6AE--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 19:26:08 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DA44D16A47E
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:26:08 +0000 (UTC) (envelope-from cswiger@mac.com)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.177])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B3E4043D77
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:26:04 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from mac.com (smtpin07-en2 [10.13.10.152])
	by smtpout.mac.com (Xserve/8.12.11/smtpout07/MantshX 4.0) with ESMTP id
	k95JQ4ZE021127; Thu, 5 Oct 2006 12:26:04 -0700 (PDT)
Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k95JQ1s9014572; 
	Thu, 5 Oct 2006 12:26:03 -0700 (PDT)
In-Reply-To: <45255976.10903@squaretrade.com>
References: <45254F1D.5000106@squaretrade.com>
	<CC3AFB13-8FD9-44AB-A4FB-01F898B491C0@mac.com>
	<45255976.10903@squaretrade.com>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <219E170E-5622-4085-90EF-3E2784EFE0AB@mac.com>
Content-Transfer-Encoding: 7bit
From: Chuck Swiger <cswiger@mac.com>
Date: Thu, 5 Oct 2006 12:26:00 -0700
To: Paul Lathrop <plathrop@squaretrade.com>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
Cc: freebsd-questions@freebsd.org
Subject: Re: PAE tuning
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 19:26:08 -0000

On Oct 5, 2006, at 12:13 PM, Paul Lathrop wrote:
>> You're supposed to tune the appropriate values considering the  
>> workload
>> the machine is going to handle.  "man tuning" has some additional
>> information, but without describing what kind of tasks you plan to do
>> with this machine with 14GB of RAM, nobody is going to be able to
>> provide you with really specific advice...
>
> Good point. :-)
>
> I intend to deploy this system as a database server running Postgresql
> 8.1. The database is huge (30-40Gb) and can easily grow (it has  
> gone as
> high as 100Gb). I expect as many as 1000 concurrent database  
> connections
> now, and a potential need for scaling this up later.

You should tune the network stack settings towards LAN use (shorter  
timeouts, larger send & receive buffers); you should probably tune  
down the # of vnodes, adjust SysV shared memory as Postgres recommends:

> I'm aware of the SystemV memory tuning issues related to running
> Postgres on FreeBSD and I'll address those as soon as I can get the
> system to see the RAM.
>
> I tried just installing the stock PAE kernel, but the system still
> doesn't even acknowledge the RAM above 4Gb. Is this because I have not
> yet performed the tuning?

Update your BIOS and then check the settings; there may be an option  
explicitly for PAE, or you might find that tweaking something like  
"PCI memory reservation", "4GB memory hole", or "MTRR mapping"  
between the options will help make the extra memory appear.

-- 
-Chuck


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 19:31:52 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8207116A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:31:52 +0000 (UTC) (envelope-from cswiger@mac.com)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E655443D78
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:31:49 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from mac.com (smtpin07-en2 [10.13.10.152])
	by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id
	k95JVmvm014382; Thu, 5 Oct 2006 12:31:49 -0700 (PDT)
Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k95JVkhQ017269; 
	Thu, 5 Oct 2006 12:31:47 -0700 (PDT)
In-Reply-To: <45255976.10903@squaretrade.com>
References: <45254F1D.5000106@squaretrade.com>
	<CC3AFB13-8FD9-44AB-A4FB-01F898B491C0@mac.com>
	<45255976.10903@squaretrade.com>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <9AEC0B71-516A-444F-B9A3-927CC37EBF07@mac.com>
Content-Transfer-Encoding: 7bit
From: Chuck Swiger <cswiger@mac.com>
Date: Thu, 5 Oct 2006 12:31:45 -0700
To: Paul Lathrop <plathrop@squaretrade.com>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
Cc: freebsd-questions@freebsd.org
Subject: Re: PAE tuning
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 19:31:52 -0000

On Oct 5, 2006, at 12:13 PM, Paul Lathrop wrote:
> I intend to deploy this system as a database server running Postgresql
> 8.1. The database is huge (30-40Gb) and can easily grow (it has  
> gone as
> high as 100Gb).

Oh, yes, one more thought-- your specific application, i.e. a large  
database, is one where running in 64-bit mode is highly likely to  
result in improved performance compared with running the OS in 32-bit  
mode.  If you've got a AMD64 or EM64T capable CPU, consider  
installing the 64-bit version of FreeBSD instead of the normal 32-bit  
x86 version.

-- 
-Chuck





From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 19:34:55 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C64FD16A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:34:55 +0000 (UTC)
	(envelope-from rcc@speedy.net.pe)
Received: from kheops.speedy.net.pe (kheops.speedy.net.pe [200.48.172.40])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BB6B943D92
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:34:53 +0000 (GMT)
	(envelope-from rcc@speedy.net.pe)
Received: from localhost (unknown [127.0.0.1])
	by kheops.speedy.net.pe (Postfix) with ESMTP id 27B392618F;
	Thu,  5 Oct 2006 14:34:20 -0500 (PET)
Received: from kheops.speedy.net.pe ([127.0.0.1])
	by localhost (kheops.speedy.net.pe [127.0.0.1]) (amavisd-new,
	port 10024)
	with ESMTP id 45702-13; Thu,  5 Oct 2006 14:34:17 -0500 (PET)
Received: from kheops.speedy.net.pe (kheops.speedy.net.pe [200.48.172.40])
	by kheops.speedy.net.pe (Postfix) with ESMTP id C90DA2618E;
	Thu,  5 Oct 2006 14:34:17 -0500 (PET)
Date: Thu, 5 Oct 2006 14:34:17 -0500 (PET)
From: Richard Cotrina <rcc@speedy.net.pe>
To: Paul Lathrop <plathrop@squaretrade.com>
In-Reply-To: <45255976.10903@squaretrade.com>
Message-ID: <20061005142322.W45666@kheops.speedy.net.pe>
References: <45254F1D.5000106@squaretrade.com>
	<CC3AFB13-8FD9-44AB-A4FB-01F898B491C0@mac.com>
	<45255976.10903@squaretrade.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Virus-Scanned: amavisd-new at speedy.net.pe
Cc: freebsd-questions@freebsd.org
Subject: Re: PAE tuning
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 19:34:55 -0000


Have you thought in using 6.1/amd64 instead of 6.1/i386 + PAE ? Your Xeon
processor is supported under the amd64 port, using EM64T for addressing
more than 4GB.

I had some stability troubles in the past running mysql server with PAE
enabled, for a 6GB RAM server.

Regards

On Thu, 5 Oct 2006, Paul Lathrop wrote:

> Chuck Swiger wrote:
> > On Oct 5, 2006, at 11:29 AM, Paul Lathrop wrote:
> >> That's really good to know. Unfortunately, nobody seems to have written
> >> down WHICH tunables need to be adjusted besides the one mentioned above,
> >> nor is there any information on what "reasonable value" means!
> >>
> >> Can anyone point me at a resource for more information on this?
> >
> > You're supposed to tune the appropriate values considering the workload
> > the machine is going to handle.  "man tuning" has some additional
> > information, but without describing what kind of tasks you plan to do
> > with this machine with 14GB of RAM, nobody is going to be able to
> > provide you with really specific advice...
>
> Good point. :-)
>
> I intend to deploy this system as a database server running Postgresql
> 8.1. The database is huge (30-40Gb) and can easily grow (it has gone as
> high as 100Gb). I expect as many as 1000 concurrent database connections
> now, and a potential need for scaling this up later.
>
> I'm aware of the SystemV memory tuning issues related to running
> Postgres on FreeBSD and I'll address those as soon as I can get the
> system to see the RAM.
>
> I tried just installing the stock PAE kernel, but the system still
> doesn't even acknowledge the RAM above 4Gb. Is this because I have not
> yet performed the tuning?
>
> Thanks for your help!
>
> --Paul
>
>

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 19:34:55 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CA2BA16A417
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:34:55 +0000 (UTC)
	(envelope-from plathrop@squaretrade.com)
Received: from mail.squaretrade.com (backup-mx.squaretrade.com [64.56.206.78])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 63ACC43D82
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:34:53 +0000 (GMT)
	(envelope-from plathrop@squaretrade.com)
Received: from localhost (unknown [127.0.0.1])
	by mail.squaretrade.com (Postfix) with ESMTP id 18A2D27A4C57;
	Thu,  5 Oct 2006 12:34:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at squaretrade.com
Received: from mail.squaretrade.com ([127.0.0.1])
	by localhost (knockout.prod.squaretrade.com [127.0.0.1]) (amavisd-new,
	port 10024)
	with LMTP id rlpEZ-Ke6itz; Thu,  5 Oct 2006 12:34:48 -0700 (PDT)
Received: from [192.168.219.1] (unknown [192.168.219.1])
	by mail.squaretrade.com (Postfix) with ESMTP id 1ABD127A4C2B;
	Thu,  5 Oct 2006 12:34:48 -0700 (PDT)
Message-ID: <45255E55.9020403@squaretrade.com>
Date: Thu, 05 Oct 2006 12:34:45 -0700
From: Paul Lathrop <plathrop@squaretrade.com>
User-Agent: Thunderbird 1.5.0.7 (X11/20060922)
MIME-Version: 1.0
To: Chuck Swiger <cswiger@mac.com>
References: <45254F1D.5000106@squaretrade.com>
	<CC3AFB13-8FD9-44AB-A4FB-01F898B491C0@mac.com>
	<45255976.10903@squaretrade.com>
	<219E170E-5622-4085-90EF-3E2784EFE0AB@mac.com>
In-Reply-To: <219E170E-5622-4085-90EF-3E2784EFE0AB@mac.com>
X-Enigmail-Version: 0.94.1.1
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="------------enig37655C4725E4708CCB5B7939"
Cc: freebsd-questions@freebsd.org
Subject: Re: PAE tuning
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 19:34:56 -0000

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig37655C4725E4708CCB5B7939
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Chuck Swiger wrote:
> On Oct 5, 2006, at 12:13 PM, Paul Lathrop wrote:
> You should tune the network stack settings towards LAN use (shorter
> timeouts, larger send & receive buffers); you should probably tune down=

> the # of vnodes, adjust SysV shared memory as Postgres recommends:
> Update your BIOS and then check the settings; there may be an option
> explicitly for PAE, or you might find that tweaking something like "PCI=

> memory reservation", "4GB memory hole", or "MTRR mapping" between the
> options will help make the extra memory appear.

Chuck,

Many thanks for your advice. Is this information gleaned from experience
or is there an information resource out there that I might utilize in
the future when I deploy other applications?

Regards,
Paul Lathrop


--------------enig37655C4725E4708CCB5B7939
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFJV5XX6ecHn3cW4kRApN4AJwM3DM2KEKwu6HmvRTx6RG4VmR6zwCfWWPP
64tHQ1ybzLLeM5yltjAY7GE=
=f7nN
-----END PGP SIGNATURE-----

--------------enig37655C4725E4708CCB5B7939--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 19:34:58 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DDE6E16A407
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:34:58 +0000 (UTC)
	(envelope-from pgiessel@mac.com)
Received: from achilles.leela.ws (achilles.leela.ws [66.207.162.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7B77543D77
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:34:57 +0000 (GMT)
	(envelope-from pgiessel@mac.com)
Received: from [192.168.0.193] ([158.145.111.132]) (authenticated bits=0)
	by achilles.leela.ws (8.13.6/8.13.6) with ESMTP id k95JYtGk027495
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Thu, 5 Oct 2006 11:34:56 -0800 (AKDT)
	(envelope-from pgiessel@mac.com)
Message-ID: <45255E5A.2090603@mac.com>
Date: Thu, 05 Oct 2006 11:34:50 -0800
From: "Peter A. Giessel" <pgiessel@mac.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Paul Lathrop <plathrop@squaretrade.com>
References: <45254F1D.5000106@squaretrade.com>
In-Reply-To: <45254F1D.5000106@squaretrade.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: PAE tuning
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 19:34:58 -0000

On 2006/10/05 10:29, Paul Lathrop seems to have typed:
> I just built a new Intel Xeon FreeBSD 6.1 server with 14Gb of RAM. I
> started digging into PAE so that we could actually make use of the high
> memory in this box

The other thing you might consider is that if that Xeon system is 64bit
(and if its a new system, its likely the Woodcrest Xeon which are 64bit),
you could use the AMD64 version and make use of the memory in that way.

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 19:39:30 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4337B16A40F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:39:30 +0000 (UTC)
	(envelope-from pauls@utdallas.edu)
Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B510343D94
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:39:21 +0000 (GMT)
	(envelope-from pauls@utdallas.edu)
Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28])
	by smtp1.utdallas.edu (Postfix) with ESMTP id E38C8388C2E
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 14:39:20 -0500 (CDT)
Date: Thu, 05 Oct 2006 14:36:03 -0500
From: Paul Schmehl <pauls@utdallas.edu>
To: FreeBSD Questions <freebsd-questions@freebsd.org>
Message-ID: <D6F6B2276E4C5AE49B0EFC48@utd59514.utdallas.edu>
X-Mailer: Mulberry/4.0.6 (Linux/x86)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=sha1;
	protocol="application/pkcs7-signature";
	boundary="==========462BA798F5DD64E7D422=========="
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Strange X problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 19:39:30 -0000

--==========462BA798F5DD64E7D422==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I just got done setting up 6.1 RELEASE on my laptop.  Cvsup'd all the=20
ports, updated xorg, etc. and installed kde.  For some odd reason, I can't=20
get X to start up from boot.

On my workstation, I have this in /etc/ttys:
ttyv8   "/usr/local/bin/kdm -nodaemon"  xterm   on secure

When I installed kde on the laptop, it edited /etc/ttys and added the=20
*exact* same information.  Yet, X will not start unless I login as root and =

type kdm at the commandline.

What did I miss?

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

--==========462BA798F5DD64E7D422==========--


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 17:57:21 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 0A4D216A403
	for <questions@FreeBSD.org>; Thu,  5 Oct 2006 17:57:21 +0000 (UTC)
	(envelope-from r_alberto@hotmail.com)
Received: from bay0-omc1-s19.bay0.hotmail.com (bay0-omc1-s19.bay0.hotmail.com
	[65.54.246.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 796FD43D67
	for <questions@FreeBSD.org>; Thu,  5 Oct 2006 17:57:02 +0000 (GMT)
	(envelope-from r_alberto@hotmail.com)
Received: from hotmail.com ([64.4.38.81]) by bay0-omc1-s19.bay0.hotmail.com
	with Microsoft SMTPSVC(6.0.3790.1830); 
	Thu, 5 Oct 2006 10:57:03 -0700
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	Thu, 5 Oct 2006 10:56:54 -0700
Message-ID: <BAY116-DAV92EA91C3134ABE54B88F881120@phx.gbl>
Received: from 148.245.120.61 by BAY116-DAV9.phx.gbl with DAV;
	Thu, 05 Oct 2006 17:56:50 +0000
X-Originating-IP: [148.245.120.61]
X-Originating-Email: [r_alberto@hotmail.com]
X-Sender: r_alberto@hotmail.com
From: =?us-ascii?Q?Carlos_Ramirez?= <r_alberto@hotmail.com>
To: <questions@FreeBSD.org>
Date: Thu, 5 Oct 2006 12:59:03 -0500
Message-ID: <001401c6e8a7$f17dbe10$4e108340@cyamoda.com>
MIME-Version: 1.0
X-Priority: 1 (Highest)
X-MSMail-Priority: High
X-Mailer: Microsoft Office Outlook 11
Importance: High
Sensitivity: Private
Thread-Index: Acbop/FJc94Q60WQTCqIs6zoX43G8g==
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
X-OriginalArrivalTime: 05 Oct 2006 17:56:54.0922 (UTC)
	FILETIME=[A4D4A6A0:01C6E8A7]
X-Mailman-Approved-At: Thu, 05 Oct 2006 19:52:26 +0000
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: unattended installation
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 17:57:21 -0000

Hi, how I do an unattended installation?

 

I  want to create an installation CD of a FreeBSD and run some scripts
automatically after..

 

Some ideas?

 

REGARDS

 

 

 


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 19:59:14 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DCEF116A589
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:59:14 +0000 (UTC) (envelope-from cswiger@mac.com)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.185])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 958C743D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 19:59:14 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from mac.com (smtpin07-en2 [10.13.10.152])
	by smtpout.mac.com (Xserve/8.12.11/smtpout15/MantshX 4.0) with ESMTP id
	k95JxDV0018641; Thu, 5 Oct 2006 12:59:14 -0700 (PDT)
Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k95Jx86R000234; 
	Thu, 5 Oct 2006 12:59:12 -0700 (PDT)
In-Reply-To: <45255E55.9020403@squaretrade.com>
References: <45254F1D.5000106@squaretrade.com>
	<CC3AFB13-8FD9-44AB-A4FB-01F898B491C0@mac.com>
	<45255976.10903@squaretrade.com>
	<219E170E-5622-4085-90EF-3E2784EFE0AB@mac.com>
	<45255E55.9020403@squaretrade.com>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <2F452A27-E526-457D-B17A-979B64B85E42@mac.com>
Content-Transfer-Encoding: 7bit
From: Chuck Swiger <cswiger@mac.com>
Date: Thu, 5 Oct 2006 12:59:07 -0700
To: Paul Lathrop <plathrop@squaretrade.com>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
Cc: freebsd-questions@freebsd.org
Subject: Re: PAE tuning
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 19:59:14 -0000

On Oct 5, 2006, at 12:34 PM, Paul Lathrop wrote:
> Many thanks for your advice.

Well, you are most welcome.

> Is this information gleaned from experience
> or is there an information resource out there that I might utilize in
> the future when I deploy other applications?

Yes, this information is gleaned from experience (why, yes, I have  
installed 12GB of RAM into an 8-CPU Sun E4500 myself :-), but also,  
yes, there are some good resources available.

O'Reilly publishes a book called "System Performance Tuning", ISBN:  
059600284X which is a decent read, although it is somewhat oriented  
towards classic Solaris, AIX, & other SysV-derived Unices more than  
BSD or Linux.

Some of the online websites like Anandtech & Tom's Hardware used to  
have some excellent discussions of BIOS settings, memory  
configuration and timing, etc, although nowadays those sites are  
putting so many ads and intrusive Javascript/Flash-based annoyances  
in the way that their useful content is much harder to find or read  
than it used to be.  (I've stopped going to both sites a few years  
ago, when the proportion of content to ads dropped below my  
acceptable signal-to-noise ratio...)

-- 
-Chuck


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 20:00:42 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C0A3016A49E
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 20:00:42 +0000 (UTC)
	(envelope-from bounces@nabble.com)
Received: from talk.nabble.com (www.nabble.com [72.21.53.35])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F115E43D62
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 20:00:23 +0000 (GMT)
	(envelope-from bounces@nabble.com)
Received: from [72.21.53.38] (helo=jubjub.nabble.com)
	by talk.nabble.com with esmtp (Exim 4.50) id 1GVZOJ-0007mX-Iq
	for freebsd-questions@freebsd.org; Thu, 05 Oct 2006 13:00:23 -0700
Message-ID: <6667307.post@talk.nabble.com>
Date: Thu, 5 Oct 2006 13:00:23 -0700 (PDT)
From: cifra747 <andre@asgard.nl>
To: freebsd-questions@freebsd.org
In-Reply-To: <20060313181557.38671.qmail@web60025.mail.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Nabble-From: andre@asgard.nl
References: <20060313181557.38671.qmail@web60025.mail.yahoo.com>
Subject: Re: no serial port: "configured irq 3 not in bitmap of probed irqs"
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 20:00:42 -0000


Dear Peter,

I had the same problem. COM1 is not connected on the mainboard only the COM2
so you have to use the 2F8 and IRQ3 in BIOS settings.

The you have to see:

sio0: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 flags 0x10 on
acpi0
sio0: type 16550A 

If you "...not in bitmap of probed irqs..." it will NOT work.

Best regards,
Andre van Amerongen





Peter Matulis wrote:
> 
> I cannot get FreeBSD 6.0 to recognize my serial port.  I am using the
> ASUS K8V-X SE motherboard[1].  It only has serial port but dmesg
> suggests there are two:
> 
> sio0: configured irq 4 not in bitmap of probed irqs 0
> sio0: port may not be enabled
> sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on
> acpi0
> sio0: type 16550A
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> 
> 
> 
> In the end I have no port:
> 
> $ ls -lh /dev/cua*
> crw-rw----  1 uucp  dialer    0,  42 Mar 13 03:59 /dev/cuad0
> crw-rw----  1 uucp  dialer    0,  43 Mar 13 03:59 /dev/cuad0.init
> crw-rw----  1 uucp  dialer    0,  44 Mar 13 03:59 /dev/cuad0.lock
> 
> I have searched around and found similar problems but no solution is
> apparent.  Any suggestions?
> 
> [1]
> http://www.asus.com/products4.aspx?modelmenu=2&model=790&l1=3&l2=14&l3=0
> 
> __________________________________________________
> 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"
> 
> 

-- 
View this message in context: http://www.nabble.com/no-serial-port%3A-%22configured-irq-3-not-in-bitmap-of-probed-irqs%22-tf1273981.html#a6667307
Sent from the freebsd-questions mailing list archive at Nabble.com.


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 20:37:19 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AA97D16A51B
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 20:37:19 +0000 (UTC)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk
	[81.187.76.162])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0658443DAA
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 20:37:00 +0000 (GMT)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from [IPv6:::1] (localhost [IPv6:::1])
	by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id
	k95KaPP2051024; Thu, 5 Oct 2006 21:36:26 +0100 (BST)
	(envelope-from m.seaman@infracaninophile.co.uk)
Authentication-Results: smtp.infracaninophile.co.uk
	from=m.seaman@infracaninophile.co.uk; sender-id=softfail;
	spf=softfail
X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk
	k95KaPP2051024
Message-ID: <45256CC3.8020700@infracaninophile.co.uk>
Date: Thu, 05 Oct 2006 21:36:19 +0100
From: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Organization: Infracaninophile
User-Agent: Thunderbird 1.5.0.7 (X11/20060915)
MIME-Version: 1.0
To: Noah <admin2@enabled.com>
References: <4523E73E.7090104@enabled.com>	<20061004125340.R97219@bravo.pjkh.com>
	<45242214.5000107@enabled.com>
In-Reply-To: <45242214.5000107@enabled.com>
X-Enigmail-Version: 0.94.0.0
Content-Type: multipart/signed; micalg=pgp-sha256;
	protocol="application/pgp-signature";
	boundary="------------enigA8DCAA71C059F0F32EE0C3DF"
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2
	(smtp.infracaninophile.co.uk [IPv6:::1]);
	Thu, 05 Oct 2006 21:36:46 +0100 (BST)
X-Virus-Scanned: ClamAV 0.88.4/1999/Thu Oct 5 18:35:38 2006 on
	happy-idiot-talk.infracaninophile.co.uk
X-Virus-Status: Clean
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_POLICY_TESTING,
	NO_RELAYS autolearn=ham version=3.1.5
X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on 
	happy-idiot-talk.infracaninophile.co.uk
Cc: freebsd-questions@freebsd.org
Subject: Re: sshd stalling upon login
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 20:37:19 -0000

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigA8DCAA71C059F0F32EE0C3DF
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable

Noah wrote:
> Philip Hallstrom wrote:
>>> I just built some new FreeBSD servers, and I am trying to log into
>>> one of them via sshd.  I am finding that the is  a lag between the
>>> connection and receiving a prompt.  most likely this is because the
>>> IP address I am coming from does not resolve.  But I am able to log i=
nto
>>> other servers via sshd from the same host that does not have IP
>>> inverse resolution.
>>>
>>> So I copied the /etc/ssh/sshd_config and /etc/resolv.conf from the
>>> host that does not stall me to the server that was stalling.  that
>>> did not clear up the Problem.
>>>
>>> what other configuration files need to be augmented to get rid of
>>> this stall? clues please?
>>
>> In /etc/ssh/sshd_config add:
>>
>> UseDNS no
>=20
> I put that in there and that did not work.  there is still a stall.  an=
y
> other clues?

/etc/hosts

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       7 Priory Courtyard
                                                      Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW


--------------enigA8DCAA71C059F0F32EE0C3DF
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFJWzJ8Mjk52CukIwRCMMdAJ9GPMQKG4cHcFLQDStSUIyUzVeCqgCdFNGQ
KWgMGGeaq08Mk7fR/xs+TTo=
=0UYv
-----END PGP SIGNATURE-----

--------------enigA8DCAA71C059F0F32EE0C3DF--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 20:43:14 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 02D5616A416
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 20:43:14 +0000 (UTC)
	(envelope-from admin2@enabled.com)
Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A596443D8A
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 20:42:54 +0000 (GMT)
	(envelope-from admin2@enabled.com)
Received: from [172.24.241.10] (natint3.juniper.net [66.129.224.36])
	(authenticated bits=0)
	by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k95Kgrct037101
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Thu, 5 Oct 2006 13:42:54 -0700 (PDT)
	(envelope-from admin2@enabled.com)
Message-ID: <45256E45.7030302@enabled.com>
Date: Thu, 05 Oct 2006 13:42:45 -0700
From: Noah <admin2@enabled.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: girishvenkatachalam@gmail.com
References: <4523E73E.7090104@enabled.com>	<20061004125340.R97219@bravo.pjkh.com>	<45242214.5000107@enabled.com>
	<45242360.3070505@xxiii.com>	<45242832.8070807@enabled.com>
	<20061005054530.GA829@lakshmi.susmita.org>
In-Reply-To: <20061005054530.GA829@lakshmi.susmita.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: Wayne <wc_fbsd@xxiii.com>, freebsd-questions@freebsd.org
Subject: Re: sshd stalling upon login [solved]
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 20:43:14 -0000

Girish Venkatachalam wrote:
> On Wed, Oct 04, 2006 at 02:31:30PM -0700, Noah wrote:
>   
>>
>>     
> Try this. It might help.
>
> #cd /usr/ports/security/openssl
> #make deinstall
> #make reinstall
>
> Restart sshd and test.
>
> Best,
> Girish
>   

Girish,

you are the winner!!!   that worked!  please claim your prize!

cheers,

Noah




From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 21:04:34 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8871116A412
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 21:04:34 +0000 (UTC) (envelope-from admin@hdk5.com)
Received: from mail.alohahosting.net (mail.alohahosting.net [64.75.245.6])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9EBAC43D5F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 21:04:33 +0000 (GMT) (envelope-from admin@hdk5.com)
Received: from [192.168.1.35] by alohahosting.net (MDaemon.PRO.v8.0.2.R)
	with ESMTP id md50000293978.msg
	for <freebsd-questions@freebsd.org>; Thu, 05 Oct 2006 11:19:49 -1000
Message-ID: <4525734C.1000706@hdk5.com>
Date: Thu, 05 Oct 2006 11:04:12 -1000
From: "admin@hdk5.com" <admin@hdk5.com>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050108
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: freebsd-questions@freebsd.org, "admin@hdk5.net" <admin@hdk5.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Authenticated-Sender: admin@hdk5.com
X-Spam-Processed: mail.alohahosting.net, Thu, 05 Oct 2006 11:19:49 -1000
	(not processed: message from valid local sender)
X-MDRemoteIP: 66.180.149.18
X-Return-Path: admin@hdk5.com
X-MDaemon-Deliver-To: freebsd-questions@freebsd.org
X-MDAV-Processed: mail.alohahosting.net, Thu, 05 Oct 2006 11:19:50 -1000
Cc: 
Subject: port 110 connection refused FreeBSD 6.2 server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: admin@hdk5.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 21:04:34 -0000

Aloha,

Installed  FreeBSD 6.2 beta, postfix and qpopper also on a mail server 
and  captured all stalled  emails into the hdkmail account I created for 
this purpose that were on another  failed server. I can read the mail by 
running mail from the command line. OK.

Remotely I can telnet into port 25 and get OK status.
Remotely I telnet into port 110  and it is refused.
Cyrus-sasl2 is on the server but the two lines that should report back 
for Authentication as per the how to  about AUTH NTML LOGIN PLAIN  
...(etc) ... are not there. I don't know whether this has to do with 
mail reading.
I would like to capture these emails off with mozilla or another reader 
remotely , but the connection to 110 qpopper is always refused from a 
remote box.

I read that there are issues with the auth in some setups, but no 
solutions offered.

Any ideas ?

  Al Plant - Honolulu, Hawaii

- Admin -- http://hawaiidakine.com -- http://hdk5.com --
-- http://internetohana.org -- http://freeBSDinfo.org --
+ Supporting open source computing - FreeBSD 6.* +


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 21:08:25 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E8BBC16A415
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 21:08:25 +0000 (UTC)
	(envelope-from derek@computinginnovations.com)
Received: from betty.computinginnovations.com
	(dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EDF9343D5F
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 21:08:20 +0000 (GMT)
	(envelope-from derek@computinginnovations.com)
Received: from p28.computinginnovations.com
	(dhcp-10-20-30-100.computinginnovations.com [10.20.30.100])
	(authenticated bits=0)
	by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id
	k95L7vj4069353; Thu, 5 Oct 2006 16:07:58 -0500 (CDT)
Message-Id: <6.0.0.22.2.20061005160651.021c2070@mail.computinginnovations.com>
X-Sender: derek@mail.computinginnovations.com
X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22
Date: Thu, 05 Oct 2006 16:07:09 -0500
To: admin@hdk5.com, freebsd-questions@freebsd.org,
	"admin@hdk5.net" <admin@hdk5.net>
From: Derek Ragona <derek@computinginnovations.com>
In-Reply-To: <4525734C.1000706@hdk5.com>
References: <4525734C.1000706@hdk5.com>
Mime-Version: 1.0
X-ComputingInnovations-MailScanner-Information: Please contact the ISP for
	more information
X-ComputingInnovations-MailScanner: Found to be clean
X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com
X-Spam-Status: No
Content-Type: text/plain; charset="us-ascii"; format=flowed
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Re: port 110 connection refused FreeBSD 6.2 server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 21:08:26 -0000

Check /etc/hosts.allow

         -Derek


At 04:04 PM 10/5/2006, admin@hdk5.com wrote:
>Aloha,
>
>Installed  FreeBSD 6.2 beta, postfix and qpopper also on a mail server 
>and  captured all stalled  emails into the hdkmail account I created for 
>this purpose that were on another  failed server. I can read the mail by 
>running mail from the command line. OK.
>
>Remotely I can telnet into port 25 and get OK status.
>Remotely I telnet into port 110  and it is refused.
>Cyrus-sasl2 is on the server but the two lines that should report back for 
>Authentication as per the how to  about AUTH NTML LOGIN PLAIN
>...(etc) ... are not there. I don't know whether this has to do with mail 
>reading.
>I would like to capture these emails off with mozilla or another reader 
>remotely , but the connection to 110 qpopper is always refused from a 
>remote box.
>
>I read that there are issues with the auth in some setups, but no 
>solutions offered.
>
>Any ideas ?
>
>  Al Plant - Honolulu, Hawaii
>
>- Admin -- http://hawaiidakine.com -- http://hdk5.com --
>-- http://internetohana.org -- http://freeBSDinfo.org --
>+ Supporting open source computing - FreeBSD 6.* +
>
>_______________________________________________
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
>--
>This message has been scanned for viruses and
>dangerous content by MailScanner, and is
>believed to be clean.
>MailScanner thanks transtec Computers for their support.
>

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 21:08:53 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 933F816A49E
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 21:08:53 +0000 (UTC)
	(envelope-from freebsd@orchid.homeunix.org)
Received: from orchid.homeunix.org (auu68.neoplus.adsl.tpnet.pl [83.27.28.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DCDF743D45
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 21:08:52 +0000 (GMT)
	(envelope-from freebsd@orchid.homeunix.org)
Received: from [192.168.1.66] (blackacidevil.orchid.homeunix.org
	[192.168.1.66]) (authenticated bits=0)
	by orchid.homeunix.org (8.13.6/8.13.6) with ESMTP id k95L8cn0001395
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Thu, 5 Oct 2006 23:08:39 +0200 (CEST)
	(envelope-from freebsd@orchid.homeunix.org)
Message-ID: <45257461.508@orchid.homeunix.org>
Date: Thu, 05 Oct 2006 23:08:49 +0200
From: Karol Kwiatkowski <freebsd@orchid.homeunix.org>
User-Agent: Thunderbird 1.5.0.7 (X11/20060915)
MIME-Version: 1.0
To: FreeBSD questions <freebsd-questions@freebsd.org>
References: <001501c6e8af$b5ef7d90$0400020a@mickey>
In-Reply-To: <001501c6e8af$b5ef7d90$0400020a@mickey>
X-Enigmail-Version: 0.94.1.0
OpenPGP: id=06E09309;
	url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc
Content-Type: multipart/signed; micalg=pgp-sha256;
	protocol="application/pgp-signature";
	boundary="------------enigB0361EE8D47346F1C7A73CC1"
X-Virus-Scanned: ClamAV version 0.88.4,
	clamav-milter version 0.88.4 on orchid.homeunix.org
X-Virus-Status: Clean
Cc: Don O'Neil <don@lizardhill.com>
Subject: Re: W3Mail/Perl Mail Module
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: freebsd@orchid.homeunix.org
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 21:08:53 -0000

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigB0361EE8D47346F1C7A73CC1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

[resending - my email bounced due to my old IP (ADSL) was listed in
spam dbl; running your own mail server is becoming less fun everyday
:( sorry for the confusion]

On 05/10/2006 20:54, Don O'Neil wrote:
> -----Original Message-----
> From: Karol Kwiatkowski [mailto:freebsd@orchid.homeunix.org]=20
> Sent: Thursday, October 05, 2006 11:05 AM
> To: Don O'Neil
> Cc: freebsd-questions@freebsd.org
> Subject: Re: W3Mail/Perl Mail Module
>=20
> On 05/10/2006 19:29, Don O'Neil wrote:
>>> Hi all...=20
>>>
>>> I know this isn't necessarily the right group to be asking, but I=20
>>> thought I'd start here....
>>>
>>> I have been using CascadeSoft's W3Mail webmail program, and up until =

>>> last night everything worked great.... We had a crash on the server, =

>>> and something obviously got corrupted....
>>>
>>> Now when I try to send a message through W3Mail I get the following e=
rror:
>>>
>>> Error: Message was not successfully sent.
>>> The SMTP server responded: Can't call method "mail" on an undefined=20
>>> value at=20
>>> /var/shc/servers/lizardhill.com/root/webmail/cgi/sendmessage.cgi line=
 179,
>>> line 4.
>>> Line 179 is-
>>> $smtp->mail($replyto);
>>>
>>> I tried replacing the Net::SMTP module from Perl, thinking that maybe=
=20
>>> it was corrupted, but still it gives the same error.
>>>
>>> Any ideas where I should look/check next?
>>=20
>> Hi Don,
>>=20
>> you're probably in a hurry, but please don't send more messages, we go=
t all
>> three of them :)
>>=20
>> If you're unsure if a message got through you can check the archives h=
ere:
>> 	http://lists.freebsd.org/pipermail/freebsd-questions/
>>=20
>> As for your problem with W3Mail - I don't know anything about that. If=
 you
>> won't get any replies here try to contact W3Mail users/developers.
>>=20
>> Regards,
>>=20
>> Karol
>>
> Karol,
>   Thanks for your reply. I was trying to send the message to different
> groups and accidentally sent it 2x to the freebsd list... I didn't real=
ize
> it went there 3x.
>=20
> My problem is that CascadeSoft seems to be out of business, and I can't=
 find
> a support group for them anywhere. Any suggestions on where to look or =
post
> a question would be appreciated.
>=20
> Don=20

Sorry, I can't help you. Maybe someone else can - cc'ing @questions.

Best luck,

Karol

--=20
Karol Kwiatkowski  <freebsd at orchid dot homeunix dot org>
OpenPGP: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc




--------------enigB0361EE8D47346F1C7A73CC1
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFJXRhezeoPAwGIYsRCJ8vAKCU2NOec0xPwSt93JM3G0aRDMv9pgCfenj9
+/vYvhCiOl6NlDNOmY9hEXM=
=7h+5
-----END PGP SIGNATURE-----

--------------enigB0361EE8D47346F1C7A73CC1--

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 22:00:18 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C84E316A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 22:00:18 +0000 (UTC)
	(envelope-from thiago.bsdes@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6EB9643D90
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 21:59:30 +0000 (GMT)
	(envelope-from thiago.bsdes@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n29so1027167nfc
	for <freebsd-questions@freebsd.org>;
	Thu, 05 Oct 2006 14:59:28 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=O0lXPVV9R7V/TbRxylnd7c0Ketl35/gCc0biUQK7muU6VSBH1spFxwEn4S/+oSYTcCuaSwkG0SgY47yjWbeCqt+FHSSJA0LgE6QSELFAtqEYqO/aNHlBVjhMSLl0zRAjjqVMdih916F7pUnwwrDrotpXW9FGmQKKACqD69nw5aU=
Received: by 10.78.185.7 with SMTP id i7mr982149huf;
	Thu, 05 Oct 2006 14:59:28 -0700 (PDT)
Received: by 10.78.196.8 with HTTP; Thu, 5 Oct 2006 14:59:28 -0700 (PDT)
Message-ID: <471361580610051459m7f7c7d3dwa982dddcb139b684@mail.gmail.com>
Date: Thu, 5 Oct 2006 18:59:28 -0300
From: "Thiago Rocha" <thiago.bsdes@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: FreeBSD and 2 ADSL links
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 22:00:18 -0000

hi!

Brazilian I and do not say English, I forgive for any error!

I have a FreeBSD Server (5.4). This server links ADSL has two, and I need to
balance the load between them, e also case one stops the other keeps the
connection.

My system is thus:
==============
rl0 ----> IP=192.168.2.254/24 / GW for machines in this net is
192.168.2.254- (this is localnet NIC)
rl1 ----> IP= 10.0.0.2/30         / GW for this net is 10.0.0.1 -  (adsl1)
sis0 --> IP= 10.0.1.2/30         / GW for fhis net is 10.0.1.1 -  (adsl2)
#########################################################################

I have two NATD process, see below:
===========================

318  ??  Ss     0:00.39 /sbin/natd -f /etc/natd.conf -p 8668 -n rl1
1815  ??  Ss     0:00.65 /sbin/natd -f /etc/natd1.conf -p 8669 -n sis0
#########################################################################

And my firewall :
============

ipfw add 10 divert 8668 all from any to 10.0.0.2 via rl1
ipfw add 11 divert 8669 all from any to 10.0.1.2 in via sis0
ipfw add 12 prob 0.5 divert 8668 all from any to any out via rl1
ipfw add 13 divert 8669 all from any to any out via rl1

ipfw add 30 fwd 10.0.0.1 all from 10.0.0.2 to any
ipfw add 30 fwd 10.0.1.1 all from 10.0.1.2 to any
#########################################################################
and my default route is: 10.0.0.1, I need to make the balancing between
these interfaces.

when I apply these rules nothing I function. I I followed a manual in the
Internet (
http://wiki.luizgustavo.pro.br/doku.php?id=artigos_freebsd:balancelinks),
but without success.

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 22:00:19 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 113AC16A47B
	for <questions@freebsd.org>; Thu,  5 Oct 2006 22:00:18 +0000 (UTC)
	(envelope-from nomadlogic@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BB89643DA9
	for <questions@freebsd.org>; Thu,  5 Oct 2006 21:59:40 +0000 (GMT)
	(envelope-from nomadlogic@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so848106pye
	for <questions@freebsd.org>; Thu, 05 Oct 2006 14:59:40 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=JLXI6l2wk+iidroVlSFsPYf0zjCKH/JtcZSJJvG8f+cBSGGLaM5rCr8JouWNiGwxFCxxgQyf4B37eL6FwuXj2WdbpB27WNeRysI1Mf4Xifk1KBP5kltRHJlctJjWzIVvy77+X6XWYPppFLm54bWoYSA4oFILDb1TNkqWhf8Qh8M=
Received: by 10.35.61.2 with SMTP id o2mr4369196pyk;
	Thu, 05 Oct 2006 14:59:39 -0700 (PDT)
Received: by 10.35.20.15 with HTTP; Thu, 5 Oct 2006 14:59:39 -0700 (PDT)
Message-ID: <57d710000610051459w5554a015t7135ed2195140c39@mail.gmail.com>
Date: Thu, 5 Oct 2006 14:59:39 -0700
From: "pete wright" <nomadlogic@gmail.com>
To: "Carlos Ramirez" <r_alberto@hotmail.com>
In-Reply-To: <BAY116-DAV92EA91C3134ABE54B88F881120@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <BAY116-DAV92EA91C3134ABE54B88F881120@phx.gbl>
Cc: questions@freebsd.org
Subject: Re: unattended installation
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 22:00:19 -0000

On 10/5/06, Carlos Ramirez <r_alberto@hotmail.com> wrote:
> Hi, how I do an unattended installation?
>
>
>
> I  want to create an installation CD of a FreeBSD and run some scripts
> automatically after..
>
>
>
> Some ideas?

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/extensibility.html

see section on scripting sysinstall.  you will most likely want to
merge this with a pxeboot environment.

-pete



-- 
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 22:25:26 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7EAE116A412
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 22:25:26 +0000 (UTC)
	(envelope-from pgiessel@mac.com)
Received: from achilles.leela.ws (achilles.leela.ws [66.207.162.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2F8FA43D6D
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 22:25:26 +0000 (GMT)
	(envelope-from pgiessel@mac.com)
Received: from [192.168.0.193] ([158.145.111.132]) (authenticated bits=0)
	by achilles.leela.ws (8.13.6/8.13.6) with ESMTP id k95MPOGW028016
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Thu, 5 Oct 2006 14:25:25 -0800 (AKDT)
	(envelope-from pgiessel@mac.com)
Message-ID: <45258650.6060707@mac.com>
Date: Thu, 05 Oct 2006 14:25:20 -0800
From: "Peter A. Giessel" <pgiessel@mac.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Thiago Rocha <thiago.bsdes@gmail.com>
References: <471361580610051459m7f7c7d3dwa982dddcb139b684@mail.gmail.com>
In-Reply-To: <471361580610051459m7f7c7d3dwa982dddcb139b684@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: FreeBSD and 2 ADSL links
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 22:25:26 -0000



On 2006/10/05 13:59, Thiago Rocha seems to have typed:
> hi!
> 
> Brazilian I and do not say English, I forgive for any error!
> 
> I have a FreeBSD Server (5.4). This server links ADSL has two, and I need to
> balance the load between them, e also case one stops the other keeps the
> connection.

I don't believe that you will be able to load balance two connections
without assistance from your ISP.  You could "split" the traffic between
two interfaces, but you can't truly "load balance".  One of the many
threads on this topic can be found here:
http://lists.freebsd.org/pipermail/freebsd-isp/2004-June/002219.html

From owner-freebsd-questions@FreeBSD.ORG  Thu Oct  5 23:07:47 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C513B16A403
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 23:07:47 +0000 (UTC)
	(envelope-from fbsd-questions@mawer.org)
Received: from mail-ihug.icp-qv1-irony4.iinet.net.au
	(ihug-mail.icp-qv1-irony4.iinet.net.au [203.59.1.198])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1924843D46
	for <freebsd-questions@freebsd.org>;
	Thu,  5 Oct 2006 23:07:46 +0000 (GMT)
	(envelope-from fbsd-questions@mawer.org)
Received: from 203-206-173-235.perm.iinet.net.au (HELO [127.0.0.1])
	([203.206.173.235])
	by mail-ihug.icp-qv1-irony4.iinet.net.au with ESMTP;
	06 Oct 2006 07:07:45 +0800
X-BrightmailFiltered: true
X-Brightmail-Tracker: AAAAAA==
X-IronPort-AV: i="4.09,267,1157299200"; 
	d="scan'208"; a="927865099:sNHT40814216"
Message-ID: <4525903C.7060700@mawer.org>
Date: Fri, 06 Oct 2006 09:07:40 +1000
From: Antony Mawer <fbsd-questions@mawer.org>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: Jonathan McKeown <jonathan@hst.org.za>
References: <200610051034.35795.jonathan@hst.org.za>	<200610051056.52744.jonathan@hst.org.za>	<200610050900.k9590TSJ011483@banyan.cs.ait.ac.th>
	<200610051131.10157.jonathan@hst.org.za>
In-Reply-To: <200610051131.10157.jonathan@hst.org.za>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: Removing removable ATA hard drives
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Oct 2006 23:07:47 -0000

On 5/10/2006 7:31 PM, Jonathan McKeown wrote:
> I should probably have said: we don't currently have offsite backups (we've 
> exceeded the capacity of our tape device and our budget), and the quick-fix 
> solution is dumping to this hard drive and then pulling it out and taking it 
> home. As such the removability is key to its intended function. I can't keep 
> dropping the main fileserver to fiddle with it, and the alternative in terms 
> of testing is to set up another box with the particular 4.9-STABLE snapshot 
> running on this server (to eliminate OS version-related variable effects).

I looked into these options, and in the end opted for an external 
firewire hard drive for *ONE* of my offsite backup systems. I initially 
looked at USB, but found it to be somewhat flakey and didn't feel 
comfortable relying on it.

I installed a firewire add-in card in the backup server, and am then 
using GELI to encrypt the data on the drive. I have a script which 
automates the attaching to the geli volume, mounting the filesystem, 
rsyncing from various sources, and then unmounting the filesystem... 
after which I can turn off the drive and take it offsite with me.

This is on FreeBSD 6.1, so I don't know what, if any, firewire support 
is available on 4.x...

ATA "hotswap", from what I gather, is only possible with specific 
hardware support, and even then is not something that it was originally 
designed for (as far as I am aware)...

Hope you or others find some of this helpful!

--Antony

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 00:14:41 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E22EC16A4E0;
	Fri,  6 Oct 2006 00:14:41 +0000 (UTC)
	(envelope-from MTaylor@bytecraft.com.au)
Received: from bcmelmx.bytecraft.au.com (bcmelmx.bytecraft.au.com
	[203.39.118.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 681BB43D4C;
	Fri,  6 Oct 2006 00:14:37 +0000 (GMT)
	(envelope-from MTaylor@bytecraft.com.au)
Received: from svmarshal2.bytecraft.internal (svmarshal2.bytecraft.internal
	[10.0.0.3])
	by bcmelmx.bytecraft.au.com (8.12.11/8.12.11) with ESMTP id
	k960EY2r004279; Fri, 6 Oct 2006 10:14:34 +1000 (EST)
	(envelope-from MTaylor@bytecraft.com.au)
Received: from svmailmel.bytecraft.internal (Not Verified[10.0.0.24]) by
	svmarshal2.bytecraft.internal with MailMarshal (v6, 1, 4, 441)
	id <B45259fe90000>; Fri, 06 Oct 2006 10:14:33 +1000
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C6E8DC.66925785"
X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0
Date: Fri, 6 Oct 2006 10:14:32 +1000
Message-ID: <04E232FDCD9FBE43857F7066CAD3C0F11EF89B@svmailmel.bytecraft.internal>
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
Thread-Topic: tool for checking website
Thread-Index: Acbom3zaC9mwEowtT1up7a3cwVmvawAPzKwA
From: "Murray Taylor" <MTaylor@bytecraft.com.au>
To: "Ivailo Tanusheff" <i.tanusheff@procreditbank.bg>,
	"Martin Schweizer" <info@pc-service.ch>
Cc: freebsd-questions@freebsd.org, owner-freebsd-questions@freebsd.org
Subject: RE: tool for checking website
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 00:14:42 -0000

This is a multi-part message in MIME format.

------_=_NextPart_001_01C6E8DC.66925785
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

> -----Original Message-----
> From: owner-freebsd-questions@freebsd.org=20
> [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of=20
> Ivailo Tanusheff
> Sent: Thursday, 5 October 2006 11:26 PM
> To: Martin Schweizer
> Cc: freebsd-questions@freebsd.org; owner-freebsd-questions@freebsd.org
> Subject: Re: tool for checking website
>=20
> You may use nagios port :)
> It also has web interface.
>=20
> Ivailo Tanusheff
> Deputy Head of IT Department
> ProCredit Bank (Bulgaria) AD
>=20
> Subject
> tool for checking website
>=20
>
> Hello=20
>=20
> I'm looking for port which checks if a website is online or=20
> not. My goal=20
> is=20
> regulary starts a script which do this for me. Any ideas?
>=20
> --=20
>=20
> Regards
>=20
> Martin=20
> <info@pc-service.ch>
>

Hi Martin,

I use the attached ruby script ( based on one i googled, and probably
not the best ruby
as it was my intro to the language...)
and a crontab line like this

0 */3 * * * $HOME/bin/webcheck.rb -v -m webmaster@example.com
http://www.example.com

command line is

-v			send emails for an OK test also, otherwise only
send on website failure
-m email_addr	who to send the notification email to (has a default in
the code, typ used for testing)
URL			the URL of the site / page being tested.

This was written to monitor a friends business page when he was having
'issues'=20
with the windows noddies who bought the isp... they deleted the DNS
configs in the first week
and sites 'just vanished' as the caches dried up .... and in the second
week=20
'Whats a shell server' and it shutdown .... (the saga continued)=20

Murray Taylor

Special Projects Engineer
Bytecraft Systems

--

"Any intelligent fool can make things bigger and more complex... It
takes a
touch of genius - and a lot of courage to move in the opposite
direction."
--Albert Einstein=20

=20

---------------------------------------------------------------
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material.=20

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---------------------------------------------------------------

### This e-mail message has been scanned for Viruses by Bytecraft ###

------_=_NextPart_001_01C6E8DC.66925785
Content-Type: application/octet-stream;
	name="webcheck.rb"
Content-Transfer-Encoding: base64
Content-Description: webcheck.rb
Content-Disposition: attachment;
	filename="webcheck.rb"

IyEvdXNyL2xvY2FsL2Jpbi9ydWJ5DQpyZXF1aXJlICdnZXRvcHRsb25nJw0KcmVxdWlyZSAnb3Bl
bi11cmknDQpyZXF1aXJlICduZXQvc210cCcNCg0KaWYgQVJHVi5lbXB0eT8gdGhlbg0KICBwdXRz
ICJ1c2FnZTogY2hlY2tfdXJsLnJiIFstdl0gWy1tIGVtYWlsYWRkcl0gPHVybD4iDQogIGV4aXQg
MQ0KZW5kDQoNCiMgc3BlY2lmeSBvcHRpb25zDQpvcHRzID0gR2V0b3B0TG9uZy5uZXcoDQogIFsg
Ii12IiwgR2V0b3B0TG9uZzo6Tk9fQVJHVU1FTlQgXSwNCiAgWyAiLW0iLCBHZXRvcHRMb25nOjpS
RVFVSVJFRF9BUkdVTUVOVCBdDQopDQoNCnNtdHBfaG9zdCA9ICJzbXRwLmV4YW1wbGUuY29tIg0K
ZnJvbSA9ICJ3ZWJ0ZXN0QGV4YW1wbGUuY29tIg0KdXJsID0gIiINCm1lc3NhZ2UgPSAiIg0KZmxh
ZyA9IDANCnZlcmJvc2UgPSAwDQojIGRlZmF1bHQgdGhpcw0KdG8gPSAid2VidGVzdEBleGFtcGxl
LmNvbSINCg0KIyBwcm9jZXNzIGFyZ3MNCm9wdHMuZWFjaCBkbyB8b3B0LCBhcmd8DQogIGNhc2Ug
b3B0DQogICAgd2hlbiAnLXYnDQogICAgICAjIHNlbmQgT0sgbWVzc2FnZXMgYWxzbw0KICAgICAg
dmVyYm9zZSA9IDENCg0KICAgIHdoZW4gJy1tJw0KICAgICAgIyBzZXQgdGhlIHJlYWwgVE8gYWRk
cmVzcw0KICAgICAgdG8gPSBhcmcNCiAgZW5kDQplbmQNCg0KIyB0ZXN0IGFnYWluLCBkaWQgd2Ug
Y2xvYmJlciBhbGwgdGhlIGFyZ3MgPw0KDQppZiBBUkdWLmVtcHR5PyB0aGVuDQogIHB1dHMgInVz
YWdlOiBjaGVja191cmwucmIgWy12XSBbLW0gZW1haWxhZGRyXSA8dXJsPiINCiAgZXhpdCAxDQpl
bmQNCg0KIyBnZXQgdGhlIHVybCBpbiBxdWVzdGlvbg0KdXJsID0gQVJHVlswXQ0Kc3ViamVjdD0i
V2ViIG1vbml0b3IgYWxlcnQgcmUgI3t1cmx9Ig0KDQojIGdvIGFuZCB0ZXN0IHRoZSBzaXRlDQpi
ZWdpbg0KICBwYWdlID0gb3Blbih1cmwpLnJlYWQNCiAgaWYgcGFnZSA9fiAvRXJyb3J8RXhjZXB0
aW9uLw0KICAgIG1lc3NhZ2UgPSAiI3t1cmx9IGhhcyByZXR1cm5lZCBlaXRoZXIgRXJyb3Igb3Ig
RXhjZXB0aW9uIg0KICAgIGZsYWcgPSAxDQogIGVuZA0KcmVzY3VlDQogIG1lc3NhZ2UgPSAiI3t1
cmx9IFVuYXZhaWxhYmxlXG4gLSAjeyQhLm1lc3NhZ2V9Ig0KICBmbGFnID0gMg0KZW5kDQoNCmNh
c2UgZmxhZw0KICB3aGVuIDANCiAgICAjIHRoZSBzaXRlIGlzIG9rDQogICAgaWYgdmVyYm9zZQ0K
ICAgICAgbWFpbCA9IDw8TUFJTA0KU3ViamVjdDogI3tzdWJqZWN0fQ0KDQoje3VybH0gaXMgZmVl
bGluZyBPSyByaWdodCBub3cuDQoNCkRpYWdub3NpczogU2l0ZSB1cA0KTUFJTA0KDQogICAgICBO
ZXQ6OlNNVFAuc3RhcnQoc210cF9ob3N0KSBkbyB8c210cHwNCiAgICAgICAgc210cC5zZW5kX21h
aWwobWFpbCwgZnJvbSwgdG8pDQogICAgICBlbmQNCiAgICBlbmQNCiAgZWxzZQ0KICAgICMgVGhl
IHNpdGUgaXMgYnVzdGVkIHNvbWVob3cNCiAgICBtYWlsID0gPDxNQUlMDQpTdWJqZWN0OiAje3N1
YmplY3R9DQoNClNhZGx5LCAje3VybH0gaXNuJ3QgZmVlbGluZyB3ZWxsIHJpZ2h0IG5vdy4NCg0K
RGlhZ25vc2lzOiAje21lc3NhZ2V9DQpQYWdlICAgICA6ICN7cGFnZX0NCk1BSUwNCg0KICAgIE5l
dDo6U01UUC5zdGFydChzbXRwX2hvc3QpIGRvIHxzbXRwfA0KICAgICAgc210cC5zZW5kX21haWwo
bWFpbCwgZnJvbSwgdG8pDQogICBlbmQNCmVuZA0K

------_=_NextPart_001_01C6E8DC.66925785--

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 01:22:17 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A800216A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 01:22:17 +0000 (UTC)
	(envelope-from j65nko@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 16ADA43D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 01:22:16 +0000 (GMT)
	(envelope-from j65nko@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so264182uge
	for <freebsd-questions@freebsd.org>;
	Thu, 05 Oct 2006 18:22:16 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=FZbKczz4E3ekjA2PmCFoODE5xNWkAa5KobWbxc8FNq7oxTzROgFKX+PdIHbyaXLDIs04zEpaVIsL3ola/iBs9gjltGFiklhOTVpqG+PeM1Tq0f5EmvVMPoFfVYRFrW9/kYDMHsiy/ti3WOBLh659nZyMFBwQSOtnlmc93arwstE=
Received: by 10.66.221.6 with SMTP id t6mr2672195ugg;
	Thu, 05 Oct 2006 18:22:15 -0700 (PDT)
Received: by 10.67.100.11 with HTTP; Thu, 5 Oct 2006 18:22:15 -0700 (PDT)
Message-ID: <19861fba0610051822ma6c8df0uf60b7e25ac839389@mail.gmail.com>
Date: Fri, 6 Oct 2006 03:22:15 +0200
From: J65nko <j65nko@gmail.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <471361580610051459m7f7c7d3dwa982dddcb139b684@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <471361580610051459m7f7c7d3dwa982dddcb139b684@mail.gmail.com>
Subject: Re: FreeBSD and 2 ADSL links
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 01:22:17 -0000

On 10/5/06, Thiago Rocha <thiago.bsdes@gmail.com> wrote:
> hi!
>
> Brazilian I and do not say English, I forgive for any error!
>
> I have a FreeBSD Server (5.4). This server links ADSL has two, and I need to
> balance the load between them, e also case one stops the other keeps the
> connection.
>

You can do this with pf, see
http://openbsd.org/faq/pf/pools.html#outgoing and
http://openbsd.org/faq/pf/carp.html

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 01:38:47 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 35E6D16A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 01:38:47 +0000 (UTC)
	(envelope-from freebsd.ph@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 40B0943D49
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 01:38:46 +0000 (GMT)
	(envelope-from freebsd.ph@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so911371pye
	for <freebsd-questions@freebsd.org>;
	Thu, 05 Oct 2006 18:38:45 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
	b=G5T7LcOYlDjibHpe7ElyCYWb+uor08vVGPBfUDnOisoGaqbQTjZhG4iSNnyliVjT9viuigd71UzYYgxxsRrvV55xIutaNgpHm7U8J2Y+bAUrti8WEvghdScxv4zQ0wsmv9bQTIbJ3rgBAgoIA+CM0mJRZD8GcoX2rsNedXAAvcQ=
Received: by 10.65.51.16 with SMTP id d16mr3818922qbk;
	Thu, 05 Oct 2006 18:38:45 -0700 (PDT)
Received: by 10.65.103.5 with HTTP; Thu, 5 Oct 2006 18:38:45 -0700 (PDT)
Message-ID: <a25afc300610051838t55e7f2c7t45ab4280875e18ce@mail.gmail.com>
Date: Fri, 6 Oct 2006 09:38:45 +0800
From: "jan gestre" <freebsd.ph@gmail.com>
To: "=?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?=" <gabor@freebsd.org>
In-Reply-To: <4525473F.9010402@FreeBSD.org>
MIME-Version: 1.0
References: <a25afc300610031741q109aeeeenb0c8179cdecc4474@mail.gmail.com>
	<45239319.7090304@FreeBSD.org>
	<a25afc300610041842n68c00381r3be4243eacb160bb@mail.gmail.com>
	<4525473F.9010402@FreeBSD.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject: Re: upgrading amavisd-new port fails
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 01:38:47 -0000

On 10/6/06, G=E1bor K=F6vesd=E1n <gabor@freebsd.org> wrote:
>
> jan gestre wrote:
> > On 10/4/06, G=E1bor K=F6vesd=E1n <gabor@freebsd.org> wrote:
> >>
> >> jan gestre wrote:
> >> > hi guys,
> >> >
> >> >
> >> > i tried upgrading the amavisd-new port via portmanager and
> >> > portupgrade, both
> >> > methods failed, i had a similar problem before but i forgot how did =
i
> >> > fix it
> >> > :(  is there a problem with the amavisd-new port?
> >> >
> >> > TIA
> >> Hi,
> >>
> >> could you concretize a bit, please? What kind of error do you get?
> Could
> >> you attach the output?
> >>
> >> this is the error during portupgrade:
> >
> > Stop in /usr/ports/security/amavisd-new.
> > *** Error code 1
> >
> > Stop in /usr/ports/security/amavisd-new.
> > ** Command failed [exit code 1]: /usr/bin/script -qa
> > /tmp/portupgrade.80571.23 env PORT_UPGRADE=3Dyes make
> > ** Fix the problem and try again.
> > ** Listing the failed packages (*:skipped / !:failed)
> >        ! security/amavisd-new (amavisd-new-2.4.3,1)    (checksum
> > mismatch)
> > --->  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed
> >
> >
> The checksum mismatch reflect that your ports tree is outdated. The
> distfile was rerolled, and the PORTREVISION bumped. Please update your
> ports tree and try again. The current working amavisd-new version in the
> ports tree is 2.4.3_1,1.
>
>
i always update my ports tree everyday using cvsup, all the other ports get=
s
updated except amavisd-new, is there another way to resolve this?

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 01:53:00 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 419C216A51B
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 01:53:00 +0000 (UTC)
	(envelope-from freebsd.ph@gmail.com)
Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4278643D49
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 01:52:58 +0000 (GMT)
	(envelope-from freebsd.ph@gmail.com)
Received: by nz-out-0102.google.com with SMTP id 13so262119nzn
	for <freebsd-questions@freebsd.org>;
	Thu, 05 Oct 2006 18:52:57 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
	b=ieYyIgMtH4iPNIVNvcdFjwbWsTB3caIv6leSJ1YatvuaLPd7NVME1WyjtHXzQ5kjw68rW4m1Eq6FjF7/KJMZHQSm5fSSIcI7fj9tg4YQqHbj/o3CptkUpiFpDWDWO7t1BTl/21PKLPrBcrAzLD7WWPDNDyb0zx1+kV3qxKTFm2A=
Received: by 10.65.110.11 with SMTP id n11mr3804010qbm;
	Thu, 05 Oct 2006 18:52:57 -0700 (PDT)
Received: by 10.65.103.5 with HTTP; Thu, 5 Oct 2006 18:52:57 -0700 (PDT)
Message-ID: <a25afc300610051852l2f59a356y79810efcf7959ffa@mail.gmail.com>
Date: Fri, 6 Oct 2006 09:52:57 +0800
From: "jan gestre" <freebsd.ph@gmail.com>
To: "=?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?=" <gabor@freebsd.org>
In-Reply-To: <a25afc300610051838t55e7f2c7t45ab4280875e18ce@mail.gmail.com>
MIME-Version: 1.0
References: <a25afc300610031741q109aeeeenb0c8179cdecc4474@mail.gmail.com>
	<45239319.7090304@FreeBSD.org>
	<a25afc300610041842n68c00381r3be4243eacb160bb@mail.gmail.com>
	<4525473F.9010402@FreeBSD.org>
	<a25afc300610051838t55e7f2c7t45ab4280875e18ce@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject: Re: upgrading amavisd-new port fails
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 01:53:00 -0000

On 10/6/06, jan gestre <freebsd.ph@gmail.com> wrote:
>
>
>
> On 10/6/06, G=E1bor K=F6vesd=E1n <gabor@freebsd.org> wrote:
> >
> > jan gestre wrote:
> > > On 10/4/06, G=E1bor K=F6vesd=E1n <gabor@freebsd.org> wrote:
> > >>
> > >> jan gestre wrote:
> > >> > hi guys,
> > >> >
> > >> >
> > >> > i tried upgrading the amavisd-new port via portmanager and
> > >> > portupgrade, both
> > >> > methods failed, i had a similar problem before but i forgot how di=
d
> > i
> > >> > fix it
> > >> > :(  is there a problem with the amavisd-new port?
> > >> >
> > >> > TIA
> > >> Hi,
> > >>
> > >> could you concretize a bit, please? What kind of error do you get?
> > Could
> > >> you attach the output?
> > >>
> > >> this is the error during portupgrade:
> > >
> > > Stop in /usr/ports/security/amavisd-new.
> > > *** Error code 1
> > >
> > > Stop in /usr/ports/security/amavisd-new.
> > > ** Command failed [exit code 1]: /usr/bin/script -qa
> > > /tmp/portupgrade.80571.23 env PORT_UPGRADE=3Dyes make
> > > ** Fix the problem and try again.
> > > ** Listing the failed packages (*:skipped / !:failed)
> > >        ! security/amavisd-new (amavisd-new-2.4.3,1)    (checksum
> > > mismatch)
> > > --->  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed
> > >
> > >
> > The checksum mismatch reflect that your ports tree is outdated. The
> > distfile was rerolled, and the PORTREVISION bumped. Please update your
> > ports tree and try again. The current working amavisd-new version in th=
e
> > ports tree is 2.4.3_1,1.
> >
> >
> i always update my ports tree everyday using cvsup, all the other ports
> gets updated except amavisd-new, is there another way to resolve this?
>

i also tried this:

# make deinstall
# make reinstall <--- this one failed :(

now i don't have amavis :(

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 02:22:01 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 152D616A407
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 02:22:01 +0000 (UTC)
	(envelope-from freebsd.ph@gmail.com)
Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.205])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5A743D46
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 02:22:00 +0000 (GMT)
	(envelope-from freebsd.ph@gmail.com)
Received: by nz-out-0102.google.com with SMTP id 13so262632nzn
	for <freebsd-questions@freebsd.org>;
	Thu, 05 Oct 2006 19:22:00 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=rmggCLfUqsQskeSnal2L0I7ZueEQwpSDJ0xn/bzve7hUsrO+BOXGqwvsugMQV1npxczYDcyvNeAiAG16xvb9ZwhP+73AyQgwc2UUg93pqOEig1J1y0/lEOdJNJdffZS2XMkxQUA+rtbdm0jQWsKjJ5p0f6A9vu4axBSmMaxQu8g=
Received: by 10.65.35.6 with SMTP id n6mr3858521qbj;
	Thu, 05 Oct 2006 19:21:59 -0700 (PDT)
Received: by 10.65.103.5 with HTTP; Thu, 5 Oct 2006 19:21:59 -0700 (PDT)
Message-ID: <a25afc300610051921y417e8a5bsf1874eb7505049b0@mail.gmail.com>
Date: Fri, 6 Oct 2006 10:21:59 +0800
From: "jan gestre" <freebsd.ph@gmail.com>
To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: checksum mismatch
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 02:22:01 -0000

guys,

i'm having problems with the amavisd-new port, portupgrade reports that
there is a mismatch so amavisd-new won't update, i tried

# make deinstall
and
# make reinstall

i was able to deinstall it but i can't reinstall it :( i also tried:

# make install clean

with the same result, i have no idea how to fix this. anybody knows how to
fix this?

TIA

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 02:31:17 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 19B1616A417
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 02:31:17 +0000 (UTC)
	(envelope-from mureninc@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4C43C43D70
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 02:31:07 +0000 (GMT)
	(envelope-from mureninc@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so701233wxd
	for <freebsd-questions@freebsd.org>;
	Thu, 05 Oct 2006 19:31:07 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=N7lm4sZ3TfJHwIttU34G32sPr6twTDnhiPaihq94iFyERepaoxB4/BMoRGAQPaSuHeoY3ypBjz07AzcxotNpAJQJk3c/x5jyga9jHtaHBb9qASL09Usu39YmeAnZ2Ec1/aYrIu9Qewbh8CN0uQLnnM1gCp309RmEuNPHIlvc7v4=
Received: by 10.70.9.8 with SMTP id 8mr3376796wxi;
	Thu, 05 Oct 2006 19:31:07 -0700 (PDT)
Received: by 10.70.36.16 with HTTP; Thu, 5 Oct 2006 19:31:06 -0700 (PDT)
Message-ID: <f34ca13c0610051931g76a5b58cp4c16eaaef740cd22@mail.gmail.com>
Date: Thu, 5 Oct 2006 22:31:06 -0400
From: "Constantine A. Murenin" <mureninc@gmail.com>
To: "Chuck Swiger" <cswiger@mac.com>
In-Reply-To: <DBC71CAC-9850-4598-94B2-346CE37A4BC4@mac.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <f34ca13c0610041946h7dfaa05cyf3296798b215405e@mail.gmail.com>
	<DBC71CAC-9850-4598-94B2-346CE37A4BC4@mac.com>
Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject: Re: ipw(4) and iwi(4): Intel's Pro Wireless firmware licensing
	problems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 02:31:17 -0000

On 05/10/06, Chuck Swiger <cswiger@mac.com> wrote:
> On Oct 4, 2006, at 7:46 PM, Constantine A. Murenin wrote:
> > Why are none of the manual pages of FreeBSD say anything about why
> > Intel Wireless devices do not work by default?
> >
> > http://www.freebsd.org/cgi/man.cgi?query=ipw
> > http://www.freebsd.org/cgi/man.cgi?query=iwi
>
> The manpages you've linked to explicitly state:
>
>       This driver requires firmware to be loaded before it will
> work.  You need
>       to obtain ipwcontrol(8) from the IPW web page listed below to
> accomplish
>       loading the firmware before ifconfig(8) will work.
>
> Is there some part of this which is unclear to you, Constantine?

Yes, Chuck, some part is indeed unclear to me, precisely the part that
explains why does one have to go into that much trouble to have a
working system.

> > If you are curious as to why things are the way they are, I suggest
> > that you check the problems that are described in the misc@openbsd.org
> > mailing list, and contact Intel people and say what you think about
> > their user-unfriendly policy in regards to Intel Pro Wireless
> > firmwares, which are REQUIRED to be loaded from the OS before the
> > device functions, i.e. the OS developers must be allowed to freely
> > distribute the firmware in order for the devices to work
> > out-of-the-box.
>
> There's no need to be curious about the matter; the Intel Pro
> Wireless adaptors, like many other brands of wireless adaptors, use a
> software-controlled radio which is capable of broadcasting at higher
> power levels and/or at frequencies outside of those allocated for
> 802.11 connectivity for specific regulatory domains.  The US FCC,
> along with other regulatory agencies in Europe such as ETSI and
> elsewhere, require that end-users not have completely open access to
> these radios to prevent problems from deliberate misuse such as
> interference with other frequency bands.

Yes, regulatory bodies, of cause, table specific requirements that
must be satisfied by systems that utilise RF, i.e. the manufacturer
must make reasonable attempt to prevent users from using non-permitted
frequencies.

Not permitting the firmware to be redistributed has nothing to do with
the FCC, however.

> This isn't a matter of choice on Intel's part; if you want this
> situation to change, you're going to have to obtain changes in the
> radio-frequency laws and policies in the US and a number of other
> countries first.

No, firmware redistribution is ENTIRELY up to Intel. I want the
firmware to be available under a BSD or ISC licence, just as with
Ralink. Intel's firmware is already available, but under a different
licence. Where does the FCC say that Intel must distribute firmware
under a non-OSS-friendly licence?

> Again, is there some part of this that is unclear or which you fail
> to understand?

Yes, precicely, I don't understand why you think FCC requires Intel to
not release the firmware under a BSD-like licence.

> > For some recent information about Intel being an Open Source Fraud,
> > see http://marc.theaimsgroup.com/?l=openbsd-
> > misc&m=115960734026283&w=2.
>
> The firmware license for these devices has never been submitted to
> the OSI board for approval as an Open Source license, and I have
> never seen Intel claim that this license is an Open Source license.
>
> It might suit OpenBSD's advocacy purposes to deliberately
> misrepresent Intel's position, but doing so is unfair and is not
> especially helpful to the FreeBSD community, which does have somewhat
> decent relations with vendors like Intel, Lucent, Aironet, Broadcomm,
> and so forth.
>
> As to the point raised above, the firmware license actually does
> permit an individual user, including an OS developer, to copy and
> redistribute the software to others, so long as the recepient agrees
> to the license terms:
>
> "LICENSE. You may copy and use the Software, subject to these
> conditions:
> 1. This Software is licensed for use only in conjunction with Intel
> component
>     products. Use of the Software in conjunction with non-Intel
> component
>     products is not licensed hereunder.

So if I don't have an Intel Wireless in the system, is it still legal
to have the firmware in my system files?

> 2. You may not copy, modify, rent, sell, distribute or transfer any
> part of the
>     Software except as provided in this Agreement, and you agree to
> prevent
>     unauthorized copying of the Software.
> 3. You may not reverse engineer, decompile, or disassemble the Software.

What's exactly the purpose of this term, if reverse engineering is
permitted under many jurisdictions? Is it just to scare potentional
reverse-engineers?

> 4. You may not sublicense the Software.
> 5. The Software may contain the software or other property of third
> party
>     suppliers.
>
> [ ... ]
> You may transfer the Software only if a copy of this license
> accompanies the
> Software and the recipient agrees to be fully bound by these terms."
>
> If a project such as OpenBSD wishes to redistribute the software,
> then it would probably be considered an Independent Software Vendor,
> and again the firmware license grants permission to redistribute the
> Intel Pro Wireless software, under the following terms:

[...]

Chuck, if the licence is as good as you make it sound, would you tell
me why FreeBSD, OpenBSD, Debian GNU/Linux and a lot of other systems
do not include the firmware in the base system?

If you think downloading firmwares and accepting tonnes of EUAs is
completely normal, then why is fxp(4) firmware/microcode/whatever it's
called in fxp(4) is included in every OpenBSD and FreeBSD release?

Cheers,
Constantine.

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 02:56:53 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A4F8B16A407
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 02:56:53 +0000 (UTC)
	(envelope-from matt@gsicomp.on.ca)
Received: from daisy2.compar.com (daisy2.compar.com [216.208.38.133])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E297843D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 02:56:52 +0000 (GMT)
	(envelope-from matt@gsicomp.on.ca)
Received: from localhost (localhost.compar.com [127.0.0.1])
	by daisy2.compar.com (Postfix) with ESMTP id BB70D13C4F9;
	Thu,  5 Oct 2006 22:49:58 -0400 (EDT)
Received: from unknown by localhost (amavisd-new, unix socket)
	id client-QjSzqUVX; Thu,  5 Oct 2006 22:49:54 -0400 (EDT)
Received: from gabby.gsicomp.on.ca
	(CPE00062566c7bb-CM0011e6ede298.cpe.net.cable.rogers.com
	[70.28.254.189])
	by daisy2.compar.com (Postfix) with ESMTP id 314B913C47D;
	Thu,  5 Oct 2006 22:49:54 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
	by gabby.gsicomp.on.ca (Postfix) with ESMTP id D87076128;
	Thu,  5 Oct 2006 23:29:17 -0400 (EDT)
Received: from unknown by localhost (amavisd-new, unix socket)
	id client-5uUAOyOx; Thu,  5 Oct 2006 23:29:02 -0400 (EDT)
Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18])
	by gabby.gsicomp.on.ca (Postfix) with ESMTP id B7B456105;
	Thu,  5 Oct 2006 23:29:01 -0400 (EDT)
Message-ID: <007101c6e8f3$3e0c7aa0$1200a8c0@gsicomp.on.ca>
From: "Matt Emmerton" <matt@gsicomp.on.ca>
To: "Constantine A. Murenin" <mureninc@gmail.com>,
	"Chuck Swiger" <cswiger@mac.com>
References: <f34ca13c0610041946h7dfaa05cyf3296798b215405e@mail.gmail.com><DBC71CAC-9850-4598-94B2-346CE37A4BC4@mac.com>
	<f34ca13c0610051931g76a5b58cp4c16eaaef740cd22@mail.gmail.com>
Date: Thu, 5 Oct 2006 22:58:03 -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.1807
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807
X-Virus-Scanned: amavisd-new at gsicomp.on.ca
X-Virus-Scanned: amavisd-new at compar.com
Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject: Re: ipw(4) and iwi(4): Intel's Pro Wireless firmware
	licensingproblems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 02:56:53 -0000

> On 05/10/06, Chuck Swiger <cswiger@mac.com> wrote:
> > On Oct 4, 2006, at 7:46 PM, Constantine A. Murenin wrote:
> > > Why are none of the manual pages of FreeBSD say anything about why
> > > Intel Wireless devices do not work by default?
> > >
> > > http://www.freebsd.org/cgi/man.cgi?query=ipw
> > > http://www.freebsd.org/cgi/man.cgi?query=iwi
> >
> > The manpages you've linked to explicitly state:
> >
> >       This driver requires firmware to be loaded before it will
> > work.  You need
> >       to obtain ipwcontrol(8) from the IPW web page listed below to
> > accomplish
> >       loading the firmware before ifconfig(8) will work.
> >
> > Is there some part of this which is unclear to you, Constantine?
>
> Yes, Chuck, some part is indeed unclear to me, precisely the part that
> explains why does one have to go into that much trouble to have a
> working system.

It's required by Intel's choice of licence for the firmware for that
wireless NIC.

> Not permitting the firmware to be redistributed has nothing to do with
> the FCC, however.

> No, firmware redistribution is ENTIRELY up to Intel. I want the
> firmware to be available under a BSD or ISC licence, just as with
> Ralink. Intel's firmware is already available, but under a different
> licence. Where does the FCC say that Intel must distribute firmware
> under a non-OSS-friendly licence?

It doesn't.  However, most licences allow derivative works to be created
outside of Intel's control.  If one of these derivative work allows the
device to be used in a manner that violates FCC rules and regulations, Intel
remains liable because they a) the provider of the hardware device in
question and b) the provider of the initial software (that spawned the
derivative work)

There is nothing stopping Intel from releasing the firmware, except for the
legal fear that the FCC will hold them accountable for illegal acts
performed with their device.

> > As to the point raised above, the firmware license actually does
> > permit an individual user, including an OS developer, to copy and
> > redistribute the software to others, so long as the recepient agrees
> > to the license terms:
> >
> > "LICENSE. You may copy and use the Software, subject to these
> > conditions:
> > 1. This Software is licensed for use only in conjunction with Intel
> > component
> >     products. Use of the Software in conjunction with non-Intel
> > component
> >     products is not licensed hereunder.
>
> So if I don't have an Intel Wireless in the system, is it still legal
> to have the firmware in my system files?

No.  In this case it is not being used "in conjunction with Intel component
products" as it stands alone.

> Chuck, if the licence is as good as you make it sound, would you tell
> me why FreeBSD, OpenBSD, Debian GNU/Linux and a lot of other systems
> do not include the firmware in the base system?
>
> If you think downloading firmwares and accepting tonnes of EUAs is
> completely normal, then why is fxp(4) firmware/microcode/whatever it's
> called in fxp(4) is included in every OpenBSD and FreeBSD release?

Because fxp is not a wireless device, and thus does not fall under the FCC's
control for RADIO devices.  (The normal Class A/B rules for device emissions
still apply, but since the device is a hardwire device, there's nary a way
to change the firmware to be in violation of these rules.)

--
Matt Emmerton


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 03:11:04 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 36EBD16A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 03:11:04 +0000 (UTC)
	(envelope-from freebsd.ph@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD8743D49
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 03:11:03 +0000 (GMT)
	(envelope-from freebsd.ph@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so941232pye
	for <freebsd-questions@freebsd.org>;
	Thu, 05 Oct 2006 20:11:02 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
	b=t4cvm56a+wvM3YS7iu9F16kTKLfVSYzbsuoL+E7EzqffHBWqsSM7XSeHtciMNdkT49ou0mgfdl23cjXNeMrVEBhKayqvvfmuPetQVbk1htaG4KRiue9DuM2z8yg5SLsTS+3EHrfirvn4gY/0NR431MvGZT5AHOWduLufoci91n4=
Received: by 10.65.59.20 with SMTP id m20mr3889510qbk;
	Thu, 05 Oct 2006 20:11:02 -0700 (PDT)
Received: by 10.65.103.5 with HTTP; Thu, 5 Oct 2006 20:11:02 -0700 (PDT)
Message-ID: <a25afc300610052011t181520flb187785c03071fad@mail.gmail.com>
Date: Fri, 6 Oct 2006 11:11:02 +0800
From: "jan gestre" <freebsd.ph@gmail.com>
To: "=?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?=" <gabor@freebsd.org>
In-Reply-To: <a25afc300610051852l2f59a356y79810efcf7959ffa@mail.gmail.com>
MIME-Version: 1.0
References: <a25afc300610031741q109aeeeenb0c8179cdecc4474@mail.gmail.com>
	<45239319.7090304@FreeBSD.org>
	<a25afc300610041842n68c00381r3be4243eacb160bb@mail.gmail.com>
	<4525473F.9010402@FreeBSD.org>
	<a25afc300610051838t55e7f2c7t45ab4280875e18ce@mail.gmail.com>
	<a25afc300610051852l2f59a356y79810efcf7959ffa@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject: Re: upgrading amavisd-new port fails
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 03:11:04 -0000

On 10/6/06, jan gestre <freebsd.ph@gmail.com> wrote:
>
>
>
> On 10/6/06, jan gestre <freebsd.ph@gmail.com> wrote:
> >
> >
> >
> > On 10/6/06, G=E1bor K=F6vesd=E1n < gabor@freebsd.org> wrote:
> > >
> > > jan gestre wrote:
> > > > On 10/4/06, G=E1bor K=F6vesd=E1n <gabor@freebsd.org> wrote:
> > > >>
> > > >> jan gestre wrote:
> > > >> > hi guys,
> > > >> >
> > > >> >
> > > >> > i tried upgrading the amavisd-new port via portmanager and
> > > >> > portupgrade, both
> > > >> > methods failed, i had a similar problem before but i forgot how
> > > did i
> > > >> > fix it
> > > >> > :(  is there a problem with the amavisd-new port?
> > > >> >
> > > >> > TIA
> > > >> Hi,
> > > >>
> > > >> could you concretize a bit, please? What kind of error do you get?
> > > Could
> > > >> you attach the output?
> > > >>
> > > >> this is the error during portupgrade:
> > > >
> > > > Stop in /usr/ports/security/amavisd-new.
> > > > *** Error code 1
> > > >
> > > > Stop in /usr/ports/security/amavisd-new.
> > > > ** Command failed [exit code 1]: /usr/bin/script -qa
> > > > /tmp/portupgrade.80571.23 env PORT_UPGRADE=3Dyes make
> > > > ** Fix the problem and try again.
> > > > ** Listing the failed packages (*:skipped / !:failed)
> > > >        ! security/amavisd-new (amavisd-new-2.4.3,1)    (checksum
> > > > mismatch)
> > > > --->  Packages processed: 0 done, 23 ignored, 0 skipped and 1 faile=
d
> > > >
> > > >
> > > The checksum mismatch reflect that your ports tree is outdated. The
> > > distfile was rerolled, and the PORTREVISION bumped. Please update you=
r
> > > ports tree and try again. The current working amavisd-new version in
> > > the
> > > ports tree is 2.4.3_1,1.
> > >
> > >
> > i always update my ports tree everyday using cvsup, all the other ports
> > gets updated except amavisd-new, is there another way to resolve this?
> >
>
> i also tried this:
>
> # make deinstall
> # make reinstall <--- this one failed :(
>
> now i don't have amavis :(
>

finally! i found a solution :D it seems that there is a checksum mismatch a=
s
you've mentioned so i tried to change the md5sum in the distinfo but this
also failed, so i downloaded
amavisd-new-2.4.3.tar.gz<http://www.ijs.si/software/amavisd/amavisd-new-2.4=
.3.tar.gz>and
copied it to /usr/ports/distfiles and i did a make reinstall, whoala
it's working already :D

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 03:14:32 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8F05416A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 03:14:32 +0000 (UTC)
	(envelope-from freebsd.ph@gmail.com)
Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F281743D53
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 03:14:31 +0000 (GMT)
	(envelope-from freebsd.ph@gmail.com)
Received: by nz-out-0102.google.com with SMTP id 13so263585nzn
	for <freebsd-questions@freebsd.org>;
	Thu, 05 Oct 2006 20:14:31 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
	b=bNLAEbkRS/WH9JRW1vfayVaGCX56/8r5BKQyJ4OCAkxcczBcLjsL6/bCeGP89wZ9gSa9du7lzypJsIQtOwnHgMI593Cm7Yw3qgi2U4ewmTZLagnb8X26xQR2C/e3nb/Y0Q2JTPTs91JalvzRepb9iPUhKL9trFI7YiuLMQbdXsY=
Received: by 10.65.51.16 with SMTP id d16mr3916764qbk;
	Thu, 05 Oct 2006 20:14:31 -0700 (PDT)
Received: by 10.65.103.5 with HTTP; Thu, 5 Oct 2006 20:14:30 -0700 (PDT)
Message-ID: <a25afc300610052014r33ba4506t3537e20862041a77@mail.gmail.com>
Date: Fri, 6 Oct 2006 11:14:31 +0800
From: "jan gestre" <freebsd.ph@gmail.com>
To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
In-Reply-To: <a25afc300610051921y417e8a5bsf1874eb7505049b0@mail.gmail.com>
MIME-Version: 1.0
References: <a25afc300610051921y417e8a5bsf1874eb7505049b0@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: checksum mismatch
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 03:14:32 -0000

On 10/6/06, jan gestre <freebsd.ph@gmail.com> wrote:
>
> guys,
>
> i'm having problems with the amavisd-new port, portupgrade reports that
> there is a mismatch so amavisd-new won't update, i tried
>
> # make deinstall
> and
> # make reinstall
>
> i was able to deinstall it but i can't reinstall it :( i also tried:
>
> # make install clean
>
> with the same result, i have no idea how to fix this. anybody knows how to
> fix this?
>
> TIA
>

i was able to fix it :D please ignore the thread :)

solution:

the checksum mismatch is causing a problem, the update from cvsup doesn't
match the checksum from the mirrors, tried changing the md5 of distinfo to
match the correct checksum but to no avail, so i downloaded
amavisd-new-2.4.3.tar.gz<http://www.ijs.si/software/amavisd/amavisd-new-2.4.3.tar.gz>and
copied it to /usr/ports/distfiles and i did a make reinstall, whoala
it's working already :D

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 03:40:19 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7B8B216A407
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 03:40:19 +0000 (UTC)
	(envelope-from freebsd-questions@m.gmane.org)
Received: from ciao.gmane.org (main.gmane.org [80.91.229.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F01F043D49
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 03:40:18 +0000 (GMT)
	(envelope-from freebsd-questions@m.gmane.org)
Received: from root by ciao.gmane.org with local (Exim 4.43)
	id 1GVgZ8-0002MH-Ct
	for freebsd-questions@freebsd.org; Fri, 06 Oct 2006 05:40:02 +0200
Received: from 62-2-105-50.static.cablecom.ch ([62.2.105.50])
	by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
	id 1AlnuQ-0007hv-00
	for <freebsd-questions@freebsd.org>; Fri, 06 Oct 2006 05:40:02 +0200
Received: from wolf by 62-2-105-50.static.cablecom.ch with local (Gmexim 0.1
	(Debian)) id 1AlnuQ-0007hv-00
	for <freebsd-questions@freebsd.org>; Fri, 06 Oct 2006 05:40:02 +0200
X-Injected-Via-Gmane: http://gmane.org/
To: freebsd-questions@freebsd.org
From: Alain Wolf <wolf@k18.ch>
Date: Fri, 06 Oct 2006 05:18:27 +0200
Lines: 44
Message-ID: <eg4hu4$40i$1@sea.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Complaints-To: usenet@sea.gmane.org
X-Gmane-NNTP-Posting-Host: 62-2-105-50.static.cablecom.ch
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
X-Enigmail-Version: 0.94.0.0
OpenPGP: id=6CB1BC68;
	url=http://subkeys.pgp.net:11371/pks/lookup?op=get&search=0x579319666CB1BC68
Sender: news <news@sea.gmane.org>
Subject: port php5 - what I am supposed to do here?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 03:40:19 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello List,

Portuadit telles my about the "open_basedir Race Condition
Vulnerability", OK.

By reading the advisory on
http://www.hardened-php.net/advisory_082006.132.html I can safely say
this does not apply to our environment, we don't use open_basedir or
safe_mode and Suhosin is planned anyway (after test).

With a "portsnap fetch update" I get a new version php5-5.1.6_1 in my
portstree, OK.

But "portmanager -u" or even manually with "make install clean"
everything fails with the following message:

===>  php5-5.1.6_1 has known vulnerabilities:
=> php -- open_basedir Race Condition Vulnerability.
   Reference:
<http://www.FreeBSD.org/ports/portaudit/edabe438-542f-11db-a5ae-00508d6a62df.html>
=> Please update your ports tree and try again.
*** Error code 1

So what to do now?
There are quite a lot if dependencies which i can't update too now.

Also installing/enabling Suhosin seems not possible anymore now.

Any suggestions are welcome.

Greetings fomr Switzerland

Alain Wolf
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFJcsDV5MZZmyxvGgRAn4oAKDBqaGjcOflahgH4XRp6WCg0T6qLQCg3uni
vk77USw9+yElWvFCJBcDHxs=
=4wj4
-----END PGP SIGNATURE-----


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 03:52:21 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ACF0316A4AB
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 03:52:21 +0000 (UTC)
	(envelope-from matt@gsicomp.on.ca)
Received: from daisy2.compar.com (daisy2.compar.com [216.208.38.133])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F19A943D5F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 03:52:18 +0000 (GMT)
	(envelope-from matt@gsicomp.on.ca)
Received: from localhost (localhost.compar.com [127.0.0.1])
	by daisy2.compar.com (Postfix) with ESMTP id DC68713C4AB;
	Thu,  5 Oct 2006 23:45:26 -0400 (EDT)
Received: from unknown by localhost (amavisd-new, unix socket)
	id client-q0Tt9YME; Thu,  5 Oct 2006 23:45:24 -0400 (EDT)
Received: from gabby.gsicomp.on.ca
	(CPE00062566c7bb-CM0011e6ede298.cpe.net.cable.rogers.com
	[70.28.254.189])
	by daisy2.compar.com (Postfix) with ESMTP id 2AA6113C47D;
	Thu,  5 Oct 2006 23:45:23 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
	by gabby.gsicomp.on.ca (Postfix) with ESMTP id EC4696128;
	Fri,  6 Oct 2006 00:24:50 -0400 (EDT)
Received: from unknown by localhost (amavisd-new, unix socket)
	id client-0i0Khj50; Fri,  6 Oct 2006 00:24:32 -0400 (EDT)
Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18])
	by gabby.gsicomp.on.ca (Postfix) with ESMTP id 8AA516105;
	Fri,  6 Oct 2006 00:24:29 -0400 (EDT)
Message-ID: <00aa01c6e8fa$fe19ce90$1200a8c0@gsicomp.on.ca>
From: "Matt Emmerton" <matt@gsicomp.on.ca>
To: <freebsd-questions@freebsd.org>,
	"Alain Wolf" <wolf@k18.ch>
References: <eg4hu4$40i$1@sea.gmane.org>
Date: Thu, 5 Oct 2006 23:53:30 -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.1807
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807
X-Virus-Scanned: amavisd-new at gsicomp.on.ca
X-Virus-Scanned: amavisd-new at compar.com
Cc: 
Subject: Re: port php5 - what I am supposed to do here?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 03:52:22 -0000

> Hello List,
>
> Portuadit telles my about the "open_basedir Race Condition
> Vulnerability", OK.
>
> By reading the advisory on
> http://www.hardened-php.net/advisory_082006.132.html I can safely say
> this does not apply to our environment, we don't use open_basedir or
> safe_mode and Suhosin is planned anyway (after test).
>
> With a "portsnap fetch update" I get a new version php5-5.1.6_1 in my
> portstree, OK.
>
> But "portmanager -u" or even manually with "make install clean"
> everything fails with the following message:
>
> ===>  php5-5.1.6_1 has known vulnerabilities:
> => php -- open_basedir Race Condition Vulnerability.
>    Reference:
>
<http://www.FreeBSD.org/ports/portaudit/edabe438-542f-11db-a5ae-00508d6a62df
.html>
> => Please update your ports tree and try again.
> *** Error code 1
>
> So what to do now?

You've established that the security issue doesn't apply to your
environment.

1) Add "DISABLE_VULNERABILITIES=yes" to /etc/make.conf
2) Run "portupgrade -u" or "make install clean"

Regards,
--
Matt Emmerton


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 04:39:48 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9C3E616A417
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 04:39:48 +0000 (UTC)
	(envelope-from kfo@lasertech.dk)
Received: from pasmtpA.tele.dk (pasmtpa.tele.dk [80.160.77.114])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DEEF543D46
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 04:39:47 +0000 (GMT)
	(envelope-from kfo@lasertech.dk)
Received: from mail01.lasertech.intern
	(cpe.atm2-0-1061049.0x50c5056a.virnxx10.customer.tele.dk
	[80.197.5.106])
	by pasmtpA.tele.dk (Postfix) with ESMTP id C465B800B74
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 06:39:45 +0200 (CEST)
Date: Fri, 6 Oct 2006 06:39:42 +0200
MIME-Version: 1.0
Message-ID: <96378F16C69F7C458EB12A666948A39C05CF03@mail01.lasertech.intern>
Content-class: urn:content-classes:message
X-MS-Has-Attach: 
X-MimeOLE: Produced By Microsoft Exchange V6.5
X-MS-TNEF-Correlator: 
Thread-Topic: RE Problem with HighPoint rr232x driver FreeBSD 6.1 amd64
Thread-Index: AcbpAXBf85c/MFUDEduQuwBQ/GmSOA==
From: =?iso-8859-1?Q?Klaus_Friis_=D8stergaard?= <kfo@lasertech.dk>
To: <freebsd-questions@freebsd.org>
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: RE Problem with HighPoint rr232x driver FreeBSD 6.1 amd64
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 04:39:48 -0000

I went into the BIOS of the radi cintroller again, removed the drives, =
disabled the staggered spin up function, and reinitialized the drives, =
made a new raid 5 array with background initialization.
=20
In /etc/rc.conf I put "rr232x_enable=3D"YES""
=20
Rebooted the system and the drives did not fil to start channel.
=20
/Klaus
=20

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 04:53:09 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 369E016A415
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 04:53:09 +0000 (UTC)
	(envelope-from bob@tania.servebbs.org)
Received: from mail3.panix.com (mail3.panix.com [166.84.1.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9A41A43D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 04:53:08 +0000 (GMT)
	(envelope-from bob@tania.servebbs.org)
Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78])
	by mail3.panix.com (Postfix) with ESMTP id 080C113A7A7
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 00:53:08 -0400 (EDT)
Received: from tania.servebbs.org (pool-71-247-21-28.nycmny.east.verizon.net
	[71.247.21.28])
	by mailspool3.panix.com (Postfix) with ESMTP id 7E8C06E3383
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 00:53:04 -0400 (EDT)
From: Bob <bob@tania.servebbs.org>
Organization: TamaraB
To: freebsd-questions@freebsd.org
Date: Fri, 6 Oct 2006 00:52:12 -0400
User-Agent: KMail/1.9.1
References: <D6F6B2276E4C5AE49B0EFC48@utd59514.utdallas.edu>
In-Reply-To: <D6F6B2276E4C5AE49B0EFC48@utd59514.utdallas.edu>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-6"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610060052.13580.bob@tania.servebbs.org>
Subject: Re: Strange X problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 04:53:09 -0000

On Thursday 05 October 2006 15:36, Paul Schmehl wrote:

>
> What did I miss?
>

Don't know exactly, as I am quite new to FreeBSD; but I can tell you what I 
did.

After the installation of X11, I created a file in my home directory 
called .xinitrc in that file I have the single line exec startkde.

I log into my account, and when I want Xwindows I simply 
execute /usr/X11R6/bin/startx.

Here is what my .xinitrc file looks like:
#/usr/X11R6/bin/startxfce4
#exec gnome-session
#/usr/X11R6/bin/afterstep
exec startkde

I can edit it and use another window manager if I want... I have used all the 
ones listed.
 
Hope some of this helps.
 
Bob
 



From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 05:11:06 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9345E16A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 05:11:06 +0000 (UTC)
	(envelope-from pauls@utdallas.edu)
Received: from mail.stovebolt.com (webmail.stovebolt.com [66.221.101.249])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4410643D46
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 05:11:06 +0000 (GMT)
	(envelope-from pauls@utdallas.edu)
Received: from [192.168.2.102] (adsl-65-65-114-81.dsl.rcsntx.swbell.net
	[65.65.114.81])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.stovebolt.com (Postfix) with ESMTP id B8874114307
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 00:13:20 -0500 (CDT)
Date: Fri, 06 Oct 2006 00:10:44 -0500
From: Paul Schmehl <pauls@utdallas.edu>
To: freebsd-questions@freebsd.org
Message-ID: <1EB8FFB8DA481D0FC7FFB4A7@paul-schmehls-powerbook59.local>
In-Reply-To: <200610060052.13580.bob@tania.servebbs.org>
References: <D6F6B2276E4C5AE49B0EFC48@utd59514.utdallas.edu>
	<200610060052.13580.bob@tania.servebbs.org>
X-Mailer: Mulberry/4.0.5 (Mac OS X)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=sha1;
	protocol="application/pkcs7-signature";
	boundary="==========4ED349D10ABF5D04A2E4=========="
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: Strange X problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 05:11:06 -0000

--==========4ED349D10ABF5D04A2E4==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

--On October 6, 2006 12:52:12 AM -0400 Bob <bob@tania.servebbs.org> wrote:

> On Thursday 05 October 2006 15:36, Paul Schmehl wrote:
>
>>
>> What did I miss?
>>
>
> Don't know exactly, as I am quite new to FreeBSD; but I can tell you
> what I  did.
>
> After the installation of X11, I created a file in my home directory
> called .xinitrc in that file I have the single line exec startkde.
>
> I log into my account, and when I want Xwindows I simply
> execute /usr/X11R6/bin/startx.
>
> Here is what my .xinitrc file looks like:
># /usr/X11R6/bin/startxfce4
># exec gnome-session
># /usr/X11R6/bin/afterstep
> exec startkde
>
> I can edit it and use another window manager if I want... I have used
> all the  ones listed.
>
> Hope some of this helps.
>
Not really.  I want X to start *without* requiring a console login and=20
prompt me for a login in the gui, just like my workstation does.

I can type starx or gdm after logging in as root, but that's not what I=20
want.

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

--==========4ED349D10ABF5D04A2E4==========--


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 05:52:14 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 34E7A16A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 05:52:14 +0000 (UTC)
	(envelope-from freebsd-questions@m.gmane.org)
Received: from ciao.gmane.org (main.gmane.org [80.91.229.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD4943D5D
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 05:52:08 +0000 (GMT)
	(envelope-from freebsd-questions@m.gmane.org)
Received: from list by ciao.gmane.org with local (Exim 4.43)
	id 1GVick-0000M3-2B
	for freebsd-questions@freebsd.org; Fri, 06 Oct 2006 07:51:54 +0200
Received: from 62-2-105-50.static.cablecom.ch ([62.2.105.50])
	by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
	id 1AlnuQ-0007hv-00
	for <freebsd-questions@freebsd.org>; Fri, 06 Oct 2006 07:51:54 +0200
Received: from wolf by 62-2-105-50.static.cablecom.ch with local (Gmexim 0.1
	(Debian)) id 1AlnuQ-0007hv-00
	for <freebsd-questions@freebsd.org>; Fri, 06 Oct 2006 07:51:54 +0200
X-Injected-Via-Gmane: http://gmane.org/
To: freebsd-questions@freebsd.org
From: Alain Wolf <wolf@k18.ch>
Date: Fri, 06 Oct 2006 07:51:36 +0200
Lines: 78
Message-ID: <eg4qt9$pbs$1@sea.gmane.org>
References: <eg4hu4$40i$1@sea.gmane.org>
	<00aa01c6e8fa$fe19ce90$1200a8c0@gsicomp.on.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Complaints-To: usenet@sea.gmane.org
X-Gmane-NNTP-Posting-Host: 62-2-105-50.static.cablecom.ch
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
In-Reply-To: <00aa01c6e8fa$fe19ce90$1200a8c0@gsicomp.on.ca>
X-Enigmail-Version: 0.94.0.0
OpenPGP: id=6CB1BC68;
	url=http://subkeys.pgp.net:11371/pks/lookup?op=get&search=0x579319666CB1BC68
Sender: news <news@sea.gmane.org>
Subject: Re: port php5 - what I am supposed to do here?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 05:52:14 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 06.10.2006 05:53, * Matt Emmerton wrote:
> 
> You've established that the security issue doesn't apply to your
> environment.
> 
> 1) Add "DISABLE_VULNERABILITIES=yes" to /etc/make.conf
> 2) Run "portupgrade -u" or "make install clean"
> 
> Regards,
> --
> Matt Emmerton
> 

Thanks Matt, that did it. I knew it there was a way. :-)

But then ...
As everything was in sync again, I wanted to install the suhosin-patch

And see what happens:

===  Patching for php5-5.1.6_1
===  Applying distribution patches for php5-5.1.6_1
===  Applying FreeBSD patches for php5-5.1.6_1
1 out of 1 hunks failed--saving rejects to Zend/zend_alloc.c.rej
= Patch patch-Zend_zend_alloc.c failed to apply cleanly.
= Patch(es) patch-TSRM_threads.m4 patch-Zend::zend.h applied cleanly.
*** Error code 1

Stop in /usr/ports/lang/php5.


:-(

I found this stange as I read just before about the neweset patch in the
cvs.ports list :

On 05.10.2006 22:59, * Alex Dupre wrote:
> ale         2006-10-05 20:59:17 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     lang/php5            Makefile 
>   Added files:
>     lang/php5/files      patch-Zend_zend_alloc.c 
>   Log:
>   Added safety checks against integer overflow.
>   Bump PORTREVISION.
>   While I'm here, I suggest all php users to use the suhosin patch
>   and suhosin extension to harden the php installation.
>   
>   Submitted by:   simon
>   Obtained from:  PHP CVS repo.
>   
>   Revision  Changes    Path
>   1.102     +1 -1      ports/lang/php5/Makefile
>   1.1       +21 -0     ports/lang/php5/files/patch-Zend_zend_alloc.c (new)
> _______________________________________________
> cvs-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-ports

He suggests the suhosin patch but in my expirience it only builds
without it.

Anybody else got this kind of problems?


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFJe7oV5MZZmyxvGgRAjZoAJ0SyNSh/fcW9lK276dEEEDwRhqK3gCgnQof
mYeAV7bs8vFG4r8Cf3NxEU0=
=WUVL
-----END PGP SIGNATURE-----


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 05:52:18 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 68E8516A4F5
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 05:52:18 +0000 (UTC)
	(envelope-from beastie@mra.co.id)
Received: from mx3.mra.co.id (fw.mra.co.id [202.57.14.4])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5071543D4C
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 05:52:11 +0000 (GMT)
	(envelope-from beastie@mra.co.id)
Received: from localhost (localhost.mra.co.id [127.0.0.1])
	by mx3.mra.co.id (Postfix) with ESMTP id BEC4830F83
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:44:17 +0700 (WIT)
Received: from mx3.mra.co.id ([127.0.0.1])
	by localhost (mx3.mra.co.id [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP
	id 33734-06 for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:44:17 +0700 (WIT)
Received: from mailbox.mra.co.id (unknown [172.16.0.225])
	by mx3.mra.co.id (Postfix) with ESMTP id 9224030F7E
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:44:17 +0700 (WIT)
Received: from webmail.mra.co.id (localhost.mra.co.id [127.0.0.1])
	by mailbox.mra.co.id (Postfix) with ESMTP id 019AAFE17
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:14:36 +0700 (WIT)
Received: from 172.16.0.228
	(SquirrelMail authenticated user beastie@mra.co.id);
	by webmail.mra.co.id with HTTP; Fri, 6 Oct 2006 12:14:37 +0700 (WIT)
Message-ID: <38157.172.16.0.228.1160111677.squirrel@172.16.0.228>
Date: Fri, 6 Oct 2006 12:14:37 +0700 (WIT)
From: beastie@mra.co.id
To: freebsd-questions@freebsd.org
User-Agent: SquirrelMail/1.4.3a
X-Mailer: SquirrelMail/1.4.3a
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
X-Virus-Scanned: by amavisd-new at mra.co.id
Subject: NMI ISA 34, EISA ff 
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 05:52:18 -0000

dear All.

My new IBM-X Series 336 always booting periodicaly after this kernel message
NMI ISA 34, EISA ff at FreeBSD-6.1 Stable #0.
Is there any way to solved this problem. ??

please help


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 06:30:56 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D273C16A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 06:30:56 +0000 (UTC)
	(envelope-from freebsd@meijome.net)
Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4F4E543D55
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 06:30:46 +0000 (GMT)
	(envelope-from freebsd@meijome.net)
Received: (qmail 27896 invoked from network); 6 Oct 2006 16:30:45 +1000
Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2)
	by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP;
	6 Oct 2006 16:30:45 +1000
Date: Fri, 6 Oct 2006 16:30:42 +1000
From: Norberto Meijome <freebsd@meijome.net>
To: Paul Schmehl <pauls@utdallas.edu>
Message-ID: <20061006163042.602f285b@localhost>
In-Reply-To: <1EB8FFB8DA481D0FC7FFB4A7@paul-schmehls-powerbook59.local>
References: <D6F6B2276E4C5AE49B0EFC48@utd59514.utdallas.edu>
	<200610060052.13580.bob@tania.servebbs.org>
	<1EB8FFB8DA481D0FC7FFB4A7@paul-schmehls-powerbook59.local>
X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: Strange X problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 06:30:56 -0000

On Fri, 06 Oct 2006 00:10:44 -0500
Paul Schmehl <pauls@utdallas.edu> wrote:

> I can type starx or gdm after logging in as root, but that's not what I 
> want.

Not sure if it is the same as with gdm, but gdm installs an rc file
in /usr/X11R6/etc/rc.d/gdm

gdm_enable="YES" needs to be added to rc.conf.

you may want to check whether pkg_info -L kdm* | grep rc

shows anything useful....

_________________________
{Beto|Norberto|Numard} Meijome

Which is worse: ignorance or apathy?
Don't know. Don't care.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 09:03:12 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A5A2E16A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 09:03:12 +0000 (UTC)
	(envelope-from wojtek@tensor.3miasto.net)
Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E032843D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 09:03:11 +0000 (GMT)
	(envelope-from wojtek@tensor.3miasto.net)
Received: from chylonia.3miasto.net (localhost [127.0.0.1])
	by chylonia.3miasto.net (8.13.4/8.13.4) with ESMTP id k96931GB057690
	for <freebsd-questions@freebsd.org>;
	Fri, 6 Oct 2006 11:03:01 +0200 (CEST)
	(envelope-from wojtek@tensor.3miasto.net)
Received: from localhost (wojtek@localhost)
	by chylonia.3miasto.net (8.13.4/8.13.4/Submit) with ESMTP id
	k9692xi6057675 for <freebsd-questions@freebsd.org>;
	Fri, 6 Oct 2006 11:03:01 +0200 (CEST)
	(envelope-from wojtek@tensor.3miasto.net)
X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs
Date: Fri, 6 Oct 2006 11:02:59 +0200 (CEST)
From: Wojciech Puchar <wojtek@tensor.3miasto.net>
X-X-Sender: wojtek@chylonia.3miasto.net
To: freebsd-questions@freebsd.org
Message-ID: <20061006105745.V54913@chylonia.3miasto.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Subject: strange DNS problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 09:03:12 -0000

one of my users reporting problem sending e-mail to @mil.be

sendmail reports host name lookup failure

host reports

[wojtek@chylonia ~]$ host -t mx mil.be
mil.be mail is handled by 10 hermes01.mil.be.


[wojtek@chylonia ~]$ host -t a hermes01.mil.be
hermes01.mil.be has address 194.7.21.40
hermes01.mil.be has address 193.191.219.40
Host hermes01.mil.be not found: 2(SERVFAIL)
^^^^^^^^^^^^^

where's a problem? while hostr is able to get IP addresses but then 
reports servfail?



From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 09:26:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 492C216A415
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 09:26:36 +0000 (UTC)
	(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 A314B43D6A
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 09:26:32 +0000 (GMT)
	(envelope-from xfb52@dial.pipex.com)
Received: from [172.23.170.143] (helo=anti-virus02-10)
	by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52)
	id 1GVlyP-0002ZD-J8; Fri, 06 Oct 2006 10:26:29 +0100
Received: from [82.41.253.33] (helo=[192.168.0.2])
	by asmtp-out2.blueyonder.co.uk with esmtp (Exim 4.52)
	id 1GVlyN-0000zr-Se; Fri, 06 Oct 2006 10:26:27 +0100
Message-ID: <45262141.1080907@dial.pipex.com>
Date: Fri, 06 Oct 2006 10:26:25 +0100
From: Alex Zbyslaw <xfb52@dial.pipex.com>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515
X-Accept-Language: en
MIME-Version: 1.0
To: Matt Emmerton <matt@gsicomp.on.ca>, Alain Wolf <wolf@k18.ch>
References: <eg4hu4$40i$1@sea.gmane.org>
	<00aa01c6e8fa$fe19ce90$1200a8c0@gsicomp.on.ca>
In-Reply-To: <00aa01c6e8fa$fe19ce90$1200a8c0@gsicomp.on.ca>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: port php5 - what I am supposed to do here?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 09:26:36 -0000

Matt Emmerton wrote:

>>Hello List,
>>
>>Portuadit telles my about the "open_basedir Race Condition
>>Vulnerability", OK.
>>
>>By reading the advisory on
>>http://www.hardened-php.net/advisory_082006.132.html I can safely say
>>this does not apply to our environment, we don't use open_basedir or
>>safe_mode and Suhosin is planned anyway (after test).
>>    
>>
>>[...]
>>So what to do now?
>>    
>>
>
>You've established that the security issue doesn't apply to your
>environment.
>
>1) Add "DISABLE_VULNERABILITIES=yes" to /etc/make.conf
>2) Run "portupgrade -u" or "make install clean"
>
>  
>
By doing this you have disabled vulnerability checking for *all* ports 
which seems a little extreme.  Either add the flag to pkgtools.conf (for 
portupgrade (and portmanager?)) or use it from the command line with make.

--Alex



From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 11:08:58 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6653816A4A0
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:08:58 +0000 (UTC)
	(envelope-from Michel.Lecocq@lipn.univ-paris13.fr)
Received: from lipn.univ-paris13.fr (lipn.univ-paris13.fr [194.254.163.24])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1278F43D49
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:08:58 +0000 (GMT)
	(envelope-from Michel.Lecocq@lipn.univ-paris13.fr)
Received: from [10.10.0.142] (saba [10.10.0.142])
	by lipn.univ-paris13.fr (Postfix) with ESMTP id 646A910C039
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 13:08:54 +0200 (CEST)
Message-ID: <45263946.7060508@lipn.univ-paris13.fr>
Date: Fri, 06 Oct 2006 13:08:54 +0200
From: Michel Le Cocq <Michel.Lecocq@lipn.univ-paris13.fr>
User-Agent: Thunderbird 1.5.0.7 (X11/20060927)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
X-Enigmail-Version: 0.94.0.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Subject: stop ata drive rotation after umount
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 11:08:58 -0000

Hello,

I want to stop the rotation of my ata drive after umounting them and
restore it back juste before the mount process.
I try to do this on some backup disk which are "normaly" not mount and
only for restore and backup process.
If I can stop the rotation of these disk, I can obtain a reduce of the
temperature and noise inside my box :-)

thanks for your help

-- 
Michel Le Cocq
Administrateur Reseau Laga-Lipn


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 11:15:49 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1FE9F16A407
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:15:49 +0000 (UTC) (envelope-from josh@tcbug.org)
Received: from alnrmhc14.comcast.net (alnrmhc14.comcast.net [206.18.177.54])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C85EA43D46
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:15:48 +0000 (GMT) (envelope-from josh@tcbug.org)
Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219])
	by comcast.net (alnrmhc14) with ESMTP
	id <20061006111548b1400j7i60e>; Fri, 6 Oct 2006 11:15:48 +0000
From: Josh Paetzel <josh@tcbug.org>
To: freebsd-questions@freebsd.org
Date: Fri, 6 Oct 2006 06:15:45 -0500
User-Agent: KMail/1.9.3
References: <471361580610051459m7f7c7d3dwa982dddcb139b684@mail.gmail.com>
	<19861fba0610051822ma6c8df0uf60b7e25ac839389@mail.gmail.com>
In-Reply-To: <19861fba0610051822ma6c8df0uf60b7e25ac839389@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610060615.45551.josh@tcbug.org>
Cc: J65nko <j65nko@gmail.com>
Subject: Re: FreeBSD and 2 ADSL links
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 11:15:49 -0000

On Thursday 05 October 2006 20:22, J65nko wrote:
> On 10/5/06, Thiago Rocha <thiago.bsdes@gmail.com> wrote:
> > hi!
> >
> > Brazilian I and do not say English, I forgive for any error!
> >
> > I have a FreeBSD Server (5.4). This server links ADSL has two,
> > and I need to balance the load between them, e also case one
> > stops the other keeps the connection.
>
> You can do this with pf, see
> http://openbsd.org/faq/pf/pools.html#outgoing and
> http://openbsd.org/faq/pf/carp.html

Using pools is sort of a poor man's load balancing.  It's more of a 
round-robin approach to using more than one link.  It's not going to 
allow you to do a single transfer using the aggregated bandwidth of 
both links.

-- 
Thanks,

Josh Paetzel

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 11:20:35 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7756916A604
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:20:34 +0000 (UTC)
	(envelope-from wmoran@collaborativefusion.com)
Received: from mx00.pub.collaborativefusion.com
	(mx00.pub.collaborativefusion.com [206.210.89.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 58D4043D5D
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:20:22 +0000 (GMT)
	(envelope-from wmoran@collaborativefusion.com)
Received: from localhost (monrovll-cuda1-24-53-251-44.pittpa.adelphia.net
	[24.53.251.44])
	(AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA)
	by wingspan with esmtp; Fri, 06 Oct 2006 07:20:21 -0400
	id 00056432.45263BF5.0001608A
Date: Fri, 6 Oct 2006 07:20:20 -0400
From: Bill Moran <wmoran@collaborativefusion.com>
To: "jan gestre" <freebsd.ph@gmail.com>
Message-Id: <20061006072020.ff3eb582.wmoran@collaborativefusion.com>
In-Reply-To: <a25afc300610052014r33ba4506t3537e20862041a77@mail.gmail.com>
References: <a25afc300610051921y417e8a5bsf1874eb7505049b0@mail.gmail.com>
	<a25afc300610052014r33ba4506t3537e20862041a77@mail.gmail.com>
Organization: Collaborative Fusion
X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject: Re: checksum mismatch
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 11:20:35 -0000

"jan gestre" <freebsd.ph@gmail.com> wrote:

> On 10/6/06, jan gestre <freebsd.ph@gmail.com> wrote:
> >
> > guys,
> >
> > i'm having problems with the amavisd-new port, portupgrade reports that
> > there is a mismatch so amavisd-new won't update, i tried
> >
> > # make deinstall
> > and
> > # make reinstall
> >
> > i was able to deinstall it but i can't reinstall it :( i also tried:
> >
> > # make install clean
> >
> > with the same result, i have no idea how to fix this. anybody knows how to
> > fix this?
> >
> > TIA
> >
> 
> i was able to fix it :D please ignore the thread :)
> 
> solution:
> 
> the checksum mismatch is causing a problem, the update from cvsup doesn't
> match the checksum from the mirrors, tried changing the md5 of distinfo to
> match the correct checksum but to no avail, so i downloaded
> amavisd-new-2.4.3.tar.gz<http://www.ijs.si/software/amavisd/amavisd-new-2.4.3.tar.gz>and
> copied it to /usr/ports/distfiles and i did a make reinstall, whoala
> it's working already :D

Occasionally, a failed download will leave a corrupt file in
/usr/ports/disfiles.  Of course, part of the reason for the checksum
mechanism is to detect this.

Generally, the solution is to either delete the corrupt file so the
make processs can re-fetch it, or manually fetch the file and overwrite
the corrupted one, as you did.

-- 
Bill Moran

You will give me the Ring freely?  In place of the Dark Lord you will set
up a Queen.  And I shall not be dark, but beautiful and terrible as the
Morning and the Night!  Fair as the Sea and the Sun and the Snow upon the
Mountain!  Dreadful as the Storm and the Lightning!  Stronger than the
foundations of the earth.  All shall love me and despair!

        Galadriel


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 11:26:01 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 80AB116A407
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:26:01 +0000 (UTC)
	(envelope-from martin@dc.cis.okstate.edu)
Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DEA7043D4C
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:26:00 +0000 (GMT)
	(envelope-from martin@dc.cis.okstate.edu)
Received: from dc.cis.okstate.edu (localhost.okstate.edu [127.0.0.1])
	by dc.cis.okstate.edu (8.13.3/8.13.3) with ESMTP id k96BQ0KO004716
	for <freebsd-questions@freebsd.org>;
	Fri, 6 Oct 2006 06:26:00 -0500 (CDT)
	(envelope-from martin@dc.cis.okstate.edu)
Message-Id: <200610061126.k96BQ0KO004716@dc.cis.okstate.edu>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <4714.1160133960.1@dc.cis.okstate.edu>
Date: Fri, 06 Oct 2006 06:26:00 -0500
From: Martin McCormick <martin@dc.cis.okstate.edu>
Subject: A Question of How to Handle Numerical Notation
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 11:26:01 -0000

	I am writing a program on a UNIX system to munch the text
output of a Cisco VOIP call manager and turn those data in to
something that looks like the output of our hard-wired PBX.
Fortunately, the data we need are a subset of all the data available
so the main problem is simply that of reformatting most of the
information.  There is, however, one nasty little problem I have
discovered.

	Both the UNIX and Cisco platforms handle time and date
functions using unsigned 32-bit integers.  No problem there.  The
times are based upon the number of seconds since the epoch of January
1, 1970 in GMT or UTC.  That's great.  I discovered soon, however,
that there is an extra wrinkle that really messes things up quite a
bit.

	The Cisco call manager outputs the hexadecimal form of 3
values in something that initially looks like good old hex but is good
old hex being used to convey some form of notation, probably like
scientific notation, that one must decode in order to get the actual
hex values needed to recover the data.

	All we know for sure is that this has something to do with SQL
and Microsoft.  After all, everybody uses Microsoft and UNIX doesn't
even exist, right?

	Does anybody know what this notation is called?  Does an
explanation of the algorithm exist in public so one can convert the
strings that are part of the call manager output in to the unsigned
ints that actually carry the right values?

	An example of the string in question looks like:

"370A65FA-6965-4E40-A0DA-EC88DE6B"

	I appreciate any constructive suggestions, anything from what
this notation is called to a description of how to process the 5
values.  That would make writing C code possible to convert them in to
the actual binary string that contains the data we need.  Are
there any FreeBSD libraries we can use to help the process along?

	I am sure this notation has a name, but not knowing it,
makes searching for information about it rather difficult.

	Many thanks.

Martin McCormick WB5AGZ  Stillwater, OK 
Systems Engineer
OSU Information Technology Department Network Operations Group

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 11:29:09 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 96D6916A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:29:09 +0000 (UTC)
	(envelope-from wmoran@collaborativefusion.com)
Received: from mx00.pub.collaborativefusion.com
	(mx00.pub.collaborativefusion.com [206.210.89.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 22E5443D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:29:09 +0000 (GMT)
	(envelope-from wmoran@collaborativefusion.com)
Received: from localhost (monrovll-cuda1-24-53-251-44.pittpa.adelphia.net
	[24.53.251.44])
	(AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA)
	by wingspan with esmtp; Fri, 06 Oct 2006 07:29:08 -0400
	id 0005641F.45263E04.0001610C
Date: Fri, 6 Oct 2006 07:29:07 -0400
From: Bill Moran <wmoran@collaborativefusion.com>
To: Wojciech Puchar <wojtek@tensor.3miasto.net>
Message-Id: <20061006072907.cf58999a.wmoran@collaborativefusion.com>
In-Reply-To: <20061006105745.V54913@chylonia.3miasto.net>
References: <20061006105745.V54913@chylonia.3miasto.net>
Organization: Collaborative Fusion
X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: strange DNS problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 11:29:09 -0000

Wojciech Puchar <wojtek@tensor.3miasto.net> wrote:

> one of my users reporting problem sending e-mail to @mil.be
> 
> sendmail reports host name lookup failure
> 
> host reports
> 
> [wojtek@chylonia ~]$ host -t mx mil.be
> mil.be mail is handled by 10 hermes01.mil.be.
> 
> 
> [wojtek@chylonia ~]$ host -t a hermes01.mil.be
> hermes01.mil.be has address 194.7.21.40
> hermes01.mil.be has address 193.191.219.40
> Host hermes01.mil.be not found: 2(SERVFAIL)
> ^^^^^^^^^^^^^
> 
> where's a problem? while hostr is able to get IP addresses but then 
> reports servfail?

I don't see that error when I try the same lookups.
host -t a hermes01.mil.be
hermes01.mil.be has address 194.7.21.40
hermes01.mil.be has address 193.191.219.40

I suspect the problem is in your resolver config and/or caches.

-- 
Bill Moran

Be calm.

        Morpheus


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 11:29:41 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BB16616A407
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:29:41 +0000 (UTC)
	(envelope-from thomas@hindsight.de)
Received: from moutng.kundenserver.de (moutng.kundenserver.de
	[212.227.126.188])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CB2D543D58
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:29:40 +0000 (GMT)
	(envelope-from thomas@hindsight.de)
Received: from [217.95.237.168] (helo=debian.hindsight.de)
	by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis),
	id 0MKwtQ-1GVntY49MS-0003UT; Fri, 06 Oct 2006 13:29:37 +0200
From: thomas@hindsight.de
To: albi <albi@scii.nl>
Date: Fri, 6 Oct 2006 13:38:31 +0200
User-Agent: KMail/1.7.2
References: <200610051324.14456.thomas@hindsight.de>
	<20061005132529.5b59824f.albi@scii.nl>
In-Reply-To: <20061005132529.5b59824f.albi@scii.nl>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610061338.31511.thomas@hindsight.de>
X-Provags-ID: kundenserver.de abuse@kundenserver.de
	login:d40fc33d9648f1a13c22020fec7cd80a
Cc: freebsd-questions@freebsd.org
Subject: Re: Member of group wheel, but still can't shutdown system?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 11:29:41 -0000

On Thursday 05 October 2006 01:25 pm, albi wrote:
> On Thu, 5 Oct 2006 13:24:14 +0200
>
> thomas@hindsight.de wrote:
> > I've just installed FreeBSD 6.1 and listed myself as a member of the
> > wheel group during the add users portion of the installation.  For
> > some reason I have not put a finger on yet I cannot shutdown the
> > system "do not have permission" to effect the command.  Went back as
> > root on a later session and re-entered my name in /etc/group to the
> > wheel account to no avail, anybody got an idea as to where I need to
> > look?
>
> # ls -la /sbin/shutdown
> -r-sr-x---  1 root  operator  431524 May  2 16:40 /sbin/shutdown
>
> what about group operator ? but i personally would use sudo instead of
> group wheel etc.

Received several responses and suggestions to my group wheel question, thanks 
to all.  Whether it is best to add myself also to operators group or sudoers 
as suggested is something I need to play with to deside which is best for my 
use, but the feedback was greatly appreciated!

Tommy2

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 11:48:24 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 04FF816A407
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:48:24 +0000 (UTC)
	(envelope-from jhorne@dfwlp.org)
Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9C3CC43D4C
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:48:21 +0000 (GMT)
	(envelope-from jhorne@dfwlp.org)
Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83])
	(authenticated bits=0)
	by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k96BmH38098969
	for <freebsd-questions@freebsd.org>;
	Fri, 6 Oct 2006 06:48:17 -0500 (CDT) (envelope-from jhorne@dfwlp.org)
From: Jonathan Horne <jhorne@dfwlp.org>
To: freebsd-questions@freebsd.org
Date: Fri, 6 Oct 2006 06:48:16 -0500
User-Agent: KMail/1.9.4
References: <BAY116-DAV92EA91C3134ABE54B88F881120@phx.gbl>
	<57d710000610051459w5554a015t7135ed2195140c39@mail.gmail.com>
In-Reply-To: <57d710000610051459w5554a015t7135ed2195140c39@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610060648.16998.jhorne@dfwlp.org>
X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=ham 
	version=3.1.5
X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on zeus.dfwlp.com
Subject: Re: unattended installation
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 11:48:24 -0000

On Thursday 05 October 2006 16:59, pete wright wrote:
> On 10/5/06, Carlos Ramirez <r_alberto@hotmail.com> wrote:
> > Hi, how I do an unattended installation?
> >
> >
> >
> > I  want to create an installation CD of a FreeBSD and run some scripts
> > automatically after..
> >
> >
> >
> > Some ideas?
>
> http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/extensibility.ht
>ml
>
> see section on scripting sysinstall.  you will most likely want to
> merge this with a pxeboot environment.
>
> -pete

ive not tried it yet, but i came across this page last night while working out 
another issue. you might find it interesting.

http://www.rootkit.nl/freebsd/installer.php?action=setup

cheers,
jonathan

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 11:53:02 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0A14716A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:53:02 +0000 (UTC)
	(envelope-from coughlandesmond@yahoo.fr)
Received: from web27515.mail.ukl.yahoo.com (web27515.mail.ukl.yahoo.com
	[217.146.177.219])
	by mx1.FreeBSD.org (Postfix) with SMTP id 3F6B843D86
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:52:26 +0000 (GMT)
	(envelope-from coughlandesmond@yahoo.fr)
Received: (qmail 13350 invoked by uid 60001); 6 Oct 2006 11:52:25 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr;
	h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=x0FN7Ozh38XOakicXIlb2cyRF2m6Acjh1e2TC9Yhoh02KYFszMFIAusXkj5olSztTqmjJ94429hCkGguTpxF91SM5jixQRi5LUyVDCJjC119RqwWkOOXwq0teYhsaOcNOIIoKLHd7P924VXMggT9oWnXhGEh6Lq+IljPBjfACz0=
	; 
Message-ID: <20061006115225.13348.qmail@web27515.mail.ukl.yahoo.com>
Received: from [81.57.37.99] by web27515.mail.ukl.yahoo.com via HTTP;
	Fri, 06 Oct 2006 13:52:25 CEST
Date: Fri, 6 Oct 2006 13:52:25 +0200 (CEST)
From: Desmond Coughlan <coughlandesmond@yahoo.fr>
To: jan gestre <freebsd.ph@gmail.com>, John Nielsen <lists@jnielsen.net>
In-Reply-To: <a25afc300610041744o5f4db6bblc97d70dcd593fdb8@mail.gmail.com>
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: freebsd-questions@freebsd.org
Subject: RE : Re: cheapskate webmail interface
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 11:53:02 -0000

     
you may want to try roundcube http://www.roundcube.net although it's still on beta the interface's rocks, nothing you ever experienced before, certainly cooler than squirrelmail with AJAX like interface. 
  
Interesting... OK, I've got roundcube installed, the tables are created, postgreSQL is running, apache is recompiled for PhP4 (which is installed also) ... oh, and I've installed IMAP4.
   
  Now what ?  
   
  My question, I suppose, is .. what is the address used to access the web interface?
   
  D.

 		
---------------------------------
 Découvrez un nouveau moyen de poser toutes vos questions quel que soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici. 

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 12:29:12 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C1E7A16A416
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:29:12 +0000 (UTC)
	(envelope-from wojtek@tensor.3miasto.net)
Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 845E243D5D
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:29:02 +0000 (GMT)
	(envelope-from wojtek@tensor.3miasto.net)
Received: from chylonia.3miasto.net (localhost [127.0.0.1])
	by chylonia.3miasto.net (8.13.4/8.13.4) with ESMTP id k96CSqlN074922;
	Fri, 6 Oct 2006 14:28:52 +0200 (CEST)
	(envelope-from wojtek@tensor.3miasto.net)
Received: from localhost (wojtek@localhost)
	by chylonia.3miasto.net (8.13.4/8.13.4/Submit) with ESMTP id
	k96CSnVx074908; Fri, 6 Oct 2006 14:28:49 +0200 (CEST)
	(envelope-from wojtek@tensor.3miasto.net)
X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs
Date: Fri, 6 Oct 2006 14:28:49 +0200 (CEST)
From: Wojciech Puchar <wojtek@tensor.3miasto.net>
X-X-Sender: wojtek@chylonia.3miasto.net
To: Bill Moran <wmoran@collaborativefusion.com>
In-Reply-To: <20061006072907.cf58999a.wmoran@collaborativefusion.com>
Message-ID: <20061006142718.T74782@chylonia.3miasto.net>
References: <20061006105745.V54913@chylonia.3miasto.net>
	<20061006072907.cf58999a.wmoran@collaborativefusion.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Cc: freebsd-questions@freebsd.org
Subject: Re: strange DNS problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 12:29:12 -0000

>>
>> where's a problem? while hostr is able to get IP addresses but then
>> reports servfail?
>
> I don't see that error when I try the same lookups.
> host -t a hermes01.mil.be
> hermes01.mil.be has address 194.7.21.40
> hermes01.mil.be has address 193.191.219.40
>
> I suspect the problem is in your resolver config and/or caches.
>
possibly. but where to look? no other site behaves like this.

my named.conf:

acl seconds { 153.19.176.2; 10.254.1.254; 83.16.196.26;};
acl locals {10/8; 127.0.0.1/32;};

options {
         directory "/etc/namedb";
         allow-transfer {seconds;};
         pid-file        "/var/run/named/pid";
         dump-file       "/var/dump/named_dump.db";
         statistics-file "/var/stats/named.stats";
         listen-on       { 127.0.0.1; 10.254.1.248; 83.18.148.142; };
         listen-on-v6    { any; };
};
#logging {category lame-servers { null; };};

zone "." in {type hint; file "root.cache";};
zone "0.0.127.in-addr.arpa" in { type master; file "127";};

and then master and slaves domains definitions below.



From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 12:30:27 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7AAB116A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:30:27 +0000 (UTC)
	(envelope-from roberthuff@rcn.com)
Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net
	[207.172.157.102])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1999343D58
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:30:25 +0000 (GMT)
	(envelope-from roberthuff@rcn.com)
Received: from mr02.lnh.mail.rcn.net ([207.172.157.22])
	by smtp02.lnh.mail.rcn.net with ESMTP; 06 Oct 2006 08:30:21 -0400
Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11])
	by mr02.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id MIH58526;
	Fri, 6 Oct 2006 08:30:17 -0400 (EDT)
Received: from 209-6-203-219.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO
	jerusalem.litteratus.org.litteratus.org) ([209.6.203.219])
	by smtp01.lnh.mail.rcn.net with ESMTP; 06 Oct 2006 08:30:16 -0400
X-IronPort-AV: i="4.09,272,1157342400"; 
	d="scan'208"; a="288926434:sNHT22240876"
From: Robert Huff <roberthuff@rcn.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <17702.19564.237561.874594@jerusalem.litteratus.org>
Date: Fri, 6 Oct 2006 08:30:36 -0400
To: freebsd-questions@freebsd.org
In-Reply-To: <1EB8FFB8DA481D0FC7FFB4A7@paul-schmehls-powerbook59.local>
References: <D6F6B2276E4C5AE49B0EFC48@utd59514.utdallas.edu>
	<200610060052.13580.bob@tania.servebbs.org>
	<1EB8FFB8DA481D0FC7FFB4A7@paul-schmehls-powerbook59.local>
X-Mailer: VM 7.17 under 21.5  (beta27) "fiddleheads" XEmacs Lucid
X-Junkmail-Status: score=10/50, host=mr02.lnh.mail.rcn.net
X-Junkmail-SD-Raw: score=unknown,
	refid=str=0001.0A090204.45264C10.0092,ss=1,fgs=0,
	ip=207.172.4.11, so=2006-05-09 23:27:51,
	dmn=5.2.113/2006-07-26
Subject: Re: Strange X problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 12:30:27 -0000


Paul Schmehl writes:

>  Not really.  I want X to start *without* requiring a console
>  login and prompt me for a login in the gui, just like my
>  workstation does.

	The traditional answer is to put an entry in /etc/ttys.  (See
the man page for details.)


					Robert Huff

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 12:36:33 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6F5B516A412
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:36:33 +0000 (UTC)
	(envelope-from wmoran@collaborativefusion.com)
Received: from mx00.pub.collaborativefusion.com
	(mx00.pub.collaborativefusion.com [206.210.89.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 80D6843D5C
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:36:28 +0000 (GMT)
	(envelope-from wmoran@collaborativefusion.com)
Received: from localhost (monrovll-cuda1-24-53-251-44.pittpa.adelphia.net
	[24.53.251.44])
	(AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA)
	by wingspan with esmtp; Fri, 06 Oct 2006 08:36:28 -0400
	id 0005641F.45264DCC.00016493
Date: Fri, 6 Oct 2006 08:36:26 -0400
From: Bill Moran <wmoran@collaborativefusion.com>
To: Wojciech Puchar <wojtek@tensor.3miasto.net>
Message-Id: <20061006083626.a2fd67a6.wmoran@collaborativefusion.com>
In-Reply-To: <20061006142718.T74782@chylonia.3miasto.net>
References: <20061006105745.V54913@chylonia.3miasto.net>
	<20061006072907.cf58999a.wmoran@collaborativefusion.com>
	<20061006142718.T74782@chylonia.3miasto.net>
Organization: Collaborative Fusion
X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: strange DNS problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 12:36:33 -0000

Wojciech Puchar <wojtek@tensor.3miasto.net> wrote:

> >>
> >> where's a problem? while hostr is able to get IP addresses but then
> >> reports servfail?
> >
> > I don't see that error when I try the same lookups.
> > host -t a hermes01.mil.be
> > hermes01.mil.be has address 194.7.21.40
> > hermes01.mil.be has address 193.191.219.40
> >
> > I suspect the problem is in your resolver config and/or caches.
> >
> possibly. but where to look? no other site behaves like this.
> 
> my named.conf:
> 
> acl seconds { 153.19.176.2; 10.254.1.254; 83.16.196.26;};
> acl locals {10/8; 127.0.0.1/32;};
> 
> options {
>          directory "/etc/namedb";
>          allow-transfer {seconds;};
>          pid-file        "/var/run/named/pid";
>          dump-file       "/var/dump/named_dump.db";
>          statistics-file "/var/stats/named.stats";
>          listen-on       { 127.0.0.1; 10.254.1.248; 83.18.148.142; };
>          listen-on-v6    { any; };
> };
> #logging {category lame-servers { null; };};
> 
> zone "." in {type hint; file "root.cache";};
> zone "0.0.127.in-addr.arpa" in { type master; file "127";};
> 
> and then master and slaves domains definitions below.

Just a theory:  Do you possibly have recursive queries locked down too
far, and does resolution of that name require recursion?

-- 
Bill Moran

I lay down for a while, and I woke up on the ocean,
floating on my back, and staring at the grey.
It was completely still, 'cept for the pounding of my heart,
was bring me back to life, from three strange days.


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 12:41:48 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BDD4D16A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:41:48 +0000 (UTC)
	(envelope-from wojtek@tensor.3miasto.net)
Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC2743D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:41:36 +0000 (GMT)
	(envelope-from wojtek@tensor.3miasto.net)
Received: from chylonia.3miasto.net (localhost [127.0.0.1])
	by chylonia.3miasto.net (8.13.4/8.13.4) with ESMTP id k96CfUcR075936;
	Fri, 6 Oct 2006 14:41:30 +0200 (CEST)
	(envelope-from wojtek@tensor.3miasto.net)
Received: from localhost (wojtek@localhost)
	by chylonia.3miasto.net (8.13.4/8.13.4/Submit) with ESMTP id
	k96CfUAn075933; Fri, 6 Oct 2006 14:41:30 +0200 (CEST)
	(envelope-from wojtek@tensor.3miasto.net)
X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs
Date: Fri, 6 Oct 2006 14:41:30 +0200 (CEST)
From: Wojciech Puchar <wojtek@tensor.3miasto.net>
X-X-Sender: wojtek@chylonia.3miasto.net
To: Bill Moran <wmoran@collaborativefusion.com>
In-Reply-To: <20061006083626.a2fd67a6.wmoran@collaborativefusion.com>
Message-ID: <20061006144109.P75850@chylonia.3miasto.net>
References: <20061006105745.V54913@chylonia.3miasto.net>
	<20061006072907.cf58999a.wmoran@collaborativefusion.com>
	<20061006142718.T74782@chylonia.3miasto.net>
	<20061006083626.a2fd67a6.wmoran@collaborativefusion.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Cc: freebsd-questions@freebsd.org
Subject: Re: strange DNS problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 12:41:48 -0000

>> zone "0.0.127.in-addr.arpa" in { type master; file "127";};
>>
>> and then master and slaves domains definitions below.
>
> Just a theory:  Do you possibly have recursive queries locked down too

where is it set?

> far, and does resolution of that name require recursion?

it is possible almost sure.

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 12:50:32 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 724BA16A407
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:50:32 +0000 (UTC)
	(envelope-from heli@mikestammer.com)
Received: from smtp101.sbc.mail.re2.yahoo.com (smtp101.sbc.mail.re2.yahoo.com
	[68.142.229.104])
	by mx1.FreeBSD.org (Postfix) with SMTP id 523A643D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:50:31 +0000 (GMT)
	(envelope-from heli@mikestammer.com)
Received: (qmail 98740 invoked from network); 6 Oct 2006 12:50:30 -0000
Received: from unknown (HELO mail.mikestammer.com)
	(mikestammer@sbcglobal.net@71.147.41.2 with login)
	by smtp101.sbc.mail.re2.yahoo.com with SMTP; 6 Oct 2006 12:50:30 -0000
Received: from localhost (localhost [127.0.0.1])
	by mail.mikestammer.com (Postfix) with ESMTP id 1F6F9BF;
	Fri,  6 Oct 2006 07:50:30 -0500 (CDT)
X-Virus-Scanned: amavisd-new at mikestammer.com
Received: from mail.mikestammer.com ([127.0.0.1])
	by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1])
	(amavisd-new, port 10024)
	with ESMTP id qDL0EG2S5+0z; Fri,  6 Oct 2006 07:50:28 -0500 (CDT)
Received: from [127.0.0.1] (localhost [127.0.0.1])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested) (Authenticated sender: eric)
	by mail.mikestammer.com (Postfix) with ESMTP id 8BC2FB6;
	Fri,  6 Oct 2006 07:50:28 -0500 (CDT)
Message-ID: <45265113.1030701@mikestammer.com>
Date: Fri, 06 Oct 2006 07:50:27 -0500
From: Eric <heli@mikestammer.com>
User-Agent: Thunderbird 1.5.0.5 (Windows/20060719)
MIME-Version: 1.0
To: Alain Wolf <wolf@k18.ch>
References: <eg4hu4$40i$1@sea.gmane.org>	<00aa01c6e8fa$fe19ce90$1200a8c0@gsicomp.on.ca>
	<eg4qt9$pbs$1@sea.gmane.org>
In-Reply-To: <eg4qt9$pbs$1@sea.gmane.org>
X-Enigmail-Version: 0.94.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: port php5 - what I am supposed to do here?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 12:50:32 -0000

Alain Wolf wrote:
> 
> Thanks Matt, that did it. I knew it there was a way. :-)
> 
> But then ...
> As everything was in sync again, I wanted to install the suhosin-patch
> 
> And see what happens:
> 
> ===  Patching for php5-5.1.6_1
> ===  Applying distribution patches for php5-5.1.6_1
> ===  Applying FreeBSD patches for php5-5.1.6_1
> 1 out of 1 hunks failed--saving rejects to Zend/zend_alloc.c.rej
> = Patch patch-Zend_zend_alloc.c failed to apply cleanly.
> = Patch(es) patch-TSRM_threads.m4 patch-Zend::zend.h applied cleanly.
> *** Error code 1
> 
> Stop in /usr/ports/lang/php5.
> 
> 
> :-(
> 
> I found this stange as I read just before about the neweset patch in the
> cvs.ports list :
> 
> On 05.10.2006 22:59, * Alex Dupre wrote:
>> ale         2006-10-05 20:59:17 UTC
> 
>>   FreeBSD ports repository
> 
>>   Modified files:
>>     lang/php5            Makefile 
>>   Added files:
>>     lang/php5/files      patch-Zend_zend_alloc.c 
>>   Log:
>>   Added safety checks against integer overflow.
>>   Bump PORTREVISION.
>>   While I'm here, I suggest all php users to use the suhosin patch
>>   and suhosin extension to harden the php installation.

> He suggests the suhosin patch but in my expirience it only builds
> without it.
> 
> Anybody else got this kind of problems?
> 

same thing here.  How many more are seeing this? For now ill just go
with the extension until the patch thing is resolved i guess.

why is there a patch out there that doesn't apply and why is it being
advocated if its broke? =)

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 13:35:00 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8D40B16A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 13:35:00 +0000 (UTC)
	(envelope-from gpeel@thenetnow.com)
Received: from constellation.thenetnow.com (thenetnow.com [69.90.69.141])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF8C43D55
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 13:35:00 +0000 (GMT)
	(envelope-from gpeel@thenetnow.com)
Received: from hpeel.ody.ca ([216.240.12.2] helo=grant)
	by constellation.thenetnow.com with esmtpa (Exim 4.54)
	id 1GVpqo-0008Fh-7C
	for freebsd-questions@freebsd.org; Fri, 06 Oct 2006 09:34:54 -0400
Message-ID: <038b01c6e94c$37144760$6401a8c0@grant>
From: "Grant Peel" <gpeel@thenetnow.com>
To: <freebsd-questions@freebsd.org>
Date: Fri, 6 Oct 2006 09:34:55 -0400
Organization: The Net Now
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2869
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Subject: Disaster recovery.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Grant Peel <gpeel@thenetnow.com>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 13:35:00 -0000

Hi all,

I currently keep file dumps of all filesystems on our servers on a secure 
raid 5 box, lees of course, the proc and swap dir.

These dumps look like this and are done and transfered to a NFS filesystem 
in the /mnt/ dir.

server1-usr-full-dump
server1-home-full-dump
server1-var-full-dump
server1-root-full-dump

So I have (all, I hope!) everything I need to rebuild a server should the 
hard disk completely crap out, or some script overwrites or rm's everything.

I have never been in the position that this, ( a complete hard drive ), had 
to be done.

so the question is ... if I have the dumps on one machine, and I just 
installed a new hard drive on another, in a nutshell, what are the steps to
restore the failed server. Can I use the FreeBSD 'live' filesystem? Is ther 
a step by step (that I have not found) in the handbook somewhere?

TIA,

-Grant




From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 14:14:35 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1721016A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 14:14:35 +0000 (UTC)
	(envelope-from snagit@cbpratt.prohosting.com)
Received: from n120.sc0.cp.net (smtpout1076.sc0.he.tucows.com [64.97.144.76])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CEF8B43D53
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 14:14:34 +0000 (GMT)
	(envelope-from snagit@cbpratt.prohosting.com)
Received: from [192.168.1.100] (67.47.213.85) by n120.sc0.cp.net (7.2.069.1)
	(authenticated as eagletree@hughes.net)
	id 45255F67000293FF for freebsd-questions@freebsd.org;
	Fri, 6 Oct 2006 14:14:32 +0000
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Transfer-Encoding: 7bit
Message-Id: <2403D229-1D39-40F8-9C40-01A7DEF8ED5D@cbpratt.prohosting.com>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
To: FreeBSD Questions <freebsd-questions@freebsd.org>
From: Chris <snagit@cbpratt.prohosting.com>
Date: Fri, 6 Oct 2006 07:14:16 -0700
X-Mailer: Apple Mail (2.752.2)
Subject: Portsnap Update Question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 14:14:35 -0000

I would like to verify whether my active installed ports are updated  
when I run the portsnap fetch update. I've read the handbook and man  
but I don't get a comfortable feeling that the question is answered  
in definitive terms that have meaning to me.

I'm preparing to apply all the recent updates to the production  
servers I have on 6.1 R P6 tomorrow morning and want to make certain  
I fully update the servers with the window of I have. I'll cvsup,  
build and install world and kernel through the normal process. What  
I've been doing is then running portsnap fetch update to apply  
patches to the ports. In doing so, I've not seen recompilations take  
place and remained somewhat fuzzy as to whether I was merely  
retrieving snapshots of source for whatever is in /usr/ports or if in  
addition, somehow binary changes were being applied to programs I've  
already installed (e.g., I have mysql and rsync installed from ports  
on every machine, would they be updated). Perhaps I should be  
remaking them?

Is the process I described, not updating the binaries of installed  
ports? I could have answered this had I compared /usr/local/bin  
before and after, but I have no example systems to play with at the  
moment. I note that portupgrade is far more involved but clearly does  
this. 

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 14:21:35 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 13F6C16A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 14:21:35 +0000 (UTC)
	(envelope-from a.pirko@inode.at)
Received: from mx.inode.at (lb01nat06.inode.at [62.99.145.6])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6E43243D49
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 14:21:34 +0000 (GMT)
	(envelope-from a.pirko@inode.at)
Received: from [85.124.24.137] (port=15256 helo=[192.168.1.11])
	by smartmx-06.inode.at with esmtp (Exim 4.50)
	id 1GVqZw-0004pq-Eb; Fri, 06 Oct 2006 16:21:33 +0200
Message-ID: <45266664.5090202@inode.at>
Date: Fri, 06 Oct 2006 16:21:24 +0200
From: Armin Pirkovitsch <a.pirko@inode.at>
User-Agent: Thunderbird 1.5.0.7 (X11/20060916)
MIME-Version: 1.0
To: Chris <snagit@cbpratt.prohosting.com>
References: <2403D229-1D39-40F8-9C40-01A7DEF8ED5D@cbpratt.prohosting.com>
In-Reply-To: <2403D229-1D39-40F8-9C40-01A7DEF8ED5D@cbpratt.prohosting.com>
X-Enigmail-Version: 0.94.0.0
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit
Cc: FreeBSD Questions <freebsd-questions@freebsd.org>
Subject: Re: Portsnap Update Question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 14:21:35 -0000

Chris wrote:
> I would like to verify whether my active installed ports are updated
> when I run the portsnap fetch update. I've read the handbook and man but
> I don't get a comfortable feeling that the question is answered in
> definitive terms that have meaning to me.
> 
> I'm preparing to apply all the recent updates to the production servers
> I have on 6.1 R P6 tomorrow morning and want to make certain I fully
> update the servers with the window of I have. I'll cvsup, build and
> install world and kernel through the normal process. What I've been
> doing is then running portsnap fetch update to apply patches to the
> ports. In doing so, I've not seen recompilations take place and remained
> somewhat fuzzy as to whether I was merely retrieving snapshots of source
> for whatever is in /usr/ports or if in addition, somehow binary changes
> were being applied to programs I've already installed (e.g., I have
> mysql and rsync installed from ports on every machine, would they be
> updated). Perhaps I should be remaking them?
> 
> Is the process I described, not updating the binaries of installed
> ports? I could have answered this had I compared /usr/local/bin before
> and after, but I have no example systems to play with at the moment. I
> note that portupgrade is far more involved but clearly does
> this.

portsnap only fetches the patches for your ports which means you have to
recompile the programs (best using portupgrade) yourself.
portupgrade -rRa might be useful in your case (and -nrRa to look which
ports will be updated without updating them)
portsnap does not update any binaries installed on your system.

-- 
Armin Pirkovitsch
a.pirko@inode.at

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 14:57:45 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3563316A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 14:57:45 +0000 (UTC)
	(envelope-from list-freebsd-2004@morbius.sent.com)
Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com
	[66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB0243D5A
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 14:57:44 +0000 (GMT)
	(envelope-from list-freebsd-2004@morbius.sent.com)
Received: from frontend3.internal (frontend3.internal [10.202.2.152])
	by frontend1.messagingengine.com (Postfix) with ESMTP id 83B63DB035E
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 10:57:43 -0400 (EDT)
Received: from heartbeat2.internal ([10.202.2.161])
	by frontend3.internal (MEProxy); Fri, 06 Oct 2006 10:57:46 -0400
X-Sasl-enc: 4NK/PesVieI65S2OlB13i6kW8g5YM0P2IPVPvKfkgoxx 1160146665
Received: from gumby.localdomain (bb-87-81-140-128.ukonline.co.uk
	[87.81.140.128])
	by mail.messagingengine.com (Postfix) with ESMTP id B6D2312BB
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 10:57:45 -0400 (EDT)
From: RW <list-freebsd-2004@morbius.sent.com>
To: freebsd-questions@freebsd.org
Date: Fri, 6 Oct 2006 15:57:39 +0100
User-Agent: KMail/1.9.4
References: <2403D229-1D39-40F8-9C40-01A7DEF8ED5D@cbpratt.prohosting.com>
In-Reply-To: <2403D229-1D39-40F8-9C40-01A7DEF8ED5D@cbpratt.prohosting.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610061557.41452.list-freebsd-2004@morbius.sent.com>
Subject: Re: Portsnap Update Question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 14:57:45 -0000

On Friday 06 October 2006 15:14, Chris wrote:

> I've been doing is then running portsnap fetch update to apply
> patches to the ports. In doing so, I've not seen recompilations take
> place and remained somewhat fuzzy as to whether I was merely
> retrieving snapshots of source for whatever is in /usr/ports or if in


You aren't even doing that. The ports tree is just a set of recipes that tells 
the ports system how to get hold of the source and build the software 
automatically. When you run portsnap or cvsup (with a ports supfile) you are 
simply updating those recipes.

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 15:02:30 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8B14F16A412
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:02:30 +0000 (UTC)
	(envelope-from xfb52@dial.pipex.com)
Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk
	[195.188.213.6])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DD28043D7E
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:02:20 +0000 (GMT)
	(envelope-from xfb52@dial.pipex.com)
Received: from [172.23.170.144] (helo=anti-virus03-07)
	by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52)
	id 1GVrDO-0000sY-Iz; Fri, 06 Oct 2006 16:02:18 +0100
Received: from [82.41.253.33] (helo=[192.168.0.2])
	by asmtp-out1.blueyonder.co.uk with esmtp (Exim 4.52)
	id 1GVrDN-0006BT-Jf; Fri, 06 Oct 2006 16:02:17 +0100
Message-ID: <45266FF7.4070306@dial.pipex.com>
Date: Fri, 06 Oct 2006 16:02:15 +0100
From: Alex Zbyslaw <xfb52@dial.pipex.com>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515
X-Accept-Language: en
MIME-Version: 1.0
To: Grant Peel <gpeel@thenetnow.com>
References: <038b01c6e94c$37144760$6401a8c0@grant>
In-Reply-To: <038b01c6e94c$37144760$6401a8c0@grant>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: Disaster recovery.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 15:02:30 -0000

Grant Peel wrote:

> Hi all,
>
> I currently keep file dumps of all filesystems on our servers on a 
> secure raid 5 box, lees of course, the proc and swap dir.
>
> These dumps look like this and are done and transfered to a NFS 
> filesystem in the /mnt/ dir.
>
> server1-usr-full-dump
> server1-home-full-dump
> server1-var-full-dump
> server1-root-full-dump
>
> So I have (all, I hope!) everything I need to rebuild a server should 
> the hard disk completely crap out, or some script overwrites or rm's 
> everything.
>
> I have never been in the position that this, ( a complete hard drive 
> ), had to be done.
>
> so the question is ... if I have the dumps on one machine, and I just 
> installed a new hard drive on another, in a nutshell, what are the 
> steps to
> restore the failed server. Can I use the FreeBSD 'live' filesystem? Is 
> ther a step by step (that I have not found) in the handbook somewhere?

Don't know that it's described anywhere, but in short below.  You can 
try it on a live server, don't actually do any newfs or restores!

Boot FreeBSD CD1 (pretty much any recent version ought to do unless 
there were changes to dump or fliesystem format).  E.g. a 5.4 CD ought 
to restore a 6.2 machine just fine.

Newfs/bsdlabel/fdisk stuff probably from post install configuration, so 
that you don't install any packages etc.  This is where you need a paper 
record of your disk slicing/partitioning.

Fixit shell and mount remote-partition-of-dumps using NFS on /mnt.  This 
may need some kldloads.  I've gotten stuff accessible via SAMBA like 
this so NFS ought to work.  Needed to phutz with the load path for kldload.

Mount fresh e.g. / partitions on e.g. /mnt2 .  I'm pretty sure you can 
make new mount points as boot CD mounts root on a memory disk.

restore -f /mnt/server1-root-full-dump -root  (check man page!)

Unmount /mnt and repeat for usr, home, var etc.


Note that you can gzip your backups and use a restore command like: 
gzcat /mnt/server1-root-full-dump -root.gz | restore -f - -r

Dumps take longer but take up less space.  I do the same thing and also 
have incrementals.  Always relied on figuring out what to do as I went 
along if I ever needed to, hence the somewhat sparse nature of the above 
procedure :-)

--Alex



From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 15:07:23 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C15B916A417
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:07:23 +0000 (UTC)
	(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 D36AC43D46
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:07:22 +0000 (GMT)
	(envelope-from xfb52@dial.pipex.com)
Received: from [172.23.170.137] (helo=anti-virus01-08)
	by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52)
	id 1GVrIH-00018X-H6; Fri, 06 Oct 2006 16:07:21 +0100
Received: from [82.41.253.33] (helo=[192.168.0.2])
	by asmtp-out1.blueyonder.co.uk with esmtp (Exim 4.52)
	id 1GVrIG-0007Y1-Bj; Fri, 06 Oct 2006 16:07:20 +0100
Message-ID: <45267126.6000000@dial.pipex.com>
Date: Fri, 06 Oct 2006 16:07:18 +0100
From: Alex Zbyslaw <xfb52@dial.pipex.com>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515
X-Accept-Language: en
MIME-Version: 1.0
To: Chris <snagit@cbpratt.prohosting.com>
References: <2403D229-1D39-40F8-9C40-01A7DEF8ED5D@cbpratt.prohosting.com>
In-Reply-To: <2403D229-1D39-40F8-9C40-01A7DEF8ED5D@cbpratt.prohosting.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: FreeBSD Questions <freebsd-questions@freebsd.org>
Subject: Re: Portsnap Update Question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 15:07:23 -0000

Chris wrote:

>
> I'm preparing to apply all the recent updates to the production  
> servers I have on 6.1 R P6 tomorrow morning and want to make certain  
> I fully update the servers with the window of I have. I'll cvsup,  
> build and install world and kernel through the normal process. What  
> I've been doing is then running portsnap fetch update to apply  
> patches to the ports. In doing so, I've not seen recompilations take  
> place and remained somewhat fuzzy as to whether I was merely  
> retrieving snapshots of source for whatever is in /usr/ports or if in  
> addition, somehow binary changes were being applied to programs I've  
> already installed (e.g., I have mysql and rsync installed from ports  
> on every machine, would they be updated). Perhaps I should be  
> remaking them?

You've only updated the skeleton directories which are used to build 
ports.  You have not updated the ports themselves.

After your portsnap run "pkg_version -L=" and anything marked '<' is out 
of date.

Also consider installing portaudit which tells you about installed ports 
which have security bugs which may affect you.  You could consider only 
updating ports which have security holes, for example.  And you'll at 
least be aware of what security issues might exist even if you don't fix 
them :-)

Investigate portupgrade or portmanager for doing the updating.  I prefer 
the former and it has a good man page.

--Alex



From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 15:15:42 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8B95E16A412
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:15:42 +0000 (UTC)
	(envelope-from snagit@cbpratt.prohosting.com)
Received: from n120.sc0.cp.net (smtpout1117.sc0.he.tucows.com [64.97.144.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 455FD43D46
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:15:41 +0000 (GMT)
	(envelope-from snagit@cbpratt.prohosting.com)
Received: from [192.168.1.100] (67.47.213.85) by n120.sc0.cp.net (7.2.069.1)
	(authenticated as eagletree@hughes.net)
	id 45255F670002D7B5 for freebsd-questions@freebsd.org;
	Fri, 6 Oct 2006 15:15:36 +0000
Mime-Version: 1.0 (Apple Message framework v752.2)
In-Reply-To: <200610061557.41452.list-freebsd-2004@morbius.sent.com>
References: <2403D229-1D39-40F8-9C40-01A7DEF8ED5D@cbpratt.prohosting.com>
	<200610061557.41452.list-freebsd-2004@morbius.sent.com>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <E4BA4B1E-4404-468C-AB62-169D90B16109@cbpratt.prohosting.com>
Content-Transfer-Encoding: 7bit
From: Chris <snagit@cbpratt.prohosting.com>
Date: Fri, 6 Oct 2006 08:15:21 -0700
To: FreeBSD Questions <freebsd-questions@freebsd.org>
X-Mailer: Apple Mail (2.752.2)
Subject: Re: Portsnap Update Question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 15:15:42 -0000


On Oct 6, 2006, at 7:57 AM, RW wrote:

> On Friday 06 October 2006 15:14, Chris wrote:
>
>> I've been doing is then running portsnap fetch update to apply
>> patches to the ports. In doing so, I've not seen recompilations take
>> place and remained somewhat fuzzy as to whether I was merely
>> retrieving snapshots of source for whatever is in /usr/ports or if in
>
>
> You aren't even doing that. The ports tree is just a set of recipes  
> that tells
> the ports system how to get hold of the source and build the software
> automatically. When you run portsnap or cvsup (with a ports  
> supfile) you are
> simply updating those recipes.

Thanks all, major misunderstanding on my part. It's likely a problem  
with my ability to understand the documentation but I'd taken it to  
be an alternate method of keeping ports current. If I understand  
correctly, portsnap is only allowing the ports to install correctly  
in subsequent cd /usr/ports/*;make install sessions and adding new  
pointers for ports added to the tree.

I found a cookbook on portupgrade and will research portaudit next.

Thanks again.

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 15:16:43 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E5FEB16A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:16:43 +0000 (UTC)
	(envelope-from heli@mikestammer.com)
Received: from smtp110.sbc.mail.re2.yahoo.com (smtp110.sbc.mail.re2.yahoo.com
	[68.142.229.95]) by mx1.FreeBSD.org (Postfix) with SMTP id C416743D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:16:42 +0000 (GMT)
	(envelope-from heli@mikestammer.com)
Received: (qmail 63366 invoked from network); 6 Oct 2006 15:16:41 -0000
Received: from unknown (HELO mail.mikestammer.com)
	(mikestammer@sbcglobal.net@71.147.41.2 with login)
	by smtp110.sbc.mail.re2.yahoo.com with SMTP; 6 Oct 2006 15:16:41 -0000
Received: from localhost (localhost [127.0.0.1])
	by mail.mikestammer.com (Postfix) with ESMTP id 5BEF160
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 10:16:41 -0500 (CDT)
X-Virus-Scanned: amavisd-new at mikestammer.com
Received: from mail.mikestammer.com ([127.0.0.1])
	by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1])
	(amavisd-new, port 10024)
	with ESMTP id bj6KEMobSrNV for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 10:16:40 -0500 (CDT)
Received: from [127.0.0.1] (localhost [127.0.0.1])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested) (Authenticated sender: eric)
	by mail.mikestammer.com (Postfix) with ESMTP id AAFDF12
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 10:16:39 -0500 (CDT)
Message-ID: <45267356.4070909@mikestammer.com>
Date: Fri, 06 Oct 2006 10:16:38 -0500
From: Eric <heli@mikestammer.com>
User-Agent: Thunderbird 1.5.0.5 (Windows/20060719)
MIME-Version: 1.0
To: FreeBSD Questions <freebsd-questions@freebsd.org>
References: <2403D229-1D39-40F8-9C40-01A7DEF8ED5D@cbpratt.prohosting.com>
	<45267126.6000000@dial.pipex.com>
In-Reply-To: <45267126.6000000@dial.pipex.com>
X-Enigmail-Version: 0.94.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Subject: Re: Portsnap Update Question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 15:16:44 -0000

Alex Zbyslaw wrote:
> Chris wrote:
> 
>
> Also consider installing portaudit which tells you about installed ports
> which have security bugs which may affect you.  You could consider only
> updating ports which have security holes, for example.  And you'll at
> least be aware of what security issues might exist even if you don't fix
> them :-)
> 
> Investigate portupgrade or portmanager for doing the updating.  I prefer
> the former and it has a good man page.
> 
> --Alex
> 
> 

portmaster is actively developed and a lot better than portmanager IMO.
also, it has no dependencies unlike portupgrade.

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 15:24:02 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4B40216A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:24:02 +0000 (UTC)
	(envelope-from list-freebsd-2004@morbius.sent.com)
Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com
	[66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B7E43D70
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:24:01 +0000 (GMT)
	(envelope-from list-freebsd-2004@morbius.sent.com)
Received: from frontend3.internal (frontend3.internal [10.202.2.152])
	by frontend1.messagingengine.com (Postfix) with ESMTP id 54DC4DB003B
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:24:00 -0400 (EDT)
Received: from heartbeat2.internal ([10.202.2.161])
	by frontend3.internal (MEProxy); Fri, 06 Oct 2006 11:24:02 -0400
X-Sasl-enc: YKTNVxyuPMUbhakCZfWpMUmrXz+lN7VxSzefFo4jA9g2 1160148242
Received: from gumby.localdomain (bb-87-81-140-128.ukonline.co.uk
	[87.81.140.128])
	by mail.messagingengine.com (Postfix) with ESMTP id 831FD127C
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 11:24:02 -0400 (EDT)
From: RW <list-freebsd-2004@morbius.sent.com>
To: freebsd-questions@freebsd.org
Date: Fri, 6 Oct 2006 16:23:57 +0100
User-Agent: KMail/1.9.4
References: <20061005013907.51466.qmail@web83115.mail.mud.yahoo.com>
In-Reply-To: <20061005013907.51466.qmail@web83115.mail.mud.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610061623.58778.list-freebsd-2004@morbius.sent.com>
Subject: Re: Good References and or Books for learning ADA
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 15:24:02 -0000

On Thursday 05 October 2006 02:39, backyard wrote:
> Hello All,
>
> I'm looking to teach myself ADA using the Gnu Compiler
> Collection and GNATS as my compiler under an i386
> FreeBSD 6.X system. I'm just curious if any ADA
> programmers out there can point me to some decent
> books/online resources for learning the basics and
> more advanced aspects of ADA. They would be most
> useful if they referenced ADA95 as that appears to be
> the standard gnats supports.

When I did an ADA course, Barnes's "Programming in Ada 95" was the standard 
text. That was about 8 years ago, but it's gone to a second edition since 
then.

http://www.amazon.com/Programming-Ada-2nd-John-Barnes/dp/0201342936/

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 15:48:05 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C1E2116A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:48:05 +0000 (UTC)
	(envelope-from pgiessel@mac.com)
Received: from achilles.leela.ws (achilles.leela.ws [66.207.162.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 749E943D53
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:48:05 +0000 (GMT)
	(envelope-from pgiessel@mac.com)
Received: from [192.168.0.193] ([158.145.111.132]) (authenticated bits=0)
	by achilles.leela.ws (8.13.6/8.13.6) with ESMTP id k96FlvvR031896
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Fri, 6 Oct 2006 07:48:02 -0800 (AKDT)
	(envelope-from pgiessel@mac.com)
Message-ID: <45267AAD.5040905@mac.com>
Date: Fri, 06 Oct 2006 07:47:57 -0800
From: "Peter A. Giessel" <pgiessel@mac.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Grant Peel <gpeel@thenetnow.com>
References: <038b01c6e94c$37144760$6401a8c0@grant>
In-Reply-To: <038b01c6e94c$37144760$6401a8c0@grant>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: freeBSD <freebsd-questions@freebsd.org>
Subject: Re: Disaster recovery.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 15:48:05 -0000

On 2006/10/06 5:34, Grant Peel seems to have typed:
> so the question is ... if I have the dumps on one machine, and I just 
> installed a new hard drive on another, in a nutshell, what are the steps to
> restore the failed server. Can I use the FreeBSD 'live' filesystem? Is ther 
> a step by step (that I have not found) in the handbook somewhere?

Honestly, the man pages are your friend in these situations, especially
the restore man page:
http://www.freebsd.org/cgi/man.cgi?query=restore&apropos=0&sektion=0&manpath=FreeBSD+6.1-RELEASE&format=html

See the "-r" flag especially, which includes a brief example.  If you
are restoring from another machine, things get a bit more interesting
though, which is why I always like to keep around a Freesbie disk.
http://www.freesbie.org/
Its nice to have a full OS on a CD available for use.

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 16:06:06 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7380616A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:06:06 +0000 (UTC)
	(envelope-from msoulier@digitaltorque.ca)
Received: from mail.storm.ca (mail.storm.ca [209.87.239.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 00D9343D53
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:06:05 +0000 (GMT)
	(envelope-from msoulier@digitaltorque.ca)
Received: from tigger.digitaltorque.ca (hs-216-106-102-70.storm.ca
	[216.106.102.70])
	by mail.storm.ca (8.13.6+Sun/8.13.6) with ESMTP id k96G64Xi001027
	for <freebsd-questions@freebsd.org>;
	Fri, 6 Oct 2006 12:06:04 -0400 (EDT)
Received: by tigger.digitaltorque.ca (Postfix, from userid 500)
	id 761A023DF1; Fri,  6 Oct 2006 12:05:58 -0400 (EDT)
Date: Fri, 6 Oct 2006 12:05:57 -0400
From: "Michael P. Soulier" <msoulier@digitaltorque.ca>
To: freebsd-questions@freebsd.org
Message-ID: <20061006160557.GA27560@tigger.digitaltorque.ca>
Mail-Followup-To: freebsd-questions@freebsd.org
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="YzDuxKLL0xGMARRp"
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
Subject: error in building a fortune-mod port, where is fortune?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 16:06:06 -0000


--YzDuxKLL0xGMARRp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable


[msoulier@kanga fortune-mod-futurama]$ sudo make
Password:
=3D> fortune-mod-futurama-0.2.tar.bz2 doesn't seem to exist in
/usr/ports/distfiles/.
=3D> Attempting to fetch from http://www.netmeister.org/apps/.
fortune-mod-futurama-0.2.tar.bz2              100% of   16 kB   85 kBps
=3D=3D=3D>  Extracting for fortune-mod-futurama-0.2_3
=3D> MD5 Checksum OK for fortune-mod-futurama-0.2.tar.bz2.
=3D=3D=3D>  Patching for fortune-mod-futurama-0.2_3
=3D=3D=3D>  Configuring for fortune-mod-futurama-0.2_3
=3D=3D=3D>  Building for fortune-mod-futurama-0.2_3
/usr/games/strfile: not found
*** Error code 127

Stop in /usr/ports/misc/fortune-mod-futurama.
[msoulier@kanga fortune-mod-futurama]$ pwd
/usr/ports/misc/fortune-mod-futurama

Presumably I need the base fortune-mod program, which would include strfile.
But, I don't see it in the ports tree.

Any pointers?

Thanks,
Mike
--=20
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein

--YzDuxKLL0xGMARRp
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFFJn7lKGqCc1vIvggRAj89AKDBV7yorDkQdNOrIphPDZ4vbotozQCcCJ+L
Epy3nJgq9ukt6d5MjXp0hS8=
=Xc46
-----END PGP SIGNATURE-----

--YzDuxKLL0xGMARRp--

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 16:09:26 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 54F1216A412
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:09:26 +0000 (UTC)
	(envelope-from ograbme@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A731243D58
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:09:21 +0000 (GMT)
	(envelope-from ograbme@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so868526wxd
	for <freebsd-questions@freebsd.org>;
	Fri, 06 Oct 2006 09:09:21 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:date:from:x-mailer:reply-to:x-priority:message-id:to:subject:mime-version:content-type:content-transfer-encoding;
	b=EFFB2cCBGU1XqB5PMITPKMrO/Se/bi3snei87CjOrCRQ2vy7/xq6IW96FTK/d1GtCogwab5yjtW+IeiQhndqNvWlHRZlTqzuCRFn0eLWIjYn+gItl9CB1s7hEeb0/FIelJn8rf/Z8E9bT3OO28+fHbuII1a5WsxZB4EMECLBiQ0=
Received: by 10.70.78.4 with SMTP id a4mr5682676wxb;
	Fri, 06 Oct 2006 09:09:20 -0700 (PDT)
Received: from server ( [68.223.74.89])
	by mx.google.com with ESMTP id 66sm2469902wra.2006.10.06.09.09.19;
	Fri, 06 Oct 2006 09:09:20 -0700 (PDT)
Date: Fri, 6 Oct 2006 12:14:29 -0400
From: ograbme <ograbme@gmail.com>
X-Mailer: The Bat! (v2.11.02)
X-Priority: 3 (Normal)
Message-ID: <1092883606.20061006121429@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: Newbie Question - looking for suggestions of small ports to install
	on stand-alone system without internet connection
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: ograbme <ograbme@gmail.com>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 16:09:26 -0000


I would like a few recommendations for small "ports" to try to install
on my stand-alone machine.

The stand-alone machine does not have connection to the internet;
however, I do have a set of four (4)CD from the FreeBSD Mall and two
(2) of the CD's have 'ports' on them.  I would like to select one, two
or three ports to install on this machine ... to go through the steps
and experience of the ports process using the cdroms, sooooo ... in
essence I'm looking for suggestions of ports of a small nature (if
there is such a thing).

Thanks in advance.




From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 16:19:39 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D289616A412
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:19:39 +0000 (UTC)
	(envelope-from jerrymc@gizmo.acns.msu.edu)
Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC9643D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:19:39 +0000 (GMT)
	(envelope-from jerrymc@gizmo.acns.msu.edu)
Received: from gizmo.acns.msu.edu (localhost [127.0.0.1])
	by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id k96GHkNw074703;
	Fri, 6 Oct 2006 12:17:46 -0400 (EDT)
	(envelope-from jerrymc@gizmo.acns.msu.edu)
Received: (from jerrymc@localhost)
	by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id k96GHksf074702;
	Fri, 6 Oct 2006 12:17:46 -0400 (EDT) (envelope-from jerrymc)
Date: Fri, 6 Oct 2006 12:17:45 -0400
From: Jerry McAllister <jerrymc@msu.edu>
To: ograbme <ograbme@gmail.com>
Message-ID: <20061006161745.GA74632@gizmo.acns.msu.edu>
References: <1092883606.20061006121429@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1092883606.20061006121429@gmail.com>
User-Agent: Mutt/1.4.2.2i
Cc: freebsd-questions@freebsd.org
Subject: Re: Newbie Question - looking for suggestions of small ports to
	install on stand-alone system without internet connection
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 16:19:39 -0000

On Fri, Oct 06, 2006 at 12:14:29PM -0400, ograbme wrote:

> 
> I would like a few recommendations for small "ports" to try to install
> on my stand-alone machine.
> 
> The stand-alone machine does not have connection to the internet;
> however, I do have a set of four (4)CD from the FreeBSD Mall and two
> (2) of the CD's have 'ports' on them.  I would like to select one, two
> or three ports to install on this machine ... to go through the steps
> and experience of the ports process using the cdroms, sooooo ... in
> essence I'm looking for suggestions of ports of a small nature (if
> there is such a thing).

Geez,  what do you want to play with?   Pick anything.
Maybe a couple of simple games would be a good example or maybe
a text editor such as vim.   But, your lack of network connection
makes coming up with suggestions more difficult.

It is no problem if everything is on the CD set.  The problem is that 
so many things have dependancies that may want to go out to the network 
to get something else to build.  I always just have it pull in things 
over the net, so am not sure how much you can get away with for a 
just CD install.  So, it is hard to think of one without trying it 
to make sure everything it needs is on the CDs.

Some simple game such as xmahjongg or dontspace (a Freecell game) might 
work OK and not call in to much else.   A text editor such as vim may 
be OK.  They all require X, but that should be on the CDs.   

////jerry

> 
> Thanks in advance.
> 
> 
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 16:28:55 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9EE7816A500
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:28:55 +0000 (UTC)
	(envelope-from gpeel@thenetnow.com)
Received: from constellation.thenetnow.com (thenetnow.com [69.90.69.141])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA1443D49
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:28:55 +0000 (GMT)
	(envelope-from gpeel@thenetnow.com)
Received: from hpeel.ody.ca ([216.240.12.2] helo=grant)
	by constellation.thenetnow.com with esmtpa (Exim 4.54)
	id 1GVsZ7-000GBR-00; Fri, 06 Oct 2006 12:28:49 -0400
Message-ID: <009a01c6e964$82c49300$6401a8c0@grant>
From: "Grant Peel" <gpeel@thenetnow.com>
To: "Peter A. Giessel" <pgiessel@mac.com>
References: <038b01c6e94c$37144760$6401a8c0@grant> <45267AAD.5040905@mac.com>
Date: Fri, 6 Oct 2006 12:28:52 -0400
Organization: The Net Now
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2869
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Cc: freeBSD <freebsd-questions@freebsd.org>
Subject: Re: Disaster recovery.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Grant Peel <gpeel@thenetnow.com>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 16:28:55 -0000

Is it possible to boot the machine using a 'live' freebsd silesystem via cd? 
Then setup the /mnt , setup the new filesystems, then use restore to briung 
the real data to the disk?


I guess my question really should have been, if you install a new disk, or 
re newfs a disk, how do you start the machine, a freebsd boot disk?
(without installing freebsd to the machine that the restore are going to 
overwrite anyway!).

-Grant



----- Original Message ----- 
From: "Peter A. Giessel" <pgiessel@mac.com>
To: "Grant Peel" <gpeel@thenetnow.com>
Cc: "freeBSD" <freebsd-questions@freebsd.org>
Sent: Friday, October 06, 2006 11:47 AM
Subject: Re: Disaster recovery.


> On 2006/10/06 5:34, Grant Peel seems to have typed:
>> so the question is ... if I have the dumps on one machine, and I just
>> installed a new hard drive on another, in a nutshell, what are the steps 
>> to
>> restore the failed server. Can I use the FreeBSD 'live' filesystem? Is 
>> ther
>> a step by step (that I have not found) in the handbook somewhere?
>
> Honestly, the man pages are your friend in these situations, especially
> the restore man page:
> http://www.freebsd.org/cgi/man.cgi?query=restore&apropos=0&sektion=0&manpath=FreeBSD+6.1-RELEASE&format=html
>
> See the "-r" flag especially, which includes a brief example.  If you
> are restoring from another machine, things get a bit more interesting
> though, which is why I always like to keep around a Freesbie disk.
> http://www.freesbie.org/
> Its nice to have a full OS on a CD available for use.
>
> 



From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 16:36:15 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9785416A407
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:36:15 +0000 (UTC)
	(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 261AB43D5A
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:36:15 +0000 (GMT)
	(envelope-from dan@dan.emsphone.com)
Received: (from dan@localhost)
	by dan.emsphone.com (8.13.6/8.13.8) id k96GaEHh058430;
	Fri, 6 Oct 2006 11:36:14 -0500 (CDT) (envelope-from dan)
Date: Fri, 6 Oct 2006 11:36:14 -0500
From: Dan Nelson <dnelson@allantgroup.com>
To: Grant Peel <gpeel@thenetnow.com>
Message-ID: <20061006163614.GB65461@dan.emsphone.com>
References: <038b01c6e94c$37144760$6401a8c0@grant> <45267AAD.5040905@mac.com>
	<009a01c6e964$82c49300$6401a8c0@grant>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <009a01c6e964$82c49300$6401a8c0@grant>
X-OS: FreeBSD 6.2-PRERELEASE
X-message-flag: Outlook Error
User-Agent: Mutt/1.5.13 (2006-08-11)
Cc: "Peter A. Giessel" <pgiessel@mac.com>,
	freeBSD <freebsd-questions@freebsd.org>
Subject: Re: Disaster recovery.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 16:36:15 -0000

In the last episode (Oct 06), Grant Peel said:
> Is it possible to boot the machine using a 'live' freebsd silesystem
> via cd? Then setup the /mnt , setup the new filesystems, then use
> restore to briung the real data to the disk?
> 
> I guess my question really should have been, if you install a new
> disk, or re newfs a disk, how do you start the machine, a freebsd
> boot disk? (without installing freebsd to the machine that the
> restore are going to overwrite anyway!).

A livecd (freesbie, or the FreeBSD install disc 1) will suffice.  I
usually use sysinstall to fdisk/disklabel/newfs, then drop to the shell
to run ifconfig, nfs mount the server with my dumps, and  restore.

-- 
	Dan Nelson
	dnelson@allantgroup.com

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 16:44:06 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9AEDA16A415
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:44:06 +0000 (UTC)
	(envelope-from pgiessel@mac.com)
Received: from achilles.leela.ws (achilles.leela.ws [66.207.162.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3270E43D49
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:44:06 +0000 (GMT)
	(envelope-from pgiessel@mac.com)
Received: from [192.168.0.193] ([158.145.111.132]) (authenticated bits=0)
	by achilles.leela.ws (8.13.6/8.13.6) with ESMTP id k96GhkfD032066
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Fri, 6 Oct 2006 08:43:51 -0800 (AKDT)
	(envelope-from pgiessel@mac.com)
Message-ID: <452687C0.5050600@mac.com>
Date: Fri, 06 Oct 2006 08:43:44 -0800
From: "Peter A. Giessel" <pgiessel@mac.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Grant Peel <gpeel@thenetnow.com>
References: <038b01c6e94c$37144760$6401a8c0@grant> <45267AAD.5040905@mac.com>
	<009a01c6e964$82c49300$6401a8c0@grant>
In-Reply-To: <009a01c6e964$82c49300$6401a8c0@grant>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: freeBSD <freebsd-questions@freebsd.org>
Subject: Re: Disaster recovery.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 16:44:06 -0000


On 2006/10/06 8:28, Grant Peel seems to have typed:
> Is it possible to boot the machine using a 'live' freebsd silesystem via cd? 
> Then setup the /mnt , setup the new filesystems, then use restore to briung 
> the real data to the disk?
>
> ----- Original Message ----- 
> From: "Peter A. Giessel" <pgiessel@mac.com>
> To: "Grant Peel" <gpeel@thenetnow.com>
> Cc: "freeBSD" <freebsd-questions@freebsd.org>
> Sent: Friday, October 06, 2006 11:47 AM
> Subject: Re: Disaster recovery.
>>
>> http://www.freesbie.org/


Yes, see FreeSBIE.  Its a great 'live' freebsd CD.

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 16:48:16 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BB46516A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:48:16 +0000 (UTC)
	(envelope-from ulrich@pukruppa.net)
Received: from pukruppa.net (pukruppa.net [213.146.114.24])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 408E843D49
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:48:10 +0000 (GMT)
	(envelope-from ulrich@pukruppa.net)
Received: from pukruppa.net (pukruppa.net [213.146.114.24])
	by pukruppa.net (8.13.8/8.13.8) with ESMTP id k96GovYG073901;
	Fri, 6 Oct 2006 18:50:59 +0200 (CEST)
	(envelope-from ulrich@pukruppa.net)
Date: Fri, 6 Oct 2006 18:50:53 +0200 (CEST)
From: "P.U.Kruppa" <ulrich@pukruppa.net>
To: Grant Peel <gpeel@thenetnow.com>
In-Reply-To: <009a01c6e964$82c49300$6401a8c0@grant>
Message-ID: <20061006184033.O1394@pukruppa.net>
References: <038b01c6e94c$37144760$6401a8c0@grant> <45267AAD.5040905@mac.com>
	<009a01c6e964$82c49300$6401a8c0@grant>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Cc: "Peter A. Giessel" <pgiessel@mac.com>,
	freeBSD <freebsd-questions@freebsd.org>
Subject: Re: Disaster recovery.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 16:48:16 -0000

On Fri, 6 Oct 2006, Grant Peel wrote:

> Is it possible to boot the machine using a 'live' freebsd silesystem via cd? 
> Then setup the /mnt , setup the new filesystems, then use restore to briung 
> the real data to the disk?
>
>
> I guess my question really should have been, if you install a new disk, or re 
> newfs a disk, how do you start the machine, a freebsd boot disk?
> (without installing freebsd to the machine that the restore are going to 
> overwrite anyway!).
I am afraid you really have to describe your situation more 
precisely.

>From what I gather you seem to have a broken server and want to 
rescue some files from it to a freshly setup one.

If this is the case, I would take a screw driver, fetch the hard 
disk from the old box, plug it into the new one and mount it 
somewhere on your new filesystem.

Or I got it all wrong, in this case please do excuse my 
interference.

Regards,

Uli.

>
> -Grant
>
>
>
> ----- Original Message ----- From: "Peter A. Giessel" <pgiessel@mac.com>
> To: "Grant Peel" <gpeel@thenetnow.com>
> Cc: "freeBSD" <freebsd-questions@freebsd.org>
> Sent: Friday, October 06, 2006 11:47 AM
> Subject: Re: Disaster recovery.
>
>
>> On 2006/10/06 5:34, Grant Peel seems to have typed:
>>> so the question is ... if I have the dumps on one machine, and I just
>>> installed a new hard drive on another, in a nutshell, what are the steps 
>>> to
>>> restore the failed server. Can I use the FreeBSD 'live' filesystem? Is 
>>> ther
>>> a step by step (that I have not found) in the handbook somewhere?
>> 
>> Honestly, the man pages are your friend in these situations, especially
>> the restore man page:
>> http://www.freebsd.org/cgi/man.cgi?query=restore&apropos=0&sektion=0&manpath=FreeBSD+6.1-RELEASE&format=html
>> 
>> See the "-r" flag especially, which includes a brief example.  If you
>> are restoring from another machine, things get a bit more interesting
>> though, which is why I always like to keep around a Freesbie disk.
>> http://www.freesbie.org/
>> Its nice to have a full OS on a CD available for use.
>> 
>> 
>
>
> _______________________________________________
> 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"
>



Peter Ulrich Kruppa
Wuppertal
Germany


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 16:53:15 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DF33416A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:53:15 +0000 (UTC) (envelope-from josh@tcbug.org)
Received: from alnrmhc11.comcast.net (alnrmhc11.comcast.net [204.127.225.91])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 94C0743D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:53:15 +0000 (GMT) (envelope-from josh@tcbug.org)
Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219])
	by comcast.net (alnrmhc11) with ESMTP
	id <20061006165314b110089eate>; Fri, 6 Oct 2006 16:53:15 +0000
From: Josh Paetzel <josh@tcbug.org>
To: freebsd-questions@freebsd.org
Date: Fri, 6 Oct 2006 11:53:12 -0500
User-Agent: KMail/1.9.3
References: <20061006160557.GA27560@tigger.digitaltorque.ca>
In-Reply-To: <20061006160557.GA27560@tigger.digitaltorque.ca>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-6"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610061153.12440.josh@tcbug.org>
Cc: "Michael P. Soulier" <msoulier@digitaltorque.ca>
Subject: Re: error in building a fortune-mod port, where is fortune?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 16:53:16 -0000

On Friday 06 October 2006 11:05, Michael P. Soulier wrote:
> [msoulier@kanga fortune-mod-futurama]$ sudo make
> Password:
> => fortune-mod-futurama-0.2.tar.bz2 doesn't seem to exist in
> /usr/ports/distfiles/.
> => Attempting to fetch from http://www.netmeister.org/apps/.
> fortune-mod-futurama-0.2.tar.bz2              100% of   16 kB   85
> kBps ===>  Extracting for fortune-mod-futurama-0.2_3
> => MD5 Checksum OK for fortune-mod-futurama-0.2.tar.bz2.
> ===>  Patching for fortune-mod-futurama-0.2_3
> ===>  Configuring for fortune-mod-futurama-0.2_3
> ===>  Building for fortune-mod-futurama-0.2_3
> /usr/games/strfile: not found
> *** Error code 127
>
> Stop in /usr/ports/misc/fortune-mod-futurama.
> [msoulier@kanga fortune-mod-futurama]$ pwd
> /usr/ports/misc/fortune-mod-futurama
>
> Presumably I need the base fortune-mod program, which would include
> strfile. But, I don't see it in the ports tree.
>
> Any pointers?
>
> Thanks,
> Mike

Fortune is in the 'games' distribution of the base system.

-- 
Thanks,

Josh Paetzel

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:01:20 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A641216A407
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:01:20 +0000 (UTC)
	(envelope-from msoulier@digitaltorque.ca)
Received: from mail.storm.ca (mail.storm.ca [209.87.239.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2F15443D55
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:01:19 +0000 (GMT)
	(envelope-from msoulier@digitaltorque.ca)
Received: from tigger.digitaltorque.ca (hs-216-106-102-70.storm.ca
	[216.106.102.70])
	by mail.storm.ca (8.13.6+Sun/8.13.6) with ESMTP id k96H1D2o005540;
	Fri, 6 Oct 2006 13:01:14 -0400 (EDT)
Received: by tigger.digitaltorque.ca (Postfix, from userid 500)
	id 7F24823DF1; Fri,  6 Oct 2006 13:01:08 -0400 (EDT)
Date: Fri, 6 Oct 2006 13:01:08 -0400
From: "Michael P. Soulier" <msoulier@digitaltorque.ca>
To: Josh Paetzel <josh@tcbug.org>
Message-ID: <20061006170108.GC27560@tigger.digitaltorque.ca>
Mail-Followup-To: Josh Paetzel <josh@tcbug.org>, freebsd-questions@freebsd.org
References: <20061006160557.GA27560@tigger.digitaltorque.ca>
	<200610061153.12440.josh@tcbug.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="RKpxPxAhf7+cN71p"
Content-Disposition: inline
In-Reply-To: <200610061153.12440.josh@tcbug.org>
User-Agent: Mutt/1.4.2.1i
Cc: freebsd-questions@freebsd.org
Subject: Re: error in building a fortune-mod port, where is fortune?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:01:20 -0000


--RKpxPxAhf7+cN71p
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 06/10/06 Josh Paetzel said:

> Fortune is in the 'games' distribution of the base system.

Not built by default? How would I add that, post installation?

Mike
--=20
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein

--RKpxPxAhf7+cN71p
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFFJovTKGqCc1vIvggRAl3JAKCS8HG6iyiI6Pd3K3CF6ZE3nBaS5gCfTTlJ
/DUpu2sO/3w4s8WihG9QETM=
=Fgl0
-----END PGP SIGNATURE-----

--RKpxPxAhf7+cN71p--

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:02:01 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: FreeBSD-questions@FreeBSD.org
Delivered-To: FreeBSD-questions@FreeBSD.org
Received: by hub.freebsd.org (Postfix, from userid 645)
	id 3D34516A415; Fri,  6 Oct 2006 17:02:01 +0000 (UTC)
To: FreeBSD-questions@FreeBSD.org
Message-Id: <20061006170201.3D34516A415@hub.freebsd.org>
Date: Fri,  6 Oct 2006 17:02:01 +0000 (UTC)
From: grog@FreeBSD.ORG (Greg Lehey)
Cc: 
Subject: How to get best results from FreeBSD-questions
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:02:01 -0000


How to get the best results from FreeBSD questions.
===================================================

Last update $Date: 2005/08/10 02:21:44 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=====================================================================

Contents:

I:    Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:    How to answer a question to FreeBSD-questions

I: Introduction
===============

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the "newcomers"), and also those who answer the
questions (the "hackers").

       Note that the term "hacker" has nothing to do with breaking
       into other people's computers.  The correct term for the latter
       activity is "cracker", but the popular press hasn't found out
       yet.  The FreeBSD hackers disapprove strongly of cracking
       security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==============================================

When you subscribed to FreeBSD-questions, you got a welcome message
from freebsd-questions-request@FreeBSD.ORG.  In this message, amongst
other things, it told you how to unsubscribe.  Here's a typical
message:

  Welcome to the freebsd-questions@freebsd.org mailing list!

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org
  
(obviously, substitute your mail address for "me@me.org").  You can
also make such adjustments via email by sending a message to:

  freebsd-questions-request@freebsd.org
  
with the word 'help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including
changing the password, itself) or to unsubscribe.
  
Normally, Mailman will remind you of your freebsd.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS               User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send "how to" questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
      keeping the original message from majordomo comes in handy.  For
      example, the sample message above shows my mail ID as
      grog@lemis.de.  Since then, I have changed it to
      grog@lemis.com.  If I were to try to remove grog@lemis.com from
      the list, it would fail: I would have to specify the name with
      which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
      FreeBSD-questions.  If that's the case, you'll have to figure out
      which one it is and get your name taken off that one.  If you're
      not sure which one it might be, check the headers of the
      messages you receive from freebsd-questions: maybe there's a
      clue there.

If you've done all this, and you still can't figure out what's going
on, send a message to Postmaster@FreeBSD.org, and he will sort things
out for you.  Don't send a message to FreeBSD-questions: they can't
help you.

III: Should I ask -questions or -hackers?
=========================================

Two mailing lists handle general questions about FreeBSD,
FreeBSD-questions and FreeBSD-hackers.  In some cases, it's not really
clear which group you should ask.  The following criteria should help
for 99% of all questions, however:

     If the question is of a general nature, first check whether this
     isn't a Frequently Asked Question (FAQ).  There's a list of these
     questions at
     http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html,
     and also on your own system (once you've installed it) at
     /usr/share/doc/en/books/faq/index.html.  Check there, and if you
     don't find an answer, ask FreeBSD-questions.  Examples might be
     questions about installing FreeBSD or the use of a particular
     UNIX utility.

     If you think the question relates to a bug, but you're not sure,
     or you don't know how to look for it, send the message to
     FreeBSD-questions.

     If the question relates to a bug, and you're almost sure that
     it's a bug (for example, you can pinpoint the place in the code
     where it happens, and you maybe have a fix), then send the
     message to FreeBSD-hackers.  You should also enter a problem
     report with the send-pr utility.

     If the question relates to enhancements to FreeBSD, and you can
     make suggestions about how to implement them, then send the
     message to FreeBSD-hackers.

     If the question is of particularly technical nature, such as
     implementation details or suggestions for improvements, then send
     the message to FreeBSD-hackers.

There are also a number of other specialized mailing lists, for
example FreeBSD-isp, which caters to the interests of ISPs (Internet
Service Providers) who run FreeBSD.  If you happen to be an ISP, this
doesn't mean you should automatically send your questions to
FreeBSD-isp.  The criteria above still apply, and it's in your
interest to stick to them, since you're more likely to get good
results that way.

IV:  How to submit a question
=============================

When submitting a question to FreeBSD-questions, consider the
following points:

  1.  Remember that nobody gets paid for answering a FreeBSD question.
      They do it of their own free will.  You can influence this free
      will positively by submitting a well-formulated question
      supplying as much relevant information as possible.  You can
      influence this free will negatively by submitting an incomplete,
      illegible, or rude question.  It's perfectly possible to send a
      message to FreeBSD-questions and not get an answer even if you
      follow these rules.  It's much more possible to not get an
      answer if you don't.  In the rest of this document, we'll look
      at how to get the most out of your question to
      FreeBSD-questions.

  2.  Not everybody who answers FreeBSD questions reads every message:
      they look at the subject line and decide whether it interests
      them.  Clearly, it's in your interest to specify a subject.
      ``FreeBSD problem'' or ``Help'' aren't enough.  If you provide
      no subject at all, many people won't bother reading it.  If your
      subject isn't specific enough, the people who can answer it may
      not read it.

  3.  When sending a new message, well, send a new message.  Don't
      reply to some other message, erase the old content and change
      the subject line.  That leaves an In-reply-to: header which many
      mail readers use to thread messages, so your message shows up as
      a reply to some other message.  People often delete messages a
      whole thread at a time, so apart from irritating people, you
      also run a chance of having the message deleted unread.

  4.  Format your message so that it is legible, and PLEASE DON'T
      SHOUT!!!!!.  We appreciate that a lot of people don't speak
      English as their first language, and we try to make allowances
      for that, but it's really painful to try to read a message
      written full of typos or without any line breaks.  A lot of
      badly formatted messages come from bad mailers or badly
      configured mailers.  The following mailers are known to send out
      badly formatted messages without you finding out about them:

      Eudora
      exmh
      Microsoft Exchange
      Microsoft Internet Mail
      Microsoft Outlook
      Netscape

      As you can see, the mailers in the Microsoft world are frequent
      offenders.  If at all possible, use a UNIX mailer.  If you must
      use a mailer under Microsoft environments, make sure it is set
      up correctly.  Try not to use MIME: a lot of people use mailers
      which don't get on very well with MIME.

      For further information on this subject, check out
      http://www.lemis.com/email.html.

  5.  Make sure your time and time zone are set correctly.  This may
      seem a little silly, since your message still gets there, but
      many of the people you are trying to reach get several hundred
      messages a day.  They frequently sort the incoming messages by
      subject and by date, and if your message doesn't come before the
      first answer, they may assume they missed it and not bother to
      look.

  6.  Don't include unrelated questions in the same message.  Firstly,
      a long message tends to scare people off, and secondly, it's
      more difficult to get all the people who can answer all the
      questions to read the message.

  7.  Specify as much information as possible.  This is a difficult
      area, and we need to expand on what information you need to
      submit, but here's a start:

         If you get error messages, don't say ``I get error
         messages'', say (for example) ``I get the error message 'No
         route to host'''.

         If your system panics, don't say ``My system panicked'', say
         (for example) ``my system panicked with the message 'free
         vnode isn't'''.

         If you have difficulty installing FreeBSD, please tell us
         what hardware you have.  In particular, it's important to
         know the IRQs and I/O addresses of the boards installed in
         your machine.

         If you have difficulty getting PPP to run, describe the
         configuration.  Which version of PPP do you use? What kind of
         authentication do you have? Do you have a static or dynamic
         IP address? What kind of messages do you get in the log file?

  8.  If you don't get an answer immediately, or if you don't even see
      your own message appear on the list immediately, don't resend
      the message.  Wait at least 24 hours.  The FreeBSD mailer
      offloads messages to a number of subordinate mailers around the
      world, and sometimes it can take several hours for the mail to
      get through.  And once it gets through, the one person who might
      know the answer will probably just have gone to bed in his part
      of the world.

  9.  If you do all this, and you still don't get an answer, there
      could be other reasons.  For example, the problem is so
      complicated that nobody knows the answer, or the person who does
      know the answer was offline.  If you don't get an answer after,
      say, a week, it might help to re-send the message.  If you don't
      get an answer to your second message, though, you're probably
      not going to get one from this forum.  Resending the same
      message again and again will only make you unpopular.

To summarize, let's assume you know the answer to the following
question (yes, it's the same one in each case :-).  You choose which of
these two questions you would be more prepared to answer:


Message 1:
Subject: (none)

I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong.

----------------------------------------------------------------------

Message 2:
Subject: Problems installing FreeBSD

I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm
having a lot of difficulty installing it.  I have a 66 MHz 486 with 16
MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball
disk and a Toshiba 3501XA CD-ROM drive.  The installation works just
fine, but when I try to reboot the system, I get the message "Missing
Operating System".

----------------------------------------------------------------------

V: How to follow up to a question
=================================

Often you will want to send in additional information to a question
you have already sent.  The best way to do this is to reply to your
original message.  This has three advantages:

1.  You include the original message text, so people will know what
    you're talking about.  Don't forget to trim unnecessary text out,
    though.

2.  The text in the subject line stays the same (you did remember to
    put one in, didn't you?).  Many mailers will sort messages by
    subject.  This helps group messages together.

3.  The message reference numbers in the header will refer to the
    previous message.  Some mailers, such as mutt, can thread messages,
    showing the exact relationships between the messages.

VI: How to answer a question
============================

Before you answer a question to FreeBSD-questions, consider:

1.  A lot of the points on submitting questions also apply to
    answering questions.  Read them.

2.  Has somebody already answered the question?  The easiest way to
    check this is to sort your incoming mail by subject: then
    (hopefully) you'll see the question followed by any answers, all
    together.

    If somebody has already answered it, it doesn't automatically mean
    that you shouldn't send another answer.  But it makes sense to
    read all the other answers first.

3.  Do you have something to contribute beyond what has already been
    said?  In general, "Yeah, me too" answers don't help much,
    although there are exceptions, like when somebody is describing a
    problem he's having, and he doesn't know whether it's his fault or
    whether there's something wrong with the hardware or software.  If
    you do send a "me too" answer, you should also include any further
    relevant information.

4.  Are you sure you understand the question? Very frequently, the
    person who asks the question is confused or doesn't express
    himself very well.  Even with the best understanding of the system,
    it's easy to send a reply which doesn't answer the question.  This
    doesn't help: you'll leave the person who submitted the question
    more frustrated or confused than ever.  If nobody else answers, and
    you're not too sure either, you can always ask for more
    information.

5.  Are you sure your answer is correct?  If not, wait a day or so.
    If nobody else comes up with a better answer, you can still reply
    and say, for example, "I don't know if this is correct, but since
    nobody else has replied, why don't you try replacing your ATAPI
    CD-ROM with a frog?".

6.  Unless there's a good reason to do otherwise, reply to the sender
    and to FreeBSD-questions.  Many people on the FreeBSD-questions
    are "lurkers": they learn by reading messages sent and replied to
    by others.  If you take a message which is of general interest off
    the list, you're depriving these people of their information.  Be
    careful with group replies; lots of people send messages with
    hundreds of CCs.  If this is the case, be sure to trim the Cc:
    lines appropriately.

7.  Include relevant text from the original message. Trim it to the
    minimum, but don't overdo it. It should still be possible for
    somebody who didn't read the original message to understand what
    you're talking about.

8.  Use some technique to identify which text came from the original
    message, and which text you add. I personally find that prepending
    ``> '' to the original message works best. Leaving white space
    after the ``> '' and leave empty lines between your text and the
    original text both make the result more readable.

9.  Put your response in the correct place (after the text to which it
    replies). It's very difficult to read a thread of responses where
    each reply comes before the text to which it replies.

10.  Most mailers change the subject line on a reply by prepending a
     text such as ``Re: ''. If your mailer doesn't do it
     automatically, you should do it manually.

11.  If the submitter didn't abide by format conventions (lines too
     long, inappropriate subject line), please fix it.  In the case of
     an incorrect subject line (such as ``HELP!!??''), change the
     subject line to (say) ``Re: Difficulties with sync PPP (was:
     HELP!!??)''. That way other people trying to follow the thread
     will have less difficulty following it.

     In such cases, it's appropriate to say what you did and why you
     did it, but try not to be rude.  If you find you can't answer
     without being rude, don't answer.

     If you just want to reply to a message because of its bad format,
     just reply to the submitter, not to the list.  You can just send
     him this message in reply, if you like.

$Id: Howto-ask-questions,v 1.6 2005/08/10 02:21:44 grog Exp $
_______________________________________________

Thanks to Josh Paetzel for updating this document to describe mailman.

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:02:01 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: FreeBSD-questions@FreeBSD.org
Delivered-To: FreeBSD-questions@FreeBSD.org
Received: by hub.freebsd.org (Postfix, from userid 645)
	id 4339D16A417; Fri,  6 Oct 2006 17:02:01 +0000 (UTC)
To: FreeBSD-questions@FreeBSD.org
Message-Id: <20061006170201.4339D16A417@hub.freebsd.org>
Date: Fri,  6 Oct 2006 17:02:01 +0000 (UTC)
From: grog@FreeBSD.ORG (Greg Lehey)
Cc: 
Subject: "The Complete FreeBSD": errata and addenda
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:02:01 -0000

The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

"The Complete FreeBSD" has been through a total of five editions, including its
predecessor "Installing and Running FreeBSD".  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Note also that the book has now been released for free download in PDF
form.  Instead of downloading the changed pages, you may prefer to
download the entire book.  See http://www.lemis.com/grog/Documentation/CFBSD/ 
for more information.

Have you found a problem with the book, or maybe something confusing?
Please let me know: I'm no longer constantly updating it, but I may be
able to help

Greg

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:07:23 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1524816A415
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:07:23 +0000 (UTC)
	(envelope-from msoulier@digitaltorque.ca)
Received: from mail.storm.ca (mail.storm.ca [209.87.239.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 24B3943DA1
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:07:06 +0000 (GMT)
	(envelope-from msoulier@digitaltorque.ca)
Received: from tigger.digitaltorque.ca (hs-216-106-102-70.storm.ca
	[216.106.102.70])
	by mail.storm.ca (8.13.6+Sun/8.13.6) with ESMTP id k96H76tw006020;
	Fri, 6 Oct 2006 13:07:06 -0400 (EDT)
Received: by tigger.digitaltorque.ca (Postfix, from userid 500)
	id 8520C23DF1; Fri,  6 Oct 2006 13:07:00 -0400 (EDT)
Date: Fri, 6 Oct 2006 13:07:00 -0400
From: "Michael P. Soulier" <msoulier@digitaltorque.ca>
To: Josh Paetzel <josh@tcbug.org>, freebsd-questions@freebsd.org
Message-ID: <20061006170659.GD27560@tigger.digitaltorque.ca>
Mail-Followup-To: Josh Paetzel <josh@tcbug.org>, freebsd-questions@freebsd.org
References: <20061006160557.GA27560@tigger.digitaltorque.ca>
	<200610061153.12440.josh@tcbug.org>
	<20061006170108.GC27560@tigger.digitaltorque.ca>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="FFpMipsYUdYbs4p3"
Content-Disposition: inline
In-Reply-To: <20061006170108.GC27560@tigger.digitaltorque.ca>
User-Agent: Mutt/1.4.2.1i
Cc: 
Subject: Re: error in building a fortune-mod port, where is fortune?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:07:23 -0000


--FFpMipsYUdYbs4p3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 06/10/06 Michael P. Soulier said:

> Not built by default? How would I add that, post installation?

ah, found it via /stand/sysinstall. I'll see if I can find a list of what's=
 in
there, since I only want one thing out of there.

Thanks,
Mike
--=20
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein

--FFpMipsYUdYbs4p3
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFFJo0zKGqCc1vIvggRAjd1AJ9FwiGV7jOqvfeWUfsfP5R0B2GOmQCfQFMD
P/MzTVSzyP8nw+kogVYX72Y=
=c/BQ
-----END PGP SIGNATURE-----

--FFpMipsYUdYbs4p3--

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:08:23 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5204916A415
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:08:23 +0000 (UTC)
	(envelope-from plathrop@squaretrade.com)
Received: from mail.squaretrade.com (backup-mx.squaretrade.com [64.56.206.78])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3F69643DAA
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:07:49 +0000 (GMT)
	(envelope-from plathrop@squaretrade.com)
Received: from localhost (unknown [127.0.0.1])
	by mail.squaretrade.com (Postfix) with ESMTP id AB78827A4C63;
	Fri,  6 Oct 2006 10:07:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at squaretrade.com
Received: from mail.squaretrade.com ([127.0.0.1])
	by localhost (knockout.prod.squaretrade.com [127.0.0.1]) (amavisd-new,
	port 10024)
	with LMTP id ebkn+AD1q3eS; Fri,  6 Oct 2006 10:07:43 -0700 (PDT)
Received: from [10.10.80.7] (unknown [10.7.0.66])
	by mail.squaretrade.com (Postfix) with ESMTP id 4040827A4C64;
	Fri,  6 Oct 2006 10:07:39 -0700 (PDT)
Message-ID: <45268D83.6030100@squaretrade.com>
Date: Fri, 06 Oct 2006 10:08:19 -0700
From: Paul Lathrop <plathrop@squaretrade.com>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: Chuck Swiger <cswiger@mac.com>
References: <45254F1D.5000106@squaretrade.com>
	<CC3AFB13-8FD9-44AB-A4FB-01F898B491C0@mac.com>
	<45255976.10903@squaretrade.com>
	<9AEC0B71-516A-444F-B9A3-927CC37EBF07@mac.com>
In-Reply-To: <9AEC0B71-516A-444F-B9A3-927CC37EBF07@mac.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: PAE tuning
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:08:23 -0000

Chuck Swiger wrote:
> Oh, yes, one more thought-- your specific application, i.e. a large 
> database, is one where running in 64-bit mode is highly likely to 
> result in improved performance compared with running the OS in 32-bit 
> mode.  If you've got a AMD64 or EM64T capable CPU, consider installing 
> the 64-bit version of FreeBSD instead of the normal 32-bit x86 version.
>
> ---Chuck
Chuck,

I've heard this idea a few times in answer to my question. Is there a 64 
bit Intel distro I'm missing? I saw someone suggesting I use the AMD64 
version, but when I attempt to boot that from the install disk I get 
some debugging output and a message saying "BTX halted" - I suspect that 
means I can't follow that suggestion...

Thanks again for all your help!

--Paul

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:08:54 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DDBCA16A412
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:08:53 +0000 (UTC)
	(envelope-from perikillo@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D841043D67
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:08:27 +0000 (GMT)
	(envelope-from perikillo@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so883415wxd
	for <freebsd-questions@freebsd.org>;
	Fri, 06 Oct 2006 10:08:27 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=jaGrenaGMe4O1E5d7vhA9ofd+r533NcWinp3ma0btw3Nnt2J/bMjOQEYZnNp6j+ZhXqD017lkmfiSbQsd6ReK5aQA6buiigeVh2wjoKE0ftyfrzTkplWnn/MI6hpbz9ss+8NBg37POrf+w5yb92q6zf9FFYGlltHdB8iGz+eU2U=
Received: by 10.90.103.2 with SMTP id a2mr1890951agc;
	Fri, 06 Oct 2006 10:08:27 -0700 (PDT)
Received: by 10.90.70.18 with HTTP; Fri, 6 Oct 2006 10:08:27 -0700 (PDT)
Message-ID: <51d7a5160610061008o33314705pac289bd1bc34b211@mail.gmail.com>
Date: Fri, 6 Oct 2006 10:08:27 -0700
From: perikillo <perikillo@gmail.com>
To: "FreeBSD Mailing List" <freebsd-questions@freebsd.org>
In-Reply-To: <20061005011350.37343.qmail@web83104.mail.mud.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <26CA30AF-09CF-4B9D-A2E8-A84D0FE71E2D@mac.com>
	<20061005011350.37343.qmail@web83104.mail.mud.yahoo.com>
Subject: Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:08:54 -0000

On 10/4/06, backyard <backyard1454-bsd@yahoo.com> wrote:
>
>
> --- Chuck Swiger <cswiger@mac.com> wrote:
>
> > On Oct 4, 2006, at 10:32 AM, perikillo wrote:
> > > My kernel file is this:
> > >
> > > machine              i386
> > > cpu           I686_CPU
> >
> > You should also list "cpu  I586_CPU", otherwise you
> > will not include
> > some optimizations intended for Pentium or higher
> > processors.
>  >
>
> are you sure about this??? This statement seems to
> contradict the handbook which says "it is best to use
> only the CPU you have" I would think I686_CPU would
> cause the build know it is higher then a pentium and
> thus use those optimizations. But if this is true...
>
>
> -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"
>



Hi people.

   Today i receive a completed FULL backups from all my local clients,
without any message saying:

vr0: watchdog timeout

   I did some changes, in kernel, bacula, and machine:

Machine
   Disable the internal NIC(via) and install one Linksys which use the
same driver vr0.

Kernel:

change the scheduler to the old SCHED_4BSD and maxuser from 10 to 32
like chuck told me.

disable AHC_ALLOW_MEMIO, this is the firs time that i use this option.

Enable IPFILTER to setup the firewall, i was thinking that maybe i
have been atack or something like that, i must check this.

Remove some SCSI drivers.

build the kernel, installed and reboot.

Bacula:

I setup the Heartbeat Interval var in the client and the storage demon
to 1 minute, because there is no formula to know which number is the
best.

   Today my backups where completed succesfully, no horror message, i
have been working with this server this past days, testing, change
here, there, until today, i dont know if it was the NIC, or some
kernel option, but is not very easy to test because is a production
server.

   I check my Firewall logs but there is nothing that give some clue
that i have been atack, good :-)

   Im testing the backup right now, today i will do another
FULL-BACKUPS  from all my local serves and i will bring the backups
from another serves that we have on another building and see if the
system is already stable.

   I will let you now people, thanks for your help.

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:10:22 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 214D516A4CA
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:10:22 +0000 (UTC)
	(envelope-from pauls@utdallas.edu)
Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D758E43DDF
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:08:54 +0000 (GMT)
	(envelope-from pauls@utdallas.edu)
Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28])
	by smtp1.utdallas.edu (Postfix) with ESMTP id 27D8F388F1E
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 12:08:54 -0500 (CDT)
Date: Fri, 06 Oct 2006 12:05:37 -0500
From: Paul Schmehl <pauls@utdallas.edu>
To: freebsd-questions@freebsd.org
Message-ID: <02E81D04083E467F87B83934@utd59514.utdallas.edu>
In-Reply-To: <17702.19564.237561.874594@jerusalem.litteratus.org>
References: <D6F6B2276E4C5AE49B0EFC48@utd59514.utdallas.edu>
	<200610060052.13580.bob@tania.servebbs.org>
	<1EB8FFB8DA481D0FC7FFB4A7@paul-schmehls-powerbook59.local>
	<17702.19564.237561.874594@jerusalem.litteratus.org>
X-Mailer: Mulberry/4.0.6 (Linux/x86)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=sha1;
	protocol="application/pkcs7-signature";
	boundary="==========77F32F288CDA75E4F74B=========="
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: Strange X problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:10:22 -0000

--==========77F32F288CDA75E4F74B==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

--On Friday, October 06, 2006 08:30:36 -0400 Robert Huff=20
<roberthuff@rcn.com> wrote:

>
> Paul Schmehl writes:
>
>>  Not really.  I want X to start *without* requiring a console
>>  login and prompt me for a login in the gui, just like my
>>  workstation does.
>
> 	The traditional answer is to put an entry in /etc/ttys.  (See
> the man page for details.)
>
Therein lies the problem.  There *is* an entry in /etc/ttys:
ttyv8   "/usr/local/bin/kdm -nodaemon"  xterm   on secure

Guess I'll just start double-checking everything.  Maybe there's a typo=20
somewhere.

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

--==========77F32F288CDA75E4F74B==========--


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:14:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BDCAD16A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:14:36 +0000 (UTC)
	(envelope-from gpeel@thenetnow.com)
Received: from constellation.thenetnow.com (thenetnow.com [69.90.69.141])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF0843D97
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:14:36 +0000 (GMT)
	(envelope-from gpeel@thenetnow.com)
Received: from hpeel.ody.ca ([216.240.12.2] helo=grant)
	by constellation.thenetnow.com with esmtpa (Exim 4.54)
	id 1GVtHH-000I7z-Rk; Fri, 06 Oct 2006 13:14:27 -0400
Message-ID: <000c01c6e96a$e343bbb0$6401a8c0@grant>
From: "Grant Peel" <gpeel@thenetnow.com>
To: "Dan Nelson" <dnelson@allantgroup.com>
References: <038b01c6e94c$37144760$6401a8c0@grant> <45267AAD.5040905@mac.com>
	<009a01c6e964$82c49300$6401a8c0@grant>
	<20061006163614.GB65461@dan.emsphone.com>
Date: Fri, 6 Oct 2006 13:14:31 -0400
Organization: The Net Now
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2869
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Cc: freebsd-questions@freebsd.org
Subject: Re: Disaster recovery.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Grant Peel <gpeel@thenetnow.com>
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:14:36 -0000

BINGO!

Thanks Dan, I think that is exactly what I am looking for.

Possibly the last few questions.

1. After fdisk/disklabel/newfs, how do you drop to the shell (can I drop to 
tcsh?).

2. Once in that shell, are all shell commands avialable? (or at least mount, 
cp, restore, etc).

3. If the old disk is 36 GIG and the new disk is 74 GIG, AND I partition 
every filesystem bigger than the old ones on the old disk, then do the 
restore of the 4 filesystems, will it work or do the new filesystems really 
need to be exactly the same size?

4. All my servers are capable of pxe boot. Would it be worth while adding a 
disk to a server with nothing else than a fresh virgin install of freebsd (I 
have 0 exp with pxe, so if I am off here forgive me).

Thanks for the help thus far.
-Grant

----- Original Message ----- 
From: "Dan Nelson" <dnelson@allantgroup.com>
To: "Grant Peel" <gpeel@thenetnow.com>
Cc: "Peter A. Giessel" <pgiessel@mac.com>; "freeBSD" 
<freebsd-questions@freebsd.org>
Sent: Friday, October 06, 2006 12:36 PM
Subject: Re: Disaster recovery.


> In the last episode (Oct 06), Grant Peel said:
>> Is it possible to boot the machine using a 'live' freebsd silesystem
>> via cd? Then setup the /mnt , setup the new filesystems, then use
>> restore to briung the real data to the disk?
>>
>> I guess my question really should have been, if you install a new
>> disk, or re newfs a disk, how do you start the machine, a freebsd
>> boot disk? (without installing freebsd to the machine that the
>> restore are going to overwrite anyway!).
>
> A livecd (freesbie, or the FreeBSD install disc 1) will suffice.  I
> usually use sysinstall to fdisk/disklabel/newfs, then drop to the shell
> to run ifconfig, nfs mount the server with my dumps, and  restore.
>
> -- 
> Dan Nelson
> dnelson@allantgroup.com
>
> 



From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:25:54 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5387B16A412
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:25:54 +0000 (UTC)
	(envelope-from plathrop@squaretrade.com)
Received: from mail.squaretrade.com (backup-mx.squaretrade.com [64.56.206.78])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 67DF243D49
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:25:53 +0000 (GMT)
	(envelope-from plathrop@squaretrade.com)
Received: from localhost (unknown [127.0.0.1])
	by mail.squaretrade.com (Postfix) with ESMTP id F2A6527A4C64;
	Fri,  6 Oct 2006 10:25:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at squaretrade.com
Received: from mail.squaretrade.com ([127.0.0.1])
	by localhost (knockout.prod.squaretrade.com [127.0.0.1]) (amavisd-new,
	port 10024)
	with LMTP id DwZ6ntYkA-Uv; Fri,  6 Oct 2006 10:25:48 -0700 (PDT)
Received: from [10.10.80.7] (unknown [10.7.0.66])
	by mail.squaretrade.com (Postfix) with ESMTP id BAB9627A4C5C;
	Fri,  6 Oct 2006 10:25:48 -0700 (PDT)
Message-ID: <452691C5.9090907@squaretrade.com>
Date: Fri, 06 Oct 2006 10:26:29 -0700
From: Paul Lathrop <plathrop@squaretrade.com>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: Chuck Swiger <cswiger@mac.com>
References: <45254F1D.5000106@squaretrade.com>	<CC3AFB13-8FD9-44AB-A4FB-01F898B491C0@mac.com>	<45255976.10903@squaretrade.com>	<9AEC0B71-516A-444F-B9A3-927CC37EBF07@mac.com>
	<45268D83.6030100@squaretrade.com>
In-Reply-To: <45268D83.6030100@squaretrade.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: PAE tuning
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:25:54 -0000

Paul Lathrop wrote:
> Chuck Swiger wrote:
>> Oh, yes, one more thought-- your specific application, i.e. a large 
>> database, is one where running in 64-bit mode is highly likely to 
>> result in improved performance compared with running the OS in 32-bit 
>> mode.  If you've got a AMD64 or EM64T capable CPU, consider 
>> installing the 64-bit version of FreeBSD instead of the normal 32-bit 
>> x86 version.
>>
>> ---Chuck
> Chuck,
>
> I've heard this idea a few times in answer to my question. Is there a 
> 64 bit Intel distro I'm missing? I saw someone suggesting I use the 
> AMD64 version, but when I attempt to boot that from the install disk I 
> get some debugging output and a message saying "BTX halted" - I 
> suspect that means I can't follow that suggestion...
>
> Thanks again for all your help!
I figured it out - this is an older Xeon processor apparently - 32 bit.

Sorry for the cluelessness - I'm a bit behind the times when it comes to 
hardware.

Regards,
Paul

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:26:48 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 35B2F16A415
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:26:48 +0000 (UTC)
	(envelope-from pgiessel@mac.com)
Received: from achilles.leela.ws (achilles.leela.ws [66.207.162.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A813343D67
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:26:47 +0000 (GMT)
	(envelope-from pgiessel@mac.com)
Received: from [192.168.0.193] ([158.145.111.132]) (authenticated bits=0)
	by achilles.leela.ws (8.13.6/8.13.6) with ESMTP id k96HQjOC032192
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Fri, 6 Oct 2006 09:26:46 -0800 (AKDT)
	(envelope-from pgiessel@mac.com)
Message-ID: <452691D5.4010904@mac.com>
Date: Fri, 06 Oct 2006 09:26:45 -0800
From: "Peter A. Giessel" <pgiessel@mac.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Paul Lathrop <plathrop@squaretrade.com>
References: <45254F1D.5000106@squaretrade.com>
	<CC3AFB13-8FD9-44AB-A4FB-01F898B491C0@mac.com>
	<45255976.10903@squaretrade.com>
	<9AEC0B71-516A-444F-B9A3-927CC37EBF07@mac.com>
	<45268D83.6030100@squaretrade.com>
In-Reply-To: <45268D83.6030100@squaretrade.com>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 8bit
Cc: freeBSD <freebsd-questions@freebsd.org>
Subject: Re: PAE tuning
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:26:48 -0000



On 2006/10/06 9:08, Paul Lathrop seems to have typed:
> Is there a 64 
> bit Intel distro I'm missing? I saw someone suggesting I use the AMD64 
> version, but when I attempt to boot that from the install disk I get 
> some debugging output and a message saying "BTX halted" - I suspect that 
> means I can't follow that suggestion...

Theoretically, amd64 should work on a Xeon (depending on which Xeon
you are using, more system details would be required to say for sure)
See:

http://www.freebsd.org/releases/6.1R/hardware-amd64.html

*** QUOTE ***
Since mid-2003 FreeBSD/amd64 has supported the AMD64 (“Hammer”) and
Intel EM64T architecture, and is now one of the Tier-1 platforms
(fully supported architecture), which are expected to be Production
Quality with respects to all aspects of the FreeBSD operating system,
including installation and development environments.

Note that there are two names for this architecture, AMD64 (AMD) and
Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the
two architectures are almost compatible with each other, and
FreeBSD/amd64 should support them both.

As of this writing, the following processors are supported:

    * AMD Athlon64 (“Clawhammer”).
    * AMD Opteron (“Sledgehammer”).
    * Intel 64-bit Xeon (“Nacona”). This processor is fabricated on 90nm process technology, and operates with 2.80 to 3.60 GHz (FSB 800MHz) and Intel E7520/E7525/E7320 chipsets.
    * Intel Pentium 4 Processor supporting Intel EM64T (“Prescott”).
This is fabricated on 90nm process technology, uses FC-LGA775
package, and operates with 3.20F/3.40F/3.60F GHz and Intel 925X
Express chipsets. The corresponding S-Spec numbers are SL7L9, SL7L8,
SL7LA, SL7NZ, SL7PZ, and SL7PX. Note that processors marked as 5xx
numbers do not support EM64T.

Intel EM64T is an extended version of IA-32 (x86) and different from
Intel IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some
Intel's old documentation refers to Intel EM64T as “64-bit extension
technology” or “IA-32e”.
*** END QUOTE ***

There is a lot of information about the "BTX halted" error message in
the archives if you believe your system should be supported:
http://www.freebsd.org/cgi/search.cgi?words=%22BTX+halted%22&max=25&sort=score&index=recent&source=freebsd-questions

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:32:03 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 1A2F316A40F
	for <questions@freebsd.org>; Fri,  6 Oct 2006 17:32:03 +0000 (UTC)
	(envelope-from dwiest@vailsys.com)
Received: from cprobd02.vailsys.com (cprobd02.vailsys.com [63.210.102.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B836F43D45
	for <questions@freebsd.org>; Fri,  6 Oct 2006 17:32:02 +0000 (GMT)
	(envelope-from dwiest@vailsys.com)
Received: from dfsfbd06.vail (dfsfbd06.vail [192.168.129.190])
	by cprobd02.vailsys.com (Postfix) with ESMTP id 38A9DCE505
	for <questions@freebsd.org>; Fri,  6 Oct 2006 12:32:02 -0500 (CDT)
Received: from dfwdamian.vail (dfwdamian.vail [192.168.129.233])
	by dfsfbd06.vail (Postfix) with ESMTP id 0298B323EA7
	for <questions@freebsd.org>; Fri,  6 Oct 2006 12:32:02 -0500 (CDT)
Received: from dfwdamian.vail (dwiest@localhost.vail [127.0.0.1])
	by dfwdamian.vail (8.13.4/8.13.4) with ESMTP id k95MbUv4014786
	for <questions@freebsd.org>; Thu, 5 Oct 2006 17:37:30 -0500 (CDT)
Received: (from dwiest@localhost)
	by dfwdamian.vail (8.13.4/8.13.4/Submit) id k95MbUfP028828
	for questions@freebsd.org; Thu, 5 Oct 2006 17:37:30 -0500 (CDT)
X-Authentication-Warning: dfwdamian.vail: dwiest set sender to
	dwiest@vailsys.com using -f
Date: Thu, 5 Oct 2006 17:37:30 -0500
From: Damian Wiest <dwiest@vailsys.com>
To: questions@freebsd.org
Message-ID: <20061005223730.GA30921@dfwdamian.vail>
References: <001401c6e8a7$f17dbe10$4e108340@cyamoda.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <001401c6e8a7$f17dbe10$4e108340@cyamoda.com>
User-Agent: Mutt/1.4.2i
Cc: 
Subject: Re: unattended installation
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:32:03 -0000

On Thu, Oct 05, 2006 at 12:59:03PM -0500, Carlos Ramirez wrote:
> Hi, how I do an unattended installation?
> 
>  
> 
> I  want to create an installation CD of a FreeBSD and run some scripts
> automatically after..
> 
>  
> 
> Some ideas?
> 
>  
> 
> REGARDS

Any chance of doing a WAN boot/install?

-Damian

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:34:18 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D8D9716A407
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:34:18 +0000 (UTC) (envelope-from cswiger@mac.com)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.176])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3B83A43D6E
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:34:12 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from mac.com (smtpin07-en2 [10.13.10.152])
	by smtpout.mac.com (Xserve/8.12.11/smtpout06/MantshX 4.0) with ESMTP id
	k96HYBDa022874; Fri, 6 Oct 2006 10:34:12 -0700 (PDT)
Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k96HY8uZ007299; 
	Fri, 6 Oct 2006 10:34:10 -0700 (PDT)
In-Reply-To: <f34ca13c0610051931g76a5b58cp4c16eaaef740cd22@mail.gmail.com>
References: <f34ca13c0610041946h7dfaa05cyf3296798b215405e@mail.gmail.com>
	<DBC71CAC-9850-4598-94B2-346CE37A4BC4@mac.com>
	<f34ca13c0610051931g76a5b58cp4c16eaaef740cd22@mail.gmail.com>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed
Message-Id: <1A4EA09D-4BAD-4968-8500-43A765CA0988@mac.com>
Content-Transfer-Encoding: quoted-printable
From: Chuck Swiger <cswiger@mac.com>
Date: Fri, 6 Oct 2006 10:34:07 -0700
To: "Constantine A. Murenin" <mureninc@gmail.com>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject: Re: ipw(4) and iwi(4): Intel's Pro Wireless firmware licensing
	problems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:34:18 -0000

On Oct 5, 2006, at 7:31 PM, Constantine A. Murenin wrote:
> On 05/10/06, Chuck Swiger <cswiger@mac.com> wrote:
>> On Oct 4, 2006, at 7:46 PM, Constantine A. Murenin wrote:
>> > Why are none of the manual pages of FreeBSD say anything about why
>> > Intel Wireless devices do not work by default?
>> >
>> > http://www.freebsd.org/cgi/man.cgi?query=3Dipw
>> > http://www.freebsd.org/cgi/man.cgi?query=3Diwi
>>
>> The manpages you've linked to explicitly state:
>>
>> This driver requires firmware to be loaded before it will
>> work.  You need to obtain ipwcontrol(8) from the IPW web page
>> listed below to accomplish loading the firmware before ifconfig(8) =20=

>> will work.
>>
>> Is there some part of this which is unclear to you, Constantine?
>
> Yes, Chuck, some part is indeed unclear to me, precisely the part that
> explains why does one have to go into that much trouble to have a
> working system.

That was explained below.  You might not like the reasons, or agree =20
with them, but your claim that the FreeBSD manpages do not say =20
anything about the need for firmware is obviously mistaken.

>> There's no need to be curious about the matter; the Intel Pro
>> Wireless adaptors, like many other brands of wireless adaptors, use a
>> software-controlled radio which is capable of broadcasting at higher
>> power levels and/or at frequencies outside of those allocated for
>> 802.11 connectivity for specific regulatory domains.  The US FCC,
>> along with other regulatory agencies in Europe such as ETSI and
>> elsewhere, require that end-users not have completely open access to
>> these radios to prevent problems from deliberate misuse such as
>> interference with other frequency bands.
>
> Yes, regulatory bodies, of cause, table specific requirements that
> must be satisfied by systems that utilise RF, i.e. the manufacturer
> must make reasonable attempt to prevent users from using non-permitted
> frequencies.
>
> Not permitting the firmware to be redistributed has nothing to do with
> the FCC, however.

That's right.  Intel permits you to redistribute their firmware under =20=

the terms of their license.

>> This isn't a matter of choice on Intel's part; if you want this
>> situation to change, you're going to have to obtain changes in the
>> radio-frequency laws and policies in the US and a number of other
>> countries first.
>
> No, firmware redistribution is ENTIRELY up to Intel. I want the
> firmware to be available under a BSD or ISC licence, just as with
> Ralink. Intel's firmware is already available, but under a different
> licence. Where does the FCC say that Intel must distribute firmware
> under a non-OSS-friendly licence?

The BSD license and all other OSS-friendly licenses permit the user =20
to modify the software and redistribute that modified version as a =20
derivative work.  A modified version of the firmware has not received =20=

FCC certification-- see Title 47 of the Code of Federal Regulations, =20
Chapter I, section 15 in general, and specificly:

http://www.access.gpo.gov/nara/cfr/waisidx_05/47cfr15_05.html

"Sec. 15.21  Information to user.

     The users manual or instruction manual for an intentional or
unintentional radiator shall caution the user that changes or
modifications not expressly approved by the party responsible for
compliance could void the user's authority to operate the equipment."

"Sec. 15.202  Certified operating frequency range.

     Client devices that operate in a master/client network may be
certified if they have the capability of operating outside permissible
part 15 frequency bands, provided they operate on only permissible part
15 frequencies under the control of the master device with which they
communicate. Master devices marketed within the United States must be
limited to operation on permissible part 15 frequencies. Client devices
that can also act as master devices must meet the requirements of a
master device."

Also see:

http://www.fcc.gov/cgb/consumerfacts/unauthorizedradio.html

"Section 301 of the Communications Act of 1934 prohibits the =93use or =20=

operation of any apparatus for the transmission of energy or =20
communications or signals by radio=94 without a license issued by the =20=

Federal Communications Commission (FCC). Thus, generally, in order to =20=

use or operate a radio station, the Communications Act requires that =20
you first obtain a license by the FCC.
However, there are certain limited exceptions. For example, the FCC =20
has provided blanket authorization to operators of Citizens Band (CB) =20=

radios, radio control stations, domestic ship and aircraft radios and =20=

certain other types of devices. This blanket authorization means that =20=

operators of these radio facilities are not required to have =20
individual station licenses. Operators are required to operate their =20
stations in a manner consistent with the FCC=92s operational and =20
technical rules for those services. Failure to do so could be =20
considered an unauthorized operation."

>> Again, is there some part of this that is unclear or which you fail
>> to understand?
>
> Yes, precicely, I don't understand why you think FCC requires Intel to
> not release the firmware under a BSD-like licence.

If Intel's wireless adaptors were not capable of operating beyond the =20=

power and frequency limits specified by the FCC and ETSI, they =20
probably would have more flexibility-- but that is just a guess.

>> It might suit OpenBSD's advocacy purposes to deliberately
>> misrepresent Intel's position, but doing so is unfair and is not
>> especially helpful to the FreeBSD community, which does have somewhat
>> decent relations with vendors like Intel, Lucent, Aironet, Broadcomm,
>> and so forth.
>>
>> As to the point raised above, the firmware license actually does
>> permit an individual user, including an OS developer, to copy and
>> redistribute the software to others, so long as the recepient agrees
>> to the license terms:
>>
>> "LICENSE. You may copy and use the Software, subject to these
>> conditions:
>> 1. This Software is licensed for use only in conjunction with Intel
>> component products. Use of the Software in conjunction with non-Intel
>> component products is not licensed hereunder.
>
> So if I don't have an Intel Wireless in the system, is it still legal
> to have the firmware in my system files?

Presumably that would be copyright infringement, but talk to your =20
lawyer if you want a qualified opinion.

>> 2. You may not copy, modify, rent, sell, distribute or transfer any
>> part of the Software except as provided in this Agreement, and you =20=

>> agree to
>> prevent unauthorized copying of the Software.
>> 3. You may not reverse engineer, decompile, or disassemble the =20
>> Software.
>
> What's exactly the purpose of this term, if reverse engineering is
> permitted under many jurisdictions? Is it just to scare potentional
> reverse-engineers?

Reverse-engineering software is permitted in many jurisdictions, but =20
it does not grant you the right to violate the terms of the original =20
license; it is a way of letting you write your own software which you =20=

can license as you please.

Open-source licenses permit "reverse engineering"; indeed, by making =20
the sources available, they do all they can to facilitate other =20
people using and modifying the software.  The IWI firmware license =20
forbids "reverse engineering" because because Intel doesn't want to =20
be held liable for people modifying and misusing their wireless =20
adaptors outside of certified configurations.

>> If a project such as OpenBSD wishes to redistribute the software,
>> then it would probably be considered an Independent Software Vendor,
>> and again the firmware license grants permission to redistribute the
>> Intel Pro Wireless software, under the following terms:
> [ ... ]
>
> Chuck, if the licence is as good as you make it sound,

The license is what it is.

I have said nothing about approving it as a "good license", and I =20
have no special interest in promoting it or Intel's products.  While =20
I have been an active member of the OSI's <license-=20
discuss@opensource.org> mailing list for several years, it is obvious =20=

that the Intel firmware license would not comply with the OSD and =20
would never be considered an Open Source license.

> would you tell me why FreeBSD, OpenBSD, Debian GNU/Linux and a lot =20
> of other systems
> do not include the firmware in the base system?

I'm a FreeBSD contributor and I maintain a number of ports, but I =20
don't speak for FreeBSD (or Intel, OpenBSD, or other projects).  In =20
the case of FreeBSD, IMHO we have no desire to include firmware under =20=

a restrictive license into the base system.

Instead, we handle such cases by putting them into the ports tree and =20=

providing a mechanism (a shell script which looks for the user to =20
agree to the terms of the proprietary license) for the user to =20
install the firmware if they choose to do so.

> If you think downloading firmwares and accepting tonnes of EUAs is
> completely normal, then why is fxp(4) firmware/microcode/whatever it's
> called in fxp(4) is included in every OpenBSD and FreeBSD release?

The fxp(4) firmware is used by an ethernet NIC, which is not subject =20
to the same regulatory process and requirements that the software =20
radio in a 802.11 wireless adaptor is.

--=20
-Chuck


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:52:02 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3E9C916A552
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:52:02 +0000 (UTC)
	(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 EEA4D43DD7
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:51:41 +0000 (GMT)
	(envelope-from dan@dan.emsphone.com)
Received: (from dan@localhost)
	by dan.emsphone.com (8.13.6/8.13.8) id k96HpeWO063902;
	Fri, 6 Oct 2006 12:51:40 -0500 (CDT) (envelope-from dan)
Date: Fri, 6 Oct 2006 12:51:40 -0500
From: Dan Nelson <dnelson@allantgroup.com>
To: Grant Peel <gpeel@thenetnow.com>
Message-ID: <20061006175140.GC65461@dan.emsphone.com>
References: <038b01c6e94c$37144760$6401a8c0@grant> <45267AAD.5040905@mac.com>
	<009a01c6e964$82c49300$6401a8c0@grant>
	<20061006163614.GB65461@dan.emsphone.com>
	<000c01c6e96a$e343bbb0$6401a8c0@grant>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <000c01c6e96a$e343bbb0$6401a8c0@grant>
X-OS: FreeBSD 6.2-PRERELEASE
X-message-flag: Outlook Error
User-Agent: Mutt/1.5.13 (2006-08-11)
Cc: freebsd-questions@freebsd.org
Subject: Re: Disaster recovery.
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:52:02 -0000

In the last episode (Oct 06), Grant Peel said:
> Possibly the last few questions.
> 
> 1. After fdisk/disklabel/newfs, how do you drop to the shell (can I
> drop to tcsh?).

In sysinstall, pick Fixit, then CDROM/DVD.  The default shell is
/bin/sh, but since you're on a livecd, you can switch to tcsh.
 
> 2. Once in that shell, are all shell commands avialable? (or at least
> mount, cp, restore, etc).

Yep.  You can also do this stuff with just boot floppies, but in this
case, you'll just get the bare minimum commands (ifconfig, mount,
restore).
 
> 3. If the old disk is 36 GIG and the new disk is 74 GIG, AND I
> partition every filesystem bigger than the old ones on the old disk,
> then do the restore of the 4 filesystems, will it work or do the new
> filesystems really need to be exactly the same size?

Restore is file-based, so it can restore onto anything.  You can even
go from a split root/var/usr system to an all-in-one-fs setup and back.
 
> 4. All my servers are capable of pxe boot. Would it be worth while
> adding a disk to a server with nothing else than a fresh virgin
> install of freebsd (I have 0 exp with pxe, so if I am off here
> forgive me).

If nothing else, pxe's fun to play with.  I've mainly just used it to
serve up pxegrub so I can boot a system where I accidentally blew away
the bootblocks or cleared the active flag on all my fdisk partitions.

-- 
	Dan Nelson
	dnelson@allantgroup.com

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:52:08 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8455916A601
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:52:08 +0000 (UTC)
	(envelope-from list-freebsd-2004@morbius.sent.com)
Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com
	[66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id B525743D46
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:52:05 +0000 (GMT)
	(envelope-from list-freebsd-2004@morbius.sent.com)
Received: from frontend3.internal (frontend3.internal [10.202.2.152])
	by frontend1.messagingengine.com (Postfix) with ESMTP id ED861DB00CE
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 13:52:03 -0400 (EDT)
Received: from heartbeat2.internal ([10.202.2.161])
	by frontend3.internal (MEProxy); Fri, 06 Oct 2006 13:52:06 -0400
X-Sasl-enc: lSutNymBnPMHFVNm+uTsW9bujZmEIBFN2sUevNjK79Ho 1160157126
Received: from gumby.localdomain (bb-87-81-140-128.ukonline.co.uk
	[87.81.140.128])
	by mail.messagingengine.com (Postfix) with ESMTP id 5E0152190
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 13:52:06 -0400 (EDT)
From: RW <list-freebsd-2004@morbius.sent.com>
To: freebsd-questions@freebsd.org
Date: Fri, 6 Oct 2006 18:52:00 +0100
User-Agent: KMail/1.9.4
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610061852.02085.list-freebsd-2004@morbius.sent.com>
Subject: Anyone using the Eagle ADSL modem driver?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:52:08 -0000

Is anyone using this driver for ADSL modems with the Eagle chipset:

http://damien.bergamini.free.fr/ueagle/

The site hasn't been updated recently, and I was wondering if it still works 
with 6.1, and/or 6-stable. I'd also be interested in the merits of versions 1 
and 2.  

I have an ADSL NAT router, but it doesn't really work well with P2P software. 
I thought I might have a go with the Sagem F@st 800 I got from an ISP a 
couple of years ago before spending money on a better router; but I don't 
want to waste time if it doesn't work.

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 17:52:12 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F0AB316A519
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:52:12 +0000 (UTC) (envelope-from cswiger@mac.com)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.172])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4F15943D69
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 17:52:12 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from mac.com (smtpin07-en2 [10.13.10.152])
	by smtpout.mac.com (Xserve/8.12.11/smtpout02/MantshX 4.0) with ESMTP id
	k96HqBh4017450; Fri, 6 Oct 2006 10:52:11 -0700 (PDT)
Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k96Hq4UT015002; 
	Fri, 6 Oct 2006 10:52:09 -0700 (PDT)
In-Reply-To: <200610061126.k96BQ0KO004716@dc.cis.okstate.edu>
References: <200610061126.k96BQ0KO004716@dc.cis.okstate.edu>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <CFDEB7DB-2D36-4807-A3AD-A57C57A944BA@mac.com>
Content-Transfer-Encoding: 7bit
From: Chuck Swiger <cswiger@mac.com>
Date: Fri, 6 Oct 2006 10:52:03 -0700
To: Martin McCormick <martin@dc.cis.okstate.edu>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
Cc: freebsd-questions@freebsd.org
Subject: Re: A Question of How to Handle Numerical Notation
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 17:52:13 -0000

On Oct 6, 2006, at 4:26 AM, Martin McCormick wrote:
> 	Does anybody know what this notation is called?  Does an
> explanation of the algorithm exist in public so one can convert the
> strings that are part of the call manager output in to the unsigned
> ints that actually carry the right values?
>
> 	An example of the string in question looks like:
>
> "370A65FA-6965-4E40-A0DA-EC88DE6B"

That sure looks like a UUID, which may or may not encode valid time  
information.  See:

http://en.wikipedia.org/wiki/UUID
http://www.ietf.org/rfc/rfc4122.txt

4.1.4.  Timestamp

    The timestamp is a 60-bit value.  For UUID version 1, this is
    represented by Coordinated Universal Time (UTC) as a count of 100-
    nanosecond intervals since 00:00:00.00, 15 October 1582 (the date of
    Gregorian reform to the Christian calendar).

    For systems that do not have UTC available, but do have the local
    time, they may use that instead of UTC, as long as they do so
    consistently throughout the system.  However, this is not  
recommended
    since generating the UTC from local time only needs a time zone
    offset.

    For UUID version 3 or 5, the timestamp is a 60-bit value constructed
    from a name as described in Section 4.3.

    For UUID version 4, the timestamp is a randomly or pseudo-randomly
    generated 60-bit value, as described in Section 4.4.

     0                   1                   2                   3
     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          time_low                             |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |       time_mid                |         time_hi_and_version   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |clk_seq_hi_res |  clk_seq_low  |         node (0-1)            |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                         node (2-5)                            |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

-- 
-Chuck



From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 18:21:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D172516A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 18:21:36 +0000 (UTC)
	(envelope-from martin@dc.cis.okstate.edu)
Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5446E43D8C
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 18:21:33 +0000 (GMT)
	(envelope-from martin@dc.cis.okstate.edu)
Received: from dc.cis.okstate.edu (localhost.okstate.edu [127.0.0.1])
	by dc.cis.okstate.edu (8.13.3/8.13.3) with ESMTP id k96ILWHA008725
	for <freebsd-questions@freebsd.org>;
	Fri, 6 Oct 2006 13:21:32 -0500 (CDT)
	(envelope-from martin@dc.cis.okstate.edu)
Message-Id: <200610061821.k96ILWHA008725@dc.cis.okstate.edu>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <8723.1160158892.1@dc.cis.okstate.edu>
Date: Fri, 06 Oct 2006 13:21:32 -0500
From: Martin McCormick <martin@dc.cis.okstate.edu>
Subject: Re: A Question of How to Handle Numerical Notation 
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 18:21:36 -0000

Chuck Swiger writes:
> On Oct 6, 2006, at 4:26 AM, Martin McCormick wrote:
> 
>             Does anybody know what this notation is called?  Does an
>     explanation of the algorithm exist in public so one can convert the
>     strings that are part of the call manager output in to the unsigned
>     ints that actually carry the right values?

> That sure looks like a UUID, which may or may not encode valid time
> information.


	My thanks to you and to one other individual who have
written responses to my questions.  Both have suggested the same
possibility that this is a UUID and not the data I am actually
looking for.

	I will talk to the people who extracted the file and see
if there is a possibility we got the wrong data in that field.
One would hope that the time stamp data are normal 32-bit values
that can be sucked in by a %lx in sscanf.

	Thank you.

Martin McCormick WB5AGZ  Stillwater, OK 
Systems Engineer
OSU Information Technology Department Network Operations Group

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 15:48:02 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C749E16A415
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:48:02 +0000 (UTC)
	(envelope-from kdagee2@yahoo.com)
Received: from web31510.mail.mud.yahoo.com (web31510.mail.mud.yahoo.com
	[68.142.198.139])
	by mx1.FreeBSD.org (Postfix) with SMTP id DC01F43D58
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:48:01 +0000 (GMT)
	(envelope-from kdagee2@yahoo.com)
Received: (qmail 74024 invoked by uid 60001); 6 Oct 2006 15:48:01 -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=gpg2kunUVjIRZBywON3Ji6vgQbu0lwIn5V6mRhEIoI2vR2iQ3TfC5QsJQmeIVXVLgx/5AC89QIdXhpzFqLwoXVqTgsljUAPvccVpc1rvMUqgGtEhT4RDNb8iim8C+vxXqjq2X9pxXBHm/yV/lSdOOj2EYe0i5HO3Kli9PGAtXqc=
	; 
Message-ID: <20061006154801.74004.qmail@web31510.mail.mud.yahoo.com>
Received: from [71.115.244.130] by web31510.mail.mud.yahoo.com via HTTP;
	Fri, 06 Oct 2006 08:48:00 PDT
Date: Fri, 6 Oct 2006 08:48:00 -0700 (PDT)
From: Karl Agee <kdagee2@yahoo.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Mailman-Approved-At: Fri, 06 Oct 2006 18:30:35 +0000
Subject: Printing Problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 15:48:02 -0000

 uname -a
FreeBSD enterprise.myhome.westell.com 6.2-PRERELEASE
FreeBSD 6.2-PRERELEASE #4: Mon Oct  2 08:40:06 PDT
2006    
root@enterprise.myhome.westell.com:/usr/obj/usr/src/sys/GENERIC.20060916
 i386

I cannot print from some applications, namely xpdf and
evince.  I have cups installed and running and I can
print from firefox and openoffice.org.

In both xpdf and evince, the print dialog gives me a
prompt for a printing command, not a printer to
choose.  This is a brother laser which is supported.

anything I can do to get printing in these apps to
work?

--Karl

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 15:53:15 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0C7B116A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:53:15 +0000 (UTC)
	(envelope-from kdagee2@yahoo.com)
Received: from web31514.mail.mud.yahoo.com (web31514.mail.mud.yahoo.com
	[68.142.198.143])
	by mx1.FreeBSD.org (Postfix) with SMTP id 8F2DE43D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 15:53:14 +0000 (GMT)
	(envelope-from kdagee2@yahoo.com)
Received: (qmail 56504 invoked by uid 60001); 6 Oct 2006 15:52:26 -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=awH+OKv7ZegwPThwL1osGS98f5s4tKY9t9piDcxTtjC1cN76JA5E0ymGt+ui30GF6U4IMdlLio5/jrmIJzCELR+89+Nm7XWbS70UEqnE4CCSqTiaF1KaEcqwZNZivlT6WtTqGKnmYz3q4sSStYcP56NgPU1qhMB1II1xUC8pgIY=
	; 
Message-ID: <20061006155225.56502.qmail@web31514.mail.mud.yahoo.com>
Received: from [71.115.244.130] by web31514.mail.mud.yahoo.com via HTTP;
	Fri, 06 Oct 2006 08:52:25 PDT
Date: Fri, 6 Oct 2006 08:52:25 -0700 (PDT)
From: Karl Agee <kdagee2@yahoo.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Mailman-Approved-At: Fri, 06 Oct 2006 18:30:45 +0000
Subject: Printing Problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 15:53:15 -0000

BTW, this is a usb printer.  /var/log/messages shows:


hine enterprise.myhome.westell.com: hostname nor
servname provided, or not known
Oct  6 08:45:56 enterprise lpd[11501]: /dev/lp: No
such file or directory


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 18:37:48 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 985B516A412
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 18:37:48 +0000 (UTC)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: from web83110.mail.mud.yahoo.com (web83110.mail.mud.yahoo.com
	[216.252.101.39])
	by mx1.FreeBSD.org (Postfix) with SMTP id A377C43DF2
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 18:36:44 +0000 (GMT)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: (qmail 43709 invoked by uid 60001); 6 Oct 2006 18:36:43 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=HORBiZQooY+HnCTtZIfobxYMXwWZWg0RkLs9n0PbKNarmqYuIzAol8dZZqLpabBTTTNiAckuoHGQ7XrblrU/4TBqmpE0lsVgmmDjar4lLT+uaZbtJKHI4FfVvuu37wD/MvADAU/zfieyU28j/VYzGg/zIXpn3+aUYeKmZiH97KM=
	; 
Message-ID: <20061006183643.43707.qmail@web83110.mail.mud.yahoo.com>
Received: from [63.240.228.37] by web83110.mail.mud.yahoo.com via HTTP;
	Fri, 06 Oct 2006 11:36:43 PDT
Date: Fri, 6 Oct 2006 11:36:43 -0700 (PDT)
From: backyard <backyard1454-bsd@yahoo.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <200610061623.58778.list-freebsd-2004@morbius.sent.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Subject: Re: Good References and or Books for learning ADA
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: backyard1454-bsd@yahoo.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 18:37:48 -0000



--- RW <list-freebsd-2004@morbius.sent.com> wrote:

> On Thursday 05 October 2006 02:39, backyard wrote:
> > Hello All,
> >
> > I'm looking to teach myself ADA using the Gnu
> Compiler
> > Collection and GNATS as my compiler under an i386
> > FreeBSD 6.X system. I'm just curious if any ADA
> > programmers out there can point me to some decent
> > books/online resources for learning the basics and
> > more advanced aspects of ADA. They would be most
> > useful if they referenced ADA95 as that appears to
> be
> > the standard gnats supports.
> 
> When I did an ADA course, Barnes's "Programming in
> Ada 95" was the standard 
> text. That was about 8 years ago, but it's gone to a
> second edition since 
> then.
> 

Thanks, Although it seems to get mixed reviews...
Everyone says it isn't for beginners and some flat out
blast the book. The biggest problem they say is it
reads like a specification manual. I write specs at
work so thats not a big deal to me, and nothing is
more fun then looking through the IBC or NEC...

I understand the basics of object oriented
programming, classes, constructors, destructors but
the syntax and semantics keeps me from writing C++
now...

Does the book read like a specification manual or a
tutorial? Honestly I would almost prefer the
specification manual, I hate getting talked down
too... But on the other hand incomprehensible specs
aren't too good either.

-brian

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 18:41:50 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9EFA116A4D0
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 18:41:50 +0000 (UTC)
	(envelope-from kris@obsecurity.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9164743E0D
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 18:41:10 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196])
	by elvis.mu.org (Postfix) with ESMTP id 07BA31A4D86;
	Fri,  6 Oct 2006 11:40:25 -0700 (PDT)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 639A851547; Fri,  6 Oct 2006 14:40:24 -0400 (EDT)
Date: Fri, 6 Oct 2006 14:40:24 -0400
From: Kris Kennaway <kris@obsecurity.org>
To: perikillo <perikillo@gmail.com>
Message-ID: <20061006184024.GA17009@xor.obsecurity.org>
References: <26CA30AF-09CF-4B9D-A2E8-A84D0FE71E2D@mac.com>
	<20061005011350.37343.qmail@web83104.mail.mud.yahoo.com>
	<51d7a5160610061008o33314705pac289bd1bc34b211@mail.gmail.com>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c"
Content-Disposition: inline
In-Reply-To: <51d7a5160610061008o33314705pac289bd1bc34b211@mail.gmail.com>
User-Agent: Mutt/1.4.2.2i
Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject: Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 18:41:50 -0000


--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Fri, Oct 06, 2006 at 10:08:27AM -0700, perikillo wrote:

> change the scheduler to the old SCHED_4BSD and maxuser from 10 to 32
> like chuck told me.

These are probably what fixed it.

I guess you've learned a Lesson: when you choose to use code marked as
"experimental", a) don't be surprised when it goes wrong, and b) the
first thing you should do to try and fix it is to stop using the
experimental code :-)

Kris


--sm4nu43k4a2Rpi4c
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFJqMXWry0BWjoQKURAnnNAKDuO4W8a1Lgew6DG3qGCjVvFCbHfQCeMC68
mEAljsallvWL+Cc/ZETXHAI=
=lZIE
-----END PGP SIGNATURE-----

--sm4nu43k4a2Rpi4c--

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 18:44:31 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 000E216A4C8
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 18:44:30 +0000 (UTC) (envelope-from cswiger@mac.com)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.181])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9F87E43D6B
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 18:44:30 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from mac.com (smtpin07-en2 [10.13.10.152])
	by smtpout.mac.com (Xserve/8.12.11/smtpout11/MantshX 4.0) with ESMTP id
	k96IdeV9012183; Fri, 6 Oct 2006 11:39:41 -0700 (PDT)
Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k96IdcJ6006507; 
	Fri, 6 Oct 2006 11:39:39 -0700 (PDT)
In-Reply-To: <200610061821.k96ILWHA008725@dc.cis.okstate.edu>
References: <200610061821.k96ILWHA008725@dc.cis.okstate.edu>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <C22D4144-772A-47EB-93AA-7284F4C2B10D@mac.com>
Content-Transfer-Encoding: 7bit
From: Chuck Swiger <cswiger@mac.com>
Date: Fri, 6 Oct 2006 11:39:37 -0700
To: Martin McCormick <martin@dc.cis.okstate.edu>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
Cc: freebsd-questions@freebsd.org
Subject: Re: A Question of How to Handle Numerical Notation
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 18:44:31 -0000

On Oct 6, 2006, at 11:21 AM, Martin McCormick wrote:
> 	My thanks to you and to one other individual who have
> written responses to my questions.

You're welcome.

> 	I will talk to the people who extracted the file and see
> if there is a possibility we got the wrong data in that field.
> One would hope that the time stamp data are normal 32-bit values
> that can be sucked in by a %lx in sscanf.

No, they aren't, but there is sample code at the end of RFC-4122  
which you might want to review.  In particular:

typedef unsigned64_t uuid_time_t;

void get_system_time(uuid_time_t *uuid_time)
{
     struct timeval tp;

     gettimeofday(&tp, (struct timezone *)0);

     /* Offset between UUID formatted times and Unix formatted times.
        UUID UTC base time is October 15, 1582.
        Unix base time is January 1, 1970.*/
     *uuid_time = ((unsigned64)tp.tv_sec * 10000000)
         + ((unsigned64)tp.tv_usec * 10)
         + I64(0x01B21DD213814000);
}

-- 
-Chuck


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 18:57:55 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: FreeBSD-Questions@FreeBSD.ORG
Delivered-To: FreeBSD-Questions@FreeBSD.ORG
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9476316A494
	for <FreeBSD-Questions@FreeBSD.ORG>;
	Fri,  6 Oct 2006 18:57:55 +0000 (UTC)
	(envelope-from kdagee2@yahoo.com)
Received: from web31507.mail.mud.yahoo.com (web31507.mail.mud.yahoo.com
	[68.142.198.136])
	by mx1.FreeBSD.org (Postfix) with SMTP id 20F2843D45
	for <FreeBSD-Questions@FreeBSD.ORG>;
	Fri,  6 Oct 2006 18:57:55 +0000 (GMT)
	(envelope-from kdagee2@yahoo.com)
Received: (qmail 82777 invoked by uid 60001); 6 Oct 2006 18:57:54 -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=bHu9o/NxE0VJ40LsVPs7dbK0Law+pPSPpXTV1kHrc8Y0tlxPU01ZEf5tCaBsVisomlgIQW9b2oGyE3Mdn+D4BIHr/gttlAl6hV/c8OXMqe1/OT4zJeAvUMDLRpOgJgdbs8oGTyAEQ5ZLJXgoxLde4xd7HlUFpzJlRIyRZplsw3g=
	; 
Message-ID: <20061006185754.82775.qmail@web31507.mail.mud.yahoo.com>
Received: from [71.115.244.130] by web31507.mail.mud.yahoo.com via HTTP;
	Fri, 06 Oct 2006 11:57:54 PDT
Date: Fri, 6 Oct 2006 11:57:54 -0700 (PDT)
From: Karl Agee <kdagee2@yahoo.com>
To: freebsd-questions <FreeBSD-Questions@FreeBSD.ORG>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Cc: 
Subject: Printing Problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 18:57:55 -0000

uname -a
FreeBSD enterprise.myhome.westell.com 6.2-PRERELEASE
FreeBSD 6.2-PRERELEASE #4: Mon Oct  2 08:40:06 PDT
2006    
root@enterprise.myhome.westell.com:/usr/obj/usr/src/sys/GENERIC.20060916
 i386

I cannot print from some applications, namely xpdf and
evince.  I am trying to print pdf's from these as
printing in adobe reader 7 is disabled.  I have cups
installed and running and I can
print from firefox and openoffice.org.

In both xpdf and evince, the print dialog gives me a
prompt for a printing command, not a printer to
choose.  This is a brother laser which is supported.

This is a usb printer, lpstat shows:

lpstat -p -d
printer Brother_Laser is idle.  enabled since Jan 01
00:00
system default destination: Brother_Laser

/var/log/messages shows:


Oct  6 08:45:56 enterprise lpd[11501]: /dev/lp: No
such file or directory


anything I can do to get printing in these apps to
work?




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 19:05:27 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5EBC216A415
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 19:05:27 +0000 (UTC) (envelope-from steve@havk.org)
Received: from web1.arilion.com (web1.arilion.com [63.238.52.216])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E83B243D7D
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 19:05:21 +0000 (GMT) (envelope-from steve@havk.org)
Received: from localhost (localhost.arilion.com [127.0.0.1])
	by web1.arilion.com (Postfix) with ESMTP id 1CD633E121;
	Fri,  6 Oct 2006 14:05:23 -0500 (CDT)
X-Virus-Scanned: amavisd-new at arilion.com
Received: from web1.arilion.com ([127.0.0.1])
	by localhost (web1.arilion.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id nGlqFXjmX0R3; Fri,  6 Oct 2006 14:05:22 -0500 (CDT)
Received: from bsd.havk.org (unknown [67.58.95.46])
	by web1.arilion.com (Postfix) with ESMTP id 8D10239AE5;
	Fri,  6 Oct 2006 14:05:14 -0500 (CDT)
Received: by bsd.havk.org (Postfix, from userid 1001)
	id 9A0F31A78B; Fri,  6 Oct 2006 14:05:11 -0500 (CDT)
Date: Fri, 6 Oct 2006 14:05:11 -0500
From: Steve Price <steve@havk.org>
To: freebsd-questions@freebsd.org
Message-ID: <20061006190511.GA56851@bsd.havk.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
X-Operating-System: FreeBSD 4.9-STABLE i386
Subject: MySQL hangs jail on startup
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 19:05:27 -0000

I have a server running 6.1-STABLE.  One of the jails on that machine
runs MySQL 4.1.21.  If I have mysql_enable="YES" in /etc/rc.conf when I
start the jail it hangs indefinitely.  If I set it to NO the jail starts
fine.  I can then login to the jail via SSH and change it to YES and
start MySQL manually with no problems.

I've tried tweaking all the jail knobs in sysctl, messed around a bit
with REQUIRE and BEFORE in the mysql-server startup script, and tried
some of the mysqld startup options to skip networking, bind only to the
jail's IP, ... but to no avail.

Any pointers on what might be happening and how I go about fixing it?

Thanks.

-steve

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 19:08:13 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B9B7116A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 19:08:13 +0000 (UTC)
	(envelope-from bob.middaugh@comcast.net)
Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3A73D43D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 19:08:12 +0000 (GMT)
	(envelope-from bob.middaugh@comcast.net)
Received: from freebsd (c71476b9.state.nj.us[199.20.118.185])
	by comcast.net (sccrmhc12) with SMTP
	id <20061006190812012001q818e>; Fri, 6 Oct 2006 19:08:12 +0000
From: "Bob M." <bob.middaugh@comcast.net>
To: Paul Schmehl <pauls@utdallas.edu>
In-Reply-To: <02E81D04083E467F87B83934@utd59514.utdallas.edu>
References: <D6F6B2276E4C5AE49B0EFC48@utd59514.utdallas.edu>
	<200610060052.13580.bob@tania.servebbs.org>
	<1EB8FFB8DA481D0FC7FFB4A7@paul-schmehls-powerbook59.local>
	<17702.19564.237561.874594@jerusalem.litteratus.org>
	<02E81D04083E467F87B83934@utd59514.utdallas.edu>
Content-Type: text/plain
Date: Fri, 06 Oct 2006 15:10:21 -0400
Message-Id: <1160161821.15158.5.camel@freebsd>
Mime-Version: 1.0
X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port 
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: Strange X problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: bob.middaugh@comcast.net
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 19:08:13 -0000

On Fri, 2006-10-06 at 12:05 -0500, Paul Schmehl wrote:
> --On Friday, October 06, 2006 08:30:36 -0400 Robert Huff 
> <roberthuff@rcn.com> wrote:
> 
> >
> > Paul Schmehl writes:
> >
> >>  Not really.  I want X to start *without* requiring a console
> >>  login and prompt me for a login in the gui, just like my
> >>  workstation does.
> >
> > 	The traditional answer is to put an entry in /etc/ttys.  (See
> > the man page for details.)
> >
> Therein lies the problem.  There *is* an entry in /etc/ttys:
> ttyv8   "/usr/local/bin/kdm -nodaemon"  xterm   on secure
> 
> Guess I'll just start double-checking everything.  Maybe there's a typo 
> somewhere.

Is your path to kdm correct?  I've never used KDE, so I don't know for
sure, but that entry in /etc/ttys is all you should need.

Bob


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 19:12:24 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0623016A4C9
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 19:12:24 +0000 (UTC)
	(envelope-from martin@dc.cis.okstate.edu)
Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B0B5043D5A
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 19:12:23 +0000 (GMT)
	(envelope-from martin@dc.cis.okstate.edu)
Received: from dc.cis.okstate.edu (localhost.okstate.edu [127.0.0.1])
	by dc.cis.okstate.edu (8.13.3/8.13.3) with ESMTP id k96JCMhW005306
	for <freebsd-questions@freebsd.org>;
	Fri, 6 Oct 2006 14:12:22 -0500 (CDT)
	(envelope-from martin@dc.cis.okstate.edu)
Message-Id: <200610061912.k96JCMhW005306@dc.cis.okstate.edu>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <5301.1160161942.1@dc.cis.okstate.edu>
Date: Fri, 06 Oct 2006 14:12:22 -0500
From: Martin McCormick <martin@dc.cis.okstate.edu>
Subject: Re: A Question of How to Handle Numerical Notation Solved
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 19:12:24 -0000

	Those of you who recognised the example string I sent as
a UUID really helped solve this problem.  What happened was that
the algorithm I wrote to parse the CSV values in each record is
broken when it encounters a blank field as in ,, so it fails to
increase the index counter and place a null string at that point.
This meant that what I was reading as field W was actually more
like field Z.  I was actually looking at a field labeled "pkid"
or Packet ID which is the UUID you saw.  The algorithm I wrote to
parse worked perfectly on the first line of the file because
every field was populated but it silently failed on lines of real
data because of blank fields.

Martin McCormick WB5AGZ  Stillwater, OK 
Systems Engineer
OSU Information Technology Department Network Operations Group

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 21:06:44 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A9E3816A403
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 21:06:44 +0000 (UTC)
	(envelope-from pauls@utdallas.edu)
Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D31BC43D49
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 21:06:43 +0000 (GMT)
	(envelope-from pauls@utdallas.edu)
Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28])
	by smtp1.utdallas.edu (Postfix) with ESMTP id 42D4E388F02
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 16:06:43 -0500 (CDT)
Date: Fri, 06 Oct 2006 16:03:27 -0500
From: Paul Schmehl <pauls@utdallas.edu>
To: freebsd-questions@freebsd.org
Message-ID: <9070EBDB52AA4E1224B5D94D@utd59514.utdallas.edu>
In-Reply-To: <1160161821.15158.5.camel@freebsd>
References: <D6F6B2276E4C5AE49B0EFC48@utd59514.utdallas.edu>	
	<200610060052.13580.bob@tania.servebbs.org>	
	<1EB8FFB8DA481D0FC7FFB4A7@paul-schmehls-powerbook59.local>	
	<17702.19564.237561.874594@jerusalem.litteratus.org>	
	<02E81D04083E467F87B83934@utd59514.utdallas.edu>
	<1160161821.15158.5.camel@freebsd>
X-Mailer: Mulberry/4.0.6 (Linux/x86)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=sha1;
	protocol="application/pkcs7-signature";
	boundary="==========FAA277FE340FF7552BD0=========="
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: Strange X problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 21:06:44 -0000

--==========FAA277FE340FF7552BD0==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

--On Friday, October 06, 2006 15:10:21 -0400 "Bob M."=20
<bob.middaugh@comcast.net> wrote:
>> >
>> Therein lies the problem.  There *is* an entry in /etc/ttys:
>> ttyv8   "/usr/local/bin/kdm -nodaemon"  xterm   on secure
>>
>> Guess I'll just start double-checking everything.  Maybe there's a typo
>> somewhere.
>
> Is your path to kdm correct?  I've never used KDE, so I don't know for
> sure, but that entry in /etc/ttys is all you should need.
>
find / -name kdm
/usr/local/bin/kdm

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

--==========FAA277FE340FF7552BD0==========--


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 21:13:18 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: FreeBSD-Questions@FreeBSD.ORG
Delivered-To: FreeBSD-Questions@FreeBSD.ORG
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B32F016A40F
	for <FreeBSD-Questions@FreeBSD.ORG>;
	Fri,  6 Oct 2006 21:13:18 +0000 (UTC)
	(envelope-from andrewgould@yahoo.com)
Received: from web35313.mail.mud.yahoo.com (web35313.mail.mud.yahoo.com
	[66.163.179.107])
	by mx1.FreeBSD.org (Postfix) with SMTP id 3D87543D46
	for <FreeBSD-Questions@FreeBSD.ORG>;
	Fri,  6 Oct 2006 21:13:18 +0000 (GMT)
	(envelope-from andrewgould@yahoo.com)
Received: (qmail 17350 invoked by uid 60001); 6 Oct 2006 21:13:17 -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=VRSTEROwSmtHVL6Dz+Qpb351G9IST/FMOU5i2h96CaX+Fty0IhFznGcYhHC3poCjcBNKmpMB0jsDMzzpMFGhi/K7gz6VmL0VwvAVZn9Glx8R39odDutbaaMy696cL4d4VqQfuA22UDBDF/gJXjPf4pOLpMrpG+SmPH5Gp9hbJm8=
	; 
Message-ID: <20061006211317.17348.qmail@web35313.mail.mud.yahoo.com>
Received: from [206.255.31.21] by web35313.mail.mud.yahoo.com via HTTP;
	Fri, 06 Oct 2006 14:13:17 PDT
Date: Fri, 6 Oct 2006 14:13:17 -0700 (PDT)
From: Andrew Gould <andrewgould@yahoo.com>
To: Karl Agee <kdagee2@yahoo.com>,
	freebsd-questions <FreeBSD-Questions@FreeBSD.ORG>
In-Reply-To: <20061006185754.82775.qmail@web31507.mail.mud.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Cc: 
Subject: Re: Printing Problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 21:13:18 -0000

--- Karl Agee <kdagee2@yahoo.com> wrote:
> uname -a
> FreeBSD enterprise.myhome.westell.com 6.2-PRERELEASE
> FreeBSD 6.2-PRERELEASE #4: Mon Oct  2 08:40:06 PDT
> 2006    
>
root@enterprise.myhome.westell.com:/usr/obj/usr/src/sys/GENERIC.20060916
>  i386
> 
> I cannot print from some applications, namely xpdf
> and
> evince.  I am trying to print pdf's from these as
> printing in adobe reader 7 is disabled.  I have cups
> installed and running and I can
> print from firefox and openoffice.org.
> 
> In both xpdf and evince, the print dialog gives me a
> prompt for a printing command, not a printer to
> choose.  This is a brother laser which is supported.
> 
> This is a usb printer, lpstat shows:
> 
> lpstat -p -d
> printer Brother_Laser is idle.  enabled since Jan 01
> 00:00
> system default destination: Brother_Laser
> 
> /var/log/messages shows:
> 
> Oct  6 08:45:56 enterprise lpd[11501]: /dev/lp: No
> such file or directory
> 
> anything I can do to get printing in these apps to
> work?
> 

Did you remember to move or delete the lp* files from
/usr/bin/ so that they don't conflict with the cups
versions in /usr/local/bin/ ?

Andrew L. Gould

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 21:21:06 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: FreeBSD-Questions@FreeBSD.ORG
Delivered-To: FreeBSD-Questions@FreeBSD.ORG
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 21F9616A492
	for <FreeBSD-Questions@FreeBSD.ORG>;
	Fri,  6 Oct 2006 21:21:06 +0000 (UTC)
	(envelope-from kdagee2@yahoo.com)
Received: from web31503.mail.mud.yahoo.com (web31503.mail.mud.yahoo.com
	[68.142.198.132])
	by mx1.FreeBSD.org (Postfix) with SMTP id B202943D4C
	for <FreeBSD-Questions@FreeBSD.ORG>;
	Fri,  6 Oct 2006 21:21:05 +0000 (GMT)
	(envelope-from kdagee2@yahoo.com)
Received: (qmail 97158 invoked by uid 60001); 6 Oct 2006 21:21:04 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=pmRouNIuKP5pNHZodXoqf7oohwSi95W3F+5q7Zli8Z2ePx4EVkobx9G8bS5fm7KWUabAewhfx18eevUj7wNQKnxRTuYWO/nYzyVoS+TRYcX69xwQXJXsus0Y9Gj8MxW/KnZhJTgiqEdrKI5RKd6Ofho7FGihhKZQFFcwvIGQr7A=
	; 
Message-ID: <20061006212104.97156.qmail@web31503.mail.mud.yahoo.com>
Received: from [71.115.244.130] by web31503.mail.mud.yahoo.com via HTTP;
	Fri, 06 Oct 2006 14:21:04 PDT
Date: Fri, 6 Oct 2006 14:21:04 -0700 (PDT)
From: Karl Agee <kdagee2@yahoo.com>
To: Andrew Gould <andrewgould@yahoo.com>,
	freebsd-questions <FreeBSD-Questions@FreeBSD.ORG>
In-Reply-To: <20061006211317.17348.qmail@web35313.mail.mud.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Cc: 
Subject: Re: Printing Problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 21:21:06 -0000



--- Andrew Gould <andrewgould@yahoo.com> wrote:

> --- Karl Agee <kdagee2@yahoo.com> wrote:
> > uname -a
> > FreeBSD enterprise.myhome.westell.com
> 6.2-PRERELEASE
> > FreeBSD 6.2-PRERELEASE #4: Mon Oct  2 08:40:06 PDT
> > 2006    
> >
>
root@enterprise.myhome.westell.com:/usr/obj/usr/src/sys/GENERIC.20060916
> >  i386
> > 
> > I cannot print from some applications, namely xpdf
> > and
> > evince.  I am trying to print pdf's from these as
> > printing in adobe reader 7 is disabled.  I have
> cups
> > installed and running and I can
> > print from firefox and openoffice.org.
> > 
> > In both xpdf and evince, the print dialog gives me
> a
> > prompt for a printing command, not a printer to
> > choose.  This is a brother laser which is
> supported.
> > 
> > This is a usb printer, lpstat shows:
> > 
> > lpstat -p -d
> > printer Brother_Laser is idle.  enabled since Jan
> 01
> > 00:00
> > system default destination: Brother_Laser
> > 
> > /var/log/messages shows:
> > 
> > Oct  6 08:45:56 enterprise lpd[11501]: /dev/lp: No
> > such file or directory
> > 
> > anything I can do to get printing in these apps to
> > work?
> > 
> 
> Did you remember to move or delete the lp* files
> from
> /usr/bin/ so that they don't conflict with the cups
> versions in /usr/local/bin/ ?
> 
> Andrew L. Gould
> 

Andrew:  thanks for the reply.  No, I didnt do
that--what happened is lp got whacked at some point
and I just re-ran apsfilter to set it back up, now I
am printing again.  8-)

--Karl


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 21:26:41 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9FE3316A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 21:26:41 +0000 (UTC)
	(envelope-from admin2@enabled.com)
Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EDDC143D66
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 21:26:25 +0000 (GMT)
	(envelope-from admin2@enabled.com)
Received: from [172.24.241.10] (natint3.juniper.net [66.129.224.36])
	(authenticated bits=0)
	by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k96LQPcB037836
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <freebsd-questions@freebsd.org>;
	Fri, 6 Oct 2006 14:26:25 -0700 (PDT)
	(envelope-from admin2@enabled.com)
Message-ID: <4526C9F7.6090705@enabled.com>
Date: Fri, 06 Oct 2006 14:26:15 -0700
From: Noah <admin2@enabled.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Subject: problems ssh'ing debug1: An invalid name was supplied (OSX client)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 21:26:41 -0000

any clues why ssh is hanging before a prompt is provided from the server 
side. this prompt stalling behavior is only happening when I am coming 
from my OSX ssh client. Any clues on this? I have never see this betwe.

something strange starts around the line "debug1: An invalid name was 
supplied"


here is the ssh debug:

Script started on Thu Oct 5 19:58:54 2006

debug1: Reading configuration data /Users/blah/.ssh/config
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to 172.xx.yy.zz [172.xx.yy.zz] port 22.
debug1: Connection established.
debug1: identity file /Users/blah/.ssh/identity type -1
debug3: Not a RSA1 key file /Users/blah/.ssh/id_rsa.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-----END'
debug3: key_read: missing keytype
debug1: identity file /Users/blah/.ssh/id_rsa type 1
debug1: identity file /Users/blah/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version 
OpenSSH_3.8.1p1 FreeBSD-20060123
debug1: match: OpenSSH_3.8.1p1 FreeBSD-20060123 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug2: fd 3 setting O_NONBLOCK
debug1: An invalid name was supplied
Cannot determine realm for numeric host address

debug1: An invalid name was supplied
A parameter was malformed
Validation error

debug1: An invalid name was supplied
Cannot determine realm for numeric host address

debug1: An invalid name was supplied
A parameter was malformed
Validation error

debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-dss
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server->client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug2: dh_gen_key: priv key bits set: 133/256
debug2: bits set: 523/1024
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug3: check_host_in_hostfile: filename /Users/blah/.ssh/known_hosts
debug3: check_host_in_hostfile: match line 1
debug1: Host '172.xx.yy.zz' is known and matches the DSA host key.
debug1: Found key in /Users/blah/.ssh/known_hosts:1
debug2: bits set: 520/1024
debug1: ssh_dss_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /Users/blah/.ssh/identity (0x0)
debug2: key: /Users/blah/.ssh/id_rsa (0x307a10)
debug2: key: /Users/blah/.ssh/id_dsa (0x0)
debug1: Authentications that can continue: publickey,password
debug3: start over, passed a different list publickey,password
debug3: preferred 
gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /Users/blah/.ssh/identity
debug3: no such identity: /Users/blah/.ssh/identity
debug1: Offering public key: /Users/blah/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /Users/blah/.ssh/id_dsa
debug3: no such identity: /Users/blah/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
username@172.xx.yy.zz's password:


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 21:31:29 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EF46816A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 21:31:29 +0000 (UTC) (envelope-from cswiger@mac.com)
Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.181])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B115C43D6A
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 21:31:29 +0000 (GMT) (envelope-from cswiger@mac.com)
Received: from mac.com (smtpin07-en2 [10.13.10.152])
	by smtpout.mac.com (Xserve/8.12.11/smtpout11/MantshX 4.0) with ESMTP id
	k96LVS4t020403; Fri, 6 Oct 2006 14:31:29 -0700 (PDT)
Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96])
	(authenticated bits=0)
	by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k96LVQmq016578; 
	Fri, 6 Oct 2006 14:31:27 -0700 (PDT)
In-Reply-To: <4526C9F7.6090705@enabled.com>
References: <4526C9F7.6090705@enabled.com>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <956C94E1-87FF-4216-999E-78F0C61BA3A5@mac.com>
Content-Transfer-Encoding: 7bit
From: Chuck Swiger <cswiger@mac.com>
Date: Fri, 6 Oct 2006 14:31:25 -0700
To: Noah <admin2@enabled.com>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
Cc: freebsd-questions@freebsd.org
Subject: Re: problems ssh'ing debug1: An invalid name was supplied (OSX
	client)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 21:31:30 -0000

On Oct 6, 2006, at 2:26 PM, Noah wrote:
> any clues why ssh is hanging before a prompt is provided from the  
> server side. this prompt stalling behavior is only happening when I  
> am coming from my OSX ssh client. Any clues on this? I have never  
> see this betwe.

Looks like your SSH keypair has been mangled:

% cat ~/.ssh/id_rsa
-----BEGIN RSA PRIVATE KEY-----
[ ...should contain base-64 encoded data... ]
-----END RSA PRIVATE KEY-----

If you don't have a valid keypair there in id_rsa and id_rsa.pub, use  
ssh-keygen to make a new one.

-- 
-Chuck


From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 22:13:54 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BE39416A4EB
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 22:13:54 +0000 (UTC)
	(envelope-from shinjii@virusinfo.rdksupportinc.com)
Received: from barracuda.tsninternet.com.au (barracuda.tsninternet.com.au
	[202.22.162.34])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4B46F43D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 22:13:54 +0000 (GMT)
	(envelope-from shinjii@virusinfo.rdksupportinc.com)
X-ASG-Debug-ID: 1160172826-13792-7-0
X-Barracuda-URL: http://spam.tsninternet.com.au:80/cgi-bin/mark.cgi
Received: from b.custmx.tsn.cc (unknown [202.22.162.45])
	by barracuda.tsninternet.com.au (Spam Firewall) with ESMTP id
	C53C020E7DD for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 08:13:46 +1000 (EST)
Received: (qmail 5908 invoked by uid 89); 7 Oct 2006 08:13:46 +1000
Received: from 240.161.22.202.tsn.cc (HELO ?192.168.1.5?) (202.22.161.240)
	by b.custmx.tsn.cc with SMTP; 7 Oct 2006 08:13:46 +1000
From: Warren Liddell <shinjii@virusinfo.rdksupportinc.com>
To: freebsd-questions@freebsd.org
X-ASG-Orig-Subj: Error with CVSUP server
Date: Sat, 7 Oct 2006 08:17:25 +1000
User-Agent: KMail/1.9.4
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610070817.25963.shinjii@virusinfo.rdksupportinc.com>
X-Virus-Scanned: by Barracuda Spam Firewall at tsninternet.com.au
X-Barracuda-Spam-Score: 0.00
X-Barracuda-Spam-Status: No, SCORE=0.00 using per-user scores of TAG_LEVEL=3.0
	QUARANTINE_LEVEL=6.0 KILL_LEVEL=7.0 tests=
X-Barracuda-Spam-Report: Code version 3.02, rules version 3.0.22705
	Rule breakdown below  pts rule name              description
	---- ----------------------
	--------------------------------------------------
Subject: Error with CVSUP server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 22:13:54 -0000

is the cvsup2 server in australia down?  As trying to connect i get a lookup 
failure

From owner-freebsd-questions@FreeBSD.ORG  Fri Oct  6 22:27:51 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 90C8C16A40F
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 22:27:51 +0000 (UTC) (envelope-from josh@tcbug.org)
Received: from rwcrmhc15.comcast.net (rwcrmhc15.comcast.net [216.148.227.155])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5D9C543D45
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 22:27:51 +0000 (GMT) (envelope-from josh@tcbug.org)
Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219])
	by comcast.net (rwcrmhc15) with ESMTP
	id <20061006222740m15009flhse>; Fri, 6 Oct 2006 22:27:50 +0000
From: Josh Paetzel <josh@tcbug.org>
To: freebsd-questions@freebsd.org
Date: Fri, 6 Oct 2006 17:27:37 -0500
User-Agent: KMail/1.9.3
References: <200610070817.25963.shinjii@virusinfo.rdksupportinc.com>
In-Reply-To: <200610070817.25963.shinjii@virusinfo.rdksupportinc.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610061727.37393.josh@tcbug.org>
Cc: Warren Liddell <shinjii@virusinfo.rdksupportinc.com>
Subject: Re: Error with CVSUP server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Oct 2006 22:27:51 -0000

On Friday 06 October 2006 17:17, Warren Liddell wrote:
> is the cvsup2 server in australia down?  As trying to connect i get
> a lookup failure

;; QUESTION SECTION:
;cvsup2.au.freebsd.org.         IN      A

;; ANSWER SECTION:
cvsup2.au.freebsd.org.  43200   IN      CNAME   cvsup.isp.net.au.
cvsup.isp.net.au.       86400   IN      A       202.1.117.1

===jpaetzel@gimpy /home/jpaetzel -> telnet cvsup2.au.freebsd.org 5999
Trying 202.1.117.1...
Connected to cvsup.isp.net.au.
Escape character is '^]'.
OK 17 0 SNAP_16_1h CVSup server ready

-- 
Thanks,

Josh Paetzel

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 00:23:46 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 530F916A412
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 00:23:46 +0000 (UTC)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: from web83114.mail.mud.yahoo.com (web83114.mail.mud.yahoo.com
	[216.252.101.43])
	by mx1.FreeBSD.org (Postfix) with SMTP id BD50F43D46
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 00:23:45 +0000 (GMT)
	(envelope-from backyard1454-bsd@yahoo.com)
Received: (qmail 98398 invoked by uid 60001); 7 Oct 2006 00:23:45 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
	b=IRWoOJPeo3ZLgskSAfcD612PGLqpWGXIbilUMO4/+7YtF3olGNocGgXDlpsh/9W7Fb+Uo/ugTEBFPEaRkVwOC0TMcSjTgsnFQKmOBPIxfJJ6AWJW84KOn0/V+zDfnO6OB4jxLQcKP6XIpZN9bZII1imXR4A9xleHyHFGT0BbRig=
	; 
Message-ID: <20061007002345.98396.qmail@web83114.mail.mud.yahoo.com>
Received: from [69.183.243.202] by web83114.mail.mud.yahoo.com via HTTP;
	Fri, 06 Oct 2006 17:23:45 PDT
Date: Fri, 6 Oct 2006 17:23:45 -0700 (PDT)
From: backyard <backyard1454-bsd@yahoo.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <9070EBDB52AA4E1224B5D94D@utd59514.utdallas.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Subject: Re: Strange X problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: backyard1454-bsd@yahoo.com
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 00:23:46 -0000



--- Paul Schmehl <pauls@utdallas.edu> wrote:

> --On Friday, October 06, 2006 15:10:21 -0400 "Bob
> M." 
> <bob.middaugh@comcast.net> wrote:
> >> >
> >> Therein lies the problem.  There *is* an entry in
> /etc/ttys:
> >> ttyv8   "/usr/local/bin/kdm -nodaemon"  xterm  
> on secure
> >>
> >> Guess I'll just start double-checking everything.
>  Maybe there's a typo
> >> somewhere.
> >
> > Is your path to kdm correct?  I've never used KDE,
> so I don't know for
> > sure, but that entry in /etc/ttys is all you
> should need.
> >
> find / -name kdm
> /usr/local/bin/kdm
> 
> Paul Schmehl (pauls@utdallas.edu)
> Adjunct Information Security Officer
> The University of Texas at Dallas
> http://www.utdallas.edu/ir/security/
> 



"For FreeBSD, edit /etc/ttys and find the line like
this:

ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   off
secure

      and edit it to this:

ttyv8   "/usr/local/bin/kdm"  xterm   on secure

    *

      Most other distributions are a variation of one
of these.

At this stage, you can test kdm again by bringing your
system to the runlevel that should now run kdm. To do
so, issue a command like this:" 

http://docs.kde.org/development/en/kdebase/kdm/configuring-your-system-for-kdm.html

-nodaemon is the problem. that is for running kdm from
the command line. 


-brian

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 00:36:35 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D67C816A407
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 00:36:35 +0000 (UTC)
	(envelope-from pauls@utdallas.edu)
Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.249])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8A4E743D46
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 00:36:35 +0000 (GMT)
	(envelope-from pauls@utdallas.edu)
Received: from [192.168.2.102] (adsl-65-65-209-107.dsl.rcsntx.swbell.net
	[65.65.209.107])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.stovebolt.com (Postfix) with ESMTP id 9B958114307
	for <freebsd-questions@freebsd.org>;
	Fri,  6 Oct 2006 19:38:50 -0500 (CDT)
Date: Fri, 06 Oct 2006 19:36:32 -0500
From: Paul Schmehl <pauls@utdallas.edu>
To: freebsd-questions@freebsd.org
Message-ID: <6F994250006369740B25A687@paul-schmehls-powerbook59.local>
In-Reply-To: <20061007002345.98396.qmail@web83114.mail.mud.yahoo.com>
References: <20061007002345.98396.qmail@web83114.mail.mud.yahoo.com>
X-Mailer: Mulberry/4.0.5 (Mac OS X)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=sha1;
	protocol="application/pkcs7-signature";
	boundary="==========E78843C91EE2F17FAEE3=========="
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: Strange X problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 00:36:35 -0000

--==========E78843C91EE2F17FAEE3==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

--On October 6, 2006 5:23:45 PM -0700 backyard=20
<backyard1454-bsd@yahoo.com> wrote:
>
> "For FreeBSD, edit /etc/ttys and find the line like
> this:
>
> ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   off
> secure
>
>       and edit it to this:
>
> ttyv8   "/usr/local/bin/kdm"  xterm   on secure
>
Yeah, I got a chance to look at it this afternoon, and that's what the=20
problem was.  I wasn't looking closely enough at that line.

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

--==========E78843C91EE2F17FAEE3==========--


From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 01:34:54 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E420116A407
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 01:34:54 +0000 (UTC)
	(envelope-from freebsd-questions@m.gmane.org)
Received: from ciao.gmane.org (main.gmane.org [80.91.229.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3CCCD43D45
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 01:34:53 +0000 (GMT)
	(envelope-from freebsd-questions@m.gmane.org)
Received: from list by ciao.gmane.org with local (Exim 4.43)
	id 1GW15Q-0007dI-JL
	for freebsd-questions@freebsd.org; Sat, 07 Oct 2006 03:34:44 +0200
Received: from 62-2-105-50.static.cablecom.ch ([62.2.105.50])
	by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
	id 1AlnuQ-0007hv-00
	for <freebsd-questions@freebsd.org>; Sat, 07 Oct 2006 03:34:44 +0200
Received: from wolf by 62-2-105-50.static.cablecom.ch with local (Gmexim 0.1
	(Debian)) id 1AlnuQ-0007hv-00
	for <freebsd-questions@freebsd.org>; Sat, 07 Oct 2006 03:34:44 +0200
X-Injected-Via-Gmane: http://gmane.org/
To: freebsd-questions@freebsd.org
From: Alain Wolf <wolf@k18.ch>
Date: Sat, 07 Oct 2006 03:34:30 +0200
Lines: 56
Message-ID: <eg7076$nvq$1@sea.gmane.org>
References: <eg4hu4$40i$1@sea.gmane.org>	<00aa01c6e8fa$fe19ce90$1200a8c0@gsicomp.on.ca>
	<45262141.1080907@dial.pipex.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Complaints-To: usenet@sea.gmane.org
X-Gmane-NNTP-Posting-Host: 62-2-105-50.static.cablecom.ch
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
In-Reply-To: <45262141.1080907@dial.pipex.com>
X-Enigmail-Version: 0.94.0.0
OpenPGP: id=6CB1BC68;
	url=http://subkeys.pgp.net:11371/pks/lookup?op=get&search=0x579319666CB1BC68
Sender: news <news@sea.gmane.org>
Subject: Re: port php5 - what I am supposed to do here?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 01:34:55 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 06.10.2006 11:26, * Alex Zbyslaw wrote:
> Matt Emmerton wrote:
> 
>>> Hello List,
>>>
>>> Portuadit telles my about the "open_basedir Race Condition
>>> Vulnerability", OK.
>>>
>>> By reading the advisory on
>>> http://www.hardened-php.net/advisory_082006.132.html I can safely say
>>> this does not apply to our environment, we don't use open_basedir or
>>> safe_mode and Suhosin is planned anyway (after test).
>>>   
>>> [...]
>>> So what to do now?
>>>   
>>
>> You've established that the security issue doesn't apply to your
>> environment.
>>
>> 1) Add "DISABLE_VULNERABILITIES=yes" to /etc/make.conf
>> 2) Run "portupgrade -u" or "make install clean"
>>
>>  
>>
> By doing this you have disabled vulnerability checking for *all* ports
> which seems a little extreme.  Either add the flag to pkgtools.conf (for
> portupgrade (and portmanager?)) or use it from the command line with make.
> 
> --Alex

Thanks for the advice, as matter of fact this came to my mind too, so I
actually did in make.conf was:

...
# PHP 5 Port installation options
.if${.CURDIR:M*/lang/php5*}
DISABLE_VULNERABILITIES=yes
.endif
...

Greetings



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFJwQmV5MZZmyxvGgRAsdoAKDdHsfC89K70PjrIYFMT7aUiLH2RgCgktA5
1DP/pLzWaI35xOtzc0RwVd0=
=RqSa
-----END PGP SIGNATURE-----


From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 01:53:04 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B543D16A407
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 01:53:04 +0000 (UTC)
	(envelope-from freebsd@dfwlp.com)
Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 49BDB43D4C
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 01:53:04 +0000 (GMT)
	(envelope-from freebsd@dfwlp.com)
Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83])
	(authenticated bits=0)
	by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k971r2m0012510
	for <freebsd-questions@freebsd.org>;
	Fri, 6 Oct 2006 20:53:02 -0500 (CDT)
	(envelope-from freebsd@dfwlp.com)
From: Jonathan Horne <freebsd@dfwlp.com>
To: freebsd-questions@freebsd.org
Date: Fri, 6 Oct 2006 20:53:01 -0500
User-Agent: KMail/1.9.4
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610062053.01980.freebsd@dfwlp.com>
X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=ham 
	version=3.1.5
X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on zeus.dfwlp.com
Subject: adding a linux boot option
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 01:53:04 -0000

i have a system with 2 disks (ad0 and ad1), with ad1 having a recent suse 
linux install, and ad0 is a standard freebsd install.  i must have made a 
mistake when i installed the suse, as i overwrote my freebsd bootloader and 
only had option to boot suse.

so i then reinstalled freebsd, and i again must have made another mistake, as 
the freebsd loader only shows F1 for Freebsd, and nothing else (well, F5 for 
drive 1, but that does nothing usable right now).

is there an easy way i can add an option to boot the OS located at /dev/ad1s2?

cheers,
jonathan

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 02:04:26 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@FreeBSD.org
Delivered-To: freebsd-questions@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 06B8A16A412
	for <freebsd-questions@FreeBSD.org>;
	Sat,  7 Oct 2006 02:04:26 +0000 (UTC)
	(envelope-from jdnichols@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9927543D46
	for <freebsd-questions@FreeBSD.org>;
	Sat,  7 Oct 2006 02:04:25 +0000 (GMT)
	(envelope-from jdnichols@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so1354039pye
	for <freebsd-questions@FreeBSD.org>;
	Fri, 06 Oct 2006 19:04:24 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
	b=a9mNDnYOGnstuta6zjZqWcp3rxB84u6EnjslLJWyJac9Q9s/Omo9H5xU8cNdOEFs/JnBIbSDM8xtYc+gw6Ua/teesV8lGBTfubzFk5uaTXUFfVLL1RaJiX9rQtGsciL6nVBziAriRpyr4yXY5vDJBcKu9umTDpsD4cNhKkH+UE8=
Received: by 10.35.18.18 with SMTP id v18mr7099291pyi;
	Fri, 06 Oct 2006 19:04:24 -0700 (PDT)
Received: by 10.35.76.6 with HTTP; Fri, 6 Oct 2006 19:04:24 -0700 (PDT)
Message-ID: <e702c34d0610061904x788b55dch41352857440fb0@mail.gmail.com>
Date: Fri, 6 Oct 2006 22:04:24 -0400
From: "Jonathan Nichols" <jdnichols@gmail.com>
To: freebsd-questions@FreeBSD.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Cc: 
Subject: tracking a stolen laptop?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 02:04:26 -0000

I am trying to track down a stolen laptop. My laptop did not have BSD
downloaded, but is there any way yet by which I may be able to track
my laptop with your help?  I would like to get BSD if I get my
computer back.  Thanks for any help or advice you can offer.

Jonathan Nichols

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 02:26:50 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4EF0E16A416
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 02:26:50 +0000 (UTC)
	(envelope-from jerrymc@gizmo.acns.msu.edu)
Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ECE8743D45
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 02:26:47 +0000 (GMT)
	(envelope-from jerrymc@gizmo.acns.msu.edu)
Received: from gizmo.acns.msu.edu (localhost [127.0.0.1])
	by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id k972OrRu080377;
	Fri, 6 Oct 2006 22:24:53 -0400 (EDT)
	(envelope-from jerrymc@gizmo.acns.msu.edu)
Received: (from jerrymc@localhost)
	by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id k972OrxD080376;
	Fri, 6 Oct 2006 22:24:53 -0400 (EDT) (envelope-from jerrymc)
Date: Fri, 6 Oct 2006 22:24:53 -0400
From: Jerry McAllister <jerrymc@msu.edu>
To: Jonathan Nichols <jdnichols@gmail.com>
Message-ID: <20061007022453.GF80164@gizmo.acns.msu.edu>
References: <e702c34d0610061904x788b55dch41352857440fb0@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <e702c34d0610061904x788b55dch41352857440fb0@mail.gmail.com>
User-Agent: Mutt/1.4.2.2i
Cc: freebsd-questions@freebsd.org
Subject: Re: tracking a stolen laptop?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 02:26:50 -0000

On Fri, Oct 06, 2006 at 10:04:24PM -0400, Jonathan Nichols wrote:

> I am trying to track down a stolen laptop. My laptop did not have BSD
> downloaded, but is there any way yet by which I may be able to track
> my laptop with your help?  I would like to get BSD if I get my
> computer back.  Thanks for any help or advice you can offer.

It would be difficult.  
But, do  you know the MAC address of the NIC card?
That might help if they get on the net with it.

////jerry

> 
> Jonathan Nichols
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 03:41:43 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 48A3F16A403
	for <questions@freebsd.org>; Sat,  7 Oct 2006 03:41:43 +0000 (UTC)
	(envelope-from roberthuff@rcn.com)
Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net
	[207.172.157.102])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A9E5243D4C
	for <questions@freebsd.org>; Sat,  7 Oct 2006 03:41:42 +0000 (GMT)
	(envelope-from roberthuff@rcn.com)
Received: from mr02.lnh.mail.rcn.net ([207.172.157.22])
	by smtp02.lnh.mail.rcn.net with ESMTP; 06 Oct 2006 23:41:43 -0400
Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11])
	by mr02.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id MIJ97720;
	Fri, 6 Oct 2006 23:41:40 -0400 (EDT)
Received: from 209-6-203-219.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO
	jerusalem.litteratus.org.litteratus.org) ([209.6.203.219])
	by smtp01.lnh.mail.rcn.net with ESMTP; 06 Oct 2006 23:41:41 -0400
X-IronPort-AV: i="4.09,274,1157342400"; 
	d="scan'208"; a="289367643:sNHT25453156"
From: Robert Huff <roberthuff@rcn.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <17703.8714.727674.221682@jerusalem.litteratus.org>
Date: Fri, 6 Oct 2006 23:42:02 -0400
To: questions@freebsd.org
X-Mailer: VM 7.17 under 21.5  (beta27) "fiddleheads" XEmacs Lucid
X-Junkmail-Status: score=10/50, host=mr02.lnh.mail.rcn.net
X-Junkmail-SD-Raw: score=unknown,
	refid=str=0001.0A090203.452721AB.0017,ss=1,fgs=0,
	ip=207.172.4.11, so=2006-05-09 23:27:51,
	dmn=5.2.113/2006-07-26
Cc: 
Subject: ssh(d) "Failed keyboard-interactive/pam for invalid user"
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 03:41:43 -0000


	One of my machines running:

FreeBSD 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Aug  3 15:33:32 EDT 2006

	has suddenly decided to deny all ssh connections, whether by
key-exchange or password.
	When attempting the latter, this appears in auth.log:

Oct  3 22:47:44 jerusalem sshd[46280]: error: PAM: authentication error for illegal user <deleted> from bronze.lcs.mit.edu
Oct  3 22:47:44 jerusalem sshd[46280]: Failed keyboard-interactive/pam for invalid user <deleted> from 128.31.0.11 port 63059 ssh2

	Thre's nothing relevant in /usr/src/UPDATING, and searching on
Google points to Samba-related stuff.  I am running Samba, but fail
to understand how this can affect a non-Samba-related login.
	Anyone willing to whap me with the clue-iron?


				Robert Huff

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 03:51:49 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2204C16A47C
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 03:51:49 +0000 (UTC)
	(envelope-from ke.han@redstarling.com)
Received: from smtp107.biz.mail.mud.yahoo.com (smtp107.biz.mail.mud.yahoo.com
	[68.142.200.255])
	by mx1.FreeBSD.org (Postfix) with SMTP id 9D1A143D45
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 03:51:48 +0000 (GMT)
	(envelope-from ke.han@redstarling.com)
Received: (qmail 46072 invoked from network); 7 Oct 2006 03:51:48 -0000
Received: from unknown (HELO ?192.168.1.20?)
	(ke.han@redstarling.com@218.79.209.77 with plain)
	by smtp107.biz.mail.mud.yahoo.com with SMTP; 7 Oct 2006 03:51:47 -0000
In-Reply-To: <45256E45.7030302@enabled.com>
References: <4523E73E.7090104@enabled.com>	<20061004125340.R97219@bravo.pjkh.com>	<45242214.5000107@enabled.com>
	<45242360.3070505@xxiii.com>	<45242832.8070807@enabled.com>
	<20061005054530.GA829@lakshmi.susmita.org>
	<45256E45.7030302@enabled.com>
Mime-Version: 1.0 (Apple Message framework v752.3)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <C07CA3C3-D2A9-43DA-B14F-64137CCD3FD3@redstarling.com>
Content-Transfer-Encoding: 7bit
From: ke han <ke.han@redstarling.com>
Date: Sat, 7 Oct 2006 11:51:40 +0800
To: Noah <admin2@enabled.com>
X-Mailer: Apple Mail (2.752.3)
Cc: girishvenkatachalam@gmail.com, Wayne <wc_fbsd@xxiii.com>,
	freebsd-questions@freebsd.org
Subject: Re: sshd stalling upon login [solved]
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 03:51:49 -0000

I had problems with some ssh clients not being able to connect to a  
default installed FreeBSD 6.1.
A source compile of openssl from ports fixed the problem for me.
Perhaps someone should look into the compile settings of openssl  
binaries as used in the FreeBSD install ISO.
thanks, ke han

On Oct 6, 2006, at 4:42 AM, Noah wrote:

> Girish Venkatachalam wrote:
>> On Wed, Oct 04, 2006 at 02:31:30PM -0700, Noah wrote:
>>
>>>
>>>
>> Try this. It might help.
>>
>> #cd /usr/ports/security/openssl
>> #make deinstall
>> #make reinstall
>>
>> Restart sshd and test.
>>
>> Best,
>> Girish
>>
>
> Girish,
>
> you are the winner!!!   that worked!  please claim your prize!
>
> cheers,
>
> Noah
>
>
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions- 
> unsubscribe@freebsd.org"


From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 05:00:56 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0F20216A403
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 05:00:56 +0000 (UTC)
	(envelope-from ulrich@pukruppa.net)
Received: from pukruppa.net (pukruppa.net [213.146.114.24])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4CDB743D49
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 05:00:55 +0000 (GMT)
	(envelope-from ulrich@pukruppa.net)
Received: from pukruppa.net (pukruppa.net [213.146.114.24])
	by pukruppa.net (8.13.8/8.13.8) with ESMTP id k9751VKb093095;
	Sat, 7 Oct 2006 07:01:31 +0200 (CEST)
	(envelope-from ulrich@pukruppa.net)
Date: Sat, 7 Oct 2006 07:01:31 +0200 (CEST)
From: "P.U.Kruppa" <ulrich@pukruppa.net>
To: Jonathan Horne <freebsd@dfwlp.com>
In-Reply-To: <200610062053.01980.freebsd@dfwlp.com>
Message-ID: <20061007064718.D1394@pukruppa.net>
References: <200610062053.01980.freebsd@dfwlp.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Cc: freebsd-questions@freebsd.org
Subject: Re: adding a linux boot option
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 05:00:56 -0000

On Fri, 6 Oct 2006, Jonathan Horne wrote:

> i have a system with 2 disks (ad0 and ad1), with ad1 having a recent suse
> linux install, and ad0 is a standard freebsd install.  i must have made a
> mistake when i installed the suse, as i overwrote my freebsd bootloader and
> only had option to boot suse.
>
> so i then reinstalled freebsd, and i again must have made another mistake, as
> the freebsd loader only shows F1 for Freebsd, and nothing else (well, F5 for
> drive 1, but that does nothing usable right now).
>
> is there an easy way i can add an option to boot the OS located at /dev/ad1s2?
Depends on what went wrong!?!
A very simple solution could be to install a boot manager like 
GAG (http://gag.sourceforge.net/)
At least - since this is a small download and a quick install - I 
would try it, before I did any further reading of fine manuals 
:-)

Regards,

Uli.
>
> cheers,
> jonathan
> _______________________________________________
> 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"
>



Peter Ulrich Kruppa
Wuppertal
Germany


From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 05:12:59 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8CE6416A40F
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 05:12:59 +0000 (UTC)
	(envelope-from freebsd@gascort.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F213A43D46
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 05:12:58 +0000 (GMT)
	(envelope-from freebsd@gascort.com)
Received: by nf-out-0910.google.com with SMTP id n15so1386576nfc
	for <freebsd-questions@freebsd.org>;
	Fri, 06 Oct 2006 22:12:58 -0700 (PDT)
Received: by 10.82.120.15 with SMTP id s15mr264813buc;
	Fri, 06 Oct 2006 22:12:57 -0700 (PDT)
Received: by 10.82.120.11 with HTTP; Fri, 6 Oct 2006 22:12:57 -0700 (PDT)
Message-ID: <38221ea10610062212v34ac5061j6edd4d44c0a5cc76@mail.gmail.com>
Date: Sat, 7 Oct 2006 13:12:57 +0800
From: "James Corteciano" <freebsd@gascort.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Event LOG Server
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 05:12:59 -0000

Dear All,

Is there an application program in FreeBSD that the main function is to get
LOG's from over 100 clients in the local area network in which I could
monitor their activity in PC such as sending their emails, their browsing
and downloading files from internet, and so forth? I know some examples are
Squid for monitoring their http activity, and watching /var/log/maillogs for
their emails but since our network was controlled and behind at our main
office from other place in which they do provide us internet connectivity
since we are only a branch office.

Regards,

-- 
James G. Corteciano
FreeBSD User

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 05:30:56 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ED47016A40F
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 05:30:56 +0000 (UTC)
	(envelope-from admin2@enabled.com)
Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE7D43D53
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 05:30:56 +0000 (GMT)
	(envelope-from admin2@enabled.com)
Received: from [172.24.241.10] (natint3.juniper.net [66.129.224.36])
	(authenticated bits=0)
	by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k975UtZA090786
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Fri, 6 Oct 2006 22:30:55 -0700 (PDT)
	(envelope-from admin2@enabled.com)
Message-ID: <45273B85.1050307@enabled.com>
Date: Fri, 06 Oct 2006 22:30:45 -0700
From: Noah <admin2@enabled.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Chuck Swiger <cswiger@mac.com>
References: <4526C9F7.6090705@enabled.com>
	<956C94E1-87FF-4216-999E-78F0C61BA3A5@mac.com>
In-Reply-To: <956C94E1-87FF-4216-999E-78F0C61BA3A5@mac.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: problems ssh'ing debug1: An invalid name was supplied (OSX
	client)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 05:30:57 -0000

Chuck Swiger wrote:
> On Oct 6, 2006, at 2:26 PM, Noah wrote:
>> any clues why ssh is hanging before a prompt is provided from the 
>> server side. this prompt stalling behavior is only happening when I 
>> am coming from my OSX ssh client. Any clues on this? I have never see 
>> this betwe.
>
> Looks like your SSH keypair has been mangled:
>
> % cat ~/.ssh/id_rsa
> -----BEGIN RSA PRIVATE KEY-----
> [ ...should contain base-64 encoded data... ]
> -----END RSA PRIVATE KEY-----
>
> If you don't have a valid keypair there in id_rsa and id_rsa.pub, use 
> ssh-keygen to make a new one.
>


Hi,

something still seems strange.  I have ~/.ssh/id_rsa and 
~/.ssh/id_rsa.pub files.  I am able to log in just fine to other servers 
using the keygen information without stalling.  it is just two recently 
built servers out of about 10 that are displaying the stalling issue.

Here is from a server that works fine with no stall:


OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
debug1: Reading configuration data /Users/username/.ssh/config
debug1: Applying options for hostname
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to host.domain.com [172.xx.yy.zz] port 22.
debug1: Connection established.
debug3: Not a RSA1 key file /Users/username/.ssh/id_rsa.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-----END'
debug3: key_read: missing keytype
debug1: identity file /Users/username/.ssh/id_rsa type 1
debug1: identity file /Users/username/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.9p1
debug1: match: OpenSSH_3.9p1 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug2: fd 3 setting O_NONBLOCK
debug1: Miscellaneous failure
No credentials cache found

debug1: Miscellaneous failure
No credentials cache found

debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: zlib@openssh.com,zlib,none
debug2: kex_parse_kexinit: zlib@openssh.com,zlib,none
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-dss
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server->client aes128-cbc hmac-md5 zlib
debug2: mac_init: found hmac-md5
debug1: kex: client->server aes128-cbc hmac-md5 zlib
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug2: dh_gen_key: priv key bits set: 131/256
debug2: bits set: 496/1024
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug3: check_host_in_hostfile: filename /Users/username/.ssh/known_hosts
debug3: check_host_in_hostfile: match line 7
debug3: check_host_in_hostfile: filename /Users/username/.ssh/known_hosts
debug3: check_host_in_hostfile: match line 7
debug1: Host 'host.domain.com' is known and matches the DSA host key.
debug1: Found key in /Users/username/.ssh/known_hosts:7
debug2: bits set: 521/1024
debug1: ssh_dss_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: Enabling compression at level 6.
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /Users/username/.ssh/id_rsa (0x301140)
debug2: key: /Users/username/.ssh/id_dsa (0x0)
debug1: Authentications that can continue: publickey,password
debug3: start over, passed a different list publickey,password
debug3: preferred 
gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /Users/username/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-rsa blen 277
debug2: input_userauth_pk_ok: fp 
a6:14:91:0e:e9:91:08:3d:6e:5d:bd:40:cf:e2:af:d3
debug3: sign_and_send_pubkey
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 0
debug3: tty_make_modes: ospeed 9600
debug3: tty_make_modes: ispeed 9600
debug3: tty_make_modes: 1 3
debug3: tty_make_modes: 2 28
debug3: tty_make_modes: 3 127
debug3: tty_make_modes: 4 21
debug3: tty_make_modes: 5 4
debug3: tty_make_modes: 6 255
debug3: tty_make_modes: 7 255
debug3: tty_make_modes: 8 17
debug3: tty_make_modes: 9 19
debug3: tty_make_modes: 10 26
debug3: tty_make_modes: 11 25
debug3: tty_make_modes: 12 18
debug3: tty_make_modes: 13 23
debug3: tty_make_modes: 14 22
debug3: tty_make_modes: 17 20
debug3: tty_make_modes: 18 15
debug3: tty_make_modes: 30 0
debug3: tty_make_modes: 31 0
debug3: tty_make_modes: 32 0
debug3: tty_make_modes: 33 0
debug3: tty_make_modes: 34 0
debug3: tty_make_modes: 35 0
debug3: tty_make_modes: 36 1
debug3: tty_make_modes: 38 1
debug3: tty_make_modes: 39 1
debug3: tty_make_modes: 40 0
debug3: tty_make_modes: 41 1
debug3: tty_make_modes: 50 1
debug3: tty_make_modes: 51 1
debug3: tty_make_modes: 53 1
debug3: tty_make_modes: 54 1
debug3: tty_make_modes: 55 0
debug3: tty_make_modes: 56 0
debug3: tty_make_modes: 57 0
debug3: tty_make_modes: 58 0
debug3: tty_make_modes: 59 1
debug3: tty_make_modes: 60 1
debug3: tty_make_modes: 61 1
debug3: tty_make_modes: 62 1
debug3: tty_make_modes: 70 1
debug3: tty_make_modes: 72 1
debug3: tty_make_modes: 73 0
debug3: tty_make_modes: 74 0
debug3: tty_make_modes: 75 0
debug3: tty_make_modes: 90 1
debug3: tty_make_modes: 91 1
debug3: tty_make_modes: 92 0
debug3: tty_make_modes: 93 0
debug2: channel 0: request shell confirm 0
debug2: fd 3 setting TCP_NODELAY
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel 0: rcvd adjust 131072
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
    The Regents of the University of California.  All rights reserved.
FreeBSD 4.10-RELEASE-p3-20041105 (hostname) #0: Wed Dec  1 09:35:10 PST 2004

Welcome to FreeBSD!

Before seeking technical support, please use the following resources:

o  Security advisories and updated errata information for all releases are
   at http://www.FreeBSD.org/releases/ - always consult the ERRATA section
   for your release first as it's updated frequently.

o  The Handbook and FAQ documents are at http://www.FreeBSD.org/ and,
   along with the mailing lists, can be searched by going to
   http://www.FreeBSD.org/search/.  If the doc distribution has
   been installed, they're also available formatted in /usr/share/doc.

If you still have a question or problem, please take the output of
`uname -a', along with any relevant error messages, and email it
as a question to the questions@FreeBSD.org mailing list.  If you are
unfamiliar with FreeBSD's directory layout, please refer to the hier(7)
man page.  If you are not familiar with man pages, type `man man'.

You may also use /stand/sysinstall to re-enter the installation and
configuration utility.  Edit /etc/motd to change this login announcement.

debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug2: channel 0: rcvd eof
debug2: channel 0: output open -> drain
debug2: channel 0: obuf empty
debug2: channel 0: close_write
debug2: channel 0: output drain -> closed
debug2: channel 0: rcvd close
debug2: channel 0: close_read
debug2: channel 0: input open -> closed
debug3: channel 0: will not send data after close
debug2: channel 0: almost dead
debug2: channel 0: gc: notify user
debug2: channel 0: gc: user detached
debug2: channel 0: send close
debug2: channel 0: is dead
debug2: channel 0: garbage collecting
debug1: channel 0: free: client-session, nchannels 1
debug3: channel 0: status: The following connections are open:
  #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cfd -1)

debug3: channel 0: close_fds r -1 w -1 e 6 c -1
Connection to host.domain.com closed.
debug1: Transferred: stdin 0, stdout 0, stderr 43 bytes in 1.7 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 25.4
debug1: Exit status 0
debug1: compress outgoing: raw data 1390, compressed 890, factor 0.64
debug1: compress incoming: raw data 2070, compressed 1551, factor 0.75


cheers,

Noah

> ---Chuck


From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 06:28:19 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0AA3716A407
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 06:28:19 +0000 (UTC)
	(envelope-from youshi10@u.washington.edu)
Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu
	[140.142.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E66E443D6A
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 06:28:08 +0000 (GMT)
	(envelope-from youshi10@u.washington.edu)
Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7])
	by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP
	id k976S8o2023890
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)
	for <freebsd-questions@freebsd.org>; Fri, 6 Oct 2006 23:28:08 -0700
X-Auth-Received: from [192.168.0.101] (dsl254-013-145.sea1.dsl.speakeasy.net
	[216.254.13.145]) (authenticated authid=youshi10)
	by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id
	k976S4d4014595
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <freebsd-questions@freebsd.org>; Fri, 6 Oct 2006 23:28:06 -0700
Message-ID: <452748E7.5070306@u.washington.edu>
Date: Fri, 06 Oct 2006 23:27:51 -0700
From: Garrett Cooper <youshi10@u.washington.edu>
User-Agent: Thunderbird 1.5.0.7 (X11/20060929)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
References: <4526C9F7.6090705@enabled.com>	<956C94E1-87FF-4216-999E-78F0C61BA3A5@mac.com>
	<45273B85.1050307@enabled.com>
In-Reply-To: <45273B85.1050307@enabled.com>
X-Enigmail-Version: 0.94.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-PMX-Version: 5.2.0.266434, Antispam-Engine: 2.4.0.264935,
	Antispam-Data: 2006.10.6.225943
X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0,
	__CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0,
	__MIME_TEXT_ONLY 0, __MIME_VERSION 0, __PHISH_PHRASE1_B 0,
	__SANE_MSGID 0, __USER_AGENT 0'
Subject: Re: problems ssh'ing debug1: An invalid name was supplied
	(OSX	client)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 06:28:19 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Noah wrote:
> Chuck Swiger wrote:
>> On Oct 6, 2006, at 2:26 PM, Noah wrote:
>>> any clues why ssh is hanging before a prompt is provided from the
>>> server side. this prompt stalling behavior is only happening when I
>>> am coming from my OSX ssh client. Any clues on this? I have never see
>>> this betwe.
>>
>> Looks like your SSH keypair has been mangled:
>>
>> % cat ~/.ssh/id_rsa
>> -----BEGIN RSA PRIVATE KEY-----
>> [ ...should contain base-64 encoded data... ]
>> -----END RSA PRIVATE KEY-----
>>
>> If you don't have a valid keypair there in id_rsa and id_rsa.pub, use
>> ssh-keygen to make a new one.
>>
> 
> 
> Hi,
> 
> something still seems strange.  I have ~/.ssh/id_rsa and
> ~/.ssh/id_rsa.pub files.  I am able to log in just fine to other servers
> using the keygen information without stalling.  it is just two recently
> built servers out of about 10 that are displaying the stalling issue.
> 
> Here is from a server that works fine with no stall:
> 
> 
> OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
> debug1: Reading configuration data /Users/username/.ssh/config
> debug1: Applying options for hostname
> debug1: Reading configuration data /etc/ssh_config
> debug2: ssh_connect: needpriv 0
> debug1: Connecting to host.domain.com [172.xx.yy.zz] port 22.
> debug1: Connection established.
> debug3: Not a RSA1 key file /Users/username/.ssh/id_rsa.
> debug2: key_type_from_name: unknown key type '-----BEGIN'
> debug3: key_read: missing keytype
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug3: key_read: missing whitespace
> debug2: key_type_from_name: unknown key type '-----END'
> debug3: key_read: missing keytype
> debug1: identity file /Users/username/.ssh/id_rsa type 1
> debug1: identity file /Users/username/.ssh/id_dsa type -1
> debug1: Remote protocol version 1.99, remote software version OpenSSH_3.9p1
> debug1: match: OpenSSH_3.9p1 pat OpenSSH_3.*
> debug1: Enabling compatibility mode for protocol 2.0
> debug1: Local version string SSH-2.0-OpenSSH_4.2
> debug2: fd 3 setting O_NONBLOCK
> debug1: Miscellaneous failure
> No credentials cache found
> 
> debug1: Miscellaneous failure
> No credentials cache found
> 
> debug1: SSH2_MSG_KEXINIT sent
> debug1: SSH2_MSG_KEXINIT received
> debug2: kex_parse_kexinit:
> diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
> 
> debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
> debug2: kex_parse_kexinit:
> aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
> 
> debug2: kex_parse_kexinit:
> aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
> 
> debug2: kex_parse_kexinit:
> hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
> 
> debug2: kex_parse_kexinit:
> hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
> 
> debug2: kex_parse_kexinit: zlib@openssh.com,zlib,none
> debug2: kex_parse_kexinit: zlib@openssh.com,zlib,none
> debug2: kex_parse_kexinit:
> debug2: kex_parse_kexinit:
> debug2: kex_parse_kexinit: first_kex_follows 0
> debug2: kex_parse_kexinit: reserved 0
> debug2: kex_parse_kexinit:
> diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
> 
> debug2: kex_parse_kexinit: ssh-dss
> debug2: kex_parse_kexinit:
> aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
> 
> debug2: kex_parse_kexinit:
> aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
> 
> debug2: kex_parse_kexinit:
> hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
> 
> debug2: kex_parse_kexinit:
> hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
> 
> debug2: kex_parse_kexinit: none,zlib
> debug2: kex_parse_kexinit: none,zlib
> debug2: kex_parse_kexinit:
> debug2: kex_parse_kexinit:
> debug2: kex_parse_kexinit: first_kex_follows 0
> debug2: kex_parse_kexinit: reserved 0
> debug2: mac_init: found hmac-md5
> debug1: kex: server->client aes128-cbc hmac-md5 zlib
> debug2: mac_init: found hmac-md5
> debug1: kex: client->server aes128-cbc hmac-md5 zlib
> debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
> debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
> debug2: dh_gen_key: priv key bits set: 131/256
> debug2: bits set: 496/1024
> debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
> debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
> debug3: check_host_in_hostfile: filename /Users/username/.ssh/known_hosts
> debug3: check_host_in_hostfile: match line 7
> debug3: check_host_in_hostfile: filename /Users/username/.ssh/known_hosts
> debug3: check_host_in_hostfile: match line 7
> debug1: Host 'host.domain.com' is known and matches the DSA host key.
> debug1: Found key in /Users/username/.ssh/known_hosts:7
> debug2: bits set: 521/1024
> debug1: ssh_dss_verify: signature correct
> debug2: kex_derive_keys
> debug2: set_newkeys: mode 1
> debug1: Enabling compression at level 6.
> debug1: SSH2_MSG_NEWKEYS sent
> debug1: expecting SSH2_MSG_NEWKEYS
> debug2: set_newkeys: mode 0
> debug1: SSH2_MSG_NEWKEYS received
> debug1: SSH2_MSG_SERVICE_REQUEST sent
> debug2: service_accept: ssh-userauth
> debug1: SSH2_MSG_SERVICE_ACCEPT received
> debug2: key: /Users/username/.ssh/id_rsa (0x301140)
> debug2: key: /Users/username/.ssh/id_dsa (0x0)
> debug1: Authentications that can continue: publickey,password
> debug3: start over, passed a different list publickey,password
> debug3: preferred
> gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
> debug3: authmethod_lookup publickey
> debug3: remaining preferred: keyboard-interactive,password
> debug3: authmethod_is_enabled publickey
> debug1: Next authentication method: publickey
> debug1: Offering public key: /Users/username/.ssh/id_rsa
> debug3: send_pubkey_test
> debug2: we sent a publickey packet, wait for reply
> debug1: Server accepts key: pkalg ssh-rsa blen 277
> debug2: input_userauth_pk_ok: fp
> a6:14:91:0e:e9:91:08:3d:6e:5d:bd:40:cf:e2:af:d3
> debug3: sign_and_send_pubkey
> debug1: read PEM private key done: type RSA
> debug1: Authentication succeeded (publickey).
> debug1: channel 0: new [client-session]
> debug3: ssh_session2_open: channel_new: 0
> debug2: channel 0: send open
> debug1: Entering interactive session.
> debug2: callback start
> debug2: client_session2_setup: id 0
> debug2: channel 0: request pty-req confirm 0
> debug3: tty_make_modes: ospeed 9600
> debug3: tty_make_modes: ispeed 9600
> debug3: tty_make_modes: 1 3
> debug3: tty_make_modes: 2 28
> debug3: tty_make_modes: 3 127
> debug3: tty_make_modes: 4 21
> debug3: tty_make_modes: 5 4
> debug3: tty_make_modes: 6 255
> debug3: tty_make_modes: 7 255
> debug3: tty_make_modes: 8 17
> debug3: tty_make_modes: 9 19
> debug3: tty_make_modes: 10 26
> debug3: tty_make_modes: 11 25
> debug3: tty_make_modes: 12 18
> debug3: tty_make_modes: 13 23
> debug3: tty_make_modes: 14 22
> debug3: tty_make_modes: 17 20
> debug3: tty_make_modes: 18 15
> debug3: tty_make_modes: 30 0
> debug3: tty_make_modes: 31 0
> debug3: tty_make_modes: 32 0
> debug3: tty_make_modes: 33 0
> debug3: tty_make_modes: 34 0
> debug3: tty_make_modes: 35 0
> debug3: tty_make_modes: 36 1
> debug3: tty_make_modes: 38 1
> debug3: tty_make_modes: 39 1
> debug3: tty_make_modes: 40 0
> debug3: tty_make_modes: 41 1
> debug3: tty_make_modes: 50 1
> debug3: tty_make_modes: 51 1
> debug3: tty_make_modes: 53 1
> debug3: tty_make_modes: 54 1
> debug3: tty_make_modes: 55 0
> debug3: tty_make_modes: 56 0
> debug3: tty_make_modes: 57 0
> debug3: tty_make_modes: 58 0
> debug3: tty_make_modes: 59 1
> debug3: tty_make_modes: 60 1
> debug3: tty_make_modes: 61 1
> debug3: tty_make_modes: 62 1
> debug3: tty_make_modes: 70 1
> debug3: tty_make_modes: 72 1
> debug3: tty_make_modes: 73 0
> debug3: tty_make_modes: 74 0
> debug3: tty_make_modes: 75 0
> debug3: tty_make_modes: 90 1
> debug3: tty_make_modes: 91 1
> debug3: tty_make_modes: 92 0
> debug3: tty_make_modes: 93 0
> debug2: channel 0: request shell confirm 0
> debug2: fd 3 setting TCP_NODELAY
> debug2: callback done
> debug2: channel 0: open confirm rwindow 0 rmax 32768
> debug2: channel 0: rcvd adjust 131072
> Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
>    The Regents of the University of California.  All rights reserved.
> FreeBSD 4.10-RELEASE-p3-20041105 (hostname) #0: Wed Dec  1 09:35:10 PST
> 2004
> 
> Welcome to FreeBSD!
> 
> Before seeking technical support, please use the following resources:
> 
> o  Security advisories and updated errata information for all releases are
>   at http://www.FreeBSD.org/releases/ - always consult the ERRATA section
>   for your release first as it's updated frequently.
> 
> o  The Handbook and FAQ documents are at http://www.FreeBSD.org/ and,
>   along with the mailing lists, can be searched by going to
>   http://www.FreeBSD.org/search/.  If the doc distribution has
>   been installed, they're also available formatted in /usr/share/doc.
> 
> If you still have a question or problem, please take the output of
> `uname -a', along with any relevant error messages, and email it
> as a question to the questions@FreeBSD.org mailing list.  If you are
> unfamiliar with FreeBSD's directory layout, please refer to the hier(7)
> man page.  If you are not familiar with man pages, type `man man'.
> 
> You may also use /stand/sysinstall to re-enter the installation and
> configuration utility.  Edit /etc/motd to change this login announcement.
> 
> debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
> debug2: channel 0: rcvd eof
> debug2: channel 0: output open -> drain
> debug2: channel 0: obuf empty
> debug2: channel 0: close_write
> debug2: channel 0: output drain -> closed
> debug2: channel 0: rcvd close
> debug2: channel 0: close_read
> debug2: channel 0: input open -> closed
> debug3: channel 0: will not send data after close
> debug2: channel 0: almost dead
> debug2: channel 0: gc: notify user
> debug2: channel 0: gc: user detached
> debug2: channel 0: send close
> debug2: channel 0: is dead
> debug2: channel 0: garbage collecting
> debug1: channel 0: free: client-session, nchannels 1
> debug3: channel 0: status: The following connections are open:
>  #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cfd -1)
> 
> debug3: channel 0: close_fds r -1 w -1 e 6 c -1
> Connection to host.domain.com closed.
> debug1: Transferred: stdin 0, stdout 0, stderr 43 bytes in 1.7 seconds
> debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 25.4
> debug1: Exit status 0
> debug1: compress outgoing: raw data 1390, compressed 890, factor 0.64
> debug1: compress incoming: raw data 2070, compressed 1551, factor 0.75
> 
> 
> cheers,
> 
> Noah
> 
>> ---Chuck

Is UseDNS set to Yes in /etc/ssh/sshd_config?
- -Garrett
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFJ0jn6CkrZkzMC68RAuadAKCBWMSzA2uL8w7+TFpzyOVxBSV0FwCfeEOR
3+PxGKEKIp7HnDaIAgcqung=
=37L6
-----END PGP SIGNATURE-----

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 06:51:50 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E190C16A40F
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 06:51:50 +0000 (UTC)
	(envelope-from list@museum.rain.com)
Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7831B43D49
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 06:51:50 +0000 (GMT)
	(envelope-from list@museum.rain.com)
Received: from ns.museum.rain.com (localhost [127.0.0.1])
	by ns.museum.rain.com (8.13.6/8.13.6) with ESMTP id k976pndS051576
	(version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO)
	for <freebsd-questions@freebsd.org>;
	Fri, 6 Oct 2006 23:51:49 -0700 (PDT)
	(envelope-from list@museum.rain.com)
Received: (from james@localhost)
	by ns.museum.rain.com (8.13.6/8.13.6/Submit) id k976pnIa051575
	for freebsd-questions@freebsd.org; Fri, 6 Oct 2006 23:51:49 -0700 (PDT)
	(envelope-from list@museum.rain.com)
X-Authentication-Warning: ns.museum.rain.com: james set sender to
	list@museum.rain.com using -f
Date: Fri, 6 Oct 2006 23:51:48 -0700
From: James Long <list@museum.rain.com>
To: freebsd-questions@freebsd.org
Message-ID: <20061007065148.GB2370@ns.museum.rain.com>
References: <20061001120044.1CF3C16A62B@hub.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20061001120044.1CF3C16A62B@hub.freebsd.org>
User-Agent: Mutt/1.5.12-2006-07-14
X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2
	(ns.museum.rain.com [127.0.0.1]);
	Fri, 06 Oct 2006 23:51:49 -0700 (PDT)
Subject: Re: Good networking books for a beginner?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 06:51:51 -0000

Somewhere I seem to recall having read an RFC which is a primer
on IP basics.  I remember especially liking the sections where
it described the the inter-relationships between the network mask,
the role that ARP plays, and the use of routing.

Darned if I can find such a thing now, though.  If anyone knows
what this was, I'd appreciate a pointer.  The plain-text, Courier-font
layout sticks in my head, which is what makes me think it was an
RFC that I saw, put I can't find it in a brief search on rfcs.org.

Jim


From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 07:59:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1C96C16A417
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 07:59:36 +0000 (UTC)
	(envelope-from johnfhoover@gmail.com)
Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.236])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6613543D4C
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 07:59:35 +0000 (GMT)
	(envelope-from johnfhoover@gmail.com)
Received: by hu-out-0506.google.com with SMTP id 34so696076hui
	for <freebsd-questions@freebsd.org>;
	Sat, 07 Oct 2006 00:59:34 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
	b=AvpPmm/eXhzdrXTXoEvCqE16N+spNzlza6shb80Jsq12rDcofwvb7TgQtTlrwAzuiThD3aSIe3ltSTaUdbsa4jQ0/QcMuoxxC2idfBnBpLaqIsQh3A86WwlAPKmgFloKW2OH8WlaLwe3ge2smIg8YtWFdSxvw7ongru57ZuCBF4=
Received: by 10.67.119.13 with SMTP id w13mr3439346ugm;
	Fri, 06 Oct 2006 09:47:33 -0700 (PDT)
Received: by 10.67.102.9 with HTTP; Fri, 6 Oct 2006 09:47:33 -0700 (PDT)
Message-ID: <573015470610060947m75dbc65aree3231d5c8706657@mail.gmail.com>
Date: Fri, 6 Oct 2006 11:47:33 -0500
From: "John Hoover" <johnfhoover@gmail.com>
To: "Jerry McAllister" <jerrymc@msu.edu>
In-Reply-To: <20061006161745.GA74632@gizmo.acns.msu.edu>
MIME-Version: 1.0
References: <1092883606.20061006121429@gmail.com>
	<20061006161745.GA74632@gizmo.acns.msu.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: ograbme <ograbme@gmail.com>, freebsd-questions@freebsd.org
Subject: Re: Newbie Question - looking for suggestions of small ports to
	install on stand-alone system without internet connection
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 07:59:36 -0000

there's always the shells,

bash for example




-- 
-------------------------------------
John F Hoover
johnfhoover@gmail.com

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 09:18:38 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CE7FF16A412
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 09:18:38 +0000 (UTC)
	(envelope-from tyoptyop@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3296843D45
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 09:18:37 +0000 (GMT)
	(envelope-from tyoptyop@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n15so1420397nfc
	for <freebsd-questions@freebsd.org>;
	Sat, 07 Oct 2006 02:18:37 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=mMUr8IqmOMwkpetRv1O0oCj9lox4gP/iAdJTGDCKrHH8/JID39PbwyJChT7cPH/luJvEeoTdFZojWbHnFWPnnXy7tZyaLNj9MMRFKCejdTBW5RfA8Orzf96h/9VwKakHwvOMcd7ydzsa+BAj9aOwcH+Nc1WR04XcjtSKT9KnO/4=
Received: by 10.82.135.13 with SMTP id i13mr268033bud;
	Sat, 07 Oct 2006 02:18:36 -0700 (PDT)
Received: by 10.82.101.8 with HTTP; Sat, 7 Oct 2006 02:18:36 -0700 (PDT)
Message-ID: <985b1a3d0610070218j916a59cr6fc50f3ee2162201@mail.gmail.com>
Date: Sat, 7 Oct 2006 11:18:36 +0200
From: "Tyop?" <tyoptyop@gmail.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <573015470610060947m75dbc65aree3231d5c8706657@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <1092883606.20061006121429@gmail.com>
	<20061006161745.GA74632@gizmo.acns.msu.edu>
	<573015470610060947m75dbc65aree3231d5c8706657@mail.gmail.com>
Subject: Re: Newbie Question - looking for suggestions of small ports to
	install on stand-alone system without internet connection
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 09:18:38 -0000

On 10/6/06, John Hoover <johnfhoover@gmail.com> wrote:
> there's always the shells,
>
> bash for example

asciiquarium is a good start.

*A Must*

-- 
Tyop?

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 10:25:46 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@FreeBSD.org
Delivered-To: freebsd-questions@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F39FC16A416
	for <freebsd-questions@FreeBSD.org>;
	Sat,  7 Oct 2006 10:25:45 +0000 (UTC)
	(envelope-from norgaard@locolomo.org)
Received: from strange.daemonsecurity.com
	(59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 80ED443D49
	for <freebsd-questions@FreeBSD.org>;
	Sat,  7 Oct 2006 10:25:45 +0000 (GMT)
	(envelope-from norgaard@locolomo.org)
Received: from [10.35.4.65] (65.4-35-10-static.chueca.wifi [10.35.4.65])
	by strange.daemonsecurity.com (Postfix) with ESMTP id 5772A2E024;
	Sat,  7 Oct 2006 12:25:43 +0200 (CEST)
Message-ID: <45278059.6050701@locolomo.org>
Date: Sat, 07 Oct 2006 12:24:25 +0200
From: Erik Norgaard <norgaard@locolomo.org>
User-Agent: Thunderbird 1.5.0.7 (X11/20060916)
MIME-Version: 1.0
To: Jonathan Nichols <jdnichols@gmail.com>
References: <e702c34d0610061904x788b55dch41352857440fb0@mail.gmail.com>
In-Reply-To: <e702c34d0610061904x788b55dch41352857440fb0@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@FreeBSD.org
Subject: Re: tracking a stolen laptop?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 10:25:46 -0000

Jonathan Nichols wrote:
> I am trying to track down a stolen laptop. My laptop did not have BSD
> downloaded, but is there any way yet by which I may be able to track
> my laptop with your help?  I would like to get BSD if I get my
> computer back.  Thanks for any help or advice you can offer.

The short answer: no.

Your laptop doesn't "phone home" unless you configure it to - if it had 
windows maybe call Microsoft, I've heard their computers contact M$ on a 
regular basis.

If you before hand had installed some tool that calls home then it would 
be possible to track it by the ip and possibly routing information it 
uses when it calls. But that's too late now.

Cheers, Erik
-- 
Ph: +34.666334818                      web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 11:06:36 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 63B7916A40F
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 11:06:36 +0000 (UTC)
	(envelope-from stapleton.41@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B1EEC43D46
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 11:06:35 +0000 (GMT)
	(envelope-from stapleton.41@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so405398uge
	for <freebsd-questions@freebsd.org>;
	Sat, 07 Oct 2006 04:06:34 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=slysBdBxVUiWTVG+vtp+2a93UhGLKIOXKUtBMOrjM3MRooHbs7kKkNsKwxUlyyZp9TylKuj6gEEB745XvdCkFeBqoSfIsQtjVnDxp5p1WY7d8nQQ3Pf3JzsGdLEfLAyzkMO8lGNOgJJ43JXWZQ0iRtWHLui83i8BzztrKQPAmCQ=
Received: by 10.67.97.18 with SMTP id z18mr4408000ugl;
	Sat, 07 Oct 2006 04:06:34 -0700 (PDT)
Received: by 10.67.86.4 with HTTP; Sat, 7 Oct 2006 04:06:34 -0700 (PDT)
Message-ID: <80f4f2b20610070406s4d2d29cn6387ec57fc92e468@mail.gmail.com>
Date: Sat, 7 Oct 2006 07:06:34 -0400
From: "Jim Stapleton" <stapleton.41@gmail.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <1092883606.20061006121429@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <1092883606.20061006121429@gmail.com>
Subject: Re: Newbie Question - looking for suggestions of small ports to
	install on stand-alone system without internet connection
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 11:06:36 -0000

On 10/6/06, ograbme <ograbme@gmail.com> wrote:
>
> I would like a few recommendations for small "ports" to try to install
> on my stand-alone machine.
>
> The stand-alone machine does not have connection to the internet;
> however, I do have a set of four (4)CD from the FreeBSD Mall and two
> (2) of the CD's have 'ports' on them.  I would like to select one, two
> or three ports to install on this machine ... to go through the steps
> and experience of the ports process using the cdroms, sooooo ... in
> essence I'm looking for suggestions of ports of a small nature (if
> there is such a thing).
>

I'm not sure how familiar you are with Unis operating systems or the
various tools available for all of it's incarnations, so, I'm listing
these with info as if you were completely new to it. If you are not, I
do not mean any insult or offense, I just don't know your level of
experience, so I'm going for something relatively low that would give
you a wide range of "sights and sounds" in the desktop *nix world. If
you aren't /that/ new, just look at my list, and pick and choose your
favorites.

Ideally, you would want to install ports that you could make use of
more than ports that are small. Even the larges ports rarely cause me
issues.

For small starts:
"bash" - already suggested, very good shell
"nano" - light weight and useful text editor
"pico" - like nano, but made before or after, can't remember which
"vim" - again, already suggested, good text editor, though not to my
taste. It is lightweight and fast, though not to the extent of
pico/nano.
"sudoku" - I prefer pencil and paper because you can make notes, but it's fun
"naim" - a console IM program

intermediate projects:
"emacs" - another popular editor, the largest (in size, not popularity
- don't know what is the most popular) of the bunch, but I know people
who get a lot of work done only starting one program *ever*, this is
that program. It uses a large amount of resources for just a text
editor, but you can do a lot more with it, and on a modern machine,
that large amount is still relatively neglegable.
"xorg" - an X (graphics) server, which will be extremely useful if you
want more than a console command prompt.
"gaim" - a multi-im client. quite useful, it could actually be in
"small" projects, but you need X installed before hand.
"gnome" - this is between intermediate and larger projects, a good and
popular desktop/session manager, again, not to my taste, for as much
smaller as it is, it runs slower than KDE on my systems. Nonetheless,
a lot of people like it, and you should give it a try.
* - Just about anything in the games directory


Big projects
"KDE" - like gnome, but more friendly to the people who like gui
configuration, less friendly to those who like text configuration. I
find it faster, but that could be because I have a lot of memory on
all my machines - it's definetly larger. Might be the whole space for
speed tradeoff that you can sometimes do, I don't know. Regardless, be
prepared for a challange, you may not (read: probably won't) be able
to get the full KDE running due to some apps not compiling. Read the
updating file, and you may have to try kde-lite.
"openoffice.org-2.0" - a nice office suit, be prepared for a
challange! Now, you may need a few java packages that won't be on the
CDs for this - which you'll have to download elsewhere and put on
either a CD or a flash drive.



Have fun,
-Jim Stapleton

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 12:02:25 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1A58A16A403
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 12:02:25 +0000 (UTC)
	(envelope-from gerard@seibercom.net)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6FFE743D79
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 12:02:06 +0000 (GMT)
	(envelope-from gerard@seibercom.net)
Received: by nf-out-0910.google.com with SMTP id n15so1446646nfc
	for <freebsd-questions@freebsd.org>;
	Sat, 07 Oct 2006 05:01:53 -0700 (PDT)
Received: by 10.78.149.13 with SMTP id w13mr4387710hud;
	Sat, 07 Oct 2006 05:01:52 -0700 (PDT)
Received: from scorpio.seibercom.net ( [67.189.184.224])
	by mx.google.com with ESMTP id a18sm3695652hub.2006.10.07.05.01.51;
	Sat, 07 Oct 2006 05:01:52 -0700 (PDT)
Received: from scorpio.seibercom.net (localhost [127.0.0.1])
	by scorpio.seibercom.net (Postfix) with ESMTP id 4C2EDBA06
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 08:01:49 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
	(Authenticated sender: gerard-gmail@scorpio.seibercom.net)
	by scorpio.seibercom.net (Postfix) with ESMTP id 98E09B993
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 08:01:48 -0400 (EDT)
From: Gerard Seibert <gerard@seibercom.net>
Organization: Seibercom.net
To: freebsd-questions@freebsd.org
Date: Sat, 7 Oct 2006 08:01:28 -0400
User-Agent: KMail/1.9.4
X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09RnSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart1318001.ImHe2tsNX0";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200610070801.41923.gerard@seibercom.net>
X-Virus-Scanned: ClamAV using ClamSMTP
Subject: Periodic 'Weekly' output errors
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: gerard@seibercom.net
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 12:02:25 -0000

--nextPart1318001.ImHe2tsNX0
Content-Type: text/plain;
  charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

=46reeBSD 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: i386

I am having a continuing problem with the 'Weekly' periodic run. The output=
=20
is extremely log, and filled with error messages. The log output does not=20
appear to change week to week. Everything seems to be running correctly;=20
therefore I am not sure if something is broken or not. There are also=20
several 'Permission denied' messages at the end of the log that I do not=20
understand.

Due to the size of the log, I posted it here:

	http://seibercom.net/logs/weekly.txt

Perhaps someone could enlighten me on what is happening.

Ciao!


=2D-=20
Gerard Seibert
gerard@seibercom.net

You know you've been spending too much time on the computer when your
friend misdates a check, and you suggest adding a "++" to fix it.

--nextPart1318001.ImHe2tsNX0
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQBFJ5cls3R1WQUU6lgRAlVUAKDUYyV7IfJ0iuUtOclFDYmpkZEsnQCfeHcI
rkjHXK0XWUZszanWG4RsU84=
=zfHD
-----END PGP SIGNATURE-----

--nextPart1318001.ImHe2tsNX0--

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 13:54:39 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5BF6316A403
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 13:54:39 +0000 (UTC)
	(envelope-from shinjii@virusinfo.rdksupportinc.com)
Received: from barracuda.tsninternet.com.au (barracuda.tsninternet.com.au
	[202.22.162.34])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A4BB543D45
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 13:54:37 +0000 (GMT)
	(envelope-from shinjii@virusinfo.rdksupportinc.com)
X-ASG-Debug-ID: 1160229275-10773-92-0
X-Barracuda-URL: http://spam.tsninternet.com.au:80/cgi-bin/mark.cgi
Received: from b.custmx.tsn.cc (unknown [202.22.162.45])
	by barracuda.tsninternet.com.au (Spam Firewall) with ESMTP id
	8C9131D77BB for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 23:54:35 +1000 (EST)
Received: (qmail 26126 invoked by uid 89); 7 Oct 2006 23:54:35 +1000
Received: from 240.161.22.202.tsn.cc (HELO ?192.168.1.5?) (202.22.161.240)
	by b.custmx.tsn.cc with SMTP; 7 Oct 2006 23:54:35 +1000
From: Warren Liddell <shinjii@virusinfo.rdksupportinc.com>
To: freebsd-questions@freebsd.org
X-ASG-Orig-Subj: Ntop + SNMP
Date: Sat, 7 Oct 2006 23:58:13 +1000
User-Agent: KMail/1.9.4
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200610072358.13804.shinjii@virusinfo.rdksupportinc.com>
X-Virus-Scanned: by Barracuda Spam Firewall at tsninternet.com.au
X-Barracuda-Spam-Score: 0.00
X-Barracuda-Spam-Status: No, SCORE=0.00 using per-user scores of TAG_LEVEL=3.0
	QUARANTINE_LEVEL=6.0 KILL_LEVEL=7.0 tests=
X-Barracuda-Spam-Report: Code version 3.02, rules version 3.0.22749
	Rule breakdown below  pts rule name              description
	---- ----------------------
	--------------------------------------------------
Subject: Ntop + SNMP
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 13:54:39 -0000

Running FreeBSD 6.2-PRERELEASE and im wanting some info on how to get Ntop to 
use SNMP to monitor traffic as all traffic goes through my router/modem which 
has SNMP support.

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 14:24:47 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 38E6A16A403
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 14:24:47 +0000 (UTC)
	(envelope-from luchezar.petkov@gmail.com)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8F12843D49
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 14:24:46 +0000 (GMT)
	(envelope-from luchezar.petkov@gmail.com)
Received: by ug-out-1314.google.com with SMTP id m2so414301uge
	for <freebsd-questions@freebsd.org>;
	Sat, 07 Oct 2006 07:24:45 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding;
	b=O8ZqFzB6I2Uufw4Ramk5zPkiDLsg0TF1u0RclJpeMWdujFNcrF/wPdWG9EhqtHkCJ0mDjCHzqci3uDLLN8Xz+26EfTeb8C3Adnrjnjhhy1Mln8ysUykMMKAtAp9eiWebsH4lRkHNhUGzz/ciuB9esnXgby8sISuEp4a9yFzQHRs=
Received: by 10.67.105.19 with SMTP id h19mr4565255ugm;
	Sat, 07 Oct 2006 07:24:45 -0700 (PDT)
Received: from ?85.217.148.22? ( [85.217.148.22])
	by mx.google.com with ESMTP id m1sm3417130uge.2006.10.07.07.24.44;
	Sat, 07 Oct 2006 07:24:45 -0700 (PDT)
Message-ID: <4527B87B.9030702@gmail.com>
Date: Sat, 07 Oct 2006 17:23:55 +0300
From: "Luchezar P. Petkov" <luchezar.petkov@gmail.com>
User-Agent: Thunderbird 1.5.0.7 (X11/20061001)
MIME-Version: 1.0
To: jarek <yarosh@4web.pl>,  freebsd-questions@freebsd.org
References: <4517ED4C.6030106@4web.pl> <451FE4CC.3050302@gmail.com>
	<4520BC75.2080102@4web.pl> <4521E125.7060007@gmail.com>
	<452777A9.2080000@4web.pl>
In-Reply-To: <452777A9.2080000@4web.pl>
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 8bit
Cc: 
Subject: Re: freeBSD official font
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 14:24:47 -0000

jarek wrote:
> Luchezar P. Petkov napisa³(a):
>> jarek wrote:
>>> Luchezar P. Petkov napisa³(a):
>>>> jarek wrote:
>>>>> hi
>>>>> can you tell me what is name of "freeBSD" font?
>>>>> i would like to do some artworks to promote freebsd and i beadly 
>>>>> need this font
>>>>>
>>>>> bye
>>>>>
>>>> It was made by the author of the logo, you can find it here:
>>>> http://www.freebsd.org/logo.html
>>>> Look at the SVG/Illustrator files.
>>>>
>>>> --Luchezar P. Petkov
>>>>
>>>>
>>>>
>>> yep, i saw that, but i need whole alphabet to make a slogan
>>>
>>> thanks for help
>>>
>> Try to talk with the author, maybe he will give you the font in TTF 
>> or something.
>>
>>
> it would be greate
> but how can i contact with the autor?
>
> bye
>
Acording to this message: 
http://lists.freebsd.org/pipermail/freebsd-www/2005-December/003474.html
His e-mail address is:
gak@tomsksoft.com

 -Luchezar



From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 14:51:19 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DB6C516A416
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 14:51:19 +0000 (UTC)
	(envelope-from smithi@nimnet.asn.au)
Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4D88543D53
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 14:51:17 +0000 (GMT)
	(envelope-from smithi@nimnet.asn.au)
Received: from localhost (smithi@localhost)
	by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with SMTP id AAA09435;
	Sun, 8 Oct 2006 00:51:08 +1000 (EST)
	(envelope-from smithi@nimnet.asn.au)
Date: Sun, 8 Oct 2006 00:51:07 +1000 (EST)
From: Ian Smith <smithi@nimnet.asn.au>
To: Paul Schmehl <pauls@utdallas.edu>
In-Reply-To: <20061007051305.F078B16A4E8@hub.freebsd.org>
Message-ID: <Pine.BSF.3.96.1061008004107.26656A-100000@gaia.nimnet.asn.au>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Cc: freebsd-questions@freebsd.org
Subject: Re: Strange X problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 14:51:19 -0000

On Sat, 7 Oct 2006 freebsd-questions-request@freebsd.org wrote:
 > Message: 26
 > Date: Fri, 06 Oct 2006 19:36:32 -0500
 > From: Paul Schmehl <pauls@utdallas.edu>

 > --On October 6, 2006 5:23:45 PM -0700 backyard 
 > <backyard1454-bsd@yahoo.com> wrote:
 > >
 > > "For FreeBSD, edit /etc/ttys and find the line like
 > > this:
 > >
 > > ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   off
 > > secure
 > >
 > >       and edit it to this:
 > >
 > > ttyv8   "/usr/local/bin/kdm"  xterm   on secure
 > >
 > Yeah, I got a chance to look at it this afternoon, and that's what the 
 > problem was.  I wasn't looking closely enough at that line.

Maybe you were looking _too_ closely at:

  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html

which I was browsing just before seeing your thread, that indeed says:

  To enable kdm, the ttyv8 entry in /etc/ttys has to be adapted. The
  line should look as follows:

  ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on secure

Cheers, Ian


From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 15:21:57 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0A00C16A407
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 15:21:57 +0000 (UTC)
	(envelope-from admin2@enabled.com)
Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF3843D73
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 15:21:44 +0000 (GMT)
	(envelope-from admin2@enabled.com)
Received: from [172.24.241.10] (natint3.juniper.net [66.129.224.36])
	(authenticated bits=0)
	by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k97FLggM093501
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Sat, 7 Oct 2006 08:21:43 -0700 (PDT)
	(envelope-from admin2@enabled.com)
Message-ID: <4527C5FC.70501@enabled.com>
Date: Sat, 07 Oct 2006 08:21:32 -0700
From: Noah <admin2@enabled.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: Garrett Cooper <youshi10@u.washington.edu>
References: <4526C9F7.6090705@enabled.com>	<956C94E1-87FF-4216-999E-78F0C61BA3A5@mac.com>	<45273B85.1050307@enabled.com>
	<452748E7.5070306@u.washington.edu>
In-Reply-To: <452748E7.5070306@u.washington.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: freebsd-questions@freebsd.org
Subject: Re: problems ssh'ing debug1: An invalid name was
	supplied	(OSX	client)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 15:21:57 -0000

Garrett Cooper wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Noah wrote:
>   
>> Chuck Swiger wrote:
>>     
>>> On Oct 6, 2006, at 2:26 PM, Noah wrote:
>>>       
>>>> any clues why ssh is hanging before a prompt is provided from the
>>>> server side. this prompt stalling behavior is only happening when I
>>>> am coming from my OSX ssh client. Any clues on this? I have never see
>>>> this betwe.
>>>>         
>>> Looks like your SSH keypair has been mangled:
>>>
>>> % cat ~/.ssh/id_rsa
>>> -----BEGIN RSA PRIVATE KEY-----
>>> [ ...should contain base-64 encoded data... ]
>>> -----END RSA PRIVATE KEY-----
>>>
>>> If you don't have a valid keypair there in id_rsa and id_rsa.pub, use
>>> ssh-keygen to make a new one.
>>>
>>>       
>> Hi,
>>
>> something still seems strange.  I have ~/.ssh/id_rsa and
>> ~/.ssh/id_rsa.pub files.  I am able to log in just fine to other servers
>> using the keygen information without stalling.  it is just two recently
>> built servers out of about 10 that are displaying the stalling issue.
>>
>> Here is from a server that works fine with no stall:
>>
>>
>> OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
>> debug1: Reading configuration data /Users/username/.ssh/config
>> debug1: Applying options for hostname
>> debug1: Reading configuration data /etc/ssh_config
>> debug2: ssh_connect: needpriv 0
>> debug1: Connecting to host.domain.com [172.xx.yy.zz] port 22.
>> debug1: Connection established.
>> debug3: Not a RSA1 key file /Users/username/.ssh/id_rsa.
>> debug2: key_type_from_name: unknown key type '-----BEGIN'
>> debug3: key_read: missing keytype
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug3: key_read: missing whitespace
>> debug2: key_type_from_name: unknown key type '-----END'
>> debug3: key_read: missing keytype
>> debug1: identity file /Users/username/.ssh/id_rsa type 1
>> debug1: identity file /Users/username/.ssh/id_dsa type -1
>> debug1: Remote protocol version 1.99, remote software version OpenSSH_3.9p1
>> debug1: match: OpenSSH_3.9p1 pat OpenSSH_3.*
>> debug1: Enabling compatibility mode for protocol 2.0
>> debug1: Local version string SSH-2.0-OpenSSH_4.2
>> debug2: fd 3 setting O_NONBLOCK
>> debug1: Miscellaneous failure
>> No credentials cache found
>>
>> debug1: Miscellaneous failure
>> No credentials cache found
>>
>> debug1: SSH2_MSG_KEXINIT sent
>> debug1: SSH2_MSG_KEXINIT received
>> debug2: kex_parse_kexinit:
>> diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
>>
>> debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
>> debug2: kex_parse_kexinit:
>> aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
>>
>> debug2: kex_parse_kexinit:
>> aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
>>
>> debug2: kex_parse_kexinit:
>> hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
>>
>> debug2: kex_parse_kexinit:
>> hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
>>
>> debug2: kex_parse_kexinit: zlib@openssh.com,zlib,none
>> debug2: kex_parse_kexinit: zlib@openssh.com,zlib,none
>> debug2: kex_parse_kexinit:
>> debug2: kex_parse_kexinit:
>> debug2: kex_parse_kexinit: first_kex_follows 0
>> debug2: kex_parse_kexinit: reserved 0
>> debug2: kex_parse_kexinit:
>> diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
>>
>> debug2: kex_parse_kexinit: ssh-dss
>> debug2: kex_parse_kexinit:
>> aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
>>
>> debug2: kex_parse_kexinit:
>> aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
>>
>> debug2: kex_parse_kexinit:
>> hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
>>
>> debug2: kex_parse_kexinit:
>> hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
>>
>> debug2: kex_parse_kexinit: none,zlib
>> debug2: kex_parse_kexinit: none,zlib
>> debug2: kex_parse_kexinit:
>> debug2: kex_parse_kexinit:
>> debug2: kex_parse_kexinit: first_kex_follows 0
>> debug2: kex_parse_kexinit: reserved 0
>> debug2: mac_init: found hmac-md5
>> debug1: kex: server->client aes128-cbc hmac-md5 zlib
>> debug2: mac_init: found hmac-md5
>> debug1: kex: client->server aes128-cbc hmac-md5 zlib
>> debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
>> debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
>> debug2: dh_gen_key: priv key bits set: 131/256
>> debug2: bits set: 496/1024
>> debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
>> debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
>> debug3: check_host_in_hostfile: filename /Users/username/.ssh/known_hosts
>> debug3: check_host_in_hostfile: match line 7
>> debug3: check_host_in_hostfile: filename /Users/username/.ssh/known_hosts
>> debug3: check_host_in_hostfile: match line 7
>> debug1: Host 'host.domain.com' is known and matches the DSA host key.
>> debug1: Found key in /Users/username/.ssh/known_hosts:7
>> debug2: bits set: 521/1024
>> debug1: ssh_dss_verify: signature correct
>> debug2: kex_derive_keys
>> debug2: set_newkeys: mode 1
>> debug1: Enabling compression at level 6.
>> debug1: SSH2_MSG_NEWKEYS sent
>> debug1: expecting SSH2_MSG_NEWKEYS
>> debug2: set_newkeys: mode 0
>> debug1: SSH2_MSG_NEWKEYS received
>> debug1: SSH2_MSG_SERVICE_REQUEST sent
>> debug2: service_accept: ssh-userauth
>> debug1: SSH2_MSG_SERVICE_ACCEPT received
>> debug2: key: /Users/username/.ssh/id_rsa (0x301140)
>> debug2: key: /Users/username/.ssh/id_dsa (0x0)
>> debug1: Authentications that can continue: publickey,password
>> debug3: start over, passed a different list publickey,password
>> debug3: preferred
>> gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
>> debug3: authmethod_lookup publickey
>> debug3: remaining preferred: keyboard-interactive,password
>> debug3: authmethod_is_enabled publickey
>> debug1: Next authentication method: publickey
>> debug1: Offering public key: /Users/username/.ssh/id_rsa
>> debug3: send_pubkey_test
>> debug2: we sent a publickey packet, wait for reply
>> debug1: Server accepts key: pkalg ssh-rsa blen 277
>> debug2: input_userauth_pk_ok: fp
>> a6:14:91:0e:e9:91:08:3d:6e:5d:bd:40:cf:e2:af:d3
>> debug3: sign_and_send_pubkey
>> debug1: read PEM private key done: type RSA
>> debug1: Authentication succeeded (publickey).
>> debug1: channel 0: new [client-session]
>> debug3: ssh_session2_open: channel_new: 0
>> debug2: channel 0: send open
>> debug1: Entering interactive session.
>> debug2: callback start
>> debug2: client_session2_setup: id 0
>> debug2: channel 0: request pty-req confirm 0
>> debug3: tty_make_modes: ospeed 9600
>> debug3: tty_make_modes: ispeed 9600
>> debug3: tty_make_modes: 1 3
>> debug3: tty_make_modes: 2 28
>> debug3: tty_make_modes: 3 127
>> debug3: tty_make_modes: 4 21
>> debug3: tty_make_modes: 5 4
>> debug3: tty_make_modes: 6 255
>> debug3: tty_make_modes: 7 255
>> debug3: tty_make_modes: 8 17
>> debug3: tty_make_modes: 9 19
>> debug3: tty_make_modes: 10 26
>> debug3: tty_make_modes: 11 25
>> debug3: tty_make_modes: 12 18
>> debug3: tty_make_modes: 13 23
>> debug3: tty_make_modes: 14 22
>> debug3: tty_make_modes: 17 20
>> debug3: tty_make_modes: 18 15
>> debug3: tty_make_modes: 30 0
>> debug3: tty_make_modes: 31 0
>> debug3: tty_make_modes: 32 0
>> debug3: tty_make_modes: 33 0
>> debug3: tty_make_modes: 34 0
>> debug3: tty_make_modes: 35 0
>> debug3: tty_make_modes: 36 1
>> debug3: tty_make_modes: 38 1
>> debug3: tty_make_modes: 39 1
>> debug3: tty_make_modes: 40 0
>> debug3: tty_make_modes: 41 1
>> debug3: tty_make_modes: 50 1
>> debug3: tty_make_modes: 51 1
>> debug3: tty_make_modes: 53 1
>> debug3: tty_make_modes: 54 1
>> debug3: tty_make_modes: 55 0
>> debug3: tty_make_modes: 56 0
>> debug3: tty_make_modes: 57 0
>> debug3: tty_make_modes: 58 0
>> debug3: tty_make_modes: 59 1
>> debug3: tty_make_modes: 60 1
>> debug3: tty_make_modes: 61 1
>> debug3: tty_make_modes: 62 1
>> debug3: tty_make_modes: 70 1
>> debug3: tty_make_modes: 72 1
>> debug3: tty_make_modes: 73 0
>> debug3: tty_make_modes: 74 0
>> debug3: tty_make_modes: 75 0
>> debug3: tty_make_modes: 90 1
>> debug3: tty_make_modes: 91 1
>> debug3: tty_make_modes: 92 0
>> debug3: tty_make_modes: 93 0
>> debug2: channel 0: request shell confirm 0
>> debug2: fd 3 setting TCP_NODELAY
>> debug2: callback done
>> debug2: channel 0: open confirm rwindow 0 rmax 32768
>> debug2: channel 0: rcvd adjust 131072
>> Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
>>    The Regents of the University of California.  All rights reserved.
>> FreeBSD 4.10-RELEASE-p3-20041105 (hostname) #0: Wed Dec  1 09:35:10 PST
>> 2004
>>
>> Welcome to FreeBSD!
>>
>> Before seeking technical support, please use the following resources:
>>
>> o  Security advisories and updated errata information for all releases are
>>   at http://www.FreeBSD.org/releases/ - always consult the ERRATA section
>>   for your release first as it's updated frequently.
>>
>> o  The Handbook and FAQ documents are at http://www.FreeBSD.org/ and,
>>   along with the mailing lists, can be searched by going to
>>   http://www.FreeBSD.org/search/.  If the doc distribution has
>>   been installed, they're also available formatted in /usr/share/doc.
>>
>> If you still have a question or problem, please take the output of
>> `uname -a', along with any relevant error messages, and email it
>> as a question to the questions@FreeBSD.org mailing list.  If you are
>> unfamiliar with FreeBSD's directory layout, please refer to the hier(7)
>> man page.  If you are not familiar with man pages, type `man man'.
>>
>> You may also use /stand/sysinstall to re-enter the installation and
>> configuration utility.  Edit /etc/motd to change this login announcement.
>>
>> debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
>> debug2: channel 0: rcvd eof
>> debug2: channel 0: output open -> drain
>> debug2: channel 0: obuf empty
>> debug2: channel 0: close_write
>> debug2: channel 0: output drain -> closed
>> debug2: channel 0: rcvd close
>> debug2: channel 0: close_read
>> debug2: channel 0: input open -> closed
>> debug3: channel 0: will not send data after close
>> debug2: channel 0: almost dead
>> debug2: channel 0: gc: notify user
>> debug2: channel 0: gc: user detached
>> debug2: channel 0: send close
>> debug2: channel 0: is dead
>> debug2: channel 0: garbage collecting
>> debug1: channel 0: free: client-session, nchannels 1
>> debug3: channel 0: status: The following connections are open:
>>  #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cfd -1)
>>
>> debug3: channel 0: close_fds r -1 w -1 e 6 c -1
>> Connection to host.domain.com closed.
>> debug1: Transferred: stdin 0, stdout 0, stderr 43 bytes in 1.7 seconds
>> debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 25.4
>> debug1: Exit status 0
>> debug1: compress outgoing: raw data 1390, compressed 890, factor 0.64
>> debug1: compress incoming: raw data 2070, compressed 1551, factor 0.75
>>
>>
>> cheers,
>>
>> Noah
>>
>>     
>>> ---Chuck
>>>       
>
> Is UseDNS set to Yes in /etc/ssh/sshd_config?
>   

Hi,

yes - I've used 'UseDNS Yes' and UseDNS No' and restarted sshd each time 
and that didnt change anything.  also there are other clients that log 
into the FreeBSD (sshd side) box fine without slowing down.  that is why 
I am wondering if it something more on the client end.  But then to 
repeat the OSX client side logs into other sshd servers without lag.

it is something specific to my OSX (ssh client)  machine and the FreeBSD 
box (sshd side)

any other clues?

Cheers,

Noah

> - -Garrett
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFFJ0jn6CkrZkzMC68RAuadAKCBWMSzA2uL8w7+TFpzyOVxBSV0FwCfeEOR
> 3+PxGKEKIp7HnDaIAgcqung=
> =37L6
> -----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  Sat Oct  7 15:49:18 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 38A2F16A494
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 15:49:18 +0000 (UTC)
	(envelope-from th.lacoste@wanadoo.fr)
Received: from smtp9.orange.fr (smtp9.orange.fr [193.252.22.22])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5F80243D53
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 15:49:12 +0000 (GMT)
	(envelope-from th.lacoste@wanadoo.fr)
Received: from smtp-msa-out09.orange.fr (mwinf0904 [172.22.140.26])
	by mwinf0910.orange.fr (SMTP Server) with ESMTP id 443CA408BAF
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 17:49:11 +0200 (CEST)
Received: from aldebaran (ASte-Genev-Bois-151-1-43-65.w83-114.abo.wanadoo.fr
	[83.114.153.65])
	by mwinf0904.orange.fr (SMTP Server) with SMTP id DD9D22400189
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 17:49:09 +0200 (CEST)
X-ME-UUID: 20061007154909907.DD9D22400189@mwinf0904.orange.fr
Message-ID: <003901c6ea28$247fe230$0201a8c0@aldebaran>
From: "Thierry Lacoste" <th.lacoste@wanadoo.fr>
To: <freebsd-questions@freebsd.org>
Date: Sat, 7 Oct 2006 17:49:12 +0200
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2869
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Subject: following RELENG_6_1
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 15:49:18 -0000

I have a bunch of servers running FreeBSD 6.1-RELEASE.
They perform crucial tasks like Samba domain control, LDAP directory, mail, 
etc...
Though I'm reluctant to touch them I feel that the recent Security 
Advisories
(especially about ssh ans ssl) are a very good reason to follow RELENG_6_1.

I'd be grateful if someone could answer the following questions.

Is it possible that an upgrade might break software installed from the port?

I'm planning to use a build machine as explained in "Tracking for Multiple 
Machines"
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/small-lan.html
What are the alternatives? Is there an easiest yet safe way to go?
I was interested by /usr/ports/security/freebsd-update but some of my 
kernels
have "options QUOTA" so I guess it rules out freebsd-update.

Quoting FreeBSD-SA-06:23.openssl
> NOTE: Any third-party applications, including those installed from the
> FreeBSD ports collection, which are statically linked to libcrypto(3)
> should be recompiled in order to use the corrected code.
How can I find the applications which fall in this category?

Best regards,
Thierry. 



From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 16:09:08 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0E3D016A416
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 16:09:08 +0000 (UTC)
	(envelope-from wodfer@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 37E2143D67
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 16:08:56 +0000 (GMT)
	(envelope-from wodfer@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n15so1491758nfc
	for <freebsd-questions@freebsd.org>;
	Sat, 07 Oct 2006 09:08:55 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:mime-version:content-type;
	b=naJyVkf/uOWxkgmGeBYuKjfBstExLqR67lmklq31VM8KhZPcvZdFS4dLSVr65ohMWCD5MHqtpfTyp7/ET+AfWZpDnCo2bRCuoG/Wr3AN6TQaYkfw6/fnv6utDWmdO1nxnlWGlPmrzS3QrKVrkVUiWy3BRXMgkmOg85cPVS1gWxU=
Received: by 10.48.230.18 with SMTP id c18mr7174198nfh;
	Sat, 07 Oct 2006 09:08:54 -0700 (PDT)
Received: by 10.49.14.14 with HTTP; Sat, 7 Oct 2006 09:08:54 -0700 (PDT)
Message-ID: <23ed14b80610070908o6f0f0d70q3d441c6bcd739d26@mail.gmail.com>
Date: Sat, 7 Oct 2006 18:08:54 +0200
From: "=?ISO-8859-1?Q?Andreas_Wider=F8e_Andersen?=" <wodfer@gmail.com>
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: ZendOptimizer on FreeBSD 6.1 - Apache core dumps
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 16:09:08 -0000

Hi,
We're about to purchase a software system that is encoded using Zend Guard
and therefore we need to install the ZendOptimizer on our FreeBSD 6.1 STABLE
server.

The ZendOptimizer package has been installed from ports (allthough manually
downloaded) and the needed text lines have been added to php.ini:

[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer="/usr/local/lib/php/20050922/Optimizer"
zend_extension_manager.optimizer_ts="/usr/local/lib/php/20050922/Optimizer_TS"
zend_extension="/usr/local/lib/php/20050922/ZendExtensionManager.so" [ THIS
IS THE LINE THAT CAUSES THE PROBLEMS ]
zend_extension_ts="/usr/local/lib/php/20050922/ZendExtensionManager_TS.so"

However, when starting Apache (1.3.37 and php 5.1.6) it core dumps and won't
start.

I have posted a message in the Zend forums days ago without a reply and now
it's getting urgent and I was hoping someone in here could provide us with
some help.

Here's the output from gdb:

Reading symbols from
/usr/local/lib/php/20050922/ZendExtensionManager.so...(no debugging symbols
found)...done.
Loaded symbols for /usr/local/lib/php/20050922/ZendExtensionManager.so
Reading symbols from /usr/local/lib/php/20050922/ctype.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/ctype.so
Reading symbols from /usr/local/lib/php/20050922/dom.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/dom.so
Reading symbols from /usr/local/lib/php/20050922/ftp.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/ftp.so
Reading symbols from /usr/lib/libssl.so.4...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libssl.so.4
Reading symbols from /lib/libcrypto.so.4...(no debugging symbols
found)...done.
Loaded symbols for /lib/libcrypto.so.4
Reading symbols from /usr/local/lib/php/20050922/iconv.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/iconv.so
Reading symbols from /usr/local/lib/php/20050922/mysql.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/mysql.so
Reading symbols from /usr/local/lib/mysql/libmysqlclient.so.14...(no
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/mysql/libmysqlclient.so.14
Reading symbols from /usr/local/lib/php/20050922/pcre.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/pcre.so
Reading symbols from /usr/local/lib/php/20050922/zlib.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/zlib.so
Reading symbols from /usr/local/lib/php/20050922/pdo.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/pdo.so
Reading symbols from /usr/local/lib/php/20050922/posix.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/posix.so
Reading symbols from /usr/local/lib/php/20050922/session.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/session.so
Reading symbols from /usr/local/lib/php/20050922/simplexml.so...(no
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/simplexml.so
Reading symbols from /usr/local/lib/php/20050922/sqlite.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/sqlite.so
Reading symbols from /usr/local/lib/php/20050922/tokenizer.so...(no
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/tokenizer.so
Reading symbols from /usr/local/lib/php/20050922/xml.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/xml.so
Reading symbols from /usr/local/lib/php/20050922/xmlreader.so...(no
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/xmlreader.so
Reading symbols from /usr/local/lib/php/20050922/xmlwriter.so...(no
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/xmlwriter.so
Reading symbols from /usr/local/lib/php/20050922/bz2.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/bz2.so
Reading symbols from /usr/lib/libbz2.so.2...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libbz2.so.2
Reading symbols from /usr/local/lib/php/20050922/openssl.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/openssl.so
Reading symbols from /usr/local/lib/php/20050922/mcrypt.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/mcrypt.so
Reading symbols from /usr/local/lib/libmcrypt.so.8...(no debugging symbols
found)...done.
Loaded symbols for /usr/local/lib/libmcrypt.so.8
Reading symbols from /usr/local/lib/libltdl.so.4...(no debugging symbols
found)...done.
Loaded symbols for /usr/local/lib/libltdl.so.4
Reading symbols from /usr/local/lib/php/20050922/mbstring.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/mbstring.so
Reading symbols from /usr/local/lib/php/20050922/gd.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/gd.so
Reading symbols from /usr/local/lib/libfreetype.so.9...(no debugging symbols
found)...done.
Loaded symbols for /usr/local/lib/libfreetype.so.9
Reading symbols from /usr/local/lib/libpng.so.5...(no debugging symbols
found)...done.
Loaded symbols for /usr/local/lib/libpng.so.5
Reading symbols from /usr/local/lib/libjpeg.so.9...(no debugging symbols
found)...done.
Loaded symbols for /usr/local/lib/libjpeg.so.9
Reading symbols from
/usr/local/lib/php/20050922/Optimizer/php-5.1.x/ZendOptimizer.so...(no
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/php/20050922/Optimizer/php-5.1.x
/ZendOptimizer.so
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols
found)...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x2812ae57 in shmget () from /lib/libc.so.6
(gdb)

Any help greatly appreciated! Thanks!

Andreas

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 16:31:04 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EBE3E16A415
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 16:31:04 +0000 (UTC)
	(envelope-from jack@jarasoft.net)
Received: from raats.xs4all.nl (raats.xs4all.nl [80.126.151.47])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 17E4143D45
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 16:31:04 +0000 (GMT)
	(envelope-from jack@jarasoft.net)
Received: from raats.xs4all.nl (localhost.jarasoft.net [127.0.0.1])
	by raats.xs4all.nl (Postfix) with ESMTP id A26AC11505
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 18:31:02 +0200 (CEST)
Received: from www.jarasoft.net (localhost.jarasoft.net [127.0.0.1])
	by raats.xs4all.nl (Postfix) with ESMTP id 5A37A11501
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 18:31:02 +0200 (CEST)
Received: from 82.92.100.13 (SquirrelMail authenticated user jack)
	by www.jarasoft.net with HTTP; Sat, 7 Oct 2006 18:31:02 +0200 (CEST)
Message-ID: <35101.82.92.100.13.1160238662.squirrel@www.jarasoft.net>
Date: Sat, 7 Oct 2006 18:31:02 +0200 (CEST)
From: "Jack Raats" <jack@jarasoft.net>
To: freebsd-questions@freebsd.org
User-Agent: SquirrelMail/1.4.8
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
X-Priority: 3 (Normal)
Importance: Normal
Content-Transfer-Encoding: quoted-printable
X-Virus-Scanned: ClamAV using ClamSMTP on orac.jarasoft.net
Subject: FreeBSD 6.2 PRERELEASE boot problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: jack@jarasoft.net
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 16:31:05 -0000

After upgrading the ports suddenly the server does not reboot.
I get the menu 'Welcome to FreeBSD'; after pressing 1 (boot FreeBSD
default) the system halts with '/boot/kernel/acpi.ko text=3D0x43670
data=3D0x23c0+0x10f0 syms=3D[0x4+0x7ba+0x4+0xa828]

We tried acessing thru live cdrom whilst mounting the partition, but that
does not work.

Any suggestions how to get the system pass booting again?

Jack


From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 17:27:59 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 41DBF16A47C
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 17:27:59 +0000 (UTC)
	(envelope-from admin2@enabled.com)
Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF1E43D64
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 17:27:58 +0000 (GMT)
	(envelope-from admin2@enabled.com)
Received: from [172.24.241.10] (natint3.juniper.net [66.129.224.36])
	(authenticated bits=0)
	by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k97HRuXl098072
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <freebsd-questions@freebsd.org>;
	Sat, 7 Oct 2006 10:27:56 -0700 (PDT)
	(envelope-from admin2@enabled.com)
Message-ID: <4527E391.2000205@enabled.com>
Date: Sat, 07 Oct 2006 10:27:45 -0700
From: Noah <admin2@enabled.com>
User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
References: <450C7555.6050502@enabled.com>
	<20060917232852.GA2390@catflap.slightlystrange.org>
In-Reply-To: <20060917232852.GA2390@catflap.slightlystrange.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: ipfw and temporary port access
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 17:27:59 -0000

Daniel Bye wrote:
> On Sat, Sep 16, 2006 at 03:06:13PM -0700, Noah wrote:
>   
>> Hi there,
>>
>> I am trying to figure out how to open a port temporarily for a specific 
>> IP who is able to provide a proper username and password on the website 
>> of the box.  After authentication is verified then the IP address is 
>> cached and temporarily allowed to access a specific port on the 
>> server.   This temporary firewall changes would be handled by ipfw.
>>
>> Any clues if a system like this is a already coded and out there somewhere?
>>     
>
> Take a look at security/doorman or security/knock, both of which might
> fit the bill.
>
>   


Hi there,

I have really specific needs and wondering if somebody has written a 
port knocker out there already that fits the criteria of what I am 
looking for.

Portknocker capabilities:

1) User needs to telnet to specific port and/or log into a website.
2) Learns the IP address that the user is coming from in step 1.
3) Opens ssh port to specifically to the IP address grabbed in step 1 
but also keeps ssh port open to statically defined IPs in /etc/rc.firewall .
4) As soon as the user disconnects from the ssh port the IP address in 
step 1 no longer can access the ssh port unless they log back in like 
the procedure in step 1.

I reviewed two programs doorman and knock (found in FreeBSD 
/usr/ports/security)

Doorman Review:
I am unable to figure out how to configure the ability to capture the IP 
address of where the UDP packet was sent.   Therefore this program does 
not completely match what I am looking for, or I do not understanding 
how to configure it.

Knock Review:
This is nice but still requires closing the port as a step when done.  
It would be nice to automatically close the ssh port when the user 
disconnects from the ssh port.  Also I am not clear but I don't think 
there is a way to grab the source IP address, right?

Anybody know of other programs I could check out?

Cheers,

Noah





> Dan
>
>   


From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 17:40:53 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2AC2816A4C9
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 17:40:53 +0000 (UTC)
	(envelope-from buhnux@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BB19043D6B
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 17:40:51 +0000 (GMT)
	(envelope-from buhnux@gmail.com)
Received: by nf-out-0910.google.com with SMTP id k27so1758458nfc
	for <freebsd-questions@freebsd.org>;
	Sat, 07 Oct 2006 10:40:38 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth;
	b=FzOzdE+1HUehBvN4NX+gFwMv6MqvZa453gwYZCz8ot3PJ3ZNNQybcBPkqh3KdDnCFjG/vgdDi8nIMAviqE+3p4TsbiRqh/Iw22PKhxMYHH7LXKJxRx5Mj/lR7whsILMhUGv1xH28eqE68+KTz8ylsaVzlsQWlyIea8RweruaFkg=
Received: by 10.78.134.12 with SMTP id h12mr4714364hud;
	Sat, 07 Oct 2006 10:40:37 -0700 (PDT)
Received: by 10.78.183.3 with HTTP; Sat, 7 Oct 2006 10:40:37 -0700 (PDT)
Message-ID: <b2203fed0610071040y298b1b62wab8b5f57e795e5a3@mail.gmail.com>
Date: Sat, 7 Oct 2006 13:40:37 -0400
From: "Michael Johnson" <ahze@ahze.net>
Sender: buhnux@gmail.com
To: freebsd-questions@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Google-Sender-Auth: 07f6a5a3dfb5a6d4
Subject: POE networking, what's the range?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 17:40:53 -0000

This isn't really a FreeBSD-specific question but does
anyone know the range of Power Over Ethernet? I want
something to go from my house to my garage apartment
then hook a wireless access point in to the POE box. The
garage and the house are on their own power circuit but
where the lines split is in between the house and the garage.
I'm thinking it'll be around 600ft plus all the wiring in the house
and garage. I'm kinda hesitant to buy one and try it before
I *think* it may work.

Michael

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 17:49:14 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8BD0116A40F
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 17:49:14 +0000 (UTC)
	(envelope-from marcus@marcuscom.com)
Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com
	[24.172.16.118])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E6DBD43D5E
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 17:49:13 +0000 (GMT)
	(envelope-from marcus@marcuscom.com)
Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4])
	by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id
	k97HoAR8062919; Sat, 7 Oct 2006 13:50:10 -0400 (EDT)
	(envelope-from marcus@marcuscom.com)
From: Joe Marcus Clarke <marcus@marcuscom.com>
To: Michael Johnson <ahze@ahze.net>
In-Reply-To: <b2203fed0610071040y298b1b62wab8b5f57e795e5a3@mail.gmail.com>
References: <b2203fed0610071040y298b1b62wab8b5f57e795e5a3@mail.gmail.com>
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="=-8Nl/AcYbTaP0s2z1chPy"
Organization: MarcusCom, Inc.
Date: Sat, 07 Oct 2006 13:49:12 -0400
Message-Id: <1160243352.5889.13.camel@shumai.marcuscom.com>
Mime-Version: 1.0
X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port 
Cc: freebsd-questions@freebsd.org
Subject: Re: POE networking, what's the range?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 17:49:14 -0000


--=-8Nl/AcYbTaP0s2z1chPy
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Sat, 2006-10-07 at 13:40 -0400, Michael Johnson wrote:
> This isn't really a FreeBSD-specific question but does
> anyone know the range of Power Over Ethernet? I want
> something to go from my house to my garage apartment
> then hook a wireless access point in to the POE box. The
> garage and the house are on their own power circuit but
> where the lines split is in between the house and the garage.
> I'm thinking it'll be around 600ft plus all the wiring in the house
> and garage. I'm kinda hesitant to buy one and try it before
> I *think* it may work.

600 ft will be too much.  POE (802.3af) works over Cat 5 which limits
you to 328 feet or 100 meters.

Joe

--=20
PGP Key : http://www.marcuscom.com/pgp.asc

--=-8Nl/AcYbTaP0s2z1chPy
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQBFJ+iYb2iPiv4Uz4cRAhKlAKCvaVzX2HD/aPJVoUc3ARbpc8wcjgCeLMVq
ssLVSvd6jyN4Vx70To0wH64=
=ZnHo
-----END PGP SIGNATURE-----

--=-8Nl/AcYbTaP0s2z1chPy--


From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 18:04:24 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2144F16A4AB
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 18:04:24 +0000 (UTC)
	(envelope-from erikt@midgard.homeip.net)
Received: from pne-smtpout1-sn2.hy.skanova.net
	(pne-smtpout1-sn2.hy.skanova.net [81.228.8.83])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 330C843D49
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 18:04:22 +0000 (GMT)
	(envelope-from erikt@midgard.homeip.net)
Received: from falcon.midgard.homeip.net (83.253.29.241) by
	pne-smtpout1-sn2.hy.skanova.net (7.2.075)
	id 4516FC410035E801 for freebsd-questions@freebsd.org;
	Sat, 7 Oct 2006 20:04:22 +0200
Received: (qmail 8734 invoked from network); 7 Oct 2006 20:04:21 +0200
Received: from owl.midgard.homeip.net (10.1.5.7)
	by falcon.midgard.homeip.net with SMTP; 7 Oct 2006 20:04:21 +0200
Received: (qmail 14909 invoked by uid 1001); 7 Oct 2006 20:04:21 +0200
Date: Sat, 7 Oct 2006 20:04:21 +0200
From: Erik Trulsson <ertr1013@student.uu.se>
To: Michael Johnson <ahze@ahze.net>
Message-ID: <20061007180421.GA14848@owl.midgard.homeip.net>
Mail-Followup-To: Michael Johnson <ahze@ahze.net>,
	freebsd-questions@freebsd.org
References: <b2203fed0610071040y298b1b62wab8b5f57e795e5a3@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <b2203fed0610071040y298b1b62wab8b5f57e795e5a3@mail.gmail.com>
User-Agent: Mutt/1.5.13 (2006-08-11)
Cc: freebsd-questions@freebsd.org
Subject: Re: POE networking, what's the range?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 18:04:24 -0000

On Sat, Oct 07, 2006 at 01:40:37PM -0400, Michael Johnson wrote:
> This isn't really a FreeBSD-specific question but does
> anyone know the range of Power Over Ethernet? I want
> something to go from my house to my garage apartment
> then hook a wireless access point in to the POE box. The
> garage and the house are on their own power circuit but
> where the lines split is in between the house and the garage.
> I'm thinking it'll be around 600ft plus all the wiring in the house
> and garage. I'm kinda hesitant to buy one and try it before
> I *think* it may work.

For normal Ethernet cables (carrying data) the maximum length of a cable
is 100 meters (328 ft.)  I would not count on PoE working over longer
distances than that.



-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 18:14:22 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 412F716A403
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 18:14:22 +0000 (UTC)
	(envelope-from buhnux@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 53CBE43D60
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 18:14:21 +0000 (GMT)
	(envelope-from buhnux@gmail.com)
Received: by nf-out-0910.google.com with SMTP id n15so1515923nfc
	for <freebsd-questions@freebsd.org>;
	Sat, 07 Oct 2006 11:14:20 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
	b=LRrQ+/OwiUx5Uapjh0T6qKgD6EJ+ff/FVs9F4haw7UEkW3tHb6qUtzT7cwEY9IymSwm1AAd5Bycf5bldTGG7WVanMIgk2OrTvj1VaShoEjWgvGsQzgDmZqvk8fe8qBW865XziqJ08FsKbLTkvzAY1A/JJ+z/kKfenKkyAoO55lc=
Received: by 10.78.201.8 with SMTP id y8mr3192205huf;
	Sat, 07 Oct 2006 11:14:19 -0700 (PDT)
Received: by 10.78.183.3 with HTTP; Sat, 7 Oct 2006 11:14:19 -0700 (PDT)
Message-ID: <b2203fed0610071114g4f8585c7r938f493a3377b155@mail.gmail.com>
Date: Sat, 7 Oct 2006 14:14:19 -0400
From: "Michael Johnson" <ahze@ahze.net>
Sender: buhnux@gmail.com
To: "Joe Marcus Clarke" <marcus@marcuscom.com>
In-Reply-To: <1160243352.5889.13.camel@shumai.marcuscom.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <b2203fed0610071040y298b1b62wab8b5f57e795e5a3@mail.gmail.com>
	<1160243352.5889.13.camel@shumai.marcuscom.com>
X-Google-Sender-Auth: 4b77735c5a512fbf
Cc: freebsd-questions@freebsd.org
Subject: Re: POE networking, what's the range?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 18:14:22 -0000

On 10/7/06, Joe Marcus Clarke <marcus@marcuscom.com> wrote:
> On Sat, 2006-10-07 at 13:40 -0400, Michael Johnson wrote:
> > This isn't really a FreeBSD-specific question but does
> > anyone know the range of Power Over Ethernet? I want
> > something to go from my house to my garage apartment
> > then hook a wireless access point in to the POE box. The
> > garage and the house are on their own power circuit but
> > where the lines split is in between the house and the garage.
> > I'm thinking it'll be around 600ft plus all the wiring in the house
> > and garage. I'm kinda hesitant to buy one and try it before
> > I *think* it may work.
>
> 600 ft will be too much.  POE (802.3af) works over Cat 5 which limits
> you to 328 feet or 100 meters.

What about a good wireless access point? I have 2 linksys wrt54g's in
the house now and one has the 7db gain antennas (which really doesn't
do much) on it. I'd want at least 700ft+ range and it be able to go
through multi-walls, trees, etc.  I know there's lots of access points
out there that could do this, but which one?

I've looked at outdoor antennas, wireless access point that also works
as a wireless bridge (can't find many of these) also.

There is too many different options to go with and I don't know which
one to go with.

Michael

>
> Joe
>
> --
> PGP Key : http://www.marcuscom.com/pgp.asc
>
>
>

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 18:31:50 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C3DD516A4C9
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 18:31:50 +0000 (UTC)
	(envelope-from mureninc@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 981C343D45
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 18:31:48 +0000 (GMT)
	(envelope-from mureninc@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so1123989wxd
	for <freebsd-questions@freebsd.org>;
	Sat, 07 Oct 2006 11:31:48 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=uAEb/s67KAyJbHLbJ1I5FE9APQ9r1Y3vJ2YsE5r/0cYiZnroMSD3uBAVe/MYIXgUbm++nRpdCoZ+3QPWgWO0wl8/hjZabLP5C57deHFTRCdZsAbUvdX+Gvbp818tgIkk8EtPWarI499sbwWWq+93NmHpMqRjstCiTFOxG21uYwk=
Received: by 10.70.100.14 with SMTP id x14mr7903888wxb;
	Sat, 07 Oct 2006 11:31:45 -0700 (PDT)
Received: by 10.70.36.16 with HTTP; Sat, 7 Oct 2006 11:31:45 -0700 (PDT)
Message-ID: <f34ca13c0610071131s7217fb9fn5699e3edaf60622c@mail.gmail.com>
Date: Sat, 7 Oct 2006 14:31:45 -0400
From: "Constantine A. Murenin" <mureninc@gmail.com>
To: "Matt Emmerton" <matt@gsicomp.on.ca>
In-Reply-To: <007101c6e8f3$3e0c7aa0$1200a8c0@gsicomp.on.ca>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <f34ca13c0610041946h7dfaa05cyf3296798b215405e@mail.gmail.com>
	<DBC71CAC-9850-4598-94B2-346CE37A4BC4@mac.com>
	<f34ca13c0610051931g76a5b58cp4c16eaaef740cd22@mail.gmail.com>
	<007101c6e8f3$3e0c7aa0$1200a8c0@gsicomp.on.ca>
Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject: Re: ipw(4) and iwi(4): Intel's Pro Wireless firmware
	licensingproblems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 18:31:50 -0000

On 05/10/06, Matt Emmerton <matt@gsicomp.on.ca> wrote:
> > On 05/10/06, Chuck Swiger <cswiger@mac.com> wrote:
> > > On Oct 4, 2006, at 7:46 PM, Constantine A. Murenin wrote:
> > > > Why are none of the manual pages of FreeBSD say anything about why
> > > > Intel Wireless devices do not work by default?
> > > >
> > > > http://www.freebsd.org/cgi/man.cgi?query=ipw
> > > > http://www.freebsd.org/cgi/man.cgi?query=iwi
> > >
> > > The manpages you've linked to explicitly state:
> > >
> > >       This driver requires firmware to be loaded before it will
> > > work.  You need
> > >       to obtain ipwcontrol(8) from the IPW web page listed below to
> > > accomplish
> > >       loading the firmware before ifconfig(8) will work.
> > >
> > > Is there some part of this which is unclear to you, Constantine?
> >
> > Yes, Chuck, some part is indeed unclear to me, precisely the part that
> > explains why does one have to go into that much trouble to have a
> > working system.
>
> It's required by Intel's choice of licence for the firmware for that
> wireless NIC.

Where did you find that in the man-pages?

> > Not permitting the firmware to be redistributed has nothing to do with
> > the FCC, however.
>
> > No, firmware redistribution is ENTIRELY up to Intel. I want the
> > firmware to be available under a BSD or ISC licence, just as with
> > Ralink. Intel's firmware is already available, but under a different
> > licence. Where does the FCC say that Intel must distribute firmware
> > under a non-OSS-friendly licence?
>
> It doesn't.  However, most licences allow derivative works to be created
> outside of Intel's control.  If one of these derivative work allows the
> device to be used in a manner that violates FCC rules and regulations, Intel
> remains liable because they a) the provider of the hardware device in
> question and b) the provider of the initial software (that spawned the
> derivative work)

As I see it, no matter what Intel does, a) and b) will always be the
case -- reverse-engineering efforts still have to use Intel's original
software to produce any viable results. I.e. by extending your
argument slightly further, Intel is screwed anyway.

> There is nothing stopping Intel from releasing the firmware, except for the
> legal fear that the FCC will hold them accountable for illegal acts
> performed with their device.

Even if the original document does not allow one to distribute
derivative works, anyone can still post complicated instructions on
modifying Intel's binaries such that the device violates the law. I
strongly doubt FCC would hold Intel accountable if any user follows
those complicated instructions, as it's almost impossible for Intel to
control those kind of things.

Intel should not write their own law, they should just make sure that
customers are unlikely to disrespect FCCs laws. FCC laws, on the other
hand, never say that manufacturers have to keep completely secret
anything about their wireless devices. Distributing the very same
firmware that already available under another licence doesn't have
anything to do with one's ability to respect or disrespect the FCC
laws.

Put it the other way around -- if Intel doesn't distribute the
firmware on terms acceptable to the end user, then it basically
_forces_ the user to come up with their own firmware, or use some
alternative firmwares. And what if alternative firmwares violate FCC?
Then who's fault is that? It is now clearly Intel's fault, because
they've made it legally difficult for the user to use the original
Intel firmware. I.e. Intel is better off distributing the firmware
under a BSD or ISC licence, unless it wants problems with their
devices with the FCC.

Cheers,
Constantine.

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 18:32:53 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E204616A574
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 18:32:53 +0000 (UTC)
	(envelope-from root@host169.ipowerweb.com)
Received: from host169.ipowerweb.com (host169.ipowerweb.com [66.235.199.101])
	by mx1.FreeBSD.org (Postfix) with SMTP id 9336943D49
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 18:32:53 +0000 (GMT)
	(envelope-from root@host169.ipowerweb.com)
Received: (qmail 62548 invoked by uid 10061); 7 Oct 2006 18:31:30 -0000
Received: from 127.0.0.1 by host169.ipowerweb.com (envelope-from
	<root@host169.ipowerweb.com>, uid 80) with qmail-scanner-1.25st 
	(clamdscan: 0.88/1245. spamassassin: 3.1.0. perlscan: 1.25st.  
	Clear:RC:1(127.0.0.1):SA:0(2.1/5.0):. 
	Processed in 0.456904 secs); 07 Oct 2006 18:31:30 -0000
X-Spam-Status: No, hits=2.1 required=5.0
X-Spam-Level: ++
Date: 7 Oct 2006 18:31:29 -0000
Message-ID: <20061007183129.62538.qmail@host169.ipowerweb.com>
To: freebsd-questions@freebsd.org
From: George W bush <GeorgeBush@usa.com>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
Subject: http://www.freewebtown.com/bustar00t/Musliman%20Vs%20Christian.exe
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 18:32:54 -0000


Hey look at that funny video.You will have damn fun.hahahaha.Musliman Kicking christians ass.
http://www.freewebtown.com/bustar00t/Musliman%20Vs%20Christian.exe




From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 18:45:21 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7583D16A49E
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 18:45:21 +0000 (UTC)
	(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 BBB6043D4C
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 18:45:20 +0000 (GMT)
	(envelope-from dan@dan.emsphone.com)
Received: (from dan@localhost)
	by dan.emsphone.com (8.13.6/8.13.8) id k97IjFNg092360;
	Sat, 7 Oct 2006 13:45:15 -0500 (CDT) (envelope-from dan)
Date: Sat, 7 Oct 2006 13:45:15 -0500
From: Dan Nelson <dnelson@allantgroup.com>
To: Michael Johnson <ahze@ahze.net>
Message-ID: <20061007184515.GE65461@dan.emsphone.com>
References: <b2203fed0610071040y298b1b62wab8b5f57e795e5a3@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <b2203fed0610071040y298b1b62wab8b5f57e795e5a3@mail.gmail.com>
X-OS: FreeBSD 6.2-PRERELEASE
X-message-flag: Outlook Error
User-Agent: Mutt/1.5.13 (2006-08-11)
Cc: freebsd-questions@freebsd.org
Subject: Re: POE networking, what's the range?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 18:45:21 -0000

In the last episode (Oct 07), Michael Johnson said:
> This isn't really a FreeBSD-specific question but does anyone know
> the range of Power Over Ethernet? I want something to go from my
> house to my garage apartment then hook a wireless access point in to
> the POE box. The garage and the house are on their own power circuit
> but where the lines split is in between the house and the garage. I'm
> thinking it'll be around 600ft plus all the wiring in the house and
> garage. I'm kinda hesitant to buy one and try it before I *think* it
> may work.

If your garage has power, why not just plug the access point into an
outlet in the garage instead of pulling power all the way from the
house?  As for your 600ft limit, the cable length everyone says
Ethernet has is 300 feet, but that's really to allow collision
detection to work.  All the documents I have found explicitly say
"half-duplex segment length is 100m".  They then go on to mention
full-duplex links but never give a length for them :)  With everything
being switched nowadays, maybe the limit is really determined by signal
loss.

At least one person has reported success at 850 feet at 10mbit:
http://groups.google.com/groups?selm=ciZoc.5141$zO3.2118@newsread2.news.atl.earthlink.net

http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/ethernet.htm

-- 
	Dan Nelson
	dnelson@allantgroup.com

From owner-freebsd-questions@FreeBSD.ORG  Sat Oct  7 19:00:56 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A352316A4A0
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 19:00:56 +0000 (UTC)
	(envelope-from mureninc@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BD40243D67
	for <freebsd-questions@freebsd.org>;
	Sat,  7 Oct 2006 19:00:44 +0000 (GMT)
	(envelope-from mureninc@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so1128142wxd
	for <freebsd-questions@freebsd.org>;
	Sat, 07 Oct 2006 12:00:44 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=qP9oqN2PzuImY6pMQmUvg+tY+Bvs4aB7JzqvxLgVrFVggP8RfQ/SgC6ffYPyFrrNQvTivflexX4EN4eM5/LKipde2WsEY+KPndLCpVBN5uU7xVUZ8GxIa//4yMPCV89NwK+eKWVQXfny0sygHDlILNcJ91BQ48qCTDNQTyzSXRI=
Received: by 10.70.109.12 with SMTP id h12mr7422449wxc;
	Sat, 07 Oct 2006 12:00:44 -0700 (PDT)
Received: by 10.70.36.16 with HTTP; Sat, 7 Oct 2006 12:00:43 -0700 (PDT)
Message-ID: <f34ca13c0610071200y61545ad0vc72f64036a5bed04@mail.gmail.com>
Date: Sat, 7 Oct 2006 15:00:43 -0400
From: "Constantine A. Murenin" <mureninc@gmail.com>
To: "Chuck Swiger" <cswiger@mac.com>
In-Reply-To: <1A4EA09D-4BAD-4968-8500-43A765CA0988@mac.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <f34ca13c0610041946h7dfaa05cyf3296798b215405e@mail.gmail.com>
	<DBC71CAC-9850-4598-94B2-346CE37A4BC4@mac.com>
	<f34ca13c0610051931g76a5b58cp4c16eaaef740cd22@mail.gmail.com>
	<1A4EA09D-4BAD-4968-8500-43A765CA0988@mac.com>
Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject: Re: ipw(4) and iwi(4): Intel's Pro Wireless firmware licensing
	problems
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Oct 2006 19:00:56 -0000

On 06/10/06, Chuck Swiger <cswiger@mac.com> wrote:
> On Oct 5, 2006, at 7:31 PM, Constantine A. Murenin wrote:
> > On 05/10/06, Chuck Swiger <cswiger@mac.com> wrote:
> >> On Oct 4, 2006, at 7:46 PM, Constantine A. Murenin wrote:
> >> > Why are none of the manual pages of FreeBSD say anything about why
> >> > Intel Wireless devices do not work by default?
> >> >
> >> > http://www.freebsd.org/cgi/man.cgi?query=ipw
> >> > http://www.freebsd.org/cgi/man.cgi?query=iwi
> >>
> >> The manpages you've linked to explicitly state:
> >>
> >> This driver requires firmware to be loaded before it will
> >> work.  You need to obtain ipwcontrol(8) from the IPW web page
> >> listed below to accomplish loading the firmware before ifconfig(8)
> >> will work.
> >>
> >> Is there some part of this which is unclear to you, Constantine?
> >
> > Yes, Chuck, some part is indeed unclear to me, precisely the part that
> > explains why does one have to go into that much trouble to have a
> > working system.
>
> That was explained below.  You might not like the reasons, or agree
> with them, but your claim that the FreeBSD manpages do not say
> anything about the need for firmware is obviously mistaken.

How is the claim obviously mistaken if the man-page DO NOT say what's
the reason that the firmware must be downloaded from a web-site?

> >> There's no need to be curious about the matter; the Intel Pro
> >> Wireless adaptors, like many other brands of wireless adaptors, use a
> >> software-controlled radio which is capable of broadcasting at higher
> >> power levels and/or at frequencies outside of those allocated for
> >> 802.11 connectivity for specific regulatory domains.  The US FCC,
> >> along with other regulatory agencies in Europe such as ETSI and
> >> elsewhere, require that end-users not have completely open access to
> >> these radios to prevent problems from deliberate misuse such as
> >> interference with other frequency bands.
> >
> > Yes, regulatory bodies, of cause, table specific requirements that
> > must be satisfied by systems that utilise RF, i.e. the manufacturer
> > must make reasonable attempt to prevent users from using non-permitted
> > frequencies.
> >
> > Not permitting the firmware to be redistributed has nothing to do with
> > the FCC, however.
>
> That's right.  Intel permits you to redistribute their firmware under
> the terms of their license.
>
> >> This isn't a matter of choice on Intel's part; if you want this
> >> situation to change, you're going to have to obtain changes in the
> >> radio-frequency laws and policies in the US and a number of other
> >> countries first.
> >
> > No, firmware redistribution is ENTIRELY up to Intel. I want the
> > firmware to be available under a BSD or ISC licence, just as with
> > Ralink. Intel's firmware is already available, but under a different
> > licence. Where does the FCC say that Intel must distribute firmware
> > under a non-OSS-friendly licence?
>
> The BSD license and all other OSS-friendly licenses permit the user
> to modify the software and redistribute that modified version as a
> derivative work.  A modified version of the firmware has not received
> FCC certification-- see Title 47 of the Code of Federal Regulations,
> Chapter I, section 15 in general, and specificly:
>
> http://www.access.gpo.gov/nara/cfr/waisidx_05/47cfr15_05.html
>
> "Sec. 15.21  Information to user.
>
>      The users manual or instruction manual for an intentional or
> unintentional radiator shall caution the user that changes or
> modifications not expressly approved by the party responsible for
> compliance could void the user's authority to operate the equipment."

Right, this means a notice on the device or supporting documentation.
It does not require a legal term in the firmware's licence.

> "Sec. 15.202  Certified operating frequency range.
>
>      Client devices that operate in a master/client network may be
> certified if they have the capability of operating outside permissible
> part 15 frequency bands, provided they operate on only permissible part
> 15 frequencies under the control of the master device with which they
> communicate. Master devices marketed within the United States must be
> limited to operation on permissible part 15 frequencies. Client devices
> that can also act as master devices must meet the requirements of a
> master device."
>
> Also see:
>
> http://www.fcc.gov/cgb/consumerfacts/unauthorizedradio.html
>
> "Section 301 of the Communications Act of 1934 prohibits the "use or
> operation of any apparatus for the transmission of energy or
> communications or signals by radio" without a license issued by the
> Federal Communications Commission (FCC). Thus, generally, in order to
> use or operate a radio station, the Communications Act requires that
> you first obtain a license by the FCC.
> However, there are certain limited exceptions. For example, the FCC
> has provided blanket authorization to operators of Citizens Band (CB)
> radios, radio control stations, domestic ship and aircraft radios and
> certain other types of devices. This blanket authorization means that
> operators of these radio facilities are not required to have
> individual station licenses. Operators are required to operate their
> stations in a manner consistent with the FCC's operational and
> technical rules for those services. Failure to do so could be
> considered an unauthorized operation."

Yes, again, the operator is responsible for obtaining a licence.

What do firmware licence terms have to do with this? Nothing.

> >> Again, is there some part of this that is unclear or which you fail
> >> to understand?
> >
> > Yes, precicely, I don't understand why you think FCC requires Intel to
> > not release the firmware under a BSD-like licence.
>
> If Intel's wireless adaptors were not capable of operating beyond the
> power and frequency limits specified by the FCC and ETSI, they
> probably would have more flexibility-- but that is just a guess.

Err... How do you come to this conclusion? Also, as far as I'm aware,
only the Binary Daemon of 3945ABG on linux is enforcing the software
radio limits, but that's not the case with 2xxx devices, so what tells
you that 2xxx have a software controlled radio?

Notice, that 3945ABG without any binary "regulatory" (or so Intel
claims) daemons is only supported on OpenBSD
(http://kerneltrap.org/node/6650). FreeBSD doesn't have any support
for the device at all, so software radio is not something for FreeBSD
to worry about.

> >> It might suit OpenBSD's advocacy purposes to deliberately
> >> misrepresent Intel's position, but doing so is unfair and is not
> >> especially helpful to the FreeBSD community, which does have somewhat
> >> decent relations with vendors like Intel, Lucent, Aironet, Broadcomm,
> >> and so forth.
> >>
> >> As to the point raised above, the firmware license actually does
> >> permit an individual user, including an OS developer, to copy and
> >> redistribute the software to others, so long as the recepient agrees
> >> to the license terms:
> >>
> >> "LICENSE. You may copy and use the Software, subject to these
> >> conditions:
> >> 1. This Software is licensed for use only in conjunction with Intel
> >> component products. Use of the Software in conjunction with non-Intel
> >> component products is not licensed hereunder.
> >
> > So if I don't have an Intel Wireless in the system, is it still legal
> > to have the firmware in my system files?
>
> Presumably that would be copyright infringement, but talk to your
> lawyer if you want a qualified opinion.

Indeed. That's the point -- I don't want to have a lawyer to deal with
my operating system. :)

> >> 2. You may not copy, modify, rent, sell, distribute or transfer any
> >> part of the Software except as provided in this Agreement, and you
> >> agree to
> >> prevent unauthorized copying of the Software.
> >> 3. You may not reverse engineer, decompile, or disassemble the
> >> Software.
> >
> > What's exactly the purpose of this term, if reverse engineering is
> > permitted under many jurisdictions? Is it just to scare potentional
> > reverse-engineers?
>
> Reverse-engineering software is permitted in many jurisdictions, but
> it does not grant you the right to violate the terms of the original
> license; it is a way of letting you write your own software which you
> can license as you please.
>
> Open-source licenses permit "reverse engineering"; indeed, by making
> the sources available, they do all they can to facilit