From owner-freebsd-questions@FreeBSD.ORG Sun Oct 1 00:11:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; Sat, 30 Sep 2006 19:11:15 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: Free BSD Questions list 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: 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 ; 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 ; 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 ; 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 To: FreeBSD Mailing List 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 To: Jonathan Horne Message-ID: <20061001005233.GB12587@teddy.fas.com> Mail-Followup-To: Jonathan Horne , Free BSD Questions list 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 Cc: Free BSD Questions list Subject: Re: More NFS exports questions :-( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 ; 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 ; Sat, 30 Sep 2006 20:58:13 -0400 Date: Sat, 30 Sep 2006 20:58:13 -0400 From: stan To: Free BSD Questions list Message-ID: <20061001005813.GA12969@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 01:28:15 -0000 On 2006-09-30 11:46, Gerard Seibert 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= 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 To: Gerard Seibert 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 02:12:18 -0000 On 2006-09-30 22:02, Gerard Seibert 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: 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 ; 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 ; 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" To: Chuck Swiger 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 Subject: Re: Can't ping localhost? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 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 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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: 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" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Questions From: Chris 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 To: Rob 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: 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 ; 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 ; 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=?=" To: "questions@freebsd.org" Message-ID: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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=?=" To: "freebsd-questions@freebsd.org" Message-ID: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 and/or The FreeBSD Diary . -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Oct 1 09:08:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: 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 ; 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 ; 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 ; 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 User-Agent: Thunderbird 1.5.0.7 (X11/20060926) MIME-Version: 1.0 To: "P.U.Kruppa" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 ; 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 ; Sun, 01 Oct 2006 07:20:48 -0400 Date: Sun, 1 Oct 2006 07:20:48 -0400 From: stan To: Free BSD Questions list Message-ID: <20061001112048.GA27768@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 To: Garrett Cooper Message-ID: <20061001124808.GA29717@teddy.fas.com> Mail-Followup-To: Garrett Cooper , 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 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 , 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: 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 ; 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 ; 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 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Michael Dreiding 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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: Date: Sun, 1 Oct 2006 11:43:04 -0400 From: "Michael Johnson" Sender: buhnux@gmail.com To: Beni 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 15:43:13 -0000 On 10/1/06, Beni 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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" User-Agent: Thunderbird 1.5.0.7 (X11/20061001) MIME-Version: 1.0 To: jarek 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 16:14:57 -0000 Hello, Thank you for your response. On 10/1/06, backyard wrote: > > > --- "Ivan \"Rambius\" Ivanov" > 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 To: Dino Vliet Message-ID: <20061001162815.GA2627@teddy.fas.com> Mail-Followup-To: Dino Vliet , 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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: Date: Sun, 1 Oct 2006 09:34:08 -0700 From: "Atom Powers" To: "Dino Vliet" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 16:34:11 -0000 On 10/1/06, 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. > 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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." To: "'Dino Vliet'" , 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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: Content-Transfer-Encoding: 7bit From: Chris Date: Sun, 1 Oct 2006 09:41:46 -0700 To: FreeBSD Questions 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 To: freebsd-questions@freebsd.org In-Reply-To: <20061001012822.7EA2C16A591@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Gary Kline 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 > 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 19:43:20 -0000 On 10/1/06, Ariff Abdullah wrote: > > [CC: current@ as this issue related with the current state of > -current] > > On Sun, 1 Oct 2006 20:10:33 +0100 > "Alexandre Vieira" 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 20:59:15 -0000 --- "Ivan \"Rambius\" Ivanov" wrote: > Hello, > > Thank you for your response. > > On 10/1/06, backyard > wrote: > > > > > > --- "Ivan \"Rambius\" Ivanov" > > 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 To: Ian Smith Message-ID: <20061001221256.GA88740@thought.org> References: <20061001012822.7EA2C16A591@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 , 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 > > 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ) 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 ) 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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" To: "Frank Staals" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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" To: Paul Schmehl , freebsd-questions@freebsd.org Message-ID: <87CC3448E055CBA0FA7F3545@ganymede.hub.org> In-Reply-To: References: <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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 wrote: > Marc, is the port no longer being maintained? > > --On October 1, 2006 8:12:05 PM -0300 "Marc G. Fournier" > 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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" To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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: 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" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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" To: "'rithy4u- CEO'" , 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 ; Mon, 2 Oct 2006 00:49:22 -0400 (EDT) From: Bob 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 ) 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 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 persist file "/usr/local/firewall/bruteforce" block in log quick inet from 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 \ 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 ; 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 ; Mon, 2 Oct 2006 11:15:18 +0200 (SAST) From: Jonathan McKeown Organization: Health Systems Trust To: FreeBSD-Questions 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 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 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' 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Bob 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 To: Paul Schmehl Message-Id: <20061002093631.36ccb9e9.wmoran@collaborativefusion.com> In-Reply-To: References: <451D62A0.7010603@edpausa.com> <20060929143103.1868de7a.wmoran@collaborativefusion.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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 13:36:36 -0000 In response to Paul Schmehl : > --On September 29, 2006 2:31:03 PM -0400 Bill Moran > 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 13:41:05 -0000 Gerard Seibert 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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" To: stan 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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: 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" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 ; 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 ; 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 ; 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 ; Tue, 3 Oct 2006 00:01:04 +1000 (EST) From: Warren Liddell 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 , freebsd-questions@freebsd.org From: Derek Ragona 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 To: "Marwan Sultan" Message-Id: <20061002101520.4a212a6c.wmoran@collaborativefusion.com> In-Reply-To: References: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 14:16:02 -0000 In response to "Marwan Sultan" : > 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: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Warren Liddell 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Mon Oct 2 14:52:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: 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 ; 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 ; 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 To: freebsd-questions@freebsd.org Message-ID: <20061002145225.GA988@home> Mail-Followup-To: freebsd-questions@freebsd.org References: <200610030004.49614.shinjii@v