From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 02:09:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EF1016A46C for ; Sun, 8 Jul 2007 02:09:02 +0000 (UTC) (envelope-from xrayv19@yahoo.com) Received: from web58112.mail.re3.yahoo.com (web58112.mail.re3.yahoo.com [68.142.236.135]) by mx1.freebsd.org (Postfix) with SMTP id 239C313C484 for ; Sun, 8 Jul 2007 02:09:01 +0000 (UTC) (envelope-from xrayv19@yahoo.com) Received: (qmail 23142 invoked by uid 60001); 8 Jul 2007 01:42:20 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=ttvYYNs5leM4rbjkr014ybyWjrSGnqD01RJ7U3deIHQKGK77OGe5G+u94lzcC8mGie1TdYKXIBDzMneTqvDvTGLCBFjIt8QXV9UrrGNyIOAjreF6VSSEeagwiosa2cRoLweZSOgFIiPY6WoEbdveDA9IZ8DQyuWw/pwbi0nrjJI=; X-YMail-OSG: nd.XyY8VM1lPUYMP47Ga.qLQJkTubqOigWrgOmDw3gFP33916Tp_j5nYtfikkQhEWYM11.dO8ojxHnIYWUCA.l5tDQOI.HSxOOdm Received: from [131.191.24.2] by web58112.mail.re3.yahoo.com via HTTP; Sat, 07 Jul 2007 18:42:20 PDT Date: Sat, 7 Jul 2007 18:42:20 -0700 (PDT) From: L Goodwin To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <543595.21864.qm@web58112.mail.re3.yahoo.com> Subject: Correct way to use dump to backup a Samba share X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 02:09:02 -0000 I have a Samba share on a software RAID 1 array (using gmirror) that I need to backup. I want to create a shell script that does a level 0 backup every time to (alternately) one of two USB drives. I plan to have only ONE USB drive connected at a time. I want the script to mount the drive, perform the backup, then unmount the drive so that it is ready for someone who knows zip about computers to safely remove and take offsite. Here are the steps I have for the script. Is this all I need to do? Do I need any error handling logic? THANKS! # Mount the backup drive: mount /dev/usb0 # Create the backup: /sbin/dump -0u -f /dev/usb0 /sambavol # Unmount the backup drive: umount /dev/usb0 ____________________________________________________________________________________ Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 03:16:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C3DE16A421 for ; Sun, 8 Jul 2007 03:16:03 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id D1FA113C455 for ; Sun, 8 Jul 2007 03:15:57 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l683Flq1012487 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 7 Jul 2007 22:15:47 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <469056DE.40902@tundraware.com> Date: Sat, 07 Jul 2007 22:15:42 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Subject: Enabling A Serial Port On 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 03:16:03 -0000 System is FreeBSD 6.2-STABLE. I've added this to /etc/ttys: ttyd0 "/usr/libexec/getty dial.115200" unknown on insecure And this to gettytabs: dial.115200:\ :np:to#30:hw:sp#115200:pp=/etc/ppp/pppserv But when I 'kill -HUP 1' no getty process on ttyd0 shows up in the ps listing. dmesg | grep sio yields: ioapic0 irqs 0-23 on motherboard acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 usb0: USB revision 1.0 usb1: USB revision 1.0 usb2: USB revision 1.0 usb3: USB revision 1.0 usb4: EHCI version 1.0 usb4: USB revision 2.0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled Looking into /dev, I see: crw------- 1 root wheel - 0, 50 Jul 7 14:46 /dev/ttyd0 crw------- 1 root wheel - 0, 51 Jul 7 14:46 /dev/ttyd0.init crw------- 1 root wheel - 0, 52 Jul 7 14:46 /dev/ttyd0.lock This all used to work swell under 4.x, so what am I missing. I've got a modem connected to the port in question and I've tried resetting it and re-initing. No luck. Ideas? (And TIA) -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 04:09:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 587AC16A41F for ; Sun, 8 Jul 2007 04:09:11 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3953213C448 for ; Sun, 8 Jul 2007 04:09:11 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: by nyi.unixathome.org (Postfix, from userid 1001) id 2AE95508AB; Sun, 8 Jul 2007 00:10:03 -0400 (EDT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20070708041004.2AE95508AB@nyi.unixathome.org> Date: Sun, 8 Jul 2007 00:10:03 -0400 (EDT) Subject: The FreeBSD Diary: 2007-06-17 - 2007-07-07 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 04:09:11 -0000 The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 06:21:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B5EC16A400 for ; Sun, 8 Jul 2007 06:21:33 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 5459313C447 for ; Sun, 8 Jul 2007 06:21:28 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l686LFAS016342 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sun, 8 Jul 2007 01:21:16 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <46908257.8060209@tundraware.com> Date: Sun, 08 Jul 2007 01:21:11 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <469056DE.40902@tundraware.com> In-Reply-To: <469056DE.40902@tundraware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Subject: Re: Enabling A Serial Port On 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 06:21:33 -0000 Tim Daneliuk wrote: > System is FreeBSD 6.2-STABLE. > > I've added this to /etc/ttys: > > ttyd0 "/usr/libexec/getty dial.115200" unknown on insecure > > And this to gettytabs: > > dial.115200:\ > :np:to#30:hw:sp#115200:pp=/etc/ppp/pppserv > > But when I 'kill -HUP 1' no getty process on ttyd0 shows up in the ps > listing. I found (and fixed) what was causing this, but it is very strange and I am documenting here so others may avoid the pain. At the *end* of /etc/ttys the file, I put: ttyd0 "/usr/libexec/getty dial.115200" unknown on insecure But ... the entry did not end with a newline and init apparently thus didn't recognize it. Ending the line made everything happy. I am submitting this as a (very minor) bug, since I do not believe this to be correct behavior (but what do I know ;) ... ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 06:41:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9089416A468 for ; Sun, 8 Jul 2007 06:41:37 +0000 (UTC) (envelope-from lubos.matousek@lubnet.net) Received: from webhosting.eurointernethosting.eu (webhosting.eurointernethosting.eu [87.236.196.15]) by mx1.freebsd.org (Postfix) with ESMTP id 3DB6913C458 for ; Sun, 8 Jul 2007 06:41:37 +0000 (UTC) (envelope-from lubos.matousek@lubnet.net) Received: from webhosting.eurointernethosting.eu (localhost [127.0.0.1]) by webhosting.eurointernethosting.eu (Postfix) with ESMTP id 2B86C2DE4B for ; Sun, 8 Jul 2007 08:22:18 +0200 (CEST) Received: from gateway (ip-85-160-169-174.eurotel.cz [85.160.169.174]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by webhosting.eurointernethosting.eu (Postfix) with ESMTP id 7E5B72DE4A for ; Sun, 8 Jul 2007 08:22:14 +0200 (CEST) From: "Lubomir Matousek" To: Date: Sun, 8 Jul 2007 08:21:54 +0200 Message-ID: <002301c7c128$4e771c70$eb655550$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcfBKEWmy3a8pnHWTCCXKWcGjILnnQ== Content-Language: cs X-Virus-Scanned: ClamAV using ClamSMTP Subject: disaster - restore data from corrupted archive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 06:41:37 -0000 Hello all, Today I destroyed /usr/home directory. I have a bzip2 dump backup of entire /usr directory (level0). But some of data in bzip2 file are corrupted. I verified it by bzip2 -vv. Finally, I used bzip2recover, I've decompressed about 800 files with no error message. Is there safe way to restore or extract /home directory?? Thank you for help... Lubos From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 06:57:50 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1D7616A421 for ; Sun, 8 Jul 2007 06:57:50 +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 6C26013C44C for ; Sun, 8 Jul 2007 06:57:49 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id QAA14453; Sun, 8 Jul 2007 16:57:17 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 8 Jul 2007 16:57:16 +1000 (EST) From: Ian Smith To: Jeffrey Goldberg In-Reply-To: <20070708040924.9E9AA16A47D@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org, Lisa Casey , Peter Boosten Subject: Re: Adding a new command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 06:57:50 -0000 On Sat, 7 Jul 2007 16:20:53 -0500 Jeffrey Goldberg wrote: > On Jul 7, 2007, at 11:42 AM, Peter Boosten wrote: > > > It's more obvious to put local scripts in /usr/local/bin, IMHO. > > Let me add to this (as someone who recently moved from linux to > FreeBSD). Unlike Linux, FreeBSD isn't just a kernel, but a complete > operating system. So the things in /bin and /usr/bin are as fully > part of FreeBSD as the kernel itself, while on Linux distributions, > those things are bundled with Linux as part of a distribution. > > So this is one reason why it is best to put tools like you describe in > > /usr/local/sbin My preference for such local scripts that ought not be confused with any system (or local port) scripts is to put them in /root/bin .. no chance of any sort of upgrade clobbering them there, and your own scripts are all together. You need to specify full path for any of these where used in a crontab, but that's good practice anyway. If you're using [t]csh, as Lisa appears to be (needing to run 'rehash' to find newly added commands), $HOME/bin is already in the default path. Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 08:04:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0568516A41F for ; Sun, 8 Jul 2007 08:04:34 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id A89B013C455 for ; Sun, 8 Jul 2007 08:04:33 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6884Vqp023210; Sun, 8 Jul 2007 10:04:32 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id B59C1B854; Sun, 8 Jul 2007 10:04:31 +0200 (CEST) Date: Sun, 8 Jul 2007 10:04:31 +0200 From: Roland Smith To: L Goodwin Message-ID: <20070708080431.GA17250@slackbox.xs4all.nl> Mail-Followup-To: L Goodwin , freebsd-questions@freebsd.org References: <543595.21864.qm@web58112.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline In-Reply-To: <543595.21864.qm@web58112.mail.re3.yahoo.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Correct way to use dump to backup a Samba share X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 08:04:34 -0000 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 07, 2007 at 06:42:20PM -0700, L Goodwin wrote: > I have a Samba share on a software RAID 1 array (using > gmirror) that I need to backup. I want to create a > shell script that does a level 0 backup every time to > (alternately) one of two USB drives. I plan to have > only ONE USB drive connected at a time.=20 >=20 > I want the script to mount the drive, perform the > backup, then unmount the drive so that it is ready for > someone who knows zip about computers to safely remove > and take offsite.=20 >=20 > Here are the steps I have for the script. > Is this all I need to do? Do I need any error handling > logic? THANKS! > # Mount the backup drive: > mount /dev/usb0 >=20 > # Create the backup: > /sbin/dump -0u -f /dev/usb0 /sambavol >=20 > # Unmount the backup drive: > umount /dev/usb0 The following is a rough outline of what you should do; -------------- shell-script -------------- #!/bin/sh # The following assumes that the USB mass-storage device is formatted # with a UFS filesystem # Only root can perform dumps. if [ $(id -u) -ne 0 ]; then echo "Only root can perform dumps. Exiting." exit 1 fi DDIR=3D/mnt/root # First, check if the target directory exists if [ ! -d $DDIR ]; then echo "The $DDIR directory doesn't exist. Exiting." exit 1 fi # Then check if it is already mounted if mount|grep $DDDIR >/dev/null; then echo "The $DDIR directory is already in use. Exiting" exit 1 fi # Check if the device to dump to exists; DEV=3D/dev/da0 if [ ! -c $DEV ]; then echo "The $DEV device doesn't exist. Exiting." exit 1 fi # Check if the device is already mounted if mount|grep $DEV >/dev/null; then echo "The $DEV device is already mounted. Exiting" exit 1 fi SRC=3D/sambavol DFLAGS=3D"-0 -u -f" # Check if the filesystem that is to be dumped exists. if [ ! -d $SRC ]; then echo "The $SRC directory doesn't exist. Exiting." exit 1 fi # Now check if it is mounted if mount -t ufs|grep $SRC; then DFLAGS=3D"-L "$DFLAGS fi # Mount the USB device. if ! mount $DEV $DDIR; then "Mounting the USB disk failed. Exiting" exit 1 fi DATE=3D$(date "+%Y%m%d") # Perfrom the dump, assuming that the filesystem is live. dump $DFLAGS ${DDIR}/sambavol-0-${DATE}.dump $SRC umount $DDIR -------------- shell-script -------------- Of course, you have to remove old dumps once in a while, lest you run out of disk space. Depending on the contents of the samba share, it might be worthwhile to compress the dump with gzip; # Perfrom the dump,=20 dump $DFLAGS - $SRC|gzip >${DDIR}/sambavol-0-${DATE}.gz Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGkJqPEnfvsMMhpyURAoJSAJ9X3sn74F5iIfYNoXgVJnRXtXTUhwCeO8W7 ybzs4SogmaLGUsB9+MC2meY= =TUdK -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 10:37:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BBD416A46C for ; Sun, 8 Jul 2007 10:37:07 +0000 (UTC) (envelope-from osfq@aerre.it) Received: from host24-126.birch.net (host24-126.birch.net [216.212.24.126]) by mx1.freebsd.org (Postfix) with SMTP id 20D9613C468 for ; Sun, 8 Jul 2007 10:37:05 +0000 (UTC) (envelope-from osfq@aerre.it) Received: (qmail 29477 invoked from network); Sun, 8 Jul 2007 05:34:27 -0700 Received: from unknown (HELO bleiv) (204.90.197.191) by host24-126.birch.net with SMTP; Sun, 8 Jul 2007 05:34:27 -0700 Message-ID: <4690D9D3.7050105@caan.com.tr> Date: Sun, 8 Jul 2007 05:34:27 -0700 From: Tim Haynes User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: multipart/mixed; boundary="------------060005080101040106020705" Subject: Re: Complaint-nizetfttqpi.pdf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 10:37:07 -0000 --------------060005080101040106020705 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit --------------060005080101040106020705 Content-Type: application/pdf; name="Complaint-nizetfttqpi.pdf" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="Complaint-nizetfttqpi.pdf" JVBERi0xLjMgCjEgMCBvYmoKPDwKPj4KZW5kb2JqCjIgMCBvYmoKPDwKL1R5cGUgL0NhdGFsb2cK L1BhZ2VzIDMgMCBSCj4+CmVuZG9iagozIDAgb2JqCjw8Ci9UeXBlIC9QYWdlcwovS2lkcyBbIDQg MCBSIF0KL0NvdW50IDEKPj4KZW5kb2JqCjQgMCBvYmoKPDwKL1R5cGUgL1BhZ2UKL1BhcmVudCAz IDAgUgovUmVzb3VyY2VzIDw8Ci9Gb250IDw8IC9GMCA4IDAgUiA+PgovWE9iamVjdCA8PCAvSW0w IDkgMCBSID4+Ci9Qcm9jU2V0IDcgMCBSID4+Ci9NZWRpYUJveCBbMCAwIDI2NSAyNjhdCi9Dcm9w Qm94IFswIDAgMjY1IDI2OF0KL0NvbnRlbnRzIDUgMCBSCi9UaHVtYiAxMiAwIFIKPj4KZW5kb2Jq CjUgMCBvYmoKPDwKL0xlbmd0aCA2IDAgUgo+PgpzdHJlYW0KcQoyNjUgMCAwIDI2OCAwIDAgY20K L0ltMCBEbwpRCmVuZHN0cmVhbQplbmRvYmoKNiAwIG9iagozMQplbmRvYmoKNyAwIG9iagpbIC9Q REYgL1RleHQgL0ltYWdlSSBdCmVuZG9iago4IDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBl IC9UeXBlMQovTmFtZSAvRjAKL0Jhc2VGb250IC9IZWx2ZXRpY2EKL0VuY29kaW5nIC9NYWNSb21h bkVuY29kaW5nCj4+CmVuZG9iago5IDAgb2JqCjw8Ci9UeXBlIC9YT2JqZWN0Ci9TdWJ0eXBlIC9J bWFnZQovTmFtZSAvSW0wCi9GaWx0ZXIgWyAvTFpXRGVjb2RlIF0KL1dpZHRoIDI2NQovSGVpZ2h0 IDI2OAovQ29sb3JTcGFjZSAxMSAwIFIKL0JpdHNQZXJDb21wb25lbnQgOAovTGVuZ3RoIDEwIDAg Ugo+PgpzdHJlYW0KgAAgUDgkFg0HhEJhULhkNh0PiERiUTikVi0XjEZjUbjkdj0fkEhkUjkklk0n lEplUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oEvQgpghLJNBgyrKxWQgAUgJor1Ujwc65okIc5Un RJMrRgS+Gw2ACEeBWrpbpVMUlPacPocCrNGUhgLsyANHgdyujzgbRMoBsExsFiAFlAIAtECBoJUl 1vNShqkw8FBJJFleg5WALRtFNhNSeBghRWyVGAF7yuXr9hACneEHxcMJL2JJLgV3rWlvBdvkIX2u K0LPQNXJLesVJNa1oNJOTedQFhlgxzybRL0HOYPgik4K5fojPMCe2TgfMhRz1gAAOaABeHmKupdO cCLbzyEMOang+W2/zgTqPYhj7IEaBcoQKjgoGAL/NSMq/vQsTqNgxyEu8gR7lI9TkgA/LzPU3qEQ kADrB4QgrAaLsMuyjIGuUU7mKgAAEr4BrpIKHZ+n8AAyuu6btC2w7uIEVZVoG8aCw8hBSLCG0cH8 w4vO09S6gS/0gFO7g5h2879IMLoGtvDIASaAEnoaAMuy1A7PIFKqBHnL8HADJaxScAMbNvCiEB3I sZQyAMWkJDq8CtGM9n6gr1oJFcWUFDIkxjGaBK7NCBmnHMyx7RLtAfIp6v9IiBskyi8IQU7B0ufy xC8aSBRO24Hj07RTuO/ExILL7bv09NVH9ViFFXNK2thNkZP9OEwGiw7A0uzMwIUac+0rQAG0cytX UMg9moJRSCVjTqLgaBrSABSA5mm8iBzcAAen6AIbD4zFEntWQR1pK1EIFUaCWuhM3BsHr1LEzlXM mAN6VnWqF3Ig1+gDKrCYEht7U/c6EXFflj2vZUOLFdrM3TbQtn7Ij9UAAFxqevF0IVj6CKUhF7Iv dYGxBhp7IEGwR3eG15W4e1v1pMU+VFnCCRehQE5w1l3xGLeCyNKVaIaOb/VJSelYjpqGAfYWL2ye bRAA59SgAeyxZ1kCFmnLYAFWqEjyrDqBZYhO05fBKDa6i55zEKlsyRowbZwaeeoQANv0ruk+tbW9 9OVi+jIEfthrQMu8vVKU0FJqthoPzhSb/sTWrwMswPTyiGgeyeqwPmwE7ELpT7Ls8xntynDVdzDs WGeyoKffQ59D2BfIXwaClXPCC9WjYqT1couwdZ8xy3wsdIOAO2ntLoAGm8KBFPq3HoUBt88nzyRd kJK69NnKxdxX2noQB+jREg4ujB4Tcl8f3no0AF3rISIlhRwQQLbyh5vZVkSsGyw14OHbaFs2yxgi mOVOHkoZogwBUCSKQOTuyZjRenA0pBKTEwlhRCmFROQ5h6D0LltoCRfBFKuPMOaRyKO+LCZwVaxS Jj1DKZIJI8w5LobIZsg4CYdvyD4IQxh8oXQwKk4A8Rd4gRCiI+iFZLAAgyIIF2LUX3xFOM8CkEa+ nJILTarcyqd4fEDdyQKJxjSFgjFW31o0CSDnPIVGAgR7gARNINDAgcN4zR3FJDh8CzxfQCIRHEsc VF9RvOm9wmZkmaocS6KR4rY0KCEi8QMPMYV1RjFIGkgQXV8lrQUflPybWbEIH29cABS02xji++Yg cemGyxILKOP52pbPLbaQQ76+l0tIAAL5zAZZKAAlmAB5ir0qqxVFKghcriaJYTagsU7v1jp6BlJ1 lxCJeTXIEHlfM3D+n6MZLAhg+w+EDmHOcg06mGzeWypIhKOZ5I9KWA0UiIAHoGILMcpygAEmHm+f 9dMzpZTzGkYdV5A4FlODSGkUj3zsTfneTGNSMobBzKgilN7gDBydITHpWSBpTzpe/SFsbVTKmOky 8aebuk3yOphL02EvpjHVafMNb1BiCB5jOhxdNJH1uOPVM9eEPClmHgSwhfU2CBirQWydDh/qTEwA CZNmrVXZxDpOQY9JCpeQLpeAAftMTyUjrKQIKhfDmjEkexFy9O5+nhq1WKoFdSFQ4YJXsgtF6jrS qWl2Gy3K8EHiW8kzU/JrUYZe4yQp/qzEwo/XUOcQYOGOdlWhiNKze1smwPZ79H6ZlOg5XQxydyEO FIGiZN9QDxWrb9YF/xBHbkCH8dK21h0pVHlXLRHaYj5LceUQUG1wQWW2ACb2ytbXJuSkKjZ9ZMQE q1ecKQ6VoUL1OAALi0tK4FJSozRogQO7uvXpM6EvAhB7ypuapZiK47bkJo2m27yKbQW1vqQlHDha crjM0PO09xZRPfHqP4PN34gyplw3bA6CcFQKPFVgAAeZiqiu1b0lQqwrxyBSGAKoAIOFXamQUwJH 8T10VKrR9d9yEUBtwQOCqfMSktgqRJ6OFjFQgIJes+YXcPkCxQQIJJVyYBXD4EUpuS1y4sHqcyiE W8tElx5lHLeX8wZhzFmMj49R5nNjlTlMjhQKCEenYeoyHLsE7BHjkk06s6q3gSoMjoqwHg7seT3P eTEUinS6jUsYVm0OEH3XQ5VAk3Z+UXeQnII7sULIPi0iKc9B0FIFRnDr33OTdi+KTQzChCGeNYCk fw+wbBWcgU4vgc0+jEw4bKr5F0F2YIXQtBNTdDX20TotMujcVFaQDGrTwANQJG0oTMVb20JXTI2g Egey9QB5e++E27NoOkCHqjHVJ0iwveZyMRYuCkOJ9D5rc2WzyCPea2IRBDmNaEPunTQJMHZtZoEI GVJhbd57IYMf4XO7dbvbJ1tFbkNgrPcPzgOOT2bzkF2sQIB96pUABMdY1D4c+HrlN6PcvG6DD7le +F4aO9DboxREFA15Caw8OyZLEAPJmcvo5W1ChxAx4TY44QbfPD99w2S7v7ikJAEvX5YgFdYAOYEG HtnYmA/bsABwG6FI3EsskMwSZPSWzONhJ6siDrBBLtgAHuVeZwDQH7lXyNHlZykAtVz8FDIlwIBd pyZWI7UDXzdzRM3l1qrugNlNvfXCb6w5NG386eEmQSx7I6+1bvHUuqEvw8QQKxjutHi65m4iAxDg 9h1AHPxEtU9PrDsPb0IDRVpMaMdbFWCJ6H+ChoEgw/pdaEIIAemzjB7ZBC9kQKzVtbH/9T525L0P WkC+AWPyBYvJawlqgn0hA/ckGvcVvD48C8efAADsRJBRCCrlIQcYhXhVh60/KgOebyBfg7QVcRPb Cm/oLC0YYh1x4PSG8hovcGfCCg+PesqvfjHPzovkoPdC+mrBopsP4iDP6CBsmvxv7gDo5NVPqObg vLHphv1vtQCCfMujCvwjyAdpcBVskiEg+MUgAv3NmDXhfP5QTori7irqSFJv8gdtyiBP+wgFigqp OgoAoQXQDwLiBgDr5kiuUC+g0t0CCQiPtJsQawKGywlCJhCLHwXiFmiCfqKh5nuB/HPD1hCAWCFw uInKcgAA9QjN3CFQlG6luu3nug8gutApBCJilAGh6jHQtO+imCIwqCBg0gbA0pGsyRFxGCKH7RGx IRIuLArB4MKxJRLxMRMxNRNxOROxPRPxQRQxRRRxSRSxTRTxURUxVRVxWRWxXRXxYRVE7koiBAoA 5hoCoBVlnp2GLgqFBCBAlgqNuFyvYB+lDBfAZA0j2RaOoRLCLgkxijWkuxkxYiSsFAusZtDBfGrE eFXQjmxhCAAhVmntNCDB+lnnhK6E2RsFdDWqVI/lWuoFhxwxxiNCuHwNgg5psEeKJu8xqiFkWiil DI+R2iDCulXDCBTmDlQxyqDlnmGAEnuGHD9BThoCCmCExnPB7LMGqjJHrh7hExztYj9w0xpD9JXC zR/iLAAtYm/pdlDC/iDyDpaqch6yFmSmFJ7jJvjo1l1QNEdjJhpjfuYqpA+JaSNjtj/B/GRuJCGA DySkFgrShD9SUyVCKgqRdtYrRpWq0kdkbAyyah5h7I7KtJLCCgihVysRfgAAllDBTgDgGi/CDRlE domGIyxykrgFLymiFy4D+iwjfpasbSrCHLXrXIvyzCBAKK9SvkEgwKqj1OFElF8y1y2iBy3lJv5S 6RupamtLsNRjEEiguipQDiDQmDFEMzFovSqzCCJgUkTHRpUtKK0kHEhkEhoSFEtgAoJCEg5nvrhg lkKBSC8IRCCzNqAGtMPlPjSMGMOpnwLC8KBExgbD5zWTWiIzXgrBzlcTEzpv5izDMClhCEMgElhj iiEoZo5DggqC5JFiBTijBg5jPSZqiTyiCD7iDMpCFEXx7gGkuzqDCx/TriFkECCjUT3i/sXifDGh pwZAAT8SzqeCHjNIeUBiH0CxJUIDwEMM50LUPUPxWS1j/lClkTBkxnrlu0QROKrCHL9JCojFJjME IGPqom3UBUVCXjxjFxnLSCHrKiHPCmwkPjbivGlLnHDGYUcCbReCISuj6LJHl0HD/v0inEGDRAyr YivAGs5nCoeUTUlCWxhlRDlH+H1Hon2nCkml8lfKdCBgd0pD1UqEOHQjHH+nZkKHcDCHrAvID0wC bBfIMCroNiBIPrRsgz/MXlMA+KAHMU3iIg5oNlCMRSMkylVoT0/CbMYhSFng5A+JMz+lTjCF3Exz wnMUGiJVNiB1PG7Himm0K1MCbAkjjl9oitqM0Ay1QjxCoHchCQ2kOU4IZCFl9nu0JDWIlUn1YVYt ZpNpGq7DDxwgZDCPhz3j3IfFGLa0eCG1oUnVkiaDGJMTLjFpOFCgAFctUpxoCVuyVTQV1SVKtjYk OKaiCs0CPqtCCt9V2oUKwjFPM16q/jnLNPUo5VcmzGeQSV8iUrOobLQGynZmQv9nUkdro0bpROrG wD/TDCCss0nLgp6UJWECPrurYLwFHvVk9LzQC1GK+CENtPuiBsAL5SZDPWUCCVFndWP2QM+soT9M qCDO+Jlrz1FgWPbKEo+seCBsTgq2YyDNU2CGcsLqK2ciSMSCCWekkGytXLnRviIwTFymxEkiCJnN U2sjbrzxB2pWpymogCEF+iBA+LzgbWtiISNh7kEw/Dbi8JtKn23VpQDw920CRI7iCJ7XBvEEmAdj HM2lqlRVJvho7GbM9uIHuLZJAm0QWpAzn3ACfngCFKECIWxEEnBowB9gKJ6WKXNRUgqN6k53UXW3 XXX3YXY3ZXZ3aXa3bXb3cXc3dXd3eXe3fXf3gRTOyHfNnt9m6Cjo3O3ItxKSeK3GjA+J5zRnoyRi Gu5B4TngtvLiJBCAdhp3jCEiuhouYyFE7vsoUkUNwJ5vOh6i8N9imhpkqmQgoSSkdjrtUhCTuiTQ PtUjFLmgoKcg0sjvug+QjzRsZCJwpCE3/iLkRAqPYxv16YEiB3zIUAGirsoOolyjgsmitX4RHkxr tQ04EuWERwIQ42fNYYOBpi2kRQFgbAyzTwhCBgqX5DMYAgAAUmiYCFym/WBCGYJCDgoF5QJm3Mej 8VntVDpXv4gAA1fIS4LWj4MgujD4VAbEFox4XgAADirt2wNiBRCwjCIxAvCvzwfPoYuKsRwiC4wt mHi4csSYd1ZDFYfCF4u3+JoMUxa2twr4ikzj/Y74s4tgWAvYukFNjIUi7l9ArYFu1DDjmEal0I1C /Q0gbAvAGyfj2psY7wqAk25UWmyqQgygWQ7YtCrgvY0nAQ4REHijZhcjuQjqbquCI5Tix2Z48uoY 9jJ5XCGG6kR5RO3jr4tgGgvZaI5JJCg5E0qh/A+Lph75HXkYV5QnTgoZLpC5NDPBiDqQbCG2wKtn pZSYtj/5UCC3sv5j5gkkinOEdNqD1Ztj8JUY7hfNA5yuegAZdiFIAWwnTO3wj5wkOZxoVmGDkgZF hj+NMFaDfpsPaOAAAAZGxARxdkxB5gqBp1Jmkpk6FAvHk246HCBaIFRHdh5sekNtTFygqIvAduwE YyGiFaPythoEQaRYZkEjTCEtgluDMaGaOgAaPnGstFBJvjbRhxoK3aVnixlRZj1KcxcG3aIq+B+1 +qDlsxqX6nmEOSLam6QCCkBmUCtJtRhPxi7vYTL38iCRcQFq3E06Yyc6gAEoJlTRtRqXKYmkCAE6 0afMxX8JU46FEm8h5v8krlRDnGFXFiFyY5rFJlWSgyLR6H5GKjJU5CG6biIl7x0te63iHx+WcR/1 hyQK6Z3CCGOJCkuizk+hp6sCQ7JiPmU6y3YSsXgiXlq29Pf7QCHV7FgXqCOSybN0LTAiTTDPxQl6 +Ezs51LiETLCMmDjxbWiJgbXSxMg5DG38gbJQiSi3jTnIDGzhiuDMUFCzTONFbT3JoJFPjkbuM3x 9bvoID6bMCaAuh7AU0xIBuK58H5CJo6UYqBHi0ASvCR7risl9Wv7uDVo5SiKhxB3ODiCCCqsnCDz 2GykPT/Gcj/TrF+TzDbCp8GCHnZMsHwUFCLYcivgi7m76CE8FCCCrAd8GiEC6CByZz40AiSDcDSD Ji5k2iji/DATLjDGCLhiCcTiBhclSg5gi5kxgGyl+7DgbJOuLov0GjiDjExchRgciDDkEDSslLe8 Pj1VX1xaLDZj/8RjkmGCnC92wjADWDXT377CDcoDIAwKDDaiF8WiBDVWgcl81cZW8kuqQlrk5GrY P8fDy82Z7F8kMDYckHSjJ8lueEvErD7cpFEA8sB8Z45qlDsLSkAkS2o3OqkpE5k7ZmxkYzazvERP aGL82ECp0y+DpjyDoj/zAYPiQKuJtF1k4FJl0oCluIQR6iCQwDGUO2wdbygH3O9W2ErHNr2kigR9 gFARfdLOQHPrSknkeHVjNaLEhhV9mE/lA9auQJ+dSDWddTOCD9ej/m29mJsm8tECnEmK3LkdZx0F b9v9h7RCBkcrnjbsiFOsWlojt5ZEZGy96jyPAFVJzDJ9+Fa9/Gd8fjPFr9oiDFTiCeDEkKBlgE+k seAFylIje8XixFt02CELEEOFh+GDz91kbVQjCeKMwhp9CeAW2kz8SiDmK+XG3LMGMeAm6Lp22unm JCDN1CEmRnwVwO0EY52SZj0F2F8l4iE+RnumRteGGlz7eRIG3pEiKCw+TCIm2Eh9gGUaV7arIGe8 DmHwvk+p3qFGrGw0YUEGs6PWDCFFZaWXbksPCxFpIMyTfHnTYiG01XZMC+ZswVAMlVsiDFt7YIVz 0jTrtBT1O2woRHuBfTS/EigobtwDpZk5ezLpOnj81oeoxfKidesGxqGVxRFDbpnIumcnBWDrl/RC cJWfSjlkvFnpQGcm2pZlNJS/YCcJ2aDoqAuwFJQmACCbFXB+q/eiU13lDKanHDm2mmcx3zQ/kfle 8eyfrRQeg/s/ufu/vfv/wfw/xfx/yfy/zfz/0f0/1f1/2RTY3soB+vwW1xF/UCTQIxGwVYEXMiIW 6iBw/iAACBQOCQWDQeEQmFQuGQ2HQ+CNE0xCKRWLQ1/NOBgErQ5iISLwZ5nOBvN7vdTg2KFZolA0 vAAHxCAmOwg5gEkqtVwiUkkkgGBT6BISVQeXQSaFWbwpVvOMT6gQqXPBCHyQ1esQ4AtN/VAywcky woQOZUmsPNSSV7wIGkkAVtpl2FF2a0NiQJ/Xc5qstlArFZ4HOSAAR04A4enW+i1sAF23ACiQgoTB CXcGv4AFbBwPAnO3YWDgG225pxqG5OC3nNQrCqSgAGTPOoz/S3Khg1VjaswJ+62FYy2GWiTuDagA R/dgB7WmBAm1gDR0XHQkU1GBcgAGW9TsoXfOwIRvakWvRWyNdPISCjR3kA2v6uB4CCeFSUvm7MG7 XT3XoV8AL2hibgCBKBPKJLpLc4SBGm3QAOqgT5Mg9xiJqMruwiBp+oE+qEvygYuv8VbTQcAJiL8o b1KyexTo256cQOjKcQ6oqBKpApov+nYvKseD4FW8Q5n8MoAvIqLLrex5CRSgovGIeCqJSoD4RrHq Bx+vD/NlF7FqEhUmoIBqowAhEflPIMhwKoEDwKtwAvUHcGgaosnIElMIL2FiDACLsys2g0jqCqJV h3CCiy+yEWN2ezErfFy2xohU5IJGy3veoC+gBJ7Bx+kcCyKtiOn8FMISWgpoyeQhTqjCiDMCoErg ACkcAA2SDhSx6Ei9Wc0wg6yCz4gQ51kqLDgBNYAVEt6agfOKi1POtVis8qCz2hoGrqn8CgegQy0N WdUuSe0CKG2wyipLqGCSMpo2fVNisyjtMR6m4kw0BLmEIuUQKC9SvVKiKYABVTrv4galn68SYqsA B6tsoYdmnXCFVPJS3qiv6EXrDY+JkgV9y7iNKoFZiBAOx9n4FaIrUhNiHEJiCoLZbeS3VdiB1UAL /OSsGXxGi7VlWsceomgh6j4v2HITBSrj5oePUImKxqCK1zqzCeC1+HYE6NE9jI7kFxuEKjiABkyB UPcDjs1li2C7rSHvtsed7nugbaIigEpvnWdhTqGj7pwCHJ8Fm0PUPkcCoFgoIlwPG8dx/IcjyXJ8 pyvLII+3LogBovIMBJcc10PJFWXKyV90U/5j1CK3Uiyc8q0VMdWrJp6ghYA12h4qZ8h5V3Hm40z8 horGhRm6GiLxV72BJCBGBotw34iFlJRKCRlwHdoWJIqBl2vZoKOZT9+OYdpxtnRFXDSCjS/gA6OO ZoISOfjJCU5Tl8GSJ5zAuFgB5hBkpkCHqEVab4QEhLCo5E4BBAqCEfCACBCLHyvfIIKR34p36EHC sGVvYABpvFX+huBY9x+pyhCQNdSQ3qgAfY9YmrxS3l8OsHM5hCYLQIPUPMxx/n7LBInBxApdR5r/ MEQhSUNCCjzh0QV+wviSQbDKF4aRAgoQfgyQM1w0ymkDUkACG8CYKEGepFiK8AG9g2d4aEzBAhEv qWuQoFjuU6sBIEKuF8KxVqJiQQqMbAhSRKIFHFgUekWQbjqXVgb4HhD3jaA2BIVoakld/INYIp0q gAC3HZBrt41xcjA9QJck4wyVIGGCMpBZDFkH8/EhQ85OiJDyqCOEcmBR0ABHYgQ0B6nKJ1HlYMkS DwPi9KYeYCQDyCACYMX0hUQl1Hq6eLyfh+ouke8JWkk5kkCmXJeTIVg+SdITK5akYHwhUlFKOYQA A5SnIJKlzA9ZTink7AMtkJy2S0FO3eW5/g5zwYSKtMU1nwKJATOtpJb5lKJg5JmJI9gRtkQ4QOac dYEwOIMF2Fc2QATLhbJg4gNp+kKnkQUVc5BThUCXKN8EkRSUYAOQqdxBJTQ2ehAI5gSZ7LGg6QcL c/JTLEYTEUhUe6C0tjEDYCgNgZG7C6PUUg/ZyCkpQh+FYDTmVKo6F6mp/wwR8q2QNc9FqVHJpiFa NErCECkZmwIwYKackhACDugFNQ5tYlRV0xocjGikXQQOkDlAuzAFIL4GxuqszdjRWOxVi3Hv3sLY yyFkSsgBpSQux9krMECDA6VgwRbM2KTtZaTZBAeVvKuAliVn2V2BISNCziG2E2RNFA2gRwUhw1B2 P0fz+yLr3HstNgRbW8kCh0e6v1hbcuiFJaO3ZDAtgBFPDUnQI5zvgCsAmdlureEcQDXIVYI4vW/k dZA0RKqiV1XHcZgQvkF26WQ51eFVmRh6AecQwUWkCqJi7BYhC65tWjbONKaBybsNJfuQQf2ACDX0 ILfgt6LLywOv5cNWlByBjTfUP5zt3CFhzZ9dGesKG812c1cAoK4zYU6OaYMHr6krE1iUAG2LDDBh bQ1L46BRb+EEmKzVYOCqPY8xkHpOo9b7odP5h6a5SA52FB6W8Gzh6vkEvpeDC9NZfHljfahvI0zY XVABi0gWUo7LSqHh85kXbUILwG5e35BQGjzDBl4py2X/MJBtlbF60rsYyrXU7D1cpb4oKLOkt5iX cECHtkChhzTEgPyIKeXcHnbEFuGnbOeSyBgJxmAFBujSDgP0kgtqDvjlFA0vnGvBCs8kCBsjiXGH WfL3LYuMlOcsvPfx3WCUWdgG54xnPsg2kFt4gIIuI5tUSCBlNtok5WjGyXYvng9YMabiFpqkAAMF 7KMJgxmP002oDQx6NNsi/haIvTm1WQkG2eNYU7INUI5qiQqGJ2zOiWMDKDhJRAt2v2lZMbwwZsYg ebwAB5jBum1hjRT78Z0gwG2latEbMSDvIiK0C7WMaGCGgVLA7cqri4AG4Gz5TIFxYB+Mxph5DzUG WIXau7ZsGP7CxBLcoMIFT0hpW+WbUABx5DfCbIBJFIHImu/CHZlJUa7ixA8jYUcDxMtnFciBbsr1 Ag3HAwLnOZt2LkK73AA6kRYX0sQU1d62SHcRWOuV6s+W2z5IoLGmFzZULt7CEBgP8EmFcTLCG6H6 VEaPJu4+F8N4fxHiSH2F2DmNFIc61la0N4pyTS/KOa4jBouvkCK+TcjdQq9l26K18u4EEavgE4Dw KvsggNsnkDikRwuuMoKhpDTMCgb1sCuO9OQxAcSyC+iIuHnkRB17uZRBTn2LGPSngJ2UvaQc7UG2 zigRN3re8ExVn8wgwO/cTBoFmtJVjjk0PmTm0pCSbHZAIhz1MG0n/WpQKerv4vn1OHQhiTxBOmLH QJGMGCSKc3qIQ9E1eW4xI+8n0JsT8Dm3qzWI+RZAK1e1Az6YSAfASII/4w7AcLcOwse4M8GV6/g2 I+8okDyJ0OsziTqr6QKLuo2QazfAMOy/08OYQXuH8AS3qDm72Lk6AIPAKjWEJBo9stqWCZ0C6MG4 aOyX+5IOyTyMyWI2IIOYQIXCRBXCW1cN0HswyK/CEuIKdCkFIaIHs3ygYeM34T8t4BlBgQ0BtCDB o8Oa0HqH84Qi9B4MgOeINAKYWjeIU9sj5COMGr5CwILCaC9CeWkxi5Q4A4PEYV/EEQSPUFwQa3Ay iVBESKc6aIKFJDKrAoPCsQ+P8BkdAAAuTEsOhDg8M0EAACKJADACqKCVGbTD0tGD5EPD6IMFyHtD +IVFegqVSHrEiIM8CbPEQbZF0n0bcIYFJGBGFBeN409D4YLE0cws8IKEIVG3SCTGzFCTq7wwwzHF vFS9KCqFI7gsY8sokKiCgP8CshCB3AUrkCuf6IaSUEIH2k208i4YKwcIIF9GsIIEI/kITHum0+LF w+bISIIH6sKCgRSJmqMACD0FzEcZ3IZICLKWCwGCKBSHsbIN2BtIcfPIVJIAotNJJJQjCvkN2j6L mGmH2AoKwt4LnJGKu+I7jJbEJJSKxJycgcyISC65qKw/cszJzHSc0/+zWyK/EEIDK+EsKI+kexSI GAeFyD4n1BO4whsfCHqd/Ka+EIYFXKrHofAKiU6WM6IMGtQTcntKixgNkTGIFCJKIccNhLgITKy7 7E3K4+sSVKcIGDy08/YKuU4MHKnCUP+USJ/A8QaASnAQKd+ACZmHgaIWqIZLOIHMYIOgaz4mKIIO MJuT4SAMxMOMegfBYIVC8/hMkRrMrKEMy4bAC1YjQ3yV0EIjA9+P/MkZnD/MtMwJFDTBcTgg9Nql oOSFJNIOe3uDkHsHuVuZyPUsu9YnahnLEL9MqY1Cq7cIGaXLAIEgbCgoQL2Aea6XoOULQt2Osqk3 5OYQdIGVNNvC9KmTGCtOwaU2yC6r1OczsAAZJO4VnPAzMStN4f0XqUW++Y9O2ZFP6N0wwRAZsbmD zDkMwCsNs3uDsxnO6QbOmPjOqIRQkzAY8DsILQ1M2JUzMQoMGO7LkT9DmH6Lq3uIGBSpeYmvgjet 4TGGIaIM9Pu2OOe9YNyk2XWC8apROdPPJR0WDPeV/RHG6luN03acbHPHmUyMe3uFI0qaW5wMamgZ WYNI+ILFWIQBSmBS0yAHgLvS8GIGjRUVmeCIJSoHhSs6EQdRoISGIvgVYTCWCOIcYP/JrHK5sETR nQ48YLfBcPiZYD0cXR3JqIJTIIJSAI1SicCAbGzSoWMHqDKNcIGB2+kpeaXOGLZTxT8OwQLUWako 3UtIqgrU9K8EIUGIQDSLuOQD4CqF9IkCgakDS+yABUwCS0mJxUgZpKOIIV1VmJAEIKjVwIGJfV5J rU25tCKsSAbUQOuX/V0TAb7TAjFVcxUluag5XWqcACTI8HuYKHnL08MDSKtVrFgINV4swC6eMIyI MBYWYk3VJAUILWy8uNgJPJ3JQK5NRYDYLYNYObmQHDy8Ua7YRYc3iwGSIzhMeboT2VgJCBsLqUOc oUGwBY2IhYvYeIpJ+RaZ2Zw3hI0OSSE9gVOUoOyQpHWMAMCx4WFOMIGVEJ+WXMGI2O1BpZDZEbgJ xCoIGXyIIJ8reBYZMv8KHXVLKLmXNYIwRaSZqW+whHaJUL8JgPs2QJihOYg2GtGXWdyXe+ZayPhB sFIf6YaXNaBVkMGbeQg328fOgbGN1aSW4vg/GpgeCAaNsa46OaoWMpyChCeOzbyJAauDnaxLJFKa 2aPAQjSNzRIvgTrcSioYXTfGVUi0nbbbc5ObJTkIKBS4SKWYqQYDLRocJICCo/RTejqCuRqLcLCI cBsZ1dUAACqJBdZX4lpTEISNKIMREILduKHToAAcXRYQc4A6JSXbbXjFLdAtTdGYMJIYqTg38ABe IKHda+yFXdhSrS5dpdsvhdyMgdPX65tW4INS3Ay4Be0YrX5V2vYb6IOC6Wmezc6hY7wHsteD4ZYW OoQAAGiK+WYC8KKc4IFdzfhVk+yFyOZf8AAHu/Q+DcpgRdwPUc/VuipVSIJgcCtg5fWMOPtXuzhc oKHgyIHX7XjXKIQXevVc6VcdeIUXQmyiAWYCgAaAOVuIpZmIFgczGKBgkIfhxh0dCAa8jW+IUdlh 6dIojX/gnfyIonyLe3fJCOSe2e7iji0dQb/i3i9i/jBjDjFjHjJjLjNjPjRjTjVjXjZjbjdjfjhj jjljnjpjrjtjvjxjW4IMygsCSy62WGiQGJI9c1dcYVoyGAeBG0kqEH7fUIo9dGI5yzKqAwYxo5yx uuixMdWTkkgdEvKWuOYy7igci1peotC1yWMdOsKvBO8II0giwU2OIFIvE6w/SdwjOz1BCIMHsz+Q 4u9kcIIzpKUcllrmFealRM6z8vo0koiIK4Mi40QzrlvRCca2M3Q3uF873lVSjfY1CyIQ2U2fVj2J 4MfewABUpgE8JNYTqQ4i1aGIS22etgG1+sK8AQYVmDKL+/gIo3QlLV6IRC3nvAO1Dgm13O+bCLk1 88asaMG5g3Sm0k636KKuREqIVGoPq543yTMIZMRnM8y9gp6fadsuiJu5W5aenn+LYxcuSvfBnC+I rocixpS+DEZny1DoWYM4RpjB85oWM+o+Kci7LGws07aIOAbAijQt1Z3GoyMIECKNsfuDzqHnIIEG iRosSgA9mdsCW6eDnqeUJqiIQ6M68LYerHAJic61jn6Ig7OILrHabqxAyL/BVKo8IIG7KIKaqMzo S+paacdH/qnHMUjqQ5HH1d/m+YYOZI4IECXpmiSLbaW1dpm+4ASRHq4MbH/foo3IAIQHmRpqPruf VANrVQQIVraIPs8IQ/tsMlurtImIVH+zgMfghshqsc1mfU4aVsIXFZ2DnsQqdqdGzN/s6XHgGuOI OKqQ+M2B2l2ATsyqDpwklO4eq3aASsK1gKqJmddc4iTmpnOQaFWhDtefk2Ceu1zKUDLr8cdme89L XRKMa40WCrWFIOYHtuFtLulEJnq3cC8tKixCQZnBKP+PEoeLRuiuJK8OtUpANv8f8hrvGN/ACwHM 8IVS3waILwgIPlmT+Xu7xKVWVc6XuNdroc8MTWKchw6uvICRTo+H2MwAeSNwfiQIdxTu8g8H2ZG9 lJWABkqKu+BgXjychgXkIAAH2KswELZxkcayc7DyDjCHtsRycZvNMgTLWOQ7+3a8EkzptBHm/DFd cOTyzuuoZM6OVBJy+DmfUoBykcnBxB1oeP+gTMRNvDWINZWXhLtP6yJwEDnDI5FByW5PWIRzo9Ff ZC8VoUZAuYMYTa5ByJHZRB+Qbm6Ibz7JuIe4af2e5IXvjIVDnE2nIJBEGPTFGINFs/zzy6aB2YS9 vLpDqFJDvRIhDfZD6kAZGds9u5OQJDoIcOEEIqWuQg8/YNkah1U9saJQkLw3z1fPXCsHuOZ16qWo l05ITUwiwk+JBGCRQ/WRH1MviLQriyJF1eTc0D5GtF8WNG5O4hDtZ1ohrKrWbbeJ33KIa9Z22ygr Srjh9F3F53JFa21HL2u1HCwwOg85EBZUc8p3LIEQ2x0I6HrshWTxw+DHYjeEILRsqJ3IpLlfmb93 NXfG3uQSV4kQKk2WvHdrXwhefFXFaCS3WIMdaMhHwBttW/Y7mFXInHhF5s14V3/sEi8Ct4EaX5ln /nNYCAal2PsQ5K7IxD0aluyQJCQKB41f00UFXXO6cDKXp3T1Kk3IuxDwcIH5Tf3TBU0ISzsKrv36 8jF6j5x2MIFI6Qgjt6P6yKiPq0lLXxYwUMjYNBUmEU6nh6Y+DJiMhIz6iAB6nddwKM29JHOIQD4k 2C6RGAbgxwetf8TTA9ILAKj7QN0B38irSLlIlFLMoaIC6ysJuZXLgUSJH4FJnO973YLMOLbqghXC Fv2IFJhO/rmWDbfR0n0NAJKSNearMQ+RGCojBx3LEcxE5qB8youKL9tC18/w0QIQAB398IF0tU4N gmSUSsCh6P7uOIKHheM+aOWQEdEPCKQKjmHFCSVHGIpowQGLmNt+j7fYoQ2eMFyLu9tE5lgIAAAC CQCVlIAAAXVIp1PCC6ZYQABsNojFYtF4xGY1G45HY9H5BIZFI5JJSSAUIhJA83nFVyfIypznCAC8 zmcwSSSTI2JKpLP6BQaFQ6JRaNR6RSaVS6ZTadT6hUalU6pVatV6xWa1W65Xa9X7BYbFY7JZbNZ7 RabVa7Zbbdb7hcblc7pdbtd7xeb1e75fb9f8BgcFg8JhcNh8RicVi8Zjcdj8hkclk8plctl8xmc1 m85nc9n9BodFo9JpdNp9Rqb7AQplbmRzdHJlYW0KZW5kb2JqCjEwIDAgb2JqCjExMDA4CmVuZG9i agoxMSAwIG9iagpbIC9JbmRleGVkIC9EZXZpY2VSR0IgMjU1IDE0IDAgUiBdCmVuZG9iagoxMiAw IG9iago8PAovRmlsdGVyIFsgL0xaV0RlY29kZSBdCi9XaWR0aCAxMDUKL0hlaWdodCAxMDYKL0Nv bG9yU3BhY2UgMTEgMCBSCi9CaXRzUGVyQ29tcG9uZW50IDgKL0xlbmd0aCAxMyAwIFIKPj4Kc3Ry ZWFtCoA/4FA4JBYNB4RCYVC4ZDYdD4hEYlE4pFYtF4xGY1G45HY9H5BIZFI4M+34/Hu+ny/pY9ny 936/n7JJpBZY/nvOZy+Xw+HvN56+Hq83q93q9X4/X5Bn5Jnw+XzNY4+X2+qfVKo+pc9q29nvXHs9 XpRno9J4+Ie+n2+6zYHlQ7C9ZjM6lDmw4nCl1+qHU7XadE0glktleyWmym85HGyGQznM03E83jRH q9ng8Xo/c1A6NXqHTX28HY73e7nTo3PZbfYoG7Hm73xbIM+pS1ViznW3HUwF0zGW0GYq1gq0YnFC kkyjXdpUynUykjwimYw2C63m64M3Gm11WrljA6K9lizV02XC4Hg7nhVX22Gs3GAwmOzmq0npLoNp Xaxlww2oYhoKUpaBLmbJrG8YJiQUaBkF+YZeEEVRHEmVBTGEUBeF0P5YEoRhZGCXxmGQZRjlGU5Z EkS5KGy7aDKge5iGiYBdmSXpYGGXxEliT5CkKRAykcOpNlGSxqm8a0XLGYJaGObxsnKdK/HIc51S gcx0nMcJlGgYRpGeZy1n2iR5Hseg8lOTBMk+VAejiKZLFQTQ8EgPZLFaUxZFuXhxG2cJdFaVRNk0 TRRlKWauHugZmGIYpZFSSpWFaURPEITU8lGV5fFEX5cFlBxfIGQ5YkyaRymwgx5HeeJJimQhUDMS YzjCMpOE8UJamAVo/kwRhEEyRRZFcUI7DyNQ8jAOBsmQZ6lTEgpqMMThHk4gaTH4OpSEFJhfkmRp JmmVsSkkUJKkcThsG+bSTLoghemGXpMRSUY+EkeJ1OwgR6p6PBKlAaxsm8UhWFQVRSlUJo+iuLY+ DoOIwDoVYxE0RI/j2XBfl8ejKl6ZJik4WhSIScxuG2TZQkSQxJEKQRIESGY2DIJwki+KpGDUVBWl cWxflygx+pMThGEYaJrGkZxrGqQZEEqZJnGWYRZlkXpdE+bJtGmpV2Iem5eGeZI3jSO5Ak8RpHEu SZhmQYjLnkYJlmQTxNEqXxQFOOwwDSSw7FFjVEoEYhkGEPg8CENYzh8Qg1j4XpclgXhiMGVRWl4W 5aoGQBNkYZxwGu/J5HgQo+D6W48FESZAEUVpNlcVpZFYSRHE8ZpqmgRZDC6VdHkKOw/nObxypeqK CmsZJqk4QJLHExSzj2UJClqZZfDKNY0mARZZ8CY5XkkVh2NEhJimIWpFECQJKDWRp2nLfB/nonw4 EwRpzHYdRVFcVJZlUV4oj0LJKCzFGLQWItRXhxE0J8QgfxtDXGqPQt7gRnCoFYLIhI4BqDcEuIgQ gfhIB2EEI0QQcRGiECwEULgWA9BnTiKZRgxiEixEgJYcI4xsDwNeI8SIkzJD1J4PYbw3RlCYEwIY o49SKmVHqNgao1RZjKGGMkbAziBjGG2MsVovT+jKGEMsUIuxcCTFKKQO4pCxN+H+lQdImBIB6UmI kVYqxVC0FaKwVwt4AitFoKYTwpBqjdGwI0RokRYC+F0Ogbo5SbjzKMKMWooh3jqHYL8YIuBsDQGq NcbQ1RtjZG+WofY3RujWXuOhjoyBtjOGyPYohBjRDvGcMQZo0BqDSXuOkRAoxIiragIduI0hTDIF 0KQWAsxNirGalsrkRiCjcGuMsZgxxfC2FMLY0o71qknFeMAWwthVixFYLEWIshOCpE8LEUI5B2jn LIOQaI2xuDOnaNEao7h1DwHaOod45RwjoISOR5QwhYi9F6LsV4xRjjCG8OAbw0RijNF+MUYw1RlD RKHMogg+R5j4GEJUVo1xrDKHnA4TgpBN0hHoe8a4xVcjGGKLFMJGyYk3H8QMzVNR+jrHWaMco7h1 pUHINkcjWTOE8U4LQZQxhXDWGeMwVApxUCeFwJUZAyRjCaEkI8Zg1BnDTlkMwaIzRxjZHAO1VMhx xGjHkTccQ4BtjNFsMgYovxjDRGyNwcQ5RzF9HSQkk4+hzDoHCOccbyhxDiFsLUWyNEQi9GIKYWgq RXDCFwNYbo3x9kpHQOIc4xBbDAOmM6H44RZC1oOMQXw0BoC5GWLYVoxhfC/sqNqwI3GijNFeLkVo wBfjAFILSXQsxdDmHAOQhjWR4jsHlTV7xbyvkGHcaMo4+CZUxpmQI9j9B2GauqQcm9NSWICH4Osd o6SklJumUq75FR1r3FSKVNAqRPiXEcJpGbHBYjBFMLgUw5B2DkFMJ8W41ReDSGCLqJoxhiEGnwOs Q4ixEDmHGNqhgyhFiCFQIgVgfhdDAFiI8PAfRujhG+H0OIgRECRETF4WwhhPiLGE16vM1iBE+HsN MWA0RdCgGAMoYg0xRCcFcIwS5yh24yIIMMaQvBSi3EzMwaoxVFh7EOIAZjRh45FD0JMPwyDDj6LU QMdw8x2iIEGH8WIoxbsDFSIYPgnRlzHwgNkWglBAWZHGNQaozhEicDaKkUAmA9iFD6MNEgbBAh7F cKQVosRRCyJyPhPAwTMRmHuO4ewshCWsFmKURolBQCpFuLMWosRODaG2MEUAkRVCqhYOw0zGh6Ns HSOOWwfBGDMGeMssQ9C6kON+M4TYmROB3EiIQJwOwoBRDoF4SooRKB+EsICsQ2h53IF2HoVwyROi 6LU8Ighpx0h4EaH0XowBLitWkIwP4rxJirEELcYwshEiIEWNwcA3Q0hWDSD8MATRRDAFYG0SIgBY jFFyNEag2yDDbF2NcZQn2OjAGeLEUwvA+CRECOMc45SDCzGGKcUItxKizF4LVGgwg/CTEMOUc45i 5h5E6I+PqSCCjxHkO0QojA8i1Fc3QTwqOVCjHGOUcY7x4DmFoKcPxLyij5HsIoUQdGMC5EUJESI2 xvjeD6HoQAjBOiNFoKwWY8h6DzECJET5y9eYzHiPcUwbBUBpDiG4MIYQ6B2EUH8UoqRGiyFkH2Ia mBUjKG0OAaooRWCYbSMkbQ2BuiRDwJER4pxJC9GMLzXpDT6DNEmI8RfAhEheC6GUJQgw2iDFphUR AfxmjOGb2QewzxMDEHGMUbpCSnj4FVmkXAtRLzPFqJ0S4yBVCkFeNEZ4xhOCWEtwkaoihDCBDaIc P4qBli6EKJqNQqRLCrFuLQgw4xpDfG4L4aozRpjZFGJ/TAmREDrp4QYZYyhfidFXCAQoeRhDMGUJ IUgTIXoXgYC5AeIUgXQXIcSzIgwoQeh+4TAYAVAYAYoZAaJSa0aLAb4cpZQZAULLwe4p4e4RgVQP gZiZ4UME6K4WQU4ToUgZoaIZZGYX4e4ngXoY4YjR4gYmQfwZAToYpgoWwQYRgTQWAXLpIVoTwZIZ JPAUwXQVIUYZwYoZIYQU4T4RIeA0izIcgTwSwUoTgYgU4WYaAW7zIhikIeQYAXhygYQYgX4X4Y4Y 4boagYIb4Y4YIX4YQWy1waLwoeodoeYfSHgjAm68ok4tgtgdKnqeo5Yepz7ox34b6GweIhgk4fod Ac69a567prIpIkyvwdKwIc4cQtYfUMggouYdYeAdAkxZwf8QcSgmUVYcYcYcIZIawZrVweSngeYe Qc4docwapPgaQcRA4cAtY0AfYo40qnAbgbIdQbDhAZry5EgZA5Yvodqeweoy4e4eUUohQvAa4Wpk AdodwdwaAbAaT3IgY0jo7oYiQsoeoZz1yJYawcgbgaododAdcN4b5SwRipwTQaQYwZwUpRwVIVYV 4VgY4WwYYYYYQaLXAdwyYZYagcEZwc4bAaYawa8WoZoYoaweYrzlocoaQaQaKxAUoWwVIYIdQdLt YhocIdocgaAaYZq6YhIr4yw0gngfTVweIfAlwdgdgdoaYaYaMVYhgbBJwRoR4SQXIZIX4NwQYNwP QO4PoRwVgTYSwUgWQSYOYUgWwPoTwVgQgTwXIT4YQOsE64BTSML4oTgY4XQVAZwYwbwVROyBweBq 4aIk5AcboiAaYbAZISQRIOwZTN4OAQYOwVwU4WIbKyoYQXQX4WwXIWTIoeQWIXAYKdjhQhAaQZoa wSoTQTiWMMQVYR5BoYYNAMgWANwSIOAUYVYToVwUAVgQoS4RYUwUYVLioVoQYSwQYPYRYPIXo3wK oN4R4VAOgTYQQLoOIXQWoXIMYMwSAWAYoZYTYUgUAUpQoSYRwR4UwSQWgaYZi4ggoeQeQeYWgXwX IYwYAY4Ywa4ZoO4SgPUQoZwbYaoVoXAYgZ75AWwS4VYX6gYXAXYZoQISYVLPwWgcQbwcYR4QoRy9 Yd4XIWIbAZg+oZ4boaQgYZRowLALYLwLINAMYGgL4HgPoNgO4SQW4TxOoTQOILIPYT4JoRQR4RAR xngZAMcIQQQP4SYUIVoVAS4RQTAaptISQPwW4dIdAei8YcoRoQ4PQnUvwiKdoZjPwRgc4cgdQPoR gRwV4WAV4SgUoUwZxd4UgTwSDEIcoQITIUoaEwz3ED4ahf7YIWYTIUYQshoXwNgMYWQOoQYQQYQZ wYAeEK4RwSoTwXYYgXoVAYwWAOASYNIP4RYN4Y784KwOgQwP4LbgQJQOwZAYwZIQIRoUoOAQQTYT YSAVIagaAbQTIQQTQWYUAVy2gcYgwbCC4TgUwTYsQeobIdIbwNoVAO8VYO4WZ1IYQXgRgT4SAZ4W 4YgRoTwQ4T63sFgXpLwbgdgdIdwTQQIUBLIdQQgPgXAVgVgWoVQX78AgQZ4Z4bAPwSgRYVIVAVIK oRYLdWAOgQoW4SASB1gRwTL7wNzoATYSYU4VtfgUAWQRoP7T4VAW4ToSoWIdUBJP4YogYegd4dp1 gT4fIlVKgiAooeo4AYc8Ya9XbjwZIYgVpqKCwbAY7kiSAdj4wW4Ya0yfodAeAWwXwZ4WAVQYwYYZ oXIXr75SUh4Y4aAsYexRQZwbQYQYoYYUQXYVITQZYUQVoU4VUiYZ4T4UwWqYLNAQ4UxnAVSiAap1 wZ71obw9QegbVDJ3wcYeYeEbggodYdAdwU4VwVAXsOwagcga4QwYISIfYpQVIaLJgVdlgXoYQcgZ gb4ZgaAZIc4dAdh8IbpKbo0kAWBDFjIeYU4TIYwSYOwUcybzAgQdYdIeVpobA2IfIXTU4c4dJ5Sf MkAe4d5Mgewdweo5YdwdBKIeaRQZwZ4b4dAcgd6S4co9jstpa6wnqwYbYzUvtkAiQm4qCTwtglUv g9kvgyoe68ohMYwyoq4fV6Is8Ywh9wgfl1olQtQk96wfjL17Arwe0SjL0vhrQhwoAnoyoe0VYe4f a6Qlha17pdZrYll9gm4bN4YW4UgYgcwcgc16eCWCeCmCuC2C+DGDODWDeDmDuD2D+EGEOEWCYdYd 4dgcsXwtQfQc92IdTWgeOGAYgZIZTogb6toa4YQYBd4ZYYKuobYaIZQZpnwmQaIb4bAXQYYZgbwb QbwV4YIYIbhdAYFl43oXQa4bpqwZAa4YwXYagbAbYbobQ7QcobYcQdZ9cS4dbmzIwjAbQdIcAW76 4ZL/j5Aajy4a9QweodCe8deEePwioWBwJJ4cgaUZgW6aAWZJYQ4UgRgabxoSASgTAakh0XYegStX YZAYYZwWQR71IRwSAKQMAIoPgRYOwRwQARAg0GYewPwUQQQUwVKx6MAPISARceIaiMYQYT4XoVIQ YR1aQQATAXwVwY9dobITIUITDDoVw/4aZWwSoY6hywAcwVpOAW4WQXAWIXIVIVoXQU4ZmLAhIagd AbYOoVAQ7YQT4NYLYOIQAMoRjH5G4ZoZI888uP+e4h4XYaAZYRDM6GITgYxorF4YQSYT4SpVQeIX wXDHYTIYd3IegTAUFRwZAZoUp/4TARQRwLQLAHwM4OwLIQoQwQggwzwPwR4OIQgTgUAT4SQVwPgS gQmRwagPCIYRgVzH51gd+PYV4UgY7IYWQTATwT4VoRYWgboYwbhgoSg+oY1twagTIPL/wTQTYQAS AOtMAU9y4cAhIbYdwcQNoWAQ9hwRoLQQwQ4JgQGU4TboYc+fGtwiAeAe4eYNQSoRYSwQIS4oIXIY IWoRgTIRhtgbMxwYIQoWwdAbAdQUgT4WyeFs4VIXgUYTAVATYTASs9oXtlgVY2cGax6X6WQVoVoY QQIUQSOaIYwUwWIVtpoa8r4WzhgagWgURHC08yIY4ZIW4ZocAaQcATITQSYZwY4YE+IaIR4N4QU/ AaMRAcoXQYIWATAVYUohNdwaoQAVwSYVQXQWwYlmoXoSAWwUoSYW0N4ZpK7jmt+84hAm4ZqTBkgc Qm8Swc1y4bykIeocIcN4wcYdsVy7ymsSi7y74zYm3ABAQfodIdId96xVIeQbw86Q4cAyhrJrOAAf S44eMdaBweiwocEcinwc4ZQXgYV6IaWLYXYXQV4b4b4bIhO/vCO/gzTsu+p5T+AdW9HGogodq9Ya BoocAcAcMHQhgeo6weCsYgcvikIecnYl4ewYBeAdAdAbIm4owmHAIf8GYfQTwTgVocAbAcAWAT4V YNAN4NgTwWVMhnWvgXQaQVwYYaAX4YgUYPAVJNQTtVpU/G3O+DIVQT4U+WAVGLwawXkO5zgcAVAU gU4UC/QVgXYWwWATYWIXQPAVGGYX4ZiuYWAWQWgWoUwX19gXuTgbocAYrLwfQXgV4XdjNukVolga OTQRQPYRQQQSgQwQwRwRYRbygVIXPTQVgToZ6goa4X4aQSQLYRoOIPQOkmdDfPHZeCo0wdoXAZIX wQwSyDYPwQQYrnoKoIgLAOISoPgOoSoRILoJoMwYYRgWwR4TYQIUoRwVZDIZIS4Q4VhMofAW4UwT QbgbwY5axowagfAscBYewfARQQYRIXoaIY4UQToVoZkZ4fAqxe4dgaIVIZIV4QtrIRAU4Se32RwZ /Znj+CQaoawaYVwWYVwToWIUgUZupboSANYJIMYSQVr9wU4TwNwNIRgXIQAV4WgUIThkgb2JN4RI y7QbQaAaK54c0YzBAaAexMguYm4gfHAdl+djXBAqFjwfgZJ2YagWoaAdgb4dK49uYyUD95nkHtEU vEYagRYSASPmQUAX0AWsQRxpwZvA4da1oW6SAd4eo1yfIdQeQeIeAq8a4eN+Ihnh4e6QZ/QXgWYv odYWcrbkYUAbQdQb6mgmLxwcgbE+AeB9YbmLwb23YnrpwovUftP1IkgZYaTCgQ4QoOQSQRQNoM4O ASSPQZAboZifYcgOgUQQAeAegeIbgWgaoZgUgX5ooZwW4WAYh2IUwX4WVUIZYYzjW8wggbgcoa4M QOYIuiISQbAcIbIOIN4N4LwQIO4VYZwXVjAyoPIRgUgUoQP9QTYYYc4cIcoV4SwXL1oa32QgCgaL Xa7/g0HhEJhULhkNh0PiERiUTikVi0XirOazKQiKPbNaLSQh/RrmdbsfD6fDuebwM6ePDsebuZaZ Y7ZWbSeDtdq3Sa2Wq+YLdbLjbLXazrdzshT2ez0UahRJlMpWZTRaJ0PZ0OqQQ6wZi7ajOarrnhmP qVPhqTzJSbCZC/XjMWzLdTsdyPRCqYzObMYwGBwWDwmFw0XdTudDQbDOfL6fLIZjJe74fEHfD5fC +aTDez6e7xczxb6+a7aarRcjbczBZbUdrwea/XS4bjibkKebyd6rWiXVCxTb0ej1Y+TYTCYt3dbM YjNeDyeSoWi6U6kYTTWLQVqUSbOXDMcridaXR6wXS2Y2QfOH93v+Hx+Xz+L5+z8/ENfb7fT7fh9I sfT+nqex8H4/x7qcfB6nwdh4niaRqm4bhsm6lT2vpDMNQ3DkOw9D8QRDEURxJEsTRPFEUxVFcWRb F0Xvifp/H6dJ3nRG5yvYhR1nodx7QSdidnSdh2nOdZ1PxAEYMAp58HWcsfKdB52HseZ8Hid55HKc 5yHUeB3n9MKJv6fZ1HSeJ5SshT8H4eJ3HeyElIoyp8nUc50TOdkwn8hU6TMd57QYdEzTxKh6HvJa LHofB7DuUhAE8T5KlaSpZFaWBZFgYRbDaVRBEgUhSDmrhOlEVBomyaxoGMZZrnAbZdOcWBcGaTRV GCY6BnOcseHgehzHIdp6HnDCHHCdJymQbZomabRpnScBznEcBxnFQZyG+cRpG8bBxHcc1MGaXhjG yWxkmMb5yHJA5+GAVpilYThiE+SxVkQRo3FeTxalNUxFkgQo+FSTZwHacqJnue58lgV5mlUWRnsq /p8H2yx8F6VJdHCbJynIcSTJ2bpvGyfuSoUeB4noahnmiSZNk0XxlmiWRaF2apgmiSJblAUxWF4U RTGOaBqmoUJPFmaBir/RKKHnQIzEwOpLEyRRCDCQxWlIXQ5EaPAoEmNIpDYNAtCQLZSksVBhGYZh ZEqWI6k6RZUGgWhGkKWxVlqaI/kyWhSk+XhWuCYRdmLYbLofXh0D4V5IkwXxSmsshJkESpIlKVBF DmOZVF2Wg+GARhREyYRiGGbxEFAVZkGkaB9seWhOleUZGF8QY4EoNY9CiOwsDYTJNk8SRPEmPZSE kaSjIsYpfmwQBCFuS5VGIYxTmdCZ0mMWRenI25S8wYBjGASxFkCzXEoRkp+mcZRnFiVRZkwUxckQ SRLlEQBNigUg1DcI8Q4hRAC2HQkER4khPj1HaPZphFECD3EMIoSQnBUCgC6FcNonRLCiDIJQOYch Mh/EUJQSIbQlBrEoI0VwjhNiiE4I4UYkBFiZFgKsVwiRJCQN8L0SIjxPiPEwJ0NQew5jPGuM8fjJ UGD4T2Q0TYtRRnhF+N8bw4Q7huEuJQT4pg3BvDIKoSoqRDwBhaKAYYyxnibEmKIZAxBlpfHeJQSQ jWaC+D2I0SggxECADoIAQImRICYEaJwRoixTCRGWNMaArhUCuRmP0hqyB0CtFiLOHwohAiQg2IcT 4zhnDSVCJ4bA0xpinFWLcU4phWh6EWHozL6SDjYGyNsRIhBHDRGKNYUYqxZCTE8JsUAhG5Q5E2KN SIpxXqZFwLYXIu4GkWiSP0cQ4R0DaG8NwYQxxnDTGoNcVwzRbjcHMN0d48R4DnG+OgcA3x0jhHIO YZIyhnjjG6OYYAxBii8GSMIWovBbjYGqNgVCoRejGF8KEUgmBrDcGwIsVgrDHj7IaLcYAvhkjSGc OiagmRGCxFwL4YgghJCBGaMcZYqRDCgFiXIgY0Bmi/LiK8Xg0hmDQHItVLI8VjjoV2jcdw7aeTVN wONJ4zRnDQFIKUVUTSGDtLuN0cQ4ksjuFwLUW4uBSCzHMOIcg6R1DoHqcQcagxOiaFIJYUgnD90S ISPMeY9BtDYG4OEa45RuDfHGL9c4yxoDPHikGaw3x51hTMOoetb5nkVHQO8dzfhZUDFeO46SgR6i rGiLoYg2hnn8P4PUfJ+B+1vs8Y8fCix5pZs4LwYouhqDWJ0O0d87xxMoHcNIbo1hXjJGHNEcA5hx qHs8f8dJS0sjyXYOy4Y6x12MS+exKo9RrjYGgLEW4oheDAF1WswxTh7DrG+OolVbDAvrHkPRNB0j 7D6uYxYiA/Ykj6s9Uwhz62Ej2vkRMexshnjKGSWYdg9CnDzHiPMaAtRljYGaNhH8TExH0GGNMaob RSCIEMH0QxzxmwxEoG4TIew0COECMIXFJhODAGGMIawmhLMMFmzsRYrRPiKFGMcZAxoKCeFQKMT4 3CyM0FEOseY7KeDlHGOwco80EiOFcJ8bw6hxDIG4NAQAqxJxhFOOQbo5BYCNFoJ4S4rxqjXG2QoU AoxNi4FgKYPsfBdCrFyMIXQtBvjrWotVIw6BxjjHPO4cabx2i2xEL0aAxx03KGCJkXQ8xzjxTYOe rw7B33KHgO4cI4xwD5dgQodI8h1CNE+HwUgnRPDNGeMYb2ebzVuHePAcA4hvGVQSwkbYyhsjIEeL 1Ow7qwj3rcPMhVkh4ihFOJwb42htTjG6L4ZAsxkjaGU+shQ8ilB9DyG8a43xsibkacIVwpArCUFV R0Xa5kBXiPkMhlYcBOiHEUHgRYuxei+EoIAR4jBUCTbmJgNocw+DXGUNVrIrV+iuKwNUQoiBRKvH IU4eooxZilGeM8ZA8h2juFAJwQgxRoDDEkIgQQyRrjLTIHIUIiBmjiGoMAaAxBEixEkJETwoBmDB GYLgPIqtQirGSMsZxChMCjEuKwVIogwhkCuIwOwgNuiUEuKsRQhhFh8DYI8PYbVPiOFSJwSgoxOM vE8O/ARjx9CqD0J8dg2R0UAG4I8SYmhICfEkHkRgjygi1HqPcepCrFjnEMJcNvQBJBmDyGMPol38 CXFMMsZYye2COFMLYVArxai7FyKbOIbG0CNEqMSbQuqQI7HiO0RQlxBjSGaM0WQkBODDF2K8PomA 793gYQlKo9hICCEcN88YhhRCaGOLMYgjwWh6EMF8QoyhjDPRmnw+g5avjHVUNEYlGRyjmGXzQVou RXquGwMUZgzjKj4TwOIZQwxjTtHSMh915u8kGTuOEYYxRdjhG2N4WYphTrpG6KkUooBKBTBOEyBK BahPBrBzhthws9uQBkhmBohqLlB2BmhTBhhHI9MeMxiEmZBmBvhwBuhbBcBWhNhDhJhOBABGhQBS hHBLhPhGqKBcg3hLBKm/BSBKhVhPushVhdBlhfFAB4hUBNhSrvB0BrIjOnBVBpisBdBehhA+BGA/ B1KnNfh3B1hHBPA+hOhOhMgrAxgvhLhYBWBqKAhABRhEhIhKhJhHhQhJBThWhbhbhYBdhYA4hPBP BKhBhbBVBchbBZBhiFMAB2hWBXA+BuhtBrBlhbhihaBWhShXhdBSD+k5CDqvB1BMhBBNBthuBvBg hnhmBvBtBvhiBMhdhxhphvhrhkhqh+NMEMvQh4BjNBhqCsHYRIiHh3hxh1BuBthpiLE9h8DKrBh5 MwhpMhk9kGB7D/NzCGB3hwRcCjjNFiiGk2BhBchgBcBPBYE7ByhqhshpFprbhwq5lgBzKnKwh6lf B4h9r3Efh7r3B+h8mFByhphxlgJ0BthxhsGRokh+CFHYB8qohtkthyhrCkBnhsBqB3rYBwhyhwhp hnBohvBxBvk3h4puhrSBBvBrBohjhYhIBUqXxdiEkwkaB1BtBtqAO8CnlhjHxoCEq1sBB5kBRaET NahpBKhKBCvSBGhhBkhjhYBaBZBoBgBovwmZBqwPhehvhkBsBOhKhExfR/GOh3E0RIBzyqx2rEys DDh6B5B4Enh0RVR9ysjDhqBkBmt7hIhFhKhGg9hHBEA+hHBCl9BWBsBwhtNwBSg3A2BEhphaBnBa hFhLBpBcBphVhWBZlrFBh3h1BHhIBHu8FESxTIzJEWhsLohLJNNwBOBbBfhdhMBaMdhthshuB0Bu hHhYhOhAm5hsBiBrBmBOBbh1htB0hTBUBUhkBohjDYh2hKnSR1zJzfzgESk2B6kCECx2GSlDh6D7 B8xilGDih7l2B9h7h9B5h0B4qhkfziO8BihnD1j+TgzwTwzxTxzyTyzzTzz0T0z1T1z2T2z3T3z4 EONNh0hchfBWoXBSPJBchVIarBh6EZPmCIl2O8DLRjkFDLSWB/k9mEh7zkx9E+jLB5UGxIDPzpj9 uxE1j/EBIkkZqwh7BpFcsAP2n1EZpXr7iEn1rgSViGiTh4FMhpkEh9UTz1BsJ5BshnhrSFByEvh5 CD0AR1k4kjh5hYhchoGEzmMGiKH1lshuBGhAhDBsK4gyA9AwusBOBZBlhehiBghhhshyBtCFEZB+ haBfBdBgjwhZhWhpqEF3BUhdqShnhkp8BhBZhnBJn9BSsuhgBihbGhDJhpBlBKOhhHBahPhXBZhY hCBbBIBcq+BUhfhiCFBvBqBwBaBVhmhehihphIhNBRBLhEhRB2CzB4B2B6wdhqhlBphkhPBShILf Ecj+BoDUBYhnheheBdhfBOBWBQhsBxjciGB0FrBEA7BYn2y6wEBlBgBpDxhyUwj8CCBnDkhhhaBg KrhiBdBphwBsxEVMhkBhhxE7Bdn3BrhkBpkfh7B2B5CWB4FAzlFeKnEakEh8KnSEB1B5h11SI3Ui v1F2CFMWBPhNBQg9BOIZpGhpxuTkhX0yhdBUhgCxhyA4A/BRqahsj/SwjEBzBwhHhCg+q5hvg9BI A+BLBZhSAVA8glhJhLhMhOhehTR+D8A8BSBGtrhvBchahrhODsJAhRBIhDBLBNhLhOBOhChag8go hHhdhdhYhFhCA4BQwgA1hBg4g6BHBABahkBghBwyg3BPA9hRCgv/hfCFBshqhvg9gzhVApAvJWt6 hLA/hRh1hyB11UByBOBBhbhfBhBeBIBEA3BXBQhYvFBog5BEg8g9BUhFhJhTMYhQhHhZhqheCGld h0hShOhdEsh6hCsvBchZBfBRhRBRCFV0h2BRhWBLA/A0g/gyA3g6vHhWg7hNBDg2BPhCBLF4hCBS o5BQhYBbhGBOPFhnBChWhNBaBUhnBhhdBrg8TGOBHbhDBGBeDlBvhsB1FNBbi0g5hQhIBMh6FfCF BVBcKKBdhiBInZBRBbBXBNBMBDBoBoBohFhUsvBIhVhfsUA+hFhQvZUZiJrzB3sTBcClB4D1GYmi A5hUBGhXplzFCmSQkwhkhthpBehjvkBhBuhWhahhKChhhYBQhcBXpTBbBRheg4goBKhRhahVhVBX BRBWhOBXBDhLBKBXBgBYluhuhahiBkBWBjBaA/o5BShY1IvaEChfhbBrhcp9GZBoBkhghsP2MjB5 BVhMBghPhThUhMhLg9hiBWhmhmBeBohMwfhYKDDGBsvPBcBrh01fiF0EMThrBhBlBuBQBZBWBVGM 4ihj1JB1BwBMBWwVA/BKBIA+hTBehlhihGBShMoBhJBbhbLqhahUhNBTBYuBCBBtBrg1hXBCBPBR 4kBchpg6hCBHs4hmgvgtA9Bb1vEzB4hkBqhnhMBZBNxMBr0ZwEh1M4BghDhQhIhchjhghMBVBLKx hxhVBlhcqPhjzEhZ4kBmBphpD92LiLH1jNR2IkmEsGB/GKB8h3tVxZjBzHrKPahshmuFjPk2LTjd jpL6CVB3h6h4kthzBdBchfh0CzDBjNB9idxzSththuhph2ByLJEHTjEHB4B9EDiJh5CnhvhzGDiD GnK4LbDQSZH1h0kiilh253EGDNB5Kwh4teNYmLEsytrDh9B+h9hkhwhoBmCkB0kziNFjhyh3hoBp BtBilmK4kcj+ks52qwmETjUIin0xEOEjh1BmPymDRABNBRp2Bx2LDdKwhulqCLLJB5BvqoCLLSBP BcBRBXBlhcFBh0hRhNBdKnNdECB0xbh3Bz4GCEZ0BeBZBdMBh457jHhxl0hyhvTYhuhwhgMahvq8 BqGNg6t6hpBshohxapBahNhZDQDNCnJ3MmilhKBOhKBmrXB7DNUcht5266D41Mnt5GtIrYDihwBw hzBjrpBSpkRThlankWhvBqpaBFBEBwK7hAg+g8BoRTEyCFGVhshXBXhck9hpheBnhXBShYa2B3iF BihhhiBahWhbBuxTBIhUhGhOhZBbpzNfCEsmhxA3y1hfhihiK1hBg7hVa8h1QGBmBUBNBWhMg+hH hePWBThZBSJuBqBJg8BGEuVmiGBZBVBWlQGgBVBXhIBVBJhQBdhXBVBWBYhQhMBShDg3G5BHBPs3 hfhPhMBUhrSTA9hHhLLBh5h1EuhMg7BL0Gh7Bw7E8JWQhQBLBEA4hDUtBhBzh2h1hFBQhGBuByhu k76xBOpkYZBQG3ighdBgBdheBehRhbhtht0wCElGB7sKBFBUhUhTLJB4BDhWBSBRXSgjgvgrBFBP hOS6hsxIEXB0lrBGg+hGh0NThFBBA/pxBvx05oiDVfBzQsqlkZC6BnBQoZquBxCFCQhpWnhRhohl hjBMBNhAhChQhQrWhwGTkqhCBRBNkHh6E9hMhKBXyFh5BkTumGBaBGA1hAung8BJBRBFBUBWthg9 BLB1KxiGhOBDhNJlhcgvgjglg1BEA2BWhkhd8vhUhahOBZhHA0hGHBhb4L2FBfBfB1qvHhBKhqhr BkKnB1hVBHhRlGB8BShcBOhIBNBCgyhHFPhBJOiQO7h7xLBChpqADjhmHSBSBJg1BKA0WjnThghF hEBEBZBHBYiNhoiFE9hOhOBPrXBriUh82JINhUhYgogvAy5UhgIG9vRTBuj/h9zQhr1Kc0aECEsh B3BehdBjPlhtBkCcBLhUh1EzCFByBvBwBjhfBbhvv6hfUiBR0+BtFraOh5k96Dh9hr7EkyB9bMje B6LQB4EvtHB0llhsBXBYcrhXhQhmBlhjhehUBfPQ0eiGBghXhfhpBnhnBUOmBQF4hgBrvzk8BgBN XOA/BVjeE0lhj90ZEwziLBkqk2SUE918B1Bo6VhoBthrByLemhhrT/BXBdhWGPBxtCh1dwhXhgBJ hfBQfKiCBthXBYhVhgBQhdhwBqQMCFrbhsNJh3D+B9eiBuDXhrhzhzB1DM0EkV0RBqp1qbh0n1k2 H1leB1eZBwMBB5E3B1hvIqB3emGSh/fdn16TmSx9L3D8MAB6Bvhueeh0Bykthzm+hH6+Bvk0B4ii huryh6BqhUaWBYhmGUB2NMB8BoRCKIj5efhlhuhofZBtBjhqtFB40PB3E3iGiAP1/P1zuhzORxON 8vl8ONzt50OtzPyKPuKPyLQx8uJvuOIuh/SF/yOQv52u92OBxuN4vN5r5gMZkM5jvt9PqRzl/r5Q qpoMZfNNlslRptHRCJv1+vylxeSzqoVGpVOqVWoM5rNIzI5BrVWrthMxiJxNp9TrFWIBRpVUrBYK pLKReKpTpxOJZjzNhL5iJpNqRSqpQLlbJVptVjrVOrBXKBSLJfK5FI5EINTJlhMhjnNAnhrNtsNN stRGKi4q1bMRLLlmKFfu13Ohzup0J5YJ55vV5tVttZqtZjuVzN9lL9jtxnNh9Ph8VFsN1uumIuly uhaLJZI5UJGmPxNIlKtRYsllLxjq5IrDoN2Lzl2vBwqhToFmMdjtFjMtWq9QIxNEYTBUlEQRNk4S pIkyQRKkQSRCEkQpOEOeR6nknJ8HoexSE6SJYleWxMk4UZDkASJvnCcCnqgV5IFOYBalqYhgl6RY +j8P5Sk+Zxsm0ShaE8UpMlKcRwnIq0jSPJCdGmZ5mk0UZMJyTJcFYR5LkiXBfF0NhPD4UhbFcT5Q EqY5QFibD6ouShNkm/ZaFGV5RliVZFyyUBAjMOxhlmW5cl4VZMFISZDFMSxeGMY5HkERptm+bZOl aURElKSJHk6UJjlaWpolUYp6pOeR5HiTBREgcR0HEPBID4whMlEUw/EMPxClSRpQHCaptKiR5Kke Qg8kKP5AkISg6kOPRHj+ix9kQTBEGuY5lGIvZWEsVBQFKTZ0HYcycnsep4L2UhMEoSBmFyYpZFFU hMkCQ5Dj+PpGj+RBAEKIItiiUhHk2aRsmm9qRnyeZ7liR5JGAUxcFCS5SkkShLnklyqFuUBamEW6 YGUYBJkkSRBlOTZal+XAzECPJcFeWhwnEcUk5dl6onmeJ5HIcxwpyapyG6WBXlYcZrHCP5YEcXRl mCdZ3vech12+eCSmeaZnF2XJhmkahqF+XRUGybJhlyVhaGGXxhHcdR1HIcpxG6c5wHeeh5m8bpvG 1uaPmYbJnm4cZvnseR6HOahxHmdZ2nse58GEYhhnZpJFE6SBYlQThdlqTZNlCTRSlKUhumkbaomI Xpej8M49C+Pw2l6WxcFXL6KH62xUmOWRhGH0JZlqWBWlgWR1nWdCcn0e57HIcJqNoch7nqe5tG2a qVm2YhcLmXZSloVZWFWWpbm8aZtW0dKopLbfis+c5xHKYJjl9Ix4ngeOuGscBzm+b+WG4c5x8IdZ Sl4WwxxeDAH0PU5rMIDJHJKPsmxJR9QKKUP0nJAh+jlHcOlgY9CSjpGiOQaYtxfwJgUMsYY2Bwjh HWNIYoyB1jnHDA8fA9x9EYH4VF5Y9hZCqFqOYcw6IHj3IYd1mD7x3nSHQPlwz733vueEPkdLZ0MD 0Hy4cebER2jyHecw5hDFlPDHuOobQ5xyjTHA35UDESKpJgeRYnDAR9D5HMOoc53SNQKH2QsfIzBp jbcPGsnRJR8xtkAimA8g5CQGHgPAdQqxZieGaM0Z4mhWigF8LwX4vRoFhG0NEO4lQ+idFiKYc7SB 1jWHOL8QQox6DvHsLQXAvxHCEE0NQZY2RkLSHQOR7owhiigEmLccg31uFQgeJwQgnDRjaHIOccwk hTiYFMMIVwumqjOF0M0eo6h5D7hhIgeDfh4x/H0R9bw9B6DwNgOseJSh/ClFWI5Dwrx1jsHaVGMq ZRTiXFqJwbA3hyDCFWjEP4sx4jxHePdw49qESHHi0gdhzJyjuHNOUeA3ByjXLkJgdw8R3UUHCKkX IrhljXGeJkUgmxtDaG4OQdQ5RFCcFOOIbA5Rti4MONAZtIhvCwFyLcU4mRYvKgLIWoVQyqjtHiOp doaQzBmDIE4OQZA7hqD0J0XYpg3ieEAG8SQgnGSqHwPkdo2R0jCEALQddYhXy9E0J8WI0m7lRGyM oZohw9izGmM1m5UxRCMFEN0bQ4GUiwEsJoTwYBGBwDYH4TgyJqjuG6OsWwsBWC7FWL0T4thTC7F0 MIQglREidE4H9dIfxnjFGnA4ToqREjJGQL+hA9ion5GKJgTgoQwCHDWH8SYpBcipGMLkOQqBQilE eLkVYvBZMiEgI0UQgRKCEFoLQTIqhRhxFwKcWgzBmDIECJgNo1xvDXGuOMcAbxJiBGcNcaIfBVCJ GMMQYo8R6DyWGJYYgqxii7EALETglBACoEWi0XAyxFCHFDfO2FRMFYLJIQNoyWBgC3FGLQV4nxOi sR6KMSYvU3i5F9IIeg6R5DbFqNMfMULGDSFGLYWg4xwjnKiOYbg2UBDIHCN8d5VBhi7GIREd40cg CqFNIsWIpBGmLHePIe0EhJClEUMAXIwRMirFQKYUotxL5WGWMwYAxRbCgFQJUVZzB9i8F8KwX4tR XwVHgVGEo3xWirFuJ8VYoROCtFyKMT4wRhCFp2MMWQlw2iUGWNEa4hUIHGGNmnNAvhSkLH0N0aY2 BK2hHcPAddKh3B9FUJgbY3BuZ7FUNa8I9ojC0GILkoAzhgCbGAK0TwmxljCGSKQUwtA9iLEmPZge DNfa/hoPYfA6B2jrHyPyPkg4Gj7OEOUptQiMD7UaN2r4+Zuj1KYQIkJvBpC4EoLMVYphhjnHSO8Y oyxljcHCNsbY2RljmG6OCdRNh8jsHWOk6A4B6j1wSVLUw9hqDgG3uQeA9h3IUHoPEcA1Btzgkc90 bI3W0jlZWy1gLh3/iqPuL6P4+x3RTkEVQ5jwh5IXZm30eq/hvDVG6N+B+vorDxIQOQi43lTR/hns AqhC9hjnHIboeo0xrDTF/AEZQ3BoDeUZK0XIu7tC7F8NAcIxRuPKHsNoY0tBljbGkNgbgpxYCr34 PUbo2BnDNGANkdQ6R6DVG+UIZgwqBoVKgzIeQgw4B9SyL2bo8hjjMG0N0YI2B2ERHMNkco8x3j1H KOod0yYdQrG890bdN0KbD7WOpbYnhKChGGMkY40hoDSGT0gYAwhgDIGaMkMwlw5n34bDEqJCR3C9 9C80bzIhb5bGROQeYyBhjiEgJ4SIshjCpKjDKHctx2kTIp8mGI8ByxV4SO8eA8xzOMn4OEVQtxWn 1GYPCIaoB7jpHWPAYw0fUjGGHFwqI0BjjLEOHgQoyChh2ESJ7oozB3jiHWGUGgGKGuGIGsHsHoHu 18xeG+z0EmFAEiE+D8EcEKFQFSwAFME6FMECEWD8EyD2DIRGEiE8FwGAD8FkPqGUEsQKcIHkZYHO EEEWEaHGHEHIEgEUD2FSEuFiGIGAG4EmFgEuFSFmE20uHcKivkHgESD8D0HE4iHGHIHQEEEkFeGO EgF6HGGMG6JyHUoGDeEfAgEGK4EWEeE4EcEqFMUqGWF+GsDyD4EMFQFkE6D4DSDmDuD+D+JkGQDY EKD2EUEwEYFCSeDCFUDs8cnSKUJygUH4Fq6cDnD/BgE8ucEQFELsGQGQGMEEDuFwE2FMFOFSGGFe KibMHdDYECE0FiFAwoFKEYFqEkGKGiGUOA+AEoU0SWEwE8FeD2pIEuFEFWEOEsEeGUGOGSFeFUEa E+EwGGEoEsFwDUEeDYEqEoESHKI6KiGSGeGMFCEUVKHMHGEAEkEmzSFwFuEQFIEEEGDiFEFIFghK xgwYEuF4FKEgFCEQESDqSrE4EqEuEsEmE+E+GKFUFYFuzUFqGMGKFRIINUFmG0GmGuLYFIGYGaG4 G+G4HUEsNsHY8cFKFQE6G0GoGgHvAOGWGaNaFAES/MmCJ0HsH0HsFGFEEqGUbGmSHOEYsuFuwurP JQd8HoEEEAFmEGEMFKEQEMFaEgD+EyFvIAGSGIGyEaDgFPJAHsFEEoE+c2FoFmF4ywFGFCFaGOFo 4kG4D0F+EgGSGqGu46JyoMH0FcFkGGE2E6F8TUFiE0eyswFiGcGiGeEsEiGKE0EaFiF0/YxiHUHW EcESEgheHuFIEYEOEgFeEkF0GSGBCcHAF8EOFcFsFGFcEYEkFW8+GokoGaFkUMaeGSF2EyEQFQKy G+EaFQExLKGYjOKgG2HIGyFQEu0IGcGUEeFUE0GSGYGKF0J6FcEyE2GUMOJu5ywWHIogGWGmGKGo GkGsGYGoGeESWaGUGeGWjqHyHcHciqW834ocHqH6H2H6b8HqHebcheH2HmHoHw20eWieHmKWH67m b8acJEKmHwoQo0HeWU+ub6VCIGggJGN0HwGkGUHGGoGsHMGvQYHIHI7YHm+uHkeYrxPoN1PcIWYi QmeGnQHYjoHgHuHkHcYinUKioMrAHavmYGNycMQwJuH0imrAHUYGOYhoHwHqGpIWgeGoGKGgFeFu ZUHc8aHeVOGeG0qOHgR2HKpOHO32iMhhLQQwHZCeJKbc+unK5CJIKUnKoG7mN054hfAMJcm7PmIE 19FeGk80HYJyGiNGccEWWU/OHfCdJQZgnk8eHOHPESKi3sHYF4GQF4HEHAGyqEHWHCHU5XUK5YF0 FiGYd8Hm0gHMHKHYVA8U/OHMHAHcijSiHsHQHGHSoQqDFCHcHWG7U0HKbTM+GGm0gGcMhKHWJyHo 33VUHWheHyKijUGaGcGCeUHmKoJKIu2051WLWMJzGiLWFIElGCF4HCI8D4EsESWUFMGUFqFOF8GC JQHeGWGdOcGgGoGi9GEMF8E2FeF2F6HBQiECEcFAFwz4iwgiKUFZXcEoE6E8JUG6G4GkpSfmFCuM EGFWE6GAGuGdS2H+GgGUGiEAFCEgEsFSFTH6F0EGEkFkEyFSFWEyEqFaE0zAFOEcFbOGGIpsGmFk FYFCE6EeTKt8deJyHm3sLgE4lmGgHIvIFaQYHulUGiGqGyFmFwGIIsH4ElK0EyEwFaF8FaGKGkGE GiFlH8F2FgGIEMEcDaFwd2NoHZE6FEFwlq1NVzWPbBbAEgD6FsGYYsKKEOlwHYEAEyE0WUFqGsF+ EKXS7iGYD4DyEeDUD8EuEuDWEMD4w1BEFdOmGuFcF4GcDo+G0uxyJGgeFIEqGGFWE4xYFwFUckFI ESEiFMDaEmD0GOGeGgHMNhYOGwGGGqFyMg6iGQFeF8F+D4EwFsDuEoE8FQFKFsGw4YFyFEFoHgHY HiJKp4E0FqFWFabYJBPyH+ogHUFYEKFAfqxeIkQMESHsZm8QG+E2FcFYgaH4DyEpDe1QfOHUGKFg OMF8GqEIDVEgEqDgHgOk4OHgE1N4E6FtNSHAG+GiGkGvbDf21+FwFMGaFILokaGBRyHyG0I620Gd QUFamoGQGSGaEiEUTEE5EmD0EMD0EUEQEqGEFIHOHaHYGobWGqoo5eKgGaGCG8GsGM64+AFKuGE9 Y2E4FcE9QjTuKmHgHOHeFiF4F0FY26HMd8GwHAHSIcHUGyGiG8m5SqHQJsj5RIHY0kGwQoHqKjPp UKG+GrLKjeHSFqF8FSiiHqHCW2FmGKGAJKHEHOHYGuGkG9VoHwGqrlhSHEFqE8GGF6GKFoGMFsFu jAHQFgF6FkFSZQ+yHWfRhtf5kRkSJ0nJU+3KHZO6HEn4G+6SwU2OH0mAHKHjd9kVk5k7k9k/lBlD lFlHlJlLlNlPlRlTlVlXlZlbldlflgKgjs4oHGgefOHOGjIW6UG9KgJaHmUYHA4mHgHAHQHpUsHl RqJyJKHHG4hKGmG+G65Y4YoI+lkKgUjaI0JukEj9O3m0JDTqHSZW2oOZCcZWG+HIJaHkROGqVAIl nPmoI9mg6UG7UI2XmUJDRiHwOWglf2ge4lMmHJQGjoq+HwiAKsgSga2q54JvoJn0j+kEPeHdmeG2 xuHGNgHaG84iHcHfU43oJvhLf4HefcEkESEbUIHAv8EcDCDiDcFdHVUcF4EwFwFImiFwGsvSFeDQ EoFsEeFCGcFIGQgiIGSIsAFWD+vgFSE0D4uKFiFqEcFOEEGCF1OCFCE8GEGOGNU7Vm32EKFNc0Re puGsGsFqGQFmFCE2Gw4jYwFQGmGgGuJOHcE2ErCWG6GiEKDYD2FIEWEwDcD6CuFWwrgOG6HyJsJy HWIcFgE4FVB0f/raGCGSGKG8GKGq5WGsGoGQGhBkHQGcGSGoPyhVVMSS2yFAFayGFQFeHqJaFsE6 FcFgGAZUHaHLmUIEHEG0vEGYGihWHcFgFOFyFbKsF6GCFsGKGDEmEqEUkuGWhkJzh4FqEWFAEoGk agEhZOFQeyESE+EeEOFYEqMeFejwGTk6F6FeF0DqEED0EnKkDcDyDypKFEGwGMGmfwG+FiRkEuE7 F4C4EsDoDEC+GOFCGAKoF4ww5aGME+ELvSEwEyDwE4DQFMFGFQEkEUEkGcHCGtCMoGDKEUDoFCFs cjh4G8F+GqGKE4FnVoHs9GGnNaFmHaHUHeEqEmEWbYG+DiDSDeDGCoC6CWC4BcFeFOE0FpE6QncY H+HUHCHKFsEoFUdaFeHCh0DuEmEQGiJmFGEgaIFiFsE8EwFYEcEVIsFIFCFiskZgFKzyFuFltQYi F0EmFYFUFmFdi2eCHqHyFuEaFGGOF2GAHgHQHgEmEoEzZCFwHTxbVWciEgKoGBSCEgE+EaG+G8G4 DwFOEqFuGMGAD0EgEKDAEyDgE2FmFUFEFkFPk6oWHaEWEcECGoG4GuEmEcEo3Ih4KUGqHCGwbCGD LcFSGIEJyyEwEiGJfJwFzaHAHAGeFXXstaF2EKFhryFVgCE6SEOoYAH++uHiDUESDkMeFoFcFvKW FgGgGIEmFoHi3KGmGoGwRAFsHKHAHMEUEaELiwGsuIEfhgEuDkDyCsFMFSEmEyEGEHo4fCJGcOHu HMG8HGD8EmEGG2HGG8EGEqE+GyG4G8FaECEuFeEizsEKFFgwEaETKmF8s0HaHaHAhXCyKmIuEwFq E+FMFeFMnAVOHKEqFEEwF81nnuJMHKHSGKFaF+GmFUGXJoEoGNs75AHamSGiF+Fj0OKmGSSwGSF8 FuJyFH6OFCFThd2cDIEqDmE4d5K2Fpk7QGVCHgjoaSHghqJuH3g83xZrPSvmHMfeJPS+0goMh8IW oIoKb6o1O6/OcZVOHAG7jKGCpuGkjsJyj+HyGRQQHEHMHOGs4kHvffjSHkPejAHT0GHaimHnQgHE isHWgqHMHe/Od+HQHSW2Nk2c+eJHpEHeGnc/V4Gd8LLmGJycHaGgFGF4HIGSGyF4E+GAFQFyFOF+ GU0WF2F4GUGZrYGiFqKo20nRg+HgHc2EHsGqGaGiu2GaJaHiJyH5sIHEGEGuMiFkHAGWG8GopEGX ONX0G6QwHaxcGgKoeUgIW8Qsjb8o7YJaGQGsGSG8Oqe8HHk6geIA22w218y2QzWOzEqq1Gulsw0u qVQhVMlESl1mpzkpGksmO33A3lgrlyr1etEejkyllMll6u0kxVsrFEk1qpk2o2c2mO+n2+mC02W2 m23V4xmG1HK2X9TX7T2a12+yl+0W4vWkulEsV4mFutl6vVGpFekVCkGSxVes0+glmpF8mUWnmg0G KrFqqWO02YxWSyna7Xe/8JhcK6XY8HM5nc4GA2HQ13C32M2n0/H2/M09Xs9Wy2GY9Hi7HS5XSzmM 1WKzV28HhiXi7869XQ53Q4XU5cC7WKzGOwmay10wGY7sY4nK3m62Wzhudz+h0el0+p1et1Hw93uo 0mo1kvYKx2SfUcj1OnFahUIkT0m0Ka0GozsSEK1VezXq8HoqkitVgV5djAL48CQK4lEQPwvlcSY+ mIW5fjqMRDEYTY8moZhokoUhJksRhNFEW5ZjcVw9H2fp9nufB8EWTpZlyWpnnmcx4mYYRlmIURfF wYxjkqShUDoPw6smbhblIQh1HEchEDiUpml0XRNEwRRJE8RxdmGYDYni550HidRJFMUhMEgVxMiC RRNjqRRXEMUznuWbI8DkNZglmUQ6CuOYuCmVBQliTJhl0WBIEeShNE6UYvi6NxGpwP47EKOo2jmS pSFYPZBFAYRNF6WhRFSa5rGkapwm6X6+OvVVV1ZVrpqafx4HaeBWR0RhJEeQxEEcTRMkwSpCkgQZ JEOZ5sHAQw8lacpoHGeh3HgXxEFsV5YmELAuEUNxCD2N41DaWkyFyU5dkiOq8FsUI5juNBpmeaJG ka8pPE4MJSjpEx91gc51niXxWmeaBVGeYhkmAXRTlmjxjEMTRVD0P49HGbpulmVxAnWchykiO6SF aUxVlkTJyHSckPk6vxkOebR0m8PhQkWT5QmERockYRAxDUTZCEc55tmmaoyDSLpAkILg7inPInoY XZQloW5REAO5CCkMYyCSIwplbao3i8NYwioLo7EoRksIQRReGqVpmVgXRjGiTBZFpV26bruzoswf RpGKYpVpMY5nmUaBqGoYprmUb6QKIbh8HyfZoGUbhxmUbp3tsdJpnSdJ1HeYZhmibRwnAbBnmudZ xnIaBkm4bptHWdh2HIV5Wkw7J7lQW5WGUapnkuXxSH4fp+HyfR8mEZxllWVZiHEaJwnQdh0HIcJx HEdZ1mwchyGma5qnqeZ5m+cJpnye57HGbhzGaZ5jSUbpjF6YhPFcUhunGb7nsYc4+lMRBHibFuKk OwqhjDAF4K4WQrWfDXGuIsSQiFRDQFWJEUgixCDCFCKYUY1RtjOEqIISAghIiKCiFILAnBOCdDkI MOIlxJiaFywYag2xtDcFsNQdI0ByGFdYOoYw0Btt3iFENVqsDNRHH4rCIjdlYFPiSU14JTx/PCeE rCIxmjMxPH9EswsV4kRKOcrAcI6xyjcHEOkfLjh+xTKeP0549nzDnHUOdWCXx3D5HxFmJA6ByjoN cPEbg2xuDaG8NwcjlojxtitGuKcWzCD0HoPlaA9YuSVktJeTEmZNSbk5J2T0n5QShlFKOUkpZTSn lRKmVUq5WStldK+WEsZZSzlpLWW0t5cS5l1LuXkvZfS/mBMGYUw5iTFmNMeZEyZlTLmZM2Z0z5oH UICACmVuZHN0cmVhbQplbmRvYmoKMTMgMCBvYmoKMTc0NDEKZW5kb2JqCjE0IDAgb2JqCjw8Ci9M ZW5ndGggMTUgMCBSCj4+CnN0cmVhbQr///84WEqqsp6Juwg9/1vL5X1e8zYLlUD5mu0qVjJb+4c3 M+CB3ZMgZ08ppU6FcDMCzyY52rt61FZn/q2ZWqghkdsBE7mUMyDjXMUy4TZl5AWMHeBIl7Sf/7JM mA30up/PvLKJUOWpNEJvZySmzAirWSaLor4/Qb3yjVYAghCfUsxS2x03hVJ69bmfm4aoRt/O0oKN EsNKBVGhBdOxpSV+9wGcL4buqXuoSRYu8V0Ovy+QTEFTl0elOEx46vKeaemfBRgl88Kgmwu3yv0U 2LxEaQmGvaHNYtka2sQMeC31GDIOPSbR3sLdlozaqmWW786gdYtBQu0bXcjfaUEMX1k+bpdkP3Ym HAyz9rcYjabmLRxyb19firwnaSZodoXCtPRZGTPQQFDd80aUDNQ78wJYZXG3xPx07GaaVdwgF5EU capIQeuYHt/fs+uz7961R0Qn/wgjc/WJDkpmL2L3Q9OijBWNJDNsBOdYt9Y3bR17lByEt5B5QZ7D p80mnhH5QJ4OzsNCO8cplH8Ay+weR4A7yzjLRXpqCSE3L8BJKAHnN9CqegtypJ/xpGvdw7Je/n6W ycMQM80ya/zztSX0nF3ER9fQuntwqyDbiOOO5uENfavRjt+ewUuatADAqJ0dbeX0Pp9wrkqRitN0 GLpWJjcC98bhloctMDst8OTLDlKwApBPcz6aBMlteOIozwhf0gAmtJat4cfpD7jO2sYgi8ix2jvw dT+547ibC4ija1qkkQ46P+8BKP659tl/F2RIyD+EuLTEcph9DaMFsQ5gVaBuj99ekQddSv42yhWb Et7alpePWwkn2BbL3cfZPR16rKxZCz1haIhgn1J2OmVUFPvro1f0yy8Llg3ScEvw6vidRAPbpmtj Bgq2fEUb0VkXvf1uscmdvF+rj8/2gLruHf/x+KVdXKtnEiisLfkGRLYEsmjNUCUs+7X88jW34FK2 0ktbL6cHl7kvROYpSyvgT91JHC5uSSkkRhtZ/fystM73EP6eF5VYR9k+cSRqUnRHm5AKZW5kc3Ry ZWFtCmVuZG9iagoxNSAwIG9iago3NjgKZW5kb2JqCnhyZWYKMCAxNgowMDAwMDAwMDAwIDY1NTM1 IGYgCjAwMDAwMDAwMTAgMDAwMDAgbiAKMDAwMDAwMDE4NSAwMDAwMCBuIAowMDAwMDAwMjM0IDAw MDAwIG4gCjAwMDAwMDAyOTMgMDAwMDAgbiAKMDAwMDAwMDQ5NyAwMDAwMCBuIAowMDAwMDAwNTgw IDAwMDAwIG4gCjAwMDAwMDA1OTggMDAwMDAgbiAKMDAwMDAwMDYzNiAwMDAwMCBuIAowMDAwMDAw NzQ0IDAwMDAwIG4gCjAwMDAwMTE5MzMgMDAwMDAgbiAKMDAwMDAxMTk1NSAwMDAwMCBuIAowMDAw MDEyMDA2IDAwMDAwIG4gCjAwMDAwMjk1ODcgMDAwMDAgbiAKMDAwMDAyOTYwOSAwMDAwMCBuIAow MDAwMDMwNDMyIDAwMDAwIG4gCnRyYWlsZXIKPDwKL1NpemUgMTYKL0luZm8gMSAwIFIKL1Jvb3Qg MiAwIFIKPj4Kc3RhcnR4cmVmCjMwNDUyCiUlRU9GCg== --------------060005080101040106020705-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 11:30:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6829216A535 for ; Sun, 8 Jul 2007 11:30:13 +0000 (UTC) (envelope-from aharrison@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 289EB13C468 for ; Sun, 8 Jul 2007 11:30:12 +0000 (UTC) (envelope-from aharrison@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1220658pye for ; Sun, 08 Jul 2007 04:30:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fBMWcyoIexlQmOhU7jzRB8Iu03/YTvzvgl5y08ytNFa5pYXqQeHMYPb5pfxo/WTO0MUPD21VtKXSVjOQhopwfYZg5mFK1ATDbwo3n1cWkYrAYzPus2Wywz3LCrCCZyKMs6skQCNUuNmbtJ55B5GS7ynCKQblwN5c7ElKlP0c/zY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W88oKGEOjIOZix6pSxWonA2SYw839fwPK41BV9TXEALvy/IqFeodo+nQmF48o9+oMem4bY3LcEf+6OPJpmhCPXjS1602syIblYYicHPwxVEuogs5Egy7H/gN074Fv98bps4vOIUbhb8xxKmyz/0CB/yQy2IHZgmu1pyhwoCKor0= Received: by 10.64.143.12 with SMTP id q12mr3302818qbd.1183894212328; Sun, 08 Jul 2007 04:30:12 -0700 (PDT) Received: by 10.65.211.8 with HTTP; Sun, 8 Jul 2007 04:30:12 -0700 (PDT) Message-ID: Date: Sun, 8 Jul 2007 07:30:12 -0400 From: "Andy Harrison" To: "Lisa Casey" In-Reply-To: <003701c7c0ac$f7a6f350$d5b9bfcf@lisac> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <003701c7c0ac$f7a6f350$d5b9bfcf@lisac> Cc: freebsd-questions@freebsd.org Subject: Re: passwd file and user accounts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 11:30:13 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 7/7/07, Lisa Casey wrote: > I suppose I cannot simply copy /etc/passwd, /etc/group and /home from the > Redhat computer to the FreeBSD computer due to the password hash in > /etc/passwd. Am I correct on this? Would it be possible to copy /etc/passwd > then (before the new system goes "live") reset all the passwords with the > passwd command? That might be easier than adding in close to 700 accounts > using adduser. Does anyone have a better idea of how I might go about > doing this? The other answers to your question are more informative, but I just thought I'd point out the chpass command. I no longer have access to the script I wrote before, but it wasn't difficult. I just wrote a little script that read the passwd and shadow files, ignored the system accounts, and then constructed a valid line for the master.passwd file, then just fed it to the system with chpass -a "$new_entry" - -- Andy Harrison public key: 0x67518262 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: http://firegpg.tuxfamily.org iD8DBQFGkMryNTm8fWdRgmIRAl7+AJ0SHBQGrtESAgj3uAyCvj0y57fReACgw5po Ueuco3rkR/VseXPMqOjzb+4= =d8g0 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 12:40:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D9D616A41F for ; Sun, 8 Jul 2007 12:40:07 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: from web34405.mail.mud.yahoo.com (web34405.mail.mud.yahoo.com [66.163.178.154]) by mx1.freebsd.org (Postfix) with SMTP id 4C36913C457 for ; Sun, 8 Jul 2007 12:40:07 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: (qmail 7901 invoked by uid 60001); 8 Jul 2007 12:13:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=uaenedRZ0iaklDNuHZNI/Jvqwf/SV2vqslfg1JoibjfPi+3m3DpOUocxi0M+wKvoGKKCUD7/Nazs4u7M7V/0osmcXpHHEYNA4s//z1ulSyOaG9WceGfPL3cDtyiDHZh6IRpl1d0GkAvLn9IkjTiFdz03xJvgIqHGQcD7m1G6r04=; X-YMail-OSG: KPndr2kVM1kANekWpbZFjVRlqwu2V0YPwz6S5MmMo4el33Rzwf2Tu7ZxN0uajjJsx8l6QCV.IpZTSkN9xgs45x8dlblnoq0euweLRJWInDxqM6e_oF51sQCaf4gdlg-- Received: from [67.189.184.224] by web34405.mail.mud.yahoo.com via HTTP; Sun, 08 Jul 2007 05:13:25 PDT Date: Sun, 8 Jul 2007 05:13:25 -0700 (PDT) From: White Hat To: FreeBSD Users Questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <500743.5089.qm@web34405.mail.mud.yahoo.com> Subject: Build Failure: "claws-mail-etpan_privacy-0.15.5_8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 12:40:07 -0000 I just installed the newest version of Claws-Mail. When attempting to install "claws-mail-etpan_privacy-0.15.5_8", the build fails. Other add-ons for claws-mail install just fine. I have run the gauntlet of "make clean", deleted the '/usr/ports/distfiles' files and fetched fresh copies, etc; however, nothing works. The following is a copy of the build log. Script started on Sun Jul 8 07:37:23 2007 ===> Extracting for claws-mail-etpan_privacy-0.15.5_8 => MD5 Checksum OK for etpan-privacy-0.15.5.tar.gz. => SHA256 Checksum OK for etpan-privacy-0.15.5.tar.gz. ===> Patching for claws-mail-etpan_privacy-0.15.5_8 ===> claws-mail-etpan_privacy-0.15.5_8 depends on package: claws-mail>=2.6 - found ===> claws-mail-etpan_privacy-0.15.5_8 depends on executable in : gmake - found ===> claws-mail-etpan_privacy-0.15.5_8 depends on file: /usr/local/bin/autoconf259 - found ===> claws-mail-etpan_privacy-0.15.5_8 depends on file: /usr/local/libdata/xorg/libraries - found ===> Configuring for claws-mail-etpan_privacy-0.15.5_8 configure: WARNING: you should use --build, --host, --target checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking for i386-portbld-freebsd6.2-gcc... /usr/local/bin/gcc41 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/local/bin/gcc41 accepts -g... yes checking for /usr/local/bin/gcc41 option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of /usr/local/bin/gcc41... gcc3 checking for library containing strerror... none required checking for i386-portbld-freebsd6.2-gcc... (cached) /usr/local/bin/gcc41 checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/local/bin/gcc41 accepts -g... (cached) yes checking for /usr/local/bin/gcc41 option to accept ANSI C... (cached) none needed checking dependency style of /usr/local/bin/gcc41... (cached) gcc3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking how to run the C preprocessor... /usr/local/bin/gcc41 -E checking build system type... i386-portbld-freebsd6.2 checking host system type... i386-portbld-freebsd6.2 checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by /usr/local/bin/gcc41... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for i386-portbld-freebsd6.2-g++... c++ checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for i386-portbld-freebsd6.2-g77... no checking for i386-portbld-freebsd6.2-f77... no checking for i386-portbld-freebsd6.2-xlf... no checking for i386-portbld-freebsd6.2-frt... no checking for i386-portbld-freebsd6.2-pgf77... no checking for i386-portbld-freebsd6.2-fort77... no checking for i386-portbld-freebsd6.2-fl32... no checking for i386-portbld-freebsd6.2-af77... no checking for i386-portbld-freebsd6.2-f90... no checking for i386-portbld-freebsd6.2-xlf90... no checking for i386-portbld-freebsd6.2-pgf90... no checking for i386-portbld-freebsd6.2-epcf90... no checking for i386-portbld-freebsd6.2-f95... no checking for i386-portbld-freebsd6.2-fort... no checking for i386-portbld-freebsd6.2-xlf95... no checking for i386-portbld-freebsd6.2-ifc... no checking for i386-portbld-freebsd6.2-efc... no checking for i386-portbld-freebsd6.2-pgf95... no checking for i386-portbld-freebsd6.2-lf95... no checking for i386-portbld-freebsd6.2-gfortran... no checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from /usr/local/bin/gcc41 object... ok checking for objdir... .libs checking for i386-portbld-freebsd6.2-ar... no checking for ar... ar checking for i386-portbld-freebsd6.2-ranlib... no checking for ranlib... ranlib checking for i386-portbld-freebsd6.2-strip... no checking for strip... strip checking if /usr/local/bin/gcc41 supports -fno-rtti -fno-exceptions... no checking for /usr/local/bin/gcc41 option to produce PIC... -fPIC checking if /usr/local/bin/gcc41 PIC flag -fPIC works... yes checking if /usr/local/bin/gcc41 static flag -static works... yes checking if /usr/local/bin/gcc41 supports -c -o file.o... yes checking whether the /usr/local/bin/gcc41 linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd6.2 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.2 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.2 ld.so checking how to hardcode library paths into programs... immediate checking for pkg-config... /usr/local/bin/pkg-config checking for i386-portbld-freebsd6.2-pkg-config... (cached) /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for CLAWS_MAIL... yes checking for pkg-config... (cached) /usr/local/bin/pkg-config checking for GLIB - version >= 2.6.0... yes (version 2.12.12) checking for pkg-config... (cached) /usr/local/bin/pkg-config checking for GTK+ - version >= 2.6.0... yes (version 2.10.13) checking for libetpan-config... /usr/local/bin/libetpan-config checking libetpan/libetpan.h usability... yes checking libetpan/libetpan.h presence... yes checking for libetpan/libetpan.h... yes checking whether libetpan-config hints compiles and links fine... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating pluginconfig.h config.status: executing depfiles commands ===> Building for claws-mail-etpan_privacy-0.15.5_8 gmake all-recursive gmake[1]: Entering directory `/usr/ports/mail/claws-mail-etpan_privacy/work/etpan-privacy-0.15.5' Making all in config gmake[2]: Entering directory `/usr/ports/mail/claws-mail-etpan_privacy/work/etpan-privacy-0.15.5/config' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/mail/claws-mail-etpan_privacy/work/etpan-privacy-0.15.5/config' Making all in src gmake[2]: Entering directory `/usr/ports/mail/claws-mail-etpan_privacy/work/etpan-privacy-0.15.5/src' if /bin/sh ../libtool --tag=CC --mode=compile /usr/local/bin/gcc41 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/gpgme -I/usr/local/include/claws-mail -I/usr/local/include/claws-mail/common -I/usr/local/include/claws-mail/gtk -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=pentium2 -MT etpan_privacy_la-plugin.lo -MD -MP -MF ".deps/etpan_privacy_la-plugin.Tpo" -c -o etpan_privacy_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c; \ then mv -f ".deps/etpan_privacy_la-plugin.Tpo" ".deps/etpan_privacy_la-plugin.Plo"; else rm -f ".deps/etpan_privacy_la-plugin.Tpo"; exit 1; fi mkdir .libs /usr/local/bin/gcc41 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/gpgme -I/usr/local/include/claws-mail -I/usr/local/include/claws-mail/common -I/usr/local/include/claws-mail/gtk -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=pentium2 -MT etpan_privacy_la-plugin.lo -MD -MP -MF .deps/etpan_privacy_la-plugin.Tpo -c plugin.c -fPIC -DPIC -o .libs/etpan_privacy_la-plugin.o plugin.c:67: error: conflicting types for 'plugin_done' /usr/local/include/claws-mail/common/plugin.h:45: error: previous declaration of 'plugin_done' was here gmake[2]: *** [etpan_privacy_la-plugin.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/mail/claws-mail-etpan_privacy/work/etpan-privacy-0.15.5/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/mail/claws-mail-etpan_privacy/work/etpan-privacy-0.15.5' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/mail/claws-mail-etpan_privacy. Script done on Sun Jul 8 07:38:23 2007 -- White Hat pigskin_referee@yahoo.com ____________________________________________________________________________________ Get the Yahoo! toolbar and be alerted to new email wherever you're surfing. http://new.toolbar.yahoo.com/toolbar/features/mail/index.php From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 14:26:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7162116A400 for ; Sun, 8 Jul 2007 14:26:22 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.freebsd.org (Postfix) with ESMTP id 4BF6913C480 for ; Sun, 8 Jul 2007 14:26:22 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 731 invoked from network); 8 Jul 2007 14:26:21 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 8 Jul 2007 14:26:21 -0000 Received: from Lowell-Desk.lan (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 469AA2842D; Sun, 8 Jul 2007 10:26:18 -0400 (EDT) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id 87EBA1CC28; Sun, 8 Jul 2007 10:26:17 -0400 (EDT) To: tundra@tundraware.com References: <469056DE.40902@tundraware.com> <46908257.8060209@tundraware.com> From: Lowell Gilbert Date: Sun, 08 Jul 2007 10:26:17 -0400 In-Reply-To: <46908257.8060209@tundraware.com> (Tim Daneliuk's message of "Sun\, 08 Jul 2007 01\:21\:11 -0500") Message-ID: <44hcof9dkm.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Enabling A Serial Port On 6.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: Sun, 08 Jul 2007 14:26:22 -0000 Tim Daneliuk writes: > But ... the entry did not end with a newline and init apparently thus didn't > recognize it. Ending the line made everything happy. I am submitting > this as a (very minor) bug, since I do not believe this to be correct > behavior (but what do I know ;) ... That's perfectly normal and age-old behaviour. Part of the definition of a "line" of text is that it ends in a newline... From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 14:42:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D60716A477 for ; Sun, 8 Jul 2007 14:42:59 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id DD14F13C489 for ; Sun, 8 Jul 2007 14:42:58 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I7Xy7-0003Ri-Se for freebsd-questions@freebsd.org; Sun, 08 Jul 2007 16:42:35 +0200 Received: from host-84-13-103-67.opaltelecom.net.103.13.84.in-addr.arpa ([host-84-13-103-67.opaltelecom.net.103.13.84.in-addr.arpa]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Jul 2007 16:42:35 +0200 Received: from matt by host-84-13-103-67.opaltelecom.net.103.13.84.in-addr.arpa with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Jul 2007 16:42:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matt Bostock Date: Sun, 8 Jul 2007 14:42:18 +0000 (UTC) Lines: 19 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 84.13.103.67 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty)) Sender: news Subject: Crypto missing after FreeBSD-Update to 6.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 14:42:59 -0000 Hello, I've been using freebsd-update for some time now and it's been fantastic. I recently used Colin's upgrade script[1] to upgrade to 6.2-RELEASE, but it seems that the crypto distribution is now missing from my system. With previous versions of freebsd-update I would have used --branch, but later versions this option is omitted. What's the safest way to get freebsd-update to recognise that I need the crypto libraries and install them? PS On a side note, what happened to the IDS option? I'd like to use it to exclude files in a backup script. If you have a suggestion for nice alternative, please let me know :-) Many thanks, Matt [1] http://www.daemonology.net/blog/2006-11-26-freebsd-6.1-to-6.2-binary-upgrade.html From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 16:21:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD6DD16A400 for ; Sun, 8 Jul 2007 16:21:02 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 750BA13C45A for ; Sun, 8 Jul 2007 16:20:57 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l68GKltv029580 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sun, 8 Jul 2007 11:20:48 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <46910EDC.10901@tundraware.com> Date: Sun, 08 Jul 2007 11:20:44 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Lowell Gilbert References: <469056DE.40902@tundraware.com> <46908257.8060209@tundraware.com> <44hcof9dkm.fsf@Lowell-Desk.lan> In-Reply-To: <44hcof9dkm.fsf@Lowell-Desk.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Enabling A Serial Port On 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 16:21:02 -0000 Lowell Gilbert wrote: > Tim Daneliuk writes: > >> But ... the entry did not end with a newline and init apparently thus didn't >> recognize it. Ending the line made everything happy. I am submitting >> this as a (very minor) bug, since I do not believe this to be correct >> behavior (but what do I know ;) ... > > That's perfectly normal and age-old behaviour. Part of the definition > of a "line" of text is that it ends in a newline... Hmm - while I acknowledge that I've seen this problem before (I've used some variant of Unix since the late 1970s and FreeBSD since 2.x), whether it is "perfectly normal" is arguable. I suspect that there are a great many places - shell scripts and C source code leap to mind - where the lack of a terminating newline at the end of a file does not cause the line to be ignored altogether. I rather think this is an "age-old" bug that never got fixed because of its minor importance. In any case, i've authored a PR to make note of it. If I ever get the time, I'll dig into the source myself and see if I can figure out where the wheels are coming off... -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 17:52:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91C9716A421 for ; Sun, 8 Jul 2007 17:52:27 +0000 (UTC) (envelope-from marc@villalog.com) Received: from www6.webmachine.eu (www6.eu.webmachine.net [213.208.132.56]) by mx1.freebsd.org (Postfix) with ESMTP id CA67113C468 for ; Sun, 8 Jul 2007 17:52:26 +0000 (UTC) (envelope-from marc@villalog.com) Received: (qmail 17736 invoked from network); 8 Jul 2007 19:25:46 +0200 Received: from 83-65-221-6.work.xdsl-line.inode.at (HELO ?127.0.0.1?) (83.65.221.6) by www6.eu.webmachine.net with SMTP; 8 Jul 2007 19:25:46 +0200 Message-ID: <46911F54.7010509@villalog.com> Date: Sun, 08 Jul 2007 19:31:00 +0200 From: Marc Muncke User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: problem installing patch for php 5.2.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 17:52:27 -0000 Hello, I can not install php5.2.3 : make install ===> Found saved configuration for php5-5.2.3 ===> Extracting for php5-5.2.3 => MD5 Checksum OK for php-5.2.3.tar.bz2. => SHA256 Checksum OK for php-5.2.3.tar.bz2. ===> Patching for php5-5.2.3 ===> Applying FreeBSD patches for php5-5.2.3 2 out of 2 hunks failed--saving rejects to ext/standard/dir.c.rej => Patch patch-ext_standard_dir.c failed to apply cleanly. => Patch(es) patch-TSRM_threads.m4 patch-Zend::zend.h patch-acinclude.m4 patch-configure.in patch-ext_date_lib_timelib_structs.h patch-ext_standard_array.c patch-ext_standard_basic_functions.c applied cleanly. I only configured the apache module. Thank you for any help Marc From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 18:28:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9AFF16A400 for ; Sun, 8 Jul 2007 18:28:56 +0000 (UTC) (envelope-from dineshpandian@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id 6BD7F13C4AD for ; Sun, 8 Jul 2007 18:28:56 +0000 (UTC) (envelope-from dineshpandian@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so446984nzf for ; Sun, 08 Jul 2007 11:28:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=G6Hyyna0xjsf5RAbLj2GsDcjkGAeOJ2W6xiczpMS0MhN7MT9IQvIBdhUnrHUu+5+zUVO0d7JYm10RmZAxEmGVkw2LxhvhSl2g+X/GkGSSFEX2Lnyl6WiCm5s7kU5JJPs05yOcDrlXJ38YrufRVXwG0UTagIzXeD7vG5XgDOqk20= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=GHe1/aaqgMDslMu5RtCc7h6tUxTnH2hPv2RbvlxO1mAt6mQpOFJ6jCPH9IQ6+EQxj87SXR1lU2pVLAVbyyfG5/1fg/ulkV1qnNOmIl6Hd0yWBKPeQUa2ng4+XXO8my/lxO8eQTJ1xL3+KTaPJzuxOVBgKecS9Mu6B05IoRpier0= Received: by 10.142.99.21 with SMTP id w21mr180306wfb.1183919335385; Sun, 08 Jul 2007 11:28:55 -0700 (PDT) Received: by 10.142.89.5 with HTTP; Sun, 8 Jul 2007 11:28:54 -0700 (PDT) Message-ID: <3ea3ac8f0707081128n4ec5f2f6o6ffb0c4745a3008b@mail.gmail.com> Date: Mon, 9 Jul 2007 02:28:55 +0800 From: "Dinesh Pandian" 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: non-interactive dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 18:28:56 -0000 Hello guys, quick question.. Is there a way to tell dump to do it's working without it asking "Is the new volume mounted and ready to go?: ("yes" or "no")" everytime it changes mount points? For example: solara# dump -0L -f /dev/da1 / DUMP: Date of this level 0 dump: Mon Jul 9 02:17:40 2007 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping snapshot of /dev/da0s1a (/) to /dev/da1 DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 288357 tape blocks on 7.42 tape(s). DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #2 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 2 begins with blocks from inode 33729 DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #3 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 3 begins with blocks from inode 49969 DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #4 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 4 begins with blocks from inode 50225 DUMP: 39.89% done, finished in 0:01 at Mon Jul 9 02:25:01 2007 DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #5 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 5 begins with blocks from inode 50225 DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #6 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 6 begins with blocks from inode 50225 DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #7 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 7 begins with blocks from inode 50225 DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #8 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 8 begins with blocks from inode 50225 DUMP: DUMP: 289411 tape blocks on 8 volumes DUMP: finished in 180 seconds, throughput 1607 KBytes/sec DUMP: Closing /dev/da1 DUMP: DUMP IS DONE Dump requires that I key in "yes" everytime it changes mount volumes.. is there a way to just get it to continue without user intervention? TIA. -- Regards, Dinesh Pandian, SOLARA Networks. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 18:54:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB68416A421 for ; Sun, 8 Jul 2007 18:54:37 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 4CC6613C484 for ; Sun, 8 Jul 2007 18:54:36 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1373661pye for ; Sun, 08 Jul 2007 11:54:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D3ocS/TaqNUthPbJcvFt64rcQG6Kt78ojuMPHhHsgj+5u6OuxjOR0nOmsGg4gSqFn0SUNQejtw4K2F1exly9pZwuCUPbTwjI2LwyaW9evrTzaNgDVbSFiLFn2wyiWnpWnWGXiuqESS45jaIlWM8bB+7Yiml+DAqjF0Gqz9XHOoI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gF9wjlNEgaNePl5gvNpDBq5xz4vasyis9mOr13D7iHEGTwMXJK95YvlSZ+DBNoADxllQ4vXpLmIQVRSpT3txlJvAErkAm+Xvn0NwwlUSjajNSvZk0cMyJCLpk4afIRSiu4TWq9dj6LiVDCWubS3RNcsDfRNrYYxBz/5XjRyLIGo= Received: by 10.65.150.18 with SMTP id c18mr3661619qbo.1183920875722; Sun, 08 Jul 2007 11:54:35 -0700 (PDT) Received: by 10.64.210.15 with HTTP; Sun, 8 Jul 2007 11:54:35 -0700 (PDT) Message-ID: <3b47caa90707081154x44959d79gcdf61575e0a9aaa3@mail.gmail.com> Date: Sun, 8 Jul 2007 13:54:35 -0500 From: Novembre To: freebsd-questions@freebsd.org In-Reply-To: <3b47caa90707071630k30681b33kedbb9b844b57f81d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3b47caa90707071630k30681b33kedbb9b844b57f81d@mail.gmail.com> Subject: Re: NTFS-3G: mount at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 18:54:37 -0000 Okay, here's an update: Creating a symlink from /usr/local/bin/ntfs-3g to /sbin/mount_ntfs-3g does not work (as posted before on the ntfs-3g forum message below). I, then, added the following ntfsmount startup script to /usr/local/etc/rc.d/: ---------- #!/bin/sh # # PROVIDE: ntfsmount # REQUIRE: fusefs . /etc/rc.subr name="ntfsmount" rcvar=`set_rcvar` command="ntfs-3g /dev/ad0s1 /mnt/windows && ntfs-3g /dev/ad0s1 /mnt/windows -o locale=en_US.UTF-8" load_rc_config $name run_rc_command "$1" ---------- Then, chmod +x /usr/local/etc/rc.d/ntfsmount (to make it executable), then added ntfsmount_enable="YES" to my /etc/rc.conf, then rebooted. I did not see any error messages during boot, but the partition was not mounted ('mount' returns nothing after logging in). However, if I run 'ntfs-3g' again from the command prompt to mount the windows partition, 'mount' now shows /mnt/windows THREE times, like /dev/fuse1 on /mnt/windows (fusefs, local, noatime, synchronous) /dev/fuse3 on /mnt/windows (fusefs, local, noatime, synchronous) /dev/fuse5 on /mnt/windows (fusefs, local, noatime, synchronous) and 'ls /dev/f*' returns /dev/fuse0 /dev/fuse1 /dev/fuse2 /dev/fuse3 /dev/fuse4 /dev/fuse5 It seems that since the 'ntfs-3g' command ran twice in the ntfsmount script, running 'ntfs-3g' again from the command prompt makes the third mount point. But if its two runs in the startup script were successful, why would 'mount' not show the mount points until I run it again from the command prompt? I even tried removing one of the 'ntfs-3g' commands in the ntfsmount script, i.e. ---------- command="ntfs-3g /dev/ad0s1 /mnt/windows -o locale=en_US.UTF-8" ---------- Rebooting with this, still 'mount' shows nothing after logging in. However, if I run 'ntfs-3g' from the command prompt now, I get TWO /mnt/windows mount points (instead of three). So it seems the all the runs in the script are successful and the partition is mounted, but the mount point is not available until I run 'ntfs-3g' again from the command prompt. I am using fusefs-kmod-0.3.0_5 fusefs-libs-2.6.4 fusefs-ntfs-1.417_2 Any ideas what's going on here? Thanks :) On 7/7/07, Novembre wrote: > > I have the same problem. A little search got me to http://forum.ntfs-3g.org/viewtopic.php?t=292 where a solution is posted. It seems that using /etc/fstab to mount the NTFS partition at boot time is not working since the mount command is being executed before the 'fuse' kernel module is loaded. However, on my 6.2-RELEASE machine, I see the following message when booting: > > ---------- > Starting file system checks: > /dev/ad0s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS > /dev/ad0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS > Mounting local file systems:mount: exec mount_ntfs-3g not found in /sbin:/usr/sbin: No such file or directory > . > . > . > Starting fusefs. > fude4bsd: version 0.3.0, FUSE ABI 7.8 > . > . > . > Mounting late file systems:mount: exec mount_ntfs-3g not found in /sbin:/usr/sbin: No such file or directory > ---------- > > I'm assuming that this "late" mount (the last line above) is being done after loading the 'fuse' kernel module, so the OS should be able to mount the file system now, but it can't! It's looking for mount_ntfs-3g and that file does not exist. > My /etc/fstab looks like this: /dev/ad0s1 /mnt/windows ntfs-3g rw 0 0 > I also used the /etc/fstab entry suggested in NTFS-3G's own website ( http://www.ntfs-3g.org/ - scroll down to the end of the page), where "defaults" is being used instead of "rw", but that gave me this error: > > ---------- > swapon: adding /dev/ad0s2b as swap device > fstab: /etc/fstab:6: Inappropriate file type or format > Starting file system checks: > /dev/ad0s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS > fstab: /etc/fstab:6: Inappropriate file type or format > fstab: /etc/fstab:6: Inappropriate file type or format > /dev/ad0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS > Mounting local file systems:fstab: /etc/fstab:6: Inappropriate file type or format > Mounting NFS file systems:fstab: /etc/fstab:6: Inappropriate file type or format > fstab: /etc/fstab:6: Inappropriate file type or format > fstab: /etc/fstab:6: Inappropriate file type or format > fstab: /etc/fstab:6: Inappropriate file type or format > fstab: /etc/fstab:6: Inappropriate file type or format > . > . > . > Starting fusefs. > fude4bsd: version 0.3.0, FUSE ABI 7.8 > . > . > . > Mounting late file systems:fstab: /etc/fstab:6: Inappropriate file type or format > ---------- > > Any ideas as to what's going on here? > > Thanks a lot > > From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 19:06:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABBCD16A400 for ; Sun, 8 Jul 2007 19:06:27 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: from web54303.mail.re2.yahoo.com (web54303.mail.re2.yahoo.com [206.190.49.113]) by mx1.freebsd.org (Postfix) with SMTP id 4AD3813C4C9 for ; Sun, 8 Jul 2007 19:06:27 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: (qmail 39050 invoked by uid 60001); 8 Jul 2007 19:06:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.hk; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=2Y/jfjNZLbXcCabHSqfKiq2xtTv54uWkJU9Rbe+vViFWRhZSawT98liF7y9fUKgCxNU5fdX1vRSOGHDySJ0KfXOv5aepdRgLtvP57C2DlLREu0moE5L4fd70ViiGaXzXJwh4xiqO+hkuJggvs6erVCAaK8Q/vefZ4U52ORNcdzc=; X-YMail-OSG: m9am0HwVM1luGz5dC9sB0B17hXYDqWxJc6xOTeB2e5tyvXzZTpygsO4rbJFiPv1Z1x1KOlqtfi.4R_rHANmL3K67vtsWrI._cGXdGD4jusB9bld9Jl.iKfAtAflSqiULSWdPDuUG8jTZ_NwBoDv8lA01ErH2NwXFdReVNvLdy1s- Received: from [61.15.61.52] by web54303.mail.re2.yahoo.com via HTTP; Sun, 08 Jul 2007 12:06:26 PDT Date: Sun, 8 Jul 2007 12:06:26 -0700 (PDT) From: Patrick Dung To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <410648.39042.qm@web54303.mail.re2.yahoo.com> Cc: freebsd-isp@freebsd.org Subject: FreeBSD 6.2 default bind9, question about customize logging [re-post] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 19:06:27 -0000 I am using FreeBSD 6.2 with the default bind (not ports). By default chroot is used. When named start or stop, it does have log in /var/log/messages. But for example, when some do domain transfer successfully, that is not logged (zone transfer denied is logged). So I tried to add this part in named.conf (enabled local0.* in syslog.conf) , but still no luck. Any suggestions? logging { channel named-log { //syslog daemon; syslog local0; severity info; print-category yes; }; category default { named-log; }; category xfer-in { named-log; }; category xfer-out { named-log; }; category unmatched { null; }; }; Thanks Patrick ____________________________________________________________________________________ Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433 From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 19:57:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8DA116A400 for ; Sun, 8 Jul 2007 19:57:15 +0000 (UTC) (envelope-from dcasey@debtresolve.com) Received: from willard.webdorx.com (willard.webdorx.com [209.94.123.226]) by mx1.freebsd.org (Postfix) with ESMTP id 8309A13C44B for ; Sun, 8 Jul 2007 19:57:15 +0000 (UTC) (envelope-from dcasey@debtresolve.com) Received: from [192.168.1.20] (ool-44c70dce.dyn.optonline.net [68.199.13.206]) by willard.webdorx.com (Postfix) with ESMTP id C11D940DD; Sun, 8 Jul 2007 16:31:43 -0400 (EDT) Message-ID: <46914192.9030405@debtresolve.com> Date: Sun, 08 Jul 2007 15:57:06 -0400 From: Dan Casey User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Lisa Casey References: <003b01c7c0b4$e01a3a50$d5b9bfcf@lisac> In-Reply-To: <003b01c7c0b4$e01a3a50$d5b9bfcf@lisac> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Adding a new command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 19:57:15 -0000 Lisa I just went through the same migration about a month ago. Here some things that may help. 1. As far as the location of custom scripts go. I would make your own location. Either /opt/companyname/bin sbin etc. or /usr/local/companyname/bin sbin and etc. This type of setup makes it very easier to tar a single directory and move it to another server. 2.Edit the /etc/bash_profile, /etc/profile, /etc/csh.cshc or other global shell config files, and make sure your custom binary directories are in everyones path by default. 3. Don't fight it. Symlink /bin/bash to /usr/local/bin/bash. There is nothing wrong with doing this, and will save you a headache when things start to break. 4. Fix your custom scripts. The /bin/bash should have already been taken care of via the symlink. Another useful thing you may want to do is go through all your shell scripts and fix paths. A lot of my scripts start with a bunch of lines that look like: awk=`which awk` perl=`which perl` rather then hard coding the path. This can be helpful, but be careful as it allows users to hijack your scripts.. Ie: in the above scenario I could create a script in my homedir called awk, and put my homedir in the beginning of my path. 5. Test you scripts extensively. GNU tools are not the same as BSD's. Many commands such as cp, rm, sed, and others can have very different results on both systems. Read the man pages to make sure the flags your are passing to these commands are doing what you want them to do. 6. Get used to using unlink in place of rm. I linux you can safely rm -rf a symlink. In BSD depending on if you end the command with a slash, you could wipe out the the actual contents. Lisa Casey wrote: > Hi, > > Once I get this new system going I promise I'll quit pestering you > folks :-) > > Got another question. This should be simple to answer. I've done this > before but can't seem to replicate it this morning. I have a few > scripts my employees use to do things such as add a new radius user, > restart the radius server and tail the radius log file. The most > simple one is radlog. The file radlog contains the line: > tail -f /var/log/radius.log > > I need to be able to type radlog from anywhere on the system and have > it work. > > I put the file radlog in /bin (/bin and /sbin are all in my shell's > path). Ownership is root/wheel permissions are 555 (I've tried 700 > and 777 - these don't need write access though). But when I type > radlog I get command not found. I can type ./bin/radlog and it works > but I don't want that. I thought if the file was in my path and if it > was executable just typing the name of the file from anywhere would > work but evidently I'm overlooking something. What? > > Thanks, > > Lisa Casey > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:01:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C4D016A46C for ; Sun, 8 Jul 2007 20:01:04 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [74.2.36.130]) by mx1.freebsd.org (Postfix) with ESMTP id A664113C4B0 for ; Sun, 8 Jul 2007 20:01:03 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 46432 invoked by uid 1008); 8 Jul 2007 20:04:58 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 8 Jul 2007 20:04:58 -0000 Received: from 74.64.6.149 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Sun, 8 Jul 2007 16:04:58 -0400 (EDT) Message-ID: <54228.74.64.6.149.1183925098.squirrel@mail.el.net> In-Reply-To: <20070705194640.67904160@localhost> References: <56684.74.64.6.149.1183620111.squirrel@mail.el.net> <666bdb140707050233pfeb79f5n6cb601b5a9db71e8@mail.gmail.com> <20070705194640.67904160@localhost> Date: Sun, 8 Jul 2007 16:04:58 -0400 (EDT) From: "kalin mintchev" To: "Norberto Meijome" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Vladimir Tsvetkov , freebsd-questions@freebsd.org Subject: Re: skype question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kalin@el.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 20:01:04 -0000 > On Thu, 5 Jul 2007 12:33:09 +0300 > "Vladimir Tsvetkov" wrote: > >> Try stopping all sound reproducing programs and start your skype session >> when the sound device is not busy and gets free. > > or simply increase the number of apps that can access your sound card > simultaneously : > > as root (or sudo): > > sysctl hw.snd.maxautovchans = [NUMBER_OF_APPS]. thanks... that didn;t work. under options in skype the Ringing device is still dimmed and that was never a problem in 6 - just upgraded to 6.2. if i didn;t run anything else - like mplayer, xmms, etc - the skype worked fine. now when i run nothing but skype i still can hear the ring or what people are saying to me.... > > I have 8 on mine (Intel HDA) and it works fine. > > You can set this in /etc/sysctl.conf so it's reset on startup to your new > value. > > >> >> On 05/07/07, kalin mintchev wrote: >> > >> > hi all.. >> > >> > got skype installed. can't get sound of off it. when i talk people >> hear me >> > but i can;t hear rings. sound works fine otherwise - i can listen >> stuff >> > with xmms. >> > in the skype options for hand/headsets the Ringing points to /dev/dsp >> > same as Calls one but the one for ringing is dimmed and i can;t use >> the >> > pulldown... > > This is normal. > > _________________________ > {Beto|Norberto|Numard} Meijome > > "Too bad ignorance isn't painful." > Don Lindsay > > I speak for myself, not my employer. Contents may be hot. Slippery when > wet. Reading disclaimers makes you go blind. Writing them is worse. You > have been Warned. > From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:02:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 779CA16A400 for ; Sun, 8 Jul 2007 20:02:01 +0000 (UTC) (envelope-from dcasey@debtresolve.com) Received: from willard.webdorx.com (willard.webdorx.com [209.94.123.226]) by mx1.freebsd.org (Postfix) with ESMTP id 50E4413C447 for ; Sun, 8 Jul 2007 20:02:01 +0000 (UTC) (envelope-from dcasey@debtresolve.com) Received: from [192.168.1.20] (ool-44c70dce.dyn.optonline.net [68.199.13.206]) by willard.webdorx.com (Postfix) with ESMTP id 0978F40DC; Sun, 8 Jul 2007 16:17:31 -0400 (EDT) Message-ID: <46913E3E.1080109@debtresolve.com> Date: Sun, 08 Jul 2007 15:42:54 -0400 From: Dan Casey User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Lisa Casey References: <003701c7c0ac$f7a6f350$d5b9bfcf@lisac> In-Reply-To: <003701c7c0ac$f7a6f350$d5b9bfcf@lisac> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: passwd file and user accounts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 20:02:01 -0000 I didn't have as many accounts so I didn't even bother migrating them. I add all my new accounts using pw rather then adduser. It is much easier to script with this then adduser. My first approach would be the following: 1. add one account to freebsd. 2. Using chsh or vipw, copy the redhat password hash into the account, and see if the password works as is. If I remember correctly I think they do. 3. See if you have any accounts on your freebsd with a user or group higher then 500. 4. Write a quick script to create the new user accounts. Make sure you installed shells/bash. Should be simple enough using awk or cut. I would keep the existing values from the linux passwd/shadow files, just make them properly formatted for bsd. Keeping the old uid numbers where possible is much less labor intensive then giving the users a new uid. pw will let you script this easily too if you do not want to manually edit the password files. If you create new uid's you will have to do a find across the entire system and chown chgrp all your files for 700 users. If you do choose to manually edit the password files, make sure to backup and rebuild the hash properly with pwd_mkdb. Lisa Casey wrote: > Hi, > > This is probably a stupid question, but I'll ask it anyway... > > I have a Red Hat Linux system I need to get rid of. It is currently > doing e-mail for approximately 700 users and is also doing radius > authentication. I have setup a new FreeBSD computer to take it's > place. I have everything setup now on the FreeBSD computer except for > the user accounts and mailboxes. The mailboxes aren't a problem, I've > used tar to move mailboxes before. > > I suppose I cannot simply copy /etc/passwd, /etc/group and /home from > the Redhat computer to the FreeBSD computer due to the password hash > in /etc/passwd. Am I correct on this? Would it be possible to copy > /etc/passwd then (before the new system goes "live") reset all the > passwords with the passwd command? That might be easier than adding in > close to 700 accounts using adduser. Does anyone have a better idea > of how I might go about doing this? > > Thanks, > > Lisa Casey > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:14:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4743C16A41F for ; Sun, 8 Jul 2007 20:14:17 +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 EDACD13C4B0 for ; Sun, 8 Jul 2007 20:14:06 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.13.8) id l68KE1fM024261; Sun, 8 Jul 2007 15:14:01 -0500 (CDT) (envelope-from dan) Date: Sun, 8 Jul 2007 15:14:01 -0500 From: Dan Nelson To: Dinesh Pandian Message-ID: <20070708201401.GA15336@dan.emsphone.com> References: <3ea3ac8f0707081128n4ec5f2f6o6ffb0c4745a3008b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3ea3ac8f0707081128n4ec5f2f6o6ffb0c4745a3008b@mail.gmail.com> X-OS: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: non-interactive dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 20:14:17 -0000 In the last episode (Jul 09), Dinesh Pandian said: > Hello guys, > quick question.. > > Is there a way to tell dump to do it's working without > it asking "Is the new volume mounted and ready to go?: ("yes" or "no")" > everytime it changes mount points? How else can it tell when you've swapped in new media? If it automatically continued it would just overwrite the previous segment. I'm assuming you're dumping to some removable media, like multiple USB hard drives or something, that you plug in one at a time? -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:30:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C23916A46B for ; Sun, 8 Jul 2007 20:30:39 +0000 (UTC) (envelope-from gelsemap@superhero.nl) Received: from superman.superhero.nl (superhero.nl [82.95.198.17]) by mx1.freebsd.org (Postfix) with ESMTP id D5AA713C46A for ; Sun, 8 Jul 2007 20:30:38 +0000 (UTC) (envelope-from gelsemap@superhero.nl) Received: (qmail 3405 invoked by uid 80); 8 Jul 2007 20:30:41 -0000 Received: from robin.ad.superhero.nl ([10.202.77.103]) (SquirrelMail authenticated user gelsemap) by webmail.superhero.nl with HTTP; Sun, 8 Jul 2007 22:30:41 +0200 (CEST) Message-ID: <3921.10.202.77.103.1183926641.squirrel@webmail.superhero.nl> Date: Sun, 8 Jul 2007 22:30:41 +0200 (CEST) From: "Gelsema, P \(Patrick\)" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: current@freebsd.org Subject: updating from I386 architecture to AMD64 on -Current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 20:30:39 -0000 Hi lists, I had tp reinstall my AMD box and the only version available was the -Current snapshot of April architecture I386. Wouldnt be a problem I thought, just install I386 and rebuild world/kernel for AMD64. So I did the following for crossbuilds. #chflags -R noschg /usr/obj #rm -rf /usr/obj #cd /usr/src #make cleandir #make cleandir #make TARGET=amd64 TARGET_ARCH=amd64 -j8 buildworld #make TARGET=amd64 TARGET_ARCH=amd64 -j8 buildkernel Until that moment everything is looking great. When I try to install the world/kernel however the 'problem' starts. hulk# make TARGET=amd64 TARGET_ARCH=amd64 -j8 installkernel ERROR: Please set DESTDIR! *** Error code 1 1 error *** Error code 2 1 error Can someone point the obvious out for me, cause it seems that I am missing something really simple... Thanks Patrick From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:37:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F4C016A400 for ; Sun, 8 Jul 2007 20:37:16 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 2E91713C469 for ; Sun, 8 Jul 2007 20:37:16 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l68KbAGr015197 for ; Sun, 8 Jul 2007 15:37:13 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 8 Jul 2007 15:37:10 -0500 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707081537.11124.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.0 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: trouble with some startup items X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 20:37:16 -0000 ive been trying to figure out this problem for a while now. i have 2 things that are having trouble starting. apcupsd and samba. i recently noticed, that during start up, they are printed more than once to the console (and to my /var/log/console.log. here is the output of my most recent reboot: Jul 8 15:24:05 athena kernel: Starting syslogd. Jul 8 15:24:05 athena kernel: Initial i386 initialization: Jul 8 15:24:05 athena kernel: . Jul 8 15:24:05 athena kernel: Additional ABI support: Jul 8 15:24:05 athena kernel: linux Jul 8 15:24:07 athena kernel: . Jul 8 15:24:07 athena kernel: Setting date via ntp. Jul 8 15:24:09 athena kernel: 8 Jul 15:24:09 ntpdate[609]: step time server 24.162.39.167 offset 1.666967 sec Jul 8 15:24:09 athena kernel: Starting rpcbind. Jul 8 15:24:09 athena kernel: NFS access cache time=60 Jul 8 15:24:09 athena kernel: Starting mountd. Jul 8 15:24:09 athena kernel: Starting nfsd. Jul 8 15:24:09 athena kernel: Starting apcupsd. Jul 8 15:24:09 athena kernel: Starting apcupsd. Jul 8 15:24:09 athena kernel: Starting local daemons: Jul 8 15:24:09 athena kernel: . Jul 8 15:24:09 athena kernel: Updating motd Jul 8 15:24:09 athena kernel: . Jul 8 15:24:09 athena kernel: Mounting late file systems: Jul 8 15:24:09 athena kernel: . Jul 8 15:24:09 athena kernel: Starting ntpd. Jul 8 15:24:09 athena kernel: Starting usbd. Jul 8 15:24:10 athena kernel: Starting cupsd. Jul 8 15:24:10 athena kernel: Starting cupsd. Jul 8 15:24:10 athena kernel: Removing stale Samba tdb files: Jul 8 15:24:10 athena kernel: . Jul 8 15:24:10 athena last message repeated 7 times Jul 8 15:24:10 athena kernel: done Jul 8 15:24:10 athena kernel: Starting nmbd. Jul 8 15:24:10 athena kernel: Starting smbd. Jul 8 15:24:11 athena kernel: Removing stale Samba tdb files: Jul 8 15:24:11 athena kernel: . Jul 8 15:24:11 athena last message repeated 5 times Jul 8 15:24:11 athena kernel: done Jul 8 15:24:11 athena kernel: Starting nmbd. Jul 8 15:24:11 athena kernel: Starting smbd. Jul 8 15:24:11 athena kernel: Starting snmpd. Jul 8 15:24:11 athena kernel: Starting snmpd. Jul 8 15:24:11 athena kernel: Configuring syscons: Jul 8 15:24:11 athena kernel: blanktime Jul 8 15:24:11 athena kernel: . Jul 8 15:24:11 athena kernel: Starting sshd. Jul 8 15:24:12 athena kernel: Starting cron. Jul 8 15:24:12 athena kernel: Local package initialization: Jul 8 15:24:12 athena kernel: . Jul 8 15:24:12 athena kernel: Additional TCP options: Jul 8 15:24:12 athena kernel: . Jul 8 15:24:12 athena kernel: Starting inetd. Jul 8 15:24:12 athena kernel: Starting background file system checks in 60 seconds. Jul 8 15:24:12 athena kernel: Jul 8 15:24:12 athena kernel: Sun Jul 8 15:24:12 CDT 2007 Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: apcupsd FATAL ERROR in bsd-usb.c at line 711 Cannot find UPS device -- For a link to detailed USB trouble shooting information, please see . Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: Valid lock file for pid=685, but not ours pid=689 Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: apcupsd error shutdown completed also, here is my /etc/rc.conf file. ive double checked it, and these items arent listed twice (not even sure if that would matter if it were). # -- sysinstall generated deltas -- # Fri Jun 16 12:58:58 2006 # Created: Fri Jun 16 12:58:58 2006 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. hostname="athena.dfwlp.com" ifconfig_bge0="DHCP" devfs_system_ruleset="localrules" sshd_enable="YES" usbd_enable="YES" ntpdate_enable="YES" ntpdate_hosts="0.us.pool.ntp.org" snmpd_enable="YES" inetd_enable="YES" inetd_flags="-wW -a 192.168.125.83" ntpd_enable="YES" linux_enable="YES" rpcbind_enable="YES" nfs_server_enable="YES" mountd_flags="-r" nfs_client_enable="YES" # vsftpd_enable="YES" cupsd_enable="YES" samba_enable="YES" apcupsd_enable="YES" can anyone give me any guesses as to where i need to take a look as to what could be attempting the 2nd starts of these 2 items? also, simply restarting apcupsd will fail, but if i killall apcupsd then start it fresh, it works for the duration of my uptime (somehow the pid that stays running gets disassociated from the pid file). samba is similar behavior. my windows computer cannot access the samba, until it is restarted (samba restarts normally without any troubles). any clues at all, would be appreciated. cheers, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:49:41 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5385016A469; Sun, 8 Jul 2007 20:49:41 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.freebsd.org (Postfix) with ESMTP id 31A9A13C45E; Sun, 8 Jul 2007 20:49:41 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout1.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l68KneGV015534 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 8 Jul 2007 13:49:40 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l68KndlK005735 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Jul 2007 13:49:40 -0700 Message-ID: <46914DE3.1070901@u.washington.edu> Date: Sun, 08 Jul 2007 13:49:39 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: "Gelsema, P \(Patrick\)" References: <3921.10.202.77.103.1183926641.squirrel@webmail.superhero.nl> In-Reply-To: <3921.10.202.77.103.1183926641.squirrel@webmail.superhero.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.8.133333 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' Cc: freebsd-questions@freebsd.org, current@freebsd.org Subject: Re: updating from I386 architecture to AMD64 on -Current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 20:49:41 -0000 Gelsema, P (Patrick) wrote: > Hi lists, > > I had tp reinstall my AMD box and the only version available was the > -Current snapshot of April architecture I386. Wouldnt be a problem I > thought, just install I386 and rebuild world/kernel for AMD64. > > So I did the following for crossbuilds. > > #chflags -R noschg /usr/obj > #rm -rf /usr/obj > #cd /usr/src > #make cleandir > #make cleandir > #make TARGET=amd64 TARGET_ARCH=amd64 -j8 buildworld > #make TARGET=amd64 TARGET_ARCH=amd64 -j8 buildkernel > > Until that moment everything is looking great. When I try to install the > world/kernel however the 'problem' starts. > > hulk# make TARGET=amd64 TARGET_ARCH=amd64 -j8 installkernel > ERROR: Please set DESTDIR! > *** Error code 1 > 1 error > *** Error code 2 > 1 error > > Can someone point the obvious out for me, cause it seems that I am missing > something really simple... > > Thanks > > Patrick > This has been brought up a few times. It's by far much more difficult to do an in-place upgrade from i386 -> amd64, than it is to just install amd64 from scratch. Scrounge around the questions@ archives (in particular over the last week or so) for more discussion/details. -Garrett From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:50:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5810116A468 for ; Sun, 8 Jul 2007 20:50:21 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (darklight.org.ru [194.186.18.14]) by mx1.freebsd.org (Postfix) with ESMTP id BD70C13C4B8 for ; Sun, 8 Jul 2007 20:50:19 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l68KngdN007636 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Jul 2007 00:49:42 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l68Knc8D007635; Mon, 9 Jul 2007 00:49:38 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Mon, 9 Jul 2007 00:49:38 +0400 From: Yuri Pankov To: Jonathan Horne Message-ID: <20070708204938.GA98762@darklight.org.ru> References: <200707081537.11124.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: <200707081537.11124.freebsd@dfwlp.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (darklight.org.ru [127.0.0.1]); Mon, 09 Jul 2007 00:49:43 +0400 (MSD) Cc: freebsd-questions@freebsd.org Subject: Re: trouble with some startup items X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 20:50:21 -0000 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 08, 2007 at 03:37:10PM -0500, Jonathan Horne wrote: > ive been trying to figure out this problem for a while now. i have 2 thi= ngs=20 > that are having trouble starting. apcupsd and samba. i recently noticed= ,=20 > that during start up, they are printed more than once to the console (and= to=20 > my /var/log/console.log. here is the output of my most recent reboot: >=20 > Jul 8 15:24:05 athena kernel: Starting syslogd. > Jul 8 15:24:05 athena kernel: Initial i386 initialization: > Jul 8 15:24:05 athena kernel: . > Jul 8 15:24:05 athena kernel: Additional ABI support: > Jul 8 15:24:05 athena kernel: linux > Jul 8 15:24:07 athena kernel: . > Jul 8 15:24:07 athena kernel: Setting date via ntp. > Jul 8 15:24:09 athena kernel: 8 Jul 15:24:09 ntpdate[609]: step time ser= ver=20 > 24.162.39.167 offset 1.666967 sec > Jul 8 15:24:09 athena kernel: Starting rpcbind. > Jul 8 15:24:09 athena kernel: NFS access cache time=3D60 > Jul 8 15:24:09 athena kernel: Starting mountd. > Jul 8 15:24:09 athena kernel: Starting nfsd. > Jul 8 15:24:09 athena kernel: Starting apcupsd. > Jul 8 15:24:09 athena kernel: Starting apcupsd. > Jul 8 15:24:09 athena kernel: Starting local daemons: > Jul 8 15:24:09 athena kernel: . > Jul 8 15:24:09 athena kernel: Updating motd > Jul 8 15:24:09 athena kernel: . > Jul 8 15:24:09 athena kernel: Mounting late file systems: > Jul 8 15:24:09 athena kernel: . > Jul 8 15:24:09 athena kernel: Starting ntpd. > Jul 8 15:24:09 athena kernel: Starting usbd. > Jul 8 15:24:10 athena kernel: Starting cupsd. > Jul 8 15:24:10 athena kernel: Starting cupsd. > Jul 8 15:24:10 athena kernel: Removing stale Samba tdb files: > Jul 8 15:24:10 athena kernel: . > Jul 8 15:24:10 athena last message repeated 7 times > Jul 8 15:24:10 athena kernel: done > Jul 8 15:24:10 athena kernel: Starting nmbd. > Jul 8 15:24:10 athena kernel: Starting smbd. > Jul 8 15:24:11 athena kernel: Removing stale Samba tdb files: > Jul 8 15:24:11 athena kernel: . > Jul 8 15:24:11 athena last message repeated 5 times > Jul 8 15:24:11 athena kernel: done > Jul 8 15:24:11 athena kernel: Starting nmbd. > Jul 8 15:24:11 athena kernel: Starting smbd. > Jul 8 15:24:11 athena kernel: Starting snmpd. > Jul 8 15:24:11 athena kernel: Starting snmpd. > Jul 8 15:24:11 athena kernel: Configuring syscons: > Jul 8 15:24:11 athena kernel: blanktime > Jul 8 15:24:11 athena kernel: . > Jul 8 15:24:11 athena kernel: Starting sshd. > Jul 8 15:24:12 athena kernel: Starting cron. > Jul 8 15:24:12 athena kernel: Local package initialization: > Jul 8 15:24:12 athena kernel: . > Jul 8 15:24:12 athena kernel: Additional TCP options: > Jul 8 15:24:12 athena kernel: . > Jul 8 15:24:12 athena kernel: Starting inetd. > Jul 8 15:24:12 athena kernel: Starting background file system checks in = 60=20 > seconds. > Jul 8 15:24:12 athena kernel: > Jul 8 15:24:12 athena kernel: Sun Jul 8 15:24:12 CDT 2007 > Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: apcup= sd=20 > FATAL ERROR in bsd-usb.c at line 711 Cannot find UPS device -- For a link= to=20 > detailed USB trouble shooting information, please see=20 > . > Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: Valid= lock=20 > file for pid=3D685, but not ours pid=3D689 > Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: apcup= sd=20 > error shutdown completed >=20 > also, here is my /etc/rc.conf file. ive double checked it, and these ite= ms=20 > arent listed twice (not even sure if that would matter if it were). >=20 > # -- sysinstall generated deltas -- # Fri Jun 16 12:58:58 2006 > # Created: Fri Jun 16 12:58:58 2006 > # Enable network daemons for user convenience. > # Please make all changes to this file, not to /etc/defaults/rc.conf. > # This file now contains just the overrides from /etc/defaults/rc.conf. > hostname=3D"athena.dfwlp.com" > ifconfig_bge0=3D"DHCP" > devfs_system_ruleset=3D"localrules" > sshd_enable=3D"YES" > usbd_enable=3D"YES" > ntpdate_enable=3D"YES" > ntpdate_hosts=3D"0.us.pool.ntp.org" > snmpd_enable=3D"YES" > inetd_enable=3D"YES" > inetd_flags=3D"-wW -a 192.168.125.83" > ntpd_enable=3D"YES" > linux_enable=3D"YES" > rpcbind_enable=3D"YES" > nfs_server_enable=3D"YES" > mountd_flags=3D"-r" > nfs_client_enable=3D"YES" > # vsftpd_enable=3D"YES" > cupsd_enable=3D"YES" > samba_enable=3D"YES" > apcupsd_enable=3D"YES" >=20 > can anyone give me any guesses as to where i need to take a look as to wh= at=20 > could be attempting the 2nd starts of these 2 items? also, simply restar= ting=20 > apcupsd will fail, but if i killall apcupsd then start it fresh, it works= for=20 > the duration of my uptime (somehow the pid that stays running gets=20 > disassociated from the pid file). samba is similar behavior. my windows= =20 > computer cannot access the samba, until it is restarted (samba restarts= =20 > normally without any troubles). >=20 > any clues at all, would be appreciated. cheers, > --=20 > Jonathan Horne > http://dfwlpiki.dfwlp.org > freebsd@dfwlp.com It happens because you now have /usr/X11R6 symlinked to /usr/local and local_startup rc variable still points to both. Insert local_startup=3D"/usr/local/etc/rc.d" to /etc/rc.conf. And, BTW, this is one of the tasks that /usr/ports/Tools/scripts/mergebase.sh performs (this is mentioned in /usr/ports/UPDATING). HTH, Yuri --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGkU3ceoAklVFrLdgRAneMAJkBt9Ugxv3hmlIC57fYwdCmSu6TdgCeLaF1 FIh6gr8dlrZKdzABax65JtI= =6dJF -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 21:12:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D258E16A41F for ; Sun, 8 Jul 2007 21:12:08 +0000 (UTC) (envelope-from j65nko@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 929F013C46A for ; Sun, 8 Jul 2007 21:12:08 +0000 (UTC) (envelope-from j65nko@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so460026nzf for ; Sun, 08 Jul 2007 14:12:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ur/hqWnHZCojAgWz8dT3UPSZQxFQBrlehqr+yZWbL6fl9Y73KRngSeqVLTcld2Rmpcr8eWqnsCZEJRefMPjauFUmWdkgknq0AID5VH0dIPmXy+ZIH53dVHECSOb8NNJBiKgLvFz+eX7aRF20XbpSRuxV3vfbBYo85d+swG6ae4o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dOb3XSalvq59g+IW/6q1iPch0IxsIgL/ZCHOrFL4PFlaVzXHJgtQfKixTdYKMUadgU2k7zI/S8ei+ngUjq5bMxnvtscee5TOd+z9TCp6rEDeyyc1/LW0H4LVsyqLscUme/5jrasWJWv3+NY+DFNtph2qlpj715O1h2dZ8AG4yR8= Received: by 10.142.231.7 with SMTP id d7mr184844wfh.1183927394680; Sun, 08 Jul 2007 13:43:14 -0700 (PDT) Received: by 10.143.45.7 with HTTP; Sun, 8 Jul 2007 13:43:14 -0700 (PDT) Message-ID: <19861fba0707081343k4b789d71ne6ff9d622e8da1ca@mail.gmail.com> Date: Sun, 8 Jul 2007 22:43:14 +0200 From: J65nko To: freebsd-questions@freebsd.org In-Reply-To: <3ea3ac8f0707081128n4ec5f2f6o6ffb0c4745a3008b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3ea3ac8f0707081128n4ec5f2f6o6ffb0c4745a3008b@mail.gmail.com> Subject: Re: non-interactive dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 21:12:08 -0000 On 7/8/07, Dinesh Pandian wrote: > Hello guys, > quick question.. > > Is there a way to tell dump to do it's working without > it asking "Is the new volume mounted and ready to go?: ("yes" or "no")" > everytime it changes mount points? > > For example: > > solara# dump -0L -f /dev/da1 / > DUMP: Date of this level 0 dump: Mon Jul 9 02:17:40 2007 > DUMP: Date of last level 0 dump: the epoch > DUMP: Dumping snapshot of /dev/da0s1a (/) to /dev/da1 > DUMP: mapping (Pass I) [regular files] > DUMP: mapping (Pass II) [directories] > DUMP: estimated 288357 tape blocks on 7.42 tape(s). > DUMP: dumping (Pass III) [directories] > DUMP: dumping (Pass IV) [regular files] > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #2 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 2 begins with blocks from inode 33729 > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #3 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 3 begins with blocks from inode 49969 > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #4 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 4 begins with blocks from inode 50225 > DUMP: 39.89% done, finished in 0:01 at Mon Jul 9 02:25:01 2007 > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #5 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 5 begins with blocks from inode 50225 > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #6 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 6 begins with blocks from inode 50225 > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #7 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 7 begins with blocks from inode 50225 > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #8 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 8 begins with blocks from inode 50225 > DUMP: DUMP: 289411 tape blocks on 8 volumes > DUMP: finished in 180 seconds, throughput 1607 KBytes/sec > DUMP: Closing /dev/da1 > DUMP: DUMP IS DONE > > > Dump requires that I key in "yes" everytime it changes mount volumes.. > is there a way to just get it to continue without user intervention? > Use the "-a" flag ;) From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 21:54:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D84316A469 for ; Sun, 8 Jul 2007 21:54:34 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6884513C447 for ; Sun, 8 Jul 2007 21:54:34 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 16604 invoked from network); 8 Jul 2007 21:54:34 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 8 Jul 2007 21:54:33 -0000 Received: from Lowell-Desk.lan (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id D27C02842D for ; Sun, 8 Jul 2007 17:54:30 -0400 (EDT) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id 2F3561CC5F; Sun, 8 Jul 2007 17:54:28 -0400 (EDT) To: freebsd-questions@freebsd.org References: <469056DE.40902@tundraware.com> <46908257.8060209@tundraware.com> <44hcof9dkm.fsf@Lowell-Desk.lan> <46910EDC.10901@tundraware.com> From: Lowell Gilbert Date: Sun, 08 Jul 2007 17:54:28 -0400 In-Reply-To: <46910EDC.10901@tundraware.com> (Tim Daneliuk's message of "Sun\, 08 Jul 2007 11\:20\:44 -0500") Message-ID: <44644upnmz.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Enabling A Serial Port On 6.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: Sun, 08 Jul 2007 21:54:34 -0000 Tim Daneliuk writes: > I suspect that there are a great > many places - shell scripts and C source code leap to mind - where the > lack of a terminating newline at the end of a file does not cause the > line to be ignored altogether. In both of those cases, the relevant standards say that such input is invalid. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 21:58:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63C3716A421 for ; Sun, 8 Jul 2007 21:58:11 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 2303913C43E for ; Sun, 8 Jul 2007 21:58:11 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l68Lw8D6016550 for ; Sun, 8 Jul 2007 16:58:08 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 8 Jul 2007 16:58:07 -0500 User-Agent: KMail/1.9.6 References: <200707081537.11124.freebsd@dfwlp.com> <20070708204938.GA98762@darklight.org.ru> In-Reply-To: <20070708204938.GA98762@darklight.org.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707081658.08010.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.0 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: trouble with some startup items X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 08 Jul 2007 21:58:11 -0000 On Sunday 08 July 2007 15:49:38 Yuri Pankov wrote: > On Sun, Jul 08, 2007 at 03:37:10PM -0500, Jonathan Horne wrote: > > ive been trying to figure out this problem for a while now. i have 2 > > things that are having trouble starting. apcupsd and samba. i recently > > noticed, that during start up, they are printed more than once to the > > console (and to my /var/log/console.log. here is the output of my most > > recent reboot: > > > > Jul 8 15:24:05 athena kernel: Starting syslogd. > > Jul 8 15:24:05 athena kernel: Initial i386 initialization: > > Jul 8 15:24:05 athena kernel: . > > Jul 8 15:24:05 athena kernel: Additional ABI support: > > Jul 8 15:24:05 athena kernel: linux > > Jul 8 15:24:07 athena kernel: . > > Jul 8 15:24:07 athena kernel: Setting date via ntp. > > Jul 8 15:24:09 athena kernel: 8 Jul 15:24:09 ntpdate[609]: step time > > server 24.162.39.167 offset 1.666967 sec > > Jul 8 15:24:09 athena kernel: Starting rpcbind. > > Jul 8 15:24:09 athena kernel: NFS access cache time=60 > > Jul 8 15:24:09 athena kernel: Starting mountd. > > Jul 8 15:24:09 athena kernel: Starting nfsd. > > Jul 8 15:24:09 athena kernel: Starting apcupsd. > > Jul 8 15:24:09 athena kernel: Starting apcupsd. > > Jul 8 15:24:09 athena kernel: Starting local daemons: > > Jul 8 15:24:09 athena kernel: . > > Jul 8 15:24:09 athena kernel: Updating motd > > Jul 8 15:24:09 athena kernel: . > > Jul 8 15:24:09 athena kernel: Mounting late file systems: > > Jul 8 15:24:09 athena kernel: . > > Jul 8 15:24:09 athena kernel: Starting ntpd. > > Jul 8 15:24:09 athena kernel: Starting usbd. > > Jul 8 15:24:10 athena kernel: Starting cupsd. > > Jul 8 15:24:10 athena kernel: Starting cupsd. > > Jul 8 15:24:10 athena kernel: Removing stale Samba tdb files: > > Jul 8 15:24:10 athena kernel: . > > Jul 8 15:24:10 athena last message repeated 7 times > > Jul 8 15:24:10 athena kernel: done > > Jul 8 15:24:10 athena kernel: Starting nmbd. > > Jul 8 15:24:10 athena kernel: Starting smbd. > > Jul 8 15:24:11 athena kernel: Removing stale Samba tdb files: > > Jul 8 15:24:11 athena kernel: . > > Jul 8 15:24:11 athena last message repeated 5 times > > Jul 8 15:24:11 athena kernel: done > > Jul 8 15:24:11 athena kernel: Starting nmbd. > > Jul 8 15:24:11 athena kernel: Starting smbd. > > Jul 8 15:24:11 athena kernel: Starting snmpd. > > Jul 8 15:24:11 athena kernel: Starting snmpd. > > Jul 8 15:24:11 athena kernel: Configuring syscons: > > Jul 8 15:24:11 athena kernel: blanktime > > Jul 8 15:24:11 athena kernel: . > > Jul 8 15:24:11 athena kernel: Starting sshd. > > Jul 8 15:24:12 athena kernel: Starting cron. > > Jul 8 15:24:12 athena kernel: Local package initialization: > > Jul 8 15:24:12 athena kernel: . > > Jul 8 15:24:12 athena kernel: Additional TCP options: > > Jul 8 15:24:12 athena kernel: . > > Jul 8 15:24:12 athena kernel: Starting inetd. > > Jul 8 15:24:12 athena kernel: Starting background file system checks in > > 60 seconds. > > Jul 8 15:24:12 athena kernel: > > Jul 8 15:24:12 athena kernel: Sun Jul 8 15:24:12 CDT 2007 > > Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: > > apcupsd FATAL ERROR in bsd-usb.c at line 711 Cannot find UPS device -- > > For a link to detailed USB trouble shooting information, please see > > . > > Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: Valid > > lock file for pid=685, but not ours pid=689 > > Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: > > apcupsd error shutdown completed > > > > also, here is my /etc/rc.conf file. ive double checked it, and these > > items arent listed twice (not even sure if that would matter if it were). > > > > # -- sysinstall generated deltas -- # Fri Jun 16 12:58:58 2006 > > # Created: Fri Jun 16 12:58:58 2006 > > # Enable network daemons for user convenience. > > # Please make all changes to this file, not to /etc/defaults/rc.conf. > > # This file now contains just the overrides from /etc/defaults/rc.conf. > > hostname="athena.dfwlp.com" > > ifconfig_bge0="DHCP" > > devfs_system_ruleset="localrules" > > sshd_enable="YES" > > usbd_enable="YES" > > ntpdate_enable="YES" > > ntpdate_hosts="0.us.pool.ntp.org" > > snmpd_enable="YES" > > inetd_enable="YES" > > inetd_flags="-wW -a 192.168.125.83" > > ntpd_enable="YES" > > linux_enable="YES" > > rpcbind_enable="YES" > > nfs_server_enable="YES" > > mountd_flags="-r" > > nfs_client_enable="YES" > > # vsftpd_enable="YES" > > cupsd_enable="YES" > > samba_enable="YES" > > apcupsd_enable="YES" > > > > can anyone give me any guesses as to where i need to take a look as to > > what could be attempting the 2nd starts of these 2 items? also, simply > > restarting apcupsd will fail, but if i killall apcupsd then start it > > fresh, it works for the duration of my uptime (somehow the pid that stays > > running gets disassociated from the pid file). samba is similar > > behavior. my windows computer cannot access the samba, until it is > > restarted (samba restarts normally without any troubles). > > > > any clues at all, would be appreciated. cheers, > > -- > > Jonathan Horne > > http://dfwlpiki.dfwlp.org > > freebsd@dfwlp.com > > It happens because you now have /usr/X11R6 symlinked to /usr/local and > local_startup rc variable still points to both. Insert > local_startup="/usr/local/etc/rc.d" to /etc/rc.conf. And, BTW, this is > one of the tasks that /usr/ports/Tools/scripts/mergebase.sh performs > (this is mentioned in /usr/ports/UPDATING). > > > HTH, > Yuri that was it!! thank you so much! interesting thing, is that this system was a complete rebuild from the ground up, after the 7.2 was introduced into the ports. i did still have to set the variable XORG_UPGRADE=yes, but i didnt bother with any other other upgrading hoop-tricks since this system was totally fresh. cheers, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 00:46:49 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 166E516A400 for ; Mon, 9 Jul 2007 00:46:49 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 1AD0813C43E for ; Mon, 9 Jul 2007 00:46:47 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l690kfdp028150 for ; Sun, 8 Jul 2007 17:46:41 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l690kfx4028149 for freebsd-questions@FreeBSD.ORG; Sun, 8 Jul 2007 17:46:41 -0700 (PDT) (envelope-from kline) Date: Sun, 8 Jul 2007 17:46:41 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20070709004641.GA28114@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Subject: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 00:46:49 -0000 I was able to find, ldown load and instal the DOS/Windows ssh utility, but am having trouble scp'ing stuff between my BSD side and my W2K server. Anybody know what file I have to modify to get permission on the windows computer? -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 00:57:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0816416A469 for ; Mon, 9 Jul 2007 00:57:03 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id B615613C45A for ; Mon, 9 Jul 2007 00:57:02 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l690uuxH019580 for ; Sun, 8 Jul 2007 19:56:57 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 8 Jul 2007 19:56:56 -0500 User-Agent: KMail/1.9.6 References: <20070709004641.GA28114@thought.org> In-Reply-To: <20070709004641.GA28114@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707081956.56787.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.1 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 00:57:03 -0000 On Sunday 08 July 2007 19:46:41 Gary Kline wrote: > I was able to find, ldown load and instal the DOS/Windows ssh > utility, but am having trouble scp'ing stuff between my BSD side > and my W2K server. Anybody know what file I have to modify to > get permission on the windows computer? during the rare occasions that i have to scp files from a unix source, i always do it *from* the windows box, with pscp.exe. cheers, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 01:28:25 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52EB616A421 for ; Mon, 9 Jul 2007 01:28:25 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2FC3E13C455 for ; Mon, 9 Jul 2007 01:28:25 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 2FB237FB6 for ; Sun, 8 Jul 2007 21:04:07 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id A8CC9B65E8 for ; Mon, 9 Jul 2007 01:03:50 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 01:03:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707090103.49950.lists-fbsd@shadypond.com> Subject: X11 forwarding problems in FreeBSD 6.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, 09 Jul 2007 01:28:25 -0000 I am having some problems with X11 forwarding. I can do X11 forwarding via ssh between two machines running Linux, but if I try to do this from FreeBSD (KDE) to either of the Linux machines, it only works if I use startx to start KDE on the fbsd machine (a laptop). If I start KDE from kdm, I get errors that go like this when I start the KDE app on the remote host running Linux: pollywog@slider:~$ kate Xlib: connection to "localhost:11.0" refused by server Xlib: Invalid MIT-MAGIC-COOKIE-1 key kate: cannot connect to X server localhost:11.0 My configurations for ssh are similar on all hosts: sshd_conf has AllowTcpForwarding yes X11DisplayOffset 10 X11UseLocalHost yes XAuthLocation /usr/local/bin/xauth ssh_conf has Host slider HostName 192.168.0.1 ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes PubkeyAuthentication yes Protocol 2 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 02:13:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DED816A400 for ; Mon, 9 Jul 2007 02:13:55 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 20F8C13C458 for ; Mon, 9 Jul 2007 02:13:55 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id l692Dmpl078366 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Jul 2007 19:13:48 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id l692DmSF078356; Sun, 8 Jul 2007 19:13:48 -0700 (PDT) Received: from fbsd61 ([192.168.200.61]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA12557; Sun, 8 Jul 07 19:01:10 PDT Date: Sun, 08 Jul 2007 19:03:46 -0700 From: perryh@pluto.rain.com To: dnelson@allantgroup.com Message-Id: <46919782.TGE42+thmebftiAD%perryh@pluto.rain.com> References: <3ea3ac8f0707081128n4ec5f2f6o6ffb0c4745a3008b@mail.gmail.com> <20070708201401.GA15336@dan.emsphone.com> In-Reply-To: <20070708201401.GA15336@dan.emsphone.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dineshpandian@gmail.com, freebsd-questions@freebsd.org Subject: Re: non-interactive dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 02:13:55 -0000 > > Is there a way to tell dump to do it's working without it asking > > "Is the new volume mounted and ready to go?: ("yes" or "no")" > > everytime it changes mount points? > > How else can it tell when you've swapped in new media? If it > automatically continued it would just overwrite the previous > segment. In principle, when dumping to a sequence of volumes on a removable device, it could watch for the device to become not-ready and then ready again. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 04:44:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F89A16A421 for ; Mon, 9 Jul 2007 04:44:09 +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 62B7113C448 for ; Mon, 9 Jul 2007 04:44:09 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 35912 invoked by uid 60001); 9 Jul 2007 04:17:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=c/80DxoBYWGE8g5qLxTdxu6ZfijudDu+eTxCv6mml6e1IiHMn5qsAvyLxP3NQmS78Q2sUByP8S2LYkayCD4CEqo/ooXa9YtTeVKIeWDpewZqBlaOZ/U7H8pS0JrHK1YnZGG+8tAISLkBsBV/zg+Dg9oDv1xI+YkLMmPnfxQUHQM=; X-YMail-OSG: C7pTKJ4VM1kPrwgvobih_sfYc6YhbJ_a5A8MhyuAOr9bh3TWE86YSgI26qNPs3D98BzuDg6OeEAB3cdL9KE0b8AX4G6Xf1SKE4tdcieNu8StHjX41UTWnf2FnNcyT3VNHp24UkoBdkiI Received: from [75.19.98.178] by web83107.mail.mud.yahoo.com via HTTP; Sun, 08 Jul 2007 21:17:27 PDT Date: Sun, 8 Jul 2007 21:17:27 -0700 (PDT) From: backyard To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <465042.30173.qm@web83107.mail.mud.yahoo.com> Subject: Odd Multi-User Mode BUILD Error: lang/gnat; why is it attempting to use csh??? 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: Mon, 09 Jul 2007 04:44:09 -0000 Please CC me on a response as I am not a member of freebsd-questions Here it is: gmake[2]: Entering directory `/usr/ports/lang/gnat/work/gcc-34/gcc/fixinc' /bin/csh ./genfixes machname.h SHELL=/bin/sh: Command not found. export: Command not found. if: Expression Syntax. gmake[2]: *** [machname.h] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/gnat/work/gcc-34/gcc/fixinc' gmake[1]: *** [fixinc.sh] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gnat/work/gcc-34/gcc' gmake: *** [all-gcc] Error 2 *** Error code 2 ------------ this is obviously caused by the build attempting to run the sh script with (t)csh instead causing a basic syntax error to occur because of the incompatible script syntax and puking the make. I say obviously because dropping to single user mode and choosing /bin/sh as my shell allowed the build to occur without error. I think the problem lies in lang/gnat/work/gcc-34/gcc/fixinc/Makefile.in referencing the variable SHELL=@SHELL@ and using it genrally like cd $(srcdir) ; $(SHELL) ./genfixes $@ I don't know much about Makefile syntax but I know changing every reference of SHELL to DINGLESHELL made no difference. I attempted to force SHELL=/bin/sh to no avail it was ignored and still ran /bin/csh ./genfixes machname.h SHELL=/bin/sh:Command not found I even reset MAKE_SHELL=/bin/sh in make.conf and forced the above Makefile.in to use SHELL=${MAKE_SHELL} as a last resort but neither futile attempts worked. I believe the error is that the Makefile is ignoring the setting of SHELL and using the environment SHELL variable which is by default /bin/csh. Under Linux this wouldn't be an error because as I recall they use bash for everyone, even the big wheels... but for a BSD this is an error, because root runs csh My question is should SHELL=@SHELL@ pickup the proper /bin/sh and build things correctly, or is using SHELL in the makefile in this manner an error under a BSD that should be fixed by a patch worked out with the maintainer. I don't know if this is an configure error, or a one in a bluemoon thing. I am thoroughly confused by this. I guess I am wondering if anyone else has had similar issues with the port as a search on google didn't seem to find much. I need the GPL version so I can use tasking, as my reason for using Ada needs the intrinsic support for threading to be functional. This also allows me to try out the adacore compile prior to dropping whatever sum of money they want for GNAT-Pro... If I have to go single user to update the port I will. I don't want to run /bin/sh as my root shell i suppose i could try bash. which as an exercise i set as the root shell and all went perfectly fine through the build. I don't want to leave things this way because a simple issue of deleting my ports will make logging in as root require remembering to boot single user... my build env: 2x 2800+ athlon-mp 1284M Ram (1gig + 256M registered ECC scrubbing on) FreeBSD 6.2-p5 CFLAGS=-O2 -pipe COPTFLAGS=-pipe -O CPUTYPE?=athlon-mp NO_RCMDS=YES NO_PROFILE=YES MAKE_IDEA=yes WITH_OPENSSL_BASE=YES X_WINDOW_SYSTEM=xorg SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl2 thanks for any help, and thanks to the FreeBSD team, I can't wait for 7.0 to be released, I think my LH6000 is going to love the optimized SMP routines... as will the above machine, of course. brian again, Please CC me on a response as I am not a member of freebsd-questions From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:18:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F53416A400 for ; Mon, 9 Jul 2007 05:18:15 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 0211113C447 for ; Mon, 9 Jul 2007 05:18:14 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 31679 invoked from network); 9 Jul 2007 00:18:14 -0500 Received: from 203-217-53-24.dyn.iinet.net.au (HELO localhost) (203.217.53.24) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Jul 2007 00:18:13 -0500 Date: Mon, 9 Jul 2007 15:18:11 +1000 From: Norberto Meijome To: Gary Kline Message-ID: <20070709151811.75677f9d@localhost> In-Reply-To: <20070709004641.GA28114@thought.org> References: <20070709004641.GA28114@thought.org> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 05:18:15 -0000 On Sun, 8 Jul 2007 17:46:41 -0700 Gary Kline wrote: > I was able to find, ldown load and instal the DOS/Windows ssh > utility, but am having trouble scp'ing stuff between my BSD side > and my W2K server. Anybody know what file I have to modify to > get permission on the windows computer? Gary, what exactly are you trying to do ? what error do you get? is your windows user local? does it have admin rights ? B _________________________ {Beto|Norberto|Numard} Meijome "If you want to realize what a ridiculous word 'lifestyle' is, consider the fact that technically speaking, Attila the Hun had an active, outdoor lifestyle." George Carlin I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:27:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCC9116A468 for ; Mon, 9 Jul 2007 05:27:14 +0000 (UTC) (envelope-from fbsd-ml@scrapper.ca) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id B55ED13C458 for ; Mon, 9 Jul 2007 05:27:14 +0000 (UTC) (envelope-from fbsd-ml@scrapper.ca) Received: from pd3mr2so.prod.shaw.ca (pd3mr2so-qfe3.prod.shaw.ca [10.0.141.178]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JKW00GWUCHE2950@l-daemon> for freebsd-questions@freebsd.org; Sun, 08 Jul 2007 23:27:14 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd3mr2so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JKW00EKKCHEAO40@pd3mr2so.prod.shaw.ca> for freebsd-questions@freebsd.org; Sun, 08 Jul 2007 23:27:14 -0600 (MDT) Received: from proven.lan ([24.85.241.34]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JKW006FGCHCX074@l-daemon> for freebsd-questions@freebsd.org; Sun, 08 Jul 2007 23:27:13 -0600 (MDT) Received: from proven.lan (localhost [127.0.0.1]) by proven.lan (8.14.1/8.14.1) with ESMTP id l695RBVN019265 for ; Sun, 08 Jul 2007 22:27:11 -0700 (PDT envelope-from fbsd-ml@scrapper.ca) Received: from localhost (localhost [[UNIX: localhost]]) by proven.lan (8.14.1/8.14.1/Submit) id l695RBZr019264 for freebsd-questions@freebsd.org; Sun, 08 Jul 2007 22:27:11 -0700 (PDT envelope-from fbsd-ml@scrapper.ca) Date: Sun, 08 Jul 2007 22:27:11 -0700 From: Norbert Papke In-reply-to: <200707090103.49950.lists-fbsd@shadypond.com> To: freebsd-questions@freebsd.org Message-id: <200707082227.11422.fbsd-ml@scrapper.ca> Organization: Archaeological Filing MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200707090103.49950.lists-fbsd@shadypond.com> X-Authentication-warning: proven.lan: npapke set sender to fbsd-ml@scrapper.ca using -f User-Agent: KMail/1.9.6 Subject: Re: X11 forwarding problems in FreeBSD 6.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, 09 Jul 2007 05:27:14 -0000 On July 8, 2007, Pollywog wrote: > I am having some problems with X11 forwarding. I can do X11 forwarding via > ssh between two machines running Linux, but if I try to do this from > FreeBSD (KDE) to either of the Linux machines, it only works if I use > startx to start KDE on the fbsd machine (a laptop). If I start KDE from > kdm, I get errors that go like this when I start the KDE app on the remote > host running Linux: pollywog@slider:~$ kate > Xlib: connection to "localhost:11.0" refused by server > Xlib: Invalid MIT-MAGIC-COOKIE-1 key > kate: cannot connect to X server localhost:11.0 On your FreeBSD machine, try issuing % xhost +local: before you ssh to the Linux machines. Cheers. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:29:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7999716A421 for ; Mon, 9 Jul 2007 05:29:07 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (cp268254-a.landg1.lb.home.nl [213.51.103.48]) by mx1.freebsd.org (Postfix) with ESMTP id 36B2313C4B7 for ; Mon, 9 Jul 2007 05:29:06 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id 98A3439898 for ; Mon, 9 Jul 2007 07:29:05 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 4BCB239884; Mon, 9 Jul 2007 07:29:05 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ra.egypt.nl X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.2.1 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id F364C3987B for ; Mon, 9 Jul 2007 07:29:01 +0200 (CEST) Message-ID: <4691C79C.80806@boosten.org> Date: Mon, 09 Jul 2007 07:29:00 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: FreeBSD Mailing List References: <20070709004641.GA28114@thought.org> In-Reply-To: <20070709004641.GA28114@thought.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000754-5, 07/08/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 05:29:07 -0000 Gary Kline wrote: > I was able to find, ldown load and instal the DOS/Windows ssh > utility, but am having trouble scp'ing stuff between my BSD side > and my W2K server. Anybody know what file I have to modify to > get permission on the windows computer? Gary, Search for winscp, a (free) graphical drag&drop scp tool. I've seen some limitations with scp of putty (like file sizes over 2 Gigs). Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:44:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 912A216A400 for ; Mon, 9 Jul 2007 05:44:59 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 37C3413C457 for ; Mon, 9 Jul 2007 05:44:59 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l695ioQq044733 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 9 Jul 2007 00:44:52 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4691CB4E.5010606@tundraware.com> Date: Mon, 09 Jul 2007 00:44:46 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> In-Reply-To: <20070709151811.75677f9d@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Cc: Gary Kline , FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 05:44:59 -0000 On Sun, 8 Jul 2007 17:46:41 -0700 Gary Kline wrote: > >> I was able to find, ldown load and instal the DOS/Windows ssh >> utility, but am having trouble scp'ing stuff between my BSD side >> and my W2K server. Anybody know what file I have to modify to >> get permission on the windows computer? OK - there are two scenarios: 1) Running the command from a Windows command shell to/from BSD (really pscp, right? - that's what comes with putty): pscp user@host:sourcefile localfile - Copies file from BSD to Windows pscp localfile user@host:destfile - Copies local file to BSD This should work out of the box assuming there are no authentication or firewall problems in the way. If you're running WinXP/Vista you may have to open the Windows firewall to permit this. You can see what's going on by having pscp be "verbose" by sticking a -v flag into the command: pscp -v ..... 2) Running the command from BSD to/from Windows This is harder. You have to be running a ssh daemon (sshd) on your Windows machine. This is very doable, but you'll need something like cygwin to get sshd for Windows and then you'll have to configure it appropriately. The good thing about this (although it is kind of a pain) is that it gets around an interesting limitation in WinDoze. Microsoft does allow you to telnet into your Windows client machine but it only allows ONE such login at a time (because, if you wanted more than one login, surely you need WinDoze Server ... which is WAY more money). If you install sshd on your machine, you now have more-or-less unlimited logins via ssh from other machines. Similarly, on Windows Server, you probably need a CAL for each telnet connection. I do not quite understand Microsoft's licensing terms (does anyone?), but it _may_ be the case that running sshd on a Windows Server and using ssh to get to it _may_ get you around paying for extra CALs. YLFMV (Your Legal Fees May Vary). You didn't provide any particulars (in the future, an exact description of what is- and is not working is VERY useful for those of us trying to help ;), but, if I had to guess, I'd say you're having one of two problems: 1) You're trying to do the file copy from BSD to/from Windows and you don't have an sshd daemon running on Win32. 2) You're trying initiate the copy from Windows (which should work), but the Windows firewall is blocking the connection. HTH, P.S. If anyone tells anyone else that I know this stuff about Windows I will deny it loudly and come looking for you. I do not need any more conversations that start with, "Oh, you're a computer engineer - I have this problem with my/childrens'/wife's/dog's Windows machine..." :) -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:45:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4786D16A4A9 for ; Mon, 9 Jul 2007 05:45:07 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id D5C6313C448 for ; Mon, 9 Jul 2007 05:45:06 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l695ixUc021430 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 8 Jul 2007 22:44:59 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l695iwrW013955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Jul 2007 22:44:59 -0700 Message-ID: <4691CB5A.2050208@u.washington.edu> Date: Sun, 08 Jul 2007 22:44:58 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Peter Boosten References: <20070709004641.GA28114@thought.org> <4691C79C.80806@boosten.org> In-Reply-To: <4691C79C.80806@boosten.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.8.222636 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' Cc: FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 05:45:07 -0000 Peter Boosten wrote: > Gary Kline wrote: > >> I was able to find, ldown load and instal the DOS/Windows ssh >> utility, but am having trouble scp'ing stuff between my BSD side >> and my W2K server. Anybody know what file I have to modify to >> get permission on the windows computer? >> > > Gary, > > Search for winscp, a (free) graphical drag&drop scp tool. > I've seen some limitations with scp of putty (like file sizes over 2 Gigs). > > Peter > Gary, If you're just trying to do file transferring/sharing in a local 'secure' network, I suggest Samba in place of scp. You might also want to consider Samba + VPN as well; scp is great for porting files over long distances, or a last resort for dealing with Unix <=> Windows transferring, but just seems incredibly kludgey when dealing with files/directories otherwise (having to maintain an ssh connection, having to install a scp/ssh client per machine for instance are what I consider kludgey). Cheers, -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:50:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88F6716A46C for ; Mon, 9 Jul 2007 05:50:01 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from host222.ipowerweb.com (host222.ipowerweb.com [66.235.210.10]) by mx1.freebsd.org (Postfix) with SMTP id 63C2413C44C for ; Mon, 9 Jul 2007 05:50:01 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 61022 invoked from network); 9 Jul 2007 05:44:57 -0000 Received: from unknown (HELO demeter.hydra) (24.9.123.251) by host222.ipowerweb.com with SMTP; 9 Jul 2007 05:44:57 -0000 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l695nwrq069912 for ; Sun, 8 Jul 2007 23:49:59 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l695nw38069911 for freebsd-questions@freebsd.org; Sun, 8 Jul 2007 23:49:58 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Sun, 8 Jul 2007 23:49:58 -0600 From: Chad Perrin To: FreeBSD Mailing List Message-ID: <20070709054958.GF69746@demeter.hydra> Mail-Followup-To: FreeBSD Mailing List References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <4691CB4E.5010606@tundraware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4691CB4E.5010606@tundraware.com> User-Agent: Mutt/1.4.2.2i Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 05:50:01 -0000 On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: > > P.S. If anyone tells anyone else that I know this stuff about Windows > I will deny it loudly and come looking for you. I do not need > any more conversations that start with, "Oh, you're a computer > engineer - I have this problem with my/childrens'/wife's/dog's > Windows machine..." :) "Oh, well that's your problem right there. Here, try FreeBSD, or maybe this MacOS X thing, instead. That should solve the problem." Isn't that the right answer to all such questions? -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] MacUser, Nov. 1990: "There comes a time in the history of any project when it becomes necessary to shoot the engineers and begin production." From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:57:28 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AC8916A421 for ; Mon, 9 Jul 2007 05:57:28 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id D0D8513C45E for ; Mon, 9 Jul 2007 05:57:27 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l695vQgG029887; Sun, 8 Jul 2007 22:57:26 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l695vQe3029886; Sun, 8 Jul 2007 22:57:26 -0700 (PDT) (envelope-from kline) Date: Sun, 8 Jul 2007 22:57:26 -0700 From: Gary Kline To: Norberto Meijome Message-ID: <20070709055726.GA29775@thought.org> References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070709151811.75677f9d@localhost> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 05:57:28 -0000 On Mon, Jul 09, 2007 at 03:18:11PM +1000, Norberto Meijome wrote: > On Sun, 8 Jul 2007 17:46:41 -0700 > Gary Kline wrote: > > > I was able to find, down load and instal the DOS/Windows ssh > > utility, but am having trouble scp'ing stuff between my BSD side > > and my W2K server. Anybody know what file I have to modify to > > get permission on the windows computer? > > Gary, > > what exactly are you trying to do ? what error do you get? > > is your windows user local? does it have admin rights ? > wHat I was tying to do what scp a kf141.exe here on "tao" over to my daughter's peecee to get her W2K key/number. I didn't buy the W2K and when I junk the computer I want to use the OS. The error was a permissions type yelp from the PC. I logged out as her, then discovered that she already was "administrator." gary PS/: if anybody knows where I can find this "key-finder" binary, it'd save lots of steps! > B > > _________________________ > {Beto|Norberto|Numard} Meijome > > "If you want to realize what a ridiculous word 'lifestyle' is, consider the fact that technically speaking, Attila the Hun had an active, outdoor lifestyle." > George Carlin > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:59:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D256D16A468 for ; Mon, 9 Jul 2007 05:59:57 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id B397C13C4B8 for ; Mon, 9 Jul 2007 05:59:57 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1I7mHs-00040C-VF for freebsd-questions@freebsd.org; Sun, 08 Jul 2007 22:59:56 -0700 Message-ID: <11496394.post@talk.nabble.com> Date: Sun, 8 Jul 2007 22:59:56 -0700 (PDT) From: gmoniey To: freebsd-questions@freebsd.org In-Reply-To: <11003239.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: gmoniey@gmail.com References: <10902043.post@talk.nabble.com> <20070601131230.380039e8@localhost> <10906324.post@talk.nabble.com> <20070601154223.GC43330@gizmo.acns.msu.edu> <10953687.post@talk.nabble.com> <20070605031224.188cacc8@gumby.homeunix.com.> <20070605022154.GB71220@gizmo.acns.msu.edu> <10963533.post@talk.nabble.com> <46651165.1040909@webanoide.org> <10982826.post@talk.nabble.com> <20070606224103.GA80072@gizmo.acns.msu.edu> <11003239.post@talk.nabble.com> Subject: Re: startup / shutdown script (rc.d) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 05:59:57 -0000 to those interested, I finally solved this problem, it turns out that the path wasnt correctly set for /usr/local/bin, and adding this line fixed it PATH=/usr/local/bin:$PATH -- View this message in context: http://www.nabble.com/startup---shutdown-script-%28rc.d%29-tf3848895.html#a11496394 Sent from the freebsd-questions mailing list archive at Nabble.com. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:12:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9244316A400 for ; Mon, 9 Jul 2007 06:12:13 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 3561D13C447 for ; Mon, 9 Jul 2007 06:12:13 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l696CBEA029978; Sun, 8 Jul 2007 23:12:11 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l696C5QB029969; Sun, 8 Jul 2007 23:12:05 -0700 (PDT) (envelope-from kline) Date: Sun, 8 Jul 2007 23:12:05 -0700 From: Gary Kline To: Tim Daneliuk Message-ID: <20070709061205.GB29775@thought.org> References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <4691CB4E.5010606@tundraware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4691CB4E.5010606@tundraware.com> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 06:12:13 -0000 On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: > On Sun, 8 Jul 2007 17:46:41 -0700 > Gary Kline wrote: > > > >> I was able to find, ldown load and instal the DOS/Windows ssh > >> utility, but am having trouble scp'ing stuff between my BSD side > >> and my W2K server. Anybody know what file I have to modify to > >> get permission on the windows computer? > > OK - there are two scenarios: > > 1) Running the command from a Windows command shell to/from BSD > (really pscp, right? - that's what comes with putty): > > pscp user@host:sourcefile localfile - Copies file from BSD to Windows > pscp localfile user@host:destfile - Copies local file to BSD > > This should work out of the box assuming there are no authentication > or firewall problems in the way. If you're running WinXP/Vista > you may have to open the Windows firewall to permit this. You > can see what's going on by having pscp be "verbose" by sticking > a -v flag into the command: > [[ Dunno why, but I'm saving your entire file:) ---Maybe they've got DOS/Win in HELL for us Unix types.]] Since I've ready got putty on the PC, can I type:: pscp kline@10.0.0.250:/tmp/kf141.exe C:\kf141.exe ?? (Do I have to put the 10.250 IP in brackets, IOW?) tia, -- ~/.sig, etc, etc. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:12:46 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89F4316A421 for ; Mon, 9 Jul 2007 06:12:46 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id 66BD413C43E for ; Mon, 9 Jul 2007 06:12:46 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l696Cjm9023724 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 8 Jul 2007 23:12:45 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l696CjhD028918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 8 Jul 2007 23:12:45 -0700 Message-ID: <4691D1DC.8090301@u.washington.edu> Date: Sun, 08 Jul 2007 23:12:44 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: FreeBSD Mailing List References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <4691CB4E.5010606@tundraware.com> <20070709054958.GF69746@demeter.hydra> In-Reply-To: <20070709054958.GF69746@demeter.hydra> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.8.230033 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_NAME_BODY 0, __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: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 06:12:46 -0000 Chad Perrin wrote: > On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: > >> P.S. If anyone tells anyone else that I know this stuff about Windows >> I will deny it loudly and come looking for you. I do not need >> any more conversations that start with, "Oh, you're a computer >> engineer - I have this problem with my/childrens'/wife's/dog's >> Windows machine..." :) >> > > "Oh, well that's your problem right there. Here, try FreeBSD, or maybe > this MacOS X thing, instead. That should solve the problem." > > Isn't that the right answer to all such questions? Although ideal to use FreeBSD/OS X, many circumstances force people to use Windows (for now..). Another possible solution (since Tim brought up Windows -> BSD): automount with mount_smbfs should do the trick. Just having the Unix server run Samba would do the trick though. -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:15:29 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22C5716A400 for ; Mon, 9 Jul 2007 06:15:29 +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 F3B9313C4BD for ; Mon, 9 Jul 2007 06:15:28 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l696FSdO019686 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 8 Jul 2007 23:15:28 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l696FRS8029023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Jul 2007 23:15:28 -0700 Message-ID: <4691D27F.8010901@u.washington.edu> Date: Sun, 08 Jul 2007 23:15:27 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Gary Kline References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <4691CB4E.5010606@tundraware.com> <20070709061205.GB29775@thought.org> In-Reply-To: <20070709061205.GB29775@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.8.230033 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' Cc: Tim Daneliuk , FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 06:15:29 -0000 Gary Kline wrote: > On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: > >> On Sun, 8 Jul 2007 17:46:41 -0700 >> Gary Kline wrote: >> >>>> I was able to find, ldown load and instal the DOS/Windows ssh >>>> utility, but am having trouble scp'ing stuff between my BSD side >>>> and my W2K server. Anybody know what file I have to modify to >>>> get permission on the windows computer? >>>> >> OK - there are two scenarios: >> >> 1) Running the command from a Windows command shell to/from BSD >> (really pscp, right? - that's what comes with putty): >> >> pscp user@host:sourcefile localfile - Copies file from BSD to Windows >> pscp localfile user@host:destfile - Copies local file to BSD >> >> This should work out of the box assuming there are no authentication >> or firewall problems in the way. If you're running WinXP/Vista >> you may have to open the Windows firewall to permit this. You >> can see what's going on by having pscp be "verbose" by sticking >> a -v flag into the command: >> >> > > > [[ Dunno why, but I'm saving your entire file:) ---Maybe they've > got DOS/Win in HELL for us Unix types.]] > > Since I've ready got putty on the PC, can I type:: > > pscp kline@10.0.0.250:/tmp/kf141.exe C:\kf141.exe > > ?? > > (Do I have to put the 10.250 IP in brackets, IOW?) > > tia, > -- > ~/.sig, etc, etc. > > No, that should be correct. If that doesn't work, there's always Cygwin.. at least that's a semi-natural version of Unix :). -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:20:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B339316A400 for ; Mon, 9 Jul 2007 06:20:00 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3C213C455 for ; Mon, 9 Jul 2007 06:20:00 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l696Js9d045649 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 9 Jul 2007 01:19:55 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4691D387.7090709@tundraware.com> Date: Mon, 09 Jul 2007 01:19:51 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Gary Kline References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <4691CB4E.5010606@tundraware.com> <20070709061205.GB29775@thought.org> In-Reply-To: <20070709061205.GB29775@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Cc: FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 06:20:00 -0000 Gary Kline wrote: > On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: >> On Sun, 8 Jul 2007 17:46:41 -0700 >> Gary Kline wrote: >>>> I was able to find, ldown load and instal the DOS/Windows ssh >>>> utility, but am having trouble scp'ing stuff between my BSD side >>>> and my W2K server. Anybody know what file I have to modify to >>>> get permission on the windows computer? >> OK - there are two scenarios: >> >> 1) Running the command from a Windows command shell to/from BSD >> (really pscp, right? - that's what comes with putty): >> >> pscp user@host:sourcefile localfile - Copies file from BSD to Windows >> pscp localfile user@host:destfile - Copies local file to BSD >> >> This should work out of the box assuming there are no authentication >> or firewall problems in the way. If you're running WinXP/Vista >> you may have to open the Windows firewall to permit this. You >> can see what's going on by having pscp be "verbose" by sticking >> a -v flag into the command: >> > > > [[ Dunno why, but I'm saving your entire file:) ---Maybe they've > got DOS/Win in HELL for us Unix types.]] > > Since I've ready got putty on the PC, can I type:: > > pscp kline@10.0.0.250:/tmp/kf141.exe C:\kf141.exe That should work. You may have to specify the destination, as c:/kf141.exe, I dunno. Another way: cd c:\ pscp kline@10.0.0.250:/tmp/kf141.exe . > > (Do I have to put the 10.250 IP in brackets, IOW?) I don't see why you would. ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:25:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E958816A41F for ; Mon, 9 Jul 2007 06:25:53 +0000 (UTC) (envelope-from info@plot.uz) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8FD13C45A for ; Mon, 9 Jul 2007 06:25:53 +0000 (UTC) (envelope-from info@plot.uz) Received: by mu-out-0910.google.com with SMTP id w9so564259mue for ; Sun, 08 Jul 2007 23:25:52 -0700 (PDT) Received: by 10.82.156.12 with SMTP id d12mr7426317bue.1183962351839; Sun, 08 Jul 2007 23:25:51 -0700 (PDT) Received: from plot.uz ( [83.221.182.61]) by mx.google.com with ESMTP id h7sm6945114nfh.2007.07.08.23.24.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 08 Jul 2007 23:25:51 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable version=3.1.7 X-Spam-Report: Received: from localhost by plot.uz (MDaemon PRO v9.5.5) with DomainPOP id md50000003593.msg for ; Mon, 09 Jul 2007 11:25:22 +0500 Delivered-To: aleksey@plot.uz Received: by 10.100.154.8 with SMTP id b8cs1069131ane; Sun, 8 Jul 2007 12:34:04 -0700 (PDT) Received: by 10.115.55.1 with SMTP id h1mr2452522wak.1183923244488; Sun, 08 Jul 2007 12:34:04 -0700 (PDT) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by mx.google.com with ESMTP id k24si25462932waf.2007.07.08.12.34.03; Sun, 08 Jul 2007 12:34:04 -0700 (PDT) Received-SPF: pass (google.com: domain of owner-freebsd-isp@freebsd.org designates 69.147.83.53 as permitted sender) DomainKey-Status: bad (test mode) Received: from hub.freebsd.org (hub.freebsd.org [69.147.83.54]) by mx2.freebsd.org (Postfix) with ESMTP id 0FC231BCE3; Sun, 8 Jul 2007 19:33:11 +0000 (UTC) (envelope-from owner-freebsd-isp@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 08A1716A4EB; Sun, 8 Jul 2007 19:33:11 +0000 (UTC) (envelope-from owner-freebsd-isp@freebsd.org) X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A21516A400 for ; Sun, 8 Jul 2007 19:33:07 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: from web54303.mail.re2.yahoo.com (web54303.mail.re2.yahoo.com [206.190.49.113]) by mx1.freebsd.org (Postfix) with SMTP id ED8A413C458 for ; Sun, 8 Jul 2007 19:33:06 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: (qmail 39050 invoked by uid 60001); 8 Jul 2007 19:06:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.hk; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=2Y/jfjNZLbXcCabHSqfKiq2xtTv54uWkJU9Rbe+vViFWRhZSawT98liF7y9fUKgCxNU5fdX1vRSOGHDySJ0KfXOv5aepdRgLtvP57C2DlLREu0moE5L4fd70ViiGaXzXJwh4xiqO+hkuJggvs6erVCAaK8Q/vefZ4U52ORNcdzc=; X-YMail-OSG: m9am0HwVM1luGz5dC9sB0B17hXYDqWxJc6xOTeB2e5tyvXzZTpygsO4rbJFiPv1Z1x1KOlqtfi.4R_rHANmL3K67vtsWrI._cGXdGD4jusB9bld9Jl.iKfAtAflSqiULSWdPDuUG8jTZ_NwBoDv8lA01ErH2NwXFdReVNvLdy1s- Received: from [61.15.61.52] by web54303.mail.re2.yahoo.com via HTTP; Sun, 08 Jul 2007 12:06:26 PDT Date: Sun, 8 Jul 2007 12:06:26 -0700 (PDT) To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <410648.39042.qm@web54303.mail.re2.yahoo.com> X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Errors-To: owner-freebsd-isp@freebsd.org X-Return-Path: owner-freebsd-isp@freebsd.org X-Envelope-From: owner-freebsd-isp@freebsd.org X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Processed: plot.uz, Mon, 09 Jul 2007 11:25:24 +0500 From: Patrick Dung Cc: freebsd-isp@freebsd.org Subject: FreeBSD 6.2 default bind9, question about customize logging [re-post] X-BeenThere: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 06:25:54 -0000 I am using FreeBSD 6.2 with the default bind (not ports). By default chroot is used. When named start or stop, it does have log in /var/log/messages. But for example, when some do domain transfer successfully, that is not logged (zone transfer denied is logged). So I tried to add this part in named.conf (enabled local0.* in syslog.conf) , but still no luck. Any suggestions? logging { channel named-log { //syslog daemon; syslog local0; severity info; print-category yes; }; category default { named-log; }; category xfer-in { named-log; }; category xfer-out { named-log; }; category unmatched { null; }; }; Thanks Patrick ____________________________________________________________________________________ Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433 _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 09:33:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2692016A469 for ; Mon, 9 Jul 2007 09:33:30 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id CDD9313C459 for ; Mon, 9 Jul 2007 09:33:29 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 335 invoked from network); 9 Jul 2007 04:33:29 -0500 Received: from 203-214-157-36.perm.iinet.net.au (HELO localhost) (203.214.157.36) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Jul 2007 04:33:28 -0500 Date: Mon, 9 Jul 2007 19:33:25 +1000 From: Norberto Meijome To: Gary Kline Message-ID: <20070709193325.33e07fd1@localhost> In-Reply-To: <20070709055726.GA29775@thought.org> References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <20070709055726.GA29775@thought.org> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 09:33:30 -0000 On Sun, 8 Jul 2007 22:57:26 -0700 Gary Kline wrote: > wHat I was tying to do what scp a kf141.exe here on "tao" > over to my daughter's peecee to get her W2K key/number. > I didn't buy the W2K and when I junk the computer I want to > use the OS. The error was a permissions type yelp from > the PC not very specific... >. I logged out as her, then discovered that she already > was "administrator." where do you end if you symply SSH to the machine? what path? If you SSH into it, can you create a file there? can you CD to another path, such as c:\windows\temp\ what is the actual cmd when you scp to the machine? the actual paths,etc. why dont you scp from the w2k ? eg, c:\windows\temp\> scp unix_user@unixbox:/path/to/magic.exe . why dont you upload the file to a webserver and download from there? why not email it to yourself ...etc...etc > > gary > > PS/: if anybody knows where I can find this "key-finder" > binary, it'd save lots of steps! left that world behind some time ago...trying quite hard to stay away from it... good luck _________________________ {Beto|Norberto|Numard} Meijome "Everything is interesting if you go into it deeply enough" Richard Feynman I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 09:54:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A32416A400 for ; Mon, 9 Jul 2007 09:54:00 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 6757D13C45B for ; Mon, 9 Jul 2007 09:54:00 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mr2so.prod.shaw.ca (pd3mr2so-qfe3.prod.shaw.ca [10.0.141.178]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JKW001ZVOU07AC0@l-daemon> for freebsd-questions@freebsd.org; Mon, 09 Jul 2007 03:54:00 -0600 (MDT) Received: from pn2ml4so.prod.shaw.ca ([10.0.121.148]) by pd3mr2so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JKW00LNEOU0AQ20@pd3mr2so.prod.shaw.ca> for freebsd-questions@freebsd.org; Mon, 09 Jul 2007 03:54:00 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0JKW00JHVOTYJVR0@l-daemon> for freebsd-questions@freebsd.org; Mon, 09 Jul 2007 03:53:59 -0600 (MDT) Received: (qmail 10989 invoked from network); Mon, 09 Jul 2007 09:53:53 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Mon, 09 Jul 2007 09:53:53 +0000 Date: Mon, 09 Jul 2007 02:53:53 -0700 From: Colin Percival In-reply-to: To: Matt Bostock Message-id: <469205B1.20309@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.0 References: User-Agent: Thunderbird 2.0.0.4 (X11/20070628) Cc: freebsd-questions@freebsd.org Subject: Re: Crypto missing after FreeBSD-Update to 6.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 09:54:00 -0000 Matt Bostock wrote: > I've been using freebsd-update for some time now and it's been fantastic. I > recently used Colin's upgrade script[1] to upgrade to 6.2-RELEASE, but it seems > that the crypto distribution is now missing from my system. What makes you think that the crypto code is missing? > With previous versions of freebsd-update I would have used --branch, but later > versions this option is omitted. What's the safest way to get freebsd-update to > recognise that I need the crypto libraries and install them? Starting in FreeBSD 5.3, the cryptographic libraries were required instead of being optional; and starting at some point in 5.x -- I can't remember exactly when -- the kerberos code stopped being distributed as separate distributions. Since the --branch option had become obsolete, I removed it. :-) > PS On a side note, what happened to the IDS option? I'd like to use it to > exclude files in a backup script. If you have a suggestion for nice alternative, > please let me know :-) I removed the IDS option because I didn't think anyone used it. Since then I have heard from lots of people who used it, so I'm going to add the IDS option back soon. :-) Colin Percival From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:28:02 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9702C16A4B3 for ; Mon, 9 Jul 2007 06:28:02 +0000 (UTC) (envelope-from nanku_@hotmail.com) Received: from bay0-omc2-s29.bay0.hotmail.com (bay0-omc2-s29.bay0.hotmail.com [65.54.246.165]) by mx1.freebsd.org (Postfix) with ESMTP id 82C4713C448 for ; Mon, 9 Jul 2007 06:28:02 +0000 (UTC) (envelope-from nanku_@hotmail.com) Received: from hotmail.com ([64.4.61.22]) by bay0-omc2-s29.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Sun, 8 Jul 2007 23:16:02 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 8 Jul 2007 23:16:02 -0700 Message-ID: Received: from 64.4.61.244 by by102fd.bay102.hotmail.msn.com with HTTP; Mon, 09 Jul 2007 06:15:59 GMT X-Originating-IP: [161.246.1.33] X-Originating-Email: [nanku_@hotmail.com] X-Sender: nanku_@hotmail.com From: "chamnan chaladpat" To: freebsd-questions@FreeBSD.org Date: Mon, 09 Jul 2007 13:15:59 +0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 09 Jul 2007 06:16:02.0972 (UTC) FILETIME=[A0570DC0:01C7C1F0] X-Mailman-Approved-At: Mon, 09 Jul 2007 11:24:00 +0000 Cc: Subject: I need to create PF (NAT) log file. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 06:28:02 -0000 About Network Address Translation. I need to create PF log file that has external and local IP address mapping. I need log file that has result like pfctl -ss command. How to create it? _________________________________________________________________ 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 Jul 9 13:18:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D5D816A46C for ; Mon, 9 Jul 2007 13:18:47 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from ms-smtp-01.rdc-kc.rr.com (ms-smtp-01.rdc-kc.rr.com [24.94.166.115]) by mx1.freebsd.org (Postfix) with ESMTP id BE64013C44B for ; Mon, 9 Jul 2007 13:18:46 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from shadow.sixcompanies.com (CPE-72-128-119-206.wi.res.rr.com [72.128.119.206]) by ms-smtp-01.rdc-kc.rr.com (8.13.6/8.13.6) with ESMTP id l69CgGx0000821 for ; Mon, 9 Jul 2007 07:42:17 -0500 (CDT) Received: from dakota.sixcompanies.com (shadow.sixcompanies.com [10.43.82.173]) by shadow.sixcompanies.com (8.14.1/8.14.1) with ESMTP id l69ChkBS002645 for ; Mon, 9 Jul 2007 07:43:46 -0500 (CDT) Message-Id: <200707091243.l69ChkBS002645@shadow.sixcompanies.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Mon, 09 Jul 2007 07:43:45 -0500 To: freebsd-questions@freebsd.org From: "J.D. Bronson" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: 6.2-stable power management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 13:18:47 -0000 Is there any way to verify ALL power management is disabled? I have totally disabled it in my BIOS and I have totally disabled it in the hard drives... Yet I keep hearing a drive spin down and then immediately back up over and over (at times). If I install a different OS on this same machine, this does not happen..so I am thinking something within 6.2-stable is doing this? any thoughts or ideas? -JD From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 13:46:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31BA316A400 for ; Mon, 9 Jul 2007 13:46:28 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 101A413C480 for ; Mon, 9 Jul 2007 13:46:27 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 0AED57FCF for ; Mon, 9 Jul 2007 09:46:24 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 1C20EB65E8 for ; Mon, 9 Jul 2007 13:46:07 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 13:46:05 +0000 References: <200707091243.l69ChkBS002645@shadow.sixcompanies.com> In-Reply-To: <200707091243.l69ChkBS002645@shadow.sixcompanies.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707091346.05923.lists-fbsd@shadypond.com> Subject: Re: 6.2-stable power management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 13:46:28 -0000 On Monday 09 July 2007 12:43:45 J.D. Bronson wrote: > Is there any way to verify ALL power management is disabled? > I have totally disabled it in my BIOS and I have > totally disabled it in the hard drives... > > Yet I keep hearing a drive spin down and then immediately back up > over and over (at times). > > If I install a different OS on this same machine, this does not > happen..so I am thinking something within 6.2-stable is doing this? > > any thoughts or ideas? I am not having this problem with FreeBSD 6.2, which I recently installed on a laptop in place of kubuntu and I DID have this problem with the same laptop when it was running kubuntu. I did not change any BIOS settings. The laptop would wake me up with all the noise. With FreeBSD 6.2 the laptop stays quiet if I leave it on overnight. FreeBSD 6.2-RELEASE-p4 (GENERIC) #0: Thu Apr 26 17:40:53 UTC 2007 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 13:48:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94AF916A400 for ; Mon, 9 Jul 2007 13:48:57 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 710D313C48C for ; Mon, 9 Jul 2007 13:48:57 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 4AE437FB4 for ; Mon, 9 Jul 2007 09:48:56 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id B3FBEB65E8 for ; Mon, 9 Jul 2007 13:48:39 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 13:48:38 +0000 References: <200707091243.l69ChkBS002645@shadow.sixcompanies.com> In-Reply-To: <200707091243.l69ChkBS002645@shadow.sixcompanies.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707091348.39038.lists-fbsd@shadypond.com> Subject: Re: 6.2-stable power management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 13:48:57 -0000 On Monday 09 July 2007 12:43:45 J.D. Bronson wrote: > Is there any way to verify ALL power management is disabled? > I have totally disabled it in my BIOS and I have > totally disabled it in the hard drives... > > Yet I keep hearing a drive spin down and then immediately back up > over and over (at times). > > If I install a different OS on this same machine, this does not > happen..so I am thinking something within 6.2-stable is doing this? > > any thoughts or ideas? BTW are you running chat clients or mail clients on this computer? Perhaps something like that is causing this activity, such as when a mail client or notifier checks a remote server for mail. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 13:49:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DFF116A41F for ; Mon, 9 Jul 2007 13:49:40 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 1406413C4B7 for ; Mon, 9 Jul 2007 13:49:39 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 09:49:39 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CF4@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: reboot in single user Thread-Index: AcfCL/5gXDWVQIpYQ4Ktna8giFeORg== From: "Jean-Paul Natola" To: "User Questions" Subject: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 13:49:40 -0000 Hi all, I'm curious to know if there is a command to reboot into single user = mode- * more importantly* if I do reboot in single user mode can I still SSH = in? My box is not physically near me and I'm upgrading 5.5 to 6.2 - so it = this possible- or do I need to go get the box and attach a keyboard monitor = and mouse to it? Thanks Jean-Paul=20 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 14:00:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1319D16A400 for ; Mon, 9 Jul 2007 14:00:32 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id A851513C455 for ; Mon, 9 Jul 2007 14:00:31 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [213.84.11.61]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id l69E0NAp070849; Mon, 9 Jul 2007 16:00:23 +0200 (CEST) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 9 Jul 2007 16:00:19 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB19BB7B@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: reboot in single user Thread-Index: AcfCL/5gXDWVQIpYQ4Ktna8giFeORgAAJFQA References: <3A85D7EF44E1C744BF6434691F5659E9702CF4@www.fcimail.org> From: "Johan Hendriks" To: "Jean-Paul Natola" X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: RE: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 14:00:32 -0000 >Hi all, >I'm curious to know if there is a command to reboot into single user = mode- * >more importantly* if I do reboot in single user mode can I still SSH = in? >My box is not physically near me and I'm upgrading 5.5 to 6.2 - so it = this >possible- or do I need to go get the box and attach a keyboard monitor = and >mouse to it? >Thanks Shutdown now goes into single user mode, but it will close SSH = !!!!!!!!!!!!! Better is to manually shutdown al daemons through /usr/local/etc/rc.d = and /etc/rc.d to only have sshd running. If you using natd do not stop it either, because it will disconnect you. Then you can finnish the make world cycles. That is the way I do it from a remote shell, it it only failed me once. Else try on a spare machine install 5.5 and update it to 6.2 through a = ssh version, then you know what to expect. Also install the main ports you have running on your remote 5.5 box and = try if they still work. Regards, Johan Hendriks Jean-Paul=20 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" No virus found in this incoming message. Checked by AVG Free Edition.=20 Version: 7.5.476 / Virus Database: 269.10.2/891 - Release Date: 8-7-2007 = 18:32 =20 No virus found in this outgoing message. Checked by AVG Free Edition.=20 Version: 7.5.476 / Virus Database: 269.10.2/891 - Release Date: 8-7-2007 = 18:32 =20 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 14:25:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B002616A468 for ; Mon, 9 Jul 2007 14:25:02 +0000 (UTC) (envelope-from sgmayo@mail.bloomfield.k12.mo.us) Received: from mail.bloomfield.k12.mo.us (mail.bloomfield.k12.mo.us [204.184.27.92]) by mx1.freebsd.org (Postfix) with ESMTP id 7E6F213C46E for ; Mon, 9 Jul 2007 14:25:02 +0000 (UTC) (envelope-from sgmayo@mail.bloomfield.k12.mo.us) Received: from [10.0.0.200] (unknown [204.184.27.217]) by mail.bloomfield.k12.mo.us (Postfix) with ESMTP id 8CC17268807 for ; Mon, 9 Jul 2007 09:24:59 -0500 (CDT) Message-ID: <4692453B.3000400@mail.bloomfield.k12.mo.us> Date: Mon, 09 Jul 2007 09:24:59 -0500 From: Scott Mayo Organization: Bloomfield Schools User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Out of memory error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sgmayo@mail.bloomfield.k12.mo.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 14:25:02 -0000 I am running imapsync and keep getting the error: "Out of memory during "large" request for 67112960 bytes, total sbrk() is 495640576 bytes at /usr/local/bin/imapsync line 1050." When trying to copy a mailbox that has some large attachements. I found on the internet that I needed to set kern.maxdsiz="1024M" in my /boot/loader.conf to fix this problem, but when I do that then my system hangs when trying to mount the drive. Does anyone have any ideas of how to fix this memory problem? Thanks. -- Scott Mayo System Administrator Bloomfield Schools Duct tape is like the force, it has a light side and a dark side and it holds the universe together. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 14:54:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5721516A46D for ; Mon, 9 Jul 2007 14:54:09 +0000 (UTC) (envelope-from sgmayo@mail.bloomfield.k12.mo.us) Received: from mail.bloomfield.k12.mo.us (mail.bloomfield.k12.mo.us [204.184.27.92]) by mx1.freebsd.org (Postfix) with ESMTP id 3385613C48A for ; Mon, 9 Jul 2007 14:54:08 +0000 (UTC) (envelope-from sgmayo@mail.bloomfield.k12.mo.us) Received: from [10.0.0.200] (unknown [204.184.27.217]) by mail.bloomfield.k12.mo.us (Postfix) with ESMTP id B4361268807 for ; Mon, 9 Jul 2007 09:54:08 -0500 (CDT) Message-ID: <46924C10.8030909@mail.bloomfield.k12.mo.us> Date: Mon, 09 Jul 2007 09:54:08 -0500 From: Scott Mayo Organization: Bloomfield Schools User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4692453B.3000400@mail.bloomfield.k12.mo.us> In-Reply-To: <4692453B.3000400@mail.bloomfield.k12.mo.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Out of memory error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sgmayo@mail.bloomfield.k12.mo.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 14:54:09 -0000 Scott Mayo wrote: > I am running imapsync and keep getting the error: > > "Out of memory during "large" request for 67112960 bytes, total sbrk() > is 495640576 bytes at /usr/local/bin/imapsync line 1050." > > When trying to copy a mailbox that has some large attachements. > > I found on the internet that I needed to set kern.maxdsiz="1024M" in my > /boot/loader.conf to fix this problem, but when I do that then my system > hangs when trying to mount the drive. > > Does anyone have any ideas of how to fix this memory problem? > > Thanks. > I guess that the KB option cannot be added to the end to specify Kilobytes. I thought it could. I put kern.maxdsiz="1000000000" and that took care of the problem. Thanks. -- Scott Mayo System Administrator Bloomfield Schools Duct tape is like the force, it has a light side and a dark side and it holds the universe together. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 15:28:06 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0608816A41F for ; Mon, 9 Jul 2007 15:28:06 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from mi0.bluebottle.com (mi0.bluebottle.com [206.188.25.15]) by mx1.freebsd.org (Postfix) with ESMTP id CB6F713C457 for ; Mon, 9 Jul 2007 15:28:05 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from fe1.bluebottle.com (internal.bluebottle.com [206.188.24.43]) by mi0.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69FS5FD026051 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 9 Jul 2007 08:28:05 -0700 DomainKey-Signature: a=rsa-sha1; s=mail; d=bluebottle.com; c=nofws; q=dns; h=received:date:from:x-x-sender:to:subject:message-id: mime-version:content-type:x-trusted-delivery; b=cEXwT5xbbWHR+JjmpM0TN9cG6i/WZr5Era96o9OV/gwItwEr7XECSxrn3w6fCcGIo EyfyHiJMwEo/a2kiB1HQwI/9lQHvx/9bo5J1iL2utNLAdSJurewab3fBOqXof6n Received: from OHD12-8386.nws.noaa (ohd-8-124.nws.noaa.gov [140.90.8.124]) (authenticated bits=0) by fe1.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69FRxCJ005375 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 9 Jul 2007 08:28:05 -0700 Date: Mon, 9 Jul 2007 11:28:00 -0400 From: Xihong Yin X-X-Sender: CuiZ@OHD12-8386.nws.noaa To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trusted-Delivery: <535094b2ebeb67c4add6b6f3f0f81e49> Subject: vpnc on FreeBSD 6.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, 09 Jul 2007 15:28:06 -0000 Hi, I am trying to make vpnc working on my FreeBSD 6.2 laptop to connect to a Cisco 3000 VPN concentrator without any luck. Has anybody been successful on this? Is there any guide on this? Thanks, Xihong ---------------------------------------------------------------------- Get a free email account with anti spam protection. http://www.bluebottle.com/tag/2 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 15:36:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0633916A46C for ; Mon, 9 Jul 2007 15:36:37 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id CA97A13C487 for ; Mon, 9 Jul 2007 15:36:36 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l69FaY96035985 for ; Mon, 9 Jul 2007 10:36:34 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 10:36:33 -0500 User-Agent: KMail/1.9.6 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707091036.33786.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.1 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: vpnc on FreeBSD 6.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, 09 Jul 2007 15:36:37 -0000 On Monday 09 July 2007 10:28:00 Xihong Yin wrote: > Hi, > > I am trying to make vpnc working on my FreeBSD 6.2 laptop to connect to a > Cisco 3000 VPN concentrator without any luck. Has anybody been successful > on this? Is there any guide on this? > > Thanks, > Xihong > > ---------------------------------------------------------------------- > Get a free email account with anti spam protection. > http://www.bluebottle.com/tag/2 > > _______________________________________________ > 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" ill confirm that it does work properly. you should be able to set up a config file (default is to put it in /usr/local/etc/vpnc/) for your site. it might look like this: IPSec gateway xxx.xxx.xxx.xxx IPSec ID VPN3000UserGroup IPSec secret VPN3000UsrGrpPasswd Xauth username domain\username ours, auths against a windows 2000 server's radius (which in turn auths against the active directory account). if you set up usernames and password directly in the vpn3000, i would assume you would put that in the username. i just give the command (as root): 'vpnc sitename' and it chooses sitename.conf from /usr/local/etc/vpnc. can you give some info about whats not working? -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 15:40:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86EA416A41F for ; Mon, 9 Jul 2007 15:40:14 +0000 (UTC) (envelope-from matt@mattbostock.com) Received: from rubix.retroweb.net (rubix.retroweb.net [70.84.107.228]) by mx1.freebsd.org (Postfix) with ESMTP id 6897013C455 for ; Mon, 9 Jul 2007 15:40:14 +0000 (UTC) (envelope-from matt@mattbostock.com) Received: from localhost ([127.0.0.1]:51507) by rubix.retroweb.net with esmtpa (Exim 4.64) (envelope-from ) id 1I7v0E-000Am8-2B; Mon, 09 Jul 2007 15:18:19 +0000 MIME-Version: 1.0 Date: Mon, 9 Jul 2007 15:18:17 +0000 From: Matt Bostock To: Colin Percival In-Reply-To: <469205B1.20309@freebsd.org> References: <469205B1.20309@freebsd.org> Message-ID: <225d89ce25380b48deb579e3e6f6ce2a@localhost> X-Sender: matt@mattbostock.com User-Agent: RetroWeb.net Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Antivirus-Scanner: No viruses detected. Please always use anti-virus software on your own PC. X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on rubix.retroweb.net X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, DKIM_POLICY_SIGNSOME autolearn=disabled version=3.2.1 X-SA-Exim-Version: 4.2.1 (built Thu Nov 30 00:16:39 UTC 2006) Cc: freebsd-questions@freebsd.org Subject: Re: Crypto missing after FreeBSD-Update to 6.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 15:40:14 -0000 Hi Colin, Thanks for your reply. > What makes you think that the crypto code is missing? When I try to install www/apache20 from ports, I get this error: Dependency error: this port requires the OpenSSL library, which is part of the FreeBSD crypto distribution but not installed on your machine. Please see the "OpenSSL" section in the handbook (at "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html", for instance) for instructions on how to obtain and install the FreeBSD OpenSSL distribution. *** Error code 1 I presume that since OpenSSL isn't installed, the crypto dist would be missing too? What's the best way to verify that? > I removed the IDS option because I didn't think anyone used it. Since > then I > have heard from lots of people who used it, so I'm going to add the IDS > option > back soon. :-) Great news :-) Many thanks for your help, Matt From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 15:45:41 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B52416A41F for ; Mon, 9 Jul 2007 15:45:41 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 0A36013C465 for ; Mon, 9 Jul 2007 15:45:40 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 3DEC06D455 for ; Mon, 9 Jul 2007 15:43:48 +0000 (UTC) Date: Mon, 9 Jul 2007 15:43:48 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: <20070709153424.U22686@duane.dbq.yournetplus.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: vpnc on FreeBSD 6.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, 09 Jul 2007 15:45:41 -0000 On Mon, 9 Jul 2007 at 11:28 -0400, xyin@bluebottle.com confabulated: > Hi, > > I am trying to make vpnc working on my FreeBSD 6.2 laptop to connect to a Cisco > 3000 VPN concentrator without any luck. Has anybody been successful on this? > Is there any guide on this? > > Thanks, > Xihong We have one (I believe it is a 3000) in our colo facility. I just recently colaborated with a co-worker in getting vpnc working on our non-Windoes machines. He is on Mandrake and I'm on FreeBSD 6.2. The following config is what worked for me. Of course, you will have to substitute your info for 'IPSec gateway', 'IPSec ID', and 'IPSec obfuscated secret' or 'Xauth username' and 'Xauth password'. We use the secret for authentication. So the username and password are specified as nothing so the prompt doesn't come up when starting the VPN connection. /usr/local/etc/vpnc.conf: IPSec gateway 192.168.10.1 IPSec ID my-ipsec-id IPSec obfuscated secret the_obfuscated_secret # empty strings here for uname and pass get rid of prompts Xauth username '' Xauth password '' Vendor cisco Local Port 10000 ----- _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 16:04:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A28C816A400 for ; Mon, 9 Jul 2007 16:04:12 +0000 (UTC) (envelope-from dwinner@dwinner.net) Received: from outbound-mail-32.bluehost.com (outbound-mail-32.bluehost.com [69.89.18.152]) by mx1.freebsd.org (Postfix) with SMTP id 69AB613C447 for ; Mon, 9 Jul 2007 16:04:12 +0000 (UTC) (envelope-from dwinner@dwinner.net) Received: (qmail 14100 invoked by uid 0); 9 Jul 2007 15:37:32 -0000 Received: from unknown (HELO box122.bluehost.com) (69.89.22.122) by mailproxy2.bluehost.com with SMTP; 9 Jul 2007 15:37:32 -0000 Received: from [216.113.237.29] (helo=evenstar.ifqasys.lan) by box122.bluehost.com with esmtpa (Exim 4.63) (envelope-from ) id 1I7vIh-0004wi-9m for freebsd-questions@freebsd.org; Mon, 09 Jul 2007 09:37:29 -0600 Message-ID: <46925632.9080908@dwinner.net> Date: Mon, 09 Jul 2007 11:37:22 -0400 From: Duane Winner User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {731:box122.bluehost.com:dwinnern:dwinner.net} {sentby:smtp auth 216.113.237.29 authed with dwinner+dwinner.net} Subject: Scanner w/ feeder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwinner@dwinner.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:04:12 -0000 Hello, Is there anybody out there who is using a scanner w/ a document feeder on FreeBSD? Preferably a new model that we can buy w/ our existing budget (as opposed to an older used model). Mac OS X support in addition to FreeBSD would be nice too. Thanks for any feedback, DW From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 16:16:42 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECB2016A468 for ; Mon, 9 Jul 2007 16:16:42 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from mi0.bluebottle.com (mi0.bluebottle.com [206.188.25.15]) by mx1.freebsd.org (Postfix) with ESMTP id D368813C48A for ; Mon, 9 Jul 2007 16:16:42 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by mi0.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69GGgdg021308 for ; Mon, 9 Jul 2007 09:16:42 -0700 DomainKey-Signature: a=rsa-sha1; s=mail; d=bluebottle.com; c=nofws; q=dns; h=received:date:from:x-x-sender:to:cc:subject:in-reply-to: references:mime-version:content-type:x-trusted-delivery; b=e01oUmRk28qqV+4RNLSfstIoBz1d9ihuadHOB7Wsvney47eqy2sBoeDtt6mw/bF1+ shUN4QiIEW4kT50XhkmYwM3xRMyv2UePEJgRduTrUK9C6oUUwMswRbzW1p1QSZV Message-Id: <200707091616.l69GGgdg021308@mi0.bluebottle.com> Received: from OHD12-8386.nws.noaa (ohd-8-124.nws.noaa.gov [140.90.8.124]) (authenticated bits=0) by fe0.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69GGWfM022991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Jul 2007 09:16:41 -0700 Date: Mon, 9 Jul 2007 12:16:33 -0400 From: Xihong Yin X-X-Sender: CuiZ@OHD12-8386.nws.noaa To: Jonathan Horne In-Reply-To: <200707091036.33786.freebsd@dfwlp.com> References: <200707091036.33786.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trusted-Delivery: <9741d177c190a59f893ef18c2e7acd45> Cc: freebsd-questions@freebsd.org Subject: Re: vpnc on FreeBSD 6.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, 09 Jul 2007 16:16:43 -0000 I did create the configuration file from the profile file of the Windows vpn client. And I know my group ID and password. But I got 'No response from target' error when I start vpnc. The Windows client works fine on the same machine. On Mon, 9 Jul 2007, Jonathan Horne wrote: > On Monday 09 July 2007 10:28:00 Xihong Yin wrote: > > Hi, > > > > I am trying to make vpnc working on my FreeBSD 6.2 laptop to connect to a > > Cisco 3000 VPN concentrator without any luck. Has anybody been successful > > on this? Is there any guide on this? > > > > Thanks, > > Xihong > > > > ---------------------------------------------------------------------- > > Get a free email account with anti spam protection. > > http://www.bluebottle.com/tag/2 > > > > _______________________________________________ > > 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" > > ill confirm that it does work properly. you should be able to set up a config > file (default is to put it in /usr/local/etc/vpnc/) for your site. it might > look like this: > > IPSec gateway xxx.xxx.xxx.xxx > IPSec ID VPN3000UserGroup > IPSec secret VPN3000UsrGrpPasswd > Xauth username domain\username > > ours, auths against a windows 2000 server's radius (which in turn auths > against the active directory account). if you set up usernames and password > directly in the vpn3000, i would assume you would put that in the username. > > i just give the command (as root): 'vpnc sitename' and it chooses > sitename.conf from /usr/local/etc/vpnc. > > can you give some info about whats not working? > -- > Jonathan Horne > http://dfwlpiki.dfwlp.org > freebsd@dfwlp.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > ---------------------------------------------------------------------- Finally - A spam blocker that actually works. http://www.bluebottle.com/tag/4 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 16:29:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFAD016A41F for ; Mon, 9 Jul 2007 16:29:52 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 7EFE013C4B7 for ; Mon, 9 Jul 2007 16:29:52 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l69GTnEA036907 for ; Mon, 9 Jul 2007 11:29:49 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 11:29:48 -0500 User-Agent: KMail/1.9.6 References: <200707091036.33786.freebsd@dfwlp.com> <200707091616.l69GGgdg021308@mi0.bluebottle.com> In-Reply-To: <200707091616.l69GGgdg021308@mi0.bluebottle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707091129.48926.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.1 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: vpnc on FreeBSD 6.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, 09 Jul 2007 16:29:52 -0000 On Monday 09 July 2007 11:16:33 Xihong Yin wrote: > I did create the configuration file from the profile file of the Windows > vpn client. And I know my group ID and password. But I got 'No response > from target' error when I start vpnc. The Windows client works fine on the > same machine. well, on your configuration file, do you have an ip address, or are you using a DNS name of your vpn3000? if DNS name, can you ping the address (ie, is your /etc/resolv.conf straight?). can you ping and/or traceroute to the ip of your vpn3000? -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 16:50:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DAC6016A400 for ; Mon, 9 Jul 2007 16:50:32 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 9200813C489 for ; Mon, 9 Jul 2007 16:50:32 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 12:50:31 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CF8@www.fcimail.org> In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB19BB7B@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: reboot in single user Thread-Index: AcfCL/5gXDWVQIpYQ4Ktna8giFeORgAAJFQAAAPEMzA= From: "Jean-Paul Natola" To: "Johan Hendriks" Cc: freebsd-questions@freebsd.org Subject: RE: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:50:32 -0000 >I'm curious to know if there is a command to reboot into single user = mode- * >more importantly* if I do reboot in single user mode can I still SSH = in? >My box is not physically near me and I'm upgrading 5.5 to 6.2 - so it = this >possible- or do I need to go get the box and attach a keyboard monitor = and >mouse to it? >Thanks >Shutdown now goes into single user mode, but it will close SSH >!!!!!!!!!!!!! >Better is to manually shutdown al daemons through /usr/local/etc/rc.d = and >/etc/rc.d to only have sshd running. >If you using natd do not stop it either, because it will disconnect = you.> >Then you can finnish the make world cycles. >That is the way I do it from a remote shell, it it only failed me once. >Else try on a spare machine install 5.5 and update it to 6.2 through a = ssh >version, then you know what to expect. >Also install the main ports you have running on your remote 5.5 box and = try >if they still work. How long will this take- as stopping the daemons (spamd/clamd etcc..) = will cause a halt in my incoming mail? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 16:53:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3524B16A41F for ; Mon, 9 Jul 2007 16:53:40 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id DBFF113C455 for ; Mon, 9 Jul 2007 16:53:39 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost ([127.0.0.1] helo=szalbot.homedns.org) by szalbot.homedns.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I7wUR-000KMM-Gp for freebsd-questions@freebsd.org; Mon, 09 Jul 2007 18:53:35 +0200 Received: (from www@localhost) by szalbot.homedns.org (8.13.8/8.13.8/Submit) id l69GrYJu078265; Mon, 9 Jul 2007 18:53:34 +0200 (CEST) (envelope-from zbigniew@szalbot.homedns.org) X-Authentication-Warning: szalbot.homedns.org: www set sender to zbigniew@szalbot.homedns.org using -f To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Mon, 9 Jul 2007 18:53:33 +0200 From: Message-ID: <10d8a2f60b52bb6ea77b63f9db3b8f1b@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: php 4.3.10, manual 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: Mon, 09 Jul 2007 16:53:40 -0000 Hello, I currently have php 4.4.7 on my FBSD machine but due to some requirements I need to downgrade to php 4.3.10. It will be for an offline machine so I am not worried about possible security holes but I would like to ask how you would advise me to downgrade? 1. Delete php using pkg_delete? 2. Unpack 4.3.10 sources and... yes... what should I do here? Just copy them where php gets installed by default? I am not able to use port for this (I usually install all software via portinstall) as this version is no longer maintained. But I'd appreciate your help. I do not want to make mess on this machine as I have it quite nicely customized so I thought I'd ask for your advice. Thank you! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 17:06:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D00E716A421 for ; Mon, 9 Jul 2007 17:06:33 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 7981913C4C1 for ; Mon, 9 Jul 2007 17:06:33 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from [172.23.23.190] (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l69H6Omt032840; Mon, 9 Jul 2007 13:06:24 -0400 (EDT) (envelope-from r17fbsd@xxiii.com) Message-ID: <46926B21.20102@xxiii.com> Date: Mon, 09 Jul 2007 13:06:41 -0400 From: Rob User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Jean-Paul Natola References: <3A85D7EF44E1C744BF6434691F5659E9702CF8@www.fcimail.org> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CF8@www.fcimail.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 17:06:33 -0000 Jean-Paul Natola wrote: > How long will this take- as stopping the daemons (spamd/clamd etcc..) will > cause a halt in my incoming mail? Only a temporary halt. SMTP was designed for intermittent / flaky connections. The sending servers will just try again, for a few days typically, if it fails on the initial attempt(s). -RW From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 17:09:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C228F16A41F for ; Mon, 9 Jul 2007 17:09:21 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 6A46C13C487 for ; Mon, 9 Jul 2007 17:09:21 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 13:09:20 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CF9@www.fcimail.org> In-Reply-To: <46926B21.20102@xxiii.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: reboot in single user Thread-Index: AcfCS3/l0e9sa0bgRhKC6EmH/1DsbAAABn8A From: "Jean-Paul Natola" To: "Rob" Cc: freebsd-questions@freebsd.org Subject: RE: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 17:09:21 -0000 > How long will this take- as stopping the daemons (spamd/clamd etcc..) = will > cause a halt in my incoming mail? >Only a temporary halt. SMTP was designed for intermittent / flaky >connections. =20 >The sending servers will just try again, for a few days typically, if = it >fails on the initial attempt(s). I'm aware of SMTP retries- just trying to gauge how long it will take - = as I have certain users that become very unhappy when they see a massage = arrive more than an hour after it was originally sent. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 17:34:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F7E216A400 for ; Mon, 9 Jul 2007 17:34:54 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from mi0.bluebottle.com (mi0.bluebottle.com [206.188.25.15]) by mx1.freebsd.org (Postfix) with ESMTP id 05D7C13C4BD for ; Mon, 9 Jul 2007 17:34:53 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by mi0.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69HYrKC032629 for ; Mon, 9 Jul 2007 10:34:53 -0700 DomainKey-Signature: a=rsa-sha1; s=mail; d=bluebottle.com; c=nofws; q=dns; h=received:date:from:x-x-sender:to:cc:subject:in-reply-to: references:mime-version:content-type:x-trusted-delivery; b=jcC1juwsLa/ksu+JzOwEIlOP2GVQrRgGwWzF8VUK2Ujt2ol2uhE4U2rR6TgFw+zzX fMTEqDr9K5XSlqC+143OJrztPYmcdlTiBO7oFqLAuJTbJYs9+xEXek0YvJwRGnO Message-Id: <200707091734.l69HYrKC032629@mi0.bluebottle.com> Received: from OHD12-8386.nws.noaa (ohd-8-124.nws.noaa.gov [140.90.8.124]) (authenticated bits=0) by fe0.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69HYl7S030330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Jul 2007 10:34:53 -0700 Date: Mon, 9 Jul 2007 13:34:47 -0400 From: Xihong Yin X-X-Sender: CuiZ@OHD12-8386.nws.noaa To: Jonathan Horne In-Reply-To: <200707091129.48926.freebsd@dfwlp.com> References: <200707091036.33786.freebsd@dfwlp.com> <200707091616.l69GGgdg021308@mi0.bluebottle.com> <200707091129.48926.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trusted-Delivery: <8944cc6c811ee291c22ba13077855c7b> Cc: freebsd-questions@freebsd.org Subject: Re: vpnc on FreeBSD 6.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, 09 Jul 2007 17:34:54 -0000 Yes. I can ping the ip of my vpn3000, and it is alive. I use ip address not DNS name for the vpn3000. I'm not sure if I can traceroute. I'll give a try today. On Mon, 9 Jul 2007, Jonathan Horne wrote: > On Monday 09 July 2007 11:16:33 Xihong Yin wrote: > > I did create the configuration file from the profile file of the Windows > > vpn client. And I know my group ID and password. But I got 'No response > > from target' error when I start vpnc. The Windows client works fine on the > > same machine. > > well, on your configuration file, do you have an ip address, or are you using > a DNS name of your vpn3000? if DNS name, can you ping the address (ie, is > your /etc/resolv.conf straight?). > > can you ping and/or traceroute to the ip of your vpn3000? > -- > Jonathan Horne > http://dfwlpiki.dfwlp.org > freebsd@dfwlp.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > ---------------------------------------------------------------------- Find out how you can get spam free email. http://www.bluebottle.com/tag/3 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 17:40:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DB4116A400 for ; Mon, 9 Jul 2007 17:40:26 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.freebsd.org (Postfix) with ESMTP id 00AED13C458 for ; Mon, 9 Jul 2007 17:40:25 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 3590081CB; Mon, 9 Jul 2007 12:40:25 -0500 (CDT) Received: from [192.168.1.5] (unknown [192.168.2.1]) by mail.tcbug.org (Postfix) with ESMTP id AA34034248E; Mon, 9 Jul 2007 12:40:24 -0500 (CDT) From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 12:40:21 -0500 User-Agent: KMail/1.9.6 References: <10d8a2f60b52bb6ea77b63f9db3b8f1b@szalbot.homedns.org> In-Reply-To: <10d8a2f60b52bb6ea77b63f9db3b8f1b@szalbot.homedns.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1462454.HvVG2MbC4s"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707091240.24000.josh@tcbug.org> Cc: zbigniew@szalbot.homedns.org Subject: Re: php 4.3.10, manual 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: Mon, 09 Jul 2007 17:40:26 -0000 --nextPart1462454.HvVG2MbC4s Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 09 July 2007, zbigniew@szalbot.homedns.org wrote: > Hello, > > I currently have php 4.4.7 on my FBSD machine but due to some > requirements I need to downgrade to php 4.3.10. It will be for an > offline machine so I am not worried about possible security holes > but I would like to ask how you would advise me to downgrade? > > 1. Delete php using pkg_delete? > 2. Unpack 4.3.10 sources and... yes... what should I do here? > > Just copy them where php gets installed by default? > > I am not able to use port for this (I usually install all software > via portinstall) as this version is no longer maintained. > > But I'd appreciate your help. I do not want to make mess on this > machine as I have it quite nicely customized so I thought I'd ask > for your advice. > > Thank you! > > Zbigniew Szalbot > I would take a look at cvsweb.freebsd.org and find out when PHP 4.3.10=20 was in ports, then roll back your ports tree to that date with cvsup=20 and install it from ports. So in this case the commit that updated the port to 4.3.11 was on Mon=20 April 4 2005, so if you roll back the ports tree to April 1 you'll be=20 fine. You'll need cvsup for this. In your ports-supfile add the following line: *default date=3D2005.04.01.00.00.00 If you have the current versions of gettext, libtool, m4, perl, and=20 expat installed you can simply roll back the lang directory with=20 cvsup, saving you from rolling back the entire tree by commenting out=20 ports-all, and uncommenting ports-base and ports-lang Otherwise, if you want to install the versions of the dependancies=20 that were current at the time of php 4.3.10 you'll want to roll back=20 the entire tree. After you run cvsup you can just portinstall it or=20 cd /usr/ports/lang/php4 && make install clean HTH =2D-=20 Thanks, Josh Paetzel --nextPart1462454.HvVG2MbC4s Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGknMHJvkB8SevrssRAuEUAJkBAN89lJ9UUVm2/zyato2LSMFh6wCbB+lX b1pCZE8TEQyXcv0yI9V5HlA= =JjnK -----END PGP SIGNATURE----- --nextPart1462454.HvVG2MbC4s-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 17:47:35 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 937AA16A46E for ; Mon, 9 Jul 2007 17:47:35 +0000 (UTC) (envelope-from dan@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc5-cmbg1-0-0-cust497.cmbg.cable.ntl.com [86.6.1.242]) by mx1.freebsd.org (Postfix) with ESMTP id 5603213C44C for ; Mon, 9 Jul 2007 17:47:35 +0000 (UTC) (envelope-from dan@slightlystrange.org) Received: by catflap.slightlystrange.org (Postfix, from userid 106) id 83754646E; Mon, 9 Jul 2007 18:47:32 +0100 (BST) Received: from stoopid.slightlystrange.org (stoopid.slightlystrange.org [10.1.3.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by catflap.slightlystrange.org (Postfix) with ESMTP id 056E66195; Mon, 9 Jul 2007 18:47:31 +0100 (BST) Message-ID: <469274A1.3080208@slightlystrange.org> Date: Mon, 09 Jul 2007 18:47:13 +0100 From: Daniel Bye User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: chamnan chaladpat References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: I need to create PF (NAT) log file. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 17:47:35 -0000 chamnan chaladpat wrote: > About Network Address Translation. > > I need to create PF log file that has external and local IP address > mapping. > > I need log file that has result like pfctl -ss command. > > How to create it? >From a bit of googling in the archives, I think the easiest way to do this is using packet tags: nat on $ext_if from !($ext_if) to any tag NAT_TRAFFIC -> ($ext_if) pass log on $ext_if tagged NAT_TRAFFIC keep state Note I have only done very cursory testing, but it seems to work. You can follow the logs in the normal way, using tcpdump(1). HTH Dan From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 17:53:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00B8A16A400 for ; Mon, 9 Jul 2007 17:53:52 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id A4CF113C45A for ; Mon, 9 Jul 2007 17:53:51 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 5631 invoked from network); 9 Jul 2007 12:53:51 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Jul 2007 12:53:50 -0500 Date: Tue, 10 Jul 2007 03:53:47 +1000 From: Norberto Meijome To: "Jean-Paul Natola" Message-ID: <20070710035347.19593bd0@localhost> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CF9@www.fcimail.org> References: <46926B21.20102@xxiii.com> <3A85D7EF44E1C744BF6434691F5659E9702CF9@www.fcimail.org> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Rob , freebsd-questions@freebsd.org Subject: Re: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 17:53:52 -0000 On Mon, 9 Jul 2007 13:09:20 -0400 "Jean-Paul Natola" wrote: > as I > have certain users that become very unhappy when they see a massage arrive > more than an hour after it was originally sent. well...do they understand how email systems work? if they don,t then you can explain that it could be either end of the process that caused the delay...or any other server in between (antispam, defangers,etc) Anyway....if you're bringing a production server down, you should schedule downtime . If it has to fall during working hours, you can tell everyone to get a beer @ the pub while you're it. I'm sure one hours delay wont be noticed then ;) _________________________ {Beto|Norberto|Numard} Meijome "The only difference between the saint and the sinner is that every saint has a past and every sinner has a future." Oscar Wilde I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 18:15:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2E2816A46B for ; Mon, 9 Jul 2007 18:15:56 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 61DF313C4BB for ; Mon, 9 Jul 2007 18:15:56 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 14:15:51 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CFB@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mergemaster not found Thread-Index: AcfCVS7CdKkkQjAcSoucQGjBGVX78w== From: "Jean-Paul Natola" To: Subject: mergemaster not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 18:15:56 -0000 I've restart in SUM and when I attempt* to run mergemaster it returns; Where should I run this from? Jean-Paul=20 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 18:22:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A11E616A41F for ; Mon, 9 Jul 2007 18:22:19 +0000 (UTC) (envelope-from news@packards-home.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by mx1.freebsd.org (Postfix) with ESMTP id 73CE813C46C for ; Mon, 9 Jul 2007 18:22:19 +0000 (UTC) (envelope-from news@packards-home.net) Received: from [10.247.13.114] (lasp-13.colorado.edu[128.138.131.247]) by comcast.net (sccrmhc14) with ESMTP id <20070709180739014004bg2ie>; Mon, 9 Jul 2007 18:07:39 +0000 Message-ID: <469279B4.9010408@packards-home.net> Date: Mon, 09 Jul 2007 12:08:52 -0600 From: Mike Packard User-Agent: Thunderbird 1.5.0.7 (X11/20061027) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: pilot-link with treo 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, 09 Jul 2007 18:22:19 -0000 I've been using pilot-link and coldsync with my Treo. I also use plan as my main scheduling calendar. pilot-link comes with syn-plan.pl to sync the plan calendar with the Treo. But it relieas on PDA/Pilot.pm to do the work. I can go into the bindings perl directory and do the necessary make but get the error make: don't know how to make const-c.inc. Stop I can't figure out how to make the const-c.inc file. So, has anyone gotten all this to work with FreeBSD? mike packard lists@packards-home.net From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 18:32:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70EAD16A400 for ; Mon, 9 Jul 2007 18:32:53 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 2DDB613C457 for ; Mon, 9 Jul 2007 18:32:51 +0000 (UTC) (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.8/8.12.11) with ESMTP id l69IPhS2021009; Mon, 9 Jul 2007 13:25:43 -0500 (CDT) Message-Id: <6.0.0.22.2.20070709132435.023f04e8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 09 Jul 2007 13:25:37 -0500 To: "Jean-Paul Natola" , From: Derek Ragona In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFB@www.fcimail.org> References: <3A85D7EF44E1C744BF6434691F5659E9702CFB@www.fcimail.org> 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: mergemaster not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 18:32:53 -0000 At 01:15 PM 7/9/2007, Jean-Paul Natola wrote: >I've restart in SUM and when I attempt* to run mergemaster it returns; > >Where should I run this from? You may need to be sure all your mounts are mounted, not just / try: mount -a -Derek -- 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 Jul 9 18:35:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6100616A41F for ; Mon, 9 Jul 2007 18:35:11 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 1BB6813C46E for ; Mon, 9 Jul 2007 18:35:10 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 14:35:10 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CFC@www.fcimail.org> In-Reply-To: <6.0.0.22.2.20070709132435.023f04e8@mail.computinginnovations.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mergemaster not found Thread-Index: AcfCV44+2yCzAQ+9QS6VQwBGlGC3fwAAAluA From: "Jean-Paul Natola" To: "Derek Ragona" , Cc: Subject: RE: mergemaster not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 18:35:11 -0000 -----Original Message----- From: Derek Ragona [mailto:derek@computinginnovations.com]=20 Sent: Monday, July 09, 2007 2:26 PM To: Jean-Paul Natola; freebsd-questions@freebsd.org Subject: Re: mergemaster not found At 01:15 PM 7/9/2007, Jean-Paul Natola wrote: I've restart in SUM and when I attempt* to run mergemaster it returns; =09 Where should I run this from? >You may need to be sure all your mounts are mounted, not just / >try: >mount -a I tried that - it worked- sort of I ran the mergemaster -p - then when it completed I tried make = installword and I STILL get the "audit" group is missing- which I was under the impression that mergemaster -p was suppose to address that - From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 18:46:18 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70FD516A421 for ; Mon, 9 Jul 2007 18:46:18 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 1986013C4AD for ; Mon, 9 Jul 2007 18:46:17 +0000 (UTC) (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.8/8.12.11) with ESMTP id l69IfBhj021171; Mon, 9 Jul 2007 13:41:12 -0500 (CDT) Message-Id: <6.0.0.22.2.20070709134006.023dce40@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 09 Jul 2007 13:41:04 -0500 To: "Jean-Paul Natola" , From: Derek Ragona In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFC@www.fcimail.org> References: <6.0.0.22.2.20070709132435.023f04e8@mail.computinginnovations.com> <3A85D7EF44E1C744BF6434691F5659E9702CFC@www.fcimail.org> 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: mergemaster not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 18:46:18 -0000 At 01:35 PM 7/9/2007, Jean-Paul Natola wrote: >-----Original Message----- >From: Derek Ragona [mailto:derek@computinginnovations.com] >Sent: Monday, July 09, 2007 2:26 PM >To: Jean-Paul Natola; freebsd-questions@freebsd.org >Subject: Re: mergemaster not found > >At 01:15 PM 7/9/2007, Jean-Paul Natola wrote: > > > I've restart in SUM and when I attempt* to run mergemaster it >returns; > > Where should I run this from? > > > >You may need to be sure all your mounts are mounted, not just / > >try: > >mount -a > > >I tried that - it worked- sort of > >I ran the mergemaster -p - then when it completed I tried make installword >and I STILL get the "audit" group is missing- which I was under the >impression that mergemaster -p was suppose to address that - No, sounds like you are doing an upgrade and didn't read /usr/src/UPDATING If you check that file you will see things you need to do like add any missing groups. -Derek -- 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 Jul 9 18:59:02 2007 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D67416A468 for ; Mon, 9 Jul 2007 18:59:02 +0000 (UTC) (envelope-from patzlaff@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 02AF813C45E for ; Mon, 9 Jul 2007 18:59:01 +0000 (UTC) (envelope-from patzlaff@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so1440773uge for ; Mon, 09 Jul 2007 11:59:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=FKT3MPLtsxMW12e4R+y4bMY32ifrdNWdi1SKjt/RKWg9Y8vji/5Bv2l1CKRnZTZpq+FlL9WnaqFckEFY6K0lHI3f2PeqvpYsVvw8g0KX+avJS0ha5bXpHA47W9qiCw3U+ZsBeL+whty+bzSMLxrivey1he47cF64po8jyN7gQV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=XRCQX3qBfKIsHhoKIXeI1CkbMTj3I4MbZLxWqvTf5BlIXuVzJ0tALXiuRXqaNyid2EJx30b9cB52ytbQBQrrmrHY0DNorVV78j4IbNwpP3HDB8fCMxBTziRkj7XQINWQSg+hZiyndYaj8zKG/pminOUF4UAxIlxZDU3i+Qa/g70= Received: by 10.78.165.16 with SMTP id n16mr1729497hue.1184005822184; Mon, 09 Jul 2007 11:30:22 -0700 (PDT) Received: by 10.78.47.2 with HTTP; Mon, 9 Jul 2007 11:30:22 -0700 (PDT) Message-ID: <5f2d889d0707091130h3b05c0e6r92d7ada1d1560fc2@mail.gmail.com> Date: Mon, 9 Jul 2007 15:30:22 -0300 From: "Fernando Patzlaff" Sender: patzlaff@gmail.com To: questions@FreeBSD.org, doc@FreeBSD.org MIME-Version: 1.0 X-Google-Sender-Auth: a14d172b5f4c9e57 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: Problems with cvsup. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 18:59:02 -0000 There are problems with some mirrors of cvsup listed on http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html I have one cvsup server for upgrade my servers, and I use these cvsup on servers listed below and they don't work. cvsup.br.FreeBSD.org cvsup4.br.FreeBSD.org cvsup5.br.FreeBSD.org cvsup6.FreeBSD.org PS. May be there are some others servers with problems. Best regards!!! tkS! -- --- Fernando Patzlaff patz@patz.inf.br Linux User #197615 http://www.patz.inf.br From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 19:33:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4789916A41F for ; Mon, 9 Jul 2007 19:33:10 +0000 (UTC) (envelope-from rogerk@queernet.org) Received: from relay.mrelay.com (relay.mrelay.com [64.246.187.170]) by mx1.freebsd.org (Postfix) with ESMTP id 14CCC13C448 for ; Mon, 9 Jul 2007 19:33:09 +0000 (UTC) (envelope-from rogerk@queernet.org) Received: from [172.24.16.110] ([66.228.214.194]) by relay.mrelay.com (8.13.6/8.13.6) with ESMTP id l69HF7Xp003965; Mon, 9 Jul 2007 10:15:07 -0700 Message-ID: <46926D16.7080502@queernet.org> Date: Mon, 09 Jul 2007 10:15:02 -0700 From: "Roger B.A. Klorese" User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Jean-Paul Natola References: <3A85D7EF44E1C744BF6434691F5659E9702CF9@www.fcimail.org> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CF9@www.fcimail.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Rob , freebsd-questions@freebsd.org Subject: Re: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 19:33:10 -0000 Jean-Paul Natola wrote: > I'm aware of SMTP retries- just trying to gauge how long it will take - as I > have certain users that become very unhappy when they see a massage arrive > more than an hour after it was originally sent. > There's a reason email is called email and not instant messaging. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:06:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF69A16A46B for ; Mon, 9 Jul 2007 20:06:02 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 3A3E413C458 for ; Mon, 9 Jul 2007 20:06:01 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 16:06:01 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: password failure- after mergmaster Thread-Index: AcfCZJJPLiwd73PIRKm52+GMdXM5yg== From: "Jean-Paul Natola" To: Subject: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 20:06:02 -0000 OOOPSS- I got mergemaster to run- but now that the system restarted the root = password and my password are invalid- I can ONLY start in single user mode- I still do have level 0 dump of 5.4 on my network is this my only = option ? Jean-Paul Natola Network Administrator Information Technology Family Care International 588 Broadway Suite 503 New York, NY 10012 Phone:212-941-5300 xt 36 Fax: 212-941-5563 Mailto: Jnatola@Familycareintl.org From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:13:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6951A16A4C1 for ; Mon, 9 Jul 2007 20:13:47 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 4B9B113C458 for ; Mon, 9 Jul 2007 20:13:47 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l69KDcpT014233; Mon, 9 Jul 2007 16:13:39 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 16:13:11 -0400 User-Agent: KMail/1.9.7 References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707091613.12181.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Jean-Paul Natola Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 20:13:47 -0000 On Monday 09 July 2007 04:06:01 pm Jean-Paul Natola wrote: > OOOPSS- > > I got mergemaster to run- but now that the system restarted the root > password and my password are invalid- > > I can ONLY start in single user mode- > > I still do have level 0 dump of 5.4 on my network is this my only option > ? It's always wise to back up /etc before running mergemaster to cover just t= his=20 type of mistake. In this case I'm guessing you replaced=20 your /etc/master.passwd with the default one. =46rom single-user mode, set the root password using the "passwd" utility. You will probably need to re-add your user account and any others that aren= 't=20 part of the system default. I would grab /etc/master.passwd from your backu= p=20 and do a line-by-line comparison with the file currently installed on your= =20 system. When re-adding users, be sure to use the same UID's and GID's so th= at=20 file permissions will be correct. See man pw for details. Alternatively, you could replace /etc/master.passwd with the copy from your= =20 backup and run mergemaster again. This time pay attention and actually merg= e=20 the file. JN From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:17:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8FB216A468 for ; Mon, 9 Jul 2007 20:17:52 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.freebsd.org (Postfix) with ESMTP id 6462C13C46E for ; Mon, 9 Jul 2007 20:17:52 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 12070 invoked by uid 0); 9 Jul 2007 20:17:50 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp3.knology.net with SMTP; 9 Jul 2007 20:17:50 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id A615428425; Mon, 9 Jul 2007 15:17:50 -0500 (CDT) Date: Mon, 9 Jul 2007 15:17:50 -0500 From: David Kelly To: Jean-Paul Natola Message-ID: <20070709201750.GA66218@Grumpy.DynDNS.org> References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 20:17:52 -0000 On Mon, Jul 09, 2007 at 04:06:01PM -0400, Jean-Paul Natola wrote: > OOOPSS- > > I got mergemaster to run- but now that the system restarted the root password > and my password are invalid- > > I can ONLY start in single user mode- You let mergemaster clobber the password file. So in single user, "mount -a", then use vipw to recreate your accounts in the password database. On exit from vipw use passwd to set the passwords. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:25:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 961B916A421 for ; Mon, 9 Jul 2007 20:25:17 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (cp268254-a.landg1.lb.home.nl [213.51.103.48]) by mx1.freebsd.org (Postfix) with ESMTP id 51D0113C489 for ; Mon, 9 Jul 2007 20:25:17 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id 44A903989E for ; Mon, 9 Jul 2007 22:25:16 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 0AEB63989C; Mon, 9 Jul 2007 22:25:15 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ra.egypt.nl X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.2.1 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id E3DE739898 for ; Mon, 9 Jul 2007 22:25:11 +0200 (CEST) Message-ID: <469299A6.4090006@boosten.org> Date: Mon, 09 Jul 2007 22:25:10 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> <20070709201750.GA66218@Grumpy.DynDNS.org> In-Reply-To: <20070709201750.GA66218@Grumpy.DynDNS.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000755-0, 07/09/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 20:25:17 -0000 David Kelly wrote: > On Mon, Jul 09, 2007 at 04:06:01PM -0400, Jean-Paul Natola wrote: >> OOOPSS- >> >> I got mergemaster to run- but now that the system restarted the root password >> and my password are invalid- >> >> I can ONLY start in single user mode- > > You let mergemaster clobber the password file. > > So in single user, "mount -a", then use vipw to recreate your accounts > in the password database. On exit from vipw use passwd to set the > passwords. > Having read this I must admit that it's a complete mystery to me why mergemaster would touch your password file at all... /me puzzled... Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:26:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3207B16A400 for ; Mon, 9 Jul 2007 20:26:52 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id C3DE213C4BA for ; Mon, 9 Jul 2007 20:26:51 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l69KQo6g035753; Mon, 9 Jul 2007 13:26:50 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l69KQnmm035752; Mon, 9 Jul 2007 13:26:49 -0700 (PDT) (envelope-from kline) Date: Mon, 9 Jul 2007 13:26:48 -0700 From: Gary Kline To: Norberto Meijome Message-ID: <20070709202648.GB35545@thought.org> References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <20070709055726.GA29775@thought.org> <20070709193325.33e07fd1@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070709193325.33e07fd1@localhost> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 20:26:52 -0000 On Mon, Jul 09, 2007 at 07:33:25PM +1000, Norberto Meijome wrote: > On Sun, 8 Jul 2007 22:57:26 -0700 > Gary Kline wrote: > > > why dont you upload the file to a webserver and download from there? > why not email it to yourself ...etc...etc > > > > > gary > > > > PS/: if anybody knows where I can find this "key-finder" > > binary, it'd save lots of steps! > > left that world behind some time ago...trying quite hard to stay away from it... > good luck > Turns out there is a new kf151.zip that I found in the wee hours. I dl'd it, unzip'd and ran it, then printed two hardcopies of the key. Now, when I junk the old box and get a newer one, I'll have a legal copy for my old, junker hardware. Play my learn-French CDs or whatever. Thanks again, to the list, for all of your input!! gary > {Beto|Norberto|Numard} Meijome > > "Everything is interesting if you go into it deeply enough" > Richard Feynman > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. > Reading disclaimers makes you go blind. Writing them is worse. You have been > Warned. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:29:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7206116A421 for ; Mon, 9 Jul 2007 20:29:45 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4E113C447 for ; Mon, 9 Jul 2007 20:29:45 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay5.apple.com (relay5.apple.com [17.128.113.35]) by mail-out4.apple.com (Postfix) with ESMTP id 3EADAB8DB0E; Mon, 9 Jul 2007 13:29:45 -0700 (PDT) Received: from relay5.apple.com (unknown [127.0.0.1]) by relay5.apple.com (Symantec Mail Security) with ESMTP id 2BABF29C002; Mon, 9 Jul 2007 13:29:45 -0700 (PDT) X-AuditID: 11807123-a5020bb000000a55-5a-46929ab9bb0b Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay5.apple.com (Apple SCV relay) with ESMTP id 1344830400D; Mon, 9 Jul 2007 13:29:45 -0700 (PDT) In-Reply-To: <469299A6.4090006@boosten.org> References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> <20070709201750.GA66218@Grumpy.DynDNS.org> <469299A6.4090006@boosten.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <77FE6039-9C53-4579-BCD6-C7C7199D37A6@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Mon, 9 Jul 2007 13:29:44 -0700 To: Peter Boosten X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 20:29:45 -0000 On Jul 9, 2007, at 1:25 PM, Peter Boosten wrote: >> You let mergemaster clobber the password file. >> >> So in single user, "mount -a", then use vipw to recreate your >> accounts >> in the password database. On exit from vipw use passwd to set the >> passwords. > > Having read this I must admit that it's a complete mystery to me why > mergemaster would touch your password file at all... Because sometimes new versions of the OS come with new built-in user accounts, which need to be added to the existing passwd or groups databases somehow? -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:43:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A66916A468 for ; Mon, 9 Jul 2007 20:43:04 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 3842A13C480 for ; Mon, 9 Jul 2007 20:42:59 +0000 (UTC) (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.8/8.12.11) with ESMTP id l69KfOmM022531; Mon, 9 Jul 2007 15:41:24 -0500 (CDT) Message-Id: <6.0.0.22.2.20070709153944.024ca5d8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 09 Jul 2007 15:41:16 -0500 To: "Jean-Paul Natola" , From: Derek Ragona In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 20:43:04 -0000 At 03:06 PM 7/9/2007, Jean-Paul Natola wrote: >OOOPSS- > >I got mergemaster to run- but now that the system restarted the root password >and my password are invalid- > >I can ONLY start in single user mode- > >I still do have level 0 dump of 5.4 on my network is this my only option This really sounds like you did an upgrade that went bad. If you did upgrade you can do a restore from your dump, and try again. Or just check or reset the root password in single user. What error are you getting going into multi-user? -Derek From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:43:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB53916A4F5 for ; Mon, 9 Jul 2007 20:43:08 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 570EE13C4C2 for ; Mon, 9 Jul 2007 20:43:07 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1538466waf for ; Mon, 09 Jul 2007 13:43:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HwQx65bIEmT2Ar+6kigV0LLsYIInn+/JO+mzEdj08K5uNLr87AAd/OAZunWwzxRbDTv1v0DU6NpMOx7ZKaco9+KjdXx4+HH8ktOK0KmnOawlWQvCwTL4te3IhCKo6hJ1MOHTX67vdODjgckUPG5nqbHktcFHECigg566vN821fA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aI7Ao9FyKrkvBikZxhmv4doqlykD+O0+g7xpCwNB/uC8XTVnEJj0CUddHZI1IiQv9VZLDmIasoWqEGXHogJTljfUgEzz358I2gop84P3eQTMx33lwj6StVJqbEg6MPaWnmpxMX4CDQ/gid7jq7QbLCu6MOOpsy1kpZISOKiKBMQ= Received: by 10.114.194.1 with SMTP id r1mr3489500waf.1184013787258; Mon, 09 Jul 2007 13:43:07 -0700 (PDT) Received: by 10.114.173.11 with HTTP; Mon, 9 Jul 2007 13:43:07 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 13:43:07 -0700 From: "Kurt Buff" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Installation woes with 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:43:09 -0000 I've got a machine with 2GB of RAM, onto which I can install Windows XP with no issues. However, FreeBSD 6.2 Release is giving me fits on this machine. If any of you have insight, I'd surely appreciate you sharing The motherboard is an Intel D645 GEBV2. I've tried a couple of different disk arrangements, with no success. I've installed an IDE WD 180GB drive, which the motherboard BIOS detects just fine. When I boot from disk 1 for the FreeBSD install, it detects no hard drive. I've put in an Addonics ADSA2 PCI SATA card, which sports the SiL 1352A chipset, but the install blows up when installing to a 74GB Seagate drive - the kernel panics and it reboots while copying files to disk. Has anyone run into these problems? Google hasn't been particularly my friend on this one. I've tried reading the install docs on the CD, with no particular luck, but I could be missing something. Many Thanks, Kurt From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:43:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62FB416A41F for ; Mon, 9 Jul 2007 20:43:53 +0000 (UTC) (envelope-from xrayv19@yahoo.com) Received: from web58108.mail.re3.yahoo.com (web58108.mail.re3.yahoo.com [68.142.236.131]) by mx1.freebsd.org (Postfix) with SMTP id 287BE13C468 for ; Mon, 9 Jul 2007 20:43:53 +0000 (UTC) (envelope-from xrayv19@yahoo.com) Received: (qmail 30627 invoked by uid 60001); 9 Jul 2007 20:43:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=Kanqn20vbW7kxrKv/zl5RSa8DKn/5zcCtGiaV7jyZCCWYhHCFAkx1az/wGp+HNxH4qIHybIs0MIqI6EM1lMMtV7qwT8Lg5Ufdwf5xzkzsSFPR3EHhx2g6CCOiPUKeLeXDt62Wgk+YLLLaE3puWBcftbbzcZqLUqID6j7aJTYn4A=; X-YMail-OSG: zICc0fkVM1mKokK.k_LYdFHQMC_vtiAwR5ohLF0sHR_uIrHaL8KRXH8755yVj2QaNsQukwFu6grC3qf_Q86zVGIyYvov0nA2BH.LqUhYIxbyJGnXaLO0rg-- Received: from [131.191.24.2] by web58108.mail.re3.yahoo.com via HTTP; Mon, 09 Jul 2007 13:43:52 PDT Date: Mon, 9 Jul 2007 13:43:52 -0700 (PDT) From: L Goodwin To: Roland Smith In-Reply-To: <20070708080431.GA17250@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <396655.30624.qm@web58108.mail.re3.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Correct way to use dump to backup a Samba share X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 20:43:53 -0000 Thanks for filling in the blanks, Roland! --- Roland Smith wrote: > On Sat, Jul 07, 2007 at 06:42:20PM -0700, L Goodwin > wrote: > > I have a Samba share on a software RAID 1 array > (using > > gmirror) that I need to backup. I want to create a > > shell script that does a level 0 backup every time > to > > (alternately) one of two USB drives. I plan to > have > > only ONE USB drive connected at a time. > > > > I want the script to mount the drive, perform the > > backup, then unmount the drive so that it is ready > for > > someone who knows zip about computers to safely > remove > > and take offsite. > > > > Here are the steps I have for the script. > > Is this all I need to do? Do I need any error > handling > > logic? THANKS! > > > # Mount the backup drive: > > mount /dev/usb0 > > > > # Create the backup: > > /sbin/dump -0u -f /dev/usb0 /sambavol > > > > # Unmount the backup drive: > > umount /dev/usb0 > > The following is a rough outline of what you should > do; > -------------- shell-script -------------- > #!/bin/sh > # The following assumes that the USB mass-storage > device is formatted > # with a UFS filesystem > > # Only root can perform dumps. > if [ $(id -u) -ne 0 ]; then > echo "Only root can perform dumps. Exiting." > exit 1 > fi > > DDIR=/mnt/root > # First, check if the target directory exists > if [ ! -d $DDIR ]; then > echo "The $DDIR directory doesn't exist. > Exiting." > exit 1 > fi > # Then check if it is already mounted > if mount|grep $DDDIR >/dev/null; then > echo "The $DDIR directory is already in use. > Exiting" > exit 1 > fi > > # Check if the device to dump to exists; > DEV=/dev/da0 > if [ ! -c $DEV ]; then > echo "The $DEV device doesn't exist. Exiting." > exit 1 > fi > # Check if the device is already mounted > if mount|grep $DEV >/dev/null; then > echo "The $DEV device is already mounted. > Exiting" > exit 1 > fi > > SRC=/sambavol > DFLAGS="-0 -u -f" > # Check if the filesystem that is to be dumped > exists. > if [ ! -d $SRC ]; then > echo "The $SRC directory doesn't exist. > Exiting." > exit 1 > fi > # Now check if it is mounted > if mount -t ufs|grep $SRC; then > DFLAGS="-L "$DFLAGS > fi > > # Mount the USB device. > if ! mount $DEV $DDIR; then > "Mounting the USB disk failed. Exiting" > exit 1 > fi > > DATE=$(date "+%Y%m%d") > # Perfrom the dump, assuming that the filesystem is > live. > dump $DFLAGS ${DDIR}/sambavol-0-${DATE}.dump $SRC > > umount $DDIR > -------------- shell-script -------------- > > Of course, you have to remove old dumps once in a > while, lest you run > out of disk space. > > Depending on the contents of the samba share, it > might be worthwhile to > compress the dump with gzip; > > # Perfrom the dump, > dump $DFLAGS - $SRC|gzip > >${DDIR}/sambavol-0-${DATE}.gz > > Roland > -- > R.F.Smith > http://www.xs4all.nl/~rsmith/ > [plain text _non-HTML_ PGP/GnuPG encrypted/signed > email much appreciated] > pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 > A725 (KeyID: C321A725) > ____________________________________________________________________________________ Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center. http://autos.yahoo.com/green_center/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:54:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B23BC16A41F for ; Mon, 9 Jul 2007 20:54:20 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 30C1D13C4AD for ; Mon, 9 Jul 2007 20:54:20 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l69KsENt035904; Mon, 9 Jul 2007 13:54:14 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l69KsD7I035903; Mon, 9 Jul 2007 13:54:13 -0700 (PDT) (envelope-from kline) Date: Mon, 9 Jul 2007 13:54:13 -0700 From: Gary Kline To: Garrett Cooper Message-ID: <20070709205413.GD35545@thought.org> References: <20070709004641.GA28114@thought.org> <4691C79C.80806@boosten.org> <4691CB5A.2050208@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4691CB5A.2050208@u.washington.edu> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: FreeBSD Mailing List , Peter Boosten Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 20:54:20 -0000 On Sun, Jul 08, 2007 at 10:44:58PM -0700, Garrett Cooper wrote: > Peter Boosten wrote: > >Gary Kline wrote: > > > >> I was able to find, ldown load and instal the DOS/Windows ssh > >> utility, but am having trouble scp'ing stuff between my BSD side > >> and my W2K server. Anybody know what file I have to modify to > >> get permission on the windows computer? > >> > > > >Gary, > > > >Search for winscp, a (free) graphical drag&drop scp tool. > >I've seen some limitations with scp of putty (like file sizes over 2 Gigs). > > > >Peter > > > Gary, > If you're just trying to do file transferring/sharing in a local > 'secure' network, I suggest Samba in place of scp. You might also want > to consider Samba + VPN as well; scp is great for porting files over > long distances, or a last resort for dealing with Unix <=> Windows > transferring, but just seems incredibly kludgey when dealing with > files/directories otherwise (having to maintain an ssh connection, > having to install a scp/ssh client per machine for instance are what I > consider kludgey). Samba and the like are entirely foreign to me since I avoid anything Windows. B-u-t, we have a new HP printer/copier/scanner/ on the W2K box, and I'd like to scan in photo and other stuff and scp them across the CAT5. Soooooo. gary PS: a personal note---how's the summer-of-coding going? I'm hoping that new young blood can make major improvments in keeping FBSD easier to keep current. I'm almost abandoning Ubuntu for your Dell because things there under Gnome Just Work. :-) Please 'cuse the drift, folks.... > Cheers, > -Garrett > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:59:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 103BB16A468 for ; Mon, 9 Jul 2007 20:59:39 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp104.plus.mail.re1.yahoo.com (smtp104.plus.mail.re1.yahoo.com [69.147.102.67]) by mx1.freebsd.org (Postfix) with SMTP id A050713C48A for ; Mon, 9 Jul 2007 20:59:38 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 41795 invoked from network); 9 Jul 2007 20:59:37 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=qXhgOuIvZAX6rB5AW7pHxUV7gxFSNQgE+a2WpHJHYqsAlfrsMY7MUPoxf2u0SgvXI06YervcfVsgHDAZ3r68CvGWs27pHaXYy8MCFFnzMDlldtvYOxHi5W0dBg4HB8x7DAci9ZrmAu6NN5FAFkyDsAyTXj7D3/ayLT0MUdnXyOw= ; Received: from unknown (HELO ?192.168.2.101?) (stevan_tiefert@84.165.92.41 with plain) by smtp104.plus.mail.re1.yahoo.com with SMTP; 9 Jul 2007 20:59:36 -0000 X-YMail-OSG: WkbwwmAVM1nt3a5tSisaEPiUJKSo5Fnw.wSjIzsYdU5dn2Dbc.6HGxLmCMCbIMJG14GS4b4AJlhbaY_6txoPfi3WL8g2ZPJKuBU- From: Stevan Tiefert To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Mon, 09 Jul 2007 22:59:36 +0200 Message-Id: <1184014776.1863.4.camel@vagabund.w33> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 20:59:39 -0000 Hello list, I wanted to update via freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5. But like you can see my system is after the update still p4! I have saved a script of my doing: Script started on Mon Jul 9 22:55:13 2007 vagabund# freebsd-update fetch Looking up update.FreeBSD.org mirrors... 1 mirrors found. Fetching metadata signature from update1.FreeBSD.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. No updates needed to update system to 6.2-RELEASE-p5. vagabund# freebsd-update install No updates are available to install. Run '/usr/sbin/freebsd-update fetch' first. vagabund# uname -a FreeBSD vagabund.w33 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:40:53 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 vagabund# exit exit Script done on Mon Jul 9 22:55:45 2007 $ What is going wrong? Why he is not updating? With regards Stevan Tiefert ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:16:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E17D16A468 for ; Mon, 9 Jul 2007 21:16:14 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 9E8E213C483 for ; Mon, 9 Jul 2007 21:16:13 +0000 (UTC) (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.8/8.12.11) with ESMTP id l69LBeqD022911; Mon, 9 Jul 2007 16:11:41 -0500 (CDT) Message-Id: <6.0.0.22.2.20070709160933.024cddb0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 09 Jul 2007 16:11:33 -0500 To: "Kurt Buff" , FreeBSD From: Derek Ragona In-Reply-To: References: 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: Installation woes with 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:16:14 -0000 At 03:43 PM 7/9/2007, Kurt Buff wrote: >I've got a machine with 2GB of RAM, onto which I can install Windows >XP with no issues. > >However, FreeBSD 6.2 Release is giving me fits on this machine. If any >of you have insight, I'd surely appreciate you sharing > >The motherboard is an Intel D645 GEBV2. I've tried a couple of >different disk arrangements, with no success. > >I've installed an IDE WD 180GB drive, which the motherboard BIOS >detects just fine. When I boot from disk 1 for the FreeBSD install, it >detects no hard drive. > >I've put in an Addonics ADSA2 PCI SATA card, which sports the SiL >1352A chipset, but the install blows up when installing to a 74GB >Seagate drive - the kernel panics and it reboots while copying files >to disk. > >Has anyone run into these problems? Google hasn't been particularly my >friend on this one. > >I've tried reading the install docs on the CD, with no particular >luck, but I could be missing something. Clearly you have a disk controller compatibility problem. I do know the Sil chips are terrible, and there is a long history of issues with these chips and FreeBSD! Can you find a regular IDE drive to plug into that motherboard? -Derek -- 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 Jul 9 21:20:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EEA016A400 for ; Mon, 9 Jul 2007 21:20:01 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 28D6D13C489 for ; Mon, 9 Jul 2007 21:20:01 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1551712waf for ; Mon, 09 Jul 2007 14:20:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WLZpEDVZokYSe6Y4v/6Dv06zvp0Md8eGVczCWw0OfhHlmR+iHDfpLwtjuQeK3JzRD3gVUAkQiBkJHE+P3L4hiis8cZu+SQ4V0SNrN7Zp4ChO5Dobe5F317FTDZMKD6rYiLPBan5rCmfNNA4nhESVEEJdXvj7T4dDJ71XM/Euf+o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=llWNLwHGDYZx/FOWvSHhf3ZjTeoc3j6O0fJHCCV73OG2pK1id2xPMx+v66xPKx/HQGqs2v9sb6ESC/fM6sT53vKU8J5LLsUceWKPdhUkwiYGm7jcyJzWM839hOLu8QD2c+wv7ffRAzq8+hIWCMAQ9wI15MnAsfd2+2EN6wELULA= Received: by 10.114.149.2 with SMTP id w2mr3519228wad.1184016000906; Mon, 09 Jul 2007 14:20:00 -0700 (PDT) Received: by 10.114.173.11 with HTTP; Mon, 9 Jul 2007 14:20:00 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 14:20:00 -0700 From: "Kurt Buff" To: "Derek Ragona" In-Reply-To: <6.0.0.22.2.20070709160933.024cddb0@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6.0.0.22.2.20070709160933.024cddb0@mail.computinginnovations.com> Cc: FreeBSD Subject: Re: Installation woes with 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:20:01 -0000 On 7/9/07, Derek Ragona wrote: > > At 03:43 PM 7/9/2007, Kurt Buff wrote: > > I've got a machine with 2GB of RAM, onto which I can install Windows > XP with no issues. > > However, FreeBSD 6.2 Release is giving me fits on this machine. If any > of you have insight, I'd surely appreciate you sharing > > The motherboard is an Intel D645 GEBV2. I've tried a couple of > different disk arrangements, with no success. > > I've installed an IDE WD 180GB drive, which the motherboard BIOS > detects just fine. When I boot from disk 1 for the FreeBSD install, it > detects no hard drive. > > I've put in an Addonics ADSA2 PCI SATA card, which sports the SiL > 1352A chipset, but the install blows up when installing to a 74GB > Seagate drive - the kernel panics and it reboots while copying files > to disk. > > Has anyone run into these problems? Google hasn't been particularly my > friend on this one. > > I've tried reading the install docs on the CD, with no particular > luck, but I could be missing something. > Clearly you have a disk controller compatibility problem. I do know the > Sil chips are terrible, and there is a long history of issues with these > chips and FreeBSD! > > Can you find a regular IDE drive to plug into that motherboard? > > -Derek Plugging an IDE drive into the motherboard is the first thing I did - that's the case above where FreeBSD didn't see *any* HD. That's the one that really fries my brain, because the motherboard BIOS detects it correctly, and XP installs to it just fine. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:28:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D37D616A41F for ; Mon, 9 Jul 2007 21:28:12 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.freebsd.org (Postfix) with ESMTP id 374DF13C447 for ; Mon, 9 Jul 2007 21:28:11 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l69LRqpd036478; Mon, 9 Jul 2007 22:27:53 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=permerror; spf=permerror X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk l69LRqpd036478 Message-ID: <4692A858.2090106@infracaninophile.co.uk> Date: Mon, 09 Jul 2007 22:27:52 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.4 (X11/20070619) MIME-Version: 1.0 To: David Kelly References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> <20070709201750.GA66218@Grumpy.DynDNS.org> In-Reply-To: <20070709201750.GA66218@Grumpy.DynDNS.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Mon, 09 Jul 2007 22:28:03 +0100 (BST) X-Virus-Scanned: ClamAV 0.90.3/3616/Mon Jul 9 20:27:14 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00, DKIM_POLICY_SIGNSOME, DKIM_POLICY_TESTING, NO_RELAYS autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on happy-idiot-talk.infracaninophile.co.uk Cc: Jean-Paul Natola , freebsd-questions@freebsd.org Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 21:28:12 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 David Kelly wrote: > On Mon, Jul 09, 2007 at 04:06:01PM -0400, Jean-Paul Natola wrote: >> OOOPSS- >> >> I got mergemaster to run- but now that the system restarted the root password >> and my password are invalid- >> >> I can ONLY start in single user mode- > > You let mergemaster clobber the password file. > > So in single user, "mount -a", then use vipw to recreate your accounts > in the password database. On exit from vipw use passwd to set the > passwords. > Note that there will be a backup copy of the master.passwd file in /var/backups/master.passwd.bak -- the will be possibly more than one backup copy in that directory. These are created by the nightly periodic script: /etc/periodic/daily/200.backup-passwd which is enabled by default. As these run overnight the backed-up copy should pre-date your adventures with mergemaster. Verify that the contents are sensible, then copy it back to /etc/master.passwd and run pwd_mkdb(8) to generate /etc/passwd and /etc/pwd.db from it. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGkqhX8Mjk52CukIwRCFanAKCF+mkgAZoNVE1fbjHU3HrC/LQIsACfU5tz wb0lxphVnCmkHb7Zd79npFc= =w67I -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:30:41 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92C4E16A400 for ; Mon, 9 Jul 2007 21:30:41 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.freebsd.org (Postfix) with ESMTP id 2CD2913C455 for ; Mon, 9 Jul 2007 21:30:41 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 27493 invoked by uid 0); 9 Jul 2007 21:30:38 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp3.knology.net with SMTP; 9 Jul 2007 21:30:38 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 8692728425; Mon, 9 Jul 2007 16:30:38 -0500 (CDT) Date: Mon, 9 Jul 2007 16:30:38 -0500 From: David Kelly To: Chuck Swiger Message-ID: <20070709213038.GA66595@Grumpy.DynDNS.org> References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> <20070709201750.GA66218@Grumpy.DynDNS.org> <469299A6.4090006@boosten.org> <77FE6039-9C53-4579-BCD6-C7C7199D37A6@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <77FE6039-9C53-4579-BCD6-C7C7199D37A6@mac.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org, Peter Boosten Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-Questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:30:41 -0000 On Mon, Jul 09, 2007 at 01:29:44PM -0700, Chuck Swiger wrote: > On Jul 9, 2007, at 1:25 PM, Peter Boosten wrote: > > > >Having read this I must admit that it's a complete mystery to me why > >mergemaster would touch your password file at all... > > Because sometimes new versions of the OS come with new built-in user > accounts, which need to be added to the existing passwd or groups > databases somehow? Yes, exactly. Have to *merge* the changes into /etc/master.passwd rather than brute force overwrite. Notice the difference from my first post in this thread, the file which was clobbered is /etc/master.passwd, not just /etc/passwd which is a dummy file generated from master.passwd. In single user he can "mount -a" to get all the filesystems mounted read/write, then extract /etc/master.passwd file from his level 0 dump. But once again it needs to be diff'ed against the "new" version written by mergemaster to see why mergemaster changed it. Then the password databases need to be rebuilt. The easiest way (and only way I remember without manpage surfing) is to run vipw and trivially change the master password file. On exit vipw rebuilds the password databases with pwd_mkdb(8) (I had to look that up). -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:36:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 328AF16A400 for ; Mon, 9 Jul 2007 21:36:44 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id D69AC13C447 for ; Mon, 9 Jul 2007 21:36:43 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost ([127.0.0.1] helo=szalbot.homedns.org) by szalbot.homedns.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I80uK-000PVR-Tq; Mon, 09 Jul 2007 23:36:37 +0200 Received: (from www@localhost) by szalbot.homedns.org (8.13.8/8.13.8/Submit) id l69LaZpb098047; Mon, 9 Jul 2007 23:36:35 +0200 (CEST) (envelope-from zbigniew@szalbot.homedns.org) X-Authentication-Warning: szalbot.homedns.org: www set sender to zbigniew@szalbot.homedns.org using -f To: Josh Paetzel X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Mon, 9 Jul 2007 23:36:34 +0200 From: In-Reply-To: <200707091240.24000.josh@tcbug.org> References: <200707091240.24000.josh@tcbug.org> Message-ID: <9a509dabff52cf4193d68c047ee8d127@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual 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: Mon, 09 Jul 2007 21:36:44 -0000 Hello, > I would take a look at cvsweb.freebsd.org and find out when PHP 4.3.10 > was in ports, then roll back your ports tree to that date with cvsup > and install it from ports. > > So in this case the commit that updated the port to 4.3.11 was on Mon > April 4 2005, so if you roll back the ports tree to April 1 you'll be > fine. > > You'll need cvsup for this. > > In your ports-supfile add the following line: > > *default date=2005.04.01.00.00.00 > > If you have the current versions of gettext, libtool, m4, perl, and > expat installed you can simply roll back the lang directory with > cvsup, saving you from rolling back the entire tree by commenting out > ports-all, and uncommenting ports-base and ports-lang > > Otherwise, if you want to install the versions of the dependancies > that were current at the time of php 4.3.10 you'll want to roll back > the entire tree. > > After you run cvsup you can just portinstall it or > cd /usr/ports/lang/php4 && make install clean All clear but when I go to install this particular version of PHP I am (rightly) warned about its multiple known vulnerabilities. I read man portinstall but don't think I have seen information how to temporarily switch this security check off when installing a port. Many thanks in advance! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:44:32 2007 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CDC3716A421 for ; Mon, 9 Jul 2007 21:44:32 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 87E9813C4D3 for ; Mon, 9 Jul 2007 21:44:32 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 17:44:31 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CFE@www.fcimail.org> In-Reply-To: <20070709213038.GA66595@Grumpy.DynDNS.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: password failure- after mergmaster Thread-Index: AcfCcKOweamcSMilQ92ZmQLY05yd2AAAWyog From: "Jean-Paul Natola" To: , "Chuck Swiger" Cc: Peter Boosten Subject: RE: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 21:44:32 -0000 On Mon, Jul 09, 2007 at 01:29:44PM -0700, Chuck Swiger wrote: > On Jul 9, 2007, at 1:25 PM, Peter Boosten wrote: > > > >Having read this I must admit that it's a complete mystery to me why > >mergemaster would touch your password file at all... >=20 > Because sometimes new versions of the OS come with new built-in user =20 > accounts, which need to be added to the existing passwd or groups =20 > databases somehow? Yes, exactly. Have to *merge* the changes into /etc/master.passwd rather than brute force overwrite. Notice the difference from my first post in this thread, the file which was clobbered is /etc/master.passwd, not just /etc/passwd which is a dummy=20 I'M DONE now- now I cant even boot into safe or single user mode It keeps asking me to enter full pathname of shell or RETURN for = /bin/sh I hit enter and I see the same message again , and again , and again and again From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:54:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28BC116A41F for ; Mon, 9 Jul 2007 21:54:19 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 941CE13C45A for ; Mon, 9 Jul 2007 21:54:18 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-68668.home.otenet.gr [87.203.149.138]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l69LsGle017756; Tue, 10 Jul 2007 00:54:16 +0300 Message-ID: <4692AE88.3030904@otenet.gr> Date: Tue, 10 Jul 2007 00:54:16 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: Stevan Tiefert References: <1184014776.1863.4.camel@vagabund.w33> In-Reply-To: <1184014776.1863.4.camel@vagabund.w33> Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 21:54:19 -0000 Stevan Tiefert wrote: > Hello list, > > I wanted to update via freebsd-update from 6.2-RELEASE-p4 to > 6.2-RELEASE-p5. But like you can see my system is after the update still > p4! > > I have saved a script of my doing: > > Script started on Mon Jul 9 22:55:13 2007 > vagabund# freebsd-update fetch > Looking up update.FreeBSD.org mirrors... 1 mirrors found. > Fetching metadata signature from update1.FreeBSD.org... done. > Fetching metadata index... done. > Inspecting system... done. > Preparing to download files... done. > > No updates needed to update system to 6.2-RELEASE-p5. > vagabund# freebsd-update install > No updates are available to install. > Run '/usr/sbin/freebsd-update fetch' first. > vagabund# uname -a > FreeBSD vagabund.w33 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr > 26 17:40:53 UTC 2007 > root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > vagabund# exit > exit > > Script done on Mon Jul 9 22:55:45 2007 > $ > > > What is going wrong? Why he is not updating? > > With regards > Stevan Tiefert > > It has updated. Recompile your kernel: As root: cd /usr/src make buildkernel KERNCONF=GENERIC make installkernel KERNCONF=GENERIC reboot uname -a will then show 6.2-RELEASE-p5 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:54:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C2B416A468 for ; Mon, 9 Jul 2007 21:54:21 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.freebsd.org (Postfix) with ESMTP id 21D1913C448 for ; Mon, 9 Jul 2007 21:54:20 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id EB650823C; Mon, 9 Jul 2007 16:54:19 -0500 (CDT) Received: from [192.168.1.5] (unknown [192.168.2.1]) by mail.tcbug.org (Postfix) with ESMTP id B1CD3341C0C; Mon, 9 Jul 2007 16:54:19 -0500 (CDT) From: Josh Paetzel To: zbigniew@szalbot.homedns.org Date: Mon, 9 Jul 2007 16:54:16 -0500 User-Agent: KMail/1.9.6 References: <200707091240.24000.josh@tcbug.org> <9a509dabff52cf4193d68c047ee8d127@szalbot.homedns.org> In-Reply-To: <9a509dabff52cf4193d68c047ee8d127@szalbot.homedns.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1334405.Y4efTJFZ0k"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707091654.18871.josh@tcbug.org> Cc: freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual 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: Mon, 09 Jul 2007 21:54:21 -0000 --nextPart1334405.Y4efTJFZ0k Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 09 July 2007, zbigniew@szalbot.homedns.org wrote: > Hello, > > > I would take a look at cvsweb.freebsd.org and find out when PHP > > 4.3.10 was in ports, then roll back your ports tree to that date > > with cvsup and install it from ports. > > > > So in this case the commit that updated the port to 4.3.11 was on > > Mon April 4 2005, so if you roll back the ports tree to April 1 > > you'll be fine. > > > > You'll need cvsup for this. > > > > In your ports-supfile add the following line: > > > > *default date=3D2005.04.01.00.00.00 > > > > If you have the current versions of gettext, libtool, m4, perl, > > and expat installed you can simply roll back the lang directory > > with cvsup, saving you from rolling back the entire tree by > > commenting out ports-all, and uncommenting ports-base and > > ports-lang > > > > Otherwise, if you want to install the versions of the > > dependancies that were current at the time of php 4.3.10 you'll > > want to roll back the entire tree. > > > > After you run cvsup you can just portinstall it or > > cd /usr/ports/lang/php4 && make install clean > > All clear but when I go to install this particular version of PHP I > am (rightly) warned about its multiple known vulnerabilities. I > read man portinstall but don't think I have seen information how to > temporarily switch this security check off when installing a port. > > Many thanks in advance! > > Zbigniew Szalbot > make -DDISABLE_VULNERABILITIES install =2D-=20 Thanks, Josh Paetzel --nextPart1334405.Y4efTJFZ0k Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGkq6KJvkB8SevrssRAqKKAKCKPxTWOcW6BR2ppJKWdm+SPKcpDACfWVW/ go/aXA3E54lsIKGBKKHu8nw= =OkPO -----END PGP SIGNATURE----- --nextPart1334405.Y4efTJFZ0k-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:56:43 2007 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7B9D16A400 for ; Mon, 9 Jul 2007 21:56:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD5113C4B8 for ; Mon, 9 Jul 2007 21:56:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay6.apple.com (relay6.apple.com [17.128.113.36]) by mail-out3.apple.com (Postfix) with ESMTP id 840DBB4FF71; Mon, 9 Jul 2007 14:56:43 -0700 (PDT) Received: from relay6.apple.com (unknown [127.0.0.1]) by relay6.apple.com (Symantec Mail Security) with ESMTP id 6C90C10071; Mon, 9 Jul 2007 14:56:43 -0700 (PDT) X-AuditID: 11807124-a24e1bb0000007e2-97-4692af1b6584 Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay6.apple.com (Apple SCV relay) with ESMTP id 530ED1006B; Mon, 9 Jul 2007 14:56:43 -0700 (PDT) In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFE@www.fcimail.org> References: <3A85D7EF44E1C744BF6434691F5659E9702CFE@www.fcimail.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <81A988E0-1FE2-4530-A5FD-0C0B28CD0816@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Mon, 9 Jul 2007 14:56:43 -0700 To: Jean-Paul Natola X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: FreeBSD-Questions@FreeBSD.org, Peter Boosten Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 21:56:43 -0000 On Jul 9, 2007, at 2:44 PM, Jean-Paul Natola wrote: >>> Because sometimes new versions of the OS come with new built-in user >>> accounts, which need to be added to the existing passwd or groups >>> databases somehow? >> >> Yes, exactly. Have to *merge* the changes into /etc/master.passwd >> rather >> than brute force overwrite. >> >> Notice the difference from my first post in this thread, the file >> which >> was clobbered is /etc/master.passwd, not just /etc/passwd which is a >> dummy > > I'M DONE now- now I cant even boot into safe or single user mode > > It keeps asking me to enter full pathname of shell or RETURN for / > bin/sh > > I hit enter and I see the same message again , and again , and > again and again I have two thoughts for you: One, FreeBSD should be a little easier to update, as the instructions for doing so are mildly complicated and are buried too far within the UPDATING document. Two, you really should learn how to perform an update and/or recover from system problems if it doesn't boot by working on a test system first, and only making significant changes to a production system once you've gotten confident you know what you are doing. Failing that, perhaps you ought to hire a sysadmin or consultant with decent BSD experience, and let them solve the issues so that you can focus on other things.... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:57:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6973516A41F for ; Mon, 9 Jul 2007 21:57:52 +0000 (UTC) (envelope-from marc@villalog.com) Received: from www6.webmachine.eu (www6.eu.webmachine.net [213.208.132.56]) by mx1.freebsd.org (Postfix) with ESMTP id B0C0413C4B9 for ; Mon, 9 Jul 2007 21:57:51 +0000 (UTC) (envelope-from marc@villalog.com) Received: (qmail 26381 invoked from network); 9 Jul 2007 23:57:52 +0200 Received: from 83-65-221-6.work.xdsl-line.inode.at (HELO ?127.0.0.1?) (83.65.221.6) by www6.eu.webmachine.net with SMTP; 9 Jul 2007 23:57:52 +0200 Message-ID: <4692B09A.6070809@villalog.com> Date: Tue, 10 Jul 2007 00:03:06 +0200 From: Marc Muncke User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: install php-5.2.3 solved X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 21:57:52 -0000 Hi, Yesterday I posted this : I can not install php5.2.3 : make install ===> Found saved configuration for php5-5.2.3 ===> Extracting for php5-5.2.3 => MD5 Checksum OK for php-5.2.3.tar.bz2. => SHA256 Checksum OK for php-5.2.3.tar.bz2. ===> Patching for php5-5.2.3 ===> Applying FreeBSD patches for php5-5.2.3 2 out of 2 hunks failed--saving rejects to ext/standard/dir.c.rej => Patch patch-ext_standard_dir.c failed to apply cleanly. => Patch(es) patch-TSRM_threads.m4 patch-Zend::zend.h patch-acinclude.m4 patch-configure.in patch-ext_date_lib_timelib_structs.h patch-ext_standard_array.c patch-ext_standard_basic_functions.c applied cleanly. I only configured the apache module. Today I fixed it like this : -> run cvsup -> delete work folder -> make install clean Thank you for your interest Marc From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 22:04:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 469F116A468 for ; Mon, 9 Jul 2007 22:04:17 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id E75E413C4B0 for ; Mon, 9 Jul 2007 22:04:16 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost ([127.0.0.1] helo=szalbot.homedns.org) by szalbot.homedns.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I81L1-000PrP-6j; Tue, 10 Jul 2007 00:04:11 +0200 Received: (from www@localhost) by szalbot.homedns.org (8.13.8/8.13.8/Submit) id l69M49v3099410; Tue, 10 Jul 2007 00:04:09 +0200 (CEST) (envelope-from zbigniew@szalbot.homedns.org) X-Authentication-Warning: szalbot.homedns.org: www set sender to zbigniew@szalbot.homedns.org using -f To: Josh Paetzel X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Tue, 10 Jul 2007 00:04:09 +0200 From: Zbigniew Szalbot In-Reply-To: <200707091654.18871.josh@tcbug.org> References: <200707091654.18871.josh@tcbug.org> Message-ID: <9a49ade120d8f38e47f0f498e26f9ad8@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual 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: Mon, 09 Jul 2007 22:04:17 -0000 Hi there, On Mon, 9 Jul 2007 16:54:16 -0500, Josh Paetzel wrote: > On Monday 09 July 2007, zbigniew@szalbot.homedns.org wrote: >> Hello, >> >> > I would take a look at cvsweb.freebsd.org and find out when PHP >> > 4.3.10 was in ports, then roll back your ports tree to that date >> > with cvsup and install it from ports. >> > >> > So in this case the commit that updated the port to 4.3.11 was on >> > Mon April 4 2005, so if you roll back the ports tree to April 1 >> > you'll be fine. >> > >> > You'll need cvsup for this. >> > >> > In your ports-supfile add the following line: >> > >> > *default date=2005.04.01.00.00.00 >> > >> > If you have the current versions of gettext, libtool, m4, perl, >> > and expat installed you can simply roll back the lang directory >> > with cvsup, saving you from rolling back the entire tree by >> > commenting out ports-all, and uncommenting ports-base and >> > ports-lang >> > >> > Otherwise, if you want to install the versions of the >> > dependancies that were current at the time of php 4.3.10 you'll >> > want to roll back the entire tree. >> > >> > After you run cvsup you can just portinstall it or >> > cd /usr/ports/lang/php4 && make install clean >> >> All clear but when I go to install this particular version of PHP I >> am (rightly) warned about its multiple known vulnerabilities. I >> read man portinstall but don't think I have seen information how to >> temporarily switch this security check off when installing a port. >> >> Many thanks in advance! >> >> Zbigniew Szalbot >> > > make -DDISABLE_VULNERABILITIES install Thanks for your patience! However, when I try I get: make -DDISABLE_VULNERABILITIES install clean Dependency warning: used OpenSSL version contains known vulnerabilities Please update or define either WITH_OPENSSL_BASE or WITH_OPENSSL_PORT *** Error code 1 Stop in /usr/ports/lang/php4. Now I did include WITH_OPENSSL_PORT=1 in pkgtools.conf for php4 but it does not seem to take any effect. I also tried inserting WITH_DISABLE_VULNERABILITIES=1 in this file but it did not help. Thank you! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 22:37:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65B7816A41F for ; Mon, 9 Jul 2007 22:37:05 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.190]) by mx1.freebsd.org (Postfix) with ESMTP id ED54B13C45D for ; Mon, 9 Jul 2007 22:37:04 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so816562mue for ; Mon, 09 Jul 2007 15:37:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d0vYk7uOF5VW2TFt98IBkXQFdxFQTxcqXMZmAHF3GududdfklnZOPf4wN6DG9dwMD3Lk2/wI6GD0iA4TD5pGe2BS2BgppbtzxNFmARjObT7L3r32BBgnjg3tChxhQrVgs9mLh+hZVurBE5/ViAR2wabXuRNxewGZHUGWQ/vbhbU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Em0+PCLC+JC+UFpnN6gB0S17sDhWksxh1+3SVugiNx2H7FjKgcaDXfPWHdQ2UqurpKcyEL2+EtOdpmLbeLeWlPjZToTvNYcm0ka7Pap1Bu8iygsKIwglfGDejqd73JexL26N7Ljn5NVaQMnVfOynkvR169gMnzCHJYKdnz2YlX8= Received: by 10.82.189.6 with SMTP id m6mr9161199buf.1184020623273; Mon, 09 Jul 2007 15:37:03 -0700 (PDT) Received: by 10.82.187.6 with HTTP; Mon, 9 Jul 2007 15:37:03 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 17:37:03 -0500 From: "illoai@gmail.com" To: "Stevan Tiefert" In-Reply-To: <1184014776.1863.4.camel@vagabund.w33> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1184014776.1863.4.camel@vagabund.w33> Cc: freebsd-questions@freebsd.org Subject: Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 22:37:05 -0000 On 09/07/07, Stevan Tiefert wrote: > Hello list, > > I wanted to update via freebsd-update from 6.2-RELEASE-p4 to > 6.2-RELEASE-p5. But like you can see my system is after the update still > p4! > > I have saved a script of my doing: > > Script started on Mon Jul 9 22:55:13 2007 > vagabund# freebsd-update fetch > Looking up update.FreeBSD.org mirrors... 1 mirrors found. > Fetching metadata signature from update1.FreeBSD.org... done. > Fetching metadata index... done. > Inspecting system... done. > Preparing to download files... done. > > No updates needed to update system to 6.2-RELEASE-p5. > vagabund# freebsd-update install > No updates are available to install. > Run '/usr/sbin/freebsd-update fetch' first. > vagabund# uname -a > FreeBSD vagabund.w33 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr > 26 17:40:53 UTC 2007 > root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > vagabund# exit > exit > > Script done on Mon Jul 9 22:55:45 2007 > $ > > > What is going wrong? Why he is not updating? http://security.freebsd.org/advisories/FreeBSD-SA-07:04.file.asc -p5 only affects one utility in userland, and not the kernel. So the kernel at -p4 is itself ostensibly secure and doesn't need to be updated. -- -- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 22:38:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFEDD16A46B for ; Mon, 9 Jul 2007 22:38:04 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 6E60213C4BE for ; Mon, 9 Jul 2007 22:38:04 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2153846pye for ; Mon, 09 Jul 2007 15:38:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iGo9qS2aUW/LUNhZhJgA3LKije+D0n4UJklvVcPSH5Jq448/NNTkoN6BOIUBBfboqeoZI3IOdkDbh7a0u/S4L+VzDn6uTw4wzqFDwkKuplAJr3PuacVCIku6LEnr1hl7StWREHtwFuA6T6wdzuOPu33DnkmXn4iMf1vHYv+S7Og= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YpyNN86BKej9n51ofWYS0uR1364TdRkb3+QjGVHzKGAl7eYmaamqyhhXtqAz0epSs47KYMTwwwexR78tM4jzsukk58fjH5O3YO7S3ghhtfEEajAFKK+R91MrjVYA8D/OKPnb42ZEKv1VTKNLDczHdZsQ59noFQHa2Ylacs97kWU= Received: by 10.65.51.4 with SMTP id d4mr5681490qbk.1184020683358; Mon, 09 Jul 2007 15:38:03 -0700 (PDT) Received: by 10.64.210.15 with HTTP; Mon, 9 Jul 2007 15:38:03 -0700 (PDT) Message-ID: <3b47caa90707091538y56061b1fpd686d65b5668cc10@mail.gmail.com> Date: Mon, 9 Jul 2007 17:38:03 -0500 From: Novembre To: freebsd-questions@freebsd.org In-Reply-To: <3b47caa90707081154x44959d79gcdf61575e0a9aaa3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3b47caa90707071630k30681b33kedbb9b844b57f81d@mail.gmail.com> <3b47caa90707081154x44959d79gcdf61575e0a9aaa3@mail.gmail.com> Subject: Re: NTFS-3G: mount at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 22:38:04 -0000 On 7/8/07, Novembre wrote: > Okay, here's an update: > > Creating a symlink from /usr/local/bin/ntfs-3g to /sbin/mount_ntfs-3g > does not work (as posted before on the ntfs-3g forum message below). > I, then, added the following ntfsmount startup script to > /usr/local/etc/rc.d/: > > ---------- > #!/bin/sh > # > # PROVIDE: ntfsmount > # REQUIRE: fusefs > > . /etc/rc.subr > > name="ntfsmount" > rcvar=`set_rcvar` > command="ntfs-3g /dev/ad0s1 /mnt/windows && ntfs-3g /dev/ad0s1 > /mnt/windows -o locale=en_US.UTF-8" > > load_rc_config $name > run_rc_command "$1" > ---------- > > Then, chmod +x /usr/local/etc/rc.d/ntfsmount (to make it executable), > then added ntfsmount_enable="YES" to my /etc/rc.conf, then rebooted. I > did not see any error messages during boot, but the partition was not > mounted ('mount' returns nothing after logging in). > However, if I run 'ntfs-3g' again from the command prompt to mount the > windows partition, 'mount' now shows /mnt/windows THREE times, like > /dev/fuse1 on /mnt/windows (fusefs, local, noatime, synchronous) > /dev/fuse3 on /mnt/windows (fusefs, local, noatime, synchronous) > /dev/fuse5 on /mnt/windows (fusefs, local, noatime, synchronous) > > and 'ls /dev/f*' returns > /dev/fuse0 /dev/fuse1 /dev/fuse2 /dev/fuse3 /dev/fuse4 > /dev/fuse5 > > It seems that since the 'ntfs-3g' command ran twice in the ntfsmount > script, running 'ntfs-3g' again from the command prompt makes the > third mount point. But if its two runs in the startup script were > successful, why would 'mount' not show the mount points until I run it > again from the command prompt? > > I even tried removing one of the 'ntfs-3g' commands in the ntfsmount > script, i.e. > ---------- > command="ntfs-3g /dev/ad0s1 /mnt/windows -o locale=en_US.UTF-8" > ---------- > Rebooting with this, still 'mount' shows nothing after logging in. > However, if I run 'ntfs-3g' from the command prompt now, I get TWO > /mnt/windows mount points (instead of three). So it seems the all the > runs in the script are successful and the partition is mounted, but > the mount point is not available until I run 'ntfs-3g' again from the > command prompt. > > I am using > fusefs-kmod-0.3.0_5 > fusefs-libs-2.6.4 > fusefs-ntfs-1.417_2 > > Any ideas what's going on here? > > Thanks :) > > > > > On 7/7/07, Novembre wrote: > > > > I have the same problem. A little search got me to http://forum.ntfs-3g.org/viewtopic.php?t=292 where a solution is posted. It seems that using /etc/fstab to mount the NTFS partition at boot time is not working since the mount command is being executed before the 'fuse' kernel module is loaded. However, on my 6.2-RELEASE machine, I see the following message when booting: > > > > ---------- > > Starting file system checks: > > /dev/ad0s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS > > /dev/ad0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS > > Mounting local file systems:mount: exec mount_ntfs-3g not found in /sbin:/usr/sbin: No such file or directory > > . > > . > > . > > Starting fusefs. > > fude4bsd: version 0.3.0, FUSE ABI 7.8 > > . > > . > > . > > Mounting late file systems:mount: exec mount_ntfs-3g not found in /sbin:/usr/sbin: No such file or directory > > ---------- > > > > I'm assuming that this "late" mount (the last line above) is being done after loading the 'fuse' kernel module, so the OS should be able to mount the file system now, but it can't! It's looking for mount_ntfs-3g and that file does not exist. > > My /etc/fstab looks like this: /dev/ad0s1 /mnt/windows ntfs-3g rw 0 0 > > I also used the /etc/fstab entry suggested in NTFS-3G's own website ( http://www.ntfs-3g.org/ - scroll down to the end of the page), where "defaults" is being used instead of "rw", but that gave me this error: > > > > ---------- > > swapon: adding /dev/ad0s2b as swap device > > fstab: /etc/fstab:6: Inappropriate file type or format > > Starting file system checks: > > /dev/ad0s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS > > fstab: /etc/fstab:6: Inappropriate file type or format > > fstab: /etc/fstab:6: Inappropriate file type or format > > /dev/ad0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS > > Mounting local file systems:fstab: /etc/fstab:6: Inappropriate file type or format > > Mounting NFS file systems:fstab: /etc/fstab:6: Inappropriate file type or format > > fstab: /etc/fstab:6: Inappropriate file type or format > > fstab: /etc/fstab:6: Inappropriate file type or format > > fstab: /etc/fstab:6: Inappropriate file type or format > > fstab: /etc/fstab:6: Inappropriate file type or format > > . > > . > > . > > Starting fusefs. > > fude4bsd: version 0.3.0, FUSE ABI 7.8 > > . > > . > > . > > Mounting late file systems:fstab: /etc/fstab:6: Inappropriate file type or format > > ---------- > > > > Any ideas as to what's going on here? > > > > Thanks a lot > > > > > anybody? any success in auto-mounting NTFS partitions at boot? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 22:40:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05DEA16A400 for ; Mon, 9 Jul 2007 22:40:49 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from mi0.bluebottle.com (mi0.bluebottle.com [206.188.25.15]) by mx1.freebsd.org (Postfix) with ESMTP id E04ED13C458 for ; Mon, 9 Jul 2007 22:40:48 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by mi0.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69MemR0007321 for ; Mon, 9 Jul 2007 15:40:48 -0700 DomainKey-Signature: a=rsa-sha1; s=mail; d=bluebottle.com; c=nofws; q=dns; h=received:date:from:x-x-sender:to:cc:subject:in-reply-to: references:mime-version:content-type:x-trusted-delivery; b=u1oqe1VlXgbEe0+va572McFOJkqmSb4vIJXvPelCw8QXHws8l5EUCBx/QtV0+lHeE SCFj/HMf14ftpq7tqhaTtczNDtHyKv+9cmOW6Hs++d20JxtIwsCYFNd+xz0lhKI Message-Id: <200707092240.l69MemR0007321@mi0.bluebottle.com> Received: from linux2.gl.umbc.edu (linux2.gl.umbc.edu [130.85.24.89]) (authenticated bits=0) by fe1.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69Mef9b019557 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Jul 2007 15:40:48 -0700 Date: Mon, 9 Jul 2007 18:40:41 -0400 (EDT) From: Xihong Yin X-X-Sender: cui1@linux2.gl.umbc.edu To: Jonathan Horne In-Reply-To: <200707091734.l69HYrKC032629@mi0.bluebottle.com> References: <200707091036.33786.freebsd@dfwlp.com> <200707091616.l69GGgdg021308@mi0.bluebottle.com> <200707091129.48926.freebsd@dfwlp.com> <200707091734.l69HYrKC032629@mi0.bluebottle.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trusted-Delivery: Cc: freebsd-questions@freebsd.org Subject: Re: vpnc on FreeBSD 6.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, 09 Jul 2007 22:40:49 -0000 Yes, I can also traceroute the vpn3000. On Mon, 9 Jul 2007, Xihong Yin wrote: > Yes. I can ping the ip of my vpn3000, and it is alive. I use ip address not DNS name for the vpn3000. I'm not sure if I can traceroute. I'll give a try today. > > > > On Mon, 9 Jul 2007, Jonathan Horne wrote: > > > On Monday 09 July 2007 11:16:33 Xihong Yin wrote: > > > I did create the configuration file from the profile file of the Windows > > > vpn client. And I know my group ID and password. But I got 'No response > > > from target' error when I start vpnc. The Windows client works fine on the > > > same machine. > > > > well, on your configuration file, do you have an ip address, or are you using > > a DNS name of your vpn3000? if DNS name, can you ping the address (ie, is > > your /etc/resolv.conf straight?). > > > > can you ping and/or traceroute to the ip of your vpn3000? > > -- > > Jonathan Horne > > http://dfwlpiki.dfwlp.org > > freebsd@dfwlp.com > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > ---------------------------------------------------------------------- > Find out how you can get spam free email. > http://www.bluebottle.com/tag/3 > > _______________________________________________ > 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" > ---------------------------------------------------------------------- Get a free email address with REAL anti-spam protection. http://www.bluebottle.com/tag/1 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 22:51:41 2007 Return-Path: X-Original-To: FreeBSD-Questions@freebsd.org Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 328DF16A46C for ; Mon, 9 Jul 2007 22:51:41 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id A36D113C459 for ; Mon, 9 Jul 2007 22:51:40 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so76268nfb for ; Mon, 09 Jul 2007 15:51:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OF5f4E5NsF46BcmyMMxkbT6PmeFbyCW3+li2GfoH2A8SvPlls3DxOTsH37xU9pAYFtVpIXFXl0hYaQ3V/MO3y0SiMWFzizQPlmGRQ+V41EGXotadStoGeA19dG8SoxjiUgKovuXeiUZ/njdUvJj5rVSqjv7A0FAFMU+jki/Pi7w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YPwHor6ISBQwWLO3qrzSjlFC2Gbpu7ouyhCCwiTfEonns+eZmpG9Shhxy6wP5G8Wbs+YtpRWhtEH5ATdeXyUJWm1q1/cM1K895HrpcuR9VbXHXvVaFByAYvlDiFrU74j0vTJwK8SWVfNyr5wnDdfN1Cu20eDz+d9fZ57B6Tvhik= Received: by 10.82.186.5 with SMTP id j5mr9156392buf.1184021497948; Mon, 09 Jul 2007 15:51:37 -0700 (PDT) Received: by 10.82.187.6 with HTTP; Mon, 9 Jul 2007 15:51:37 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 17:51:37 -0500 From: "illoai@gmail.com" To: "Jean-Paul Natola" In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFE@www.fcimail.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070709213038.GA66595@Grumpy.DynDNS.org> <3A85D7EF44E1C744BF6434691F5659E9702CFE@www.fcimail.org> Cc: FreeBSD-Questions@freebsd.org, Peter Boosten Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 22:51:41 -0000 On 09/07/07, Jean-Paul Natola wrote: > > > On Mon, Jul 09, 2007 at 01:29:44PM -0700, Chuck Swiger wrote: > > On Jul 9, 2007, at 1:25 PM, Peter Boosten wrote: > > > > > >Having read this I must admit that it's a complete mystery to me why > > >mergemaster would touch your password file at all... > > > > Because sometimes new versions of the OS come with new built-in user > > accounts, which need to be added to the existing passwd or groups > > databases somehow? > > Yes, exactly. Have to *merge* the changes into /etc/master.passwd rather > than brute force overwrite. > > Notice the difference from my first post in this thread, the file which > was clobbered is /etc/master.passwd, not just /etc/passwd which is a > dummy > > > I'M DONE now- now I cant even boot into safe or single user mode > > It keeps asking me to enter full pathname of shell or RETURN for /bin/sh > > I hit enter and I see the same message again , and again , and again and > again Try typing /rescue/sh -- -- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 22:55:50 2007 Return-Path: X-Original-To: FreeBSD-Questions@freebsd.org Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9C0816A468 for ; Mon, 9 Jul 2007 22:55:50 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 8AC5813C448 for ; Mon, 9 Jul 2007 22:55:50 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Date: Mon, 9 Jul 2007 18:55:49 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CFF@www.fcimail.org> In-Reply-To: Content-class: urn:content-classes:message X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-TNEF-Correlator: Thread-Topic: password failure- after mergmaster Thread-Index: AcfCe7Xh49aS4SSWTxCDwlOYvR/7rgAAB6+g From: "Jean-Paul Natola" To: Cc: FreeBSD-Questions@freebsd.org Subject: RE: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2007 22:55:50 -0000 On 09/07/07, Jean-Paul Natola wrote: > > > On Mon, Jul 09, 2007 at 01:29:44PM -0700, Chuck Swiger wrote: > > On Jul 9, 2007, at 1:25 PM, Peter Boosten wrote: > > > > > >Having read this I must admit that it's a complete mystery to me = why > > >mergemaster would touch your password file at all... > > > > Because sometimes new versions of the OS come with new built-in user > > accounts, which need to be added to the existing passwd or groups > > databases somehow? > > Yes, exactly. Have to *merge* the changes into /etc/master.passwd = rather > than brute force overwrite. > > Notice the difference from my first post in this thread, the file = which > was clobbered is /etc/master.passwd, not just /etc/passwd which is a > dummy > > > I'M DONE now- now I cant even boot into safe or single user mode > > It keeps asking me to enter full pathname of shell or RETURN for = /bin/sh > > I hit enter and I see the same message again , and again , and again = and > again Try typing /rescue/sh --=20 -- I'll try that in the am- I am just about finished configuring a new = server ( well a replacement drive in the box)- since I have all my important = info;=20 Config files cf files etc.. saved, I should be done pretty soon. But I will definitely try your method just to satisfy my curiosity From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 22:57:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F08116A474 for ; Mon, 9 Jul 2007 22:57:39 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.freebsd.org (Postfix) with ESMTP id 1FD1013C44B for ; Mon, 9 Jul 2007 22:57:38 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 1D5BD81A1; Mon, 9 Jul 2007 17:57:38 -0500 (CDT) Received: from [192.168.1.5] (unknown [192.168.2.1]) by mail.tcbug.org (Postfix) with ESMTP id DE086341C2B; Mon, 9 Jul 2007 17:57:37 -0500 (CDT) From: Josh Paetzel To: Zbigniew Szalbot Date: Mon, 9 Jul 2007 17:57:32 -0500 User-Agent: KMail/1.9.6 References: <200707091654.18871.josh@tcbug.org> <9a49ade120d8f38e47f0f498e26f9ad8@szalbot.homedns.org> In-Reply-To: <9a49ade120d8f38e47f0f498e26f9ad8@szalbot.homedns.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2190803.HLUYXHCWgJ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707091757.37500.josh@tcbug.org> Cc: freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual 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: Mon, 09 Jul 2007 22:57:39 -0000 --nextPart2190803.HLUYXHCWgJ Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 09 July 2007, Zbigniew Szalbot wrote: > Hi there, > > On Mon, 9 Jul 2007 16:54:16 -0500, Josh Paetzel =20 wrote: > > On Monday 09 July 2007, zbigniew@szalbot.homedns.org wrote: > >> Hello, > >> > >> > I would take a look at cvsweb.freebsd.org and find out when > >> > PHP 4.3.10 was in ports, then roll back your ports tree to > >> > that date with cvsup and install it from ports. > >> > > >> > So in this case the commit that updated the port to 4.3.11 was > >> > on Mon April 4 2005, so if you roll back the ports tree to > >> > April 1 you'll be fine. > >> > > >> > You'll need cvsup for this. > >> > > >> > In your ports-supfile add the following line: > >> > > >> > *default date=3D2005.04.01.00.00.00 > >> > > >> > If you have the current versions of gettext, libtool, m4, > >> > perl, and expat installed you can simply roll back the lang > >> > directory with cvsup, saving you from rolling back the entire > >> > tree by commenting out ports-all, and uncommenting ports-base > >> > and ports-lang > >> > > >> > Otherwise, if you want to install the versions of the > >> > dependancies that were current at the time of php 4.3.10 > >> > you'll want to roll back the entire tree. > >> > > >> > After you run cvsup you can just portinstall it or > >> > cd /usr/ports/lang/php4 && make install clean > >> > >> All clear but when I go to install this particular version of > >> PHP I am (rightly) warned about its multiple known > >> vulnerabilities. I read man portinstall but don't think I have > >> seen information how to temporarily switch this security check > >> off when installing a port. > >> > >> Many thanks in advance! > >> > >> Zbigniew Szalbot > > > > make -DDISABLE_VULNERABILITIES install > > Thanks for your patience! However, when I try I get: > > make -DDISABLE_VULNERABILITIES install clean > Dependency warning: used OpenSSL version contains known > vulnerabilities Please update or define either WITH_OPENSSL_BASE or > WITH_OPENSSL_PORT *** Error code 1 > > Stop in /usr/ports/lang/php4. > > Now I did include WITH_OPENSSL_PORT=3D1 in pkgtools.conf for php4 but > it does not seem to take any effect. I also tried inserting > WITH_DISABLE_VULNERABILITIES=3D1 in this file but it did not help. > > Thank you! > > Zbigniew Szalbot > Right, because pkgtools.conf isn't used by the ports tree....so add=20 in -DWITH_OPENSSL_PORT to the mix =2D-=20 Thanks, Josh Paetzel --nextPart2190803.HLUYXHCWgJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGkr1hJvkB8SevrssRApz5AJkBZOPTKlpqWwf+U3LQmcU+Jad2JwCglulm /i9R9Xa4zOXPPPFvumLQf5w= =2BAe -----END PGP SIGNATURE----- --nextPart2190803.HLUYXHCWgJ-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 23:09:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADEA916A41F for ; Mon, 9 Jul 2007 23:09:10 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 5B92F13C457 for ; Mon, 9 Jul 2007 23:09:10 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost ([127.0.0.1] helo=szalbot.homedns.org) by szalbot.homedns.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I82Lo-0000PN-G0; Tue, 10 Jul 2007 01:09:04 +0200 Received: (from www@localhost) by szalbot.homedns.org (8.13.8/8.13.8/Submit) id l69N92ch001571; Tue, 10 Jul 2007 01:09:02 +0200 (CEST) (envelope-from zbigniew@szalbot.homedns.org) X-Authentication-Warning: szalbot.homedns.org: www set sender to zbigniew@szalbot.homedns.org using -f To: Josh Paetzel X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Tue, 10 Jul 2007 01:09:02 +0200 From: Zbigniew Szalbot In-Reply-To: <200707091757.37500.josh@tcbug.org> References: <200707091757.37500.josh@tcbug.org> Message-ID: <768ee09ff5087b01308ebb67e263c282@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual 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: Mon, 09 Jul 2007 23:09:10 -0000 Hello again, On Mon, 9 Jul 2007 17:57:32 -0500, Josh Paetzel wrote: >> make -DDISABLE_VULNERABILITIES install clean >> Dependency warning: used OpenSSL version contains known >> vulnerabilities Please update or define either WITH_OPENSSL_BASE or >> WITH_OPENSSL_PORT *** Error code 1 >> >> Stop in /usr/ports/lang/php4. >> >> Now I did include WITH_OPENSSL_PORT=1 in pkgtools.conf for php4 but >> it does not seem to take any effect. I also tried inserting >> WITH_DISABLE_VULNERABILITIES=1 in this file but it did not help. >> >> Thank you! >> >> Zbigniew Szalbot >> > > Right, because pkgtools.conf isn't used by the ports tree....so add > in -DWITH_OPENSSL_PORT to the mix Not much luck. The installation started but then came to a halt: making links in engines... making links in apps... making links in test... making links in tools... generating dummy tests (if needed)... Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend Configured for BSD-x86-elf. -e: not found *** Error code 127 Stop in /usr/ports/security/openssl. *** Error code 1 Stop in /usr/ports/lang/php4. OK. I ran make depend and then repeated make -DDISABLE_VULNERABILITIES -DWITH_OPENSSL_PORT install clean However, it stopped at the same location with the same error message. Time to give up? Thanks! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 23:11:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55A3116A46B for ; Mon, 9 Jul 2007 23:11:43 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2983013C44C for ; Mon, 9 Jul 2007 23:11:43 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 6CB8881A1; Mon, 9 Jul 2007 18:11:42 -0500 (CDT) Received: from [192.168.1.5] (unknown [192.168.2.1]) by mail.tcbug.org (Postfix) with ESMTP id 3F366341C0C; Mon, 9 Jul 2007 18:11:42 -0500 (CDT) From: Josh Paetzel To: Zbigniew Szalbot Date: Mon, 9 Jul 2007 18:11:38 -0500 User-Agent: KMail/1.9.6 References: <200707091757.37500.josh@tcbug.org> <768ee09ff5087b01308ebb67e263c282@szalbot.homedns.org> In-Reply-To: <768ee09ff5087b01308ebb67e263c282@szalbot.homedns.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart9239738.cbB9AVu7kB"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707091811.41826.josh@tcbug.org> Cc: freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual 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: Mon, 09 Jul 2007 23:11:43 -0000 --nextPart9239738.cbB9AVu7kB Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 09 July 2007, Zbigniew Szalbot wrote: > Hello again, > > On Mon, 9 Jul 2007 17:57:32 -0500, Josh Paetzel =20 wrote: > >> make -DDISABLE_VULNERABILITIES install clean > >> Dependency warning: used OpenSSL version contains known > >> vulnerabilities Please update or define either WITH_OPENSSL_BASE > >> or WITH_OPENSSL_PORT *** Error code 1 > >> > >> Stop in /usr/ports/lang/php4. > >> > >> Now I did include WITH_OPENSSL_PORT=3D1 in pkgtools.conf for php4 > >> but it does not seem to take any effect. I also tried inserting > >> WITH_DISABLE_VULNERABILITIES=3D1 in this file but it did not help. > >> > >> Thank you! > >> > >> Zbigniew Szalbot > > > > Right, because pkgtools.conf isn't used by the ports tree....so > > add in -DWITH_OPENSSL_PORT to the mix > > Not much luck. The installation started but then came to a halt: > > making links in engines... > making links in apps... > making links in test... > making links in tools... > generating dummy tests (if needed)... > > Since you've disabled or enabled at least one algorithm, you need > to do the following before building: > > make depend > > Configured for BSD-x86-elf. > -e: not found > *** Error code 127 > > Stop in /usr/ports/security/openssl. > *** Error code 1 > > Stop in /usr/ports/lang/php4. > > OK. I ran make depend and then repeated > make -DDISABLE_VULNERABILITIES -DWITH_OPENSSL_PORT install clean > > However, it stopped at the same location with the same error > message. Time to give up? > > Thanks! > > > Zbigniew Szalbot > Never give up, never surrender! Try using the base openssl, it's the better choice in most cases=20 anyways. make -DDISABLE_VULNERABILITIES -DWITH_OPENSSL_BASE clean=20 install clean =2D-=20 Thanks, Josh Paetzel --nextPart9239738.cbB9AVu7kB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGksCtJvkB8SevrssRAn6SAJ0U69x+BoEO7E35I2IxMc5G4cXR6gCeM1gt xdcawTo8ngMNLL7CmI6+ctk= =wajL -----END PGP SIGNATURE----- --nextPart9239738.cbB9AVu7kB-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 23:16:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 67DCF16A400 for ; Mon, 9 Jul 2007 23:16:19 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id D885013C45A for ; Mon, 9 Jul 2007 23:16:18 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i29so870194wxd for ; Mon, 09 Jul 2007 16:16:18 -0700 (PDT) Received: by 10.70.65.5 with SMTP id n5mr6612199wxa.1184022977953; Mon, 09 Jul 2007 16:16:17 -0700 (PDT) Received: from ?192.168.0.4? ( [67.189.184.224]) by mx.google.com with ESMTP id h38sm22386610wxd.2007.07.09.16.16.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 09 Jul 2007 16:16:17 -0700 (PDT) Date: Mon, 09 Jul 2007 19:16:42 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <1184014776.1863.4.camel@vagabund.w33> References: <1184014776.1863.4.camel@vagabund.w33> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070709191449.FE64.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] From: Gerard Subject: Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 23:16:19 -0000 On July 09, 2007 at 04:59PM Stevan Tiefert wrote: > What is going wrong? Why he is not updating? You should check out these two URL's to get a better idea of what you are attempting to do as well as how to accomplish it. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html -- Gerard From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 23:16:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB9F916A46B for ; Mon, 9 Jul 2007 23:16:47 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 89AD913C489 for ; Mon, 9 Jul 2007 23:16:45 +0000 (UTC) (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.8/8.12.11) with ESMTP id l69N7lB8024115; Mon, 9 Jul 2007 18:08:02 -0500 (CDT) Message-Id: <6.0.0.22.2.20070709180328.023f5c58@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 09 Jul 2007 18:07:35 -0500 To: "Kurt Buff" From: Derek Ragona In-Reply-To: References: <6.0.0.22.2.20070709160933.024cddb0@mail.computinginnovations.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Subject: Re: Installation woes with 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 23:16:48 -0000 At 04:20 PM 7/9/2007, Kurt Buff wrote: >On 7/9/07, Derek Ragona wrote: >> >> At 03:43 PM 7/9/2007, Kurt Buff wrote: >> >>I've got a machine with 2GB of RAM, onto which I can install Windows >> XP with no issues. >> >> However, FreeBSD 6.2 Release is giving me fits on this machine. If any >> of you have insight, I'd surely appreciate you sharing >> >> The motherboard is an Intel D645 GEBV2. I've tried a couple of >> different disk arrangements, with no success. >> >> I've installed an IDE WD 180GB drive, which the motherboard BIOS >> detects just fine. When I boot from disk 1 for the FreeBSD install, it >> detects no hard drive. >> >> I've put in an Addonics ADSA2 PCI SATA card, which sports the SiL >> 1352A chipset, but the install blows up when installing to a 74GB >> Seagate drive - the kernel panics and it reboots while copying files >> to disk. >> >> Has anyone run into these problems? Google hasn't been particularly my >> friend on this one. >> >> I've tried reading the install docs on the CD, with no particular >> luck, but I could be missing something. >> Clearly you have a disk controller compatibility problem. I do know the >>Sil chips are terrible, and there is a long history of issues with these >>chips and FreeBSD! >> >> Can you find a regular IDE drive to plug into that motherboard? >> >> -Derek > >Plugging an IDE drive into the motherboard is the first thing I did - >that's the case above where FreeBSD didn't see *any* HD. That's the >one that really fries my brain, because the motherboard BIOS detects >it correctly, and XP installs to it just fine. Any possibility the IDE master/slave jumper is not set right on that drive? On some intel MB's it takes a reboot into setup so that setup see's the hard drive, then check that it has that hard drive in the boot order. I know this seems a bit simple, but just trying to check all possibilities. I've never seen a problem with a standard IDE drive installation. After you had XP on the drive did you reformat the drive to clear it out? -Derek -- 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 Jul 9 23:27:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0314916A400 for ; Mon, 9 Jul 2007 23:27:33 +0000 (UTC) (envelope-from mikhailg@webanoide.org) Received: from smtp.vap.navalradio.cl (smtp.vap.navalradio.cl [201.236.67.147]) by mx1.freebsd.org (Postfix) with ESMTP id 70D5313C455 for ; Mon, 9 Jul 2007 23:27:32 +0000 (UTC) (envelope-from mikhailg@webanoide.org) Received: from maxito.hba.navalradio.cl (maxito.hba.navalradio.cl [172.26.4.34]) (authenticated bits=0) by smtp.vap.navalradio.cl (8.13.8/8.13.8) with ESMTP id l69N2DrH003022 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 9 Jul 2007 23:02:26 GMT (envelope-from mikhailg@webanoide.org) Message-ID: <4692BE70.2040704@webanoide.org> Date: Tue, 10 Jul 2007 09:02:08 +1000 From: Mikhail Goriachev Organization: Webanoide User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: Zbigniew Szalbot References: <200707091654.18871.josh@tcbug.org> <9a49ade120d8f38e47f0f498e26f9ad8@szalbot.homedns.org> In-Reply-To: <9a49ade120d8f38e47f0f498e26f9ad8@szalbot.homedns.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Josh Paetzel , freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual 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: Mon, 09 Jul 2007 23:27:33 -0000 Zbigniew Szalbot wrote: > Hi there, > > On Mon, 9 Jul 2007 16:54:16 -0500, Josh Paetzel wrote: >> On Monday 09 July 2007, zbigniew@szalbot.homedns.org wrote: >>> Hello, >>> >>>> I would take a look at cvsweb.freebsd.org and find out when PHP >>>> 4.3.10 was in ports, then roll back your ports tree to that date >>>> with cvsup and install it from ports. >>>> >>>> So in this case the commit that updated the port to 4.3.11 was on >>>> Mon April 4 2005, so if you roll back the ports tree to April 1 >>>> you'll be fine. >>>> >>>> You'll need cvsup for this. >>>> >>>> In your ports-supfile add the following line: >>>> >>>> *default date=2005.04.01.00.00.00 >>>> >>>> If you have the current versions of gettext, libtool, m4, perl, >>>> and expat installed you can simply roll back the lang directory >>>> with cvsup, saving you from rolling back the entire tree by >>>> commenting out ports-all, and uncommenting ports-base and >>>> ports-lang >>>> >>>> Otherwise, if you want to install the versions of the >>>> dependancies that were current at the time of php 4.3.10 you'll >>>> want to roll back the entire tree. >>>> >>>> After you run cvsup you can just portinstall it or >>>> cd /usr/ports/lang/php4 && make install clean >>> All clear but when I go to install this particular version of PHP I >>> am (rightly) warned about its multiple known vulnerabilities. I >>> read man portinstall but don't think I have seen information how to >>> temporarily switch this security check off when installing a port. >>> >>> Many thanks in advance! >>> >>> Zbigniew Szalbot >>> >> make -DDISABLE_VULNERABILITIES install > > Thanks for your patience! However, when I try I get: > > make -DDISABLE_VULNERABILITIES install clean > Dependency warning: used OpenSSL version contains known vulnerabilities > Please update or define either WITH_OPENSSL_BASE or WITH_OPENSSL_PORT > *** Error code 1 > > Stop in /usr/ports/lang/php4. > > Now I did include WITH_OPENSSL_PORT=1 in pkgtools.conf for php4 but it does > not seem to take any effect. I also tried inserting > WITH_DISABLE_VULNERABILITIES=1 in this file but it did not help. # make DISABLE_VULNERABILITIES=YES install clean # man ports Regards, Mikhail. -- Mikhail Goriachev Webanoide Telephone: +61 (0)3 62252501 Mobile Phone: +61 (0)4 38255158 E-Mail: mikhailg@webanoide.org Web: www.webanoide.org From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 00:47:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1E1216A421 for ; Tue, 10 Jul 2007 00:47:15 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id AAFBE13C45B for ; Tue, 10 Jul 2007 00:47:15 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1613200waf for ; Mon, 09 Jul 2007 17:47:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=heNGGoIXQDpw7Oj4d26g+nSOa6SHnbxggaXqs4LKKB6heKsFU/+IyCgDzLv1Wnu66kScRFdMXOvbw44snJErFjZpEnD/GArP4WOXiX1VZASIVhSUOP1e7Z46+uGDIvEWUq5I4NnOO5rV/7fojv41TXhus11b2ujlNSBSQaH4InQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MjMT43IVu6zV8pKlVicCTxCRl2M8KcRRDj5yCBUu8gQbF1G9HZYCGWrwjSY9homvgcEdPZ/aD7xoNjGjnhJu927LFME5aefJONE+1ARPvdv5iboJ8TfXzIjJ6BrBwQJheqPW0O7vZSq2c5hj8PJnov3mkGXjYdPhZJuUTDWr/AY= Received: by 10.114.73.1 with SMTP id v1mr3661765waa.1184028435219; Mon, 09 Jul 2007 17:47:15 -0700 (PDT) Received: by 10.114.173.11 with HTTP; Mon, 9 Jul 2007 17:47:15 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 17:47:15 -0700 From: "Kurt Buff" To: "Derek Ragona" In-Reply-To: <6.0.0.22.2.20070709180328.023f5c58@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6.0.0.22.2.20070709160933.024cddb0@mail.computinginnovations.com> <6.0.0.22.2.20070709180328.023f5c58@mail.computinginnovations.com> Cc: FreeBSD Subject: Re: Installation woes with 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 00:47:15 -0000 On 7/9/07, Derek Ragona wrote: > > At 04:20 PM 7/9/2007, Kurt Buff wrote: > > On 7/9/07, Derek Ragona wrote: > > > At 03:43 PM 7/9/2007, Kurt Buff wrote: > > I've got a machine with 2GB of RAM, onto which I can install Windows > XP with no issues. > > However, FreeBSD 6.2 Release is giving me fits on this machine. If any > of you have insight, I'd surely appreciate you sharing > > The motherboard is an Intel D645 GEBV2. I've tried a couple of > different disk arrangements, with no success. > > I've installed an IDE WD 180GB drive, which the motherboard BIOS > detects just fine. When I boot from disk 1 for the FreeBSD install, it > detects no hard drive. > > I've put in an Addonics ADSA2 PCI SATA card, which sports the SiL > 1352A chipset, but the install blows up when installing to a 74GB > Seagate drive - the kernel panics and it reboots while copying files > to disk. > > Has anyone run into these problems? Google hasn't been particularly my > friend on this one. > > I've tried reading the install docs on the CD, with no particular > luck, but I could be missing something. > Clearly you have a disk controller compatibility problem. I do know the > Sil chips are terrible, and there is a long history of issues with these > chips and FreeBSD! > > Can you find a regular IDE drive to plug into that motherboard? > > -Derek > Plugging an IDE drive into the motherboard is the first thing I did - > that's the case above where FreeBSD didn't see *any* HD. That's the > one that really fries my brain, because the motherboard BIOS detects > it correctly, and XP installs to it just fine. > Any possibility the IDE master/slave jumper is not set right on that drive? > > On some intel MB's it takes a reboot into setup so that setup see's the > hard drive, then check that it has that hard drive in the boot order. I > know this seems a bit simple, but just trying to check all possibilities. > I've never seen a problem with a standard IDE drive installation. After you > had XP on the drive did you reformat the drive to clear it out? > > -Derek I think I'll go beat my lackey again. He was supposed to remove the jumper, and didn't do it. I took it off, and it's installing happily to the IDE drive. I'm gonna bag the SATA for now. Thanks for your help, Kurt From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 00:48:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F2C916A46E for ; Tue, 10 Jul 2007 00:48:07 +0000 (UTC) (envelope-from chandler.lists@chapman.edu) Received: from calais.chapman.edu (calais.chapman.edu [192.77.116.205]) by mx1.freebsd.org (Postfix) with ESMTP id 8A04613C44B for ; Tue, 10 Jul 2007 00:48:07 +0000 (UTC) (envelope-from chandler.lists@chapman.edu) Received: from arrakis.chapman.edu (arrakis.chapman.edu [206.211.142.43]) by calais.chapman.edu (Postfix) with ESMTP id E34382E53B; Mon, 9 Jul 2007 17:11:08 -0700 (PDT) Message-ID: <4692CE9F.7000402@chapman.edu> Date: Mon, 09 Jul 2007 17:11:11 -0700 From: Jay Chandler User-Agent: Thunderbird 2.0.0.4 (X11/20070705) MIME-Version: 1.0 To: Stevan Tiefert References: <1184014776.1863.4.camel@vagabund.w33> In-Reply-To: <1184014776.1863.4.camel@vagabund.w33> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chapman-MailScanner-Information: Please contact the ISP for more information X-Chapman-MailScanner: Found to be clean X-Chapman-MailScanner-From: chandler.lists@chapman.edu X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 00:48:07 -0000 Stevan Tiefert wrote: > > What is going wrong? Why he is not updating? > Really dumb question-- have you tried rebooting to commit the uname -a display change? -- Jay Chandler Systems Exorcist From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 02:04:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBB0716A400 for ; Tue, 10 Jul 2007 02:04:31 +0000 (UTC) (envelope-from awebster@connectalk.com) Received: from esafe.connectalk.com (esafe.connectalk.com [204.19.165.17]) by mx1.freebsd.org (Postfix) with SMTP id 5AEE913C48C for ; Tue, 10 Jul 2007 02:04:31 +0000 (UTC) (envelope-from awebster@connectalk.com) Received: from connectalk.com ([10.125.204.14]) by eSafe SMTP Relay 1181582984; Sun, 09 Jul 2007 21:46:52 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Mon, 9 Jul 2007 21:53:28 -0400 Message-ID: <9D61D69E3C1F7F459C5513AD830EE2195137B3@mtlex01.connectalk.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Xorg 7.2 and FreeBSD 6.2-p5 VMWARE vmmouse problem Thread-Index: AcfClRyIOccnlhDDQ2aBvQdJzmitDA== From: "Webster, Andrew" To: X-ESAFE-STATUS: Mail clean X-ESAFE-DETAILS: Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Xorg 7.2 and FreeBSD 6.2-p5 VMWARE vmmouse problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 02:04:31 -0000 Howdy, =20 I was successfully able to get Xorg upgraded to 7.2 by just installing th= em from scratch as opposed to trying to upgrading an existing system, BUT= I=92ve run into a problem=85 =20 While running VMWare Server 1.0.3 with FreeBSD 6.2-p5 and Xorg 7.2, the m= ouse pointer behaves very oddly. The pointer appears in the wrong place on the screen for where the system= actually thinks that it is. I=92m using the vmmouse driver part of the Xorg system, as the regular mo= use driver doesn=92t appear to work at all, unless some settings are amis= s. I really like the vmmouse drive because you can move the pointer in/out o= f the window as you do with regular windows guest OSes. =20 Has anyone experienced similar problems and/ or know of a fix for this? =20 Thanks! -- Andrew =20 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 02:20:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD6AD16A400 for ; Tue, 10 Jul 2007 02:20:11 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6C9FB13C457 for ; Tue, 10 Jul 2007 02:20:11 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1I85Kc-0002Vq-M4 for freebsd-questions@freebsd.org; Tue, 10 Jul 2007 04:20:02 +0200 Received: from 1-1-3-7a.rny.sth.bostream.se ([82.182.133.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jul 2007 04:20:02 +0200 Received: from fredrik by 1-1-3-7a.rny.sth.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jul 2007 04:20:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Fredrik Tolf Date: Mon, 09 Jul 2007 15:01:26 +0200 Lines: 17 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 1-1-3-7a.rny.sth.bostream.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:NZeevONp+OobZMIkXyRYykkyyWw= Sender: news Subject: NFSv4 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: Tue, 10 Jul 2007 02:20:11 -0000 Hi all! I've been running my home file server on Linux for quite a number of years, but ever since I started running FreeBSD on my laptop, I've been itching a bit to start looking into reinstalling the file server with FreeBSD as well. There's just one show-stopper: There seems not to be any Kerberized NFS server for FreeBSD. Does anyone know if there's one in the works or just hidden from my sight somewhere out there? I've noticed that FreeBSD's errno(3) man page includes error codes that seem to be for authenticated NFS access, but grepping through /usr/src for them yields no hits outside of errno.h. I'm just wondering if there are any plans. Fredrik Tolf From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 03:26:42 2007 Return-Path: X-Original-To: FreeBSD-Questions@freebsd.org Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99E3816A400 for ; Tue, 10 Jul 2007 03:26:42 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (cp268254-a.landg1.lb.home.nl [213.51.103.48]) by mx1.freebsd.org (Postfix) with ESMTP id 558E513C448 for ; Tue, 10 Jul 2007 03:26:42 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id 9E2EB39898 for ; Tue, 10 Jul 2007 05:26:40 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 547F639884; Tue, 10 Jul 2007 05:26:40 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ra.egypt.nl X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.2.1 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id 41F753987B for ; Tue, 10 Jul 2007 05:26:34 +0200 (CEST) Message-ID: <4692FC63.2080105@boosten.org> Date: Tue, 10 Jul 2007 05:26:27 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: FreeBSD-Questions@freebsd.org References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> <20070709201750.GA66218@Grumpy.DynDNS.org> <469299A6.4090006@boosten.org> <77FE6039-9C53-4579-BCD6-C7C7199D37A6@mac.com> <20070709213038.GA66595@Grumpy.DynDNS.org> In-Reply-To: <20070709213038.GA66595@Grumpy.DynDNS.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000755-0, 07/09/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 03:26:42 -0000 David Kelly wrote: > On Mon, Jul 09, 2007 at 01:29:44PM -0700, Chuck Swiger wrote: >> On Jul 9, 2007, at 1:25 PM, Peter Boosten wrote: >>> Having read this I must admit that it's a complete mystery to me why >>> mergemaster would touch your password file at all... >> Because sometimes new versions of the OS come with new built-in user >> accounts, which need to be added to the existing passwd or groups >> databases somehow? > > Yes, exactly. Have to *merge* the changes into /etc/master.passwd rather > than brute force overwrite. > Thanks David, that's indeed my point: FreeBSD comes packed with tools, among them are tools to create (or to delete) user accounts. Those tools can easily be scripted. Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 03:52:49 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48C7316A400 for ; Tue, 10 Jul 2007 03:52:49 +0000 (UTC) (envelope-from malcolm@notyourhomework.net) Received: from pecan.exetel.com.au (pecan.exetel.com.au [220.233.0.17]) by mx1.freebsd.org (Postfix) with ESMTP id 142C313C4AD for ; Tue, 10 Jul 2007 03:52:49 +0000 (UTC) (envelope-from malcolm@notyourhomework.net) Received: from 28.101.233.220.exetel.com.au ([220.233.101.28] helo=coco.local) by pecan.exetel.com.au with esmtp (Exim 4.63) (envelope-from ) id 1I8649-00030p-0D for freebsd-questions@FreeBSD.ORG; Tue, 10 Jul 2007 13:07:05 +1000 Date: Tue, 10 Jul 2007 13:07:04 +1000 From: Malcolm Fitzgerald To: FreeBSD Mailing List Message-ID: <20070710130704.5e6c761c@coco.local> Organization: That's Not Your Homework X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.11; powerpc-apple-darwin7.9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: KDM terminates unexpectedly X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 03:52:49 -0000 I've just installed freeBSD v6.2 and installed the updated xorg from sources. After kdm is called I see: Jul 9 17:41:29 rock kdm-bin[817]: X server for display :0 terminated unexpectedly Jul 9 17:41:29 rock kdm-bin: :0[821]: IO Error in XOpenDisplay Jul 9 17:41:29 rock kdm-bin[817]: Unable to fire up local display :0; disabling Any advice? malcolm From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 04:15:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE0D816A41F for ; Tue, 10 Jul 2007 04:15:03 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 9256013C4C4 for ; Tue, 10 Jul 2007 04:15:03 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 11267 invoked from network); 9 Jul 2007 23:15:03 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Jul 2007 23:15:03 -0500 Date: Tue, 10 Jul 2007 14:14:57 +1000 From: Norberto Meijome To: "Webster, Andrew" Message-ID: <20070710141457.5494b817@localhost> In-Reply-To: <9D61D69E3C1F7F459C5513AD830EE2195137B3@mtlex01.connectalk.com> References: <9D61D69E3C1F7F459C5513AD830EE2195137B3@mtlex01.connectalk.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Xorg 7.2 and FreeBSD 6.2-p5 VMWARE vmmouse problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 04:15:03 -0000 On Mon, 9 Jul 2007 21:53:28 -0400 "Webster, Andrew" wrote: > While running VMWare Server 1.0.3 with FreeBSD 6.2-p5 and Xorg 7.2, the m= ouse pointer behaves very oddly. >=20 > The pointer appears in the wrong place on the screen for where the system= actually thinks that it is. >=20 > I=E2=80=99m using the vmmouse driver part of the Xorg system, as the regu= lar mouse driver doesn=E2=80=99t appear to work at all, unless some setting= s are amiss. >=20 > I really like the vmmouse drive because you can move the pointer in/out o= f the window as you do with regular windows guest OSes. you >do< have the vmware client tools installed nad running in the VM, righ= t? _________________________ {Beto|Norberto|Numard} Meijome "Never offend people with style when you can offend them with substance." Sam Brown I speak for myself, not my employer. Contents may be hot. Slippery when wet= . Reading disclaimers makes you go blind. Writing them is worse. You have b= een Warned. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 04:15:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48C4516A469 for ; Tue, 10 Jul 2007 04:15:45 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id EC9B413C468 for ; Tue, 10 Jul 2007 04:15:44 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 11341 invoked from network); 9 Jul 2007 23:15:45 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Jul 2007 23:15:44 -0500 Date: Tue, 10 Jul 2007 14:15:41 +1000 From: Norberto Meijome To: Malcolm Fitzgerald Message-ID: <20070710141541.200277c7@localhost> In-Reply-To: <20070710130704.5e6c761c@coco.local> References: <20070710130704.5e6c761c@coco.local> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: KDM terminates unexpectedly X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 04:15:45 -0000 On Tue, 10 Jul 2007 13:07:04 +1000 Malcolm Fitzgerald wrote: > I've just installed freeBSD v6.2 and installed the updated xorg from > sources. > > After kdm is called I see: > > Jul 9 17:41:29 rock kdm-bin[817]: X server for display :0 terminated unexpectedly > Jul 9 17:41:29 rock kdm-bin: :0[821]: IO Error in XOpenDisplay > Jul 9 17:41:29 rock kdm-bin[817]: Unable to fire up local display :0; disabling > > Any advice? any information @ the end of /var/log/Xorg.0.log ? _________________________ {Beto|Norberto|Numard} Meijome "Quality is never an accident, it is always the result of intelligent effort." John Ruskin (1819-1900) I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 05:01:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECAB216A46E for ; Tue, 10 Jul 2007 05:01:49 +0000 (UTC) (envelope-from ivan@careytech.com.au) Received: from ipmail01.adl2.internode.on.net (ipmail01.adl2.internode.on.net [203.16.214.140]) by mx1.freebsd.org (Postfix) with ESMTP id 131D313C457 for ; Tue, 10 Jul 2007 05:01:48 +0000 (UTC) (envelope-from ivan@careytech.com.au) X-IronPort-AV: E=Sophos;i="4.16,520,1175437800"; d="scan'208";a="154985430" Received: from ppp154-213.static.internode.on.net (HELO [192.168.1.2]) ([150.101.154.213]) by ipmail01.adl2.internode.on.net with ESMTP; 10 Jul 2007 14:31:46 +0930 Message-ID: <469312B8.80202@careytech.com.au> Date: Tue, 10 Jul 2007 15:01:44 +1000 From: Ivan Carey User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Turn off server when shutdown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ivan@careytech.com.au List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 05:01:50 -0000 Hello, I am using FreeBSD 6.2 Release When I run shutdown on my server it stays on and says: "The operating system has halted" "Please press any key to reboot" Is it possible to have the server turn off? Thanks, Ivan From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 05:07:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BBAF16A421 for ; Tue, 10 Jul 2007 05:07:37 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (cp268254-a.landg1.lb.home.nl [213.51.103.48]) by mx1.freebsd.org (Postfix) with ESMTP id 20A5913C46C for ; Tue, 10 Jul 2007 05:07:37 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id 4395C39898 for ; Tue, 10 Jul 2007 07:07:36 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id EB35B39884; Tue, 10 Jul 2007 07:07:35 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ra.egypt.nl X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.2.1 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id 5241C3987B for ; Tue, 10 Jul 2007 07:07:31 +0200 (CEST) Message-ID: <469313F3.5010201@boosten.org> Date: Tue, 10 Jul 2007 07:06:59 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <469312B8.80202@careytech.com.au> In-Reply-To: <469312B8.80202@careytech.com.au> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000755-0, 07/09/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Turn off server when shutdown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 05:07:37 -0000 Ivan Carey wrote: > Hello, > I am using FreeBSD 6.2 Release > When I run shutdown on my server it stays on and says: > "The operating system has halted" > "Please press any key to reboot" > > Is it possible to have the server turn off? > shutdown -p now (-p = power down. Your BIOS must support ACPI IIRC). Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 05:08:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B7BD16A421 for ; Tue, 10 Jul 2007 05:08:13 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id 085D613C4C5 for ; Tue, 10 Jul 2007 05:08:12 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-10-135.bredband.comhem.se ([83.253.10.135]:57753 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with smtp (Exim 4.66) (envelope-from ) id 1I87xL-0000KC-9J for freebsd-questions@freebsd.org; Tue, 10 Jul 2007 07:08:12 +0200 Received: (qmail 90941 invoked from network); 10 Jul 2007 07:08:08 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with SMTP; 10 Jul 2007 07:08:08 +0200 Received: (qmail 61216 invoked by uid 1001); 10 Jul 2007 07:08:08 +0200 Date: Tue, 10 Jul 2007 07:08:08 +0200 From: Erik Trulsson To: Ivan Carey Message-ID: <20070710050808.GA61150@owl.midgard.homeip.net> Mail-Followup-To: Ivan Carey , freebsd-questions@freebsd.org References: <469312B8.80202@careytech.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <469312B8.80202@careytech.com.au> User-Agent: Mutt/1.5.14 (2007-02-12) X-Originating-IP: 83.253.10.135 X-ACL-Warn: Too high rate of unknown addresses received from you X-Scan-Result: No virus found in message 1I87xL-0000KC-9J. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1I87xL-0000KC-9J 92846c712b027957527e3eb788ba09e7 Cc: freebsd-questions@freebsd.org Subject: Re: Turn off server when shutdown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 05:08:13 -0000 On Tue, Jul 10, 2007 at 03:01:44PM +1000, Ivan Carey wrote: > Hello, > I am using FreeBSD 6.2 Release > When I run shutdown on my server it stays on and says: > "The operating system has halted" > "Please press any key to reboot" > > Is it possible to have the server turn off? > Yes, assuming the hardware supports it (which most modern hardware does.) Just use 'shutdown -p' instead of plain 'shutdown'. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 05:09:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CEAE916A46F for ; Tue, 10 Jul 2007 05:09:11 +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 8B68C13C4BD for ; Tue, 10 Jul 2007 05:09:10 +0000 (UTC) (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 l6A5928G089520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Jul 2007 12:09:02 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l6A592Fa097078; Tue, 10 Jul 2007 12:09:02 +0700 (ICT) Date: Tue, 10 Jul 2007 12:09:02 +0700 (ICT) Message-Id: <200707100509.l6A592Fa097078@banyan.cs.ait.ac.th> From: Olivier Nicole To: ivan@careytech.com.au In-reply-to: <469312B8.80202@careytech.com.au> (message from Ivan Carey on Tue, 10 Jul 2007 15:01:44 +1000) References: <469312B8.80202@careytech.com.au> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Turn off server when shutdown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 05:09:11 -0000 >Is it possible to have the server turn off? man shutdown? -p The system is halted and the power is turned off (hardware sup- port required) at the specified time. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 05:43:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE74216A400 for ; Tue, 10 Jul 2007 05:43:31 +0000 (UTC) (envelope-from ivan@careytech.com.au) Received: from ipmail01.adl2.internode.on.net (ipmail01.adl2.internode.on.net [203.16.214.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5A26213C455 for ; Tue, 10 Jul 2007 05:43:31 +0000 (UTC) (envelope-from ivan@careytech.com.au) X-IronPort-AV: E=Sophos;i="4.16,520,1175437800"; d="scan'208";a="155005073" Received: from ppp154-213.static.internode.on.net (HELO [192.168.1.2]) ([150.101.154.213]) by ipmail01.adl2.internode.on.net with ESMTP; 10 Jul 2007 15:13:25 +0930 Message-ID: <46931C7B.7080604@careytech.com.au> Date: Tue, 10 Jul 2007 15:43:23 +1000 From: Ivan Carey User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Ivan Carey , freebsd-questions@freebsd.org References: <469312B8.80202@careytech.com.au> <20070710050808.GA61150@owl.midgard.homeip.net> In-Reply-To: <20070710050808.GA61150@owl.midgard.homeip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Turn off server when shutdown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ivan@careytech.com.au List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 05:43:32 -0000 Erik Trulsson wrote: > On Tue, Jul 10, 2007 at 03:01:44PM +1000, Ivan Carey wrote: > >> Hello, >> I am using FreeBSD 6.2 Release >> When I run shutdown on my server it stays on and says: >> "The operating system has halted" >> "Please press any key to reboot" >> >> Is it possible to have the server turn off? >> >> > > Yes, assuming the hardware supports it (which most modern hardware does.) > Just use 'shutdown -p' instead of plain 'shutdown'. > > > > > > Is this function available via kdm also I am using an apc ups and running apcupsd do you know of a setting here? Thanks, Ivan From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 05:45:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79D9816A469 for ; Tue, 10 Jul 2007 05:45:12 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.freebsd.org (Postfix) with ESMTP id 01DD213C44C for ; Tue, 10 Jul 2007 05:45:11 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [213.84.11.61]) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6A5j9nv052446; Tue, 10 Jul 2007 07:45:09 +0200 (CEST) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 10 Jul 2007 07:45:07 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB19BB7C@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: reboot in single user Thread-Index: AcfCL/5gXDWVQIpYQ4Ktna8giFeORgAAJFQAAAPEMzAAHTMhoA== References: <3A85D7EF44E1C744BF6434691F5659E9702CF8@www.fcimail.org> From: "Johan Hendriks" To: "Jean-Paul Natola" X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: RE: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 05:45:12 -0000 >I'm curious to know if there is a command to reboot into single user = mode- * >more importantly* if I do reboot in single user mode can I still SSH = in? >My box is not physically near me and I'm upgrading 5.5 to 6.2 - so it = this >possible- or do I need to go get the box and attach a keyboard monitor = and >mouse to it? >Thanks >>Shutdown now goes into single user mode, but it will close SSH >>!!!!!!!!!!!!! >>Better is to manually shutdown al daemons through /usr/local/etc/rc.d = and >>/etc/rc.d to only have sshd running. >>If you using natd do not stop it either, because it will disconnect = you.> >>Then you can finnish the make world cycles. >>That is the way I do it from a remote shell, it it only failed me = once. >>Else try on a spare machine install 5.5 and update it to 6.2 through a = ssh >>version, then you know what to expect. >>Also install the main ports you have running on your remote 5.5 box = and try >>if they still work. >How long will this take- as stopping the daemons (spamd/clamd etcc..) = will >cause a halt in my incoming mail? Weel it is only the make installworld and mergemaster part so I guess = about a minut or 10 You can do the buildworld and buildkernel steps and let the machine do = its work, Then you can install the kernel do a mergemaster -p and then shutdown = all services. Then do the make installworld and mergemaster part. Also if you go from 5.5 to 6.2 you can do make delete-old it will remove = files that are not part of the base in 6.2 And after that make delete-old-libs (WARNING) this can mean you will = need to recompile some ports that use the old 5 libs, like bash If your shell is bash and you reboot the machine the possibility is that = bash need an old 5.5 lib, so no access to your machine anymore. Well again install 5.5 on a spare machine, install the ports you have = running on the remote location (or create packages from the other = machine) and do the cycle on that spare machine, this way no unexpected = things should happen. No virus found in this incoming message. Checked by AVG Free Edition.=20 Version: 7.5.476 / Virus Database: 269.10.2/891 - Release Date: 8-7-2007 = 18:32 =20 No virus found in this outgoing message. Checked by AVG Free Edition.=20 Version: 7.5.476 / Virus Database: 269.10.2/891 - Release Date: 8-7-2007 = 18:32 =20 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 06:22:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8F6B16A468 for ; Tue, 10 Jul 2007 06:22:12 +0000 (UTC) (envelope-from ivan@careytech.com.au) Received: from ipmail01.adl2.internode.on.net (ipmail01.adl2.internode.on.net [203.16.214.140]) by mx1.freebsd.org (Postfix) with ESMTP id C085213C4AE for ; Tue, 10 Jul 2007 06:22:11 +0000 (UTC) (envelope-from ivan@careytech.com.au) X-IronPort-AV: E=Sophos;i="4.16,520,1175437800"; d="scan'208";a="155026190" Received: from ppp154-213.static.internode.on.net (HELO [192.168.1.2]) ([150.101.154.213]) by ipmail01.adl2.internode.on.net with ESMTP; 10 Jul 2007 15:52:07 +0930 Message-ID: <4693258E.1060806@careytech.com.au> Date: Tue, 10 Jul 2007 16:22:06 +1000 From: Ivan Carey User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: ivan@careytech.com.au References: <469312B8.80202@careytech.com.au> <20070710050808.GA61150@owl.midgard.homeip.net> <46931C7B.7080604@careytech.com.au> In-Reply-To: <46931C7B.7080604@careytech.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Turn off server when shutdown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ivan@careytech.com.au List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 06:22:12 -0000 Ivan Carey wrote: > Erik Trulsson wrote: >> On Tue, Jul 10, 2007 at 03:01:44PM +1000, Ivan Carey wrote: >> >>> Hello, >>> I am using FreeBSD 6.2 Release >>> When I run shutdown on my server it stays on and says: >>> "The operating system has halted" >>> "Please press any key to reboot" >>> >>> Is it possible to have the server turn off? >>> >>> >> >> Yes, assuming the hardware supports it (which most modern hardware >> does.) >> Just use 'shutdown -p' instead of plain 'shutdown'. >> >> >> >> >> >> > Is this function available via kdm also I am using an apc ups and > running apcupsd do you know of a setting here? > > Thanks, > Ivan > > Thanks to everyone, I have changed the kdm login manager to have /sbin/halt -p upon shutdown and modified the apcupsd apccontrol script to have the -p now option. All is working as I would like. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 09:41:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B22716A400 for ; Tue, 10 Jul 2007 09:41:52 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from svarun.infrax.si (84-255-241-13.static.dsl.t-2.net [84.255.241.13]) by mx1.freebsd.org (Postfix) with ESMTP id 56A8A13C459 for ; Tue, 10 Jul 2007 09:41:51 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from localhost (localhost [127.0.0.1]) by svarun.infrax.si (Postfix) with ESMTP id CADA6DA84E for ; Tue, 10 Jul 2007 11:41:49 +0200 (CEST) Received: from svarun.infrax.si ([127.0.0.1]) by localhost (Svarun.infrax.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12588-09 for ; Tue, 10 Jul 2007 11:41:41 +0200 (CEST) Received: from [192.168.15.2] (unknown [192.168.15.2]) by svarun.infrax.si (Postfix) with ESMTP id ACBFEDA888 for ; Tue, 10 Jul 2007 11:41:41 +0200 (CEST) Message-ID: <4693543C.1010005@skoberne.net> Date: Tue, 10 Jul 2007 11:41:16 +0200 From: =?ISO-8859-2?Q?Nejc_=A9koberne?= User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at infrax.si Subject: make package-recursive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 09:41:52 -0000 Hello, I would like to create a custom set of packages, so that they will be installable to my other FreeBSD boxen. As I understand, I have to use 'make package-recursive', but I have some problems with it: 1. Is there a way to tell 'make package-recursive' not to _install_ package, but only build it? It is annonying and time-consuming to deinstall every package after it is installed. 2. To refer to the previous point: I need to deinstall the packages which I 'make package-recursive'-ed before, or else some other package which also depends on a port which is already installed will not include that (already installed) package. How to change this behaviour? I would like that the packages, which I create via 'make package-recursive', _always_ include _all_ other dependent packages. Thanks for your help. P.S.: Do you guys have any scripts for building a customized package set? Bye, Nejc From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 09:42:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B9D216A421 for ; Tue, 10 Jul 2007 09:42:43 +0000 (UTC) (envelope-from rj45@slacknet.com) Received: from slacknet.com (slacknet.com [166.70.153.62]) by mx1.freebsd.org (Postfix) with ESMTP id 3723113C46A for ; Tue, 10 Jul 2007 09:42:43 +0000 (UTC) (envelope-from rj45@slacknet.com) Received: from rj45 (helo=localhost) by slacknet.com with local-esmtp (Exim 4.50 #1 (Debian)) id 1I8CF0-0007zP-RX for ; Tue, 10 Jul 2007 03:42:42 -0600 Date: Tue, 10 Jul 2007 03:42:42 -0600 (MDT) From: RJ45 To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: rj45@slacknet.com X-SA-Exim-Scanned: No (on slacknet.com); SAEximRunCond expanded to false Subject: unusual off topic 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: Tue, 10 Jul 2007 09:42:43 -0000 Hello, I would like to ask to some of you gurus... if you know some good virtual server service at a low prize. I know that there are such services around where you can install your own machine virtualized or real, and manage it remotely and you have controlo also on power on and power off switch. Anyone of you can suggest me a good provider for this service ? thanks Rick From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 09:53:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F35916A46D for ; Tue, 10 Jul 2007 09:53:12 +0000 (UTC) (envelope-from dino_vliet@yahoo.com) Received: from web51105.mail.re2.yahoo.com (web51105.mail.re2.yahoo.com [206.190.38.147]) by mx1.freebsd.org (Postfix) with SMTP id 03E3A13C455 for ; Tue, 10 Jul 2007 09:53:11 +0000 (UTC) (envelope-from dino_vliet@yahoo.com) Received: (qmail 71282 invoked by uid 60001); 10 Jul 2007 09:26:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=wc/Exj/M6uXArueAv2cNNncGpiwwWXJYLf8q6UF6A0X6mA4XbIR+XTVvm7QxIbAaPSSjBCAwXTxWWg8bGxUcuuBXMb0V2LQ5pSNIPGV3Zl0cyk8IyXYKJoDPnI1cu+V4VkCcBnNNtcUOEWk2xZ0vEL/Sy2xgzo9cuPQdmS18VQI=; X-YMail-OSG: QrRccVQVM1lusPjA2EMIoGd0K4uzcceoyNyxC7hIZFaHsIgOkzN9y9qv2fmDD7QEATXPTh77bw6YoGtOA3tOCWvqslvFLiGjdhJWJjQhgACBc1jXTDx9DDPgpMM0f_TBxwzWqu99vubn14_vuHZyofeyeA-- Received: from [167.202.221.228] by web51105.mail.re2.yahoo.com via HTTP; Tue, 10 Jul 2007 02:26:30 PDT Date: Tue, 10 Jul 2007 02:26:30 -0700 (PDT) From: Dino Vliet To: freebsd-questions@freebsd.org, ports@FreeBSD.org MIME-Version: 1.0 Message-ID: <247876.66176.qm@web51105.mail.re2.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: gdvrecv produces very BIG FILES X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 09:53:12 -0000 Dear all, I managed to connect my new canon mini dv camera to my firewire port on my freebsd amd64 machine and used gdvrecv to transfer the first 2 minutes of my first recording (did I mention I really like FreeBSD and I'm so glad it's possible t do this first step:-) However, this 2 minutes recording produced a dv file of +/512MB in size. I have a 60 minute casette so in theorie I would get a 15GB dv file? Right? Is that normal, to have this big sized files as a result? ps Unfortunately Kino didn't compile sucessfully on my FreeBSD box, so I had to revert to my Linux partition and process the file there (I already asked the port maintainer of Kino what I could do to get it working on my amd64 system_ --------------------------------- Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 10:01:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EEA3F16A46F for ; Tue, 10 Jul 2007 10:01:17 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from drone1.qsi.net.nz (drone1-svc-skyt.qsi.net.nz [202.89.128.1]) by mx1.freebsd.org (Postfix) with ESMTP id 8F19913C448 for ; Tue, 10 Jul 2007 10:01:16 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: (qmail 27405 invoked by uid 0); 10 Jul 2007 10:01:11 -0000 Received: from unknown (HELO chen.org.nz) ([202.89.146.5]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 10 Jul 2007 10:01:11 -0000 Received: by chen.org.nz (Postfix, from userid 1000) id CB3737E85D; Tue, 10 Jul 2007 21:59:25 +1200 (NZST) Date: Tue, 10 Jul 2007 21:59:25 +1200 From: Jonathan Chen To: Dino Vliet Message-ID: <20070710095925.GB2091@osiris.chen.org.nz> References: <247876.66176.qm@web51105.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <247876.66176.qm@web51105.mail.re2.yahoo.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: gdvrecv produces very BIG FILES X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 10:01:18 -0000 On Tue, Jul 10, 2007 at 02:26:30AM -0700, Dino Vliet wrote: > However, this 2 minutes recording produced a dv file of +/512MB in size. I have a 60 minute casette so in theorie I would get a 15GB dv file? Right? Is that normal, to have this big sized files as a result? Yup. The raw DV dump from a camera produces humongous amounts of data. -- Jonathan Chen ---------------------------------------------------------------------- "You can get farther with a kind word and a gun than you can with a kind word alone" - Al Capone From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 10:51:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EFF7C16A41F for ; Tue, 10 Jul 2007 10:51:08 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.77]) by mx1.freebsd.org (Postfix) with ESMTP id 7895713C46E for ; Tue, 10 Jul 2007 10:51:08 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from freebsdgr.dyndns.org (athedsl-305404.home.otenet.gr [85.73.240.154]) (authenticated bits=0) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6AAp4BU005516; Tue, 10 Jul 2007 13:51:05 +0300 Message-ID: <46936497.8050809@otenet.gr> Date: Tue, 10 Jul 2007 13:51:03 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.4 (X11/20070703) MIME-Version: 1.0 To: =?ISO-8859-2?Q?Nejc_=A9koberne?= References: <4693543C.1010005@skoberne.net> In-Reply-To: <4693543C.1010005@skoberne.net> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Cc: User Questions Subject: Re: make package-recursive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 10:51:09 -0000 Nejc ╘koberne wrote: > Hello, > > I would like to create a custom set of packages, so that they will > be installable to my other FreeBSD boxen. > > As I understand, I have to use 'make package-recursive', but I have > some problems with it: > > 1. Is there a way to tell 'make package-recursive' not to _install_ > package, but only build it? It is annonying and time-consuming > to deinstall every package after it is installed. > 2. To refer to the previous point: I need to deinstall the packages > which I 'make package-recursive'-ed before, or else some other > package which also depends on a port which is already installed > will not include that (already installed) package. How to change > this behaviour? I would like that the packages, which I create > via 'make package-recursive', _always_ include _all_ other > dependent packages. > > Thanks for your help. > > P.S.: Do you guys have any scripts for building a customized package > set? > > Bye, > Nejc > _______________________________________________ > 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" > > There is another little know way to create packages, assuming you have them already installed on the source machine: The pkg_create command. It can create installation packages from the already installed ones. Even better, it can create all dependency packages as well in one go with the -R option. For example, in my test machine I have the xorg 7.2 installed. I can create packages for the whole system with: pkg_create -Rb xorg-7.2 You have to get the exact name of the installed pkg using the pkg_info or pkg_version command, i.e. in the above example pkg_info |grep -i xorg The utility creates the packages in the directory you are currently in. I usually do this /usr/ports/packages I used it last week to create packages for sudo, bash, xorg, xfce, portupgrade and others all of which installed without a hitch on my other machines. In fact I plan to create custom CDs with latest packages to use on my new BSD installations and spare the endless download-compile cycle... Hope this helps, Manolis From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 11:35:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAD5C16A468 for ; Tue, 10 Jul 2007 11:35:34 +0000 (UTC) (envelope-from karel@inetis.com) Received: from dsl.inetis.com (cpe-212-18-40-64.static.amis.net [212.18.40.64]) by mx1.freebsd.org (Postfix) with ESMTP id 31AA713C465 for ; Tue, 10 Jul 2007 11:35:33 +0000 (UTC) (envelope-from karel@inetis.com) Received: from [192.168.110.14] ([192.168.110.14]) by inetis.com with MailEnable ESMTP; Tue, 10 Jul 2007 13:15:33 +0200 Message-ID: <46936A28.20004@inetis.com> Date: Tue, 10 Jul 2007 13:14:48 +0200 From: Karel Miklav User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: make package-recursive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 11:35:35 -0000 1. This is not possible since files may be generated or modified on the fly during the installation process. 2. Don't know exactly what you mean, but... a. you don't have to install under /usr/local b. man jail c. cat /usr/ports/ports-mgmt/tinderbox/pkg-descr There are some nice articles about this on the web. -- Regards, Karel Miklav From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 04:50:01 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C57216A469 for ; Tue, 10 Jul 2007 04:50:01 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta17.adelphia.net (mta17.mail.adelphia.net [68.168.78.99]) by mx1.freebsd.org (Postfix) with ESMTP id A51CA13C459 for ; Tue, 10 Jul 2007 04:49:45 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from laptop ([76.190.225.105]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20070710033312.IMO12750.mta9.adelphia.net@laptop> for ; Mon, 9 Jul 2007 23:33:12 -0400 From: "fbsd" To: "freebsd-questions@FreeBSD. ORG" Date: Mon, 9 Jul 2007 23:33:08 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Mailman-Approved-At: Tue, 10 Jul 2007 11:40:06 +0000 Cc: Subject: accessing mysql server remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 04:50:01 -0000 Just a general question about mysql remote access. Is it possible to login to my remote mysql server and create a new db & table using a file on the local system which contains the definition statements? Thanks From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 04:50:03 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4939716A400 for ; Tue, 10 Jul 2007 04:50:03 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from mta17.adelphia.net (mta17.mail.adelphia.net [68.168.78.99]) by mx1.freebsd.org (Postfix) with ESMTP id D057C13C455 for ; Tue, 10 Jul 2007 04:50:02 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from laptop ([76.190.225.105]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20070710034012.JJBD19079.mta11.adelphia.net@laptop> for ; Mon, 9 Jul 2007 23:40:12 -0400 From: "fbsd2" To: "freebsd-questions@FreeBSD. ORG" Date: Mon, 9 Jul 2007 23:40:07 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Mailman-Approved-At: Tue, 10 Jul 2007 11:40:06 +0000 Cc: Subject: accessing mysql server remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd2 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 04:50:03 -0000 Just a general question about mysql remote access. Is it possible to login to my remote mysql server and create a new db & table using a file on the local system which contains the definition statements? Thanks From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 11:57:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D189416A400 for ; Tue, 10 Jul 2007 11:57:30 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (darklight.org.ru [194.186.18.14]) by mx1.freebsd.org (Postfix) with ESMTP id E9A3313C468 for ; Tue, 10 Jul 2007 11:57:29 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l6ABv4dJ026524 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Jul 2007 15:57:05 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l6ABv3G3026523; Tue, 10 Jul 2007 15:57:03 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Tue, 10 Jul 2007 15:57:03 +0400 From: Yuri Pankov To: fbsd2 Message-ID: <20070710115703.GB95578@darklight.org.ru> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (darklight.org.ru [127.0.0.1]); Tue, 10 Jul 2007 15:57:05 +0400 (MSD) Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: accessing mysql server remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 11:57:30 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 09, 2007 at 11:40:07PM -0400, fbsd2 wrote: > Just a general question about mysql remote access. >=20 > Is it possible to login to my remote mysql server and create a > new db & table using a file on the local system which contains > the definition statements? >=20 > Thanks >=20 Of course, it's possible. It's the same as you would use it locally, with added hostname parameter: mysql -h -u -p < yourfile.sql (that's basic syntax, check mysql(1) manpage). HTH, Yuri --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGk3QKeoAklVFrLdgRAv/YAKCZrYSwmDGIBAtthJAZxtpnOnBgFwCfVmwf aSJq6YaO1Co07QHlGu5EURU= =J5tQ -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 12:03:28 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9382616A477 for ; Tue, 10 Jul 2007 12:03:28 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 6765B13C4BE for ; Tue, 10 Jul 2007 12:03:28 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 086036D455 for ; Tue, 10 Jul 2007 12:01:29 +0000 (UTC) Date: Tue, 10 Jul 2007 12:01:28 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-questions@FreeBSD.ORG In-Reply-To: Message-ID: <20070710115624.K27424@duane.dbq.yournetplus.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: accessing mysql server remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 12:03:28 -0000 On Mon, 9 Jul 2007 at 23:33 -0400, fbsd@a1poweruser.com confabulated: > Just a general question about mysql remote access. > > Is it possible to login to my remote mysql server and create a > new db & table using a file on the local system which contains > the definition statements? Sure. As long as the account name used to login to MySQL has login access from the remote location. mysql -host=ip_or_hostname -user=username -password=password dbname < statements.sql ----- _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 12:17:35 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14A7016A421 for ; Tue, 10 Jul 2007 12:17:35 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id E5C0813C4D3 for ; Tue, 10 Jul 2007 12:17:34 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 9D3DA6D455 for ; Tue, 10 Jul 2007 12:15:35 +0000 (UTC) Date: Tue, 10 Jul 2007 12:15:35 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-questions@FreeBSD.ORG In-Reply-To: <20070710115624.K27424@duane.dbq.yournetplus.com> Message-ID: <20070710121422.S27505@duane.dbq.yournetplus.com> References: <20070710115624.K27424@duane.dbq.yournetplus.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: accessing mysql server remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 12:17:35 -0000 On Tue, 10 Jul 2007 at 12:01 -0000, d.hill@yournetplus.com confabulated: > On Mon, 9 Jul 2007 at 23:33 -0400, fbsd@a1poweruser.com confabulated: > >> Just a general question about mysql remote access. >> >> Is it possible to login to my remote mysql server and create a >> new db & table using a file on the local system which contains >> the definition statements? > > Sure. As long as the account name used to login to MySQL has login access > from the remote location. > > mysql -host=ip_or_hostname -user=username -password=password dbname < > statements.sql My bad. The command line parameters should have two hyphens: mysql --host=ip_or_hostname --user=username --password=password dbname < statements.sql ----- _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 12:22:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6C3C16A46D; Tue, 10 Jul 2007 12:22:55 +0000 (UTC) (envelope-from pj@smo.de) Received: from ilk.de (mx-out12.ilk.de [194.121.104.12]) by mx1.freebsd.org (Postfix) with ESMTP id 35CC713C46A; Tue, 10 Jul 2007 12:22:54 +0000 (UTC) (envelope-from pj@smo.de) Received: from bologna.intern.smo.de (pool33.ka.ilk.net [212.86.194.33]) by ilk.de (8.13.4/8.13.4/ilk-relay) with ESMTP id l6ACMqLI001212; Tue, 10 Jul 2007 14:22:53 +0200 Received: from [192.168.153.208] (herdubreid.intern.smo.de [192.168.153.208]) by bologna.intern.smo.de (8.13.4+Sun/8.13.4) with ESMTP id l6ACK5BP022693; Tue, 10 Jul 2007 14:20:05 +0200 (CEST) Message-ID: <46937AA2.2010804@smo.de> Date: Tue, 10 Jul 2007 14:25:06 +0200 From: Philipp Ost User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070525 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: Dino Vliet References: <247876.66176.qm@web51105.mail.re2.yahoo.com> In-Reply-To: <247876.66176.qm@web51105.mail.re2.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, freebsd-questions@freebsd.org Subject: Re: gdvrecv produces very BIG FILES X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 12:22:55 -0000 Dino Vliet wrote: > However, this 2 minutes recording produced a dv file of +/512MB in size. > I have a 60 minute casette so in theorie I would get a 15GB dv file? Right? > Is that normal, to have this big sized files as a result? According to the german Wikipedia < http://de.wikipedia.org/wiki/Digital_Video#Speicherplatzbedarf_pro_Kassette> it's normal. Oh, and please wrap your lines ;-) Philipp -- www.familie-ost.info/~pj From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 12:46:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B9DA16A400 for ; Tue, 10 Jul 2007 12:46:34 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from pecan.exetel.com.au (pecan.exetel.com.au [220.233.0.17]) by mx1.freebsd.org (Postfix) with ESMTP id 4293313C4AE for ; Tue, 10 Jul 2007 12:46:33 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from 28.201.233.220.exetel.com.au ([220.233.201.28] helo=[192.168.100.148]) by pecan.exetel.com.au with esmtp (Exim 4.63) (envelope-from ) id 1I8CPI-00010o-FA; Tue, 10 Jul 2007 19:53:20 +1000 In-Reply-To: <4693543C.1010005@skoberne.net> References: <4693543C.1010005@skoberne.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Sam Lawrance Date: Tue, 10 Jul 2007 19:53:11 +1000 To: =?WINDOWS-1252?Q?Nejc_=8Akoberne?= X-Mailer: Apple Mail (2.752.3) Cc: User Questions Subject: Re: make package-recursive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 12:46:34 -0000 On 10/07/2007, at 7:41 PM, Nejc =8Akoberne wrote: > Hello, > > I would like to create a custom set of packages, so that they will > be installable to my other FreeBSD boxen. > > As I understand, I have to use 'make package-recursive', but I have > some problems with it: > > 1. Is there a way to tell 'make package-recursive' not to _install_ > package, but only build it? It is annonying and time-consuming > to deinstall every package after it is installed. > 2. To refer to the previous point: I need to deinstall the packages > which I 'make package-recursive'-ed before, or else some other > package which also depends on a port which is already installed > will not include that (already installed) package. How to change > this behaviour? I would like that the packages, which I create > via 'make package-recursive', _always_ include _all_ other > dependent packages. > > Thanks for your help. > > P.S.: Do you guys have any scripts for building a customized package > set? > You have to install a package in order to build it, since the package =20= is built from the installed files. Some level of transformation and =20 rearrangement occurs during the install process, so there's no easy =20 way to package without installing. You can look in to using tinderbox (available from ports) to build =20 packages inside a jail. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 13:03:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0D9516A476 for ; Tue, 10 Jul 2007 13:03:13 +0000 (UTC) (envelope-from web@umich.edu) Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by mx1.freebsd.org (Postfix) with ESMTP id 7BDF013C46E for ; Tue, 10 Jul 2007 13:03:13 +0000 (UTC) (envelope-from web@umich.edu) Received: FROM dell1 (Unknown [141.211.15.39]) BY tombraider.mr.itd.umich.edu ID 46938137.440A6.29669 ; 10 Jul 2007 08:53:11 -0400 Date: Tue, 10 Jul 2007 08:52:57 -0400 From: William Bulley To: freebsd-questions@freebsd.org Message-ID: <20070710125257.GA61945@dell1> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: odd HP 1320 printer behaviour... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 13:03:13 -0000 I have an HP 1320 (only has USB and parallel support) hooked to a FreeBSD 6.2-STABLE box using a USB cable. I have configured /dev/ulpt0 into my /etc/printcap file. Everything works fine and I am happy with this setup except for one odd behaviour. The last page of a multi-page print job will "linger" - somewhere - while the green light on the HP continues to blink -- as if data were being sent to it. The lpq(1) command reports "no entries" when run, and then about a minute or two later, this "last page" gets printed. Is there some configuration that I am missing? Is this an artifact of the USB protocol? Is this the way the HP 1320 laser printer operates? Is this a feature (or bug) of the USB printer driver /dev/ulpt0 that is not documented? I've read the man pages and searched using Google to see if this is a known problem. Any suggestions will be gladly accepted. I can live with this behaviour, but it seems very odd. Regards, web... -- William Bulley Email: web@umich.edu From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 13:24:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D36E416A400 for ; Tue, 10 Jul 2007 13:24:49 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from eunet.yu (smtpclu-1.eunet.yu [194.247.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 6034913C46A for ; Tue, 10 Jul 2007 13:24:48 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-235-248.eunet.yu [213.198.235.248]) by eunet.yu (8.13.6/8.13.6) with ESMTP id l6ADOU1I003647; Tue, 10 Jul 2007 15:24:36 +0200 Message-Id: <200707101324.l6ADOU1I003647@eunet.yu> Date: Tue, 10 Jul 2007 15:24:23 +0200 From: Nikola Lecic To: William Bulley In-Reply-To: <20070710125257.GA61945@dell1> References: <20070710125257.GA61945@dell1> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: freebsd-questions@freebsd.org Subject: Re: odd HP 1320 printer behaviour... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 13:24:49 -0000 On Tue, 10 Jul 2007 08:52:57 -0400 William Bulley wrote: > I have an HP 1320 (only has USB and parallel support) hooked > to a FreeBSD 6.2-STABLE box using a USB cable. >=20 > I have configured /dev/ulpt0 into my /etc/printcap file. >=20 > Everything works fine and I am happy with this setup except > for one odd behaviour. The last page of a multi-page print > job will "linger" - somewhere - while the green light on the > HP continues to blink -- as if data were being sent to it. >=20 > The lpq(1) command reports "no entries" when run, and then > about a minute or two later, this "last page" gets printed. >=20 > Is there some configuration that I am missing? Is this an > artifact of the USB protocol? Is this the way the HP 1320 > laser printer operates? Is this a feature (or bug) of the > USB printer driver /dev/ulpt0 that is not documented? I've > read the man pages and searched using Google to see if this > is a known problem. Any suggestions will be gladly accepted. > I can live with this behaviour, but it seems very odd. Hello William, Do you have any ulpt0 configuration in /etc/rc.local? If the printer port is interrupt-driven, try polled standard mode, i.e. add lptcontrol -p -d /dev/[printer-port] to your /etc/rc.local. The kind of behaviour you described can occur in the interrupt mode (including cutting pages, printing them in chunks, etc.). Also try to switch the printer to the parallel port; if both can serve the printer, I'd always use the parallel one. If this doesn't help, please post here the content of your /etc/printcap and 'dmesg | grep ulpt0'. Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 13:35:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7607516A50A for ; Tue, 10 Jul 2007 13:35:53 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp110.plus.mail.mud.yahoo.com (smtp110.plus.mail.mud.yahoo.com [68.142.206.243]) by mx1.freebsd.org (Postfix) with SMTP id DC68A13C46A for ; Tue, 10 Jul 2007 13:35:52 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 91259 invoked from network); 10 Jul 2007 13:29:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Subject:From:To:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=yQHj8EIY8vymfhjMlmQ4r0ZqAWQzZgly+ZYoa87XLktjJGQYXR2Gd29m/NXuCOyoNZdKPNTBnhE68oqI2L+783o5xD13Dz00cPHfWwbMdlPW3vJV7k2+r22uLwI+CBqOOxHlCvoxdEkgR+GzX/wrhR7uhujePA2of+szMlopYyU= ; Received: from unknown (HELO ?192.168.2.101?) (stevan_tiefert@84.165.89.155 with plain) by smtp110.plus.mail.mud.yahoo.com with SMTP; 10 Jul 2007 13:29:11 -0000 X-YMail-OSG: biQozMMVM1nir_IPDYI7qqsnf0l4D1OcKWEwL1cT1JN6LdpTSdJNiM5qQtb19I.PrOwIhYLTlNIjtigiqIGHucD0UF9z1oqNszi9 From: Stevan Tiefert To: User Questions In-Reply-To: <20070709191449.FE64.GERARD-SEIBERT@seibercom.net> References: <1184014776.1863.4.camel@vagabund.w33> <20070709191449.FE64.GERARD-SEIBERT@seibercom.net> Content-Type: text/plain Date: Tue, 10 Jul 2007 15:29:20 +0200 Message-Id: <1184074160.948.9.camel@vagabund.w33> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 13:35:53 -0000 Am Montag, den 09.07.2007, 19:16 -0400 schrieb Gerard: > On July 09, 2007 at 04:59PM Stevan Tiefert wrote: > > > > What is going wrong? Why he is not updating? > > You should check out these two URL's to get a better idea of what you > are attempting to do as well as how to accomplish it. > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html > > The problem is that in these two chapters of the handbook is not handling freebsd-update... And if you use freebsd-update you need not necessarily to do a buildkernel or buildworld. ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 13:41:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5CF716A469 for ; Tue, 10 Jul 2007 13:41:49 +0000 (UTC) (envelope-from web@umich.edu) Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by mx1.freebsd.org (Postfix) with ESMTP id 72FBF13C480 for ; Tue, 10 Jul 2007 13:41:49 +0000 (UTC) (envelope-from web@umich.edu) Received: FROM dell1 (Unknown [141.211.15.39]) BY hackers.mr.itd.umich.edu ID 46938C9B.81B11.6235 ; 10 Jul 2007 09:41:48 -0400 Date: Tue, 10 Jul 2007 09:41:34 -0400 From: William Bulley To: Nikola Lecic Message-ID: <20070710134134.GD61945@dell1> Mail-Followup-To: Nikola Lecic , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: odd HP 1320 printer behaviour... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 13:41:49 -0000 According to Nikola Lecic : > > Do you have any ulpt0 configuration in /etc/rc.local? If the printer > port is interrupt-driven, try polled standard mode, i.e. add > > lptcontrol -p -d /dev/[printer-port] > > to your /etc/rc.local. The kind of behaviour you described can occur in > the interrupt mode (including cutting pages, printing them in chunks, > etc.). > > Also try to switch the printer to the parallel port; if both can serve > the printer, I'd always use the parallel one. > > If this doesn't help, please post here the content of your /etc/printcap > and 'dmesg | grep ulpt0'. I have no /etc/rc.local file on this machine. Correct me if I am wrong, but doesn't lptcontrol(8) deal with the parallel port printer? I have USB connected. Parallel port connection is unfeasible in my situation. > "content of your /etc/printcap": lp|default|hp|HP|ps|PS|Hewlett Packard LaserJet 1320 PostScript Printer:\ :sh:\ :lp=/dev/ulpt0:\ :sd=/var/spool/lpd/hp:\ :lf=/var/log/lpd-errs:\ :mx#0: > 'dmesg | grep ulpt0': ulpt0: Hewlett-Packard hp LaserJet 1320 series, rev 1.10/1.00, addr 5, iclass 7/1 ulpt0: using bi-directional mode ulpt0: at uhub0 port 2 (addr 5) disconnected ulpt0: detached ulpt0: Hewlett-Packard hp LaserJet 1320 series, rev 1.10/1.00, addr 5, iclass 7/1 ulpt0: using bi-directional mode ulpt0: at uhub0 port 2 (addr 5) disconnected ulpt0: detached ulpt0: Hewlett-Packard hp LaserJet 1320 series, rev 1.10/1.00, addr 5, iclass 7/1 ulpt0: using bi-directional mode ulpt0: offline ulpt0: at uhub0 port 2 (addr 5) disconnected ulpt0: detached ulpt0: Hewlett-Packard hp LaserJet 1320 series, rev 1.10/1.00, addr 5, iclass 7/1 ulpt0: using bi-directional mode Regards, web... -- William Bulley Email: web@umich.edu From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 13:49:42 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF98A16A468 for ; Tue, 10 Jul 2007 13:49:42 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp125.plus.mail.mud.yahoo.com (smtp125.plus.mail.mud.yahoo.com [209.191.106.156]) by mx1.freebsd.org (Postfix) with SMTP id 6487013C447 for ; Tue, 10 Jul 2007 13:49:42 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 6914 invoked from network); 10 Jul 2007 13:23:01 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=KSVS3TRT0iaOzBsg3Joh6vjvBTs1LcARU/1+pDQZqgv652hKEq/NNnVHcVnbNgM6s/j1GE/vDNzuLK7YikFAFxRdMEH5D/mwPfVpv/LN/adACAfxTDoIW80sblSzosvRoAGCgBpz/666OvVtjFFRt53vlfvKNEkkSSWqGlK6dfI= ; Received: from unknown (HELO ?192.168.2.101?) (stevan_tiefert@84.165.89.155 with plain) by smtp125.plus.mail.mud.yahoo.com with SMTP; 10 Jul 2007 13:23:00 -0000 X-YMail-OSG: jovgGKkVM1kni3f8aJ5m2bqHN7UODrQwMJqS4GD7ECGibsIo From: Stevan Tiefert To: Jay Chandler In-Reply-To: <4692CE9F.7000402@chapman.edu> References: <1184014776.1863.4.camel@vagabund.w33> <4692CE9F.7000402@chapman.edu> Content-Type: text/plain Date: Tue, 10 Jul 2007 15:23:09 +0200 Message-Id: <1184073789.948.0.camel@vagabund.w33> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 13:49:43 -0000 Am Montag, den 09.07.2007, 17:11 -0700 schrieb Jay Chandler: > Stevan Tiefert wrote: > > > > What is going wrong? Why he is not updating? > > > > Really dumb question-- have you tried rebooting to commit the uname -a > display change? > Really dumb answer. Yes I did! ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 13:50:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1541C16A421 for ; Tue, 10 Jul 2007 13:50:32 +0000 (UTC) (envelope-from tevans.uk@googlemail.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 97E8213C468 for ; Tue, 10 Jul 2007 13:50:31 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by ug-out-1314.google.com with SMTP id o4so1644771uge for ; Tue, 10 Jul 2007 06:50:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=Nv5oU/jFBmDX1gr8yTHFA96hvF8SjfL9dZOfBdkV68q9+vKSa+yB4l4T0pL1iGf1StpIHnWrQLR12/FjXaCEbom9z9LGsF1JqnYrweQ3v7nN7dqhZpekE82UzUFg3lHqq0ZzHTXD0XngcIE1JiufDRVpTeBY6QSN1e9j8EKJb9w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=NFLz0RY2Br83kjQzwSNbphNnA3I3Fwe2CjAU2nC8DWeqlqWfDRn49YCa9u2t6kG+FBYq2w7JbHcldlAUusI38UIvlMZWOq2nO2u558ndAC0y3ryXFVbnLypO0xK//Cxs8b2S8Q6ZHxI8/cHThccgGAejVrQpwbHmWMYKPOhs1HE= Received: by 10.82.189.6 with SMTP id m6mr9624765buf.1184075430337; Tue, 10 Jul 2007 06:50:30 -0700 (PDT) Received: from ?IPv6:::ffff:127.0.0.1? ( [217.206.187.79]) by mx.google.com with ESMTP id i7sm19596107nfh.2007.07.10.06.50.28 (version=SSLv3 cipher=RC4-MD5); Tue, 10 Jul 2007 06:50:29 -0700 (PDT) From: Tom Evans To: Duane Hill In-Reply-To: <20070710121422.S27505@duane.dbq.yournetplus.com> References: <20070710115624.K27424@duane.dbq.yournetplus.com> <20070710121422.S27505@duane.dbq.yournetplus.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-tBT01zXFNefDjo0w14Gi" Date: Tue, 10 Jul 2007 14:50:26 +0100 Message-Id: <1184075426.1228.12.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Cc: freebsd-questions@FreeBSD.ORG Subject: Re: accessing mysql server remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 13:50:32 -0000 --=-tBT01zXFNefDjo0w14Gi Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2007-07-10 at 12:15 +0000, Duane Hill wrote: > On Tue, 10 Jul 2007 at 12:01 -0000, d.hill@yournetplus.com confabulated: >=20 > > On Mon, 9 Jul 2007 at 23:33 -0400, fbsd@a1poweruser.com confabulated: > > > >> Just a general question about mysql remote access. > >>=20 > >> Is it possible to login to my remote mysql server and create a > >> new db & table using a file on the local system which contains > >> the definition statements? > > > > Sure. As long as the account name used to login to MySQL has login acce= ss=20 > > from the remote location. > > > > mysql -host=3Dip_or_hostname -user=3Dusername -password=3Dpassword dbna= me <=20 > > statements.sql >=20 > My bad. The command line parameters should have two hyphens: >=20 > mysql --host=3Dip_or_hostname --user=3Dusername --password=3Dpassword dbn= ame < statements.sql >=20 Whilst this syntax will work fine, it requires that the mysql server allow remote logins - well I already have a nice cryptographically secure way of allowing remote access, it's called SSH: cat statements.sql |\=20 ssh -C user@hostname 'mysql -u -p ' The main benefit of this is that my mysql server now only needs to run on localhost, and so cannot be touched by any external user. For an interactive mysql prompt, you'd need either to open up mysql, or forward a port: ssh -C -L13306:localhost:3306 user@hostname mysql -u -p -hlocalhost -P13306 --=-tBT01zXFNefDjo0w14Gi Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGk46ilcRvFfyds/cRAsgrAJ0Xld2Tyam5Cu23rZyclaOSoujEiQCgkv/C vUupMrJHvtJP1EUqwmbctsU= =pqjh -----END PGP SIGNATURE----- --=-tBT01zXFNefDjo0w14Gi-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 13:51:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 328BD16A46B for ; Tue, 10 Jul 2007 13:51:33 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp102.plus.mail.mud.yahoo.com (smtp102.plus.mail.mud.yahoo.com [68.142.206.235]) by mx1.freebsd.org (Postfix) with SMTP id EBD7013C45E for ; Tue, 10 Jul 2007 13:51:32 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 14364 invoked from network); 10 Jul 2007 13:24:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=LAQHkKRBLL/iEifewMV1JfPnSkiztv2MimUUgkysmYevfYPQBfjEqd7krcF7+b/7YPfnzoo6lvS9IDFsXH7GuMxorYwBEjIVE/r9Fi/YpJLpFrSeVIIvuZRg3tLEJDaLEfphRI3fMoCD4dh9rTR1+i+ANE+GgSSxfDwcgZI7g14= ; Received: from unknown (HELO ?192.168.2.101?) (stevan_tiefert@84.165.89.155 with plain) by smtp102.plus.mail.mud.yahoo.com with SMTP; 10 Jul 2007 13:24:51 -0000 X-YMail-OSG: gfwjnK0VM1lj.W3vlPYhEZQk2aTmkLIntnDdikZUjILgbWQ7KYp2NowGsEdH0eG98jUEIPwnLGs8ZLT17OhfqQIyzpKa9evTx04O From: Stevan Tiefert To: "illoai@gmail.com" In-Reply-To: References: <1184014776.1863.4.camel@vagabund.w33> Content-Type: text/plain Date: Tue, 10 Jul 2007 15:25:01 +0200 Message-Id: <1184073901.948.3.camel@vagabund.w33> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 13:51:33 -0000 Am Montag, den 09.07.2007, 17:37 -0500 schrieb illoai@gmail.com: > On 09/07/07, Stevan Tiefert wrote: > > Hello list, > > > > I wanted to update via freebsd-update from 6.2-RELEASE-p4 to > > 6.2-RELEASE-p5. But like you can see my system is after the update still > > p4! > > > > I have saved a script of my doing: > > > > Script started on Mon Jul 9 22:55:13 2007 > > vagabund# freebsd-update fetch > > Looking up update.FreeBSD.org mirrors... 1 mirrors found. > > Fetching metadata signature from update1.FreeBSD.org... done. > > Fetching metadata index... done. > > Inspecting system... done. > > Preparing to download files... done. > > > > No updates needed to update system to 6.2-RELEASE-p5. > > vagabund# freebsd-update install > > No updates are available to install. > > Run '/usr/sbin/freebsd-update fetch' first. > > vagabund# uname -a > > FreeBSD vagabund.w33 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr > > 26 17:40:53 UTC 2007 > > root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > > vagabund# exit > > exit > > > > Script done on Mon Jul 9 22:55:45 2007 > > $ > > > > > > What is going wrong? Why he is not updating? > > http://security.freebsd.org/advisories/FreeBSD-SA-07:04.file.asc > > -p5 only affects one utility in userland, and not the kernel. > So the kernel at -p4 is itself ostensibly secure and doesn't > need to be updated. > Thanks. Normally I did everytime a buildworld and buildkernel and the uname -a was everytime changed. And now I was feared something gone wrong. Thanks again :-) ___________________________________________________________ Der frЭhe Vogel fДngt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 14:04:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5535116A4FA for ; Tue, 10 Jul 2007 14:04:40 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from eunet.yu (smtpclu-4.eunet.yu [194.247.192.229]) by mx1.freebsd.org (Postfix) with ESMTP id D8E9713C448 for ; Tue, 10 Jul 2007 14:04:39 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-235-248.eunet.yu [213.198.235.248]) by eunet.yu (8.13.6/8.13.6) with ESMTP id l6AE4VVo023496; Tue, 10 Jul 2007 16:04:32 +0200 Message-Id: <200707101404.l6AE4VVo023496@eunet.yu> Date: Tue, 10 Jul 2007 16:04:26 +0200 From: Nikola Lecic To: William Bulley In-Reply-To: <20070710134134.GD61945@dell1> References: <20070710134134.GD61945@dell1> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: freebsd-questions@freebsd.org Subject: Re: odd HP 1320 printer behaviour... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 14:04:40 -0000 On Tue, 10 Jul 2007 09:41:34 -0400 William Bulley wrote: > According to Nikola Lecic : > >=20 > > Do you have any ulpt0 configuration in /etc/rc.local? If the printer > > port is interrupt-driven, try polled standard mode, i.e. add > >=20 > > lptcontrol -p -d /dev/[printer-port] > >=20 > > to your /etc/rc.local. The kind of behaviour you described can > > occur in the interrupt mode (including cutting pages, printing them > > in chunks, etc.). > >=20 > > Also try to switch the printer to the parallel port; if both can > > serve the printer, I'd always use the parallel one. > >=20 > > If this doesn't help, please post here the content of > > your /etc/printcap and 'dmesg | grep ulpt0'. >=20 > I have no /etc/rc.local file on this machine. >=20 > Correct me if I am wrong, but doesn't lptcontrol(8) deal > with the parallel port printer? I have USB connected. > Parallel port connection is unfeasible in my situation. Yes, of course, sorry; I badly mixed paragraphs of my reply, my answer was intented to be a recommendation to switch to parallel port and then to try polled mode. > > "content of your /etc/printcap": >=20 > lp|default|hp|HP|ps|PS|Hewlett Packard LaserJet 1320 PostScript > Printer:\ :sh:\ > :lp=3D/dev/ulpt0:\ > :sd=3D/var/spool/lpd/hp:\ > :lf=3D/var/log/lpd-errs:\ > :mx#0: (Unrelated, do you have any special reason you don't have 'if' configured?) > > 'dmesg | grep ulpt0': >=20 > ulpt0: Hewlett-Packard hp LaserJet 1320 series, rev 1.10/1.00, addr > 5, iclass 7/1 ulpt0: using bi-directional mode > ulpt0: at uhub0 port 2 (addr 5) disconnected > ulpt0: detached > ulpt0: Hewlett-Packard hp LaserJet 1320 series, rev 1.10/1.00, addr > 5, iclass 7/1 ulpt0: using bi-directional mode > ulpt0: at uhub0 port 2 (addr 5) disconnected > ulpt0: detached > ulpt0: Hewlett-Packard hp LaserJet 1320 series, rev 1.10/1.00, addr > 5, iclass 7/1 ulpt0: using bi-directional mode > ulpt0: offline > ulpt0: at uhub0 port 2 (addr 5) disconnected > ulpt0: detached > ulpt0: Hewlett-Packard hp LaserJet 1320 series, rev 1.10/1.00, addr > 5, iclass 7/1 ulpt0: using bi-directional mode Well, try parallel port if you can; that is the simple way I resolved many painful printing problems in the past. I'd also try using print/apsfilter to configure printcap. Then you should surely know if it's a usb port issue. Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 14:04:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52A3C16A400 for ; Tue, 10 Jul 2007 14:04:44 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd4mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 28E3D13C468 for ; Tue, 10 Jul 2007 14:04:43 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd4mr1so.prod.shaw.ca (pd4mr1so-qfe3.prod.shaw.ca [10.0.141.212]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JKY0011HV3VJF90@l-daemon> for freebsd-questions@freebsd.org; Tue, 10 Jul 2007 08:04:43 -0600 (MDT) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd4mr1so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JKY0019JV3VIQ41@pd4mr1so.prod.shaw.ca> for freebsd-questions@freebsd.org; Tue, 10 Jul 2007 08:04:44 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0JKY00H04V3UYV10@l-daemon> for freebsd-questions@freebsd.org; Tue, 10 Jul 2007 08:04:42 -0600 (MDT) Received: (qmail 65902 invoked from network); Tue, 10 Jul 2007 14:04:37 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Tue, 10 Jul 2007 14:04:37 +0000 Date: Tue, 10 Jul 2007 07:04:36 -0700 From: Colin Percival In-reply-to: <1184074160.948.9.camel@vagabund.w33> To: Stevan Tiefert Message-id: <469391F4.5050601@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.0 References: <1184014776.1863.4.camel@vagabund.w33> <20070709191449.FE64.GERARD-SEIBERT@seibercom.net> <1184074160.948.9.camel@vagabund.w33> User-Agent: Thunderbird 2.0.0.4 (X11/20070628) Cc: User Questions Subject: Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 14:04:44 -0000 Stevan Tiefert wrote: > The problem is that in these two chapters of the handbook is not > handling freebsd-update... And if you use freebsd-update you need not > necessarily to do a buildkernel or buildworld. I've been meaning to write a handbook chapter about FreeBSD Update for many months, but haven't managed to find time, unfortunately. Obviously if someone else wants to write such a chapter, I'd be overjoyed to review it and help get it committed. :-) Colin Percival From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 14:08:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 125D416A473 for ; Tue, 10 Jul 2007 14:08:32 +0000 (UTC) (envelope-from scuba@centroin.com.br) Received: from raptor.centroin.com (asmtp.centroin.com [64.251.27.169]) by mx1.freebsd.org (Postfix) with ESMTP id BBB1E13C469 for ; Tue, 10 Jul 2007 14:08:31 +0000 (UTC) (envelope-from scuba@centroin.com.br) Received: from trex.centroin.com.br (trex.centroin.com.br [200.225.63.134]) (authenticated bits=0) by raptor.centroin.com (8.14.1/8.13.6/CIP SMTP HOST) with ESMTP id l6AE5rkN023572 for ; Tue, 10 Jul 2007 11:06:01 -0300 (BRT) (envelope-from scuba@centroin.com.br) Date: Tue, 10 Jul 2007 11:08:43 -0300 (BRT) From: scuba@centroin.com.br Sender: mpsouza@trex.centroin.com.br To: freebsd-questions@freebsd.org Message-ID: <20070710105712.C40744@trex.centroin.com.br> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 14:08:32 -0000 Hi all, I have a server in a host service that stopped this morning. After a contact with the service support of them, I got the following answer to the problem: [quote] REBOOT SERVER Due to a failed switch replacement FreeBSD did not restore the network link. This is a farly common issue with FreeBSD. I restarted the server and it should be back online shortly. [end quote] It's a P4-3GHz, with the following, probably on-board, ether card: vr0: port 0xcc00-0xccff mem 0xfdffe000-0xfdffe0ff irq 23 at device 18.0 on pci0 Is this a really known problem? Is there anything I can do to avoid reboot? I have some (local) servers with FBSD and never had such problem. - Marcelo From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 14:12:49 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BCF7A16A47A for ; Tue, 10 Jul 2007 14:12:49 +0000 (UTC) (envelope-from kyrreny@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 07EAE13C455 for ; Tue, 10 Jul 2007 14:12:48 +0000 (UTC) (envelope-from kyrreny@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-0.15 (built Feb 9 2007)) with ESMTP id <0JKY00JZUVH2AK60@osl1smout1.broadpark.no> for questions@freebsd.org; Tue, 10 Jul 2007 16:12:38 +0200 (CEST) Received: from [10.0.0.5] ([88.90.75.189]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-0.15 (built Feb 9 2007)) with ESMTPA id <0JKY00C3KVGSNA71@osl1sminn1.broadpark.no> for questions@freebsd.org; Tue, 10 Jul 2007 16:12:38 +0200 (CEST) Message-id: <469393CC.9070802@broadpark.no> Date: Tue, 10 Jul 2007 16:12:28 +0200 From: =?ISO-8859-1?Q?Kyrre_Nyg=E5rd?= User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) To: questions@freebsd.org Cc: Subject: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 14:12:49 -0000 Hello. My friend is switching to Linux because FreeBSD is failing on him. When downloading a file from a FreeBSD box and a Linux box on the same network, the FreeBSD box got 88.78 KBps whereas the Linux got 624.95 Kbps. I have no idea what's wrong, but my man isn't really into good information design (e.g. taking something complex and making it easy), so his system is a mess. Maybe some of you can help me locate where the problem's at? Thanks guys, Kyrre # ifconfig -a sis0: flags=8843 mtu 1500 options=8 inet6 fe80::20e:a6ff:fe53:d066%sis0 prefixlen 64 scopeid 0x1 inet 67.143.227.66 netmask 0xfffffff8 broadcast 67.143.227.71 inet 67.143.227.67 netmask 0xffffffff broadcast 67.143.227.67 inet 67.143.227.68 netmask 0xffffffff broadcast 67.143.227.68 inet 67.143.227.69 netmask 0xffffffff broadcast 67.143.227.69 inet 67.143.227.70 netmask 0xffffffff broadcast 67.143.227.70 inet 67.143.231.97 netmask 0xffffffff broadcast 67.143.231.97 inet 67.143.231.98 netmask 0xffffffff broadcast 67.143.231.98 inet 67.143.231.99 netmask 0xffffffff broadcast 67.143.231.99 inet 67.143.231.100 netmask 0xffffffff broadcast 67.143.231.100 inet 67.143.231.101 netmask 0xffffffff broadcast 67.143.231.101 inet 67.143.231.102 netmask 0xffffffff broadcast 67.143.231.102 ether 00:0e:a6:53:d0:66 media: Ethernet autoselect (100baseTX ) status: active plip0: flags=108810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 pflog0: flags=141 mtu 33208 #cat /etc/rc.conf ifconfig_sis0="inet 67.143.227.66 netmask 255.255.255.248" defaultrouter="67.143.227.65" hostname="his.box.com" ifconfig_sis0_alias0="67.143.227.67 netmask 0xffffffff" ifconfig_sis0_alias1="67.143.227.68 netmask 0xffffffff" ifconfig_sis0_alias2="67.143.227.69 netmask 0xffffffff" ifconfig_sis0_alias3="67.143.227.70 netmask 0xffffffff" ifconfig_sis0_alias4="67.143.231.97 netmask 0xffffffff" ifconfig_sis0_alias5="67.143.231.98 netmask 0xffffffff" ifconfig_sis0_alias6="67.143.231.99 netmask 0xffffffff" ifconfig_sis0_alias7="67.143.231.100 netmask 0xffffffff" ifconfig_sis0_alias8="67.143.231.101 netmask 0xffffffff" ifconfig_sis0_alias9="67.143.231.102 netmask 0xffffffff" kern.ipc.maxsockbuf=8388608 net.inet.tcp.sendspace=3217968 net.inet.tcp.recvspace=3217968 net.inet.tcp.rfc1323=1 syslogd_enable="YES" syslogd_flags="-4 -v -v -s -s -l /etc/namedb/var/run/log" stunnel_enable="YES" pf_enable="YES" pflog_enable="YES" sshd_enable="YES" inetd_enable="YES" inetd_flags="-wWl" named_enable="YES" named_program="/usr/local/sbin/named" named_flags="-u bind -c /etc/namedb/named.conf" mysql_enable="YES" apache2_enable="YES" apache2ssl_enable="YES" sendmail_enable="NONE" courier_authdaemond_enable="YES" courier_imap_imapd_enable="YES" courier_imap_imapdssl_enable="YES" courier_imap_imapd_ssl_enable="YES" courier_imap_pop3dssl_enable="YES" courier_imap_pop3d_ssl_enable="YES" sqwebmaild_enable="YES" spamd_enable="YES" spamd_flags="-d -q -v -x -r /var/run/spamd.pid" clamav_clamd_enable="YES" clamav_freshclam_enable="YES" svscan_enable="YES" snmpd_enable="YES" proftpd_enable="YES" usbd_enable="YES" clear_tmp_enable="YES" update_motd="NO" linux_enable="YES" ---------- # cat /etc/pf.conf ext_if="sis0" # replace with actual external interface name i.e., dc0 loc_if="lo0" # lo0 - local interface 127.0.0.1 table { 67.143.227.66, 67.143.227.67, 67.143.227.68, 67.143.227.69, 67.143.227.70 67.143.231.97 67.143.231.98 67.143.231.99 67.143.231.100 67.143.231.101 67.143.231.102} table { 205.209.177.60 } table { 67.143.227.66, 128.242.160.3, 68.83.182.43, 66.252.8.133 } table { 222.152.0.43, 219.89.75.39, 222.152.3.100, 222.152.4.82, 65.175.125.87, 59.188.133.195, 59.59.154.71, 222.245.97.116, 201.141.212.230, 208.53.3.92, 124.163.176.58, 213.230.128.226, 208.69.32.130, 65.175.125.94, 65.111.17.147, 216.15.177.196, 72.37.165.0/24, 200.184.163.0/24 } scrub in all #smtp forward rdr inet proto tcp from any to $ext_if port 2525 -> 67.143.227.70 port 25 #block in quick on $ext_if from block drop in quick on $ext_if from to # Filtering: the implicit first two rules are pass in all pass out all # block all incoming packets but allow ssh, pass all outgoing tcp and udp # connections and keep state, logging blocked packets. block in log all # restrict SSH #pass in log on $ext_if proto tcp from { , , } to $ext_if port 22 keep state pass in log on $ext_if proto tcp from any to $ext_if port 22 keep state # seems to work pass in quick on $loc_if all pass out quick on $loc_if all # Cybercon server monitor #pass in on $ext_if proto {icmp, tcp, udp} from 72.29.23.120 to any all keep state # for FTP #pass in on $ext_if proto tcp from any to $ext_if port 21 keep state #pass in on $ext_if proto udp from any to $ext_if port 20 keep state pass in on $ext_if proto tcp from any to $ext_if port 1242 keep state pass in on $ext_if proto udp from any to $ext_if port 1242 keep state # for ident pass in on $ext_if proto tcp from any to $ext_if port 113 keep state pass in on $ext_if proto udp from any to $ext_if port 113 keep state # temporary fix #pass in on $ext_if proto udp from any to any all keep state # kind of broken #pass in quick on $ext_if proto tcp from any to any port 53 keep state #pass in quick on $ext_if proto udp from any to any port 53 keep state pass in log on $ext_if proto { tcp, udp } from any to 67.143.227.66 port 53 keep state pass in log on $ext_if proto { tcp, udp } from any to 67.143.227.67 port 53 keep state pass out log on $ext_if proto { tcp, udp } from any to any port 53 keep state # testing #pass out on $ext_if proto { tcp, udp } from any to any port 53 keep state #pass in on $ext_if proto { tcp, udp } from any to any port 53 keep state # proxy pass in on $ext_if proto tcp from any to $ext_if port 13128 keep state # bnc pass in on $ext_if proto tcp from any to $ext_if port 8558 keep state # web pass in on $ext_if proto tcp from any to $ext_if port 80 keep state pass in on $ext_if proto tcp from any to $ext_if port 443 keep state # email pass in on $ext_if proto tcp from any to $ext_if port 25 keep state pass in on $ext_if proto tcp from any to $ext_if port 110 keep state pass in on $ext_if proto tcp from any to $ext_if port 143 keep state pass in on $ext_if proto tcp from any to $ext_if port 587 keep state pass in on $ext_if proto tcp from any to $ext_if port 993 keep state pass in on $ext_if proto tcp from any to $ext_if port 995 keep state # passive ftp pass in on $ext_if proto tcp from any to $ext_if port 10000:10100 keep state # dcc pass in on $ext_if proto tcp from any to $ext_if port 1024:1100 keep state pass in on $ext_if proto tcp from any to $ext_if port 31300:31310 keep state # eggdrop bots pass in on $ext_if proto tcp from any to $ext_if port 31335 keep state pass in on $ext_if proto tcp from any to $ext_if port 31336 keep state pass in on $ext_if proto tcp from any to $ext_if port 31337 keep state pass in on $ext_if proto tcp from any to $ext_if port 31338 keep state pass out on $ext_if proto { tcp, udp } all keep state # pass incoming packets destined to the addresses given in table . #pass in on $ext_if proto { tcp, udp } from any to port 80 keep state # pass incoming ports for ftp-proxy #pass in on $ext_if inet proto tcp from any to $ext_if user proxy keep state # assign packets to a queue. #pass out on $ext_if from 192.168.0.0/24 to any keep state queue developers #pass out on $ext_if from 192.168.1.0/24 to any keep state queue marketing ---------- # cat /etc/sysctl.conf kern.maxfiles=65536 kern.maxfilesperproc=2000 kern.ps_showallprocs=0 kern.maxprocperuid=200 kern.fallback_elf_brand=3 kern.timecounter.method=1 net.inet.tcp.sendspace=8192 net.inet.tcp.recvspace=16384 kern.ipc.maxsockbuf=2097152 net.inet.ip.rtminexpire=2 net.inet.ip.rtexpire=10 #ddos protection net.inet.tcp.msl=7500 net.inet.tcp.blackhole=2 net.inet.udp.blackhole=1 net.inet.icmp.icmplim=50 kern.ipc.somaxconn=32768 ---------- #pkg_info GeoIP-1.3.8 Find the country that any IP address or hostname originates ImageMagick-6.2.9.8 Image processing tools apache-2.0.58_1 Version 2 of Apache web server with prefork MPM. apr-nothr-gdbm-db4-1.0.1_1 The Apache Group's Portability Library arc-5.21j Create & extract files from DOS .ARC files arj-3.10.22 Open-source ARJ aspell-0.60.3 Spelling checker with better suggestion logic than ispell atk-1.9.1 A GNOME accessibility toolkit (ATK) autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms autoconf-2.53_3 Automatically configure source code on many Un*x platforms autoconf-2.59_2 Automatically configure source code on many Un*x platforms automake-1.4.6_2 GNU Standards-compliant Makefile generator (1.4) automake-1.5_2,1 GNU Standards-compliant Makefile generator (1.5) automake-1.9.6 GNU Standards-compliant Makefile generator (1.9) autorespond-2.0.5 Simple autoresponder for qmail bash-2.05b.007_2 The GNU Bourne Again Shell bind9-9.3.1 Completely new version of the BIND DNS suite with updated D bison-1.75_2 A parser generator from FSF, (mostly) compatible with Yacc bitstream-vera-1.10_1 Bitstream Vera TrueType font collection bmon-2.0.1 "BMON - Portable bandwidth monitor and rate estimator" boehm-gc+threaded-6.8 Garbage collection and memory leak detection for C and C++ bsdpan-Class-Accessor-0.30 Class::Accessor - Automated accessor generation bsdpan-DBI-1.48 DBI - Database independent interface for Perl bsdpan-Digest-HMAC-1.01 Digest::HMAC - Keyed-Hashing for Message Authentication bsdpan-Digest-SHA1-2.10 Digest::SHA1 - Perl interface to the SHA-1 algorithm bsdpan-Encode-2.18 Encode - character encodings bsdpan-Finance-BeanCounter-0.8.1 Finance::BeanCounter - Module for stock portfolio performan bsdpan-Finance-YahooQuote-0.21 Finance::YahooQuote - Get stock quotes from Yahoo! Finance bsdpan-Geo-Coordinates-DecimalDegrees-0.05 Geo::Coordinates::DecimalDegrees - convert between degrees/ bsdpan-HTML-Entities-Numbered-0.04 HTML::Entities::Numbered - Conversion of numbered HTML enti bsdpan-Mail-Toaster-4.08 Mail::Toaster bsdpan-MailTools-1.67 Mail::Cap - Parse mailcap files bsdpan-Module-Pluggable-Fast-0.18 Module::Pluggable::Fast - Fast plugins with instantiation bsdpan-Net-DNS-0.53 Net::DNS - Perl interface to the DNS resolver bsdpan-Net-IP-1.23 Net::IP - Perl extension for manipulating IPv4/IPv6 address bsdpan-Net-SMTP_auth-0.07 Net::SMTP_auth - Simple Mail Transfer Protocol Client with bsdpan-Net-Whois-IANA-0.21 Net::Whois::IANA - A universal WHOIS data extractor. bsdpan-RRDutil-2.2 rrdutil - a simple host monitoring app based on rrdtool bsdpan-Text-Iconv-1.4 Text::Iconv - Perl interface to iconv() codeset conversion bsdpan-UNIVERSAL-require-0.11 UNIVERSAL::require - require() modules from a variable bsdpan-XML-Liberal-0.16 XML::Liberal - Super liberal XML parser that parses broken bwm-ng-0.5_1 A small and simple bandwidth monitor calc-2.11.5_1 Arbitrary precision calculator cclient-2004d,1 Mark Crispin's C-client mail access routines cfv-1.18.1 Utility to both test and create .sfv, .csv and md5sum files cgilib-0.5 A library of procedures for developing CGI programs in C cksfv-1.3.9 Create or manipulate Simple File Verification (SFV) checksu clamav-0.88.6 Command line virus scanner written entirely in C courier-authlib-base-0.57 Courier authentication library base courier-authlib-vchkpw-0.57 Vpopmail/vchkpw support for the Courier authentication libr courier-imap-4.0.4,1 IMAP (and POP3) server that provides access to Maildir mail cronolog-1.6.2 A web log rotation utility that provides datestamp filename cscope-15.5_2 An interactive C program browser ctorrent-1.3.4_1 BitTorrent Client written in C for FreeBSD and Linux curl-7.15.1 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cvsup-without-gui-16.1h_2 General network file distribution system optimized for CVS daemontools-0.76_11 Service monitoring and logging utilities by djb db4-4.0.14_1,1 The Berkeley DB package, revision 4 db41-4.1.25_4 The Berkeley DB package, revision 4.1 db42-4.2.52_4 The Berkeley DB package, revision 4.2 dcc-dccd-1.3.9 Distributed Checksum Clearinghouse procmail, sendmail suppo dict-1.10.8 Dictionary Server Protocol (RFC2229) client docbook-1.3 Meta-port for the different versions of the DocBook DTD docbook-241_2 V2.4.1 of the DocBook DTD, designed for technical documenta docbook-3.0_2 V3.0 of the DocBook DTD, designed for technical documentati docbook-3.1_2 V3.1 of the DocBook DTD, designed for technical documentati docbook-4.0_2 V4.0 of the DocBook DTD, designed for technical documentati docbook-4.1_2 V4.1 of the DocBook DTD, designed for technical documentati docbook-xml-4.2_1 XML version of the DocBook DTD eaccelerator-0.9.5 An opcode cache for PHP with encoder and loader elinks-0.11.1 Elinks - links text WWW browser with enhancements expat-2.0.0_1 XML 1.0 parser written in C expect-5.43.0 A sophisticated scripter based on tcl/tk ezm3-1.2 Easier, more portable Modula-3 distribution for building CV ezmlm-idx-0.40_3 Improved version of the ezmlm mailing list manager fastest_cvsup-0.2.9_1 Finds fastest CVSup server ffmpeg-0.4.9.p1_3 Hyper fast realtime audio/video encoder/converter, streamin flac-1.1.2_1 Free lossless audio codec fontconfig-2.2.3,1 An XML-based font configuration API for X Windows freetype2-2.1.10_1 A free and portable TrueType font rendering engine gd-2.0.33_1,1 A graphics library for fast creation of images gdbm-1.8.3_1 The GNU database manager getline-3.9 A small, portable, and easy to use command line library gettext-0.14.5 GNU gettext package ghostscript-gnu-7.07_13 GNU Postscript interpreter glib-1.2.10_12 Some useful routines of C programming (previous stable vers glib-2.8.4 Some useful routines of C programming (current stable versi gmake-3.80_2 GNU version of 'make' utility gnupg-1.4.5_2 The GNU Privacy Guard gnutls-1.2.11 GNU Transport Layer Security library gpart-0.1h_1 Tries to recover lost partition tables and file systems gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X) gtk-1.2.10_15 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.6.9 Gimp Toolkit for X11 GUI (current stable version) help2man-1.35.1 Automatically generating simple manual pages from program o hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project horde-3.1.3 A common code-base used by Horde applications, written in P html2text-1.3.2a Converts HTML documents into plain text imake-6.8.2 Imake and other utilities from X.Org imp-4.1.3 A webmail system which accesses mail over IMAP ingo-1.1.2 Horde's email-filter management application intltool-0.34.1 Tools to internationalize various kinds of data files irssi-0.8.10 A modular IRC client with many features iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) isoqlog-2.2.1 A qmail, postfix, sendmail, exim MTA log analysis program ispell-3.2.06_13 An interactive spelling checker for multiple languages jade-1.2.1_9 An object-oriented SGML/XML parser toolkit and DSSSL engine jasper-1.701.0 An implementation of the codec specified in the JPEG-2000 s jbigkit-1.6 Lossless compression for bi-level images such as scanned pa jhead-2.3 Exif Jpeg camera setting parser and thumbnail remover jpeg-6b_3 IJG's jpeg compression utilities lcms-1.16_1,1 Light Color Management System -- a color management library lftp-3.4.7 Shell-like command line ftp client lha-1.14i_6 Archive files using LZSS and Huffman compression (.lzh file libXft-2.1.7 A client-sided font API for X applications libart_lgpl2-2.3.17 Library for high-performance 2D graphics libdrm-2.0.1_1 Userspace interface to kernel Direct Rendering Module servi libevent-1.1a Provides an API to execute callback functions on certain ev libfpx-1.2.0.12 Library routines for working with Flashpix images libgcrypt-1.2.2_1 "General purpose crypto library based on code used in GnuPG libglade2-2.5.1_2 GNOME glade library libglut-6.0.1 A graphics library similar to SGI's OpenGL libgmp-4.2.1_1 A free library for arbitrary precision arithmetic libgpg-error-1.3 Common error values for all GnuPG components libiconv-1.9.2_1 A character set conversion library libltdl-1.5.18 System independent dlopen wrapper libmcal-0.7_1 Modular Calendar Access Library libmcrypt-2.5.7_1 Multi-cipher cryptographic library (used in PHP) libmng-1.0.8 Multiple-image Network Graphics (MNG) reference library libnet10-1.0.2a_2,1 A C library for creating IP packets libogg-1.1.2_1,3 Ogg bitstream library libsigc++-2.0.16 Callback Framework for C++ libstatgrab-0.13 Provides a useful interface to system statistics libtool-1.5.22_2 Generic shared library support script libtorrent-0.10.4 BitTorrent Library written in C++ libunrar-3.60.b4 Library to work with RAR archivies libvorbis-1.1.1,3 Audio compression codec library libwmf-0.2.8.3 Tools and library for converting Microsoft WMF (windows met libxml++-1.0.4 XML API for C++ libxml2-2.6.20 XML parser library for GNOME libxslt-1.1.14 The XSLT C library for GNOME links-2.1.p17,1 Lynx-like text WWW browser linuxdoc-1.1_1 The Linuxdoc SGML DTD localedata-5.4 Legacy locale data for FreeBSD 6+ lsof-4.77 Lists information about open files (similar to fstat(1)) lynx-ssl-2.8.5 A non-graphical, text-based World-Wide Web client with SSL m4-1.4.3 GNU m4 maildrop-1.8.0_3 Mail delivery agent (MDA) with filtering abilities mhash-0.9.2 An easy-to-use library for strong hashes such as MD5 and SH mime-support-3.39.1 MIME Media Types list mod_perl2-2.0.1,2 Embeds a Perl interpreter in the Apache2 server mod_proxy_html-2.5.1 Apache module for rewriting HTML links in proxied content mpeg2codec-1.2_1 An MPEG-2 Encoder and Decoder mutt-1.4.2.2 The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, mysql-client-4.1.13 Multithreaded SQL database (client) mysql-server-4.1.13 Multithreaded SQL database (server) mysqltcl-3.01 TCL module for accessing MySQL databases based on msqltcl mytop-1.4_1 A top clone for MySQL nag-2.1.1_1 Nag is a simple, multiuser task list manager nano-1.2.5 Nano's ANOther editor, an enhanced free Pico clone nas-1.7 Network Audio System nasm-0.98.39,1 General-purpose multi-platform x86 assembler ncftp-3.1.9 ftp replacement with advanced user interface ncftp1-1.9.5 FTP replacement with advanced user interface neon-0.24.7 An HTTP and WebDAV client library for Unix systems netpbm-10.26.12_1 A toolkit for conversion of images between different format nmap-3.81 Port scanning utility for large networks ntp-4.2.0_1 The Network Time Protocol Distribution nzbget-0.2.3 A binary newsreader supporting NZB files ocaml-nox11-3.08.3_2 Objective Caml compiler and programming environment (no X11 oidentd-2.0.8 Ident server that supports user-defined ident strings openldap-client-2.2.27 Open source LDAP client implementation openssl-0.9.8b_1 SSL and crypto library p5-Archive-Tar-1.24 Perl module for creation and manipulation of tar files p5-Authen-SASL-2.09 Perl5 module for SASL authentication p5-Bit-Vector-6.4 Library of advanced math functions that includes a Perl OO p5-Carp-Datum-0.1.3 Debugging And Tracing Ultimate Module p5-Compress-Zlib-1.35 Perl5 interface to zlib compression library p5-Convert-BinHex-1.119 Perl module to extract data from Macintosh BinHex files p5-Crypt-DES-2.03 Perl5 interface to DES block cipher p5-Crypt-PasswdMD5-1.3 Perl module that provides interoperable MD5-based crypt() f p5-DBD-mysql-3.0002 MySQL driver for the Perl5 Database Interface (DBI) p5-DBI-1.48 The perl5 Database Interface. Required for DBD::* modules p5-Date-Calc-5.4 Gregorian calendar date calculations p5-Date-Manip-5.44 Perl5 module containing date manipulation routines p5-Digest-1.10 Modules that calculate message digests p5-Digest-MD5-2.33 Perl5 interface to the MD5 algorithm p5-Email-Abstract-2.01 Unified interface to mail representations p5-Email-Simple-1.92 Simple parsing of RFC2822 message format and headers p5-Email-Valid-0.15 Check validity of Internet email addresses p5-ExtUtils-CBuilder-0.12 Compile and link C code for Perl modules p5-ExtUtils-ParseXS-2.07 Converts Perl XS code into C code p5-Frontier-RPC-0.06 Frontier::RPC implements UserLand Software's XML RPC p5-GD-2.25 A perl5 interface to Gd Graphics Library version2 p5-Getargs-Long-1.1001 Parse routine arguments p5-HTML-Parser-3.45 Perl5 module for parsing HTML documents p5-HTML-Tagset-3.04 Some useful data table in parsing HTML p5-HTML-Template-2.7_1 Perl module to use HTML Templates from CGI scripts p5-IO-Socket-SSL-0.97 Perl5 interface to SSL sockets p5-IO-String-1.06 Simplified Perl5 module to handle I/O on in-core strings p5-IO-Zlib-1.04_1 IO:: style interface to Compress::Zlib p5-IO-stringy-2.110 Perl5 module for using IO handles with non-file objects p5-Locale-Codes-2.07 Perl5 module providing access to ISO3167 and ISO639 Country p5-Log-Agent-0.307 A set of perl modules that allows you to enhance logging ca p5-MIME-Base64-3.05 Perl5 module for Base64 and Quoted-Printable encodings p5-MIME-Tools-5.417,2 A set of perl5 modules for MIME p5-Mail-Audit-2.1_1 Perl module for creating easy mail filters p5-Mail-Ezmlm-0.05.1 Perl module to allow object methods for ezmlm-idx mailing l p5-Mail-IMAPClient-2.2.9 Perl5 module to talk to a IMAP4rev1 (RFC2060) server p5-Mail-ListDetector-0.31 Perl module for detecting mailing list messages p5-Mail-POP3Client-2.16 Perl5 module to talk to a POP3 (RFC1939) server p5-Mail-SPF-Query-1.997 Query Sender Permitted From for an IP,email,helo p5-Mail-SpamAssassin-3.0.4 A highly efficient mail filter for identifying spam p5-Module-Build-0.26.11 Build and install Perl modules p5-Module-Pluggable-2.95 Automatically give your module the ability to have plugins p5-Net-1.19,1 Perl5 modules to access and use network protocols p5-Net-AIM-1.22 Perl extension for the AOL Instant Messenger TOC protocol p5-Net-CIDR-0.10 Perl module to manipulate IPv4/IPv6 netblocks in CIDR notat p5-Net-CIDR-Lite-0.18 Perl extension for merging IPv4 or IPv6 CIDR addresses p5-Net-OSCAR-1.907 Perl extension for the AOL Instant Messenger OSCAR protocol p5-Net-ParseWhois-0.62 Extendable perl5 module for parsing whois information p5-Net-SNMP-5.1.0 A perl module for SNMP... Net::SNMP p5-Net-SSLeay-1.25 Perl5 interface to SSL p5-Net-Whois-1.9 A perl5 module to get information using the Whois protocol p5-Net-Whois-Raw-0.97 Very simple Perl interface to query raw whois data p5-Parse-RecDescent-1.94 A recursive descent parsing framework for Perl p5-PathTools-3.09 A Perl module for portably manipulating file specifications p5-Quota-1.5.0 Perl module that provides access to filesystem quotas p5-Scalar-List-Utils-1.14,1 Perl subroutines that would be nice to have in the perl cor p5-Statistics-Descriptive-2.6 Perl module that supplies statistical methods for perl5 p5-Sys-Hostname-Long-1.4 Try every conceivable way to get full hostname p5-Term-ANSIColor-1.11 Color screen output using ANSI escape sequences p5-Term-ReadKey-2.30 A perl5 module for simple terminal control p5-Test-Harness-2.52 Run perl standard test scripts with statistics p5-Test-Simple-0.60 Basic utilities for writing tests in perl p5-Text-Balanced-1.95 Text::Balanced - extract delimited text sequences from stri p5-TimeDate-1.16,1 Perl5 module containing a better/faster date parser for abs p5-URI-1.35 Perl5 interface to Uniform Resource Identifier (URI) refere p5-WWW-Mechanize-1.16 This module is to help you automate interaction with a webs p5-XML-LibXML-1.58_1 Interface to Gnome libxml2 library p5-XML-LibXML-Common-0.13 Routines and Constants common for XML::LibXML and XML::GDOM p5-XML-NamespaceSupport-1.09_1 A simple generic namespace support class p5-XML-Parser-2.34_1 Perl extension interface to James Clark's XML parser, expat p5-XML-SAX-0.12 Simple API for XML p5-YAML-0.39 "YAML implementation in Perl" p5-gettext-1.03 Message handling functions p5-libwww-5.803 Perl5 library for WWW access p5-vpopmail-0.08 Perl module to provide access to vpopmail API pango-1.8.2 An open-source framework for the layout and rendering of i1 par2cmdline-0.4 Tools for using Parity v2 Archive files pcre-7.0_1 Perl Compatible Regular Expressions library pdflib-7.0.0p3 A C library for dynamically generating PDF pear-1.4.11 PEAR framework for PHP pear-Auth-1.4.0 PEAR class for creating an authentication system pear-Auth_SASL-1.0.2 PEAR abstraction of various SASL mechanism responses pear-Cache-1.5.4_1 PEAR framework for caching of arbitrary data pear-DB-1.7.6,1 PEAR Database Abstraction Layer pear-Date-1.4.7 PEAR Date and Time Zone Classes pear-File-1.2.2,1 PEAR common file and directory routines pear-HTTP_Request-1.4.0 PEAR classes providing an easy way to perform HTTP requests pear-Log-1.9.9 PEAR logging utilities pear-Mail-1.1.14 PEAR class that provides multiple interfaces for sending em pear-Mail_Mime-1.3.1 PEAR classes to create and decode MIME messages pear-Net_SMTP-1.2.8 PEAR class that provides an implementation of the SMTP prot pear-Net_Socket-1.0.6 PEAR Network Socket Interface pear-Net_URL-1.0.14 Easy parsing of URLs pear-SOAP-0.9.1 PEAR SOAP Client/Server for PHP pear-Services_Weather-1.4.0 PEAR interface to various online weather-services pear-XML_Parser-1.2.7 PEAR XML parsing class based on PHP's bundled expat pear-XML_Serializer-0.18.0 PEAR Swiss-army knive for reading and writing XML files pear-XML_Util-1.1.1 PEAR XML utility class pecl-fileinfo-1.0.4 A PECL extension to retrieve info about files pecl-memcache-2.1.0 Memcached extension pecl-pdflib-2.1.2 A PECL extension to create PDF on the fly perl-5.8.5 Practical Extraction and Report Language php4-4.4.4_1 PHP Scripting Language (Apache Module and CLI) php4-bz2-4.4.4_1 The bz2 shared extension for php php4-ctype-4.4.4_1 The ctype shared extension for php php4-domxml-4.4.4_1 The domxml shared extension for php php4-extensions-1.0 A "meta-port" to install PHP extensions php4-ftp-4.4.4_1 The ftp shared extension for php php4-gd-4.4.4_1 The gd shared extension for php php4-gettext-4.4.4_1 The gettext shared extension for php php4-iconv-4.4.4_1 The iconv shared extension for php php4-imap-4.4.4_1 The imap shared extension for php php4-ldap-4.4.0 The ldap shared extension for php php4-mbstring-4.4.4_1 The mbstring shared extension for php php4-mcal-4.4.4_1 The mcal shared extension for php php4-mcrypt-4.4.4_1 The mcrypt shared extension for php php4-mhash-4.4.4_1 The mhash shared extension for php php4-mysql-4.4.4_1 The mysql shared extension for php php4-overload-4.4.4_1 The overload shared extension for php php4-pcre-4.4.4_1 The pcre shared extension for php php4-posix-4.4.4_1 The posix shared extension for php php4-session-4.4.4_1 The session shared extension for php php4-sysvsem-4.4.4_1 The sysvsem shared extension for php php4-sysvshm-4.4.4_1 The sysvshm shared extension for php php4-tokenizer-4.4.4_1 The tokenizer shared extension for php php4-xml-4.4.4_1 The xml shared extension for php php4-zlib-4.4.4_1 The zlib shared extension for php phpMyAdmin-2.9.1.1 A set of PHP-scripts to manage MySQL over the web pkgconfig-0.17.2 A utility to retrieve information about installed libraries plone-2.1.1 A user friendly implementation of the CMF written on top of png-1.2.8_2 Library for manipulating PNG images popt-1.7 A getopt(3) like library with a number of enhancements, fro portaudit-0.5.11 Checks installed ports against a list of security vulnerabi portupgrade-2.2.6_3,2 FreeBSD ports/packages administration and management tool s proftpd-1.3.0_4 Highly configurable ftp daemon psybnc-2.3.1_1 PsyBNC is an extremely powerful IRC bouncer pure-sfv-0.3 Utility to test and create .sfv files pwgen-2.05 A small, powerful, GPL'ed password generator py24-dnspython-1.3.5_1 A DNS toolkit for Python py24-fchksum-1.7.1 Python module to find the checksum of files py24-numeric-23.8 The Numeric Extension to Python py24-psyco-1.4 Python Specializing Compiler py24-pycrypto-2.0.1 The Python Cryptography Toolkit py24-twistedCore-2.1.0_1 An asynchronous networking framework for Python - Core modu py24-zopeInterface-3.0.1 Zope.interface package from Zope 3 python-2.3.5_1 An interpreted object-oriented programming language python-2.4.1_3 An interpreted object-oriented programming language python24-2.4.3_3 An interpreted object-oriented programming language qmail-1.03_4 A secure, reliable, efficient, simple, and fast MTA qmailadmin-1.2.7,1 CGI program for administering Qmail with vchkpw/vpopmail qmailanalog-0.70_1 A collection of tools to analyze qmail-send's activity qmake-3.3.4 The build utility of the Qt project qt-3.3.4 Multiplatform C++ application framework razor-agents-2.72_1 A distributed, collaborative, spam detection and filtering ripmime-1.4.0.5 Extracts attached files out of a MIME encoded email package rpm-3.0.6_10 The Red Hat Package Manager rrdtool-1.2.11 Round Robin Database Tools rsync-2.6.8_2 A network file distribution/synchronization utility ruby-1.8.6,1 An object-oriented interpreted scripting language ruby18-bdb-0.5.9_2 Ruby interface to Sleepycat's Berkeley DB revision 2 or lat ruby18-gdbm-1.8.5,1 A Ruby extension to GDBM library ruby18-gems-0.9.2 Package management framework for the Ruby language rubygem-actionmailer-1.3.3 Easy email delivery and testing for Ruby rubygem-actionpack-1.13.3 Action Controller and Action View of Rails MVC Framework rubygem-actionwebservice-1.2.3 Simple support for publishing Web Service APIs for Rails ap rubygem-activerecord-1.15.3 Object-relational mapping layer for Rails MVC Framework rubygem-activesupport-1.4.2 Utility classes and extension that are required by Rails MV rubygem-rails-1.2.3 MVC web application framework rubygem-rake-0.7.2 Ruby Make scons-0.96.90_1 A build tool alternative to make screen-4.0.2_1 A multi-screen window manager setquota-0.1 Command line quota tools sgmlformat-1.7_2 Generates groff and HTML from linuxdoc and docbook SGML doc shared-mime-info-0.16_1 A MIME type database from the FreeDesktop project shorten-3.6.0 Fast and optionally lossless compression for waveform files silc-client-1.0.1_3 Secure Internet Live Conferencing (SILC) network client squid-2.5.12 The successful WWW proxy cache and accelerator squirrelmail-1.4.8 A webmail system which accesses mail over IMAP sqwebmail-5.0.4 CGI Webmail client for Maildirs stunnel-4.11 SSL encryption wrapper for standard network daemons subversion-1.2.1 Version control system sudo-1.6.8.12_2 Allow others to run commands as root sysconftool-0.14 Helps to install application configuration files t1lib-5.0.1,1 A Type 1 Rasterizer Library for UNIX/X11 tcl-8.4.11,1 Tool Command Language tcptraceroute-1.4_2 A traceroute implementation using TCP packets texi2html-1.76_1,1 Texinfo to HTML converter tiff-3.7.3 Tools and library routines for working with TIFF images tk-8.4.11,2 Graphical toolkit for TCL tor-0.1.0.14 An anonymizing overlay network for TCP tsocks-1.8.b5_3 Allow non SOCKS aware applications to use SOCKS without mod turba-2.1.2 The Horde contact management application ucd-snmp-4.2.6_3 An extendable SNMP implementation ucspi-tcp-0.88_1 Command-line tools for building TCP client-server applicati unarj-2.65_2 Allows files to be extracted from ARJ archives unison-2.10.2 A user-level file synchronization tool unrar-3.43,3 Extract, view & test RAR archives unzip-5.52_2 List, test and extract compressed files in a ZIP archive unzoo-4.4 A zoo archive extractor uulib-0.5.20 A library for uu/xx/Base64/BinHex/yEnc de-/encoding vim-7.0.35 Vi "workalike", with many additional features vpopmail-5.4.10_3 Easy virtual domain and authentication package for use with vqadmin-2.3.6 A cgi-based Virtual Qmail Domains Administrator w3m-0.5.1_6 A pager/text-based WWW browser webalizer-2.1.10_5 A web server log file analysis program webcpp-0.8.4 Convert your source code to syntax highlighted HTML wget-1.10_2 Retrieve files from the Net via HTTP and FTP wv-1.0.0_3 A library and executables to access Microsoft Word files xhtml-1.0.20020801_4 W3C's XHTML DTD xhtml-basic-1.0.20001219_1 W3C's XHTML Basic DTD xhtml-modularization-1.0.20010410 W3C's Modularization of XHTML DTDs and docs xlhtml-0.5_1,1 Convert Excel and PowerPoint files to HTML and text xmlcatmgr-2.2 SGML and XML catalog manager xorg-clients-6.8.2 X client programs and related files from X.Org xorg-fonts-encodings-6.8.2 X.Org font encoding files xorg-fonts-truetype-6.8.2 X.Org TrueType fonts xorg-libraries-6.8.2 X11 libraries and headers from X.Org xterm-203 Terminal emulator for the X Window System ytalk-3.3.0 A new "talk" that can talk to multiple parties at once zip-2.32 Create/update ZIP files compatible with pkzip zoo-2.10.1 Manipulate archives of files in compressed form zope-2.7.8 An object-based web application platform zsh-4.3.2 The Z shell From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 14:19:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F3FE916A41F for ; Tue, 10 Jul 2007 14:19:39 +0000 (UTC) (envelope-from m0rchand@comcast.net) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by mx1.freebsd.org (Postfix) with ESMTP id E389C13C459 for ; Tue, 10 Jul 2007 14:19:39 +0000 (UTC) (envelope-from m0rchand@comcast.net) Received: from rmailcenter90.comcast.net ([204.127.197.190]) by comcast.net (rwcrmhc12) with SMTP id <20070710141939m12004tgdbe>; Tue, 10 Jul 2007 14:19:39 +0000 Received: from [157.174.221.254] by rmailcenter90.comcast.net; Tue, 10 Jul 2007 14:19:39 +0000 From: m0rchand@comcast.net (Tom Marchand) To: freebsd-questions@freebsd.org Date: Tue, 10 Jul 2007 14:19:39 +0000 Message-Id: <071020071419.19392.4693957B0005F01E00004BC022068246930B020E080C9DCF03@comcast.net> X-Mailer: AT&T Message Center Version 1 (Oct 4 2006) X-Authenticated-Sender: bTByY2hhbmRAY29tY2FzdC5uZXQ= Subject: Re: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 14:19:40 -0000 -------------- Original message ---------------------- From: scuba@centroin.com.br > Hi all, > > I have a server in a host service that stopped this morning. After > a contact with the service support of them, I got the following answer to > the problem: > > [quote] > REBOOT SERVER > > Due to a failed switch replacement FreeBSD did not restore the network > link. This is a farly common issue with FreeBSD. > > I restarted the server and it should be back online shortly. > [end quote] > > It's a P4-3GHz, with the following, probably on-board, ether card: > vr0: port 0xcc00-0xccff mem > 0xfdffe000-0xfdffe0ff irq 23 at device 18.0 on pci0 > > Is this a really known problem? Is there anything I can do to > avoid reboot? > I have some (local) servers with FBSD and never had such problem. > > - Marcelo > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" I've experienced this problem too. My ISP replaced a switch and my FBSD server never regained network connectivity. I had to logon via the console and reboot. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 14:30:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E09716A400 for ; Tue, 10 Jul 2007 14:30:52 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (darklight.org.ru [194.186.18.14]) by mx1.freebsd.org (Postfix) with ESMTP id 0111F13C4B0 for ; Tue, 10 Jul 2007 14:30:45 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l6AESpke027713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Jul 2007 18:29:03 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l6AESfcR027712; Tue, 10 Jul 2007 18:28:41 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Tue, 10 Jul 2007 18:28:41 +0400 From: Yuri Pankov To: scuba@centroin.com.br Message-ID: <20070710142841.GC95578@darklight.org.ru> References: <20070710105712.C40744@trex.centroin.com.br> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yEPQxsgoJgBvi8ip" Content-Disposition: inline In-Reply-To: <20070710105712.C40744@trex.centroin.com.br> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (darklight.org.ru [127.0.0.1]); Tue, 10 Jul 2007 18:29:06 +0400 (MSD) Cc: freebsd-questions@freebsd.org Subject: Re: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 14:30:52 -0000 --yEPQxsgoJgBvi8ip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 10, 2007 at 11:08:43AM -0300, scuba@centroin.com.br wrote: > Hi all, > > I have a server in a host service that stopped this morning. After a=20 > contact with the service support of them, I got the following answer to t= he=20 > problem: > > [quote] > REBOOT SERVER > > Due to a failed switch replacement FreeBSD did not restore the network=20 > link. This is a farly common issue with FreeBSD. > > I restarted the server and it should be back online shortly. > [end quote] > > It's a P4-3GHz, with the following, probably on-board, ether card: > vr0: port 0xcc00-0xccff mem=20 > 0xfdffe000-0xfdffe0ff irq 23 at device 18.0 on pci0 > > Is this a really known problem? Is there anything I can do to avoid=20 > reboot? > I have some (local) servers with FBSD and never had such problem. > > - Marcelo > Just a guess - are you using autonegotiation on this NIC? Try to set media type manually using 'media' and 'mediaopt' ifconfig' flags. Yuri --yEPQxsgoJgBvi8ip Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGk5eVeoAklVFrLdgRAjDFAKCWjzbCFmBNpY6P9Fw6+XVZ25PAqwCgjo/U Bxg9FqhFZ5R9LF6lOB8f078= =PwJ7 -----END PGP SIGNATURE----- --yEPQxsgoJgBvi8ip-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 15:33:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF0ED16A421 for ; Tue, 10 Jul 2007 15:33:20 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 9864213C4CB for ; Tue, 10 Jul 2007 15:33:18 +0000 (UTC) (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.8/8.12.11) with ESMTP id l6AFQTDI033849; Tue, 10 Jul 2007 10:26:30 -0500 (CDT) Message-Id: <6.0.0.22.2.20070710102335.024f9418@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 10 Jul 2007 10:26:21 -0500 To: "Kurt Buff" From: Derek Ragona In-Reply-To: References: <6.0.0.22.2.20070709160933.024cddb0@mail.computinginnovations.com> <6.0.0.22.2.20070709180328.023f5c58@mail.computinginnovations.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Subject: Re: Installation woes with 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 15:33:21 -0000 At 07:47 PM 7/9/2007, Kurt Buff wrote: >On 7/9/07, Derek Ragona wrote: >> >> At 04:20 PM 7/9/2007, Kurt Buff wrote: >> >>On 7/9/07, Derek Ragona wrote: >> >> >> At 03:43 PM 7/9/2007, Kurt Buff wrote: >> >> I've got a machine with 2GB of RAM, onto which I can install Windows >> XP with no issues. >> >> However, FreeBSD 6.2 Release is giving me fits on this machine. If any >> of you have insight, I'd surely appreciate you sharing >> >> The motherboard is an Intel D645 GEBV2. I've tried a couple of >> different disk arrangements, with no success. >> >> I've installed an IDE WD 180GB drive, which the motherboard BIOS >> detects just fine. When I boot from disk 1 for the FreeBSD install, it >> detects no hard drive. >> >> I've put in an Addonics ADSA2 PCI SATA card, which sports the SiL >> 1352A chipset, but the install blows up when installing to a 74GB >> Seagate drive - the kernel panics and it reboots while copying files >> to disk. >> >> Has anyone run into these problems? Google hasn't been particularly my >> friend on this one. >> >> I've tried reading the install docs on the CD, with no particular >> luck, but I could be missing something. >> Clearly you have a disk controller compatibility problem. I do know the >> Sil chips are terrible, and there is a long history of issues with these >> chips and FreeBSD! >> >> Can you find a regular IDE drive to plug into that motherboard? >> >> -Derek >> Plugging an IDE drive into the motherboard is the first thing I did - >> that's the case above where FreeBSD didn't see *any* HD. That's the >> one that really fries my brain, because the motherboard BIOS detects >> it correctly, and XP installs to it just fine. >> Any possibility the IDE master/slave jumper is not set right on that drive? >> >> On some intel MB's it takes a reboot into setup so that setup see's the >>hard drive, then check that it has that hard drive in the boot order. I >>know this seems a bit simple, but just trying to check all possibilities. >>I've never seen a problem with a standard IDE drive installation. After you >>had XP on the drive did you reformat the drive to clear it out? >> >> -Derek > >I think I'll go beat my lackey again. > >He was supposed to remove the jumper, and didn't do it. > >I took it off, and it's installing happily to the IDE drive. > >I'm gonna bag the SATA for now. > >Thanks for your help, > >Kurt I'm glad I could help. As an FYI windows ignores a lot of hardware issues until it simply can't run anymore, where FreeBSD is much better at error checking. Of course sometimes that can make it frustrating. If you can get a decent SATA controller you might try adding or switching to SATA in the future, but avoid the Sil ones. -Derek -- 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 Tue Jul 10 15:47:24 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AD3D16A46F for ; Tue, 10 Jul 2007 15:47:24 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from tiltup.nepinc.com (tiltup.nepinc.com [66.207.136.20]) by mx1.freebsd.org (Postfix) with ESMTP id AEFC913C4C1 for ; Tue, 10 Jul 2007 15:47:21 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from haiti.nepinc.com (pgh.nepinc.com [66.207.129.50]) (authenticated bits=0) by tiltup.nepinc.com (8.13.4/8.13.4) with ESMTP id l6AFlOLm004866 for ; Tue, 10 Jul 2007 11:47:24 -0400 (EDT) (envelope-from freebsd@voidmain.net) Message-ID: <4693AA08.6040706@voidmain.net> Date: Tue, 10 Jul 2007 11:47:20 -0400 From: Tom Grove User-Agent: Thunderbird 2.0.0.4 (X11/20070618) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: IPW3945 in 6.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: Tue, 10 Jul 2007 15:47:24 -0000 What are the chances that IPW3945 will work in 6.2? Has anyone accomplished this? Also, is it likely that the wpi drivers will be ready for 7.0? -Tom From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 16:02:47 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83EE116A46B for ; Tue, 10 Jul 2007 16:02:47 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 3ED2B13C489 for ; Tue, 10 Jul 2007 16:02:47 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so310068anc for ; Tue, 10 Jul 2007 09:02:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=md5ksBFbsbRS5a8r4ZbS4ejoK/dzDWCoSTSJQEN27Jos2kb6ZuP8COo+vtNOYAfyRjELrXFtd2bEUlrw2szY+WXIPF0csF+jVq1f8aLs0vhmX84ROUeHq5MnRamgtpnGzKM3qque/Yv8pMTZUdR2h2HJn9sNo48iVWR76T4xiMk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rNx06dIZ8vhExxU1y4aYXQ556boCp0RrTW7vWu70vz0M6I9uURtCys8Q7yjk1asP/MMgHI5JoUhYzUPqexuhrT6ssmvFlT0hxx6tCt00isXUjTKpe4G6QTo0tDNSGQzwzd0LVZeqpQKo2nZDRXam6Cx9eQLuyKLXRhWp+r/eqMg= Received: by 10.100.13.12 with SMTP id 12mr2266537anm.1184083366592; Tue, 10 Jul 2007 09:02:46 -0700 (PDT) Received: by 10.100.9.14 with HTTP; Tue, 10 Jul 2007 09:02:46 -0700 (PDT) Message-ID: <499c70c0707100902r6fde0832j8bd37d6e37512e48@mail.gmail.com> Date: Tue, 10 Jul 2007 19:02:46 +0300 From: "Abdullah Ibn Hamad Al-Marri" To: "=?UTF-8?Q?Kyrre_Nyg=C3=A5rd?=" In-Reply-To: <469393CC.9070802@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 Content-Disposition: inline References: <469393CC.9070802@broadpark.no> Cc: questions@freebsd.org Subject: Re: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 16:02:47 -0000 T24gNy8xMC8wNywgS3lycmUgTnlnw6VyZCA8a3lycmVueUBicm9hZHBhcmsubm8+IHdyb3RlOgo+ IEhlbGxvLgo+Cj4gTXkgZnJpZW5kIGlzIHN3aXRjaGluZyB0byBMaW51eCBiZWNhdXNlIEZyZWVC U0QgaXMgZmFpbGluZyBvbiBoaW0uCj4KPiBXaGVuIGRvd25sb2FkaW5nIGEgZmlsZSBmcm9tIGEg RnJlZUJTRCBib3ggYW5kIGEgTGludXggYm94IG9uIHRoZSBzYW1lCj4gbmV0d29yaywgdGhlIEZy ZWVCU0QgYm94IGdvdCA4OC43OCBLQnBzIHdoZXJlYXMgdGhlIExpbnV4IGdvdCA2MjQuOTUKPiBL YnBzLiBJIGhhdmUgbm8gaWRlYSB3aGF0J3Mgd3JvbmcsIGJ1dCBteSBtYW4gaXNuJ3QgcmVhbGx5 IGludG8gZ29vZAo+IGluZm9ybWF0aW9uIGRlc2lnbiAoZS5nLiB0YWtpbmcgc29tZXRoaW5nIGNv bXBsZXggYW5kIG1ha2luZyBpdCBlYXN5KSwKPiBzbyBoaXMgc3lzdGVtIGlzIGEgbWVzcy4gTWF5 YmUgc29tZSBvZiB5b3UgY2FuIGhlbHAgbWUgbG9jYXRlIHdoZXJlIHRoZQo+IHByb2JsZW0ncyBh dD8KPgo+IFRoYW5rcyBndXlzLAo+IEt5cnJlCgpDb3VsZCB5b3UgcGxlYXNlIHNob3cgdGhlIHVu YW1lIC1hIGluZm8/CgotLSAKUmVnYXJkcywKCi1BYmR1bGxhaCBJYm4gSGFtYWQgQWwtTWFycmkK QXJhYiBQb3J0YWwKaHR0cDovL3d3dy5XZUFyYWIuTmV0Lwo= From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 16:05:24 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AC7D16A400 for ; Tue, 10 Jul 2007 16:05:24 +0000 (UTC) (envelope-from huyslogic@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id E03C813C465 for ; Tue, 10 Jul 2007 16:05:23 +0000 (UTC) (envelope-from huyslogic@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so960150nzf for ; Tue, 10 Jul 2007 09:05:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=k+XwLlznjYhcigj/Kwd1pFoQZgb6tpLW63QfYIqUpl7yfg3BErNrPrEM3cjVN0nlYxce5bxlb56FRIylTg28tZgr/vpxpz5MaMe3N3cRFi0B9LIOYa8ls83rtHtGc0/GgnozprVu0PJ/g9RJtOoHqMQx/MpZ0uPp0ROQMNxg88Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=kxvfYsDmYz5Usp2Xm5tB/rIuHhPmd4/jdpe+wAUPXic0L+J+kLfrRpInetVKzCZhllgMKU6PdV+nNG/rDt98TDfkA6N6abvaDtgPOO+m0wGUWPzNipzwE+j4Y3hgfyBcPKpTmeTbCVMHh6amijxrnH8N6H7pIKLu7igZzoCEHpE= Received: by 10.114.95.1 with SMTP id s1mr4291548wab.1184081869908; Tue, 10 Jul 2007 08:37:49 -0700 (PDT) Received: by 10.114.197.11 with HTTP; Tue, 10 Jul 2007 08:37:49 -0700 (PDT) Message-ID: <1cac28080707100837g5591146xfc7dd68e1847178@mail.gmail.com> Date: Tue, 10 Jul 2007 11:37:49 -0400 From: "Huy Ton That" To: 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 Cc: Subject: sshd config config file 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: Tue, 10 Jul 2007 16:05:24 -0000 Newbie question, I've made a change to /etc/ssh/sshd_config such as #MaxAuthTries 6 to MaxAuthTries 3 afterwards I /etc/rc.d/sshd reload as user root the change did not propagate? Any ideas? Am I doing this correctly? Also when I run: /etc/rc.d/sshd status I do not get any feedback. Am I editing the correct file? Thanks -Huy From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 16:40:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BE7A16A41F for ; Tue, 10 Jul 2007 16:40:31 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 12E5B13C484 for ; Tue, 10 Jul 2007 16:40:30 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.1/8.14.1) with ESMTP id l6AGeUQm063236; Tue, 10 Jul 2007 10:40:30 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.1/8.14.1/Submit) with ESMTP id l6AGeUMS063233; Tue, 10 Jul 2007 10:40:30 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 10 Jul 2007 10:40:30 -0600 (MDT) From: Warren Block To: William Bulley In-Reply-To: <20070710125257.GA61945@dell1> Message-ID: <20070710103550.F62940@wonkity.com> References: <20070710125257.GA61945@dell1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Tue, 10 Jul 2007 10:40:30 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: odd HP 1320 printer behaviour... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 16:40:31 -0000 On Tue, 10 Jul 2007, William Bulley wrote: > I have an HP 1320 (only has USB and parallel support) hooked > to a FreeBSD 6.2-STABLE box using a USB cable. > > I have configured /dev/ulpt0 into my /etc/printcap file. > > Everything works fine and I am happy with this setup except > for one odd behaviour. The last page of a multi-page print > job will "linger" - somewhere - while the green light on the > HP continues to blink -- as if data were being sent to it. If the print job is plain text, does it end in a formfeed? If not, the printer may wait for one, and eventually timeout and print the page. Depending on what processing you do to the source file, you may find utilities like /usr/ports/print/enscript useful. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 16:49:41 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A44716A46D for ; Tue, 10 Jul 2007 16:49:41 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from mail-in02.adhost.com (mail-in02.adhost.com [216.211.128.129]) by mx1.freebsd.org (Postfix) with ESMTP id E5D2213C469 for ; Tue, 10 Jul 2007 16:49:40 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from ad-exh01.adhost.lan (unknown [216.211.143.69]) by mail-in02.adhost.com (Postfix) with ESMTP id 674711EE81F; Tue, 10 Jul 2007 09:49:40 -0700 (PDT) (envelope-from mksmith@adhost.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 10 Jul 2007 09:49:24 -0700 Message-ID: <17838240D9A5544AAA5FF95F8D520316022AC752@ad-exh01.adhost.lan> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: cannot log in via console, cannot su(1), only as root Thread-Index: AcfA78iDTu9QAhtvQJOO+vmf6DAzRACIg2cg References: From: "Michael K. Smith - Adhost" To: "martinko" , Cc: Subject: RE: cannot log in via console, cannot su(1), only as root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 16:49:41 -0000 Hello Martinko: > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of martinko > Sent: Saturday, July 07, 2007 4:36 PM > To: freebsd-questions@freebsd.org > Subject: Re: cannot log in via console, cannot su(1), only as root >=20 > martinko wrote: > > hello list, > > > > i was updating sw configuration of my old computer and towards the > end i > > noticed i couldn't log in on local console other than root. i tried > > remote ssh using public keys which worked but i found out su(1) to > any > > user except root does not work either. i've no idea how i could > > possibly manage to "break" my system like this and unfortunately i > need > > to fix it by tomorrow. therefore i would really appreciate your > prompt > > hints as what to check etc. > > >=20 > some more details follow ... >=20 > upgrade from 6.0-R to 6.2-R > everything went ok .. > i was doing changes in /etc based on my other computer settings > i was working via ssh(1), therefore i haven't noticed when logging on > console stopped working. >=20 > what works: > log in via ssh(1) using public/private keys > log in on local console as root > su(1) to root >=20 > what doesn't work: > log in via ssh(1) using password > log in on local console as a normal user > su(1) to a normal user (it even doesn't ask for password a throws > "sorry") >=20 > besides, as root i'm able to change passwords via passwd(1), but it > doesn't help and a normal user cannot change their own password (old > password check would fail). >=20 > i ran vipw(8) and it doesn't seem to me there's something wrong with my > files. >=20 > any hints pls ?? >=20 The normal user would have to be a member of the "wheel" group to use su at any point. If your normal user logs in via ssh/console/whatever, they should be able to run the passwd command to change their own password. You wouldn't want them to su to do so. If you want to test this, add your normal user to the wheel group, log in again and see if it works. Regards, Mike Smith mksmith@adhost.com (work) mksmith@mac.com (!work) From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 17:18:46 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0749516A469 for ; Tue, 10 Jul 2007 17:18:46 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 0AB9413C4AD for ; Tue, 10 Jul 2007 17:18:44 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2702361pye for ; Tue, 10 Jul 2007 10:18:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KEvosJ/UrC6JGS1yxu89n8sr2tUn4Ww1q/TIFYSy9D1txRhSzJrk+Y4ZgSNaujsZFSK+PJe5h7yWvbe6Pg6OFhR/1Olg/FPWoV90BYIA94dUqfev3MdOUFbqlleHN1/K1BCMYzUtbzGxWL4wwHaRGeRiu/BnmMIVa57jPyTzHeM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e9mOD7z25oUTCNTvJQcQhEaw+937DCsMUGg3KzPvIfr01UjJaJ5nk81IeCl4Li2/f1soC1GDQE5jOplRYzUzGYZPQnmXH1XXLJE5pncQhCI62LSZOLe6MfrDf6wxdn+TTbBeCLRFV7gvg6ymCDhgWJ++sRsp4IhfhbsSTBvf910= Received: by 10.65.116.10 with SMTP id t10mr7146732qbm.1184087923929; Tue, 10 Jul 2007 10:18:43 -0700 (PDT) Received: by 10.65.145.20 with HTTP; Tue, 10 Jul 2007 10:18:43 -0700 (PDT) Message-ID: <57d710000707101018u5d251378lec69b3f1c4bbc534@mail.gmail.com> Date: Tue, 10 Jul 2007 10:18:43 -0700 From: "pete wright" To: "Huy Ton That" , "FreeBSD Questions" In-Reply-To: <1cac28080707101008xc21a300k181a064a03b68d7d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1cac28080707100837g5591146xfc7dd68e1847178@mail.gmail.com> <57d710000707101004k66f5d9d2g45e353cd10b0965d@mail.gmail.com> <1cac28080707101008xc21a300k181a064a03b68d7d@mail.gmail.com> Cc: Subject: Re: sshd config config file 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: Tue, 10 Jul 2007 17:18:46 -0000 On 7/10/07, Huy Ton That wrote: > No, it was unhashed. Thanks for pointing it out though. But the strange > thing is when I run: > > /etc/rc.d/sshd status > > I get no message > > No message for start, restart, reload etc. I am performing these commands as > root. > > Any ideas? > (couple things, please don't top post, and be sure to keep questions@freebsd.org cc'd on this thread so others can help you) i'm not sure what you mean about "no message". make sure you have sshd_enabled="YES" in your /etc/rc.conf. also check to see if sshd is running by using "ps". if it is not, try starting it by hand - this will tell you if there are any errors on startup. once it starts cleanly by hand then use the init script in /etc/rc.d/sshd. the man page for sshd is very helpful, and should answer many of the questions you may have - including how to start the daemon by hand, etc.. type: man sshd -p -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 17:19:50 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 977A916A41F for ; Tue, 10 Jul 2007 17:19:50 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 56A9D13C45E for ; Tue, 10 Jul 2007 17:19:50 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2703005pye for ; Tue, 10 Jul 2007 10:19:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n/NaqrR9QqgSn8NQl115+BHdqlFiYnAeBd9nU3mbsh5BSbZd1OcJt/tieGgHv1b8pDhCmxqc+HOZBHYiWgfpSqGRqJYnw360KrXmkOE9hd/Z/7LOoggk0DA6gakhNgImHFpjadpkqtv3HliO6WOWh5M0yskxwXkB8O3wZI5hHAM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TEyZWLeHIBx/AzsvK0GXZSo40fjRGgt63zYDlspNo6cOAqkngUhJgo5LXtN/uauTEJ4IQphTSWGNlfnYaO6PS3XoE9GzyvEkVTfUeAfpLIh9rHNr9ITQeyPo+BAXCIwEIc2KMmkL8lb8uWRenw0d5jodL+0LFXArkpvPMYgKgxA= Received: by 10.65.107.10 with SMTP id j10mr2919959qbm.1184086520642; Tue, 10 Jul 2007 09:55:20 -0700 (PDT) Received: by 10.65.145.20 with HTTP; Tue, 10 Jul 2007 09:55:20 -0700 (PDT) Message-ID: <57d710000707100955l4d752b22s6afdebf499934171@mail.gmail.com> Date: Tue, 10 Jul 2007 09:55:20 -0700 From: "pete wright" To: "=?ISO-8859-1?Q?Kyrre_Nyg=E5rd?=" In-Reply-To: <469393CC.9070802@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <469393CC.9070802@broadpark.no> Cc: questions@freebsd.org Subject: Re: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 17:19:50 -0000 On 7/10/07, Kyrre Nyg=E5rd wrote: > Hello. > > My friend is switching to Linux because FreeBSD is failing on him. > > When downloading a file from a FreeBSD box and a Linux box on the same > network, the FreeBSD box got 88.78 KBps whereas the Linux got 624.95 > Kbps. I have no idea what's wrong, but my man isn't really into good > information design (e.g. taking something complex and making it easy), > so his system is a mess. Maybe some of you can help me locate where the > problem's at? > It's probably best to start at the basics and work up: 1) uname -ar on both systems 2) do both systems have identical hardware? 3)what are you coping over, lots of small files, one large file. i.e. what kind of benchmark are you using? that's the best place to start. it looks like you have a ton of pf stuff going on, and have made many changes to your kernel via sysctl. i didn't really look at that stuff closely - that info is kinda pointless w/o the basic hardware, OS data. -p --=20 ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 17:20:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5270816A46E for ; Tue, 10 Jul 2007 17:20:26 +0000 (UTC) (envelope-from web@umich.edu) Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by mx1.freebsd.org (Postfix) with ESMTP id E418513C4CC for ; Tue, 10 Jul 2007 17:20:25 +0000 (UTC) (envelope-from web@umich.edu) Received: FROM dell1 (Unknown [141.211.15.39]) BY hackers.mr.itd.umich.edu ID 4693BFD8.6C072.23137 ; 10 Jul 2007 13:20:24 -0400 Date: Tue, 10 Jul 2007 13:20:11 -0400 From: William Bulley To: Warren Block Message-ID: <20070710172011.GM61945@dell1> Mail-Followup-To: Warren Block , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: odd HP 1320 printer behaviour... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 17:20:26 -0000 According to Warren Block : > > If the print job is plain text, does it end in a formfeed? If not, the > printer may wait for one, and eventually timeout and print the page. I only send PostScript to this printer. My WWW browsers do this for me automatically and the FreeBSD port "print/enscript-letter" does the rest for me (plain text or ASCII files). > Depending on what processing you do to the source file, you may find > utilities like /usr/ports/print/enscript useful. I have been using enscript for about twenty years now... :-) Regards, web... -- William Bulley Email: web@umich.edu From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 17:23:19 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B53ED16A47A for ; Tue, 10 Jul 2007 17:23:19 +0000 (UTC) (envelope-from huyslogic@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 52A0413C4D9 for ; Tue, 10 Jul 2007 17:23:18 +0000 (UTC) (envelope-from huyslogic@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1937438waf for ; Tue, 10 Jul 2007 10:23:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=dA20xXzMR4P6OusmrAqc4JULG2yWbhhCsBXyVW8pgcqdeImlr31yv6wczh0R8crUOluOU28T+XPRg0Uwq83r9MdoSjxeQhFnQRJ9pMv9uy75rpwOu7i3mpgqLO+xrkpLjSz3S7Shy2RLRnQr8veB7O8nWlQhS6cRSB4fwWhWfVs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=SVdNmox/FP4dt4qXmjFtkJ/If1W58cucUyXvILsNTc9ar3tixfymyW/+OTfgmIGNGI1ocRq2GruJjZ6IPRHGwcjOBEX1pWlCEEp2Thx8J2G2Fq07r6Ha9rms8F2GF1nBaiZG3C8SL37BWjxu3BF9JSWJoBPibylwHB/fAAk9Xts= Received: by 10.114.108.15 with SMTP id g15mr4383546wac.1184088198748; Tue, 10 Jul 2007 10:23:18 -0700 (PDT) Received: by 10.114.197.11 with HTTP; Tue, 10 Jul 2007 10:23:18 -0700 (PDT) Message-ID: <1cac28080707101023x3e310aebo8f81aeaf22e6e5f2@mail.gmail.com> Date: Tue, 10 Jul 2007 13:23:18 -0400 From: "Huy Ton That" To: "pete wright" In-Reply-To: <57d710000707101018u5d251378lec69b3f1c4bbc534@mail.gmail.com> MIME-Version: 1.0 References: <1cac28080707100837g5591146xfc7dd68e1847178@mail.gmail.com> <57d710000707101004k66f5d9d2g45e353cd10b0965d@mail.gmail.com> <1cac28080707101008xc21a300k181a064a03b68d7d@mail.gmail.com> <57d710000707101018u5d251378lec69b3f1c4bbc534@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: sshd config config file 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: Tue, 10 Jul 2007 17:23:19 -0000 The daemon is up and has been up for a long time. In fact, when I made these changes to sshd_config, for instance as a test maxauthtries to 3 I also reloaded it during a ssh terminal session. After which I logged back in and as a test, purposely errored the tries; it still defaulted to 6 despite the sshd_config file change and reloading. when I say I get no message I mean to state as such: $/etc/rc.d/sshd status <--carriage return $ <--no message after return. Thanks Pete. -Huy On 7/10/07, pete wright wrote: > > On 7/10/07, Huy Ton That wrote: > > No, it was unhashed. Thanks for pointing it out though. But the strange > > thing is when I run: > > > > /etc/rc.d/sshd status > > > > I get no message > > > > No message for start, restart, reload etc. I am performing these > commands as > > root. > > > > Any ideas? > > > > > > (couple things, please don't top post, and be sure to keep > questions@freebsd.org cc'd on this thread so others can help you) > > i'm not sure what you mean about "no message". make sure you have > sshd_enabled="YES" in your /etc/rc.conf. > > also check to see if sshd is running by using "ps". if it is not, try > starting it by hand - this will tell you if there are any errors on > startup. once it starts cleanly by hand then use the init script in > /etc/rc.d/sshd. > > the man page for sshd is very helpful, and should answer many of the > questions you may have - including how to start the daemon by hand, > etc.. type: > man sshd > > -p > > > > > -- > ~~o0OO0o~~ > Pete Wright > www.nycbug.org > NYC's *BSD User Group > From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 17:27:41 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBEE616A469 for ; Tue, 10 Jul 2007 17:27:41 +0000 (UTC) (envelope-from ryanzhao1977@yahoo.com.cn) Received: from web15714.mail.cnb.yahoo.com (web15714.mail.cnb.yahoo.com [202.165.103.226]) by mx1.freebsd.org (Postfix) with SMTP id 1068413C487 for ; Tue, 10 Jul 2007 17:27:40 +0000 (UTC) (envelope-from ryanzhao1977@yahoo.com.cn) Received: (qmail 15454 invoked by uid 60001); 10 Jul 2007 17:00:58 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.cn; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=get3J377WfBKklSfw30N/Zr0fqGGnia7pjOp8pLuPm+XL8ethEWUxfrsTsr02esNyX/YgR/qvfE8etB9wjxfj76xuIwkp/dOskUMLqSiGeMLrtJFBqqSgXm13pRrqosKL/BvC4QUFoFa15WcaCTHd/gFuPKqj1133yh9n5/IY+o=; X-YMail-OSG: zaR7G9MVM1mwzBxq8L4hZx0Rmj6VLKaabqKPDD.4diUfPQSLFKWHNABvoKMgNUF2VfpLcnSkEOWlhOFzYj2gUhq9KyIE_1A8TrTGJgSqcqMTlKoLpxCWmMJ_fIL0vA-- Received: from [218.240.197.75] by web15714.mail.cnb.yahoo.com via HTTP; Wed, 11 Jul 2007 01:00:58 CST X-Mailer: YahooMailRC/651.38 YahooMailWebService/0.7.41.16 Date: Wed, 11 Jul 2007 01:00:58 +0800 (CST) From: Zhao Ryan To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-ID: <490424.14429.qm@web15714.mail.cnb.yahoo.com> X-Mailman-Approved-At: Tue, 10 Jul 2007 17:43:34 +0000 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to create directory on MD via vnode? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 17:27:41 -0000 Dear Sir,=0A I would like to create directory on a memory disk(/dev/md0)= via vnode operation, without mounting it to a mountpoint. How can I do tha= t?=0A Thank you!=0A=0A=0A=0A=0A=0A=0A=09=0A=09=09=0A____________________= _______________________________________ =0AMp3=B7=E8=BF=F1=CB=D1-=D0=C2=B8= =E8=C8=C8=B8=E8=B8=DF=CB=D9=CF=C2=0Ahttp://music.yahoo.com.cn/?source=3Dmai= l_mailbox_footer From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 18:08:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05DD316A46B for ; Tue, 10 Jul 2007 18:08:14 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: from smtp813.mail.ird.yahoo.com (smtp813.mail.ird.yahoo.com [217.146.188.73]) by mx1.freebsd.org (Postfix) with SMTP id 512C713C489 for ; Tue, 10 Jul 2007 18:08:13 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: (qmail 98076 invoked from network); 10 Jul 2007 18:08:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btinternet.com; h=Received:X-YMail-OSG:From:To:Subject:Date:User-Agent:References:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id; b=rRkEA3u/IzBnPCJWJCVbljbea4RsU2CtDsxkIMdUm+L3tF7DbD8Uw0JWQOREw2yi4tyfK8wn3nMz1N6za15saxhNAn0dFtrj9UbnaCY0+HeffgvgZTP3ldth5kyLOi9tvX7hWegEbaY/+IvRMEdQVBCCkp6DA0f2ZUWd5uCAAkE= ; Received: from unknown (HELO w2fzz0vc03.aah-go-on.com) (thomas.sparrevohn@btinternet.com@86.134.26.77 with login) by smtp813.mail.ird.yahoo.com with SMTP; 10 Jul 2007 18:08:11 -0000 X-YMail-OSG: Rid0.rcVM1m5ZcsSApGUV1l4Y2lqrFJWDp7oiU_p4Mz3Lq7zAONsKp3WSdC7BgS6IJliXVkX0g-- From: Thomas Sparrevohn To: freebsd-questions@freebsd.org Date: Tue, 10 Jul 2007 19:08:10 +0100 User-Agent: KMail/1.9.7 References: <469393CC.9070802@broadpark.no> <499c70c0707100902r6fde0832j8bd37d6e37512e48@mail.gmail.com> In-Reply-To: <499c70c0707100902r6fde0832j8bd37d6e37512e48@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707101908.10943.Thomas.Sparrevohn@btinternet.com> Subject: Re: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 18:08:14 -0000 On Tuesday 10 July 2007 17:02:46 Abdullah Ibn Hamad Al-Marri wrote: > On 7/10/07, Kyrre Nyg=E5rd wrote: > > Hello. > > > > My friend is switching to Linux because FreeBSD is failing on him. > > > > When downloading a file from a FreeBSD box and a Linux box on the same > > network, the FreeBSD box got 88.78 KBps whereas the Linux got 624.95 > > Kbps. I have no idea what's wrong, but my man isn't really into good > > information design (e.g. taking something complex and making it easy), > > so his system is a mess. Maybe some of you can help me locate where the > > problem's at? > > > > Thanks guys, > > Kyrre >=20 > Could you please show the uname -a info? >=20 It could be at his router does not understand the RFC1323 extensions - try setting=20 tcp_extensions=3D"NO" In rc.conf From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 18:35:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D02816A400 for ; Tue, 10 Jul 2007 18:35:17 +0000 (UTC) (envelope-from benfell@earth.parts-unknown.org) Received: from earth.parts-unknown.org (earth.parts-unknown.org [66.93.170.243]) by mx1.freebsd.org (Postfix) with SMTP id 2AA0713C448 for ; Tue, 10 Jul 2007 18:35:16 +0000 (UTC) (envelope-from benfell@earth.parts-unknown.org) Received: (qmail 46622 invoked by uid 501); 10 Jul 2007 18:35:16 -0000 DomainKey-Status: no signature Date: Tue, 10 Jul 2007 11:35:16 -0700 From: David Benfell To: Garrett Cooper Message-ID: <20070710183516.GA90048@parts-unknown.org> Mail-Followup-To: Garrett Cooper , FreeBSD Mailing List References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <4691CB4E.5010606@tundraware.com> <20070709054958.GF69746@demeter.hydra> <4691D1DC.8090301@u.washington.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline In-Reply-To: <4691D1DC.8090301@u.washington.edu> X-gnupg-public-key: http://www.parts-unknown.org/gnupg/export-0DD1D1E3 "From: David Benfell " X-stardate: [-29]7873.84 X-moon: The Moon is Waning Crescent (18% of Full) User-Agent: Mutt/1.5.16 (2007-06-09) Cc: FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 18:35:17 -0000 --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 08 Jul 2007 23:12:44 -0700, Garrett Cooper wrote: > Chad Perrin wrote: >> On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: >> =20 >>> P.S. If anyone tells anyone else that I know this stuff about Windows >>> I will deny it loudly and come looking for you. I do not need >>> any more conversations that start with, "Oh, you're a computer >>> engineer - I have this problem with my/childrens'/wife's/dog's >>> Windows machine..." :) >>> =20 >>=20 >> "Oh, well that's your problem right there. Here, try FreeBSD, or maybe >> this MacOS X thing, instead. That should solve the problem." >>=20 >> Isn't that the right answer to all such questions? > Although ideal to use FreeBSD/OS X, many circumstances force people to= =20 > use Windows (for now..). > Another possible solution (since Tim brought up Windows -> BSD):=20 > automount with mount_smbfs should do the trick. Just having the Unix serv= er=20 > run Samba would do the trick though. Yeah, I like this trick. And it worked for a while. Beautifully, I should add, except when Windows did its stupid media preview thing that took forever while navigating through directories. Then that idiot IT team at my university cut it off, I assume through packet filtering rules. (I wish they'd focus on getting things working that they're supposed to be supplying instead.) --=20 David Benfell, LCP benfell@parts-unknown.org --- Resume available at http://www.parts-unknown.org/ NOTE: I sign all messages with GnuPG (0DD1D1E3). --k+w/mQv8wyuph6w0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGk9FkUd+dMw3R0eMRAvfLAJ9ls8FpbyOdEM0JkLrzCP9eO9SsmACbB3va Az3cBBAQoZUIyJYZSY1rPDM= =su63 -----END PGP SIGNATURE----- --k+w/mQv8wyuph6w0-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 18:35:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A270B16A46B for ; Tue, 10 Jul 2007 18:35:49 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from cenn-smtp.mc.mpls.visi.com (cenn.mc.mpls.visi.com [208.42.156.9]) by mx1.freebsd.org (Postfix) with ESMTP id 71EF013C4C6 for ; Tue, 10 Jul 2007 18:35:49 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by cenn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 5D91A81AD; Tue, 10 Jul 2007 13:35:48 -0500 (CDT) Received: from [192.168.1.5] (unknown [192.168.2.1]) by mail.tcbug.org (Postfix) with ESMTP id B8F03341C2A; Tue, 10 Jul 2007 13:35:47 -0500 (CDT) From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Tue, 10 Jul 2007 13:35:44 -0500 User-Agent: KMail/1.9.6 References: <469393CC.9070802@broadpark.no> <499c70c0707100902r6fde0832j8bd37d6e37512e48@mail.gmail.com> <200707101908.10943.Thomas.Sparrevohn@btinternet.com> In-Reply-To: <200707101908.10943.Thomas.Sparrevohn@btinternet.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5347395.JLDcJkdDmE"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707101335.47020.josh@tcbug.org> Cc: kyrreny@broadpark.no Subject: Re: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 18:35:49 -0000 --nextPart5347395.JLDcJkdDmE Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 10 July 2007, Thomas Sparrevohn wrote: > On Tuesday 10 July 2007 17:02:46 Abdullah Ibn Hamad Al-Marri wrote: > > On 7/10/07, Kyrre Nyg=E5rd wrote: > > > Hello. > > > > > > My friend is switching to Linux because FreeBSD is failing on > > > him. > > > > > > When downloading a file from a FreeBSD box and a Linux box on > > > the same network, the FreeBSD box got 88.78 KBps whereas the > > > Linux got 624.95 Kbps. I have no idea what's wrong, but my man > > > isn't really into good information design (e.g. taking > > > something complex and making it easy), so his system is a mess. > > > Maybe some of you can help me locate where the problem's at? > > > > > > Thanks guys, > > > Kyrre > > > > Could you please show the uname -a info? > > It could be at his router does not understand the RFC1323 > extensions - try setting > > tcp_extensions=3D"NO" > > In rc.conf I think the first thing I would do is go back to a default=20 configuration. Turn off pf, take out all of the sysctls and see what=20 happens. Then start adding things in one at a time until you find=20 what breaks it. It doesn't take much to do 625K/sec, the default=20 configuration is easily capable of 30 times that. My guess is that=20 either one of the sysctl 'tunings' has broken something, or an=20 interaction between two or more of them has caused an unexpected=20 behavior, but that's an easy enough theory to test. =2D-=20 Thanks, Josh Paetzel --nextPart5347395.JLDcJkdDmE Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGk9GDJvkB8SevrssRAoA0AJ4q4BHMWLDtExrXnUwo6Wfe7rkVJgCfQfY0 hGjRf7gdHmd4b6j/hvG0wjA= =mvLq -----END PGP SIGNATURE----- --nextPart5347395.JLDcJkdDmE-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 18:41:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 033EE16A468 for ; Tue, 10 Jul 2007 18:41:04 +0000 (UTC) (envelope-from benfell@earth.parts-unknown.org) Received: from earth.parts-unknown.org (earth.parts-unknown.org [66.93.170.243]) by mx1.freebsd.org (Postfix) with SMTP id B7E0C13C4C1 for ; Tue, 10 Jul 2007 18:41:03 +0000 (UTC) (envelope-from benfell@earth.parts-unknown.org) Received: (qmail 48576 invoked by uid 501); 10 Jul 2007 18:41:03 -0000 DomainKey-Status: no signature Date: Tue, 10 Jul 2007 11:41:03 -0700 From: David Benfell To: Garrett Cooper Message-ID: <20070710184103.GB90048@parts-unknown.org> Mail-Followup-To: Garrett Cooper , Peter Boosten , FreeBSD Mailing List References: <20070709004641.GA28114@thought.org> <4691C79C.80806@boosten.org> <4691CB5A.2050208@u.washington.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5/uDoXvLw7AC5HRs" Content-Disposition: inline In-Reply-To: <4691CB5A.2050208@u.washington.edu> X-gnupg-public-key: http://www.parts-unknown.org/gnupg/export-0DD1D1E3 "From: David Benfell " X-stardate: [-29]7873.84 X-moon: The Moon is Waning Crescent (18% of Full) User-Agent: Mutt/1.5.16 (2007-06-09) Cc: FreeBSD Mailing List , Peter Boosten Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 18:41:04 -0000 --5/uDoXvLw7AC5HRs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 08 Jul 2007 22:44:58 -0700, Garrett Cooper wrote: > Peter Boosten wrote: >> Gary Kline wrote: >> =20 >>> I was able to find, ldown load and instal the DOS/Windows ssh >>> utility, but am having trouble scp'ing stuff between my BSD side >>> and my W2K server. Anybody know what file I have to modify to >>> get permission on the windows computer? >>> =20 >>=20 >> Gary, >>=20 >> Search for winscp, a (free) graphical drag&drop scp tool. >> I've seen some limitations with scp of putty (like file sizes over 2=20 >> Gigs). >>=20 >> Peter >> =20 > Gary, > If you're just trying to do file transferring/sharing in a local=20 > 'secure' network, I suggest Samba in place of scp. You might also want to= =20 > consider Samba + VPN as well; scp is great for porting files over long=20 > distances, or a last resort for dealing with Unix <=3D> Windows transferr= ing,=20 > but just seems incredibly kludgey when dealing with files/directories=20 > otherwise (having to maintain an ssh connection, having to install a=20 > scp/ssh client per machine for instance are what I consider kludgey). > Cheers, > -Garrett My trick for this is that I got some Windows system somewhere to install PuTTY (and some other nice to have software) on my memory stick. I just plug it in when I have to deal with a Windows system. --=20 David Benfell, LCP benfell@parts-unknown.org --- Resume available at http://www.parts-unknown.org/ NOTE: I sign all messages with GnuPG (0DD1D1E3). --5/uDoXvLw7AC5HRs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGk9K/Ud+dMw3R0eMRAjbRAKCNAjFGdwygcBF1GO9uuSYciKiBewCfQaUe xNRtPofQWPucKFh5bIk5E6E= =rhBe -----END PGP SIGNATURE----- --5/uDoXvLw7AC5HRs-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 19:32:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5C8716A481 for ; Tue, 10 Jul 2007 19:32:39 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id 3DAD913C458 for ; Tue, 10 Jul 2007 19:32:38 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-68668.home.otenet.gr [87.203.149.138]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6AJWZCJ010769 for ; Tue, 10 Jul 2007 22:32:36 +0300 Message-ID: <4693DED3.90809@otenet.gr> Date: Tue, 10 Jul 2007 22:32:35 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: FreeBSD Questions References: <4693AA08.6040706@voidmain.net> In-Reply-To: <4693AA08.6040706@voidmain.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: IPW3945 in 6.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: Tue, 10 Jul 2007 19:32:39 -0000 Tom Grove wrote: > What are the chances that IPW3945 will work in 6.2? Has anyone > accomplished this? Also, is it likely that the wpi drivers will be > ready for 7.0? > > -Tom > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > I have actually succeeded in making my 3945 work in 6.2 Release, but I used the January 2007 version of the wpi driver http://www.clearchain.com/~benjsc/download/20070125-wpi-freebsd.tar.gz This only works on the release version and it breaks if you perform a freebsd-update and recompile your kernel. I have only tested basic features (i.e. no encryption of any kind) but it worked ok. >From what I've read the driver is in heavy development and will probably go open for beta testing soon. I believe there will be a working solution either included in 7, or something you can download and compile yourself. Read more details here: http://www.clearchain.com/wiki/Wpi From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 20:16:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29BCA16A421 for ; Tue, 10 Jul 2007 20:16:03 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D961813C44C for ; Tue, 10 Jul 2007 20:16:02 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I8M7q-0007Ou-AY for freebsd-questions@freebsd.org; Tue, 10 Jul 2007 22:15:58 +0200 Received: from 1-1-3-7a.rny.sth.bostream.se ([82.182.133.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jul 2007 22:15:58 +0200 Received: from fredrik by 1-1-3-7a.rny.sth.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jul 2007 22:15:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Fredrik Tolf Date: Tue, 10 Jul 2007 22:15:41 +0200 Lines: 20 Message-ID: References: <6.0.0.22.2.20070709160933.024cddb0@mail.computinginnovations.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 1-1-3-7a.rny.sth.bostream.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:2UYUdh4Ipy7WA4oaRIhvfntddCE= Sender: news Subject: Re: Installation woes with 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 20:16:03 -0000 I think I accidently posted a reply to this via private mail with an invalid source address, but I'm not sure what I did, so I'll take this opportunity to apologize to anyone to gets this message twice. Derek Ragona writes: > Clearly you have a disk controller compatibility problem. I do know > the Sil chips are terrible, and there is a long history of issues with > these chips and FreeBSD! That's interesting to me. Is there any further information available on that subject? I've been using SiL chips with Linux for quite a while with no problems, and I was planning to do the same with FreeBSD as well, but if there are known problems with SiL and FreeBSD I may need to rethink that decision. (To be more exact, I've been using the SiL 311[24] chips) Fredrik Tolf From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 20:24:58 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A199116A400 for ; Tue, 10 Jul 2007 20:24:58 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id 8938E13C45E for ; Tue, 10 Jul 2007 20:24:58 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay7.apple.com (relay7.apple.com [17.128.113.37]) by mail-out3.apple.com (Postfix) with ESMTP id 79627B65066; Tue, 10 Jul 2007 13:24:58 -0700 (PDT) Received: from relay7.apple.com (unknown [127.0.0.1]) by relay7.apple.com (Symantec Mail Security) with ESMTP id 658B63005F; Tue, 10 Jul 2007 13:24:58 -0700 (PDT) X-AuditID: 11807125-a2c67bb0000007df-1d-4693eb1a95d2 Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay7.apple.com (Apple SCV relay) with ESMTP id 4BDEC30047; Tue, 10 Jul 2007 13:24:58 -0700 (PDT) In-Reply-To: References: <6.0.0.22.2.20070709160933.024cddb0@mail.computinginnovations.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7245DFC8-E14A-4016-81B4-D4D9D22DA428@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Tue, 10 Jul 2007 13:24:57 -0700 To: Fredrik Tolf X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: Installation woes with 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 20:24:58 -0000 On Jul 10, 2007, at 1:15 PM, Fredrik Tolf wrote: > Derek Ragona writes: >> Clearly you have a disk controller compatibility problem. I do know >> the Sil chips are terrible, and there is a long history of issues >> with >> these chips and FreeBSD! > > That's interesting to me. Is there any further information available > on that subject? > > I've been using SiL chips with Linux for quite a while with no > problems, and I was planning to do the same with FreeBSD as well, but > if there are known problems with SiL and FreeBSD I may need to rethink > that decision. > > (To be more exact, I've been using the SiL 311[24] chips) There are significant hardware defects with the SiliconImage 311x chips, which can mostly be worked around if you accept a loss of performance. These workarounds are implemented in both Linux and the BSDs, but details are available here: http://www.google.com/search?client=safari&rls=en&q=Silicon+Image+3112 +bugs&ie=UTF-8&oe=UTF-8 ...gives results such as: http://www.nabble.com/SII3512-rev0---t3995350.html -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 20:25:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 046EF16A41F for ; Tue, 10 Jul 2007 20:25:21 +0000 (UTC) (envelope-from oregnier@oregnier.net) Received: from 30.mail-out.ovh.net (30.mail-out.ovh.net [213.186.62.213]) by mx1.freebsd.org (Postfix) with SMTP id 5CDFB13C45A for ; Tue, 10 Jul 2007 20:25:20 +0000 (UTC) (envelope-from oregnier@oregnier.net) Received: (qmail 13854 invoked by uid 503); 10 Jul 2007 19:55:14 -0000 Received: (QMFILT: 1.0); 10 Jul 2007 19:55:14 -0000 Received: from b7.ovh.net (HELO mail25.ha.ovh.net) (213.186.33.57) by 30.mail-out.ovh.net with SMTP; 10 Jul 2007 19:55:14 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 10 Jul 2007 19:54:48 -0000 Received: from mac76-2-82-241-6-173.fbx.proxad.net (HELO ?127.0.0.1?) (postmaster@oregnier.net@82.241.6.173) by ns0.ovh.net with SMTP; 10 Jul 2007 19:54:46 -0000 Message-ID: <4693E403.9090800@oregnier.net> Date: Tue, 10 Jul 2007 21:54:43 +0200 From: Olivier Regnier User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Ovh-Remote: 82.241.6.173 (mac76-2-82-241-6-173.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Subject: Detecting CPU Type X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 20:25:21 -0000 Hi everyone, I searching to find information about my CPU type. With the following command: # dmesg | grep -i cpu i have this: CPU: Mobile AMD Sempron(tm) Processor 2800+ (1600.06-Mhz 686-class CPU) but with a # uname -m i have i386. I must configure my CPUTYPE?= in /etc/make.conf. I'ts i686 (686-class) or i386 ? Can you give me information please ? Thank you. Olivier Regnier From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 20:32:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7C8016A469; Tue, 10 Jul 2007 20:32:00 +0000 (UTC) (envelope-from mark@mkproductions.org) Received: from server1.tntpowerhost.com (server1.tntpowerhost.com [208.100.3.23]) by mx1.freebsd.org (Postfix) with ESMTP id C7C4E13C44B; Tue, 10 Jul 2007 20:32:00 +0000 (UTC) (envelope-from mark@mkproductions.org) Received: from [75.28.52.232] (helo=localhost) by server1.tntpowerhost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I8Ltw-000Q0Q-N2; Tue, 10 Jul 2007 15:01:36 -0500 Date: Tue, 10 Jul 2007 15:01:32 -0500 From: Mark Kane To: Graham Bentley Message-ID: <20070710150132.6587f313@localhost> In-Reply-To: <20070630220658.74f7174d@3bsd.cpcnw.co.uk> References: <20070630220658.74f7174d@3bsd.cpcnw.co.uk> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; amd64-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.tntpowerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [26 6] / [26 6] X-AntiAbuse: Sender Address Domain - mkproductions.org Cc: tevans.uk@googlemail.com, nlecic@EUnet.yu, freebsd-questions@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: Selecting printer from apps core dumps. Howto debug? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 20:32:01 -0000 On Sat, Jun 30, 2007, at 22:06:58 +0100, Graham Bentley wrote: > Its odd because the cups test page works, printing from > mousepad and firefox works, but abiword bombs completely. > In the short space of time I see it on the screen after > clicking print I can see there is no entry for the printer. [...] > [SOLVED] Set printer as 'default' using cups webmin. > > All working - thanks :) Sorry to bring back the thread but I'm seeing this issue with a fresh install of everything on a new machine. Printing to an Epson USB printer from the CUPS test page works fine, as does printing from Opera using the lpr binary installed by CUPS. When trying to print via AbiWord or Claws Mail, they coredump. If the printer is not set as default in CUPS (which is how I had it set before reading this thread), it does bring up the print dialog in Abiword/Claws but it dumps when you select the printer. If the printer is set as default in CUPS, the app dumps right when opening the print dialog and before the printer even shows up on the list of available printers. I think it's a somewhat new problem somewhere because I've been using Xfce, CUPS, and these applications for quite a while on other machines with no problems. CUPS is enabled in xfce4-print as well as libgnomeprint, and GNOME printing is enabled in Claws Mail. The USB permissions are also set properly. I also tried running AbiWord outside of Xfce (in Xorg's default WM) which did the same thing. Maybe it's something with libgnomeprint since both apps use it and both have problems printing? Here is a list of relevant software versions on the non working machine: abiword-2.4.6_1 claws-mail-2.10.0 cups-base-1.2.11_2 cups-pstoraster-8.15.4_1 gutenprint-cups-5.1.3 libgnomecups-0.2.2_4,1 libgnomeprint-2.18.0_2 libgnomeprintui-2.18.0_1 xfce4-print-4.4.1_1 Here is a list of relevant software versions on a machine that is printing properly with Claws-Mail (and probably would with AbiWord if it didn't have a problem with some laser printers): abiword-gnome-2.4.6 claws-mail-2.8.1 cups-base-1.2.8 libgnomecups-0.2.2_2,1 libgnomeprint-2.12.1_3 libgnomeprintui-2.12.1_2 xfce4-print-4.4.0 Here's the backtrace from AbiWord if it helps: http://tntpowerhost.com/mixx941/gdb_abiword_print.txt Please let me know if I can provide any additional info. Thanks in advance for any suggestions on how to fix or debug this. -Mark -- Internet Radio: Party107 (Trance/Electronic) - http://www.party107.com Rock 101.9 The Edge (Rock) - http://www.rock1019.net IRC: MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941) From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 20:42:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91A6F16A46B for ; Tue, 10 Jul 2007 20:42:17 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 507BC13C4AE for ; Tue, 10 Jul 2007 20:42:17 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from [172.23.23.190] (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l6AKgFLA071200; Tue, 10 Jul 2007 16:42:15 -0400 (EDT) (envelope-from r17fbsd@xxiii.com) Message-ID: <4693EF39.9090003@xxiii.com> Date: Tue, 10 Jul 2007 16:42:33 -0400 From: Rob User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Olivier Regnier References: <4693E403.9090800@oregnier.net> In-Reply-To: <4693E403.9090800@oregnier.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Detecting CPU Type X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 20:42:17 -0000 Olivier Regnier wrote: > I searching to find information about my CPU type. > i have this: CPU: Mobile AMD Sempron(tm) Processor 2800+ (1600.06-Mhz 686-class CPU) > I must configure my CPUTYPE?= in /etc/make.conf. > I'ts i686 (686-class) or i386 ? "i386" is the architecture; it includes all the similar processors including the 486, Pentiums, Athlon, etc. Other architectures are completely different hardware, eg Sun's SPARC. The 686-class is the specific processor within the i386 architecture. if you look in /usr/share/examples/etc/make.conf you'll see a list of options for CPUTYPE. athlon-xp might be the closest to your cpu. However, some folks here recommend against using overly specific cpu optimization. You can go safe and just use pentium4 -RW From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 20:51:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 360FB16A41F for ; Tue, 10 Jul 2007 20:51:19 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from smtp.studnetz.uni-leipzig.de (smtp.studnetz.uni-leipzig.de [139.18.143.252]) by mx1.freebsd.org (Postfix) with ESMTP id EA99B13C44B for ; Tue, 10 Jul 2007 20:51:18 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from localhost (localhost [127.0.0.1]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id BD36726B; Tue, 10 Jul 2007 22:51:17 +0200 (CEST) X-Virus-Scanned: by amavisd-new at studnetz-ul Received: from smtp.studnetz.uni-leipzig.de ([127.0.0.1]) by localhost (smtp.studnetz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MNPaAXXXUQO1; Tue, 10 Jul 2007 22:51:17 +0200 (CEST) Received: from [192.168.63.4] (a144026.studnetz.uni-leipzig.de [139.18.144.26]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 91790269; Tue, 10 Jul 2007 22:51:17 +0200 (CEST) From: Momchil Ivanov To: freebsd-questions@freebsd.org Date: Tue, 10 Jul 2007 22:51:15 +0200 User-Agent: KMail/1.9.6 References: <4693E403.9090800@oregnier.net> In-Reply-To: <4693E403.9090800@oregnier.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1536885.q7JnurYrBh"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707102251.20266.idiotbg@gmail.com> Cc: Olivier Regnier Subject: Re: Detecting CPU Type X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 20:51:19 -0000 --nextPart1536885.q7JnurYrBh Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 10 July 2007 21:54:43 Olivier Regnier wrote: > Hi everyone, > > I searching to find information about my CPU type. > > With the following command: > # dmesg | grep -i cpu > i have this: CPU: Mobile AMD Sempron(tm) Processor 2800+ (1600.06-Mhz > 686-class CPU) > but with a > # uname -m > i have i386. > > I must configure my CPUTYPE?=3D in /etc/make.conf. > I'ts i686 (686-class) or i386 ? > > Can you give me information please ? > > Thank you. > > Olivier Regnier Hi Olivier, from the manual page of uname(1) you can see what the -m option shows you,= =20 namely the platform on which you are running FreeBSD: -m Write the type of the current hardware platform to standard ou= t- put. =20 This page gives information on what kind of platforms does FreeBSD run=20 http://www.freebsd.org/platforms/ =2D-=20 PGP KeyID: 0x3118168B Keyserver: pgp.mit.edu Key fingerprint BB50 2983 0714 36DC D02E =A0158A E03D 56DA 3118 168B =20 --nextPart1536885.q7JnurYrBh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGk/FE4D1W2jEYFosRAlwVAJ97VxXxxON4Rix0i9mlpTrMto8rmQCdH8fl +3ZtjiIGWXaR6jEok6HjPGQ= =EjgG -----END PGP SIGNATURE----- --nextPart1536885.q7JnurYrBh-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 20:58:13 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4AC916A400 for ; Tue, 10 Jul 2007 20:58:13 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id 8F86C13C43E for ; Tue, 10 Jul 2007 20:58:13 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from philip.office.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.700.0; Tue, 10 Jul 2007 10:43:11 -0700 Message-ID: <4693C52D.2050109@riderway.com> Date: Tue, 10 Jul 2007 13:43:09 -0400 From: "Philip M. Gollucci" User-Agent: Thunderbird 2.0.0.0 (X11/20070507) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: mount_smbfs 6.2-release and w2k3 standard r2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 20:58:13 -0000 Hi, I've done lots of googling and I get lots of solutions, but they don't work. I can smbclient to this share just fine: magneto# smbclient -U pgollucci \\\\glactus\\unix Password: Domain=[RIDERWAY] OS=[Windows Server 2003 3790 Service Pack 2] Server=[Windows Server 2003 5.2] smb: \> ls . D 0 Fri Jul 6 20:13:59 2007 .. D 0 Fri Jul 6 20:13:59 2007 55750 blocks of size 8388608. 55498 blocks available BUT BUT mount_smbfs -W Riderway -I A.B.C.D //pgollucci@GLACTUS/unix /x1/backups-cdp Password: mount_smbfs: unable to open connection: syserr = Connection refused The share is valid, I can even write to it via smbclient. Does any one have any great ideas ? I've tried with and with -I, -W and replacing HOST with ip out-right. Some machine info below: uname -a FreeBSD magneto. .2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 08:43:30 UTC 2007 root@portnoy.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP amd64 kldstat Id Refs Address Size Name 1 6 0xffffffff80100000 967700 kernel 2 1 0xffffffff80a68000 30088 smbfs.ko 3 3 0xffffffff80a99000 5358 libiconv.ko 4 3 0xffffffff80a9f000 20a0 libmchain.ko 5 1 0xffffffffb5fea000 9306 ipfw.ko 6 1 0xffffffffb604e000 795 accf_http.ko sysctl kern.securelevel kern.securelevel: 3 ls -ld /var/db/pkg/*samba* magneto# ls -ld /var/db/pkg/*samba* drwxr-xr-x 2 root wheel 512 Jul 6 20:36 /var/db/pkg/samba-3.0.25a,1 drwxr-xr-x 2 root wheel 512 Jul 6 20:19 /var/db/pkg/samba-libsmbclient-3.0.25a_1 namp glactus (the windows box) Not shown: 1665 closed ports PORT STATE SERVICE 25/tcp open smtp 42/tcp open nameserver 80/tcp open http 88/tcp open kerberos-sec 135/tcp open msrpc 389/tcp open ldap 445/tcp open microsoft-ds 464/tcp open kpasswd5 593/tcp open http-rpc-epmap 636/tcp open ldapssl 1025/tcp open NFS-or-IIS 1723/tcp open pptp 3268/tcp open globalcatLDAP 3269/tcp open globalcatLDAPssl 3389/tcp open ms-term-serv MAC Address: 00:1A:A0:1E:1D:DD (Unknown) Device type: general purpose Running: Microsoft Windows 2003/.NET|NT/2K/XP OS details: Microsoft Windows 2003 Server Standart Edition SP1, Microsoft Windows 2003 Server, 2003 Server SP1 or XP Pro SP2 -- ------------------------------------------------------------------------ Philip M. Gollucci 323.219.4708 Senior System Admin - Riderway, Inc. http://riderway.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 21:16:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66D1916A41F for ; Tue, 10 Jul 2007 21:16:34 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 1C86913C465 for ; Tue, 10 Jul 2007 21:16:33 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from [127.0.0.1] (helo=szalbot.homedns.org) by szalbot.homedns.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I8N4N-000OOp-Jy for freebsd-questions@freebsd.org; Tue, 10 Jul 2007 23:16:27 +0200 Received: (from www@localhost) by szalbot.homedns.org (8.13.8/8.13.8/Submit) id l6ALGQ35093794; Tue, 10 Jul 2007 23:16:26 +0200 (CEST) (envelope-from zbigniew@szalbot.homedns.org) X-Authentication-Warning: szalbot.homedns.org: www set sender to zbigniew@szalbot.homedns.org using -f To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Tue, 10 Jul 2007 23:16:26 +0200 From: Zbigniew Szalbot Message-ID: <3118eba2c9d0a0a2ae60f07841353398@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: named listening on LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 21:16:34 -0000 Hello, I am slowly trying various features of FBSD and I have just enabled named to be my local caching DNS server. It works fine but I have one question. I would like it to be a caching DNS server for my LAN. So following the Handbook I tried setting a proper LAN IP address of the named machine: listen-on { 192.168.11.50; }; However, when I restart named, it does not want to work (no DNS then). The handbook suggests that when I want a caching server only, I should not touch zones. Any hint what I need to do to make it work for my LAN? Thank you in advance! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 21:20:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB79016A400 for ; Tue, 10 Jul 2007 21:20:33 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id CF57E13C48A for ; Tue, 10 Jul 2007 21:20:33 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l6ALKWpT057308; Tue, 10 Jul 2007 17:20:33 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Tue, 10 Jul 2007 17:20:15 -0400 User-Agent: KMail/1.9.7 References: <4693C52D.2050109@riderway.com> In-Reply-To: <4693C52D.2050109@riderway.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707101720.17811.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: "Philip M. Gollucci" Subject: Re: mount_smbfs 6.2-release and w2k3 standard r2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 21:20:34 -0000 On Tuesday 10 July 2007, Philip M. Gollucci wrote: > Hi, I've done lots of googling and I get lots of solutions, but they > don't work. > > I can smbclient to this share just fine: > magneto# smbclient -U pgollucci \\\\glactus\\unix > Password: > Domain=[RIDERWAY] OS=[Windows Server 2003 3790 Service Pack 2] > Server=[Windows Server 2003 5.2] > smb: \> ls > . D 0 Fri Jul 6 20:13:59 > 2007 .. D 0 Fri Jul 6 20:13:59 > 2007 > > 55750 blocks of size 8388608. 55498 blocks available > BUT > BUT > > mount_smbfs -W Riderway -I A.B.C.D //pgollucci@GLACTUS/unix > /x1/backups-cdp Password: > mount_smbfs: unable to open connection: syserr = Connection refused > > The share is valid, I can even write to it via smbclient. > > Does any one have any great ideas ? I've tried with and with -I, -W and > replacing HOST with ip out-right. IIRC, Win2k3 only uses port 445 for smb/cifs by default, and our mount_smbfs can only use 139 (or thereabouts :) ). It would be nice if mount_smbfs were updated to work more easily with newer versions of Windows, but in the meantime it should be possible to tell the Windows server to also accept connections on the old port. Exactly how I don't remember ATM, but I've done it before. JN From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 21:30:25 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACD5616A421 for ; Tue, 10 Jul 2007 21:30:25 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 9003113C4C3 for ; Tue, 10 Jul 2007 21:30:25 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l6ALUOpT060943; Tue, 10 Jul 2007 17:30:25 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Tue, 10 Jul 2007 17:30:09 -0400 User-Agent: KMail/1.9.7 References: <4693C52D.2050109@riderway.com> <200707101720.17811.lists@jnielsen.net> In-Reply-To: <200707101720.17811.lists@jnielsen.net> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707101730.10755.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: "Philip M. Gollucci" Subject: Re: mount_smbfs 6.2-release and w2k3 standard r2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 21:30:25 -0000 On Tuesday 10 July 2007, John Nielsen wrote: > On Tuesday 10 July 2007, Philip M. Gollucci wrote: > > Hi, I've done lots of googling and I get lots of solutions, but they > > don't work. > > > > I can smbclient to this share just fine: > > magneto# smbclient -U pgollucci \\\\glactus\\unix > > Password: > > Domain=[RIDERWAY] OS=[Windows Server 2003 3790 Service Pack 2] > > Server=[Windows Server 2003 5.2] > > smb: \> ls > > . D 0 Fri Jul 6 20:13:59 > > 2007 .. D 0 Fri Jul 6 > > 20:13:59 2007 > > > > 55750 blocks of size 8388608. 55498 blocks available > > BUT > > BUT > > > > mount_smbfs -W Riderway -I A.B.C.D //pgollucci@GLACTUS/unix > > /x1/backups-cdp Password: > > mount_smbfs: unable to open connection: syserr = Connection refused > > > > The share is valid, I can even write to it via smbclient. > > > > Does any one have any great ideas ? I've tried with and with -I, -W and > > replacing HOST with ip out-right. > > IIRC, Win2k3 only uses port 445 for smb/cifs by default, and our > mount_smbfs can only use 139 (or thereabouts :) ). It would be nice if > mount_smbfs were updated to work more easily with newer versions of > Windows, but in the meantime it should be possible to tell the Windows > server to also accept connections on the old port. Exactly how I don't > remember ATM, but I've done it before. I hate not remembering things, so I just verified this on a Windows Server 2003 box I have access to. This feature (listening on port 139) is tied to NETBIOS over TCP/IP. Make sure it's enabled on the WINS tab of the Advanced TCP/IP settings dialog for the interface. JN From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 21:43:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E025616A400 for ; Tue, 10 Jul 2007 21:43:13 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id CA36C13C43E for ; Tue, 10 Jul 2007 21:43:13 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from philip.office.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.700.0; Tue, 10 Jul 2007 14:33:12 -0700 Message-ID: <4693FB16.10002@riderway.com> Date: Tue, 10 Jul 2007 17:33:10 -0400 From: "Philip M. Gollucci" User-Agent: Thunderbird 2.0.0.0 (X11/20070507) MIME-Version: 1.0 To: John Nielsen References: <4693C52D.2050109@riderway.com> <200707101720.17811.lists@jnielsen.net> <200707101730.10755.lists@jnielsen.net> In-Reply-To: <200707101730.10755.lists@jnielsen.net> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: mount_smbfs 6.2-release and w2k3 standard r2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 21:43:14 -0000 > I hate not remembering things, so I just verified this on a Windows Server > 2003 box I have access to. This feature (listening on port 139) is tied to > NETBIOS over TCP/IP. Make sure it's enabled on the WINS tab of the Advanced > TCP/IP settings dialog for the interface. BRILLIANT! Thats the one! Thanks a bunch. -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@riderway.com) 323.219.4708 Senior System Admin - Riderway, Inc. http://riderway.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 21:44:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07B6D16A400 for ; Tue, 10 Jul 2007 21:44:57 +0000 (UTC) (envelope-from sebastien@free.fr) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id B3CBC13C45A for ; Tue, 10 Jul 2007 21:44:56 +0000 (UTC) (envelope-from sebastien@free.fr) Received: from smtp8-g19.free.fr (smtp8-g19.free.fr [212.27.42.65]) by postfix1-g20.free.fr (Postfix) with ESMTP id 1492016062BF for ; Tue, 10 Jul 2007 22:50:18 +0200 (CEST) Received: from imp7-g19.free.fr (imp7-g19.free.fr [212.27.42.38]) by smtp8-g19.free.fr (Postfix) with ESMTP id 3DCA11B20B for ; Tue, 10 Jul 2007 22:50:17 +0200 (CEST) Received: by imp7-g19.free.fr (Postfix, from userid 33) id 89A13115E3; Tue, 10 Jul 2007 22:50:22 +0200 (CEST) Received: from sat78-6-88-160-128-68.fbx.proxad.net (sat78-6-88-160-128-68.fbx.proxad.net [88.160.128.68]) by imp.free.fr (IMP) with HTTP for ; Tue, 10 Jul 2007 22:50:22 +0200 Message-ID: <1184100622.4693f10e7fa88@imp.free.fr> Date: Tue, 10 Jul 2007 22:50:22 +0200 From: sebastien@free.fr To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 88.160.128.68 Subject: FREEBSD 6.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: Tue, 10 Jul 2007 21:44:57 -0000 Hi, I try to install freebsd 6.2 on my freshly install hardware RAID1 (AIC-7901) But sysinstall always show me two HD but not one. Perhaps the driver is not load at the install and you must configure a kernel after . But i don't have this trouble with freebsd 5.x Thank for help Sebastien From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 21:46:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5727216A469 for ; Tue, 10 Jul 2007 21:46:15 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3371913C45A for ; Tue, 10 Jul 2007 21:46:14 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id A30347F8A for ; Tue, 10 Jul 2007 17:46:12 -0400 (EDT) Received: from ripple.shadypond.com (ripple.shadypond.com [192.168.1.13]) by lilypad.shadypond.com (postoffice) with ESMTP id 739AAFA9CD for ; Tue, 10 Jul 2007 21:46:12 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 10 Jul 2007 14:41:01 -0700 References: <200707090103.49950.lists-fbsd@shadypond.com> In-Reply-To: <200707090103.49950.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707101441.01594.lists-fbsd@shadypond.com> Subject: Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 21:46:15 -0000 On Sunday 08 July 2007 18:03:49 Pollywog wrote: > I am having some problems with X11 forwarding. I can do X11 forwarding via > ssh between two machines running Linux, but if I try to do this from > FreeBSD (KDE) to either of the Linux machines, it only works if I use > startx to start KDE on the fbsd machine (a laptop). If I start KDE from > kdm, I get errors that go like this when I start the KDE app on the remote > host running Linux: pollywog@slider:~$ kate > Xlib: connection to "localhost:11.0" refused by server > Xlib: Invalid MIT-MAGIC-COOKIE-1 key > kate: cannot connect to X server localhost:11.0 I just did 'ssh' to one of the Linux hosts and when the connection was made, I got this: Warning: No xauth data; using fake authentication data for X11 forwarding. Does this possibly have something to do with the problem I mentioned in my initial post in this thread? I am going to Google that error and see if I can find something. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 22:21:36 2007 Return-Path: X-Original-To: FreeBSD-Questions@freebsd.org Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64F8A16A400 for ; Tue, 10 Jul 2007 22:21:36 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 29D7C13C45B for ; Tue, 10 Jul 2007 22:21:36 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 10 Jul 2007 18:21:35 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702D0D@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: external drive Thread-Index: AcfDQK08p89lQ+cZQ2KyhGEJrnlJHQ== From: "Jean-Paul Natola" To: Cc: Subject: external drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 22:21:36 -0000 Hi all, After yesterdays fiasco trying to upgrade 5.5 to 6.2 - I just grabbed a = new drive and did a clean install of 6.2 Its working great, no errors I'm happy-=20 There are some files (basically some custom config and cf files) that I would like to copy from the 5.5 drive -=20 So I put it in an external enclosure and needless to say windows = wouldn't recognize it - and the MAC OSX though it sees it , it wont let me mount = it (despite the fact that I clicked mount drive )=20 2 questions; 1. Is there anything out there that would let me read a BSD drive from a windows or mac machine? 2. If I do just plug the drive into the BSD USB port will it cause any conflicts as there will be duplicates of the main slices /var /usr etc.. Or am I safe just plugging it in and mounting it? PS: Thanks to everyone for the feedback yesterday - I learned A LOT in = the last 24 hours=20 Jean-Paul=20 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 22:36:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FF2C16A400 for ; Tue, 10 Jul 2007 22:36:22 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6479313C459 for ; Tue, 10 Jul 2007 22:36:22 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 576477F88 for ; Tue, 10 Jul 2007 18:36:20 -0400 (EDT) Received: from ripple.shadypond.com (ripple.shadypond.com [192.168.1.13]) by lilypad.shadypond.com (postoffice) with ESMTP id 8EE70FA865 for ; Tue, 10 Jul 2007 22:36:20 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 10 Jul 2007 15:25:49 -0700 References: <200707090103.49950.lists-fbsd@shadypond.com> <200707101441.01594.lists-fbsd@shadypond.com> In-Reply-To: <200707101441.01594.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707101525.49966.lists-fbsd@shadypond.com> Subject: Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 22:36:22 -0000 On Tuesday 10 July 2007 14:41:01 Pollywog wrote: > > I just did 'ssh' to one of the Linux hosts and when the connection was > made, I got this: > > Warning: No xauth data; using fake authentication data for X11 forwarding. > > Does this possibly have something to do with the problem I mentioned in my > initial post in this thread? I am going to Google that error and see if I > can find something. I found out that "mcookie" generates magic cookies for xauth, but I do not have the mcookie command in FreeBSD, though it exists on my Debian Etch system and is part of the util-linux package. If I can find mcookie or a command that is analogous to it in FreeBSD, I might be able to fix this problem: http://rocketcalc.com/bread.php?key=22 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 23:33:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2BA016A41F for ; Tue, 10 Jul 2007 23:33:07 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp1.utsp.utwente.nl [130.89.2.8]) by mx1.freebsd.org (Postfix) with ESMTP id 56EB413C457 for ; Tue, 10 Jul 2007 23:33:07 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l6ANX21R023654; Wed, 11 Jul 2007 01:33:02 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Wed, 11 Jul 2007 01:33:01 +0200 User-Agent: KMail/1.9.7 References: <200707090103.49950.lists-fbsd@shadypond.com> <200707101441.01594.lists-fbsd@shadypond.com> <200707101525.49966.lists-fbsd@shadypond.com> In-Reply-To: <200707101525.49966.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707110133.02184.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Pollywog Subject: Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 23:33:07 -0000 On Wednesday 11 July 2007, Pollywog wrote: > I found out that "mcookie" generates magic cookies for xauth, but I do not > have the mcookie command in FreeBSD, though it exists on my Debian Etch > system and is part of the util-linux package. I think you need to generate a new cookie with $ xauth generate :0 . trusted See xauth(1) for more info. HTH, Pieter de Goeje From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 23:37:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3E4016A421 for ; Tue, 10 Jul 2007 23:37:10 +0000 (UTC) (envelope-from florenzi@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id A25C613C455 for ; Tue, 10 Jul 2007 23:37:08 +0000 (UTC) (envelope-from florenzi@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2913005pye for ; Tue, 10 Jul 2007 16:37:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=icx5TaVpFGwKBCPHmxBhDawZpuscHSuEqQZ39IDXbsZi+fXDspyzTsdv/vSwL8kBnCUj/VQGAM+SMm7HHppf/ckWjpfxVu//VZZFoJrf0+JhUukGxkJpxBACcGtxUCPTu0Fz+4Ebml6pjGa1PoB/cZPqMn9+yrFgjHwYLm4P9YI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Maw4nd/4aEWUyJR2brX3RLjAMoGqjFVq4V2QlZ7fgdPmre75bQ794sXR/niIk6Hdr5Qtc+oXwlFl85gMbSlmg0LYtyrPltj1FPNMqZKKa0sBBGdHwa7xP/zmeoi2uln+HoB48Fk/P0NXPckvRnqqo5SvEFUfVfOqLaqrOx2GSPM= Received: by 10.78.153.17 with SMTP id a17mr2240869hue.1184110626120; Tue, 10 Jul 2007 16:37:06 -0700 (PDT) Received: by 10.78.45.17 with HTTP; Tue, 10 Jul 2007 16:37:05 -0700 (PDT) Message-ID: <3a386af20707101637i512cea37tde93d9e4b03bd97f@mail.gmail.com> Date: Wed, 11 Jul 2007 00:37:05 +0100 From: "Federico Lorenzi" To: Pollywog In-Reply-To: <200707101525.49966.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707090103.49950.lists-fbsd@shadypond.com> <200707101441.01594.lists-fbsd@shadypond.com> <200707101525.49966.lists-fbsd@shadypond.com> Cc: freebsd-questions@freebsd.org Subject: Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 23:37:11 -0000 On 7/10/07, Pollywog wrote: > On Tuesday 10 July 2007 14:41:01 Pollywog wrote: > > > > > I just did 'ssh' to one of the Linux hosts and when the connection was > > made, I got this: > > > > Warning: No xauth data; using fake authentication data for X11 forwarding. > > > > Does this possibly have something to do with the problem I mentioned in my > > initial post in this thread? I am going to Google that error and see if I > > can find something. > > I found out that "mcookie" generates magic cookies for xauth, but I do not > have the mcookie command in FreeBSD, though it exists on my Debian Etch > system and is part of the util-linux package. If I can find mcookie or a > command that is analogous to it in FreeBSD, I might be able to fix this > problem: > > http://rocketcalc.com/bread.php?key=22 >From what I've read at http://www.linuxcommand.org/man_pages/mcookie1.html: mcookie generates a 128-bit random hexadecimal number for use with the X authority system. Typical usage: xauth add :0 . 'mcookie' Therefore, you should be able to use any random 128-bit hex number instead of mcookie. I'm not sure how secure it would be, but it should work just fine. Cheers Federico From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 23:40:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75CF016A41F for ; Tue, 10 Jul 2007 23:40:57 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id 6248013C45A for ; Tue, 10 Jul 2007 23:40:57 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id D612833C62 for ; Tue, 10 Jul 2007 16:17:47 -0700 (PDT) Received: from postfix.alerce.com (unknown [128.177.16.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "alerce.com" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id A5E1233C5D for ; Tue, 10 Jul 2007 16:17:47 -0700 (PDT) Received: by postfix.alerce.com (Postfix, from userid 501) id 962EDF8099; Tue, 10 Jul 2007 19:17:25 -0400 (EDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18068.4997.368123.471103@almost.alerce.com> Date: Tue, 10 Jul 2007 19:17:25 -0400 To: freebsd-questions@freebsd.org X-Mailer: VM 7.19 under Emacs 22.1.1 X-Virus-Scanned: ClamAV using ClamSMTP Subject: Help making too quiet sound work on Mac Pro running -STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 23:40:57 -0000 I have a mac pro running amd64 -STABLE from a week or so ago. Most things are working well, but sound's not quite there. When I plug a set of powered speakers into the headphone jack on the front of the machine and max the mixer setting and the speakers, I can just barely hear an mp3 played by mpg123. I'm loading snd_hda from /boot/loader.conf, and /dev/sndstat tells me: FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at memory 0x93100000 irq 23 kld snd_hda [20070619_0045] (1p/1r/1v channels duplex default) There's a chunk of the dmesg output from a verbose boot at http://shrimp.alerce.com/misc/delicious-dmesg which seems to include all of the pcm info. What other info can I provide? g. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 23:40:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7976A16A468 for ; Tue, 10 Jul 2007 23:40:57 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id 6644613C45B for ; Tue, 10 Jul 2007 23:40:57 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 5C50B33C6C for ; Tue, 10 Jul 2007 16:21:23 -0700 (PDT) Received: from postfix.alerce.com (unknown [128.177.16.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "alerce.com" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id 24AB733C64 for ; Tue, 10 Jul 2007 16:21:23 -0700 (PDT) Received: by postfix.alerce.com (Postfix, from userid 501) id 05452F80B9; Tue, 10 Jul 2007 19:21:00 -0400 (EDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18068.5212.880020.408754@almost.alerce.com> Date: Tue, 10 Jul 2007 19:21:00 -0400 To: freebsd-questions@freebsd.org X-Mailer: VM 7.19 under Emacs 22.1.1 X-Virus-Scanned: ClamAV using ClamSMTP Subject: acpi_smbust_read_2: AE_ERROR 0x10 on a mac pro running -STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 23:40:57 -0000 I have a mac pro running amd64 -STABLE from about a week or so ago. The console and dmesg output are flooded by acpi_smbus_read_2: AE_ERROR 0x10 message. There will be a couple, then silence, then a burst of them, then.... The don't seem to be hurting anything, but they push other stuff out of dmesg. Can anyone help me identify the problem and reduce the chatter (short of commenting out the line that's generating the output...). Thanks, g. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 00:26:51 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DFE216A400 for ; Wed, 11 Jul 2007 00:26:51 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 0E7A813C43E for ; Wed, 11 Jul 2007 00:26:50 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l6B0QmwO072722 for ; Tue, 10 Jul 2007 19:26:48 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Tue, 10 Jul 2007 19:26:48 -0500 User-Agent: KMail/1.9.6 References: <3A85D7EF44E1C744BF6434691F5659E9702D0D@www.fcimail.org> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702D0D@www.fcimail.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707101926.48282.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.0 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: external drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 00:26:51 -0000 On Tuesday 10 July 2007 17:21:35 Jean-Paul Natola wrote: > Hi all, > > After yesterdays fiasco trying to upgrade 5.5 to 6.2 - I just grabbed a new > drive and did a clean install of 6.2 > > Its working great, no errors I'm happy- > > There are some files (basically some custom config and cf files) that I > would like to copy from the 5.5 drive - > So I put it in an external enclosure and needless to say windows wouldn't > recognize it - and the MAC OSX though it sees it , it wont let me mount it > (despite the fact that I clicked mount drive ) > > 2 questions; > > 1. Is there anything out there that would let me read a BSD drive from a > windows or mac machine? > 2. If I do just plug the drive into the BSD USB port will it cause any > conflicts as there will be duplicates of the main slices > /var > /usr etc.. > > Or am I safe just plugging it in and mounting it? > > > PS: Thanks to everyone for the feedback yesterday - I learned A LOT in the > last 24 hours > > > > > > > > > > Jean-Paul > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" you can just plug it into the bsd box, it wont mount automatically. you can create temporary mountpoints, say maybe: /media/usr /media/var /media/root and mount them on those. copy what you need out, and the unmount them when youre ready. hth, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 00:31:46 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9EFCF16A421 for ; Wed, 11 Jul 2007 00:31:46 +0000 (UTC) (envelope-from fbsd-ml@scrapper.ca) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 76A6813C455 for ; Wed, 11 Jul 2007 00:31:46 +0000 (UTC) (envelope-from fbsd-ml@scrapper.ca) Received: from pd3mr1so.prod.shaw.ca (pd3mr1so-qfe3.prod.shaw.ca [10.0.141.177]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JKZ007M7O4YH1E0@l-daemon> for freebsd-questions@freebsd.org; Tue, 10 Jul 2007 18:31:46 -0600 (MDT) Received: from pn2ml8so.prod.shaw.ca ([10.0.121.152]) by pd3mr1so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JKZ00GEMO4VRQS0@pd3mr1so.prod.shaw.ca> for freebsd-questions@freebsd.org; Tue, 10 Jul 2007 18:31:45 -0600 (MDT) Received: from proven.lan ([24.85.241.34]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JKZ00HALO4R32I1@l-daemon> for freebsd-questions@freebsd.org; Tue, 10 Jul 2007 18:31:43 -0600 (MDT) Received: from proven.lan (localhost [127.0.0.1]) by proven.lan (8.14.1/8.14.1) with ESMTP id l6B0VctP039175 for ; Tue, 10 Jul 2007 17:31:38 -0700 (PDT envelope-from fbsd-ml@scrapper.ca) Received: from localhost (localhost [[UNIX: localhost]]) by proven.lan (8.14.1/8.14.1/Submit) id l6B0Vcl8039174 for freebsd-questions@freebsd.org; Tue, 10 Jul 2007 17:31:38 -0700 (PDT envelope-from fbsd-ml@scrapper.ca) Date: Tue, 10 Jul 2007 17:31:37 -0700 From: Norbert Papke In-reply-to: <469393CC.9070802@broadpark.no> To: freebsd-questions@freebsd.org Message-id: <200707101731.38231.fbsd-ml@scrapper.ca> Organization: Archaeological Filing MIME-version: 1.0 References: <469393CC.9070802@broadpark.no> X-Authentication-warning: proven.lan: npapke set sender to fbsd-ml@scrapper.ca using -f User-Agent: KMail/1.9.6 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 00:31:46 -0000 On July 10, 2007, Kyrre Nyg=E5rd wrote: > Hello. > > My friend is switching to Linux because FreeBSD is failing on him. > > When downloading a file from a FreeBSD box and a Linux box on the same > network, the FreeBSD box got 88.78 KBps whereas the Linux got 624.95 > Kbps. I have no idea what's wrong, but my man isn't really into good > information design (e.g. taking something complex and making it easy), > so his system is a mess. Maybe some of you can help me locate where the > problem's at? Are we comparing apples to oranges? 88.78 KBps (kilo bytes per second) =3D 710.24 Kbps (kilo bits per second) If this is true, then the FreeBSD box is faster :) Cheers. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 00:51:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B176C16A46B for ; Wed, 11 Jul 2007 00:51:09 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6F9A213C489 for ; Wed, 11 Jul 2007 00:51:08 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2946116pye for ; Tue, 10 Jul 2007 17:51:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=ZvgbdTuJ4I1s5l8quLUIMEspwAZpqiXioE+KUnm6SMPPYcGt1yKX+XH1GbguXc39uunLXVRdJf3vVRIp8BkSZLyXnsrBOd4RTkF04N61hd0VSn/lKHHyqEFSIhFoXjT8NLyQ3sdAGZe2GI8keRxGPCK9zWxscEW17mnyA2Cmj0w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=EiZ60/knFGp3lZ4x3mLXWtNQwSqaaLGnWzOoS2xLlFn807vQa4aOqgvdGnZcJLJ9xwlpvbym2JSuR+OnVN4lGjntaKMJuLpnGzKcJZ66GLhL1bMn8ntgAMCWkiIYgDPtlDsNqfJQPrFVdRs6OdYJAYs9uJPpebDh7XyXjWwYUhY= Received: by 10.35.128.1 with SMTP id f1mr9451032pyn.1184115067885; Tue, 10 Jul 2007 17:51:07 -0700 (PDT) Received: from ?192.168.17.10? ( [67.190.229.42]) by mx.google.com with ESMTP id 15sm59662512nzo.2007.07.10.17.51.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 10 Jul 2007 17:51:07 -0700 (PDT) Message-ID: <4694296D.5030908@gmail.com> Date: Tue, 10 Jul 2007 19:50:53 -0500 From: jbarnet User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Zbigniew Szalbot References: <3118eba2c9d0a0a2ae60f07841353398@szalbot.homedns.org> In-Reply-To: <3118eba2c9d0a0a2ae60f07841353398@szalbot.homedns.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Freebsd questions Subject: Re: named listening on LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jackbarnett@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 00:51:09 -0000 this is what I got: listen-on { 127.0.0.1; 192.168.11.50; }; Try that, restart and see if it works locally (from the server). Also the logs spit anything out? Other thing is firewall, I think simple blocks it by default? So you might want to try that. Zbigniew Szalbot wrote: > Hello, > > I am slowly trying various features of FBSD and I have just enabled named > to be my local caching DNS server. It works fine but I have one question. > I would like it to be a caching DNS server for my LAN. > > So following the Handbook I tried setting a proper LAN IP address of the > named machine: > > listen-on { 192.168.11.50; }; > > However, when I restart named, it does not want to work (no DNS then). The > handbook suggests that when I want a caching server only, I should not > touch zones. > > Any hint what I need to do to make it work for my LAN? > > Thank you in advance! > > Zbigniew Szalbot > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 01:21:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E49316A400 for ; Wed, 11 Jul 2007 01:21:08 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 19E0A13C44C for ; Wed, 11 Jul 2007 01:21:08 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 359995191F for ; Tue, 10 Jul 2007 21:21:04 -0400 (EDT) Date: Wed, 11 Jul 2007 02:20:53 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070711022053.07db646d@gumby.homeunix.com.> In-Reply-To: <4693EF39.9090003@xxiii.com> References: <4693E403.9090800@oregnier.net> <4693EF39.9090003@xxiii.com> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Detecting CPU Type X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 01:21:08 -0000 On Tue, 10 Jul 2007 16:42:33 -0400 Rob wrote: > Olivier Regnier wrote: > > I searching to find information about my CPU type. > > i have this: CPU: Mobile AMD Sempron(tm) Processor 2800+ > > (1600.06-Mhz 686-class CPU) I must configure my CPUTYPE?= > > in /etc/make.conf. I'ts i686 (686-class) or i386 ? > > "i386" is the architecture; it includes all the similar processors > including the 486, Pentiums, Athlon, etc. Other architectures are > completely different hardware, eg Sun's SPARC. > > The 686-class is the specific processor within the i386 > architecture. if you look in /usr/share/examples/etc/make.conf > you'll see a list of options for CPUTYPE. athlon-xp might be the > closest to your cpu. However, some folks here recommend against > using overly specific cpu optimization. You can go safe and just use > pentium4 I'm not sure that is safe, Athlons, Sempron etc are back-compatible to 686 i.e. Pentium Pro, which is way before Intel developed the Pentium4. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 02:04:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4629A16A46C; Wed, 11 Jul 2007 02:04:30 +0000 (UTC) (envelope-from evs@telod.net) Received: from kohav.telod.net (h-72-245-221-62.chcgilgm.covad.net [72.245.221.62]) by mx1.freebsd.org (Postfix) with ESMTP id E39D913C455; Wed, 11 Jul 2007 02:04:29 +0000 (UTC) (envelope-from evs@telod.net) Received: from [192.168.0.2] (wall.hm.telod.net [72.245.221.58]) (authenticated bits=0) by kohav.telod.net (8.13.8/8.13.3) with ESMTP id l6B1oIO2014928; Tue, 10 Jul 2007 20:50:19 -0500 (CDT) (envelope-from evs@telod.net) In-Reply-To: <410648.39042.qm@web54303.mail.re2.yahoo.com> References: <410648.39042.qm@web54303.mail.re2.yahoo.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Edward Shabotinsky Date: Tue, 10 Jul 2007 20:50:32 -0500 To: Patrick Dung X-Mailer: Apple Mail (2.752.3) Cc: freebsd-isp@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.2 default bind9, question about customize logging [re-post] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 02:04:30 -0000 this is what i have from 5.2 logging { channel namedlog { file "/var/log/named.log"; severity info; print-category yes; print-severity yes; print-time yes; }; category lame-servers { null; }; category default { namedlog; }; category xfer-out { namedlog;}; }; hope this help On Jul 8, 2007, at 2:06 PM, Patrick Dung wrote: > I am using FreeBSD 6.2 with the default bind (not ports). > By default chroot is used. > > When named start or stop, it does have log in /var/log/messages. > But for example, when some do domain transfer successfully, that is > not > logged (zone transfer denied is logged). > > So I tried to add this part in named.conf (enabled local0.* in > syslog.conf) , but still no luck. Any suggestions? > > logging { > channel named-log { > //syslog daemon; > syslog local0; > severity info; > print-category yes; > }; > category default { named-log; }; > category xfer-in { named-log; }; > category xfer-out { named-log; }; > category unmatched { null; }; > }; > > Thanks > Patrick > > > > ______________________________________________________________________ > ______________ > Be a better Heartthrob. Get better relationship answers from > someone who knows. Yahoo! Answers - Check it out. > http://answers.yahoo.com/dir/?link=list&sid=396545433 > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 02:20:24 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34BFB16A421 for ; Wed, 11 Jul 2007 02:20:24 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1370413C44C for ; Wed, 11 Jul 2007 02:20:23 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 9699A7F7C for ; Tue, 10 Jul 2007 22:20:21 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 6D33CB65E8 for ; Wed, 11 Jul 2007 02:20:19 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Wed, 11 Jul 2007 02:20:18 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707110220.18294.lists-fbsd@shadypond.com> Subject: gpg-agent X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 02:20:24 -0000 I have been having trouble getting gpg-agent to work. kgpg complained about the agent not running. I added this to my ~/.bashrc: GPG_TTY=`tty` export GPG_TTY This seems to have taken care of the problem but it only works when my default shell is bash. If my shell is tcsh, it doesn't work. This is what I have in my ~/.cshrc: setenv GPG_TTY tty Apparently this is wrong. Any ideas as to what I can try? From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 02:24:29 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A51F716A400 for ; Wed, 11 Jul 2007 02:24:29 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 617E113C44C for ; Wed, 11 Jul 2007 02:24:29 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I8RsH-0001yt-T5 for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 04:24:17 +0200 Received: from 1-1-3-7a.rny.sth.bostream.se ([82.182.133.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jul 2007 04:24:17 +0200 Received: from fredrik by 1-1-3-7a.rny.sth.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jul 2007 04:24:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Fredrik Tolf Date: Wed, 11 Jul 2007 04:24:03 +0200 Lines: 26 Message-ID: References: <6.0.0.22.2.20070709160933.024cddb0@mail.computinginnovations.com> <7245DFC8-E14A-4016-81B4-D4D9D22DA428@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 1-1-3-7a.rny.sth.bostream.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:Vh5AB+H2ehDkQNajZ9PzWEi5hrw= Sender: news Subject: SiL S-ATA (Was: Installation woes with 6.2 release) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 02:24:29 -0000 Chuck Swiger writes: > [...] > There are significant hardware defects with the SiliconImage 311x > chips, which can mostly be worked around if you accept a loss of > performance. These workarounds are implemented in both Linux and the > BSDs, but details are available here: > > http://www.google.com/search?client=safari&rls=en&q=Silicon+Image+3112 > +bugs&ie=UTF-8&oe=UTF-8 > > ...gives results such as: > > http://www.nabble.com/SII3512-rev0---t3995350.html Thanks for the reference! It was an interesting read, and it does calm me down a bit, as it suggests the problem to be limited to chips with rev <= 1, whereas all my cards are rev 2. Well, if nothing else, it will be interesting to test my cards with FreeBSD and see what happens. In the worst case, it won't be that hard for me to switch to another card (just hoping that it won't cause any data corruption). It will probably be a while before I get the drives to connect to them, but I'll try to remember to post the results of my testing. Fredrik Tolf From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 02:39:14 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BC8116A400 for ; Wed, 11 Jul 2007 02:39:14 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 4633713C44C for ; Wed, 11 Jul 2007 02:39:14 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so2126282waf for ; Tue, 10 Jul 2007 19:39:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iZYKt0yy/HoAy6Y3pzI0zIRets6ub/4XAJnWRFURTrwX0kc5PdBzL/Id16LMvbe1ylb4Vw+zW5g0H59+aI/0nIo9eBEv6EC3FltXMWTd0lP6ywjjFOxx1VHoTa1rXt2kLa0q5bmms3QqkCp/CVxRiemVBhsR2pT4B8sa7Qfy5Yc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Xi5qR6CE9L/Jy+AYMQIoL6Bre/9DJ3NDIFRbMnQdx+vwcTcZHBWihf1MjcGB7Mnud8amLh2++GOQO1rO5i4JAhvTWset8wANAJddTQPUQqA0N/W/r2ykSdtWn/M6vOVy4F2u7yfkYh9YNSDGR/g4KIo4Us7dNMlEA+hqDISjJz8= Received: by 10.115.89.1 with SMTP id r1mr4709229wal.1184119965281; Tue, 10 Jul 2007 19:12:45 -0700 (PDT) Received: by 10.114.46.16 with HTTP; Tue, 10 Jul 2007 19:12:40 -0700 (PDT) Message-ID: <8d23ec860707101912h141af233x90835850c08e59db@mail.gmail.com> Date: Tue, 10 Jul 2007 22:12:40 -0400 From: Schiz0 To: "Huy Ton That" In-Reply-To: <1cac28080707101023x3e310aebo8f81aeaf22e6e5f2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1cac28080707100837g5591146xfc7dd68e1847178@mail.gmail.com> <57d710000707101004k66f5d9d2g45e353cd10b0965d@mail.gmail.com> <1cac28080707101008xc21a300k181a064a03b68d7d@mail.gmail.com> <57d710000707101018u5d251378lec69b3f1c4bbc534@mail.gmail.com> <1cac28080707101023x3e310aebo8f81aeaf22e6e5f2@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: sshd config config file 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: Wed, 11 Jul 2007 02:39:14 -0000 On 7/10/07, Huy Ton That wrote: > The daemon is up and has been up for a long time. In fact, when I made these > changes to sshd_config, for instance as a test maxauthtries to 3 I also > reloaded it during a ssh terminal session. After which I logged back in and > as a test, purposely errored the tries; it still defaulted to 6 despite the > sshd_config file change and reloading. > > when I say I get no message I mean to state as such: > > $/etc/rc.d/sshd status <--carriage return > $ <--no message after return. > > Thanks Pete. > > -Huy > > On 7/10/07, pete wright wrote: > > > > On 7/10/07, Huy Ton That wrote: > > > No, it was unhashed. Thanks for pointing it out though. But the strange > > > thing is when I run: > > > > > > /etc/rc.d/sshd status > > > > > > I get no message > > > > > > No message for start, restart, reload etc. I am performing these > > commands as > > > root. > > > > > > Any ideas? > > > > > > > > > > > (couple things, please don't top post, and be sure to keep > > questions@freebsd.org cc'd on this thread so others can help you) > > > > i'm not sure what you mean about "no message". make sure you have > > sshd_enabled="YES" in your /etc/rc.conf. > > > > also check to see if sshd is running by using "ps". if it is not, try > > starting it by hand - this will tell you if there are any errors on > > startup. once it starts cleanly by hand then use the init script in > > /etc/rc.d/sshd. > > > > the man page for sshd is very helpful, and should answer many of the > > questions you may have - including how to start the daemon by hand, > > etc.. type: > > man sshd > > > > -p > > > > > > > > > > -- > > ~~o0OO0o~~ > > Pete Wright > > www.nycbug.org > > NYC's *BSD User Group > > Your PAM config may be overriding SSH's config (For the ignoring MaxAuthTries option). It sometimes does that, depending on how the login type is set up in the sshd_config file. Check your PAM config From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 02:53:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DB2716A421 for ; Wed, 11 Jul 2007 02:53:20 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id 2D24413C459 for ; Wed, 11 Jul 2007 02:53:20 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6B2rJXR008656 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 10 Jul 2007 19:53:19 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6B2rIZk022592 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 10 Jul 2007 19:53:19 -0700 Message-ID: <4694461F.2010702@u.washington.edu> Date: Tue, 10 Jul 2007 19:53:19 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: RW References: <4693E403.9090800@oregnier.net> <4693EF39.9090003@xxiii.com> <20070711022053.07db646d@gumby.homeunix.com.> In-Reply-To: <20070711022053.07db646d@gumby.homeunix.com.> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.10.193235 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' Cc: freebsd-questions@freebsd.org Subject: Re: Detecting CPU Type X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 02:53:20 -0000 RW wrote: > On Tue, 10 Jul 2007 16:42:33 -0400 > Rob wrote: > > >> Olivier Regnier wrote: >> >>> I searching to find information about my CPU type. >>> i have this: CPU: Mobile AMD Sempron(tm) Processor 2800+ >>> (1600.06-Mhz 686-class CPU) I must configure my CPUTYPE?= >>> in /etc/make.conf. I'ts i686 (686-class) or i386 ? >>> >> "i386" is the architecture; it includes all the similar processors >> including the 486, Pentiums, Athlon, etc. Other architectures are >> completely different hardware, eg Sun's SPARC. >> >> The 686-class is the specific processor within the i386 >> architecture. if you look in /usr/share/examples/etc/make.conf >> you'll see a list of options for CPUTYPE. athlon-xp might be the >> closest to your cpu. However, some folks here recommend against >> using overly specific cpu optimization. You can go safe and just use >> pentium4 >> > > I'm not sure that is safe, Athlons, Sempron etc are back-compatible to > 686 i.e. Pentium Pro, which is way before Intel developed the Pentium4. > Use athlon-xp (hyphen or no hyphen? I forget..). -Garrett From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 02:56:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B1A216A41F for ; Wed, 11 Jul 2007 02:56:00 +0000 (UTC) (envelope-from matt@gsicomp.on.ca) Received: from daisy2.compar.com (daisy2.compar.com [216.208.38.133]) by mx1.freebsd.org (Postfix) with ESMTP id 5C96813C447 for ; Wed, 11 Jul 2007 02:56:00 +0000 (UTC) (envelope-from matt@gsicomp.on.ca) Received: from localhost (localhost.compar.com [127.0.0.1]) by daisy2.compar.com (Postfix) with ESMTP id 9E47213C40B; Tue, 10 Jul 2007 22:25:03 -0400 (EDT) X-Virus-Scanned: amavisd-new at compar.com Received: from unknown by localhost (amavisd-new, unix socket) id A31llsxqNeXY; Tue, 10 Jul 2007 22:25:00 -0400 (EDT) Received: from gabby.gsicomp.on.ca (CPE00062566c7bb-CM0011e6ede298.cpe.net.cable.rogers.com [72.142.197.112]) by daisy2.compar.com (Postfix) with ESMTP id 0CD4113C40A; Tue, 10 Jul 2007 22:25:00 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by gabby.gsicomp.on.ca (Postfix) with ESMTP id 6DAB56113; Wed, 11 Jul 2007 00:32:43 -0400 (EDT) Received: from unknown by localhost (amavisd-new, unix socket) id client-f3WhHQvh; Wed, 11 Jul 2007 00:32:22 -0400 (EDT) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by gabby.gsicomp.on.ca (Postfix) with ESMTP id 8CC266111; Wed, 11 Jul 2007 00:32:22 -0400 (EDT) Message-ID: <001901c7c362$9ed2e0a0$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: "Pollywog" , References: <200707110220.18294.lists-fbsd@shadypond.com> Date: Tue, 10 Jul 2007 22:24:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 X-Virus-Scanned: amavisd-new at gsicomp.on.ca Cc: Subject: Re: gpg-agent X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 02:56:00 -0000 > I have been having trouble getting gpg-agent to work. kgpg complained about > the agent not running. I added this to my ~/.bashrc: > > GPG_TTY=`tty` > export GPG_TTY > > This seems to have taken care of the problem but it only works when my default > shell is bash. If my shell is tcsh, it doesn't work. This is what I have in > my ~/.cshrc: > > setenv GPG_TTY tty > > Apparently this is wrong. Any ideas as to what I can try? I noticed that you're using backticks, so GPG_TTY gets set to the output of the tty command - not the text "tty" itself. Perhaps you want this? setenv GPG_TTY `tty` -- Matt Emmerton From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 04:59:20 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1714F16A469 for ; Wed, 11 Jul 2007 04:59:20 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 4248913C457 for ; Wed, 11 Jul 2007 04:59:19 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDESK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id l6B4wuZ0002844; Tue, 10 Jul 2007 21:58:58 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: =?iso-8859-1?Q?Kyrre_Nyg=E5rd?= , Date: Tue, 10 Jul 2007 21:59:46 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Importance: Normal In-Reply-To: <469393CC.9070802@broadpark.no> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Tue, 10 Jul 2007 21:58:58 -0700 (PDT) Cc: Subject: RE: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 04:59:20 -0000 sis ethernet cards are not known as very good cards. Ted > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Kyrre NygЕrd > Sent: Tuesday, July 10, 2007 7:12 AM > To: questions@freebsd.org > Subject: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps > > > Hello. > > My friend is switching to Linux because FreeBSD is failing on him. > > When downloading a file from a FreeBSD box and a Linux box on the same > network, the FreeBSD box got 88.78 KBps whereas the Linux got 624.95 > Kbps. I have no idea what's wrong, but my man isn't really into good > information design (e.g. taking something complex and making it easy), > so his system is a mess. Maybe some of you can help me locate where the > problem's at? > > Thanks guys, > Kyrre > > # ifconfig -a > sis0: flags=8843 mtu 1500 > options=8 > inet6 fe80::20e:a6ff:fe53:d066%sis0 prefixlen 64 scopeid 0x1 > inet 67.143.227.66 netmask 0xfffffff8 broadcast 67.143.227.71 > inet 67.143.227.67 netmask 0xffffffff broadcast 67.143.227.67 > inet 67.143.227.68 netmask 0xffffffff broadcast 67.143.227.68 > inet 67.143.227.69 netmask 0xffffffff broadcast 67.143.227.69 > inet 67.143.227.70 netmask 0xffffffff broadcast 67.143.227.70 > inet 67.143.231.97 netmask 0xffffffff broadcast 67.143.231.97 > inet 67.143.231.98 netmask 0xffffffff broadcast 67.143.231.98 > inet 67.143.231.99 netmask 0xffffffff broadcast 67.143.231.99 > inet 67.143.231.100 netmask 0xffffffff broadcast 67.143.231.100 > inet 67.143.231.101 netmask 0xffffffff broadcast 67.143.231.101 > inet 67.143.231.102 netmask 0xffffffff broadcast 67.143.231.102 > ether 00:0e:a6:53:d0:66 > media: Ethernet autoselect (100baseTX ) > status: active > plip0: flags=108810 mtu 1500 > lo0: flags=8049 mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet 127.0.0.1 netmask 0xff000000 > pflog0: flags=141 mtu 33208 > > #cat /etc/rc.conf > ifconfig_sis0="inet 67.143.227.66 netmask 255.255.255.248" > defaultrouter="67.143.227.65" > hostname="his.box~com" > > ifconfig_sis0_alias0="67.143.227.67 netmask 0xffffffff" > ifconfig_sis0_alias1="67.143.227.68 netmask 0xffffffff" > ifconfig_sis0_alias2="67.143.227.69 netmask 0xffffffff" > ifconfig_sis0_alias3="67.143.227.70 netmask 0xffffffff" > ifconfig_sis0_alias4="67.143.231.97 netmask 0xffffffff" > ifconfig_sis0_alias5="67.143.231.98 netmask 0xffffffff" > ifconfig_sis0_alias6="67.143.231.99 netmask 0xffffffff" > ifconfig_sis0_alias7="67.143.231.100 netmask 0xffffffff" > ifconfig_sis0_alias8="67.143.231.101 netmask 0xffffffff" > ifconfig_sis0_alias9="67.143.231.102 netmask 0xffffffff" > > kern.ipc.maxsockbuf=8388608 > net.inet.tcp.sendspace=3217968 > net.inet.tcp.recvspace=3217968 > net.inet.tcp.rfc1323=1 > > syslogd_enable="YES" > syslogd_flags="-4 -v -v -s -s -l /etc/namedb/var/run/log" > stunnel_enable="YES" > pf_enable="YES" > pflog_enable="YES" > > sshd_enable="YES" > inetd_enable="YES" > inetd_flags="-wWl" > named_enable="YES" > named_program="/usr/local/sbin/named" > named_flags="-u bind -c /etc/namedb/named.conf" > mysql_enable="YES" > apache2_enable="YES" > apache2ssl_enable="YES" > sendmail_enable="NONE" > courier_authdaemond_enable="YES" > courier_imap_imapd_enable="YES" > courier_imap_imapdssl_enable="YES" > courier_imap_imapd_ssl_enable="YES" > courier_imap_pop3dssl_enable="YES" > courier_imap_pop3d_ssl_enable="YES" > sqwebmaild_enable="YES" > spamd_enable="YES" > spamd_flags="-d -q -v -x -r /var/run/spamd.pid" > clamav_clamd_enable="YES" > clamav_freshclam_enable="YES" > svscan_enable="YES" > snmpd_enable="YES" > proftpd_enable="YES" > > usbd_enable="YES" > > clear_tmp_enable="YES" > update_motd="NO" > > linux_enable="YES" > > ---------- > > # cat /etc/pf.conf > ext_if="sis0" # replace with actual external interface name i.e., dc0 > loc_if="lo0" # lo0 - local interface 127.0.0.1 > table { 67.143.227.66, 67.143.227.67, 67.143.227.68, > 67.143.227.69, 67.143.227.70 67.143.231.97 67.143.231.98 67.143.231.99 > 67.143.231.100 67.143.231.101 67.143.231.102} > table { 205.209.177.60 } > table { 67.143.227.66, 128.242.160.3, 68.83.182.43, > 66.252.8.133 } > table { 222.152.0.43, 219.89.75.39, 222.152.3.100, > 222.152.4.82, 65.175.125.87, 59.188.133.195, 59.59.154.71, > 222.245.97.116, 201.141.212.230, 208.53.3.92, 124.163.176.58, > 213.230.128.226, 208.69.32.130, 65.175.125.94, 65.111.17.147, > 216.15.177.196, 72.37.165.0/24, 200.184.163.0/24 } > > scrub in all > > #smtp forward > rdr inet proto tcp from any to $ext_if port 2525 -> 67.143.227.70 port 25 > > #block in quick on $ext_if from > block drop in quick on $ext_if from to > > # Filtering: the implicit first two rules are > pass in all > pass out all > > # block all incoming packets but allow ssh, pass all outgoing tcp and udp > # connections and keep state, logging blocked packets. > block in log all > > # restrict SSH > #pass in log on $ext_if proto tcp from { , , > } to $ext_if port 22 keep state > pass in log on $ext_if proto tcp from any to $ext_if port 22 keep state > > # seems to work > pass in quick on $loc_if all > pass out quick on $loc_if all > > # Cybercon server monitor > #pass in on $ext_if proto {icmp, tcp, udp} from 72.29.23.120 to any > all keep state > > # for FTP > #pass in on $ext_if proto tcp from any to $ext_if port 21 keep state > #pass in on $ext_if proto udp from any to $ext_if port 20 keep state > pass in on $ext_if proto tcp from any to $ext_if port 1242 keep state > pass in on $ext_if proto udp from any to $ext_if port 1242 keep state > > > # for ident > pass in on $ext_if proto tcp from any to $ext_if port 113 keep state > pass in on $ext_if proto udp from any to $ext_if port 113 keep state > > # temporary fix > #pass in on $ext_if proto udp from any to any all keep state > > # kind of broken > #pass in quick on $ext_if proto tcp from any to any port 53 keep state > #pass in quick on $ext_if proto udp from any to any port 53 keep state > > pass in log on $ext_if proto { tcp, udp } from any to 67.143.227.66 > port 53 keep state > pass in log on $ext_if proto { tcp, udp } from any to 67.143.227.67 > port 53 keep state > pass out log on $ext_if proto { tcp, udp } from any to any port 53 > keep state > > # testing > #pass out on $ext_if proto { tcp, udp } from any to any port 53 > keep state > #pass in on $ext_if proto { tcp, udp } from any to any port 53 > keep state > > # proxy > pass in on $ext_if proto tcp from any to $ext_if port 13128 keep state > > # bnc > pass in on $ext_if proto tcp from any to $ext_if port 8558 keep state > > # web > pass in on $ext_if proto tcp from any to $ext_if port 80 keep state > pass in on $ext_if proto tcp from any to $ext_if port 443 keep state > # email > pass in on $ext_if proto tcp from any to $ext_if port 25 keep state > pass in on $ext_if proto tcp from any to $ext_if port 110 keep state > pass in on $ext_if proto tcp from any to $ext_if port 143 keep state > pass in on $ext_if proto tcp from any to $ext_if port 587 keep state > pass in on $ext_if proto tcp from any to $ext_if port 993 keep state > pass in on $ext_if proto tcp from any to $ext_if port 995 keep state > # passive ftp > pass in on $ext_if proto tcp from any to $ext_if port 10000:10100 keep > state > # dcc > pass in on $ext_if proto tcp from any to $ext_if port 1024:1100 > keep state > pass in on $ext_if proto tcp from any to $ext_if port 31300:31310 keep > state > > # eggdrop bots > pass in on $ext_if proto tcp from any to $ext_if port 31335 keep state > pass in on $ext_if proto tcp from any to $ext_if port 31336 keep state > pass in on $ext_if proto tcp from any to $ext_if port 31337 keep state > pass in on $ext_if proto tcp from any to $ext_if port 31338 keep state > pass out on $ext_if proto { tcp, udp } all keep state > > # pass incoming packets destined to the addresses given in table . > #pass in on $ext_if proto { tcp, udp } from any to port 80 > keep state > > # pass incoming ports for ftp-proxy > #pass in on $ext_if inet proto tcp from any to $ext_if user proxy > keep state > > # assign packets to a queue. > #pass out on $ext_if from 192.168.0.0/24 to any keep state queue > developers > #pass out on $ext_if from 192.168.1.0/24 to any keep state queue marketing > > ---------- > > # cat /etc/sysctl.conf > kern.maxfiles=65536 > kern.maxfilesperproc=2000 > kern.ps_showallprocs=0 > kern.maxprocperuid=200 > kern.fallback_elf_brand=3 > kern.timecounter.method=1 > net.inet.tcp.sendspace=8192 > net.inet.tcp.recvspace=16384 > kern.ipc.maxsockbuf=2097152 > net.inet.ip.rtminexpire=2 > net.inet.ip.rtexpire=10 > > #ddos protection > net.inet.tcp.msl=7500 > net.inet.tcp.blackhole=2 > net.inet.udp.blackhole=1 > net.inet.icmp.icmplim=50 > kern.ipc.somaxconn=32768 > > ---------- > > #pkg_info > GeoIP-1.3.8 Find the country that any IP address or hostname > originates > ImageMagick-6.2.9.8 Image processing tools > apache-2.0.58_1 Version 2 of Apache web server with prefork MPM. > apr-nothr-gdbm-db4-1.0.1_1 The Apache Group's Portability Library > arc-5.21j Create & extract files from DOS .ARC files > arj-3.10.22 Open-source ARJ > aspell-0.60.3 Spelling checker with better suggestion logic than > ispell > atk-1.9.1 A GNOME accessibility toolkit (ATK) > autoconf-2.13.000227_5 Automatically configure source code on many Un*x > platforms > autoconf-2.53_3 Automatically configure source code on many Un*x > platforms > autoconf-2.59_2 Automatically configure source code on many Un*x > platforms > automake-1.4.6_2 GNU Standards-compliant Makefile generator (1.4) > automake-1.5_2,1 GNU Standards-compliant Makefile generator (1.5) > automake-1.9.6 GNU Standards-compliant Makefile generator (1.9) > autorespond-2.0.5 Simple autoresponder for qmail > bash-2.05b.007_2 The GNU Bourne Again Shell > bind9-9.3.1 Completely new version of the BIND DNS suite with > updated D > bison-1.75_2 A parser generator from FSF, (mostly) compatible > with Yacc > bitstream-vera-1.10_1 Bitstream Vera TrueType font collection > bmon-2.0.1 "BMON - Portable bandwidth monitor and rate estimator" > boehm-gc+threaded-6.8 Garbage collection and memory leak detection for C > and C++ > bsdpan-Class-Accessor-0.30 Class::Accessor - Automated accessor > generation > bsdpan-DBI-1.48 DBI - Database independent interface for Perl > bsdpan-Digest-HMAC-1.01 Digest::HMAC - Keyed-Hashing for Message > Authentication > bsdpan-Digest-SHA1-2.10 Digest::SHA1 - Perl interface to the > SHA-1 algorithm > bsdpan-Encode-2.18 Encode - character encodings > bsdpan-Finance-BeanCounter-0.8.1 Finance::BeanCounter - Module for stock > portfolio performan > bsdpan-Finance-YahooQuote-0.21 Finance::YahooQuote - Get stock quotes > from Yahoo! Finance > bsdpan-Geo-Coordinates-DecimalDegrees-0.05 > Geo::Coordinates::DecimalDegrees - convert between degrees/ > bsdpan-HTML-Entities-Numbered-0.04 HTML::Entities::Numbered - Conversion > of numbered HTML enti > bsdpan-Mail-Toaster-4.08 Mail::Toaster > bsdpan-MailTools-1.67 Mail::Cap - Parse mailcap files > bsdpan-Module-Pluggable-Fast-0.18 Module::Pluggable::Fast - Fast plugins > with instantiation > bsdpan-Net-DNS-0.53 Net::DNS - Perl interface to the DNS resolver > bsdpan-Net-IP-1.23 Net::IP - Perl extension for manipulating IPv4/IPv6 > address > bsdpan-Net-SMTP_auth-0.07 Net::SMTP_auth - Simple Mail Transfer Protocol > Client with > bsdpan-Net-Whois-IANA-0.21 Net::Whois::IANA - A universal WHOIS data > extractor. > bsdpan-RRDutil-2.2 rrdutil - a simple host monitoring app based > on rrdtool > bsdpan-Text-Iconv-1.4 Text::Iconv - Perl interface to iconv() codeset > conversion > bsdpan-UNIVERSAL-require-0.11 UNIVERSAL::require - require() modules > from a variable > bsdpan-XML-Liberal-0.16 XML::Liberal - Super liberal XML parser that > parses broken > bwm-ng-0.5_1 A small and simple bandwidth monitor > calc-2.11.5_1 Arbitrary precision calculator > cclient-2004d,1 Mark Crispin's C-client mail access routines > cfv-1.18.1 Utility to both test and create .sfv, .csv and > md5sum files > cgilib-0.5 A library of procedures for developing CGI > programs in C > cksfv-1.3.9 Create or manipulate Simple File Verification (SFV) > checksu > clamav-0.88.6 Command line virus scanner written entirely in C > courier-authlib-base-0.57 Courier authentication library base > courier-authlib-vchkpw-0.57 Vpopmail/vchkpw support for the Courier > authentication libr > courier-imap-4.0.4,1 IMAP (and POP3) server that provides access to > Maildir mail > cronolog-1.6.2 A web log rotation utility that provides datestamp > filename > cscope-15.5_2 An interactive C program browser > ctorrent-1.3.4_1 BitTorrent Client written in C for FreeBSD and Linux > curl-7.15.1 Non-interactive tool to get files from FTP, GOPHER, > HTTP(S) > cvsup-without-gui-16.1h_2 General network file distribution system > optimized for CVS > daemontools-0.76_11 Service monitoring and logging utilities by djb > db4-4.0.14_1,1 The Berkeley DB package, revision 4 > db41-4.1.25_4 The Berkeley DB package, revision 4.1 > db42-4.2.52_4 The Berkeley DB package, revision 4.2 > dcc-dccd-1.3.9 Distributed Checksum Clearinghouse procmail, > sendmail suppo > dict-1.10.8 Dictionary Server Protocol (RFC2229) client > docbook-1.3 Meta-port for the different versions of the > DocBook DTD > docbook-241_2 V2.4.1 of the DocBook DTD, designed for technical > documenta > docbook-3.0_2 V3.0 of the DocBook DTD, designed for technical > documentati > docbook-3.1_2 V3.1 of the DocBook DTD, designed for technical > documentati > docbook-4.0_2 V4.0 of the DocBook DTD, designed for technical > documentati > docbook-4.1_2 V4.1 of the DocBook DTD, designed for technical > documentati > docbook-xml-4.2_1 XML version of the DocBook DTD > eaccelerator-0.9.5 An opcode cache for PHP with encoder and loader > elinks-0.11.1 Elinks - links text WWW browser with enhancements > expat-2.0.0_1 XML 1.0 parser written in C > expect-5.43.0 A sophisticated scripter based on tcl/tk > ezm3-1.2 Easier, more portable Modula-3 distribution for > building CV > ezmlm-idx-0.40_3 Improved version of the ezmlm mailing list manager > fastest_cvsup-0.2.9_1 Finds fastest CVSup server > ffmpeg-0.4.9.p1_3 Hyper fast realtime audio/video encoder/converter, > streamin > flac-1.1.2_1 Free lossless audio codec > fontconfig-2.2.3,1 An XML-based font configuration API for X Windows > freetype2-2.1.10_1 A free and portable TrueType font rendering engine > gd-2.0.33_1,1 A graphics library for fast creation of images > gdbm-1.8.3_1 The GNU database manager > getline-3.9 A small, portable, and easy to use command > line library > gettext-0.14.5 GNU gettext package > ghostscript-gnu-7.07_13 GNU Postscript interpreter > glib-1.2.10_12 Some useful routines of C programming (previous > stable vers > glib-2.8.4 Some useful routines of C programming (current > stable versi > gmake-3.80_2 GNU version of 'make' utility > gnupg-1.4.5_2 The GNU Privacy Guard > gnutls-1.2.11 GNU Transport Layer Security library > gpart-0.1h_1 Tries to recover lost partition tables and > file systems > gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X) > gtk-1.2.10_15 Gimp Toolkit for X11 GUI (previous stable version) > gtk-2.6.9 Gimp Toolkit for X11 GUI (current stable version) > help2man-1.35.1 Automatically generating simple manual pages from > program o > hicolor-icon-theme-0.5 A high-color icon theme shell from the > FreeDesktop project > horde-3.1.3 A common code-base used by Horde applications, > written in P > html2text-1.3.2a Converts HTML documents into plain text > imake-6.8.2 Imake and other utilities from X.Org > imp-4.1.3 A webmail system which accesses mail over IMAP > ingo-1.1.2 Horde's email-filter management application > intltool-0.34.1 Tools to internationalize various kinds of data files > irssi-0.8.10 A modular IRC client with many features > iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) > isoqlog-2.2.1 A qmail, postfix, sendmail, exim MTA log analysis > program > ispell-3.2.06_13 An interactive spelling checker for multiple languages > jade-1.2.1_9 An object-oriented SGML/XML parser toolkit and DSSSL > engine > jasper-1.701.0 An implementation of the codec specified in the > JPEG-2000 s > jbigkit-1.6 Lossless compression for bi-level images such as > scanned pa > jhead-2.3 Exif Jpeg camera setting parser and thumbnail remover > jpeg-6b_3 IJG's jpeg compression utilities > lcms-1.16_1,1 Light Color Management System -- a color management > library > lftp-3.4.7 Shell-like command line ftp client > lha-1.14i_6 Archive files using LZSS and Huffman compression > (.lzh file > libXft-2.1.7 A client-sided font API for X applications > libart_lgpl2-2.3.17 Library for high-performance 2D graphics > libdrm-2.0.1_1 Userspace interface to kernel Direct Rendering > Module servi > libevent-1.1a Provides an API to execute callback functions on > certain ev > libfpx-1.2.0.12 Library routines for working with Flashpix images > libgcrypt-1.2.2_1 "General purpose crypto library based on code used > in GnuPG > libglade2-2.5.1_2 GNOME glade library > libglut-6.0.1 A graphics library similar to SGI's OpenGL > libgmp-4.2.1_1 A free library for arbitrary precision arithmetic > libgpg-error-1.3 Common error values for all GnuPG components > libiconv-1.9.2_1 A character set conversion library > libltdl-1.5.18 System independent dlopen wrapper > libmcal-0.7_1 Modular Calendar Access Library > libmcrypt-2.5.7_1 Multi-cipher cryptographic library (used in PHP) > libmng-1.0.8 Multiple-image Network Graphics (MNG) > reference library > libnet10-1.0.2a_2,1 A C library for creating IP packets > libogg-1.1.2_1,3 Ogg bitstream library > libsigc++-2.0.16 Callback Framework for C++ > libstatgrab-0.13 Provides a useful interface to system statistics > libtool-1.5.22_2 Generic shared library support script > libtorrent-0.10.4 BitTorrent Library written in C++ > libunrar-3.60.b4 Library to work with RAR archivies > libvorbis-1.1.1,3 Audio compression codec library > libwmf-0.2.8.3 Tools and library for converting Microsoft WMF > (windows met > libxml++-1.0.4 XML API for C++ > libxml2-2.6.20 XML parser library for GNOME > libxslt-1.1.14 The XSLT C library for GNOME > links-2.1.p17,1 Lynx-like text WWW browser > linuxdoc-1.1_1 The Linuxdoc SGML DTD > localedata-5.4 Legacy locale data for FreeBSD 6+ > lsof-4.77 Lists information about open files (similar > to fstat(1)) > lynx-ssl-2.8.5 A non-graphical, text-based World-Wide Web client > with SSL > m4-1.4.3 GNU m4 > maildrop-1.8.0_3 Mail delivery agent (MDA) with filtering abilities > mhash-0.9.2 An easy-to-use library for strong hashes such as MD5 > and SH > mime-support-3.39.1 MIME Media Types list > mod_perl2-2.0.1,2 Embeds a Perl interpreter in the Apache2 server > mod_proxy_html-2.5.1 Apache module for rewriting HTML links in proxied > content > mpeg2codec-1.2_1 An MPEG-2 Encoder and Decoder > mutt-1.4.2.2 The Mongrel of Mail User Agents (part Elm, Pine, > Mush, mh, > mysql-client-4.1.13 Multithreaded SQL database (client) > mysql-server-4.1.13 Multithreaded SQL database (server) > mysqltcl-3.01 TCL module for accessing MySQL databases based on > msqltcl > mytop-1.4_1 A top clone for MySQL > nag-2.1.1_1 Nag is a simple, multiuser task list manager > nano-1.2.5 Nano's ANOther editor, an enhanced free Pico clone > nas-1.7 Network Audio System > nasm-0.98.39,1 General-purpose multi-platform x86 assembler > ncftp-3.1.9 ftp replacement with advanced user interface > ncftp1-1.9.5 FTP replacement with advanced user interface > neon-0.24.7 An HTTP and WebDAV client library for Unix systems > netpbm-10.26.12_1 A toolkit for conversion of images between different > format > nmap-3.81 Port scanning utility for large networks > ntp-4.2.0_1 The Network Time Protocol Distribution > nzbget-0.2.3 A binary newsreader supporting NZB files > ocaml-nox11-3.08.3_2 Objective Caml compiler and programming environment > (no X11 > oidentd-2.0.8 Ident server that supports user-defined ident strings > openldap-client-2.2.27 Open source LDAP client implementation > openssl-0.9.8b_1 SSL and crypto library > p5-Archive-Tar-1.24 Perl module for creation and manipulation of tar files > p5-Authen-SASL-2.09 Perl5 module for SASL authentication > p5-Bit-Vector-6.4 Library of advanced math functions that includes a > Perl OO > p5-Carp-Datum-0.1.3 Debugging And Tracing Ultimate Module > p5-Compress-Zlib-1.35 Perl5 interface to zlib compression library > p5-Convert-BinHex-1.119 Perl module to extract data from Macintosh > BinHex files > p5-Crypt-DES-2.03 Perl5 interface to DES block cipher > p5-Crypt-PasswdMD5-1.3 Perl module that provides interoperable MD5-based > crypt() f > p5-DBD-mysql-3.0002 MySQL driver for the Perl5 Database Interface (DBI) > p5-DBI-1.48 The perl5 Database Interface. Required for DBD::* > modules > p5-Date-Calc-5.4 Gregorian calendar date calculations > p5-Date-Manip-5.44 Perl5 module containing date manipulation routines > p5-Digest-1.10 Modules that calculate message digests > p5-Digest-MD5-2.33 Perl5 interface to the MD5 algorithm > p5-Email-Abstract-2.01 Unified interface to mail representations > p5-Email-Simple-1.92 Simple parsing of RFC2822 message format and headers > p5-Email-Valid-0.15 Check validity of Internet email addresses > p5-ExtUtils-CBuilder-0.12 Compile and link C code for Perl modules > p5-ExtUtils-ParseXS-2.07 Converts Perl XS code into C code > p5-Frontier-RPC-0.06 Frontier::RPC implements UserLand Software's XML RPC > p5-GD-2.25 A perl5 interface to Gd Graphics Library version2 > p5-Getargs-Long-1.1001 Parse routine arguments > p5-HTML-Parser-3.45 Perl5 module for parsing HTML documents > p5-HTML-Tagset-3.04 Some useful data table in parsing HTML > p5-HTML-Template-2.7_1 Perl module to use HTML Templates from CGI scripts > p5-IO-Socket-SSL-0.97 Perl5 interface to SSL sockets > p5-IO-String-1.06 Simplified Perl5 module to handle I/O on > in-core strings > p5-IO-Zlib-1.04_1 IO:: style interface to Compress::Zlib > p5-IO-stringy-2.110 Perl5 module for using IO handles with > non-file objects > p5-Locale-Codes-2.07 Perl5 module providing access to ISO3167 and ISO639 > Country > p5-Log-Agent-0.307 A set of perl modules that allows you to enhance > logging ca > p5-MIME-Base64-3.05 Perl5 module for Base64 and Quoted-Printable encodings > p5-MIME-Tools-5.417,2 A set of perl5 modules for MIME > p5-Mail-Audit-2.1_1 Perl module for creating easy mail filters > p5-Mail-Ezmlm-0.05.1 Perl module to allow object methods for ezmlm-idx > mailing l > p5-Mail-IMAPClient-2.2.9 Perl5 module to talk to a IMAP4rev1 (RFC2060) > server > p5-Mail-ListDetector-0.31 Perl module for detecting mailing list messages > p5-Mail-POP3Client-2.16 Perl5 module to talk to a POP3 (RFC1939) server > p5-Mail-SPF-Query-1.997 Query Sender Permitted From for an IP,email,helo > p5-Mail-SpamAssassin-3.0.4 A highly efficient mail filter for > identifying spam > p5-Module-Build-0.26.11 Build and install Perl modules > p5-Module-Pluggable-2.95 Automatically give your module the ability to > have plugins > p5-Net-1.19,1 Perl5 modules to access and use network protocols > p5-Net-AIM-1.22 Perl extension for the AOL Instant Messenger TOC > protocol > p5-Net-CIDR-0.10 Perl module to manipulate IPv4/IPv6 netblocks in > CIDR notat > p5-Net-CIDR-Lite-0.18 Perl extension for merging IPv4 or IPv6 > CIDR addresses > p5-Net-OSCAR-1.907 Perl extension for the AOL Instant Messenger OSCAR > protocol > p5-Net-ParseWhois-0.62 Extendable perl5 module for parsing whois > information > p5-Net-SNMP-5.1.0 A perl module for SNMP... Net::SNMP > p5-Net-SSLeay-1.25 Perl5 interface to SSL > p5-Net-Whois-1.9 A perl5 module to get information using the Whois > protocol > p5-Net-Whois-Raw-0.97 Very simple Perl interface to query raw whois data > p5-Parse-RecDescent-1.94 A recursive descent parsing framework for Perl > p5-PathTools-3.09 A Perl module for portably manipulating file > specifications > p5-Quota-1.5.0 Perl module that provides access to filesystem quotas > p5-Scalar-List-Utils-1.14,1 Perl subroutines that would be nice to have > in the perl cor > p5-Statistics-Descriptive-2.6 Perl module that supplies statistical > methods for perl5 > p5-Sys-Hostname-Long-1.4 Try every conceivable way to get full hostname > p5-Term-ANSIColor-1.11 Color screen output using ANSI escape sequences > p5-Term-ReadKey-2.30 A perl5 module for simple terminal control > p5-Test-Harness-2.52 Run perl standard test scripts with statistics > p5-Test-Simple-0.60 Basic utilities for writing tests in perl > p5-Text-Balanced-1.95 Text::Balanced - extract delimited text sequences > from stri > p5-TimeDate-1.16,1 Perl5 module containing a better/faster date parser > for abs > p5-URI-1.35 Perl5 interface to Uniform Resource Identifier (URI) > refere > p5-WWW-Mechanize-1.16 This module is to help you automate interaction > with a webs > p5-XML-LibXML-1.58_1 Interface to Gnome libxml2 library > p5-XML-LibXML-Common-0.13 Routines and Constants common for XML::LibXML > and XML::GDOM > p5-XML-NamespaceSupport-1.09_1 A simple generic namespace support class > p5-XML-Parser-2.34_1 Perl extension interface to James Clark's XML > parser, expat > p5-XML-SAX-0.12 Simple API for XML > p5-YAML-0.39 "YAML implementation in Perl" > p5-gettext-1.03 Message handling functions > p5-libwww-5.803 Perl5 library for WWW access > p5-vpopmail-0.08 Perl module to provide access to vpopmail API > pango-1.8.2 An open-source framework for the layout and > rendering of i1 > par2cmdline-0.4 Tools for using Parity v2 Archive files > pcre-7.0_1 Perl Compatible Regular Expressions library > pdflib-7.0.0p3 A C library for dynamically generating PDF > pear-1.4.11 PEAR framework for PHP > pear-Auth-1.4.0 PEAR class for creating an authentication system > pear-Auth_SASL-1.0.2 PEAR abstraction of various SASL mechanism responses > pear-Cache-1.5.4_1 PEAR framework for caching of arbitrary data > pear-DB-1.7.6,1 PEAR Database Abstraction Layer > pear-Date-1.4.7 PEAR Date and Time Zone Classes > pear-File-1.2.2,1 PEAR common file and directory routines > pear-HTTP_Request-1.4.0 PEAR classes providing an easy way to perform > HTTP requests > pear-Log-1.9.9 PEAR logging utilities > pear-Mail-1.1.14 PEAR class that provides multiple interfaces for > sending em > pear-Mail_Mime-1.3.1 PEAR classes to create and decode MIME messages > pear-Net_SMTP-1.2.8 PEAR class that provides an implementation of the > SMTP prot > pear-Net_Socket-1.0.6 PEAR Network Socket Interface > pear-Net_URL-1.0.14 Easy parsing of URLs > pear-SOAP-0.9.1 PEAR SOAP Client/Server for PHP > pear-Services_Weather-1.4.0 PEAR interface to various online > weather-services > pear-XML_Parser-1.2.7 PEAR XML parsing class based on PHP's bundled expat > pear-XML_Serializer-0.18.0 PEAR Swiss-army knive for reading and writing > XML files > pear-XML_Util-1.1.1 PEAR XML utility class > pecl-fileinfo-1.0.4 A PECL extension to retrieve info about files > pecl-memcache-2.1.0 Memcached extension > pecl-pdflib-2.1.2 A PECL extension to create PDF on the fly > perl-5.8.5 Practical Extraction and Report Language > php4-4.4.4_1 PHP Scripting Language (Apache Module and CLI) > php4-bz2-4.4.4_1 The bz2 shared extension for php > php4-ctype-4.4.4_1 The ctype shared extension for php > php4-domxml-4.4.4_1 The domxml shared extension for php > php4-extensions-1.0 A "meta-port" to install PHP extensions > php4-ftp-4.4.4_1 The ftp shared extension for php > php4-gd-4.4.4_1 The gd shared extension for php > php4-gettext-4.4.4_1 The gettext shared extension for php > php4-iconv-4.4.4_1 The iconv shared extension for php > php4-imap-4.4.4_1 The imap shared extension for php > php4-ldap-4.4.0 The ldap shared extension for php > php4-mbstring-4.4.4_1 The mbstring shared extension for php > php4-mcal-4.4.4_1 The mcal shared extension for php > php4-mcrypt-4.4.4_1 The mcrypt shared extension for php > php4-mhash-4.4.4_1 The mhash shared extension for php > php4-mysql-4.4.4_1 The mysql shared extension for php > php4-overload-4.4.4_1 The overload shared extension for php > php4-pcre-4.4.4_1 The pcre shared extension for php > php4-posix-4.4.4_1 The posix shared extension for php > php4-session-4.4.4_1 The session shared extension for php > php4-sysvsem-4.4.4_1 The sysvsem shared extension for php > php4-sysvshm-4.4.4_1 The sysvshm shared extension for php > php4-tokenizer-4.4.4_1 The tokenizer shared extension for php > php4-xml-4.4.4_1 The xml shared extension for php > php4-zlib-4.4.4_1 The zlib shared extension for php > phpMyAdmin-2.9.1.1 A set of PHP-scripts to manage MySQL over the web > pkgconfig-0.17.2 A utility to retrieve information about installed > libraries > plone-2.1.1 A user friendly implementation of the CMF written on > top of > png-1.2.8_2 Library for manipulating PNG images > popt-1.7 A getopt(3) like library with a number of > enhancements, fro > portaudit-0.5.11 Checks installed ports against a list of security > vulnerabi > portupgrade-2.2.6_3,2 FreeBSD ports/packages administration and > management tool s > proftpd-1.3.0_4 Highly configurable ftp daemon > psybnc-2.3.1_1 PsyBNC is an extremely powerful IRC bouncer > pure-sfv-0.3 Utility to test and create .sfv files > pwgen-2.05 A small, powerful, GPL'ed password generator > py24-dnspython-1.3.5_1 A DNS toolkit for Python > py24-fchksum-1.7.1 Python module to find the checksum of files > py24-numeric-23.8 The Numeric Extension to Python > py24-psyco-1.4 Python Specializing Compiler > py24-pycrypto-2.0.1 The Python Cryptography Toolkit > py24-twistedCore-2.1.0_1 An asynchronous networking framework for Python > - Core modu > py24-zopeInterface-3.0.1 Zope.interface package from Zope 3 > python-2.3.5_1 An interpreted object-oriented programming language > python-2.4.1_3 An interpreted object-oriented programming language > python24-2.4.3_3 An interpreted object-oriented programming language > qmail-1.03_4 A secure, reliable, efficient, simple, and fast MTA > qmailadmin-1.2.7,1 CGI program for administering Qmail with > vchkpw/vpopmail > qmailanalog-0.70_1 A collection of tools to analyze qmail-send's activity > qmake-3.3.4 The build utility of the Qt project > qt-3.3.4 Multiplatform C++ application framework > razor-agents-2.72_1 A distributed, collaborative, spam detection and > filtering > ripmime-1.4.0.5 Extracts attached files out of a MIME encoded email > package > rpm-3.0.6_10 The Red Hat Package Manager > rrdtool-1.2.11 Round Robin Database Tools > rsync-2.6.8_2 A network file distribution/synchronization utility > ruby-1.8.6,1 An object-oriented interpreted scripting language > ruby18-bdb-0.5.9_2 Ruby interface to Sleepycat's Berkeley DB revision 2 > or lat > ruby18-gdbm-1.8.5,1 A Ruby extension to GDBM library > ruby18-gems-0.9.2 Package management framework for the Ruby language > rubygem-actionmailer-1.3.3 Easy email delivery and testing for Ruby > rubygem-actionpack-1.13.3 Action Controller and Action View of Rails MVC > Framework > rubygem-actionwebservice-1.2.3 Simple support for publishing Web Service > APIs for Rails ap > rubygem-activerecord-1.15.3 Object-relational mapping layer for Rails > MVC Framework > rubygem-activesupport-1.4.2 Utility classes and extension that are > required by Rails MV > rubygem-rails-1.2.3 MVC web application framework > rubygem-rake-0.7.2 Ruby Make > scons-0.96.90_1 A build tool alternative to make > screen-4.0.2_1 A multi-screen window manager > setquota-0.1 Command line quota tools > sgmlformat-1.7_2 Generates groff and HTML from linuxdoc and docbook > SGML doc > shared-mime-info-0.16_1 A MIME type database from the FreeDesktop project > shorten-3.6.0 Fast and optionally lossless compression for > waveform files > silc-client-1.0.1_3 Secure Internet Live Conferencing (SILC) > network client > squid-2.5.12 The successful WWW proxy cache and accelerator > squirrelmail-1.4.8 A webmail system which accesses mail over IMAP > sqwebmail-5.0.4 CGI Webmail client for Maildirs > stunnel-4.11 SSL encryption wrapper for standard network daemons > subversion-1.2.1 Version control system > sudo-1.6.8.12_2 Allow others to run commands as root > sysconftool-0.14 Helps to install application configuration files > t1lib-5.0.1,1 A Type 1 Rasterizer Library for UNIX/X11 > tcl-8.4.11,1 Tool Command Language > tcptraceroute-1.4_2 A traceroute implementation using TCP packets > texi2html-1.76_1,1 Texinfo to HTML converter > tiff-3.7.3 Tools and library routines for working with > TIFF images > tk-8.4.11,2 Graphical toolkit for TCL > tor-0.1.0.14 An anonymizing overlay network for TCP > tsocks-1.8.b5_3 Allow non SOCKS aware applications to use SOCKS > without mod > turba-2.1.2 The Horde contact management application > ucd-snmp-4.2.6_3 An extendable SNMP implementation > ucspi-tcp-0.88_1 Command-line tools for building TCP client-server > applicati > unarj-2.65_2 Allows files to be extracted from ARJ archives > unison-2.10.2 A user-level file synchronization tool > unrar-3.43,3 Extract, view & test RAR archives > unzip-5.52_2 List, test and extract compressed files in a > ZIP archive > unzoo-4.4 A zoo archive extractor > uulib-0.5.20 A library for uu/xx/Base64/BinHex/yEnc de-/encoding > vim-7.0.35 Vi "workalike", with many additional features > vpopmail-5.4.10_3 Easy virtual domain and authentication package for > use with > vqadmin-2.3.6 A cgi-based Virtual Qmail Domains Administrator > w3m-0.5.1_6 A pager/text-based WWW browser > webalizer-2.1.10_5 A web server log file analysis program > webcpp-0.8.4 Convert your source code to syntax highlighted HTML > wget-1.10_2 Retrieve files from the Net via HTTP and FTP > wv-1.0.0_3 A library and executables to access Microsoft > Word files > xhtml-1.0.20020801_4 W3C's XHTML DTD > xhtml-basic-1.0.20001219_1 W3C's XHTML Basic DTD > xhtml-modularization-1.0.20010410 W3C's Modularization of XHTML DTDs and > docs > xlhtml-0.5_1,1 Convert Excel and PowerPoint files to HTML and text > xmlcatmgr-2.2 SGML and XML catalog manager > xorg-clients-6.8.2 X client programs and related files from X.Org > xorg-fonts-encodings-6.8.2 X.Org font encoding files > xorg-fonts-truetype-6.8.2 X.Org TrueType fonts > xorg-libraries-6.8.2 X11 libraries and headers from X.Org > xterm-203 Terminal emulator for the X Window System > ytalk-3.3.0 A new "talk" that can talk to multiple parties at once > zip-2.32 Create/update ZIP files compatible with pkzip > zoo-2.10.1 Manipulate archives of files in compressed form > zope-2.7.8 An object-based web application platform > zsh-4.3.2 The Z shell > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 05:00:16 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0892916A400 for ; Wed, 11 Jul 2007 05:00:16 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 44EE113C455 for ; Wed, 11 Jul 2007 05:00:15 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDESK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id l6B502I3002875; Tue, 10 Jul 2007 22:00:03 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: =?iso-8859-1?Q?Kyrre_Nyg=E5rd?= , Date: Tue, 10 Jul 2007 22:00:52 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Importance: Normal In-Reply-To: <469393CC.9070802@broadpark.no> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Tue, 10 Jul 2007 22:00:03 -0700 (PDT) Cc: Subject: RE: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 05:00:16 -0000 One other thing you can try - set the ethernet adapter to 10BaseT half duplex and see if it gets better. Ted > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Kyrre NygЕrd > Sent: Tuesday, July 10, 2007 7:12 AM > To: questions@freebsd.org > Subject: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps > > > Hello. > > My friend is switching to Linux because FreeBSD is failing on him. > > When downloading a file from a FreeBSD box and a Linux box on the same > network, the FreeBSD box got 88.78 KBps whereas the Linux got 624.95 > Kbps. I have no idea what's wrong, but my man isn't really into good > information design (e.g. taking something complex and making it easy), > so his system is a mess. Maybe some of you can help me locate where the > problem's at? > > Thanks guys, > Kyrre > > # ifconfig -a > sis0: flags=8843 mtu 1500 > options=8 > inet6 fe80::20e:a6ff:fe53:d066%sis0 prefixlen 64 scopeid 0x1 > inet 67.143.227.66 netmask 0xfffffff8 broadcast 67.143.227.71 > inet 67.143.227.67 netmask 0xffffffff broadcast 67.143.227.67 > inet 67.143.227.68 netmask 0xffffffff broadcast 67.143.227.68 > inet 67.143.227.69 netmask 0xffffffff broadcast 67.143.227.69 > inet 67.143.227.70 netmask 0xffffffff broadcast 67.143.227.70 > inet 67.143.231.97 netmask 0xffffffff broadcast 67.143.231.97 > inet 67.143.231.98 netmask 0xffffffff broadcast 67.143.231.98 > inet 67.143.231.99 netmask 0xffffffff broadcast 67.143.231.99 > inet 67.143.231.100 netmask 0xffffffff broadcast 67.143.231.100 > inet 67.143.231.101 netmask 0xffffffff broadcast 67.143.231.101 > inet 67.143.231.102 netmask 0xffffffff broadcast 67.143.231.102 > ether 00:0e:a6:53:d0:66 > media: Ethernet autoselect (100baseTX ) > status: active > plip0: flags=108810 mtu 1500 > lo0: flags=8049 mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet 127.0.0.1 netmask 0xff000000 > pflog0: flags=141 mtu 33208 > > #cat /etc/rc.conf > ifconfig_sis0="inet 67.143.227.66 netmask 255.255.255.248" > defaultrouter="67.143.227.65" > hostname="his.box~com" > > ifconfig_sis0_alias0="67.143.227.67 netmask 0xffffffff" > ifconfig_sis0_alias1="67.143.227.68 netmask 0xffffffff" > ifconfig_sis0_alias2="67.143.227.69 netmask 0xffffffff" > ifconfig_sis0_alias3="67.143.227.70 netmask 0xffffffff" > ifconfig_sis0_alias4="67.143.231.97 netmask 0xffffffff" > ifconfig_sis0_alias5="67.143.231.98 netmask 0xffffffff" > ifconfig_sis0_alias6="67.143.231.99 netmask 0xffffffff" > ifconfig_sis0_alias7="67.143.231.100 netmask 0xffffffff" > ifconfig_sis0_alias8="67.143.231.101 netmask 0xffffffff" > ifconfig_sis0_alias9="67.143.231.102 netmask 0xffffffff" > > kern.ipc.maxsockbuf=8388608 > net.inet.tcp.sendspace=3217968 > net.inet.tcp.recvspace=3217968 > net.inet.tcp.rfc1323=1 > > syslogd_enable="YES" > syslogd_flags="-4 -v -v -s -s -l /etc/namedb/var/run/log" > stunnel_enable="YES" > pf_enable="YES" > pflog_enable="YES" > > sshd_enable="YES" > inetd_enable="YES" > inetd_flags="-wWl" > named_enable="YES" > named_program="/usr/local/sbin/named" > named_flags="-u bind -c /etc/namedb/named.conf" > mysql_enable="YES" > apache2_enable="YES" > apache2ssl_enable="YES" > sendmail_enable="NONE" > courier_authdaemond_enable="YES" > courier_imap_imapd_enable="YES" > courier_imap_imapdssl_enable="YES" > courier_imap_imapd_ssl_enable="YES" > courier_imap_pop3dssl_enable="YES" > courier_imap_pop3d_ssl_enable="YES" > sqwebmaild_enable="YES" > spamd_enable="YES" > spamd_flags="-d -q -v -x -r /var/run/spamd.pid" > clamav_clamd_enable="YES" > clamav_freshclam_enable="YES" > svscan_enable="YES" > snmpd_enable="YES" > proftpd_enable="YES" > > usbd_enable="YES" > > clear_tmp_enable="YES" > update_motd="NO" > > linux_enable="YES" > > ---------- > > # cat /etc/pf.conf > ext_if="sis0" # replace with actual external interface name i.e., dc0 > loc_if="lo0" # lo0 - local interface 127.0.0.1 > table { 67.143.227.66, 67.143.227.67, 67.143.227.68, > 67.143.227.69, 67.143.227.70 67.143.231.97 67.143.231.98 67.143.231.99 > 67.143.231.100 67.143.231.101 67.143.231.102} > table { 205.209.177.60 } > table { 67.143.227.66, 128.242.160.3, 68.83.182.43, > 66.252.8.133 } > table { 222.152.0.43, 219.89.75.39, 222.152.3.100, > 222.152.4.82, 65.175.125.87, 59.188.133.195, 59.59.154.71, > 222.245.97.116, 201.141.212.230, 208.53.3.92, 124.163.176.58, > 213.230.128.226, 208.69.32.130, 65.175.125.94, 65.111.17.147, > 216.15.177.196, 72.37.165.0/24, 200.184.163.0/24 } > > scrub in all > > #smtp forward > rdr inet proto tcp from any to $ext_if port 2525 -> 67.143.227.70 port 25 > > #block in quick on $ext_if from > block drop in quick on $ext_if from to > > # Filtering: the implicit first two rules are > pass in all > pass out all > > # block all incoming packets but allow ssh, pass all outgoing tcp and udp > # connections and keep state, logging blocked packets. > block in log all > > # restrict SSH > #pass in log on $ext_if proto tcp from { , , > } to $ext_if port 22 keep state > pass in log on $ext_if proto tcp from any to $ext_if port 22 keep state > > # seems to work > pass in quick on $loc_if all > pass out quick on $loc_if all > > # Cybercon server monitor > #pass in on $ext_if proto {icmp, tcp, udp} from 72.29.23.120 to any > all keep state > > # for FTP > #pass in on $ext_if proto tcp from any to $ext_if port 21 keep state > #pass in on $ext_if proto udp from any to $ext_if port 20 keep state > pass in on $ext_if proto tcp from any to $ext_if port 1242 keep state > pass in on $ext_if proto udp from any to $ext_if port 1242 keep state > > > # for ident > pass in on $ext_if proto tcp from any to $ext_if port 113 keep state > pass in on $ext_if proto udp from any to $ext_if port 113 keep state > > # temporary fix > #pass in on $ext_if proto udp from any to any all keep state > > # kind of broken > #pass in quick on $ext_if proto tcp from any to any port 53 keep state > #pass in quick on $ext_if proto udp from any to any port 53 keep state > > pass in log on $ext_if proto { tcp, udp } from any to 67.143.227.66 > port 53 keep state > pass in log on $ext_if proto { tcp, udp } from any to 67.143.227.67 > port 53 keep state > pass out log on $ext_if proto { tcp, udp } from any to any port 53 > keep state > > # testing > #pass out on $ext_if proto { tcp, udp } from any to any port 53 > keep state > #pass in on $ext_if proto { tcp, udp } from any to any port 53 > keep state > > # proxy > pass in on $ext_if proto tcp from any to $ext_if port 13128 keep state > > # bnc > pass in on $ext_if proto tcp from any to $ext_if port 8558 keep state > > # web > pass in on $ext_if proto tcp from any to $ext_if port 80 keep state > pass in on $ext_if proto tcp from any to $ext_if port 443 keep state > # email > pass in on $ext_if proto tcp from any to $ext_if port 25 keep state > pass in on $ext_if proto tcp from any to $ext_if port 110 keep state > pass in on $ext_if proto tcp from any to $ext_if port 143 keep state > pass in on $ext_if proto tcp from any to $ext_if port 587 keep state > pass in on $ext_if proto tcp from any to $ext_if port 993 keep state > pass in on $ext_if proto tcp from any to $ext_if port 995 keep state > # passive ftp > pass in on $ext_if proto tcp from any to $ext_if port 10000:10100 keep > state > # dcc > pass in on $ext_if proto tcp from any to $ext_if port 1024:1100 > keep state > pass in on $ext_if proto tcp from any to $ext_if port 31300:31310 keep > state > > # eggdrop bots > pass in on $ext_if proto tcp from any to $ext_if port 31335 keep state > pass in on $ext_if proto tcp from any to $ext_if port 31336 keep state > pass in on $ext_if proto tcp from any to $ext_if port 31337 keep state > pass in on $ext_if proto tcp from any to $ext_if port 31338 keep state > pass out on $ext_if proto { tcp, udp } all keep state > > # pass incoming packets destined to the addresses given in table . > #pass in on $ext_if proto { tcp, udp } from any to port 80 > keep state > > # pass incoming ports for ftp-proxy > #pass in on $ext_if inet proto tcp from any to $ext_if user proxy > keep state > > # assign packets to a queue. > #pass out on $ext_if from 192.168.0.0/24 to any keep state queue > developers > #pass out on $ext_if from 192.168.1.0/24 to any keep state queue marketing > > ---------- > > # cat /etc/sysctl.conf > kern.maxfiles=65536 > kern.maxfilesperproc=2000 > kern.ps_showallprocs=0 > kern.maxprocperuid=200 > kern.fallback_elf_brand=3 > kern.timecounter.method=1 > net.inet.tcp.sendspace=8192 > net.inet.tcp.recvspace=16384 > kern.ipc.maxsockbuf=2097152 > net.inet.ip.rtminexpire=2 > net.inet.ip.rtexpire=10 > > #ddos protection > net.inet.tcp.msl=7500 > net.inet.tcp.blackhole=2 > net.inet.udp.blackhole=1 > net.inet.icmp.icmplim=50 > kern.ipc.somaxconn=32768 > > ---------- > > #pkg_info > GeoIP-1.3.8 Find the country that any IP address or hostname > originates > ImageMagick-6.2.9.8 Image processing tools > apache-2.0.58_1 Version 2 of Apache web server with prefork MPM. > apr-nothr-gdbm-db4-1.0.1_1 The Apache Group's Portability Library > arc-5.21j Create & extract files from DOS .ARC files > arj-3.10.22 Open-source ARJ > aspell-0.60.3 Spelling checker with better suggestion logic than > ispell > atk-1.9.1 A GNOME accessibility toolkit (ATK) > autoconf-2.13.000227_5 Automatically configure source code on many Un*x > platforms > autoconf-2.53_3 Automatically configure source code on many Un*x > platforms > autoconf-2.59_2 Automatically configure source code on many Un*x > platforms > automake-1.4.6_2 GNU Standards-compliant Makefile generator (1.4) > automake-1.5_2,1 GNU Standards-compliant Makefile generator (1.5) > automake-1.9.6 GNU Standards-compliant Makefile generator (1.9) > autorespond-2.0.5 Simple autoresponder for qmail > bash-2.05b.007_2 The GNU Bourne Again Shell > bind9-9.3.1 Completely new version of the BIND DNS suite with > updated D > bison-1.75_2 A parser generator from FSF, (mostly) compatible > with Yacc > bitstream-vera-1.10_1 Bitstream Vera TrueType font collection > bmon-2.0.1 "BMON - Portable bandwidth monitor and rate estimator" > boehm-gc+threaded-6.8 Garbage collection and memory leak detection for C > and C++ > bsdpan-Class-Accessor-0.30 Class::Accessor - Automated accessor > generation > bsdpan-DBI-1.48 DBI - Database independent interface for Perl > bsdpan-Digest-HMAC-1.01 Digest::HMAC - Keyed-Hashing for Message > Authentication > bsdpan-Digest-SHA1-2.10 Digest::SHA1 - Perl interface to the > SHA-1 algorithm > bsdpan-Encode-2.18 Encode - character encodings > bsdpan-Finance-BeanCounter-0.8.1 Finance::BeanCounter - Module for stock > portfolio performan > bsdpan-Finance-YahooQuote-0.21 Finance::YahooQuote - Get stock quotes > from Yahoo! Finance > bsdpan-Geo-Coordinates-DecimalDegrees-0.05 > Geo::Coordinates::DecimalDegrees - convert between degrees/ > bsdpan-HTML-Entities-Numbered-0.04 HTML::Entities::Numbered - Conversion > of numbered HTML enti > bsdpan-Mail-Toaster-4.08 Mail::Toaster > bsdpan-MailTools-1.67 Mail::Cap - Parse mailcap files > bsdpan-Module-Pluggable-Fast-0.18 Module::Pluggable::Fast - Fast plugins > with instantiation > bsdpan-Net-DNS-0.53 Net::DNS - Perl interface to the DNS resolver > bsdpan-Net-IP-1.23 Net::IP - Perl extension for manipulating IPv4/IPv6 > address > bsdpan-Net-SMTP_auth-0.07 Net::SMTP_auth - Simple Mail Transfer Protocol > Client with > bsdpan-Net-Whois-IANA-0.21 Net::Whois::IANA - A universal WHOIS data > extractor. > bsdpan-RRDutil-2.2 rrdutil - a simple host monitoring app based > on rrdtool > bsdpan-Text-Iconv-1.4 Text::Iconv - Perl interface to iconv() codeset > conversion > bsdpan-UNIVERSAL-require-0.11 UNIVERSAL::require - require() modules > from a variable > bsdpan-XML-Liberal-0.16 XML::Liberal - Super liberal XML parser that > parses broken > bwm-ng-0.5_1 A small and simple bandwidth monitor > calc-2.11.5_1 Arbitrary precision calculator > cclient-2004d,1 Mark Crispin's C-client mail access routines > cfv-1.18.1 Utility to both test and create .sfv, .csv and > md5sum files > cgilib-0.5 A library of procedures for developing CGI > programs in C > cksfv-1.3.9 Create or manipulate Simple File Verification (SFV) > checksu > clamav-0.88.6 Command line virus scanner written entirely in C > courier-authlib-base-0.57 Courier authentication library base > courier-authlib-vchkpw-0.57 Vpopmail/vchkpw support for the Courier > authentication libr > courier-imap-4.0.4,1 IMAP (and POP3) server that provides access to > Maildir mail > cronolog-1.6.2 A web log rotation utility that provides datestamp > filename > cscope-15.5_2 An interactive C program browser > ctorrent-1.3.4_1 BitTorrent Client written in C for FreeBSD and Linux > curl-7.15.1 Non-interactive tool to get files from FTP, GOPHER, > HTTP(S) > cvsup-without-gui-16.1h_2 General network file distribution system > optimized for CVS > daemontools-0.76_11 Service monitoring and logging utilities by djb > db4-4.0.14_1,1 The Berkeley DB package, revision 4 > db41-4.1.25_4 The Berkeley DB package, revision 4.1 > db42-4.2.52_4 The Berkeley DB package, revision 4.2 > dcc-dccd-1.3.9 Distributed Checksum Clearinghouse procmail, > sendmail suppo > dict-1.10.8 Dictionary Server Protocol (RFC2229) client > docbook-1.3 Meta-port for the different versions of the > DocBook DTD > docbook-241_2 V2.4.1 of the DocBook DTD, designed for technical > documenta > docbook-3.0_2 V3.0 of the DocBook DTD, designed for technical > documentati > docbook-3.1_2 V3.1 of the DocBook DTD, designed for technical > documentati > docbook-4.0_2 V4.0 of the DocBook DTD, designed for technical > documentati > docbook-4.1_2 V4.1 of the DocBook DTD, designed for technical > documentati > docbook-xml-4.2_1 XML version of the DocBook DTD > eaccelerator-0.9.5 An opcode cache for PHP with encoder and loader > elinks-0.11.1 Elinks - links text WWW browser with enhancements > expat-2.0.0_1 XML 1.0 parser written in C > expect-5.43.0 A sophisticated scripter based on tcl/tk > ezm3-1.2 Easier, more portable Modula-3 distribution for > building CV > ezmlm-idx-0.40_3 Improved version of the ezmlm mailing list manager > fastest_cvsup-0.2.9_1 Finds fastest CVSup server > ffmpeg-0.4.9.p1_3 Hyper fast realtime audio/video encoder/converter, > streamin > flac-1.1.2_1 Free lossless audio codec > fontconfig-2.2.3,1 An XML-based font configuration API for X Windows > freetype2-2.1.10_1 A free and portable TrueType font rendering engine > gd-2.0.33_1,1 A graphics library for fast creation of images > gdbm-1.8.3_1 The GNU database manager > getline-3.9 A small, portable, and easy to use command > line library > gettext-0.14.5 GNU gettext package > ghostscript-gnu-7.07_13 GNU Postscript interpreter > glib-1.2.10_12 Some useful routines of C programming (previous > stable vers > glib-2.8.4 Some useful routines of C programming (current > stable versi > gmake-3.80_2 GNU version of 'make' utility > gnupg-1.4.5_2 The GNU Privacy Guard > gnutls-1.2.11 GNU Transport Layer Security library > gpart-0.1h_1 Tries to recover lost partition tables and > file systems > gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X) > gtk-1.2.10_15 Gimp Toolkit for X11 GUI (previous stable version) > gtk-2.6.9 Gimp Toolkit for X11 GUI (current stable version) > help2man-1.35.1 Automatically generating simple manual pages from > program o > hicolor-icon-theme-0.5 A high-color icon theme shell from the > FreeDesktop project > horde-3.1.3 A common code-base used by Horde applications, > written in P > html2text-1.3.2a Converts HTML documents into plain text > imake-6.8.2 Imake and other utilities from X.Org > imp-4.1.3 A webmail system which accesses mail over IMAP > ingo-1.1.2 Horde's email-filter management application > intltool-0.34.1 Tools to internationalize various kinds of data files > irssi-0.8.10 A modular IRC client with many features > iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) > isoqlog-2.2.1 A qmail, postfix, sendmail, exim MTA log analysis > program > ispell-3.2.06_13 An interactive spelling checker for multiple languages > jade-1.2.1_9 An object-oriented SGML/XML parser toolkit and DSSSL > engine > jasper-1.701.0 An implementation of the codec specified in the > JPEG-2000 s > jbigkit-1.6 Lossless compression for bi-level images such as > scanned pa > jhead-2.3 Exif Jpeg camera setting parser and thumbnail remover > jpeg-6b_3 IJG's jpeg compression utilities > lcms-1.16_1,1 Light Color Management System -- a color management > library > lftp-3.4.7 Shell-like command line ftp client > lha-1.14i_6 Archive files using LZSS and Huffman compression > (.lzh file > libXft-2.1.7 A client-sided font API for X applications > libart_lgpl2-2.3.17 Library for high-performance 2D graphics > libdrm-2.0.1_1 Userspace interface to kernel Direct Rendering > Module servi > libevent-1.1a Provides an API to execute callback functions on > certain ev > libfpx-1.2.0.12 Library routines for working with Flashpix images > libgcrypt-1.2.2_1 "General purpose crypto library based on code used > in GnuPG > libglade2-2.5.1_2 GNOME glade library > libglut-6.0.1 A graphics library similar to SGI's OpenGL > libgmp-4.2.1_1 A free library for arbitrary precision arithmetic > libgpg-error-1.3 Common error values for all GnuPG components > libiconv-1.9.2_1 A character set conversion library > libltdl-1.5.18 System independent dlopen wrapper > libmcal-0.7_1 Modular Calendar Access Library > libmcrypt-2.5.7_1 Multi-cipher cryptographic library (used in PHP) > libmng-1.0.8 Multiple-image Network Graphics (MNG) > reference library > libnet10-1.0.2a_2,1 A C library for creating IP packets > libogg-1.1.2_1,3 Ogg bitstream library > libsigc++-2.0.16 Callback Framework for C++ > libstatgrab-0.13 Provides a useful interface to system statistics > libtool-1.5.22_2 Generic shared library support script > libtorrent-0.10.4 BitTorrent Library written in C++ > libunrar-3.60.b4 Library to work with RAR archivies > libvorbis-1.1.1,3 Audio compression codec library > libwmf-0.2.8.3 Tools and library for converting Microsoft WMF > (windows met > libxml++-1.0.4 XML API for C++ > libxml2-2.6.20 XML parser library for GNOME > libxslt-1.1.14 The XSLT C library for GNOME > links-2.1.p17,1 Lynx-like text WWW browser > linuxdoc-1.1_1 The Linuxdoc SGML DTD > localedata-5.4 Legacy locale data for FreeBSD 6+ > lsof-4.77 Lists information about open files (similar > to fstat(1)) > lynx-ssl-2.8.5 A non-graphical, text-based World-Wide Web client > with SSL > m4-1.4.3 GNU m4 > maildrop-1.8.0_3 Mail delivery agent (MDA) with filtering abilities > mhash-0.9.2 An easy-to-use library for strong hashes such as MD5 > and SH > mime-support-3.39.1 MIME Media Types list > mod_perl2-2.0.1,2 Embeds a Perl interpreter in the Apache2 server > mod_proxy_html-2.5.1 Apache module for rewriting HTML links in proxied > content > mpeg2codec-1.2_1 An MPEG-2 Encoder and Decoder > mutt-1.4.2.2 The Mongrel of Mail User Agents (part Elm, Pine, > Mush, mh, > mysql-client-4.1.13 Multithreaded SQL database (client) > mysql-server-4.1.13 Multithreaded SQL database (server) > mysqltcl-3.01 TCL module for accessing MySQL databases based on > msqltcl > mytop-1.4_1 A top clone for MySQL > nag-2.1.1_1 Nag is a simple, multiuser task list manager > nano-1.2.5 Nano's ANOther editor, an enhanced free Pico clone > nas-1.7 Network Audio System > nasm-0.98.39,1 General-purpose multi-platform x86 assembler > ncftp-3.1.9 ftp replacement with advanced user interface > ncftp1-1.9.5 FTP replacement with advanced user interface > neon-0.24.7 An HTTP and WebDAV client library for Unix systems > netpbm-10.26.12_1 A toolkit for conversion of images between different > format > nmap-3.81 Port scanning utility for large networks > ntp-4.2.0_1 The Network Time Protocol Distribution > nzbget-0.2.3 A binary newsreader supporting NZB files > ocaml-nox11-3.08.3_2 Objective Caml compiler and programming environment > (no X11 > oidentd-2.0.8 Ident server that supports user-defined ident strings > openldap-client-2.2.27 Open source LDAP client implementation > openssl-0.9.8b_1 SSL and crypto library > p5-Archive-Tar-1.24 Perl module for creation and manipulation of tar files > p5-Authen-SASL-2.09 Perl5 module for SASL authentication > p5-Bit-Vector-6.4 Library of advanced math functions that includes a > Perl OO > p5-Carp-Datum-0.1.3 Debugging And Tracing Ultimate Module > p5-Compress-Zlib-1.35 Perl5 interface to zlib compression library > p5-Convert-BinHex-1.119 Perl module to extract data from Macintosh > BinHex files > p5-Crypt-DES-2.03 Perl5 interface to DES block cipher > p5-Crypt-PasswdMD5-1.3 Perl module that provides interoperable MD5-based > crypt() f > p5-DBD-mysql-3.0002 MySQL driver for the Perl5 Database Interface (DBI) > p5-DBI-1.48 The perl5 Database Interface. Required for DBD::* > modules > p5-Date-Calc-5.4 Gregorian calendar date calculations > p5-Date-Manip-5.44 Perl5 module containing date manipulation routines > p5-Digest-1.10 Modules that calculate message digests > p5-Digest-MD5-2.33 Perl5 interface to the MD5 algorithm > p5-Email-Abstract-2.01 Unified interface to mail representations > p5-Email-Simple-1.92 Simple parsing of RFC2822 message format and headers > p5-Email-Valid-0.15 Check validity of Internet email addresses > p5-ExtUtils-CBuilder-0.12 Compile and link C code for Perl modules > p5-ExtUtils-ParseXS-2.07 Converts Perl XS code into C code > p5-Frontier-RPC-0.06 Frontier::RPC implements UserLand Software's XML RPC > p5-GD-2.25 A perl5 interface to Gd Graphics Library version2 > p5-Getargs-Long-1.1001 Parse routine arguments > p5-HTML-Parser-3.45 Perl5 module for parsing HTML documents > p5-HTML-Tagset-3.04 Some useful data table in parsing HTML > p5-HTML-Template-2.7_1 Perl module to use HTML Templates from CGI scripts > p5-IO-Socket-SSL-0.97 Perl5 interface to SSL sockets > p5-IO-String-1.06 Simplified Perl5 module to handle I/O on > in-core strings > p5-IO-Zlib-1.04_1 IO:: style interface to Compress::Zlib > p5-IO-stringy-2.110 Perl5 module for using IO handles with > non-file objects > p5-Locale-Codes-2.07 Perl5 module providing access to ISO3167 and ISO639 > Country > p5-Log-Agent-0.307 A set of perl modules that allows you to enhance > logging ca > p5-MIME-Base64-3.05 Perl5 module for Base64 and Quoted-Printable encodings > p5-MIME-Tools-5.417,2 A set of perl5 modules for MIME > p5-Mail-Audit-2.1_1 Perl module for creating easy mail filters > p5-Mail-Ezmlm-0.05.1 Perl module to allow object methods for ezmlm-idx > mailing l > p5-Mail-IMAPClient-2.2.9 Perl5 module to talk to a IMAP4rev1 (RFC2060) > server > p5-Mail-ListDetector-0.31 Perl module for detecting mailing list messages > p5-Mail-POP3Client-2.16 Perl5 module to talk to a POP3 (RFC1939) server > p5-Mail-SPF-Query-1.997 Query Sender Permitted From for an IP,email,helo > p5-Mail-SpamAssassin-3.0.4 A highly efficient mail filter for > identifying spam > p5-Module-Build-0.26.11 Build and install Perl modules > p5-Module-Pluggable-2.95 Automatically give your module the ability to > have plugins > p5-Net-1.19,1 Perl5 modules to access and use network protocols > p5-Net-AIM-1.22 Perl extension for the AOL Instant Messenger TOC > protocol > p5-Net-CIDR-0.10 Perl module to manipulate IPv4/IPv6 netblocks in > CIDR notat > p5-Net-CIDR-Lite-0.18 Perl extension for merging IPv4 or IPv6 > CIDR addresses > p5-Net-OSCAR-1.907 Perl extension for the AOL Instant Messenger OSCAR > protocol > p5-Net-ParseWhois-0.62 Extendable perl5 module for parsing whois > information > p5-Net-SNMP-5.1.0 A perl module for SNMP... Net::SNMP > p5-Net-SSLeay-1.25 Perl5 interface to SSL > p5-Net-Whois-1.9 A perl5 module to get information using the Whois > protocol > p5-Net-Whois-Raw-0.97 Very simple Perl interface to query raw whois data > p5-Parse-RecDescent-1.94 A recursive descent parsing framework for Perl > p5-PathTools-3.09 A Perl module for portably manipulating file > specifications > p5-Quota-1.5.0 Perl module that provides access to filesystem quotas > p5-Scalar-List-Utils-1.14,1 Perl subroutines that would be nice to have > in the perl cor > p5-Statistics-Descriptive-2.6 Perl module that supplies statistical > methods for perl5 > p5-Sys-Hostname-Long-1.4 Try every conceivable way to get full hostname > p5-Term-ANSIColor-1.11 Color screen output using ANSI escape sequences > p5-Term-ReadKey-2.30 A perl5 module for simple terminal control > p5-Test-Harness-2.52 Run perl standard test scripts with statistics > p5-Test-Simple-0.60 Basic utilities for writing tests in perl > p5-Text-Balanced-1.95 Text::Balanced - extract delimited text sequences > from stri > p5-TimeDate-1.16,1 Perl5 module containing a better/faster date parser > for abs > p5-URI-1.35 Perl5 interface to Uniform Resource Identifier (URI) > refere > p5-WWW-Mechanize-1.16 This module is to help you automate interaction > with a webs > p5-XML-LibXML-1.58_1 Interface to Gnome libxml2 library > p5-XML-LibXML-Common-0.13 Routines and Constants common for XML::LibXML > and XML::GDOM > p5-XML-NamespaceSupport-1.09_1 A simple generic namespace support class > p5-XML-Parser-2.34_1 Perl extension interface to James Clark's XML > parser, expat > p5-XML-SAX-0.12 Simple API for XML > p5-YAML-0.39 "YAML implementation in Perl" > p5-gettext-1.03 Message handling functions > p5-libwww-5.803 Perl5 library for WWW access > p5-vpopmail-0.08 Perl module to provide access to vpopmail API > pango-1.8.2 An open-source framework for the layout and > rendering of i1 > par2cmdline-0.4 Tools for using Parity v2 Archive files > pcre-7.0_1 Perl Compatible Regular Expressions library > pdflib-7.0.0p3 A C library for dynamically generating PDF > pear-1.4.11 PEAR framework for PHP > pear-Auth-1.4.0 PEAR class for creating an authentication system > pear-Auth_SASL-1.0.2 PEAR abstraction of various SASL mechanism responses > pear-Cache-1.5.4_1 PEAR framework for caching of arbitrary data > pear-DB-1.7.6,1 PEAR Database Abstraction Layer > pear-Date-1.4.7 PEAR Date and Time Zone Classes > pear-File-1.2.2,1 PEAR common file and directory routines > pear-HTTP_Request-1.4.0 PEAR classes providing an easy way to perform > HTTP requests > pear-Log-1.9.9 PEAR logging utilities > pear-Mail-1.1.14 PEAR class that provides multiple interfaces for > sending em > pear-Mail_Mime-1.3.1 PEAR classes to create and decode MIME messages > pear-Net_SMTP-1.2.8 PEAR class that provides an implementation of the > SMTP prot > pear-Net_Socket-1.0.6 PEAR Network Socket Interface > pear-Net_URL-1.0.14 Easy parsing of URLs > pear-SOAP-0.9.1 PEAR SOAP Client/Server for PHP > pear-Services_Weather-1.4.0 PEAR interface to various online > weather-services > pear-XML_Parser-1.2.7 PEAR XML parsing class based on PHP's bundled expat > pear-XML_Serializer-0.18.0 PEAR Swiss-army knive for reading and writing > XML files > pear-XML_Util-1.1.1 PEAR XML utility class > pecl-fileinfo-1.0.4 A PECL extension to retrieve info about files > pecl-memcache-2.1.0 Memcached extension > pecl-pdflib-2.1.2 A PECL extension to create PDF on the fly > perl-5.8.5 Practical Extraction and Report Language > php4-4.4.4_1 PHP Scripting Language (Apache Module and CLI) > php4-bz2-4.4.4_1 The bz2 shared extension for php > php4-ctype-4.4.4_1 The ctype shared extension for php > php4-domxml-4.4.4_1 The domxml shared extension for php > php4-extensions-1.0 A "meta-port" to install PHP extensions > php4-ftp-4.4.4_1 The ftp shared extension for php > php4-gd-4.4.4_1 The gd shared extension for php > php4-gettext-4.4.4_1 The gettext shared extension for php > php4-iconv-4.4.4_1 The iconv shared extension for php > php4-imap-4.4.4_1 The imap shared extension for php > php4-ldap-4.4.0 The ldap shared extension for php > php4-mbstring-4.4.4_1 The mbstring shared extension for php > php4-mcal-4.4.4_1 The mcal shared extension for php > php4-mcrypt-4.4.4_1 The mcrypt shared extension for php > php4-mhash-4.4.4_1 The mhash shared extension for php > php4-mysql-4.4.4_1 The mysql shared extension for php > php4-overload-4.4.4_1 The overload shared extension for php > php4-pcre-4.4.4_1 The pcre shared extension for php > php4-posix-4.4.4_1 The posix shared extension for php > php4-session-4.4.4_1 The session shared extension for php > php4-sysvsem-4.4.4_1 The sysvsem shared extension for php > php4-sysvshm-4.4.4_1 The sysvshm shared extension for php > php4-tokenizer-4.4.4_1 The tokenizer shared extension for php > php4-xml-4.4.4_1 The xml shared extension for php > php4-zlib-4.4.4_1 The zlib shared extension for php > phpMyAdmin-2.9.1.1 A set of PHP-scripts to manage MySQL over the web > pkgconfig-0.17.2 A utility to retrieve information about installed > libraries > plone-2.1.1 A user friendly implementation of the CMF written on > top of > png-1.2.8_2 Library for manipulating PNG images > popt-1.7 A getopt(3) like library with a number of > enhancements, fro > portaudit-0.5.11 Checks installed ports against a list of security > vulnerabi > portupgrade-2.2.6_3,2 FreeBSD ports/packages administration and > management tool s > proftpd-1.3.0_4 Highly configurable ftp daemon > psybnc-2.3.1_1 PsyBNC is an extremely powerful IRC bouncer > pure-sfv-0.3 Utility to test and create .sfv files > pwgen-2.05 A small, powerful, GPL'ed password generator > py24-dnspython-1.3.5_1 A DNS toolkit for Python > py24-fchksum-1.7.1 Python module to find the checksum of files > py24-numeric-23.8 The Numeric Extension to Python > py24-psyco-1.4 Python Specializing Compiler > py24-pycrypto-2.0.1 The Python Cryptography Toolkit > py24-twistedCore-2.1.0_1 An asynchronous networking framework for Python > - Core modu > py24-zopeInterface-3.0.1 Zope.interface package from Zope 3 > python-2.3.5_1 An interpreted object-oriented programming language > python-2.4.1_3 An interpreted object-oriented programming language > python24-2.4.3_3 An interpreted object-oriented programming language > qmail-1.03_4 A secure, reliable, efficient, simple, and fast MTA > qmailadmin-1.2.7,1 CGI program for administering Qmail with > vchkpw/vpopmail > qmailanalog-0.70_1 A collection of tools to analyze qmail-send's activity > qmake-3.3.4 The build utility of the Qt project > qt-3.3.4 Multiplatform C++ application framework > razor-agents-2.72_1 A distributed, collaborative, spam detection and > filtering > ripmime-1.4.0.5 Extracts attached files out of a MIME encoded email > package > rpm-3.0.6_10 The Red Hat Package Manager > rrdtool-1.2.11 Round Robin Database Tools > rsync-2.6.8_2 A network file distribution/synchronization utility > ruby-1.8.6,1 An object-oriented interpreted scripting language > ruby18-bdb-0.5.9_2 Ruby interface to Sleepycat's Berkeley DB revision 2 > or lat > ruby18-gdbm-1.8.5,1 A Ruby extension to GDBM library > ruby18-gems-0.9.2 Package management framework for the Ruby language > rubygem-actionmailer-1.3.3 Easy email delivery and testing for Ruby > rubygem-actionpack-1.13.3 Action Controller and Action View of Rails MVC > Framework > rubygem-actionwebservice-1.2.3 Simple support for publishing Web Service > APIs for Rails ap > rubygem-activerecord-1.15.3 Object-relational mapping layer for Rails > MVC Framework > rubygem-activesupport-1.4.2 Utility classes and extension that are > required by Rails MV > rubygem-rails-1.2.3 MVC web application framework > rubygem-rake-0.7.2 Ruby Make > scons-0.96.90_1 A build tool alternative to make > screen-4.0.2_1 A multi-screen window manager > setquota-0.1 Command line quota tools > sgmlformat-1.7_2 Generates groff and HTML from linuxdoc and docbook > SGML doc > shared-mime-info-0.16_1 A MIME type database from the FreeDesktop project > shorten-3.6.0 Fast and optionally lossless compression for > waveform files > silc-client-1.0.1_3 Secure Internet Live Conferencing (SILC) > network client > squid-2.5.12 The successful WWW proxy cache and accelerator > squirrelmail-1.4.8 A webmail system which accesses mail over IMAP > sqwebmail-5.0.4 CGI Webmail client for Maildirs > stunnel-4.11 SSL encryption wrapper for standard network daemons > subversion-1.2.1 Version control system > sudo-1.6.8.12_2 Allow others to run commands as root > sysconftool-0.14 Helps to install application configuration files > t1lib-5.0.1,1 A Type 1 Rasterizer Library for UNIX/X11 > tcl-8.4.11,1 Tool Command Language > tcptraceroute-1.4_2 A traceroute implementation using TCP packets > texi2html-1.76_1,1 Texinfo to HTML converter > tiff-3.7.3 Tools and library routines for working with > TIFF images > tk-8.4.11,2 Graphical toolkit for TCL > tor-0.1.0.14 An anonymizing overlay network for TCP > tsocks-1.8.b5_3 Allow non SOCKS aware applications to use SOCKS > without mod > turba-2.1.2 The Horde contact management application > ucd-snmp-4.2.6_3 An extendable SNMP implementation > ucspi-tcp-0.88_1 Command-line tools for building TCP client-server > applicati > unarj-2.65_2 Allows files to be extracted from ARJ archives > unison-2.10.2 A user-level file synchronization tool > unrar-3.43,3 Extract, view & test RAR archives > unzip-5.52_2 List, test and extract compressed files in a > ZIP archive > unzoo-4.4 A zoo archive extractor > uulib-0.5.20 A library for uu/xx/Base64/BinHex/yEnc de-/encoding > vim-7.0.35 Vi "workalike", with many additional features > vpopmail-5.4.10_3 Easy virtual domain and authentication package for > use with > vqadmin-2.3.6 A cgi-based Virtual Qmail Domains Administrator > w3m-0.5.1_6 A pager/text-based WWW browser > webalizer-2.1.10_5 A web server log file analysis program > webcpp-0.8.4 Convert your source code to syntax highlighted HTML > wget-1.10_2 Retrieve files from the Net via HTTP and FTP > wv-1.0.0_3 A library and executables to access Microsoft > Word files > xhtml-1.0.20020801_4 W3C's XHTML DTD > xhtml-basic-1.0.20001219_1 W3C's XHTML Basic DTD > xhtml-modularization-1.0.20010410 W3C's Modularization of XHTML DTDs and > docs > xlhtml-0.5_1,1 Convert Excel and PowerPoint files to HTML and text > xmlcatmgr-2.2 SGML and XML catalog manager > xorg-clients-6.8.2 X client programs and related files from X.Org > xorg-fonts-encodings-6.8.2 X.Org font encoding files > xorg-fonts-truetype-6.8.2 X.Org TrueType fonts > xorg-libraries-6.8.2 X11 libraries and headers from X.Org > xterm-203 Terminal emulator for the X Window System > ytalk-3.3.0 A new "talk" that can talk to multiple parties at once > zip-2.32 Create/update ZIP files compatible with pkzip > zoo-2.10.1 Manipulate archives of files in compressed form > zope-2.7.8 An object-based web application platform > zsh-4.3.2 The Z shell > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 05:05:46 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97E1016A468 for ; Wed, 11 Jul 2007 05:05:46 +0000 (UTC) (envelope-from info@plot.uz) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 1282613C45A for ; Wed, 11 Jul 2007 05:05:45 +0000 (UTC) (envelope-from info@plot.uz) Received: by ug-out-1314.google.com with SMTP id o4so37850uge for ; Tue, 10 Jul 2007 22:05:45 -0700 (PDT) Received: by 10.66.244.10 with SMTP id r10mr186575ugh.1184130345570; Tue, 10 Jul 2007 22:05:45 -0700 (PDT) Received: from plot.uz ( [83.221.169.95]) by mx.google.com with ESMTP id f6sm3952371nfh.2007.07.10.22.05.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 10 Jul 2007 22:05:44 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable version=3.1.7 X-Spam-Report: Received: from localhost by plot.uz (MDaemon PRO v9.5.5) with DomainPOP id md50000003647.msg for ; Wed, 11 Jul 2007 10:07:13 +0500 Delivered-To: aleksey@plot.uz Received: by 10.100.154.8 with SMTP id b8cs1252761ane; Tue, 10 Jul 2007 19:07:42 -0700 (PDT) Received: by 10.114.254.1 with SMTP id b1mr4698240wai.1184119661729; Tue, 10 Jul 2007 19:07:41 -0700 (PDT) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by mx.google.com with ESMTP id k9si32310290wah.2007.07.10.19.07.40; Tue, 10 Jul 2007 19:07:41 -0700 (PDT) Received-SPF: pass (google.com: domain of owner-freebsd-isp@freebsd.org designates 69.147.83.53 as permitted sender) Received: from hub.freebsd.org (hub.freebsd.org [69.147.83.54]) by mx2.freebsd.org (Postfix) with ESMTP id 0565B5C8B5; Wed, 11 Jul 2007 02:04:45 +0000 (UTC) (envelope-from owner-freebsd-isp@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 7C44716A57C; Wed, 11 Jul 2007 02:04:36 +0000 (UTC) (envelope-from owner-freebsd-isp@freebsd.org) X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4629A16A46C; Wed, 11 Jul 2007 02:04:30 +0000 (UTC) (envelope-from evs@telod.net) Received: from kohav.telod.net (h-72-245-221-62.chcgilgm.covad.net [72.245.221.62]) by mx1.freebsd.org (Postfix) with ESMTP id E39D913C455; Wed, 11 Jul 2007 02:04:29 +0000 (UTC) (envelope-from evs@telod.net) Received: from [192.168.0.2] (wall.hm.telod.net [72.245.221.58]) (authenticated bits=0) by kohav.telod.net (8.13.8/8.13.3) with ESMTP id l6B1oIO2014928; Tue, 10 Jul 2007 20:50:19 -0500 (CDT) (envelope-from evs@telod.net) In-Reply-To: <410648.39042.qm@web54303.mail.re2.yahoo.com> References: <410648.39042.qm@web54303.mail.re2.yahoo.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Date: Tue, 10 Jul 2007 20:50:32 -0500 To: Patrick Dung X-Mailer: Apple Mail (2.752.3) X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Errors-To: owner-freebsd-isp@freebsd.org X-Return-Path: owner-freebsd-isp@freebsd.org X-Envelope-From: owner-freebsd-isp@freebsd.org X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Processed: plot.uz, Wed, 11 Jul 2007 10:08:14 +0500 From: Edward Shabotinsky Cc: freebsd-isp@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.2 default bind9, question about customize logging [re-post] X-BeenThere: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 05:05:46 -0000 this is what i have from 5.2 logging { channel namedlog { file "/var/log/named.log"; severity info; print-category yes; print-severity yes; print-time yes; }; category lame-servers { null; }; category default { namedlog; }; category xfer-out { namedlog;}; }; hope this help On Jul 8, 2007, at 2:06 PM, Patrick Dung wrote: > I am using FreeBSD 6.2 with the default bind (not ports). > By default chroot is used. > > When named start or stop, it does have log in /var/log/messages. > But for example, when some do domain transfer successfully, that is > not > logged (zone transfer denied is logged). > > So I tried to add this part in named.conf (enabled local0.* in > syslog.conf) , but still no luck. Any suggestions? > > logging { > channel named-log { > //syslog daemon; > syslog local0; > severity info; > print-category yes; > }; > category default { named-log; }; > category xfer-in { named-log; }; > category xfer-out { named-log; }; > category unmatched { null; }; > }; > > Thanks > Patrick > > > > ______________________________________________________________________ > ______________ > Be a better Heartthrob. Get better relationship answers from > someone who knows. Yahoo! Answers - Check it out. > http://answers.yahoo.com/dir/?link=list&sid=396545433 > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 05:18:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E74616A421 for ; Wed, 11 Jul 2007 05:18:54 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6BD4413C44C for ; Wed, 11 Jul 2007 05:18:54 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 18A6D7F8E for ; Wed, 11 Jul 2007 01:18:53 -0400 (EDT) Received: from ripple.shadypond.com (ripple.shadypond.com [192.168.1.13]) by lilypad.shadypond.com (postoffice) with ESMTP id B9E74FA865 for ; Wed, 11 Jul 2007 05:18:51 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 10 Jul 2007 22:18:03 -0700 References: <200707110220.18294.lists-fbsd@shadypond.com> <001901c7c362$9ed2e0a0$1200a8c0@gsicomp.on.ca> In-Reply-To: <001901c7c362$9ed2e0a0$1200a8c0@gsicomp.on.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707102218.03663.lists-fbsd@shadypond.com> Subject: Re: gpg-agent X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 05:18:54 -0000 On Tuesday 10 July 2007 19:24:33 Matt Emmerton wrote: > > I have been having trouble getting gpg-agent to work. kgpg complained > > about > > > the agent not running. I added this to my ~/.bashrc: > > > > GPG_TTY=`tty` > > export GPG_TTY > > > > This seems to have taken care of the problem but it only works when my > > default > > > shell is bash. If my shell is tcsh, it doesn't work. This is what I > > have > > in > > > my ~/.cshrc: > > > > setenv GPG_TTY tty > > > > Apparently this is wrong. Any ideas as to what I can try? > > I noticed that you're using backticks, so GPG_TTY gets set to the output of > the tty command - not the text "tty" itself. > Perhaps you want this? > > setenv GPG_TTY `tty` > Thanks, I forgot to put in the backticks. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 07:40:18 2007 Return-Path: X-Original-To: FreeBSD-Questions@freebsd.org Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 177EA16A468 for ; Wed, 11 Jul 2007 07:40:18 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.freebsd.org (Postfix) with ESMTP id A79CA13C45B for ; Wed, 11 Jul 2007 07:40:17 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6B7eCwp025147; Wed, 11 Jul 2007 09:40:12 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 2FBD6B822; Wed, 11 Jul 2007 09:40:12 +0200 (CEST) Date: Wed, 11 Jul 2007 09:40:12 +0200 From: Roland Smith To: Jean-Paul Natola Message-ID: <20070711074012.GA71939@slackbox.xs4all.nl> Mail-Followup-To: Jean-Paul Natola , FreeBSD-Questions@freebsd.org References: <3A85D7EF44E1C744BF6434691F5659E9702D0D@www.fcimail.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702D0D@www.fcimail.org> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD-Questions@freebsd.org Subject: Re: external drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 07:40:18 -0000 --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 10, 2007 at 06:21:35PM -0400, Jean-Paul Natola wrote: > There are some files (basically some custom config and cf files) that I > would like to copy from the 5.5 drive -=20 > So I put it in an external enclosure and needless to say windows wouldn't > recognize it - and the MAC OSX though it sees it , it wont let me mount it > (despite the fact that I clicked mount drive )=20 >=20 > 2 questions; >=20 > 1. Is there anything out there that would let me read a BSD drive from a > windows or mac machine? Windows doesn't understand UFS. But there are tools for reading UFS on windows, e.g. http://ufs2tools.sourceforge.net/ The Mac can use a kind of UFS filesystem, but I don't know if it supports bsdlabels. > 2. If I do just plug the drive into the BSD USB port will it cause any > conflicts as there will be duplicates of the main slices > /var > /usr etc.. >=20 > Or am I safe just plugging it in and mounting it? If you mount a partition from a USB disk, you have to tell mount where to put it. So create some directories like /mnt/usr etc and mount the partitions from the USB disks there. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --a8Wt8u1KmwUX3Y2C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGlIlcEnfvsMMhpyURAj0SAJ0Wohh0YdwvoT+0LdIPjfeiq7XP8QCfbqBM 7cC6XHJtQmFRKa+AkNsgko8= =q2N7 -----END PGP SIGNATURE----- --a8Wt8u1KmwUX3Y2C-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 08:13:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC02616A41F for ; Wed, 11 Jul 2007 08:13:13 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 98F7913C458 for ; Wed, 11 Jul 2007 08:13:13 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so2215352waf for ; Wed, 11 Jul 2007 01:13:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=NuR0Q8ojyeYBbECGjeNu9v8Nr5UU0ZiAbqznt2r5IIxfO41Iwb+j3/B3/hysDHN3TLUux8yf+6e532C0gnh/a69ScCW/8G2CNt4N14rJd86SnPIA9NaL7tvIVJLuZSgVltW7E3Dhqjl7qHRg3kUrDORBvO3kV+EJmL59609h7MA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=CntdN8XvS8l5W0ghUkThhJL3QiELjJnhHZ2JMaXT21xDMdS5cTJF/maMJNjZ+bURf2V48QwEA3xUNQ0tfWG8nhVNZWw/GhA18g67P0r9IbC/+ZH6GYQe/IXb7IVDt2Ve75Yb8+ggkOZq/hw8Gi+oLvd1hm49E1b5ad5j7MZTt8w= Received: by 10.114.146.1 with SMTP id t1mr4918353wad.1184139853771; Wed, 11 Jul 2007 00:44:13 -0700 (PDT) Received: by 10.114.131.14 with HTTP; Wed, 11 Jul 2007 00:44:13 -0700 (PDT) Message-ID: <2cd0a0da0707110044h4c14df12nd921a149bf6a47a8@mail.gmail.com> Date: Wed, 11 Jul 2007 09:44:13 +0200 From: VeeJay To: FreeBSD-Questions , maanjee@gmail.com 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 Cc: Subject: Help Plz! Post Install 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: Wed, 11 Jul 2007 08:13:13 -0000 Hi fellows I have two computers with FreeBSD 6.2 with minimum installation. (Without Ports distribution in /usr). I don't have any "/usr/ports" But if I want to install mysql or Perl, what method I should use, in absence of ports directory? How can I install mysql or Perl on my two computers? Please Help! -- Thanks! BR / vj From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 08:15:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F92616A46B for ; Wed, 11 Jul 2007 08:15:05 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 3834313C457 for ; Wed, 11 Jul 2007 08:15:05 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www by szalbot.homedns.org with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I8XLd-0000CM-W6 for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 10:14:58 +0200 To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Wed, 11 Jul 2007 10:14:57 +0200 From: Zbigniew Szalbot Message-ID: X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: finding the USB drive name, mounting and formatting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 08:15:05 -0000 Hello, I have kernel compiled with USB support and I plugged in a USB drive: messages show this information: Jul 11 09:48:22 lists kernel: umass0: Myson Century, Inc. USB Mass Storage Device, rev 2.00/b0.07, addr 2 Jul 11 09:48:22 lists kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Jul 11 09:48:22 lists kernel: da0: Fixed Direct Access SCSI-0 device Jul 11 09:48:22 lists kernel: da0: 1.000MB/s transfers Jul 11 09:48:22 lists kernel: da0: 76319MB (156301488 512 byte sectors: 255H 63S/T 9729C) I created /mnt/usbck and would like to mount it there, then format it as it uses msdos file system (FAT). How do I determine the name of the drive is my first problem. It is not da0, it is? What is the command to check it? I mean I think it is not da0 because da0 timestamp is a few days old. I guess I need something like that: mount -t msdosfs /dev/??? /mnt/usbck Once I have it there, what is the best way to format this drive (I would like to use it for backup with FBSD file system)? Thank you very much in advance! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 08:17:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28B7C16A41F for ; Wed, 11 Jul 2007 08:17:03 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id DCDB413C44B for ; Wed, 11 Jul 2007 08:17:02 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by wr-out-0506.google.com with SMTP id i23so753515wra for ; Wed, 11 Jul 2007 01:17:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fx+7YAgBveolOht9hPm4+ze+YyLONd6lzq/6Wa/XUfk71omYPffnh/Nq/+H3S3V01+T8oMoJdv1SBEF7wamTLOQDPbF1ic6Jq+Irft7KVjozOS5kSbdxWB4qGjP9j/j2R4Eo6SdTgm0nxyV64tA2mJr58isi5Ntcog0W7Q6BXQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XSsNAL8Nz9nCBYZtLs+uRZykw5ZjKEYlODhzE7oRLc9kAeQFgps6w6P5CLAdFQmNy3d/JE32zAd1ndXbolQNtQh5y70spG67cJxtSw354mM8GBjUAcJ6IV6TtOlU2YPvjnARberq48L3OobIRpR3T5p8vgv2V4hijX4qgLtlg0E= Received: by 10.142.254.8 with SMTP id b8mr386149wfi.1184141821802; Wed, 11 Jul 2007 01:17:01 -0700 (PDT) Received: by 10.143.8.3 with HTTP; Wed, 11 Jul 2007 01:17:01 -0700 (PDT) Message-ID: <499c70c0707110117y2fb8b28we0699b95c962ed77@mail.gmail.com> Date: Wed, 11 Jul 2007 11:17:01 +0300 From: "Abdullah Ibn Hamad Al-Marri" To: "Norbert Papke" In-Reply-To: <200707101731.38231.fbsd-ml@scrapper.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 Content-Disposition: inline References: <469393CC.9070802@broadpark.no> <200707101731.38231.fbsd-ml@scrapper.ca> Cc: freebsd-questions@freebsd.org Subject: Re: Help! FreeBSD: 88.78 KBps, Linux: 624.95 KBps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 08:17:03 -0000 T24gNy8xMS8wNywgTm9yYmVydCBQYXBrZSA8ZmJzZC1tbEBzY3JhcHBlci5jYT4gd3JvdGU6Cj4g T24gSnVseSAxMCwgMjAwNywgS3lycmUgTnlnw6VyZCB3cm90ZToKPiA+IEhlbGxvLgo+ID4KPiA+ IE15IGZyaWVuZCBpcyBzd2l0Y2hpbmcgdG8gTGludXggYmVjYXVzZSBGcmVlQlNEIGlzIGZhaWxp bmcgb24gaGltLgo+ID4KPiA+IFdoZW4gZG93bmxvYWRpbmcgYSBmaWxlIGZyb20gYSBGcmVlQlNE IGJveCBhbmQgYSBMaW51eCBib3ggb24gdGhlIHNhbWUKPiA+IG5ldHdvcmssIHRoZSBGcmVlQlNE IGJveCBnb3QgODguNzggS0JwcyB3aGVyZWFzIHRoZSBMaW51eCBnb3QgNjI0Ljk1Cj4gPiBLYnBz LiBJIGhhdmUgbm8gaWRlYSB3aGF0J3Mgd3JvbmcsIGJ1dCBteSBtYW4gaXNuJ3QgcmVhbGx5IGlu dG8gZ29vZAo+ID4gaW5mb3JtYXRpb24gZGVzaWduIChlLmcuIHRha2luZyBzb21ldGhpbmcgY29t cGxleCBhbmQgbWFraW5nIGl0IGVhc3kpLAo+ID4gc28gaGlzIHN5c3RlbSBpcyBhIG1lc3MuIE1h eWJlIHNvbWUgb2YgeW91IGNhbiBoZWxwIG1lIGxvY2F0ZSB3aGVyZSB0aGUKPiA+IHByb2JsZW0n cyBhdD8KPgo+IEFyZSB3ZSBjb21wYXJpbmcgYXBwbGVzIHRvIG9yYW5nZXM/Cj4KPiA4OC43OCBL QnBzICAoa2lsbyBieXRlcyBwZXIgc2Vjb25kKSA9IDcxMC4yNCBLYnBzIChraWxvIGJpdHMgcGVy IHNlY29uZCkKPgo+IElmIHRoaXMgaXMgdHJ1ZSwgdGhlbiB0aGUgRnJlZUJTRCBib3ggaXMgZmFz dGVyIDopCj4KPiBDaGVlcnMuCgpIYWhhaGEhCgpOaWNlIGNhdGNoIE5vcmJlcnQsIGFuZCBnb29k IHJlYWRpbmcgZXllcyA7KQoKLS0gClJlZ2FyZHMsCgotQWJkdWxsYWggSWJuIEhhbWFkIEFsLU1h cnJpCkFyYWIgUG9ydGFsCmh0dHA6Ly93d3cuV2VBcmFiLk5ldC8K From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 08:20:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BB6A16A400 for ; Wed, 11 Jul 2007 08:20:55 +0000 (UTC) (envelope-from bsd@kajs.co.nz) Received: from mail5.inspire.net.nz (mail.inspire.net.nz [203.114.168.5]) by mx1.freebsd.org (Postfix) with ESMTP id 4C50B13C465 for ; Wed, 11 Jul 2007 08:20:54 +0000 (UTC) (envelope-from bsd@kajs.co.nz) Received: from localhost (unknown [10.0.168.8]) by mail5.inspire.net.nz (Postfix) with ESMTP id B33C6DBC5C for ; Wed, 11 Jul 2007 20:20:51 +1200 (NZST) Received: from mail5.inspire.net.nz ([10.0.168.5]) by localhost (mail8.inspire.net.nz [10.0.168.8]) (amavisd-new, port 10024) with ESMTP id 5e4Ns-ogLzuq for ; Wed, 11 Jul 2007 20:17:37 +1200 (NZST) Received: from jbox.kajs.co.nz (203-114-173-171.eth.sta.inspire.net.nz [203.114.173.171]) by mail5.inspire.net.nz (Postfix) with ESMTP id 7810BDBD93 for ; Wed, 11 Jul 2007 20:20:51 +1200 (NZST) Message-ID: <469492E4.2030609@kajs.co.nz> Date: Wed, 11 Jul 2007 20:20:52 +1200 From: Josh User-Agent: Thunderbird 2.0.0.0 (X11/20070620) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Securing php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 08:20:55 -0000 I am setting up a apache + php + mysql which will have shared hosts on it, How do I make it so that php cant read or execute files outside of /home/user/web for example. I know that there is safe_mode, but there must be a more definite way, and safe_mode is gone in php6 anyway. Is there some sort of acl/mac thing I can use, or something magical I have not heard of yet? At the moment I am running php as a cgi with fastcgi + suexec, so I can run each vhost under a different uid/gid. Any ideas? Main goal: PHP instances unable to access out side of relevant vhost document roots. Thanks, Josh From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 08:44:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD8B416A421 for ; Wed, 11 Jul 2007 08:44:11 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.77]) by mx1.freebsd.org (Postfix) with ESMTP id 6852C13C48A for ; Wed, 11 Jul 2007 08:44:10 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-323974.home.otenet.gr [85.72.121.36]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6B8i7VC026255; Wed, 11 Jul 2007 11:44:08 +0300 Message-ID: <46949856.1040309@otenet.gr> Date: Wed, 11 Jul 2007 11:44:06 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: Zbigniew Szalbot References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Freebsd questions Subject: Re: finding the USB drive name, mounting and formatting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 08:44:11 -0000 Zbigniew Szalbot wrote: > Hello, > > I have kernel compiled with USB support and I plugged in a USB drive: > messages show this information: > > Jul 11 09:48:22 lists kernel: umass0: Myson Century, Inc. USB Mass Storage > Device, rev 2.00/b0.07, addr 2 > Jul 11 09:48:22 lists kernel: da0 at umass-sim0 bus 0 target 0 lun 0 > Jul 11 09:48:22 lists kernel: da0: Fixed Direct Access > SCSI-0 device > Jul 11 09:48:22 lists kernel: da0: 1.000MB/s transfers > Jul 11 09:48:22 lists kernel: da0: 76319MB (156301488 512 byte sectors: > 255H 63S/T 9729C) > > I created /mnt/usbck and would like to mount it there, then format it as it > uses msdos file system (FAT). > > How do I determine the name of the drive is my first problem. It is not > da0, it is? What is the command to check it? I mean I think it is not da0 > because da0 timestamp is a few days old. > > I guess I need something like that: > mount -t msdosfs /dev/??? /mnt/usbck > > Once I have it there, what is the best way to format this drive (I would > like to use it for backup with FBSD file system)? > > Thank you very much in advance! > > Zbigniew Szalbot > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > If this is a USB flash drive with a FAT partition, it is probably just da0s1 (I am using one right now!) . Just do an ls /dev/da0* and simply mount -t msdosfs /dev/da0s1 /mnt/usbck For the second part of the question, I usually prefer to keep these drives FAT formatted and tar gzip the files I need in there. I suppose if you need to make UFS on it you will have to bsdlabel and newfs it. Have never done it, but have a look at this page: http://typo.submonkey.net/articles/2006/04/13/installing-freebsd-on-usb-stick-episode-2 He is installing FreeBSD on a flash drive. Although not directly relevant to what you are doing, he is showing all commands for creating a UFS on the flash drive, and should be enough to get you started. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 08:52:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF6F916A41F for ; Wed, 11 Jul 2007 08:52:13 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 8741513C447 for ; Wed, 11 Jul 2007 08:52:13 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www by szalbot.homedns.org with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I8Xvb-0000KD-HL; Wed, 11 Jul 2007 10:52:07 +0200 To: Manolis Kiagias X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Wed, 11 Jul 2007 10:52:07 +0200 From: Zbigniew Szalbot In-Reply-To: <46949856.1040309@otenet.gr> References: <46949856.1040309@otenet.gr> Message-ID: <0c455a270b66fc687d37e6c41125dd14@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: Freebsd questions Subject: Re: finding the USB drive name, mounting and formatting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 08:52:13 -0000 Hello, >> I created /mnt/usbck and would like to mount it there, then format it as > it >> uses msdos file system (FAT). >> >> How do I determine the name of the drive is my first problem. It is not >> da0, it is? What is the command to check it? I mean I think it is not > da0 >> because da0 timestamp is a few days old. > If this is a USB flash drive with a FAT partition, it is probably just > da0s1 (I am using one right now!) . Just do an ls /dev/da0* > and simply mount -t msdosfs /dev/da0s1 /mnt/usbck Thank you for your answer. I do have da0s1 but mount -t msdosfs /dev/da0s1 /mnt/usbck mount_msdosfs: /dev/da0s1: Invalid argument Also, it is not a flash drive, it is an external USB drive with IDE hd in it (80 GB). I will skip formatting as I can see your point. Thanks! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 09:03:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BA4FC16A400 for ; Wed, 11 Jul 2007 09:03:30 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id 320FF13C447 for ; Wed, 11 Jul 2007 09:03:29 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-323974.home.otenet.gr [85.72.121.36]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6B93R4u024521; Wed, 11 Jul 2007 12:03:27 +0300 Message-ID: <46949CDD.7040209@otenet.gr> Date: Wed, 11 Jul 2007 12:03:25 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: Zbigniew Szalbot References: <46949856.1040309@otenet.gr> <0c455a270b66fc687d37e6c41125dd14@szalbot.homedns.org> In-Reply-To: <0c455a270b66fc687d37e6c41125dd14@szalbot.homedns.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Freebsd questions Subject: Re: finding the USB drive name, mounting and formatting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 09:03:30 -0000 Zbigniew Szalbot wrote: > Hello, > > >>> I created /mnt/usbck and would like to mount it there, then format it as >>> >> it >> >>> uses msdos file system (FAT). >>> >>> How do I determine the name of the drive is my first problem. It is not >>> da0, it is? What is the command to check it? I mean I think it is not >>> >> da0 >> >>> because da0 timestamp is a few days old. >>> > > >> If this is a USB flash drive with a FAT partition, it is probably just >> da0s1 (I am using one right now!) . Just do an ls /dev/da0* >> and simply mount -t msdosfs /dev/da0s1 /mnt/usbck >> > > Thank you for your answer. I do have da0s1 but > mount -t msdosfs /dev/da0s1 /mnt/usbck > mount_msdosfs: /dev/da0s1: Invalid argument > > Also, it is not a flash drive, it is an external USB drive with IDE hd in > it (80 GB). > > I will skip formatting as I can see your point. Thanks! > > Zbigniew Szalbot > > > If it is a large hard disk, then it is probably worth it to make a UFS filesystem on it. You can do this very easily by running sysinstall. You will then have a /dev/da0s1d to mount In fact you may like to try mounting it as /dev/da0s1d right now and see what happens... From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 09:16:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B5A816A41F for ; Wed, 11 Jul 2007 09:16:20 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from newmail.rmm.fr (newmail.rmm.fr [87.98.206.99]) by mx1.freebsd.org (Postfix) with ESMTP id 3285F13C44C for ; Wed, 11 Jul 2007 09:16:20 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from localhost (localhost [127.0.0.1]) by newmail.rmm.fr (Postfix) with ESMTP id 3816928EE5 for ; Wed, 11 Jul 2007 11:16:19 +0200 (CEST) X-Virus-Scanned: amavisd-new 2.5.2 (20070627) at rmm.fr Received: from newmail.rmm.fr ([127.0.0.1]) by localhost (newmail.rmm.fr [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id tc43rHkAiAl6 for ; Wed, 11 Jul 2007 11:16:19 +0200 (CEST) Received: from [10.76.129.235] (unknown [213.223.93.169]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by newmail.rmm.fr (Postfix) with ESMTP id 3C71B28EAD for ; Wed, 11 Jul 2007 11:16:17 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: quoted-printable Message-Id: Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed To: Liste FreeBSD From: bsd Date: Wed, 11 Jul 2007 11:15:45 +0200 X-Mailer: Apple Mail (2.752.3) Subject: Equivalent command of blockdev --flushbufs on 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: Wed, 11 Jul 2007 09:16:20 -0000 Hello, We are running a FreeBSD cluster with LinuxHA freeBSD port and we =20 would like to know if there is an equivalent of the command "blockdev =20= --flushbufs" for FreeBSD ? This command is intended to flush the SCSI buffers on a hand-over =20 operation between two nodes of the cluster. Thanks for your answers. =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF Gregober ---> PGP ID --> 0x1BA3C2FD bsd @at@ todoo.biz =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF P "Please consider your environmental responsibility before printing =20 this e-mail" From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 09:17:18 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B36E16A400 for ; Wed, 11 Jul 2007 09:17:18 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 51B1C13C487 for ; Wed, 11 Jul 2007 09:17:18 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www by szalbot.homedns.org with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I8YJr-0000Oa-Lm; Wed, 11 Jul 2007 11:17:11 +0200 To: Manolis Kiagias X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Wed, 11 Jul 2007 11:17:11 +0200 From: Zbigniew Szalbot In-Reply-To: <46949CDD.7040209@otenet.gr> References: <46949CDD.7040209@otenet.gr> Message-ID: X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: Freebsd questions Subject: Re: finding the USB drive name, mounting and formatting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 09:17:18 -0000 Hi there again, >> Thank you for your answer. I do have da0s1 but >> mount -t msdosfs /dev/da0s1 /mnt/usbck >> mount_msdosfs: /dev/da0s1: Invalid argument >> >> Also, it is not a flash drive, it is an external USB drive with IDE hd > in >> it (80 GB). >> >> I will skip formatting as I can see your point. Thanks! >> >> Zbigniew Szalbot >> >> >> > If it is a large hard disk, then it is probably worth it to make a UFS > filesystem on it. > You can do this very easily by running sysinstall. You will then have a > /dev/da0s1d to mount > In fact you may like to try mounting it as /dev/da0s1d right now and see > what happens... No such file or directory when I ls /dev/da0sld I am sure I have /dev/da0s1 on my system and it seems to be the 80GB USB drive as confirmed by sysinstall (btw the system thinks it is a SCSI drive then?). But back to this error: mount -t msdosfs /dev/da0s1 /mnt/usbck mount_msdosfs: /dev/da0s1: Invalid argument When I try mount -a /dev/da0s1 /mnt/usbck, I get: mount: /dev/da0s1 on /mnt/usbck: incorrect super block Can you still help? :) Thank you! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 09:32:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 648D516A400 for ; Wed, 11 Jul 2007 09:32:05 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id E79B513C448 for ; Wed, 11 Jul 2007 09:32:04 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from freebsdgr.dyndns.org (athedsl-305404.home.otenet.gr [85.73.240.154]) (authenticated bits=0) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6B9W0En008103; Wed, 11 Jul 2007 12:32:01 +0300 Message-ID: <4694A38E.7010003@otenet.gr> Date: Wed, 11 Jul 2007 12:31:58 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.4 (X11/20070703) MIME-Version: 1.0 To: Zbigniew Szalbot References: <46949CDD.7040209@otenet.gr> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Freebsd questions Subject: Re: finding the USB drive name, mounting and formatting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 09:32:05 -0000 Zbigniew Szalbot wrote: > Hi there again, > > >>> Thank you for your answer. I do have da0s1 but >>> mount -t msdosfs /dev/da0s1 /mnt/usbck >>> mount_msdosfs: /dev/da0s1: Invalid argument >>> >>> Also, it is not a flash drive, it is an external USB drive with IDE hd >>> >> in >> >>> it (80 GB). >>> >>> I will skip formatting as I can see your point. Thanks! >>> >>> Zbigniew Szalbot >>> >>> >>> >>> >> If it is a large hard disk, then it is probably worth it to make a UFS >> filesystem on it. >> You can do this very easily by running sysinstall. You will then have a >> /dev/da0s1d to mount >> In fact you may like to try mounting it as /dev/da0s1d right now and see >> what happens... >> > > No such file or directory when I ls /dev/da0sld > > I am sure I have /dev/da0s1 on my system and it seems to be the 80GB USB > drive as confirmed by sysinstall (btw the system thinks it is a SCSI drive > then?). But back to this error: > > mount -t msdosfs /dev/da0s1 /mnt/usbck > mount_msdosfs: /dev/da0s1: Invalid argument > > When I try mount -a /dev/da0s1 /mnt/usbck, I get: > mount: /dev/da0s1 on /mnt/usbck: incorrect super block > Tried mount -t msdosfs /dev/da0s1d /mnt/usbck ? > Can you still help? :) > > Thank you! > > Zbigniew Szalbot > > Yes, external USB disks / flash drives are handled as SCSI by the kernel, and you are right the da0 is your disk. Is ls /dev/da0s* showing anything else except da0s1 as a result? I am in front of my FreeBSD system right now, and I have (a UFS formatted) external 250Gb disk on it, I can see da0s1d on ls /dev/da0s* As an afterthought, and maybe dumb question, are you certain the disk is fat formatted and not someting else (i.e. NTFS)? From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 09:39:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DE2A16A400 for ; Wed, 11 Jul 2007 09:39:38 +0000 (UTC) (envelope-from ivan@careytech.com.au) Received: from ipmail01.adl2.internode.on.net (ipmail01.adl2.internode.on.net [203.16.214.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9BB0513C45D for ; Wed, 11 Jul 2007 09:39:37 +0000 (UTC) (envelope-from ivan@careytech.com.au) X-IronPort-AV: E=Sophos;i="4.16,525,1175437800"; d="scan'208";a="155632140" Received: from ppp154-213.static.internode.on.net (HELO [192.168.1.2]) ([150.101.154.213]) by ipmail01.adl2.internode.on.net with ESMTP; 11 Jul 2007 19:09:35 +0930 Message-ID: <4694A552.4020308@careytech.com.au> Date: Wed, 11 Jul 2007 19:39:30 +1000 From: Ivan Carey User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: VeeJay References: <2cd0a0da0707110044h4c14df12nd921a149bf6a47a8@mail.gmail.com> In-Reply-To: <2cd0a0da0707110044h4c14df12nd921a149bf6a47a8@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Questions Subject: Re: Help Plz! Post Install question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ivan@careytech.com.au List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 09:39:38 -0000 VeeJay wrote: > Hi fellows > > I have two computers with FreeBSD 6.2 with minimum installation. (Without > Ports distribution in /usr). I don't have any "/usr/ports" > But if I want to install mysql or Perl, what method I should use, in > absence > of ports directory? > > How can I install mysql or Perl on my two computers? > > Please Help! > Perl should be installed, to check open a terminal session and type perl -v if it is not installed you can install it via a package pkg_add -r perl To install mysql try pkg_add -r mysql Ivan From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 09:41:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A19816A468 for ; Wed, 11 Jul 2007 09:41:36 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id B768413C43E for ; Wed, 11 Jul 2007 09:41:35 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www by szalbot.homedns.org with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I8YhN-0000UQ-7n; Wed, 11 Jul 2007 11:41:29 +0200 To: Manolis Kiagias X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Wed, 11 Jul 2007 11:41:29 +0200 From: Zbigniew Szalbot In-Reply-To: <4694A38E.7010003@otenet.gr> References: <4694A38E.7010003@otenet.gr> Message-ID: <0f03603370f42684f596dd418521724d@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: Freebsd questions Subject: Re: finding the USB drive name, mounting and formatting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 09:41:36 -0000 Dear all, > Yes, external USB disks / flash drives are handled as SCSI by the > kernel, and you are right the da0 is your disk. > Is ls /dev/da0s* showing anything else except da0s1 as a result? I am in > front of my FreeBSD system right now, and I have (a UFS formatted) > external 250Gb disk on it, I can see da0s1d on ls /dev/da0s* > As an afterthought, and maybe dumb question, are you certain the disk is > fat formatted and not someting else (i.e. NTFS)? Apologies for taking up list bandwidth! Of course it was NTFS. I was so pre-occupied with mounting that I forgot about that subtle (!) difference. I am very sorry for bothering you. Warm regards, zbigniew szalbot From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 10:00:07 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6BD716A421 for ; Wed, 11 Jul 2007 10:00:07 +0000 (UTC) (envelope-from "") Received: from relay.dp.infocom.ua (relay.dp.infocom.ua [212.1.84.18]) by mx1.freebsd.org (Postfix) with ESMTP id 221FA13C44C for ; Wed, 11 Jul 2007 10:00:06 +0000 (UTC) (envelope-from "") Received: from relay.dp.infocom.ua by relay.dp.infocom.ua (with RAW) (MDaemon PRO v9.6.0) for ; Wed, 11 Jul 2007 12:45:09 +0300 Date: Wed, 11 Jul 2007 12:45:09 +0300 From: "MDaemon at relay.dp.infocom.ua" To: questions@freebsd.org X-MDaemon-Deliver-To: questions@freebsd.org Message-ID: Mime-Version: 1.0 X-Actual-From: HostMaster@relay.dp.infocom.ua X-MDDSN-Message: Yes X-Return-Path: <> Content-Type: text/plain; charset=windows-1251 Cc: Subject: Permanent Delivery Failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noreply@relay.dp.infocom.ua List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 10:00:07 -0000 оПХКНФЕММНЕ ЯННАЫЕМХЕ БШГШБЮЕР онярнъммсч ТЮРЮКЭМСЧ НЬХАЙС ДНЯРЮБЙХ! оНЯКЕ НДМНИ ХКХ МЕЯЙНКЭЙХУ МЕСДЮВМШУ ОНОШРНЙ ДНЯРЮБЙХ, ОПХКНФЕММНЕ ЯННАЫЕМХЕ АШКН СДЮКЕМН ХГ ОНВРНБНИ НВЕПЕДХ МЮ ЩРНЛ ЯЕПБЕПЕ. йНКХВЕЯРБН Х ВЮЯРНРЮ ОНОШРНЙ ДНЯРЮБЙХ НОПЕДЕКЪЕРЯЪ КНЙЮКЭМН МЮЯРПНЕММШЛХ ОЮПЮЛЕРПЮЛХ. бюье яннаыемхе ме ашкн днярюбкемн ндмнлс хкх анкее онксвюрекеи! Failed address: yaguar@ordzho.dp.ua --- Session Transcript --- Wed 2007-07-11 12:45:02: [2610:4] Parsing message Wed 2007-07-11 12:45:02: [2610:4] * From: questions@freebsd.org Wed 2007-07-11 12:45:02: [2610:4] * To: yaguar@ordzho.dp.ua Wed 2007-07-11 12:45:02: [2610:4] * Subject: =?windows-1251?Q?-=3d=cf=d0=c8=d5=ce=c4=c8=d2=c5 =c2 =d6=c8=d0=ca=3d-?= Wed 2007-07-11 12:45:02: [2610:4] * Message-ID: <6.0.0.22.1.20070711154307.4902f56c@freebsd.org> Wed 2007-07-11 12:45:02: [2610:4] Attempting SMTP connection to [ordzho.dp.ua] Wed 2007-07-11 12:45:02: [2610:4] Resolving MX records for [ordzho.dp.ua] (DNS Server: 212.1.84.18)... Wed 2007-07-11 12:45:02: [2610:4] * Ignoring irrelevant RR, dnp.ukrpack.net P=020 Wed 2007-07-11 12:45:02: [2610:4] * P=010 S=000 D=ordzho.dp.ua TTL=(60) MX=[ns.netcom.dp.ua] {212.1.84.156} Wed 2007-07-11 12:45:02: [2610:4] * Wed 2007-07-11 12:45:02: [2610:4] Attempting SMTP connection to [212.1.84.156:25] Wed 2007-07-11 12:45:02: [2610:4] Waiting for socket connection... Wed 2007-07-11 12:45:02: [2610:4] * Connection established (212.1.84.18:3660 -> 212.1.84.156:25) Wed 2007-07-11 12:45:02: [2610:4] Waiting for protocol to start... Wed 2007-07-11 12:45:07: [2610:4] <-- 220 ns.netcom.dp.ua ESMTP Sendmail 8.14.1/8.14.1; Wed, 11 Jul 2007 12:44:05 +0300 (EEST) Wed 2007-07-11 12:45:07: [2610:4] --> EHLO relay.dp.infocom.ua Wed 2007-07-11 12:45:07: [2610:4] <-- 250-ns.netcom.dp.ua Hello dnp.ukrpack.net [212.1.84.18], pleased to meet you Wed 2007-07-11 12:45:07: [2610:4] <-- 250 ENHANCEDSTATUSCODES Wed 2007-07-11 12:45:07: [2610:4] --> MAIL From: Wed 2007-07-11 12:45:08: [2610:4] <-- 550 5.7.1 Access denied Wed 2007-07-11 12:45:08: [2610:4] --> QUIT --- End Transcript --- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 10:55:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A47B16A41F for ; Wed, 11 Jul 2007 10:55:01 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id EE92313C459 for ; Wed, 11 Jul 2007 10:55:00 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www by szalbot.homedns.org with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I8ZqP-0000lE-Gd for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 12:54:53 +0200 To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Wed, 11 Jul 2007 12:54:53 +0200 From: Zbigniew Szalbot In-Reply-To: <9041300d61c26f5b8bfda35bd2e2bada@szalbot.homedns.org> References: <9041300d61c26f5b8bfda35bd2e2bada@szalbot.homedns.org> Message-ID: X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: named listening on LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 10:55:01 -0000 Hello, > This is interesting. I tried adding this to named.conf (adapted from man > named.conf) > /* logging { > channel namedlog { > file /var/log/named/nlog; > severity info; > print-time yes; > print-severity yes; > print-category yes; > }; > category default { namedlog; ... }; > }; > */ > > Of course the above was not commented in the configuration file. But when > starting named, it did not want to work. I had to comment the logging > facility and then I was able to get named to work again. I changed the above to logging{ channel simple_log { file "/var/log/named/nlog" versions 3 size 5m; severity info; print-time yes; print-severity yes; print-category yes; }; category default{ simple_log; }; }; Now bind does not die but but it cannot find the log file: logging channel 'simple_log' file '/var/log/named/nlog': file not found ls /var/log/named/* /var/log/named/nlog Why would named not be able to find the log when it is there? The nlog file is owned by user bind and grup bind. Thank you in advance for any suggestion you may have! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 08:13:26 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBF4016A46C for ; Wed, 11 Jul 2007 08:13:26 +0000 (UTC) (envelope-from Makh@yandex.ru) Received: from webmail30.mail.yandex.net (webmail30.mail.yandex.net [213.180.200.154]) by mx1.freebsd.org (Postfix) with ESMTP id 252D413C448 for ; Wed, 11 Jul 2007 08:13:26 +0000 (UTC) (envelope-from Makh@yandex.ru) Received: from YAMAIL (webmail30) by mail.yandex.ru id S4645651AbXGKICU for ; Wed, 11 Jul 2007 12:02:20 +0400 Received: from [83.102.144.109] ([83.102.144.109]) by mail.yandex.ru with HTTP; Wed, 11 Jul 2007 12:02:19 +0400 From: =?KOI8-R?B?7cHI0s/XIOnM2NE=?= To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Message-Id: <19951184140939@webmail30.yandex.ru> Date: Wed, 11 Jul 2007 12:02:19 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailman-Approved-At: Wed, 11 Jul 2007 11:11:00 +0000 Cc: Subject: Mail on freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 08:13:27 -0000 Hello! I have a friend? he is fan of Freebsd? he use it for 15 years. Next week he'll be 40 years. For along time i didnt know what to present him... but today I've remembered, that he for a long time dreamed to have a mail box on freebsd.org. Can you give him a mail zobnin@freebsd.org? With the best regards From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 11:13:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A57CD16A421 for ; Wed, 11 Jul 2007 11:13:40 +0000 (UTC) (envelope-from juancr@dsa.es) Received: from llca513-a.servidoresdns.net (llca513-a.servidoresdns.net [217.76.128.120]) by mx1.freebsd.org (Postfix) with ESMTP id 64D5C13C45D for ; Wed, 11 Jul 2007 11:13:40 +0000 (UTC) (envelope-from juancr@dsa.es) Received: from mail.dsa.es (localhost.localdomain [127.0.0.1]) by llca513-a.servidoresdns.net (Postfix) with SMTP id C25E012A82E9 for ; Wed, 11 Jul 2007 12:50:50 +0200 (CEST) Received: from 84.18.13.122 (SquirrelMail authenticated user faf352c) by llca513-a.servidoresdns.net with HTTP; Wed, 11 Jul 2007 10:50:51 -0000 (GMT) Message-ID: <1591.84.18.13.122.1184151051.squirrel@llca513-a.servidoresdns.net> Date: Wed, 11 Jul 2007 10:50:51 -0000 (GMT) From: "DSA - JCR" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2-0.1.7.x MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: GELI cripto USB disk and fsck X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 11:13:40 -0000 HI all FreeBSD 6.2 i386 I have an USB disk cryptografied with GELI in order to get external backup copies of an enterprise. All work fine till somebody (not me ;D), reboot the computer (I think so) without unmounting the disk and then I get two things: 1.- The main filesystem / get overfilled, it was 108% used !! because the USB disk files were in the mounted directory (/usb2). My question is, how is this possible? it was full and more, where were the files?? I reboot the system after delete the files in the /usb2 directory, i prefer to save the / filesystem. 2.- When I try to mount (after this) the USB disk it says that I must use fsck because thera are problems in the disk (logic), but I don't find any utility to run a fsck in a GELI cryptografied disk (or without crypto). What can I do? I haven't see nothing in the handbook or man pages about fsck on GELI disks. 3.- Also, I have a problem after this, when I try to use smbutil to connect to Windows computers, i can't, i get an kernel error saying that "smb_util_xxx is not in the kernel" (something like that, I don't have here the exact message now). How can I correct this? Thanks in advance Sincerely Juan CoruЯa Desarrollo de Software Atlantico From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 11:17:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F3AD416A421 for ; Wed, 11 Jul 2007 11:17:00 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id AA84013C465 for ; Wed, 11 Jul 2007 11:17:00 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www by szalbot.homedns.org with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I8aBi-0000tC-AU; Wed, 11 Jul 2007 13:16:54 +0200 To: CK X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Wed, 11 Jul 2007 13:16:54 +0200 From: Zbigniew Szalbot In-Reply-To: <4694BA6A.4030608@yourserveradmin.com> References: <4694BA6A.4030608@yourserveradmin.com> Message-ID: <0afaca5f39036975c53d0da321e208c0@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: named listening on LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 11:17:01 -0000 Hello, On Wed, 11 Jul 2007 14:09:30 +0300, CK wrote: > Zbigniew Szalbot wrote: >> Now bind does not die but but it cannot find the log file: >> logging channel 'simple_log' file '/var/log/named/nlog': file not found >> >> ls /var/log/named/* >> /var/log/named/nlog >> >> Why would named not be able to find the log when it is there? The nlog > file >> is owned by user bind and grup bind. > > As a wild guess, your named may be running in a chrooted jail, so you > may want to check /var/named/var/log/named I did try that before. I do not have /var/named/var/log/named but I do have /var/named/var/log/ and I created a file there, gave it appropriate ownership but messages returned the same error about not being able to find a file logging{ channel simple_log { file "/var/named/var/log/nlog"; severity info; print-time yes; print-severity yes; print-category yes; }; category default{ simple_log; }; }; Jul 11 13:06:03 szalbot named[3319]: starting BIND 9.3.3 -t /var/named -u bind Jul 11 13:06:03 szalbot named[3319]: command channel listening on 127.0.0.1#953 Jul 11 13:06:03 szalbot named[3319]: command channel listening on ::1#953 Jul 11 13:06:03 szalbot named[3319]: logging channel 'simple_log' file '/var/named/var/log/nlog': file not found Jul 11 13:06:03 szalbot named[3319]: isc_log_open '/var/named/var/log/nlog' failed: file not found Thanks! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 11:44:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B2DF16A400 for ; Wed, 11 Jul 2007 11:44:32 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.freebsd.org (Postfix) with ESMTP id 985C913C43E for ; Wed, 11 Jul 2007 11:44:31 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr13.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6BBiTWc063518; Wed, 11 Jul 2007 13:44:29 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id F2A30B822; Wed, 11 Jul 2007 13:44:28 +0200 (CEST) Date: Wed, 11 Jul 2007 13:44:28 +0200 From: Roland Smith To: DSA - JCR Message-ID: <20070711114428.GA78340@slackbox.xs4all.nl> Mail-Followup-To: DSA - JCR , freebsd-questions@freebsd.org References: <1591.84.18.13.122.1184151051.squirrel@llca513-a.servidoresdns.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline In-Reply-To: <1591.84.18.13.122.1184151051.squirrel@llca513-a.servidoresdns.net> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: GELI cripto USB disk and fsck X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 11:44:32 -0000 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 11, 2007 at 10:50:51AM -0000, DSA - JCR wrote: > HI all >=20 > FreeBSD 6.2 i386 >=20 > I have an USB disk cryptografied with GELI in order to get external backup > copies of an enterprise. >=20 > All work fine till somebody (not me ;D), reboot the computer (I think so) > without unmounting the disk and then I get two things: >=20 > 1.- The main filesystem / get overfilled, it was 108% used !! because the > USB disk files were in the mounted directory (/usb2). My question is, how > is this possible? it was full and more, where were the files?? A part of the filesystem is reserved for the root user. If that part is used, it is >100%. I don't think that it is because of where the USB disk was mounted. Mounting a filesystem under / does not make its files part of /! =20 > I reboot the system after delete the files in the /usb2 directory, i > prefer to save the / filesystem. >=20 > 2.- When I try to mount (after this) the USB disk it says that I must use > fsck because thera are problems in the disk (logic), but I don't find any > utility to run a fsck in a GELI cryptografied disk (or without crypto). > What can I do? I haven't see nothing in the handbook or man pages about > fsck on GELI disks. You have to attach the GELI disk first. If this disk is listed in /etc/fstab, this will be done at boot. If not, do 'geli attach /dev/daX' where X is the number of the disk. After that, you should fsck /dev/daX.eli, _not_ /dev/daX! > 3.- Also, I have a problem after this, when I try to use smbutil to > connect to Windows computers, i can't, i get an kernel error saying that > "smb_util_xxx is not in the kernel" (something like that, I don't have > here the exact message now). How can I correct this? At a guess, I think that the SMB filesystem isn't compiled into the kernel, and you need to load the smbfs kernel module; 'kldload smbfs'. If you want to load it automatically at boot, add 'smbfs_load=3D"YES"' to /boot/loader.conf. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGlMKcEnfvsMMhpyURAhymAKCuxQ0pADN+ShzCb5TWs1QbBsSTVwCgnoB+ /isnBsUC16LrkEGbcll2wmA= =iisv -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 11:49:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8375316A400 for ; Wed, 11 Jul 2007 11:49:04 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 611DC13C44C for ; Wed, 11 Jul 2007 11:49:04 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 0FF276D428 for ; Wed, 11 Jul 2007 11:50:14 +0000 (UTC) Date: Wed, 11 Jul 2007 11:50:13 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-questions@freebsd.org In-Reply-To: <0afaca5f39036975c53d0da321e208c0@szalbot.homedns.org> Message-ID: <20070711114109.D9624@duane.dbq.yournetplus.com> References: <4694BA6A.4030608@yourserveradmin.com> <0afaca5f39036975c53d0da321e208c0@szalbot.homedns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: named listening on LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 11:49:04 -0000 On Wed, 11 Jul 2007 at 13:16 +0200, zbigniew@szalbot.homedns.org confabulated: > > Hello, > > On Wed, 11 Jul 2007 14:09:30 +0300, CK wrote: >> Zbigniew Szalbot wrote: >>> Now bind does not die but but it cannot find the log file: >>> logging channel 'simple_log' file '/var/log/named/nlog': file not found >>> >>> ls /var/log/named/* >>> /var/log/named/nlog >>> >>> Why would named not be able to find the log when it is there? The nlog >> file >>> is owned by user bind and grup bind. >> >> As a wild guess, your named may be running in a chrooted jail, so you >> may want to check /var/named/var/log/named > > I did try that before. I do not have /var/named/var/log/named but I do have > /var/named/var/log/ and I created a file there, gave it appropriate > ownership but messages returned the same error about not being able to find > a file > logging{ > channel simple_log { > file "/var/named/var/log/nlog"; > severity info; > print-time yes; > print-severity yes; > print-category yes; > }; > category default{ > simple_log; > }; > }; > > Jul 11 13:06:03 szalbot named[3319]: starting BIND 9.3.3 -t /var/named -u > bind > Jul 11 13:06:03 szalbot named[3319]: command channel listening on > 127.0.0.1#953 > Jul 11 13:06:03 szalbot named[3319]: command channel listening on ::1#953 > Jul 11 13:06:03 szalbot named[3319]: logging channel 'simple_log' file > '/var/named/var/log/nlog': file not found > Jul 11 13:06:03 szalbot named[3319]: isc_log_open '/var/named/var/log/nlog' > failed: file not found I have it working with this: logging { channel namedlog { file "/var/log/nlog"; severity info; print-time yes; print-severity yes; print-category yes; }; category default { namedlog; }; }; When I restarted named, the nlog file was created in /var/named/var/log automatically: home# ls -lo /var/named/var/log/nlog -rw-r--r-- 1 bind wheel - 1253 Jul 11 11:43 /var/named/var/log/nlog If I add the flag into rc.conf to shut off chrooting, logging changes to: /var/log/nlog ----- _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 11:53:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C400F16A421 for ; Wed, 11 Jul 2007 11:53:54 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 7BD4A13C457 for ; Wed, 11 Jul 2007 11:53:54 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www by szalbot.homedns.org with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I8alO-00011U-Fo; Wed, 11 Jul 2007 13:53:46 +0200 To: Duane Hill X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Wed, 11 Jul 2007 13:53:46 +0200 From: Zbigniew Szalbot In-Reply-To: <20070711114109.D9624@duane.dbq.yournetplus.com> References: <20070711114109.D9624@duane.dbq.yournetplus.com> Message-ID: <596cb9575b19833d14641ebca8558b7b@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: named listening on LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 11:53:54 -0000 Hello again, >> Jul 11 13:06:03 szalbot named[3319]: logging channel 'simple_log' file >> '/var/named/var/log/nlog': file not found >> Jul 11 13:06:03 szalbot named[3319]: isc_log_open > '/var/named/var/log/nlog' >> failed: file not found > > I have it working with this: > > logging { > > channel namedlog { > file "/var/log/nlog"; > severity info; > print-time yes; > print-severity yes; > print-category yes; > }; > category default { namedlog; }; > > }; > > When I restarted named, the nlog file was created in /var/named/var/log > automatically: Many thanks! I now understand that the file variable is NOT full path to the log file but a relative one based on the named work directory! Thank you again! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 11:56:52 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F091816A41F for ; Wed, 11 Jul 2007 11:56:52 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from mail-03.name-services.com (Mail-03.name-services.com [64.74.223.58]) by mx1.freebsd.org (Postfix) with ESMTP id DE71413C45B for ; Wed, 11 Jul 2007 11:56:52 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from laptop ([76.190.225.105]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 11 Jul 2007 04:42:33 -0700 From: "fbsd2" To: "freebsd-questions@FreeBSD. ORG" Date: Wed, 11 Jul 2007 07:39:51 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Importance: Normal X-OriginalArrivalTime: 11 Jul 2007 11:42:33.0813 (UTC) FILETIME=[9237A850:01C7C3B0] Cc: Subject: 10Mbps versus 100Mbps Cable Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd2@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 11:56:53 -0000 Comclark cable in Angeles City Philippines has changed from using 100Mbps Cable Modem to 10Mbps Cable Modem. To me this seems to be all wrong as all I see is slower response. Is there any technical or performance reason for any cable internet provider to downgrade their network subscribers cable modems from 100Mbps to 10Mbps? From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 12:00:10 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFF8016A421 for ; Wed, 11 Jul 2007 12:00:10 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 8452613C46C for ; Wed, 11 Jul 2007 12:00:10 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 11 Jul 2007 08:00:11 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id IWP99165; Wed, 11 Jul 2007 08:00:09 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 11 Jul 2007 08:00:05 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18068.50757.730263.40972@jerusalem.litteratus.org> Date: Wed, 11 Jul 2007 08:00:05 -0400 To: questions@freebsd.org In-Reply-To: <200707110706.l6B76Spm094321@jerusalem.litteratus.org> References: <200707110706.l6B76Spm094321@jerusalem.litteratus.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Subject: ipv6 connection 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: Wed, 11 Jul 2007 12:00:10 -0000 Hello: I've recently started getting these in the system log: +TCP: [::1]:49478 to [::1]:4080 tcpflags 0x2; tcp_input: Connection attempt to closed port The program affected works anyway, but I'd like to dispense with the clutter. What's happening, and is there a way to fix it without re-compiling? (E.g. firewall setting.) Robert Huff From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 12:05:18 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9684C16A469 for ; Wed, 11 Jul 2007 12:05:18 +0000 (UTC) (envelope-from ck@yourserveradmin.com) Received: from tetrahedron.itechcraft.com (tetrahedron.itechcraft.com [72.34.45.195]) by mx1.freebsd.org (Postfix) with ESMTP id 7FB0013C45B for ; Wed, 11 Jul 2007 12:05:18 +0000 (UTC) (envelope-from ck@yourserveradmin.com) Received: from dodekaedr.techs.com.ua ([193.109.101.2]:3545 helo=[10.10.10.11]) by tetrahedron.itechcraft.com with esmtpa (Exim 4.63) (envelope-from ) id 1I8a4i-0005PG-AF; Wed, 11 Jul 2007 14:09:40 +0300 Message-ID: <4694BA6A.4030608@yourserveradmin.com> Date: Wed, 11 Jul 2007 14:09:30 +0300 From: CK User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Zbigniew Szalbot References: <9041300d61c26f5b8bfda35bd2e2bada@szalbot.homedns.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - tetrahedron.itechcraft.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - yourserveradmin.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: named listening on LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 12:05:18 -0000 Zbigniew Szalbot wrote: > Now bind does not die but but it cannot find the log file: > logging channel 'simple_log' file '/var/log/named/nlog': file not found > > ls /var/log/named/* > /var/log/named/nlog > > Why would named not be able to find the log when it is there? The nlog file > is owned by user bind and grup bind. As a wild guess, your named may be running in a chrooted jail, so you may want to check /var/named/var/log/named From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 12:07:42 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3249F16A46C for ; Wed, 11 Jul 2007 12:07:42 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id AF02813C4C6 for ; Wed, 11 Jul 2007 12:07:41 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I8ayl-0001tC-AP for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 14:07:35 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jul 2007 14:07:35 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jul 2007 14:07:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Wed, 11 Jul 2007 14:07:20 +0200 Lines: 59 Message-ID: References: <1591.84.18.13.122.1184151051.squirrel@llca513-a.servidoresdns.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig09135395F75C070EC4A88654" X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.12 (X11/20060911) In-Reply-To: <1591.84.18.13.122.1184151051.squirrel@llca513-a.servidoresdns.net> X-Enigmail-Version: 0.94.2.0 Sender: news Subject: Re: GELI cripto USB disk and fsck X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 12:07:42 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig09135395F75C070EC4A88654 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable DSA - JCR wrote: > 1.- The main filesystem / get overfilled, it was 108% used !! because t= he > USB disk files were in the mounted directory (/usb2). My question is, h= ow > is this possible? it was full and more, where were the files?? If you're asking "why 108%" the answer is that 8% of total available=20 space is reserved for the root user and performance optimization. Search = the lists, this is a FAQ. > I reboot the system after delete the files in the /usb2 directory, i > prefer to save the / filesystem. >=20 > 2.- When I try to mount (after this) the USB disk it says that I must u= se > fsck because thera are problems in the disk (logic), but I don't find a= ny > utility to run a fsck in a GELI cryptografied disk (or without crypto).= > What can I do? I haven't see nothing in the handbook or man pages about= > fsck on GELI disks. No, you run fsck on the file system on the geli "decrypted" disk: fsck=20 /dev/something.geli > 3.- Also, I have a problem after this, when I try to use smbutil to > connect to Windows computers, i can't, i get an kernel error saying tha= t > "smb_util_xxx is not in the kernel" (something like that, I don't have > here the exact message now). How can I correct this? I don't know what smbutil is, maybe you mean mount_smbfs? --------------enig09135395F75C070EC4A88654 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGlMf5ldnAQVacBcgRAvjUAKD62TO2IDyafqCgVU0R25wcCOjxuwCeJH2+ nbi43DdvWFMpmdvBkjZdiH0= =TxUy -----END PGP SIGNATURE----- --------------enig09135395F75C070EC4A88654-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 12:19:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 728B816A469 for ; Wed, 11 Jul 2007 12:19:14 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from snipe.secure-computing.net (snipe.secure-computing.net [209.240.66.149]) by mx1.freebsd.org (Postfix) with ESMTP id 415D513C484 for ; Wed, 11 Jul 2007 12:19:14 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from [10.0.0.14] (unknown [74.95.66.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ecrist@secure-computing.net) by snipe.secure-computing.net (Postfix) with ESMTP id 4BF1F17021 for ; Wed, 11 Jul 2007 07:19:13 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: User Questions From: Eric F Crist Date: Wed, 11 Jul 2007 07:19:09 -0500 X-Mailer: Apple Mail (2.752.3) Subject: Some hosting weirdness... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 12:19:14 -0000 Hey folks, I've got a few websites hosted on my systems, and I've having some VERY strange connection timeout issues. Here's three sites to use as examples. 1) www.unixarmy.com This site has very basic HTML. Loads fine everywhere we've tried it. 2) www.secure-computing.net This site is also basic HTML, doesn't load from insight.com or rr.com addresses. 3) www.fastandcleaninc.com This site is some sort of java/dynamic HTML, also doesn't load from insight or rr.com. All of these sites are hosted on the same box, across the same connections. Secure-computing.net is redirected to https for secure connections. All the apache configurations are generally the same. From where I am in Minneapolis, MN, I can connect from multiple ISPs to all of my hosted sites without problems or latency. People I know in Bloomington, IL and Jacksonville, NC, timeout on secure- computing.net and fastandcleaninc.com. What should I look for? Is there possibly some weird caching issues at their ISPs? How can I fix this? Thanks a lot! ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 12:34:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CAF716A400 for ; Wed, 11 Jul 2007 12:34:31 +0000 (UTC) (envelope-from www@office.zssm.zp.ua) Received: from office.zssm.zp.ua (kabir-ngw.zssm.zp.ua [212.8.32.26]) by mx1.freebsd.org (Postfix) with ESMTP id 8337413C46A for ; Wed, 11 Jul 2007 12:34:28 +0000 (UTC) (envelope-from www@office.zssm.zp.ua) Received: from office.zssm.zp.ua (localhost [127.0.0.1]) by office.zssm.zp.ua (Postfix) with ESMTP id 419DD9CE7 for ; Wed, 11 Jul 2007 15:09:16 +0300 (EEST) Received: by office.zssm.zp.ua (Postfix, from userid 80) id 1EA7E9CE3; Wed, 11 Jul 2007 15:09:16 +0300 (EEST) To: freebsd-questions@freebsd.org From: Wells Fargo Online Content-Transfer-Encoding: 8bit Message-Id: <20070711120916.1EA7E9CE3@office.zssm.zp.ua> Date: Wed, 11 Jul 2007 15:09:16 +0300 (EEST) X-Virus-Scanned: ClamAV using ClamSMTP MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Online Banking Transter Alert !!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 12:34:31 -0000 Logo Banner [1]Global Navigation [clear.gif] Dear customer, Wells Fargo is constantly striving to provide you with more convenience, control, and security to assist in managing your finances. Thats why we are proactively alerting you of The following activity on you Online Banking Account: Transfer Amount:$1000 Transfer Recipient last 4 digits of account number: xx-xxxx-5091 Transfer Recipient Name: James Callagher. If You did not authorize this transfer please be informed that their has an unauthorized access into your accounts Click [2]Here to sign in and update your account information to cancel this tranfer. Sincerely, Wells Fargo online Investment Products: Not FDIC Insured - No Bank Guarantee - May Lose Value WellsTrade^╝ accounts are offered through Wells Fargo Investments, LLC (member SIPC), a non-bank affiliate of Wells Fargo & Company. [3]Online Access Agreement (02/07/06) | Important Notice on Trading in Fast Markets | Wells Fargo Banks. Member FDIC. [4]About Wells Fargo | [5]Careers | [6]Privacy, Security & Legal | [7]R eport Email Fraud | Sitemap | Home ╘ 1999 - 2006 Wells Fargo. All rights reserved. References 1. LYNXIMGMAP:file://localhost/tmp/tmpdBNhCz.html#nav 2. http://www.escapeoptions.com/images/img/wellfargo%20online%20banking%20verify%20you%20account%20information%20to%20unlock%20your%20account%20information%20to%20get%20access%20to%20your%20account.html 3. https://online.wellsfargo.com/common/html/wibdisc.html 4. https://www.wellsfargo.com/about/about 5. https://www.wellsfargo.com/careers/ 6. https://www.wellsfargo.com/privacy_security/ 7. https://www.wellsfargo.com/privacy_security/email_fraud/report From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 13:08:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B699916A41F for ; Wed, 11 Jul 2007 13:08:57 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7BB0213C483 for ; Wed, 11 Jul 2007 13:08:57 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from [192.168.1.34] (a89-182-90-164.net-htp.de [89.182.90.164]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id EBAC8A44529 for ; Wed, 11 Jul 2007 14:39:29 +0200 (CEST) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Wed, 11 Jul 2007 14:40:47 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707111440.47637.wundram@beenic.net> Subject: Re: Some hosting weirdness... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 13:08:57 -0000 On Wednesday 11 July 2007 14:19:09 Eric F Crist wrote: > > What should I look for? Is there possibly some weird caching issues > at their ISPs? How can I fix this? Do a tcpdump when someone connects from their network and check for TCP-MSS= =20 issues, which would be my first guess when small files/items load fine over= =20 HTTP but items larger than a single TCP-packet won't (which basically fits= =20 the symptoms you describe). As some ISPs will do IP fragmentation when a packet too large to fit over t= he=20 downlink to a customer arrives, you'll not see this problem with these. Tho= se=20 ISPs that don't do IP fragmentation on the downlink (quite a few) generally= =20 should send out an ICMP-message with a "Fragmentation needed" error (which= =20 appears in the tcpdump), but some don't do that either. Generally, the MSS in their SYN-packet when connecting to your webserver=20 should be below 1460; most probably at 1452 (which is DSL and cable AFAIK),= =20 or more generally speaking (their) MTU-40, and the _IP_ packet size your ho= st=20 sends back should always be equal to or below the minimum of your MSS (whic= h=20 is sent in the SYN/ACK packet) and their MSS, plus 40. If this is not the=20 case, you have an issue. =2D-=20 Heiko Wundram Product & Application Development =2D------------------------------------ Office Germany - EXPO PARK HANNOVER =20 Beenic Networks GmbH Mail=E4nder Stra=DFe 2 30539 Hannover =20 =46on +49 511 / 590 935 - 15 =46ax +49 511 / 590 935 - 29 Mail wundram@beenic.net Beenic Networks GmbH =2D------------------------------------ Sitz der Gesellschaft: Hannover Gesch=E4ftsf=FChrer: Jorge Delgado Registernummer: HRB 61869 Registergericht: Amtsgericht Hannover From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 13:14:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9856516A468 for ; Wed, 11 Jul 2007 13:14:52 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: from web54305.mail.re2.yahoo.com (web54305.mail.re2.yahoo.com [206.190.49.115]) by mx1.freebsd.org (Postfix) with SMTP id 4756D13C4C3 for ; Wed, 11 Jul 2007 13:14:52 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: (qmail 71873 invoked by uid 60001); 11 Jul 2007 13:14:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.hk; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=i4N6vvlN5fIrQisP4MQz8IL91Hljv1l5R0/HWJfJixf/xUHL86VoENc46YdoDRQ/RyI9MK1mLxywO/kDKhpYH1BXD3OHSoXWrB0KMvoUf9mUkdHbxVJpZdNuRZS7TrN0UzuhnPULpnRF6PyL36a0Tt+dgWHjFO9kHZH8VRHteYo=; X-YMail-OSG: xKHeDLUVM1kvaWEwSaKUHSU7p9H8IMMX.z4JrTeRbeULmZwNglMKhoKH7l4EtIgyn5Z.RUvINyrUezOtflhjMFMeNCdnGS4qnxrf3tutg987mTw- Received: from [61.15.61.52] by web54305.mail.re2.yahoo.com via HTTP; Wed, 11 Jul 2007 06:14:47 PDT Date: Wed, 11 Jul 2007 06:14:47 -0700 (PDT) From: Patrick Dung To: Doug Barton , freebsd-isp@freebsd.org, freebsd-questions@freebsd.org In-Reply-To: <46947AB8.809@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <989377.60550.qm@web54305.mail.re2.yahoo.com> Cc: Patrick Dung Subject: Re: FreeBSD 6.2 default bind9, question about customize logging [re-post] (solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 13:14:52 -0000 --- Doug Barton wrote: > > On Sunday, 8 July 2007 at 12:06:26 -0700, Patrick Dung wrote: > >> I am using FreeBSD 6.2 with the default bind (not ports). > >> By default chroot is used. > > It's not a major issue, but it's probably worth pointing out that > whatever code base you use (base or ports) the behavior such as > chroot, logging, etc. is controlled by the combination of > /etc/rc.d/named and your named.conf options. Therefore this > discussion > applies equally well either way. I use FreeBSD 6.2 with the named come with the base. /etc/rc.conf named_enable="YES" # Run named, the DNS server (or NO). named_program="/usr/sbin/named" # path to named, if you want a different one. #named_flags="" # Flags for named named_pidfile="/var/run/named/pid" # Must set this in named.conf as well named_uid="bind" # User to run named as named_chrootdir="/var/named" # Chroot directory (or "" not to auto-chroot it) named_chroot_autoupdate="YES" # Automatically install/update chrooted # components of named. See /etc/rc.d/named. named_symlink_enable="YES" # Symlink the chrooted pid file > > >> When named start or stop, it does have log in /var/log/messages. > >> But for example, when some do domain transfer successfully, that > is not > >> logged (zone transfer denied is logged). > > I have intentionally avoided adding more complex logging to the > default named.conf because it's very hard to decide which way to land > on this to make the most people happy (and/or the least people mad). > I > am of course always open to suggestions. :) I need to log successful domain transfer for debugging purpose (which slave/client has done domain transfer at what time). > > >> So I tried to add this part in named.conf (enabled local0.* in > >> syslog.conf) , but still no luck. Any suggestions? > > The obvious ones, did you HUP the daemon after you changed the conf, > and did you pre-create any new files that syslogd is supposed to > write > to for the local0 facility? Can you share your syslog.conf line for > this? Do you get any joy when you try 'logger -plocal0.info blah' ? > > >> logging { > >> channel named-log { > > While I don't see that it's explicitly forbidden to use a - in a > channel name, every example I've ever seen or used myself uses an > underscore instead (named_log). > > >> //syslog daemon; > >> syslog local0; > >> severity info; > >> print-category yes; > >> }; > >> category default { named-log; }; > >> category xfer-in { named-log; }; > >> category xfer-out { named-log; }; > >> category unmatched { null; }; > >> }; > > This all looks good (modulo the - issue I mentioned above), and I use > something similar myself, so once you're sure you can write to the > syslog facility, you should be able to get this to work. > > I should probably also point out that unless you really need this to > go to syslog, you're probably better off writing to a file channel > instead (less overhead, especially on a busy server). Either way > there > is information in the ARM that will help you, > /usr/share/doc/bind9/arm. > After furher testing, I got my problem solved. 1. I found named-log is ok to use. 2. I did not need to change my previous named.conf. 3. The problem is in /etc/syslog.conf With the default /etc/syslog.conf, I have add a line: local0.* /var/log/messages There is a difference on where I put it, if I put it at the bottom of the file, even `logger -p local0.info test` will not work. If it put that line on the top-most of syslog.conf, everything is working fine... BTW, could anyone explain why putting local0.* /var/log/messages at the bottom of syslog.conf will not work? Regards Patrick > > hth, > > Doug > > -- > > This .signature sanitized for your protection > ____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 13:24:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2076C16A421 for ; Wed, 11 Jul 2007 13:24:53 +0000 (UTC) (envelope-from info@plot.uz) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.176]) by mx1.freebsd.org (Postfix) with ESMTP id 85A5913C4C4 for ; Wed, 11 Jul 2007 13:24:52 +0000 (UTC) (envelope-from info@plot.uz) Received: by ik-out-1112.google.com with SMTP id c21so1272271ika for ; Wed, 11 Jul 2007 06:24:51 -0700 (PDT) Received: by 10.78.170.6 with SMTP id s6mr2408243hue.1184160290801; Wed, 11 Jul 2007 06:24:50 -0700 (PDT) Received: from plot.uz ( [83.221.168.151]) by mx.google.com with ESMTP id i7sm632586nfh.2007.07.11.06.24.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 11 Jul 2007 06:24:50 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=INFO_TLD autolearn=no version=3.1.7 X-Spam-Report: * 0.8 INFO_TLD URI: Contains an URL in the INFO top-level domain Received: from localhost by plot.uz (MDaemon PRO v9.5.5) with DomainPOP id md50000003655.msg for ; Wed, 11 Jul 2007 18:26:22 +0500 Delivered-To: aleksey@plot.uz Received: by 10.100.154.8 with SMTP id b8cs23216ane; Wed, 11 Jul 2007 06:18:41 -0700 (PDT) Received: by 10.114.197.1 with SMTP id u1mr5127552waf.1184159823911; Wed, 11 Jul 2007 06:17:03 -0700 (PDT) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by mx.google.com with ESMTP id k9si33220293wah.2007.07.11.06.17.02; Wed, 11 Jul 2007 06:17:03 -0700 (PDT) Received-SPF: pass (google.com: domain of owner-freebsd-isp@freebsd.org designates 69.147.83.53 as permitted sender) DomainKey-Status: bad (test mode) Received: from hub.freebsd.org (hub.freebsd.org [69.147.83.54]) by mx2.freebsd.org (Postfix) with ESMTP id 6C089C356; Wed, 11 Jul 2007 13:14:57 +0000 (UTC) (envelope-from owner-freebsd-isp@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 64EF116A47E; Wed, 11 Jul 2007 13:14:57 +0000 (UTC) (envelope-from owner-freebsd-isp@freebsd.org) X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8328A16A400 for ; Wed, 11 Jul 2007 13:14:52 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: from web54305.mail.re2.yahoo.com (web54305.mail.re2.yahoo.com [206.190.49.115]) by mx1.freebsd.org (Postfix) with SMTP id 477C913C4C4 for ; Wed, 11 Jul 2007 13:14:52 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: (qmail 71873 invoked by uid 60001); 11 Jul 2007 13:14:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.hk; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=i4N6vvlN5fIrQisP4MQz8IL91Hljv1l5R0/HWJfJixf/xUHL86VoENc46YdoDRQ/RyI9MK1mLxywO/kDKhpYH1BXD3OHSoXWrB0KMvoUf9mUkdHbxVJpZdNuRZS7TrN0UzuhnPULpnRF6PyL36a0Tt+dgWHjFO9kHZH8VRHteYo=; X-YMail-OSG: xKHeDLUVM1kvaWEwSaKUHSU7p9H8IMMX.z4JrTeRbeULmZwNglMKhoKH7l4EtIgyn5Z.RUvINyrUezOtflhjMFMeNCdnGS4qnxrf3tutg987mTw- Received: from [61.15.61.52] by web54305.mail.re2.yahoo.com via HTTP; Wed, 11 Jul 2007 06:14:47 PDT Date: Wed, 11 Jul 2007 06:14:47 -0700 (PDT) To: Doug Barton , freebsd-isp@freebsd.org, freebsd-questions@freebsd.org In-Reply-To: <46947AB8.809@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <989377.60550.qm@web54305.mail.re2.yahoo.com> X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Errors-To: owner-freebsd-isp@freebsd.org X-Return-Path: owner-freebsd-isp@freebsd.org X-Envelope-From: owner-freebsd-isp@freebsd.org X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Processed: plot.uz, Wed, 11 Jul 2007 18:26:24 +0500 From: Patrick Dung Cc: Patrick Dung Subject: Re: FreeBSD 6.2 default bind9, question about customize logging [re-post] (solved) X-BeenThere: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 13:24:53 -0000 --- Doug Barton wrote: > > On Sunday, 8 July 2007 at 12:06:26 -0700, Patrick Dung wrote: > >> I am using FreeBSD 6.2 with the default bind (not ports). > >> By default chroot is used. > > It's not a major issue, but it's probably worth pointing out that > whatever code base you use (base or ports) the behavior such as > chroot, logging, etc. is controlled by the combination of > /etc/rc.d/named and your named.conf options. Therefore this > discussion > applies equally well either way. I use FreeBSD 6.2 with the named come with the base. /etc/rc.conf named_enable="YES" # Run named, the DNS server (or NO). named_program="/usr/sbin/named" # path to named, if you want a different one. #named_flags="" # Flags for named named_pidfile="/var/run/named/pid" # Must set this in named.conf as well named_uid="bind" # User to run named as named_chrootdir="/var/named" # Chroot directory (or "" not to auto-chroot it) named_chroot_autoupdate="YES" # Automatically install/update chrooted # components of named. See /etc/rc.d/named. named_symlink_enable="YES" # Symlink the chrooted pid file > > >> When named start or stop, it does have log in /var/log/messages. > >> But for example, when some do domain transfer successfully, that > is not > >> logged (zone transfer denied is logged). > > I have intentionally avoided adding more complex logging to the > default named.conf because it's very hard to decide which way to land > on this to make the most people happy (and/or the least people mad). > I > am of course always open to suggestions. :) I need to log successful domain transfer for debugging purpose (which slave/client has done domain transfer at what time). > > >> So I tried to add this part in named.conf (enabled local0.* in > >> syslog.conf) , but still no luck. Any suggestions? > > The obvious ones, did you HUP the daemon after you changed the conf, > and did you pre-create any new files that syslogd is supposed to > write > to for the local0 facility? Can you share your syslog.conf line for > this? Do you get any joy when you try 'logger -plocal0.info blah' ? > > >> logging { > >> channel named-log { > > While I don't see that it's explicitly forbidden to use a - in a > channel name, every example I've ever seen or used myself uses an > underscore instead (named_log). > > >> //syslog daemon; > >> syslog local0; > >> severity info; > >> print-category yes; > >> }; > >> category default { named-log; }; > >> category xfer-in { named-log; }; > >> category xfer-out { named-log; }; > >> category unmatched { null; }; > >> }; > > This all looks good (modulo the - issue I mentioned above), and I use > something similar myself, so once you're sure you can write to the > syslog facility, you should be able to get this to work. > > I should probably also point out that unless you really need this to > go to syslog, you're probably better off writing to a file channel > instead (less overhead, especially on a busy server). Either way > there > is information in the ARM that will help you, > /usr/share/doc/bind9/arm. > After furher testing, I got my problem solved. 1. I found named-log is ok to use. 2. I did not need to change my previous named.conf. 3. The problem is in /etc/syslog.conf With the default /etc/syslog.conf, I have add a line: local0.* /var/log/messages There is a difference on where I put it, if I put it at the bottom of the file, even `logger -p local0.info test` will not work. If it put that line on the top-most of syslog.conf, everything is working fine... BTW, could anyone explain why putting local0.* /var/log/messages at the bottom of syslog.conf will not work? Regards Patrick > > hth, > > Doug > > -- > > This .signature sanitized for your protection > ____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 14:16:26 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C15616A46C for ; Wed, 11 Jul 2007 14:16:26 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id 63DA213C46A for ; Wed, 11 Jul 2007 14:16:24 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id DDD44EBC78; Wed, 11 Jul 2007 10:16:23 -0400 (EDT) Date: Wed, 11 Jul 2007 10:16:22 -0400 From: Bill Moran To: =?UTF-8?Q?=D0=9C=D0=B0=D1=85=D1=80=D0=BE=D0=B2_=D0=98=D0=BB=D1=8C?= =?UTF-8?Q?=D1=8F?= Message-Id: <20070711101622.6dc64ed8.wmoran@potentialtech.com> In-Reply-To: <19951184140939@webmail30.yandex.ru> References: <19951184140939@webmail30.yandex.ru> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.11; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Mail on freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 14:16:26 -0000 In response to п°п╟я┘я─п╬п╡ п≤п╩я▄я▐ : > Hello! > > I have a friend? he is fan of Freebsd? he use it for 15 years. Next week he'll be 40 years. For along time i didnt know what to present him... but today I've remembered, that he for a long time dreamed to have a mail box on freebsd.org. Can you give him a mail zobnin@freebsd.org? Mail accounts on freebsd.org are reserved for committers. He would have to earn the address by getting a commit bit with the project. -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 15:15:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FCA616A46B for ; Wed, 11 Jul 2007 15:15:03 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 5B42713C487 for ; Wed, 11 Jul 2007 15:15:03 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 30022 invoked from network); 11 Jul 2007 10:15:02 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 11 Jul 2007 10:15:02 -0500 Date: Thu, 12 Jul 2007 01:14:56 +1000 From: Norberto Meijome To: Eric F Crist Message-ID: <20070712011456.016882a2@localhost> In-Reply-To: References: X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: Some hosting weirdness... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 15:15:03 -0000 On Wed, 11 Jul 2007 07:19:09 -0500 Eric F Crist wrote: > What should I look for? Is there possibly some weird caching issues > at their ISPs? How can I fix this? Differences in DNS replies sounds about the problem . You can bypass DNS by using a hosts file pointing the hostnames to the right IP address. If you find no problem this way, then it's a DNS server issue (unless the machine u are testing has some other issues...but it would be unlikely) You can verify an ISPs own DNS by querying that server in particular (you can usually find their DNS servers in their support pages, or do dig ns [ISP_DOMAINNAME] the answers given may not be the NS used by end users, but should be close enough. If they have an old record in their cache, you should contact their DNS admin / NOC. good luck :) ( I know of one or 2 ISPs here in Oz that (used to?) fix the TTL of zones so they'd save in some traffic...of course, this made a mess of things). The problem may also be if the zones for the domains you are having problems with used to be hosted at those particular ISPs (eg, the ISP NS were the authoritative servers). If you then set other servers as the authoritative without asking the ISPs to clean up, their DNS servers will still be serving (wrongly) authoritative answers with old data. get in touch with them so they remove your zones from their servers. B _________________________ {Beto|Norberto|Numard} Meijome When you just want a system that works, you choose Linux; When you want a system that just works, you choose Microsoft. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 15:32:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5493916A41F for ; Wed, 11 Jul 2007 15:32:11 +0000 (UTC) (envelope-from splatus@yahoo.com) Received: from web45204.mail.sp1.yahoo.com (web45204.mail.sp1.yahoo.com [68.180.197.77]) by mx1.freebsd.org (Postfix) with SMTP id 3ECD813C480 for ; Wed, 11 Jul 2007 15:32:11 +0000 (UTC) (envelope-from splatus@yahoo.com) Received: (qmail 81278 invoked by uid 60001); 11 Jul 2007 15:05:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=CQy5ONk36hKGm/s7+4EZ9PLZJzDx049x7oUrl3iqW3s+1pbCzVVS8Eme2T0HdKwTzedMwNbfugKDZHvGap9QjCGCgK9VYvuhX4dWoEQluaMt16024q43C1PJq6meaa9LLhLf/IiuWVfX2VJ9NqnY80Q0ylaBTi/4NTnOcsGl8tA=; X-YMail-OSG: Gy2.PDQVM1mTdw69S97VfFMyq59z_1RM.7sRI5z67W7Zrz.C0XyPf3SA6g7Zxsyci3AAf3YjVsK9qJIzbV3MaFw8b88HDwBYFdA- Received: from [64.124.139.133] by web45204.mail.sp1.yahoo.com via HTTP; Wed, 11 Jul 2007 08:05:30 PDT Date: Wed, 11 Jul 2007 08:05:30 -0700 (PDT) From: Joe Barnes To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-ID: <805770.80436.qm@web45204.mail.sp1.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: virtualized network interfaces within jails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 15:32:11 -0000 Hello all.... I'm attempting to run bind from multiple jails in 6.2, but I can't sem to configure my jail such that its unable to see any other physical interfaces. I want to run several jails on the same physical interface with a vlan associated with each virtual interface. Each finished jail should appear to have only one interface running virtually on a physical NIC in the host OS. Once inside the jail, I only want to see the virtual interface appear as a physical interface, without indicating it is associated with a vlan on the host OS. Xen on fedora appears to be able to do this, but I'd prefer to get this working as a jail. Hardware appears to be suported (Dell 1950, with Broadcom NetX2 cards)... any help is appreciated. ~Joe --------------------------------- Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 16:44:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7DA816A469 for ; Wed, 11 Jul 2007 16:44:33 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 4FBA613C46C for ; Wed, 11 Jul 2007 16:44:33 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so171339uge for ; Wed, 11 Jul 2007 09:44:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=uikgt8ostLO+v2QIl+KY749lv2gvIqUqw0GXjt4KJ1AdgkgW/XLjGlQFZzQ6lP850rW+ys8MDnudu9N5Lif4UPkCemXkPeBIHrpipfc/E7GBle3UyGx1rZt52d+rStuOqCNVEymhUWKqLu/r8gWo9VBDtPgFOR+gLq4CPyWsq4g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=BCtwQtIrAhZOU7UgkXlevqCLA0kBESFeR7taL2fA7eOK2fCj9DOrwTlQxjByXrZT6hWW3EAx6p7sFf2JWcOwTy9kjPfXFGYSWWl+M83e4m2/3AMg6een/nvwclblBAC9hIgfgbNIvNeZxnEEzvmP5jJ56vWkhLKSo9IIn9vkT78= Received: by 10.82.174.20 with SMTP id w20mr11141693bue.1184172271638; Wed, 11 Jul 2007 09:44:31 -0700 (PDT) Received: by 10.82.170.5 with HTTP; Wed, 11 Jul 2007 09:44:31 -0700 (PDT) Message-ID: Date: Wed, 11 Jul 2007 09:44:31 -0700 From: "Jeff Mohler" To: fbsd2@a1poweruser.com In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=UTF-8; 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: 10Mbps versus 100Mbps Cable Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 16:44:33 -0000 Do you have more than 10Mbit/sec of cable internet bandwidth available? I dont see it as a problem if you dont, but if you have 20Mbit/sec of internet, then ya.. If it saves then $5 a unit, for 10,000 units, no harm. On 7/11/07, fbsd2 wrote: > > Comclark cable in Angeles City Philippines has changed > from using 100Mbps Cable Modem to 10Mbps Cable Modem. > To me this seems to be all wrong as all I see is slower response. > Is there any technical or performance reason for any cable internet > provider to downgrade their network subscribers cable modems > from 100Mbps to 10Mbps? > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 16:48:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D61E16A400 for ; Wed, 11 Jul 2007 16:48:59 +0000 (UTC) (envelope-from freebsd@superhero.nl) Received: from superman.superhero.nl (superhero.nl [82.95.198.17]) by mx1.freebsd.org (Postfix) with ESMTP id ACF7C13C4B7 for ; Wed, 11 Jul 2007 16:48:57 +0000 (UTC) (envelope-from freebsd@superhero.nl) Received: (qmail 77008 invoked by uid 80); 11 Jul 2007 16:48:59 -0000 Received: from robin.ad.superhero.nl ([10.202.77.103]) (SquirrelMail authenticated user gelsemap) by webmail.superhero.nl with HTTP; Wed, 11 Jul 2007 18:48:59 +0200 (CEST) Message-ID: <4434.10.202.77.103.1184172539.squirrel@webmail.superhero.nl> In-Reply-To: <805770.80436.qm@web45204.mail.sp1.yahoo.com> References: <805770.80436.qm@web45204.mail.sp1.yahoo.com> Date: Wed, 11 Jul 2007 18:48:59 +0200 (CEST) From: "Gelsema, P \(Patrick\) - FreeBSD" To: "Joe Barnes" User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org Subject: Re: virtualized network interfaces within jails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 16:48:59 -0000 On Wed, July 11, 2007 17:05, Joe Barnes wrote: > > Hello all.... > > I'm attempting to run bind from multiple jails in 6.2, but I can't sem > to configure my jail such that its unable to see any other physical > interfaces. I want to run several jails on the same physical interface > with a vlan associated with each virtual interface. Each finished jail > should appear to have only one interface running virtually on a physical > NIC in the host OS. Once inside the jail, I only want to see the > virtual interface appear as a physical interface, without indicating it > is > associated with a vlan on the host OS. Xen on fedora appears to be > able to do this, but I'd prefer to get this working as a jail. http://www.freebsd.org/news/status/report-2007-04-2007-06.html#Network-Stack-Virtualization Rgds, Patrick > Hardware appears to be suported (Dell 1950, with Broadcom NetX2 > cards)... any help is appreciated. > > ~Joe > > > --------------------------------- > Yahoo! oneSearch: Finally, mobile search that gives answers, not web > links. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 17:10:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91D5716A47A for ; Wed, 11 Jul 2007 17:10:48 +0000 (UTC) (envelope-from anton.galitch@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 6A73913C4B7 for ; Wed, 11 Jul 2007 17:10:47 +0000 (UTC) (envelope-from anton.galitch@gmail.com) Received: by wr-out-0506.google.com with SMTP id i23so870733wra for ; Wed, 11 Jul 2007 10:10:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=mdR5EczyxpP17xOhMr9yKddniarz1m74T2u32B4DKh9LEaO3rtpfIxgOIE06sJ16Q/ruyELwBep+7wdrtWT4n0w2ncKhbLccX20cRvajHZhaxpczhJyF/TVl6rToUhbVPTZxPXbMU84IvPnOd34vHHvBNno62KBpSiq9lsoLWEU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=OaxeGRr+dJv4fOFMwwysB34aiFZlYiZAthk/r1aTSTT9QeY/rRYBpG/+bm/YvIDIZ6Fwe5915o/VadNp2PR0YRPRtit7go48NjxmTNnDTUAeADWndkVOiRUXlwasLPkRW/UaBejxQGSnPvWfQnOC/Me2oVtKy4c52hHJsJVcmNo= Received: by 10.100.12.18 with SMTP id 18mr2896827anl.1184173842169; Wed, 11 Jul 2007 10:10:42 -0700 (PDT) Received: by 10.100.93.4 with HTTP; Wed, 11 Jul 2007 10:10:42 -0700 (PDT) Message-ID: <7c80322b0707111010y467803f2na2e118a02b77e586@mail.gmail.com> Date: Wed, 11 Jul 2007 14:10:42 -0300 From: "Anton Galitch" 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: What is X Error of failed request? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 17:10:48 -0000 Hi, I have just installed /usr/ports/games/flightgear, it installed fine, but when I execute it, it shows a window starts loading, and then, craches :S This is what I get from the console: %fgfs Error reading properties: Failed to open file at /home/anton/.fgfs/autosave.xml (reported by SimGear XML Parser) X Error of failed request: BadLength (poly request too large or internal Xlib length error) Major opcode of failed request: 146 (GLX) Minor opcode of failed request: 29 () Serial number of failed request: 863 Current serial number in output stream: 863 % I searched in google for this error, but got nothing. Maybe you know what can produce this error. Thanks. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 17:16:20 2007 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17AD016A46C for ; Wed, 11 Jul 2007 17:16:20 +0000 (UTC) (envelope-from tommy.rehn1@comhem.se) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id A186413C483 for ; Wed, 11 Jul 2007 17:16:19 +0000 (UTC) (envelope-from tommy.rehn1@comhem.se) Received: from c80-216-44-35.bredband.comhem.se ([80.216.44.35]:55988 helo=.chello.se) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1I8fYy-0003Dg-73 for questions@FreeBSD.org; Wed, 11 Jul 2007 19:01:16 +0200 Message-ID: <4694F0C7.9030304@comhem.se> Date: Wed, 11 Jul 2007 17:01:27 +0200 From: Tommy Rehn User-Agent: Thunderbird 2.0.0.4 (X11/20070626) MIME-Version: 1.0 To: questions@FreeBSD.org X-Priority: 1 (Highest) X-Originating-IP: 80.216.44.35 X-Scan-Result: No virus found in message 1I8fYy-0003Dg-73. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1I8fYy-0003Dg-73 9a25c0b775eebf3bbb5fecfcd384b8ec Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: What about Creative SoundBlaster Audigy SE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 17:16:20 -0000 Hello I have a Creative SoundBlaster Audigy SE soundcard that works fine with the Fedora Core 7. But as I want to run FreeBSD 6.2-STABLE instead of linux I wonder why we can't use this soundcard in BSD. Is there an understandable workaround? From the FreeBSD/i386 6.2-RELEASE Hardware Notes The snd_emu10k1(4) driver supports the following sound cards:,, *,, Creative SoundBlaster Live! (EMU10K1 Chipset), *,, Creative SoundBlaster Audigy (EMU10K2 Chipset), *,, Creative SoundBlaster Audigy 2 (EMU10K2 Chipset), *,, Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) I hope to get a positive answer. All the very best! Tommy Rehn Stockholm Sweden From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 17:23:06 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F123516A46B for ; Wed, 11 Jul 2007 17:23:05 +0000 (UTC) (envelope-from feargal@fbi.ie) Received: from mail01.svc.cra.dublin.eircom.net (mail01.svc.cra.dublin.eircom.net [159.134.118.17]) by mx1.freebsd.org (Postfix) with SMTP id 98B5413C469 for ; Wed, 11 Jul 2007 17:23:05 +0000 (UTC) (envelope-from feargal@fbi.ie) Received: (qmail 99409 messnum 7093625 invoked from network[82.141.233.46/unknown]); 11 Jul 2007 17:23:04 -0000 Received: from unknown (HELO alatar.edhellond.fbi.ie) (82.141.233.46) by mail01.svc.cra.dublin.eircom.net (qp 99409) with SMTP; 11 Jul 2007 17:23:04 -0000 Received: from mablung.edhellond.fbi.ie (mablung.edhellond.fbi.ie [192.168.0.14]) by alatar.edhellond.fbi.ie (8.13.1/8.13.1) with ESMTP id l6BHN0u2071957 for ; Wed, 11 Jul 2007 17:23:03 GMT (envelope-from feargal@fbi.ie) Date: Wed, 11 Jul 2007 18:23:00 +0100 From: Feargal Reilly To: freebsd-questions@freebsd.org Message-ID: <20070711182300.4634e278@mablung.edhellond.fbi.ie> Organization: FBI X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.11; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Complete hang during boot at boot2 prompt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 17:23:06 -0000 Hi, I have a server which went down overnight, and would not subsequently boot. A reboot was performed by facilities staff before I got to look at it so I don't know what was showing on the console. The reason for the outage is unknown, and nothing showed in /var/log/messages, other than routine ntpd time sync messages. The server in question is a Intel SR1425BK1 server running FreeBSD 6.2 amd64 GENERIC with a SATA RAID-1 array provided by an onboard LSILogic MegaRAID controller. When booted, it would pass the various BIOS screens without problem, the RAID utility would say that the array was optimal, and then FreeBSD would start to boot, but it couldn't get past boot2: >> FreeBSD/amd64 BOOT Default: 0:ad(0,a)/boot/loader boot: At this point, the server emitted a single continous beep, and nothing else happened. Keyboard input did nothing, although Ctrl-Alt-Del still worked, and at one point a heart symbol appeared after I hit keys randomly for a while. My question is, what could have caused this failure? My initial guesses were either a memory failure or a really badly corrupted boot sector, but I'm not convinced by either explanation, for reasons outlined below. I urgently needed the data to be online again, so I yanked one disk out of the machine and inserted it into another host, and took the server back to the office. There, I yanked a memory module, and it booted fine, albeit complaining about the degraded RAID array. However, when I reinserted the memory, it continued to boot. I didn't have the foresight to try it before I fiddled with the disks, but I can't imagine that it had been seated incorrectly as the server had been up for two months without problem. Also, the BIOS tests passed, although I know they aren't too in depth. I'll run sysutils/memtest anyway, and see what that throws up. Meanwhile, I inserted a replacement disk and rebuilt the RAID-1 array, and it is still booting fine, so my best guess now is a corrupted boot sector. The disk that I removed to insert into another host was ad4, which I'm guessing is the disk that it would have being trying to boot from in the first place. So a bad sector could be responsible, but it would seem to be very convenient, as there does not appear to be any other data corruption on the disk. Also, I've run a short SMART test, and everything is okay as far as it is concerned. I'm in the process of running a long test, but that won't finish before I leave the office. If it were a corrupted sector, would it be able to get to boot2? Any other suggestions as to what caused the failure? I know I've changed the conditions and may never be able to reproduce it (nor do I want to), but if I've failing hardware, I'd like a best guess as to where it is. Thanks for your time, -fr. -- Feargal Reilly, Chief Techie, FBI. PGP Key: 0xBD252C01 (expires: 2006-11-30) Web: http://www.fbi.ie/ | Tel: +353.14988588 | Fax: +353.14988489 Communications House, 11 Sallymount Avenue, Ranelagh, Dublin 6. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 17:27:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F96B16A421 for ; Wed, 11 Jul 2007 17:27:11 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from mail-03.name-services.com (Mail-03.name-services.com [64.74.223.58]) by mx1.freebsd.org (Postfix) with ESMTP id 3BDA613C45D for ; Wed, 11 Jul 2007 17:27:11 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from laptop ([76.190.225.105]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 11 Jul 2007 10:29:51 -0700 From: "fbsd2" To: "Jeff Mohler" Date: Wed, 11 Jul 2007 13:27:08 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-OriginalArrivalTime: 11 Jul 2007 17:29:51.0377 (UTC) FILETIME=[165F9810:01C7C3E1] Cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: 10Mbps versus 100Mbps Cable Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd2@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 17:27:11 -0000 Sure they have more than 10Mbps bandwidth.=20 People who became subscribers during the first 4 years=20 they were in business all got 100Mbps modems. As I see it, down grading to obsolete 10Mbps modems=20 is degrading overall network performance. -----Original Message----- From: owner-freebsd-questions@freebsd.org = [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Jeff Mohler Sent: Wednesday, July 11, 2007 12:45 PM To: fbsd2@a1poweruser.com Cc: freebsd-questions@FreeBSD. ORG Subject: Re: 10Mbps versus 100Mbps Cable Modems Do you have more than 10Mbit/sec of cable internet bandwidth available? I dont see it as a problem if you dont, but if you have 20Mbit/sec of internet, then ya.. If it saves then $5 a unit, for 10,000 units, no harm. On 7/11/07, fbsd2 wrote: > > Comclark cable in Angeles City Philippines has changed > from using 100Mbps Cable Modem to 10Mbps Cable Modem. > To me this seems to be all wrong as all I see is slower response. > Is there any technical or performance reason for any cable internet > provider to downgrade their network subscribers cable modems > from 100Mbps to 10Mbps? > > > _______________________________________________ > 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" > _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 17:34:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B4FD16A469 for ; Wed, 11 Jul 2007 17:34:04 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from guam10.hdk5.net (guam10.hdk5.net [66.180.132.235]) by mx1.freebsd.org (Postfix) with ESMTP id 0D1F413C44B for ; Wed, 11 Jul 2007 17:34:04 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from [192.168.1.29] (unknown [66.180.149.18]) by guam10.hdk5.net (Postfix) with ESMTP id CD3C45C1F; Wed, 11 Jul 2007 07:34:02 -1000 (HST) Message-ID: <4695148A.9010200@hdk5.net> Date: Wed, 11 Jul 2007 07:34:02 -1000 From: NetOpsCenter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417 FreeBSD/i386 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Feargal Reilly , FreeBSD Mailing List References: <20070711182300.4634e278@mablung.edhellond.fbi.ie> In-Reply-To: <20070711182300.4634e278@mablung.edhellond.fbi.ie> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Complete hang during boot at boot2 prompt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 17:34:04 -0000 Feargal Reilly wrote: >Hi, > >I have a server which went down overnight, and >would not subsequently boot. A reboot was performed by >facilities staff before I got to look at it so I don't know what >was showing on the console. The reason for the outage is >unknown, and nothing showed in /var/log/messages, other than >routine ntpd time sync messages. > >The server in question is a Intel SR1425BK1 server running >FreeBSD 6.2 amd64 GENERIC with a SATA RAID-1 array >provided by an onboard LSILogic MegaRAID controller. > >When booted, it would pass the various BIOS screens without >problem, the RAID utility would say that the array was optimal, >and then FreeBSD would start to boot, but it couldn't get past >boot2: > > > >>>FreeBSD/amd64 BOOT >>> >>> >Default: 0:ad(0,a)/boot/loader >boot: > >At this point, the server emitted a single continous beep, and >nothing else happened. Keyboard input did nothing, although >Ctrl-Alt-Del still worked, and at one point a heart symbol >appeared after I hit keys randomly for a while. > >My question is, what could have caused this failure? > >My initial guesses were either a memory failure or a really >badly corrupted boot sector, but I'm not convinced by either >explanation, for reasons outlined below. > >I urgently needed the data to be online again, so I yanked one >disk out of the machine and inserted it into another host, and >took the server back to the office. > >There, I yanked a memory module, and it booted fine, albeit >complaining about the degraded RAID array. However, when I >reinserted the memory, it continued to boot. I didn't have the >foresight to try it before I fiddled with the disks, but I can't >imagine that it had been seated incorrectly as the server had >been up for two months without problem. Also, the BIOS tests >passed, although I know they aren't too in depth. I'll run >sysutils/memtest anyway, and see what that throws up. > >Meanwhile, I inserted a replacement disk and rebuilt the RAID-1 >array, and it is still booting fine, so my best guess now is a >corrupted boot sector. The disk that I removed to insert into >another host was ad4, which I'm guessing is the disk that it >would have being trying to boot from in the first place. So a >bad sector could be responsible, but it would seem to be very >convenient, as there does not appear to be any other data >corruption on the disk. > >Also, I've run a short SMART test, and everything is okay as far >as it is concerned. I'm in the process of running a long test, >but that won't finish before I leave the office. If it were a >corrupted sector, would it be able to get to boot2? > >Any other suggestions as to what caused the failure? I know I've >changed the conditions and may never be able to reproduce it >(nor do I want to), but if I've failing hardware, I'd like a >best guess as to where it is. > >Thanks for your time, > >-fr. > > > Aloha, I have had memory chips walk out of the slots on several occasions. Sometimes its vibration or in Hawaii we have humidity issues occasionally that tend to cause this too. I have learned to spray the sockets and card connections with contact cleaner about every 6 months to avaid this problem. Especially in areas where servers are not in a cool environment. ~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740 + http://hawaiidakine.com + http://freebsdinfo.org + noc@hdk5.net + + http://internetohana.org - Supporting - FreeBSD 6.* - 7.* + "All that's really worth doing is what we do for others."- Lewis Carrol From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 17:44:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6F8116A469 for ; Wed, 11 Jul 2007 17:44:16 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from mail-in03.adhost.com (mail-in03.adhost.com [216.211.128.143]) by mx1.freebsd.org (Postfix) with ESMTP id 8F52B13C447 for ; Wed, 11 Jul 2007 17:44:16 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from ad-exh01.adhost.lan (unknown [216.211.143.69]) by mail-in03.adhost.com (Postfix) with ESMTP id 469B0119C29; Wed, 11 Jul 2007 10:44:16 -0700 (PDT) (envelope-from mksmith@adhost.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: base64 Date: Wed, 11 Jul 2007 10:44:17 -0700 Message-ID: <17838240D9A5544AAA5FF95F8D52031602402A4E@ad-exh01.adhost.lan> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 10Mbps versus 100Mbps Cable Modems Thread-Index: AcfD4M8p4RGYNeDvQESGdz2oiaxNHQAAhg4Q References: From: "Michael K. Smith - Adhost" To: , "Jeff Mohler" Cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: 10Mbps versus 100Mbps Cable Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 17:44:16 -0000 SGVsbG86DQoNCj4gLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCj4gRnJvbTogb3duZXItZnJl ZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmcgW21haWx0bzpvd25lci1mcmVlYnNkLQ0KPiBxdWVz dGlvbnNAZnJlZWJzZC5vcmddIE9uIEJlaGFsZiBPZiBmYnNkMg0KPiBTZW50OiBXZWRuZXNkYXks IEp1bHkgMTEsIDIwMDcgMTA6MjcgQU0NCj4gVG86IEplZmYgTW9obGVyDQo+IENjOiBmcmVlYnNk LXF1ZXN0aW9uc0BGcmVlQlNELiBPUkcNCj4gU3ViamVjdDogUkU6IDEwTWJwcyB2ZXJzdXMgMTAw TWJwcyBDYWJsZSBNb2RlbXMNCj4gDQo+IFN1cmUgdGhleSBoYXZlIG1vcmUgdGhhbiAxME1icHMg YmFuZHdpZHRoLg0KPiBQZW9wbGUgd2hvIGJlY2FtZSBzdWJzY3JpYmVycyBkdXJpbmcgdGhlIGZp cnN0IDQgeWVhcnMNCj4gdGhleSB3ZXJlIGluIGJ1c2luZXNzIGFsbCBnb3QgMTAwTWJwcyBtb2Rl bXMuDQo+IA0KPiBBcyBJIHNlZSBpdCwgZG93biBncmFkaW5nIHRvIG9ic29sZXRlIDEwTWJwcyBt b2RlbXMNCj4gaXMgZGVncmFkaW5nIG92ZXJhbGwgbmV0d29yayBwZXJmb3JtYW5jZS4NCj4gDQoN ClBlcmhhcHMgaXQgaXMgdGhlIGNoZWFwZXIgd2F5IGZvciB0aGVtIHRvIGRvIFF1YWxpdHkgb2Yg U2VydmljZS4gIElmIHRoZXkgYXJlIHdvcnJpZWQgYWJvdXQgYWdncmVnYXRlIGJhbmR3aWR0aCB1 c2FnZSBpdCdzIHByb2JhYmx5IGNoZWFwZXIgdG8gcnVuIHVwIGFnYWluc3QgdGhlIGhhcmQgbGlt aXRzIG9mIGEgMTAgTWVnIEV0aGVybmV0IHBvcnQgdGhhbiB0cnlpbmcgdG8gbGltaXQgY3VzdG9t ZXIgYmFuZHdpZHRoIHVzaW5nIHNvbWUgc29mdHdhcmUga25vYiBvbiB0aGUgdXBzdHJlYW0gZGV2 aWNlLg0KDQpNaWtlDQo= From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 17:45:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2436716A469 for ; Wed, 11 Jul 2007 17:45:04 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.freebsd.org (Postfix) with ESMTP id B2A6213C4AE for ; Wed, 11 Jul 2007 17:45:03 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 26457 invoked by uid 0); 11 Jul 2007 17:45:02 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp3.knology.net with SMTP; 11 Jul 2007 17:45:02 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 2571C28425; Wed, 11 Jul 2007 12:45:02 -0500 (CDT) Date: Wed, 11 Jul 2007 12:45:02 -0500 From: David Kelly To: fbsd2 Message-ID: <20070711174502.GB1435@Grumpy.DynDNS.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: "freebsd-questions@FreeBSD. ORG" , Jeff Mohler Subject: Re: 10Mbps versus 100Mbps Cable Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-Questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 17:45:04 -0000 On Wed, Jul 11, 2007 at 01:27:08PM -0400, fbsd2 wrote: > Sure they have more than 10Mbps bandwidth. > People who became subscribers during the first 4 years > they were in business all got 100Mbps modems. > > As I see it, down grading to obsolete 10Mbps modems > is degrading overall network performance. IIRC DOCSIS 2.0 only provided 30 million bps aggregate bandwidth, assuming the cable system used all available channels for data. Ethernet speed should not be confused with the cable wire speed. The obsolete 3-Com "shark fin" cable modem I had never delivered more than 1.5M bps out the ethernet port. The Motorola that replaced it is much better. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 17:49:28 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C20FB16A46C for ; Wed, 11 Jul 2007 17:49:28 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from mail-in08.adhost.com (mail-in08.adhost.com [216.211.128.141]) by mx1.freebsd.org (Postfix) with ESMTP id 9C8D513C4DE for ; Wed, 11 Jul 2007 17:49:28 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from ad-exh01.adhost.lan (unknown [216.211.143.69]) by mail-in08.adhost.com (Postfix) with ESMTP id 697B88FC47; Wed, 11 Jul 2007 10:49:28 -0700 (PDT) (envelope-from mksmith@adhost.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: base64 Date: Wed, 11 Jul 2007 10:49:29 -0700 Message-ID: <17838240D9A5544AAA5FF95F8D52031602402A50@ad-exh01.adhost.lan> In-Reply-To: <8d23ec860707101912h141af233x90835850c08e59db@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: sshd config config file question Thread-Index: AcfDZMTHhHvLCdUqTiOAGm/OrNsFdwAft9iQ References: <1cac28080707100837g5591146xfc7dd68e1847178@mail.gmail.com><57d710000707101004k66f5d9d2g45e353cd10b0965d@mail.gmail.com><1cac28080707101008xc21a300k181a064a03b68d7d@mail.gmail.com><57d710000707101018u5d251378lec69b3f1c4bbc534@mail.gmail.com><1cac28080707101023x3e310aebo8f81aeaf22e6e5f2@mail.gmail.com> <8d23ec860707101912h141af233x90835850c08e59db@mail.gmail.com> From: "Michael K. Smith - Adhost" To: "Schiz0" , "Huy Ton That" Cc: questions@freebsd.org Subject: RE: sshd config config file 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: Wed, 11 Jul 2007 17:49:28 -0000 SGVsbG8gSHV5Og0KDQo+IC0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0tDQo+IEZyb206IG93bmVy LWZyZWVic2QtcXVlc3Rpb25zQGZyZWVic2Qub3JnIFttYWlsdG86b3duZXItZnJlZWJzZC0NCj4g cXVlc3Rpb25zQGZyZWVic2Qub3JnXSBPbiBCZWhhbGYgT2YgU2NoaXowDQo+IFNlbnQ6IFR1ZXNk YXksIEp1bHkgMTAsIDIwMDcgNzoxMyBQTQ0KPiBUbzogSHV5IFRvbiBUaGF0DQo+IENjOiBxdWVz dGlvbnNAZnJlZWJzZC5vcmcNCj4gU3ViamVjdDogUmU6IHNzaGQgY29uZmlnIGNvbmZpZyBmaWxl IHF1ZXN0aW9uDQo+IA0KPiBPbiA3LzEwLzA3LCBIdXkgVG9uIFRoYXQgPGh1eXNsb2dpY0BnbWFp bC5jb20+IHdyb3RlOg0KPiA+IFRoZSBkYWVtb24gaXMgdXAgYW5kIGhhcyBiZWVuIHVwIGZvciBh IGxvbmcgdGltZS4gSW4gZmFjdCwgd2hlbiBJDQo+IG1hZGUgdGhlc2UNCj4gPiBjaGFuZ2VzIHRv IHNzaGRfY29uZmlnLCBmb3IgaW5zdGFuY2UgYXMgYSB0ZXN0IG1heGF1dGh0cmllcyB0byAzIEkN Cj4gYWxzbw0KPiA+IHJlbG9hZGVkIGl0IGR1cmluZyBhIHNzaCB0ZXJtaW5hbCBzZXNzaW9uLiBB ZnRlciB3aGljaCBJIGxvZ2dlZCBiYWNrDQo+IGluIGFuZA0KPiA+IGFzIGEgdGVzdCwgcHVycG9z ZWx5IGVycm9yZWQgdGhlIHRyaWVzOyBpdCBzdGlsbCBkZWZhdWx0ZWQgdG8gNg0KPiBkZXNwaXRl IHRoZQ0KPiA+IHNzaGRfY29uZmlnIGZpbGUgY2hhbmdlIGFuZCByZWxvYWRpbmcuDQo+ID4NCj4g PiB3aGVuIEkgc2F5IEkgZ2V0IG5vIG1lc3NhZ2UgSSBtZWFuIHRvIHN0YXRlIGFzIHN1Y2g6DQo+ ID4NCj4gPiAkL2V0Yy9yYy5kL3NzaGQgc3RhdHVzIDwtLWNhcnJpYWdlIHJldHVybg0KPiA+ICQg PC0tbm8gbWVzc2FnZSBhZnRlciByZXR1cm4uDQo+ID4NCj4gPiBUaGFua3MgUGV0ZS4NCj4gPg0K PiA+IC1IdXkNCj4gPg0KPiA+IE9uIDcvMTAvMDcsIHBldGUgd3JpZ2h0IDxub21hZGxvZ2ljQGdt YWlsLmNvbT4gd3JvdGU6DQo+ID4gPg0KPiA+ID4gT24gNy8xMC8wNywgSHV5IFRvbiBUaGF0IDxo dXlzbG9naWNAZ21haWwuY29tPiB3cm90ZToNCj4gPiA+ID4gTm8sIGl0IHdhcyB1bmhhc2hlZC4g VGhhbmtzIGZvciBwb2ludGluZyBpdCBvdXQgdGhvdWdoLiBCdXQgdGhlDQo+IHN0cmFuZ2UNCj4g PiA+ID4gdGhpbmcgaXMgd2hlbiBJIHJ1bjoNCj4gPiA+ID4NCj4gPiA+ID4gL2V0Yy9yYy5kL3Nz aGQgc3RhdHVzDQo+ID4gPiA+DQo+ID4gPiA+IEkgZ2V0IG5vIG1lc3NhZ2UNCj4gPiA+ID4NCj4g PiA+ID4gTm8gbWVzc2FnZSBmb3Igc3RhcnQsIHJlc3RhcnQsIHJlbG9hZCBldGMuIEkgYW0gcGVy Zm9ybWluZyB0aGVzZQ0KPiA+ID4gY29tbWFuZHMgYXMNCj4gPiA+ID4gcm9vdC4NCj4gPiA+ID4N Cj4gPiA+ID4gQW55IGlkZWFzPw0KPiA+ID4gPg0KPiA+ID4NCj4gPiA+DQo+ID4gPg0KPiA+ID4g KGNvdXBsZSB0aGluZ3MsIHBsZWFzZSBkb24ndCB0b3AgcG9zdCwgYW5kIGJlIHN1cmUgdG8ga2Vl cA0KPiA+ID4gcXVlc3Rpb25zQGZyZWVic2Qub3JnIGNjJ2Qgb24gdGhpcyB0aHJlYWQgc28gb3Ro ZXJzIGNhbiBoZWxwIHlvdSkNCj4gPiA+DQo+ID4gPiBpJ20gbm90IHN1cmUgd2hhdCB5b3UgbWVh biBhYm91dCAibm8gbWVzc2FnZSIuICBtYWtlIHN1cmUgeW91IGhhdmUNCj4gPiA+IHNzaGRfZW5h YmxlZD0iWUVTIiBpbiB5b3VyIC9ldGMvcmMuY29uZi4NCj4gPiA+DQo+ID4gPiBhbHNvIGNoZWNr IHRvIHNlZSBpZiBzc2hkIGlzIHJ1bm5pbmcgYnkgdXNpbmcgInBzIi4gIGlmIGl0IGlzIG5vdCwN Cj4gdHJ5DQo+ID4gPiBzdGFydGluZyBpdCBieSBoYW5kIC0gdGhpcyB3aWxsIHRlbGwgeW91IGlm IHRoZXJlIGFyZSBhbnkgZXJyb3JzIG9uDQo+ID4gPiBzdGFydHVwLiAgb25jZSBpdCBzdGFydHMg Y2xlYW5seSBieSBoYW5kIHRoZW4gdXNlIHRoZSBpbml0IHNjcmlwdA0KPiBpbg0KPiA+ID4gL2V0 Yy9yYy5kL3NzaGQuDQo+ID4gPg0KPiA+ID4gdGhlIG1hbiBwYWdlIGZvciBzc2hkIGlzIHZlcnkg aGVscGZ1bCwgYW5kIHNob3VsZCBhbnN3ZXIgbWFueSBvZg0KPiB0aGUNCj4gPiA+IHF1ZXN0aW9u cyB5b3UgbWF5IGhhdmUgLSBpbmNsdWRpbmcgaG93IHRvIHN0YXJ0IHRoZSBkYWVtb24gYnkgaGFu ZCwNCj4gPiA+IGV0Yy4uICB0eXBlOg0KPiA+ID4gbWFuIHNzaGQNCj4gPiA+DQo+ID4gPiAtcA0K DQpIYXZlIHlvdSBpbnN0YWxsZWQgc3NoIGZyb20gc29tZXdoZXJlIG90aGVyIHRoYW4gdGhlIGJh c2UgaW5zdGFsbD8gIFRoYXQgaXMsIGRpZCB5b3UgaW5zdGFsbCBmcm9tIHBvcnRzIG9yIGJpbmFy aWVzPyAgSW4gdGhhdCBjYXNlLCB5b3VyIGNvbmZpZ3VyYXRpb24gZmlsZSBtYXkgYmUgaW4gL3Vz ci9sb2NhbC9ldGMgb3IgL3Vzci9sb2NhbC9ldGMvc3NoZCBpbnN0ZWFkIG9mIC9ldGMvc3NoZC4g IFRoYXQgd291bGQgYWxzbyBhY2NvdW50IGZvciB3aHkgdGhlIHJjIHNjcmlwdCB3YXNuJ3Qgd29y a2luZyBjb3JyZWN0bHkgYXMgaXQncyBwYXRoIHBvaW50cyB0byB0aGUgYmFzZSBzeXN0ZW0gaW5z dGFsbCBvZiBzc2guDQoNClJlZ2FyZHMsDQoNCk1pa2UNCg== From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 18:15:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 876AE16A469 for ; Wed, 11 Jul 2007 18:15:04 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from snipe.secure-computing.net (snipe.secure-computing.net [209.240.66.149]) by mx1.freebsd.org (Postfix) with ESMTP id 5824113C44B for ; Wed, 11 Jul 2007 18:15:04 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from [10.0.0.14] (unknown [74.95.66.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ecrist@secure-computing.net) by snipe.secure-computing.net (Postfix) with ESMTP id 1D57217021; Wed, 11 Jul 2007 13:15:02 -0500 (CDT) In-Reply-To: <200707111440.47637.wundram@beenic.net> References: <200707111440.47637.wundram@beenic.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric F Crist Date: Wed, 11 Jul 2007 13:14:59 -0500 To: Heiko Wundram (Beenic) X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: Some hosting weirdness... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 18:15:04 -0000 On Jul 11, 2007, at 7:40 AMJul 11, 2007, Heiko Wundram (Beenic) wrote: > On Wednesday 11 July 2007 14:19:09 Eric F Crist wrote: >> >> What should I look for? Is there possibly some weird caching issues >> at their ISPs? How can I fix this? > > Do a tcpdump when someone connects from their network and check for > TCP-MSS > issues, which would be my first guess when small files/items load > fine over > HTTP but items larger than a single TCP-packet won't (which > basically fits > the symptoms you describe). > > As some ISPs will do IP fragmentation when a packet too large to > fit over the > downlink to a customer arrives, you'll not see this problem with > these. Those > ISPs that don't do IP fragmentation on the downlink (quite a few) > generally > should send out an ICMP-message with a "Fragmentation needed" error > (which > appears in the tcpdump), but some don't do that either. > > Generally, the MSS in their SYN-packet when connecting to your > webserver > should be below 1460; most probably at 1452 (which is DSL and cable > AFAIK), > or more generally speaking (their) MTU-40, and the _IP_ packet size > your host > sends back should always be equal to or below the minimum of your > MSS (which > is sent in the SYN/ACK packet) and their MSS, plus 40. If this is > not the > case, you have an issue. Well, I performed a tcpdump as you suggested, and my mss is exactly 1460, not the 1452 you suggest. What does this mean? ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 18:22:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6785216A469 for ; Wed, 11 Jul 2007 18:22:48 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 4401513C46C for ; Wed, 11 Jul 2007 18:22:48 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MH-MR002.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL000HXHYXQCBQ0@VL-MH-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 13:22:39 -0400 (EDT) Date: Wed, 11 Jul 2007 13:22:39 -0400 From: pj To: freebsd-questions@freebsd.org Message-id: <469511DF.70409@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Subject: without SSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 18:22:48 -0000 I am about to trash the whole FBSD 6.2 installation. It is unusually frustrating. I have installed FBSD before and have used it for some years. I am not an expert or programmer. Here are some problems: I can access apache from my windows machine: "It works" But I cannot access http://biggie:10000 - message says: try https://... that does bring up the Webmin page. I know apache listens on port 80, but why https to get the Webmin page? I cannot access http or https://biggie:931 (Swat) "Unable to connect" Is my configuration wrong for samba? What's with the ssl? I tried to reinstall (unsuccessfully -D NOSSL) apache22 without SSL. How can I disable the SSL I don't need SSL as I am using FBSD6.2 only on my local network. On top of this, when I try to stop apache with apachectl stop, apache stops. But apachectl start gives : "[warn] (2) No such file or directory: Failed to enable the 'httpready' Accept Filter" Samba - I can see Samba on the Windows machine, but I cannot connect to access the FBSD machine - it is set up the same as when it worked on the previous installation - security is set for share. I have the impression that all my problems are related to some kind of security overkill. And, I must say, the instructions that I have found on the Web for installation and/or configuration are either too simplistic or too confusing I am having more than headaches and three full days of installing and reinstalling and fiddling without results. I have previously installed 6.2 with apache, xorg, samba and cups without much trouble and it all worked well until my / directory got overloaded - don't know why. So, I thought I would do a clean reinstall of everything using more space on the disk. And now, nothing seems to work quite right - java 1.5 is not istallable - installed fine before with all the sun-java downloads etc. Samba does not work even with the same configuration that had worked before... same for cups and apache22 - all on the same computer with same configuration and using old configuration files as models - all that had worked before. Hope someone can help. :) Phil From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 18:24:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 235F816A400 for ; Wed, 11 Jul 2007 18:24:57 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 001BF13C45D for ; Wed, 11 Jul 2007 18:24:56 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MH-MR001.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL100L3R1TJ5O30@VL-MH-MR001.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 14:24:56 -0400 (EDT) Date: Wed, 11 Jul 2007 14:24:56 -0400 From: pj To: freebsd-questions@freebsd.org Message-id: <46952078.10809@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Subject: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 18:24:57 -0000 I can't find any clue as to how to start apache22 without SSL. What is httpd -DNOHTTPACCEPT ? Thanks for any help... Phil From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 18:38:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2961816A41F for ; Wed, 11 Jul 2007 18:38:45 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9ACFC13C448 for ; Wed, 11 Jul 2007 18:38:44 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from noname (hnvr-4db2ebb3.pool.einsundeins.de [77.178.235.179]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id B92F4A44529 for ; Wed, 11 Jul 2007 20:37:22 +0200 (CEST) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Wed, 11 Jul 2007 20:38:40 +0200 User-Agent: KMail/1.9.7 References: <200707111440.47637.wundram@beenic.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707112038.40928.wundram@beenic.net> Subject: Re: Some hosting weirdness... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 18:38:45 -0000 On Wednesday 11 July 2007 20:14:59 Eric F Crist wrote: > Well, I performed a tcpdump as you suggested, and my mss is exactly > 1460, not the 1452 you suggest. What does this mean? As your servers uplink is (most probably) an Ethernet cable, your MSS is=20 correct at 1460 (=3D 1500 bytes MTU for Ethernet - 40 bytes IP+TCP header). When a TCP connection is established, a three-way handshake takes place. Th= e=20 host opening the connection sends a SYN-packet which contains "his" Maximum= =20 Segment Size, in this case it's the customer opening a website on your=20 server, and your host sends a confirmation SYN/ACK-packet to open your side= =20 of the two way connection, which contains your MSS. This makes two values f= or=20 Maximum Segment Size (the remote one and yours), and the smaller one is=20 chosen as the Maximum Segment Size of the connection, thus if the customer= =20 sends a SYN-packet with MSS of 1452 and you send back a SYN/ACK with MSS of= =20 1460, the MSS for the connection is negotiated at 1452 (which both hosts=20 should stick to). The following TCP dump of a connection request to a host (sadly a Linux=20 box ;-)) should clear any confusion: root@beenic01:/home/heiko# tcpdump -vv -i eth0 port 80 and host=20 hnvr-4db2ebb3.pool.einsundeins.de tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 by= tes =2D-- SYN packet from my dialup (MSS of 1452, I'm on DSL) 20:22:26.329522 IP (tos 0x0, ttl 52, id 8003, offset 0, flags [DF], proto:= =20 TCP (6), length: 64) hnvr-4db2ebb3.pool.einsundeins.de.64905 >=20 mail.beenic.net.www: S, cksum 0xd2b5 (correct), 1315765383:1315765383(0) wi= n=20 65535 =2D-- =2D-- SYN/ACK from server (MSS of 1460, is on 100Mbit Ethernet) 20:22:26.331590 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto: TC= P=20 (6), length: 44) mail.beenic.net.www >=20 hnvr-4db2ebb3.pool.einsundeins.de.64905: S, cksum 0x421a (correct),=20 1939516734:1939516734(0) ack 1315765384 win 5840 =2D-- =2D-- Some connection setup 20:22:26.395813 IP (tos 0x0, ttl 52, id 8004, offset 0, flags [DF], proto:= =20 TCP (6), length: 40) hnvr-4db2ebb3.pool.einsundeins.de.64905 >=20 mail.beenic.net.www: ., cksum 0x70a7 (correct), 1:1(0) ack 1 win 65535 20:22:26.402403 IP (tos 0x0, ttl 52, id 8005, offset 0, flags [DF], proto:= =20 TCP (6), length: 421) hnvr-4db2ebb3.pool.einsundeins.de.64905 >=20 mail.beenic.net.www: P 1:382(381) ack 1 win 65535 20:22:26.402414 IP (tos 0x0, ttl 64, id 58600, offset 0, flags [DF], proto= :=20 TCP (6), length: 40) mail.beenic.net.www >=20 hnvr-4db2ebb3.pool.einsundeins.de.64905: ., cksum 0x560a (correct), 1:1(0)= =20 ack 382 win 6432 =2D-- =2D-- Actual data packet (IP packet size is the smaller of the two MSS+40) 20:22:26.923728 IP (tos 0x0, ttl 64, id 58602, offset 0, flags [DF], proto= :=20 TCP (6), length: 1492) mail.beenic.net.www >=20 hnvr-4db2ebb3.pool.einsundeins.de.64905: . 1:1453(1452) ack 382 win 6432 =2D-- =2D-- Another data packet (again, smaller of the two MSS+40 bytes) 20:22:26.923739 IP (tos 0x0, ttl 64, id 58604, offset 0, flags [DF], proto= :=20 TCP (6), length: 1492) mail.beenic.net.www >=20 hnvr-4db2ebb3.pool.einsundeins.de.64905: . 1453:2905(1452) ack 382 win 6432 =2D-- And so on and so forth... This output was grabbed while I was loading an HT= ML=20 page from the server which is around 5kb large, which means that at least o= ne=20 TCP packet is filled up completely. Ping also makes it easy to spot this: root@beenic01:/home/heiko# ping -s 1464 hnvr-4db2ebb3.pool.einsundeins.de PING hnvr-4db2ebb3.pool.einsundeins.de (77.178.235.179) 1464(1492) bytes of= =20 data. 1472 bytes from hnvr-4db2ebb3.pool.einsundeins.de (77.178.235.179): icmp_se= q=3D1=20 ttl=3D53 time=3D193 ms 1472 bytes from hnvr-4db2ebb3.pool.einsundeins.de (77.178.235.179): icmp_se= q=3D2=20 ttl=3D53 time=3D191 ms 1472 bytes from hnvr-4db2ebb3.pool.einsundeins.de (77.178.235.179): icmp_se= q=3D3=20 ttl=3D53 time=3D188 ms 1472 bytes from hnvr-4db2ebb3.pool.einsundeins.de (77.178.235.179): icmp_se= q=3D4=20 ttl=3D53 time=3D191 ms =2D-- hnvr-4db2ebb3.pool.einsundeins.de ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3002ms rtt min/avg/max/mdev =3D 188.379/191.356/193.704/1.912 ms root@beenic01:/home/heiko# 1464 ping bytes (making a total IP+ICMP packet size of 1492) fit through th= e=20 pipe, but: root@beenic01:/home/heiko# ping -s 1465 hnvr-4db2ebb3.pool.einsundeins.de PING hnvr-4db2ebb3.pool.einsundeins.de (77.178.235.179) 1465(1493) bytes of= =20 data. =46rom rtsl-hnvr-de05.nw.mediaways.net (213.20.127.85) icmp_seq=3D1 Frag ne= eded=20 and DF set (mtu =3D 1492) 1473 bytes from hnvr-4db2ebb3.pool.einsundeins.de (77.178.235.179): icmp_se= q=3D2=20 ttl=3D53 time=3D180 ms 1473 bytes from hnvr-4db2ebb3.pool.einsundeins.de (77.178.235.179): icmp_se= q=3D3=20 ttl=3D53 time=3D179 ms 1473 bytes from hnvr-4db2ebb3.pool.einsundeins.de (77.178.235.179): icmp_se= q=3D4=20 ttl=3D53 time=3D202 ms 1473 bytes from hnvr-4db2ebb3.pool.einsundeins.de (77.178.235.179): icmp_se= q=3D5=20 ttl=3D53 time=3D198 ms 1473 bytes from hnvr-4db2ebb3.pool.einsundeins.de (77.178.235.179): icmp_se= q=3D6=20 ttl=3D53 time=3D174 ms =2D-- hnvr-4db2ebb3.pool.einsundeins.de ping statistics --- 17 packets transmitted, 5 received, +1 errors, 70% packet loss, time 16003ms rtt min/avg/max/mdev =3D 174.848/186.982/202.520/11.114 ms root@beenic01:/home/heiko# 1465 ping bytes don't, or only do if fragmented: see the ping command outpu= t=20 first message, where an infrastructure router of my ISP which takes care of= =20 routing the packet to me tells the pinging host (the server) that 1493=20 IP-bytes won't fit through the pipe to me, at least not if the packet is no= t=20 to be fragmented (which the DF flag in the IP header signifies). ping chang= es=20 the IP header to allow fragmentation from ICMP ping packet 2 on, and the=20 router happily starts fragmenting the packets for me, to which my host then= =20 starts replying. =46inally my ISP stops fragmenting the packet (probably because of some rou= ting=20 switch) after packet 6, and the packets don't come through to me anymore,=20 because the new router also doesn't fragment (and doesn't send an ICMP erro= r=20 either, like the router I got for the first 6 packets did). The ping test is ideal for testing the hypothesis of an MSS problem, which = can=20 easily arise if some router/firewall between your host and the destination= =20 does packet mangling on the MSS on connection setup, which has bitten me mo= re=20 than once, especially in the presence of VLAN technology, which shrinks the= =20 MTU of the Ethernet interface to 1496 bytes, making an MSS of 1456. Anyway, hope this helps for now. =2D-=20 Heiko Wundram Product & Application Development =2D------------------------------------ Office Germany - EXPO PARK HANNOVER =20 Beenic Networks GmbH Mail=E4nder Stra=DFe 2 30539 Hannover =20 =46on +49 511 / 590 935 - 15 =46ax +49 511 / 590 935 - 29 Mail wundram@beenic.net Beenic Networks GmbH =2D------------------------------------ Sitz der Gesellschaft: Hannover Gesch=E4ftsf=FChrer: Jorge Delgado Registernummer: HRB 61869 Registergericht: Amtsgericht Hannover From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 18:43:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E4D616A4EE for ; Wed, 11 Jul 2007 18:43:07 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id 37C5D13C4C1 for ; Wed, 11 Jul 2007 18:43:07 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay8.apple.com (relay8.apple.com [17.128.113.38]) by mail-out3.apple.com (Postfix) with ESMTP id 26F42B79E64; Wed, 11 Jul 2007 11:43:07 -0700 (PDT) Received: from relay8.apple.com (unknown [127.0.0.1]) by relay8.apple.com (Symantec Mail Security) with ESMTP id 16D4F4008F; Wed, 11 Jul 2007 11:43:07 -0700 (PDT) X-AuditID: 11807126-a48d2bb0000007dd-63-469524bbad6d Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay8.apple.com (Apple SCV relay) with ESMTP id 03F0040018; Wed, 11 Jul 2007 11:43:07 -0700 (PDT) In-Reply-To: <46952078.10809@videotron.ca> References: <46952078.10809@videotron.ca> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Wed, 11 Jul 2007 11:43:06 -0700 To: pj X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 18:43:07 -0000 On Jul 11, 2007, at 11:24 AM, pj wrote: > I can't find any clue as to how to start apache22 without SSL. > > What is httpd -DNOHTTPACCEPT ? > > Thanks for any help... Use "apachectl configtest" first to make sure the config is valid, then "apachectl start". To make this permanent, add something like: apache2_enable="YES" ...to /etc/rc.conf. The -DNOHTTPACCEPT controls or disables the AcceptFilter directive; see: http://httpd.apache.org/docs/2.2/mod/core.html#acceptfilter http://www.freebsd.org/cgi/man.cgi?query=accept_filter&sektion=9 -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 18:59:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7046516A400 for ; Wed, 11 Jul 2007 18:59:47 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 5A03113C457 for ; Wed, 11 Jul 2007 18:59:47 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay5.apple.com (relay5.apple.com [17.128.113.35]) by mail-out4.apple.com (Postfix) with ESMTP id 3343DBBB973; Wed, 11 Jul 2007 11:59:47 -0700 (PDT) Received: from relay5.apple.com (unknown [127.0.0.1]) by relay5.apple.com (Symantec Mail Security) with ESMTP id 212C129C002; Wed, 11 Jul 2007 11:59:47 -0700 (PDT) X-AuditID: 11807123-a301cbb000000a55-ec-469528a376a5 Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay5.apple.com (Apple SCV relay) with ESMTP id 0E75A30400B; Wed, 11 Jul 2007 11:59:47 -0700 (PDT) In-Reply-To: <469511DF.70409@videotron.ca> References: <469511DF.70409@videotron.ca> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Wed, 11 Jul 2007 11:59:46 -0700 To: pj X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: without SSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 18:59:47 -0000 On Jul 11, 2007, at 10:22 AM, pj wrote: > I can access apache from my windows machine: "It works" > But I cannot access http://biggie:10000 - message says: try > https://... > that does bring up the Webmin page. I know apache listens on port > 80, but why https to get the Webmin page? Umm, so you don't send your Webmin password through the Internet in plain text, rather than via SSL encryption. Webmin uses it's own internal webserver, which is unrelated to Apache. > I cannot access http or https://biggie:931 (Swat) "Unable to connect" There's no real need to use swat when you've got the ability to edit the samba config directly or via Webmin, but if you really wanted to, you could presumably set it up to run in inetd.conf. See "man swat". > Is my configuration wrong for samba? What's with the ssl? You haven't provided any specific information about your Samba config, and most people aren't good at reading minds, so you'll need to either do something like run Samba's "testparms" and/or look over the Samba logfiles.... > I tried to reinstall (unsuccessfully -D NOSSL) apache22 without > SSL. How can I disable the SSL I don't need SSL as I am using > FBSD6.2 only on my local network. Unless you've configured an SSL cert, the default ought to be to run Apache without SSL...? -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 19:04:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0266916A468 for ; Wed, 11 Jul 2007 19:04:47 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by mx1.freebsd.org (Postfix) with ESMTP id B540C13C480 for ; Wed, 11 Jul 2007 19:04:46 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1302905nzf for ; Wed, 11 Jul 2007 12:04:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f1Mnx6R1tVnWHsuw/E+nYs83zoKJ/DtCFLOlwnXQxMMZPmNsVSgLWUI8tf6fytBBnM2VqbmSSVuWJdqSH+s8XMX8EFTScySKQEEJvRSc5STf/M8/Iyx6NdqAHJVGYdg3+rQfbh6kYk/sAhFWUYSoS8fn5QMTI5AskE/EUyA1Q4E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n6lGkypiKEGCQIBgXQ07SULr86macBXblDZdkeTVlTjtL3Ggwen1ZnxnaDUL9sy09grgViF2Zo88ZVVjUsVmLIDmN0qdLCpq9zNrWiMFfa42LmVgv5R3rZN3PN2xc6I3fur3hyd9JA1DYFOMkzFDwrTAxKN3zdxXhZShVIY2ciE= Received: by 10.114.137.2 with SMTP id k2mr5366985wad.1184179166679; Wed, 11 Jul 2007 11:39:26 -0700 (PDT) Received: by 10.114.170.17 with HTTP; Wed, 11 Jul 2007 11:39:26 -0700 (PDT) Message-ID: <84b68b3d0707111139j2907f140mc410946febabff8d@mail.gmail.com> Date: Thu, 12 Jul 2007 00:09:26 +0530 From: "Amitabh Kant" To: pj In-Reply-To: <469511DF.70409@videotron.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <469511DF.70409@videotron.ca> Cc: freebsd-questions@freebsd.org Subject: Re: without SSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 19:04:47 -0000 On 7/11/07, pj wrote: > On top of this, when I try to stop apache with apachectl stop, apache > stops. But apachectl start gives : "[warn] (2) No such file or > directory: Failed to enable the 'httpready' Accept Filter" > > > Phil Either load the kernel module using "kldload accf_http" or insert the following line in /boot.loader.conf : accf_http_load="YES" Regards Amitabh From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 19:07:46 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F94B16A468 for ; Wed, 11 Jul 2007 19:07:46 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id DE6F113C45D for ; Wed, 11 Jul 2007 19:07:45 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so2438333waf for ; Wed, 11 Jul 2007 12:07:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rvtlrjb1vXsXVt1jgiFld/HDrK6a8oB+qt/27DqtExCVRFspagZ64+Ve0N6ZB7mt7TunXBfCKm+KSAdcacD4tgc7Btgqh9hyRGzOnK9Cz9ZyM/sabzN67cW4GHBXx62fhaTUmFizbqTuGLIa5uwWRsDhvXloNtdJcWgIPjySYrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IBu+qFAgAkSYNAZjjk+BNfl7opI7U04BwErFLVCi/vTxpl9ZJ/KtcL/h+7sJL4Bq9t2uhdDPYUJAzs1mthR7Zd8cSK9rKPKDEhJwZPefnD7tM8FIkrVxgeCh2ciPn6/WhUBPLmFY02qEYr6tGKSVhdS27MtYW0EtZX6PwPW4q5A= Received: by 10.114.133.1 with SMTP id g1mr5377217wad.1184179225681; Wed, 11 Jul 2007 11:40:25 -0700 (PDT) Received: by 10.114.170.17 with HTTP; Wed, 11 Jul 2007 11:40:25 -0700 (PDT) Message-ID: <84b68b3d0707111140u1653ccbfp570e1c84b2e37a4@mail.gmail.com> Date: Thu, 12 Jul 2007 00:10:25 +0530 From: "Amitabh Kant" To: pj In-Reply-To: <84b68b3d0707111139j2907f140mc410946febabff8d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <469511DF.70409@videotron.ca> <84b68b3d0707111139j2907f140mc410946febabff8d@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: without SSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 19:07:46 -0000 Sorry, the file is /boot/loader.conf Regards Amitabh From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 19:24:43 2007 Return-Path: X-Original-To: FreeBSD-Questions@freebsd.org Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A52616A41F for ; Wed, 11 Jul 2007 19:24:43 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 46F6213C45A for ; Wed, 11 Jul 2007 19:24:42 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 11 Jul 2007 15:24:42 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702D10@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: portdowngrade CVS error Thread-Index: AcfD8SGmpqHiBDNbSnedJhb5aFpVtw== From: "Jean-Paul Natola" To: Cc: Subject: portdowngrade CVS 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: Wed, 11 Jul 2007 19:24:43 -0000 I've read the docs and it *seems* I'm doing this correctly ,however , I getting this error Step 1: Checking out port from CVS repository CVS root directory: freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs Cannot access /home/ncvs/CVSROOT No such file or directory Is the server just offline?=20 Jean-Paul=20 From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 19:53:18 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 989AD16A400 for ; Wed, 11 Jul 2007 19:53:18 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 5A0ED13C455 for ; Wed, 11 Jul 2007 19:53:18 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.66) for freebsd-questions@freebsd.org with esmtp (envelope-from ) id <1I8iFR-0003OR-4p>; Wed, 11 Jul 2007 21:53:17 +0200 Received: from e178027121.adsl.alicedsl.de ([85.178.27.121] helo=[192.168.1.200]) by inpost2.zedat.fu-berlin.de (Exim 4.66) for freebsd-questions@freebsd.org with esmtpsa (envelope-from ) id <1I8iFR-0002Nl-2b>; Wed, 11 Jul 2007 21:53:17 +0200 Message-ID: <46953543.1080102@zedat.fu-berlin.de> Date: Wed, 11 Jul 2007 21:53:39 +0200 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.4 (X11/20070620) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.27.121 Subject: thunderbird 2.0.0.4/firefoxe 2.0.0.4 doesn't compile on CURRENT/amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 19:53:18 -0000 Hello, I have a weird problem on one of my boxes running 7.0-CURRENT/amd64. Neither Thunderbird 2.0.0.4, nor Firefox 2.0.0.4 do compile and install when trying an installation from ports collection. Both installation processes get stuck in the ===> Building Chrome's registry ... Typing CRTL-T on console gives load: 0.02 cmd: regxpcom 55031 [umtxn] 0.05u 0.00s 0% 16064k Times and IDs are different, but cmd: regxpcom XXXX [umtxn] is on both stuck installations the same. What's broken? Regards, Oliver From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 20:23:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51F5216A421 for ; Wed, 11 Jul 2007 20:23:11 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 116F013C4D1 for ; Wed, 11 Jul 2007 20:23:10 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1322213nzf for ; Wed, 11 Jul 2007 13:23:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Uuna/TiEbJF5rrO5kyokVknLP+ovPADoUDnNeC1C5rtE4P9s+Po91Fg+zNLvO+ed66AxYWbTU9sjoppZG6ZupuLAX9PDN/eVgrNKTLnvfS/tddWX+DdlfE/DTpDZEuokNY0UjiUsoJyDQv9L1iGcdjUYo0gmBhWSFmX3FZkt/u0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FWwNrqiJTM6CwaL871y9axga/4Wp0uoJ6c0WtqIgRLtx4C8aBPywWUeRJtqtARQZtokqAA9BQxfsIIavhqxgGKuFQkvzTWGttKx0WND0IoGSRU5H7w6uOCOKUK6D7dkgR5CvwZBlTfvKx1Y2uHvGCx/khqTOZqIOcP3jjvLwpmE= Received: by 10.114.25.3 with SMTP id 3mr5473059way.1184185390108; Wed, 11 Jul 2007 13:23:10 -0700 (PDT) Received: by 10.114.46.16 with HTTP; Wed, 11 Jul 2007 13:23:10 -0700 (PDT) Message-ID: <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> Date: Wed, 11 Jul 2007 16:23:10 -0400 From: Schiz0 To: pj In-Reply-To: <46952078.10809@videotron.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46952078.10809@videotron.ca> Cc: freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 20:23:11 -0000 On 7/11/07, pj wrote: > I can't find any clue as to how to start apache22 without SSL. > > What is httpd -DNOHTTPACCEPT ? > > Thanks for any help... > Phil > _______________________________________________ > 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" > Apache22 from ports doesn't use SSL by default. Check your httpd.conf file and make sure the LoadModule for "ssl_module" line is commented out. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 20:45:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB02616A400 for ; Wed, 11 Jul 2007 20:45:17 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 4DDF113C45A for ; Wed, 11 Jul 2007 20:45:17 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 41953 invoked by uid 1002); 11 Jul 2007 20:45:16 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.107.100):. Processed in 17.714073 secs); 11 Jul 2007 20:45:16 -0000 Received: from unknown (HELO ?192.168.1.210?) (steve@ibctech.ca@208.70.107.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 11 Jul 2007 20:44:58 -0000 Message-ID: <46954153.5040305@ibctech.ca> Date: Wed, 11 Jul 2007 16:45:07 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Schiz0 References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> In-Reply-To: <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 20:45:17 -0000 > Apache22 from ports doesn't use SSL by default. Check your httpd.conf > file and make sure the LoadModule for "ssl_module" line is commented > out. I'm near certain that it does, but then again I may be wrong. From Makefile: .if !defined(WITHOUT_SSL_MODULES) USE_OPENSSL= yes .endif ...and this shows up in Makefile.doc as a configure argument: ## WITHOUT_SSL: Disable SSL support Steve From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 21:28:43 2007 Return-Path: X-Original-To: FreeBSD-Questions@freebsd.org Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A739A16A400 for ; Wed, 11 Jul 2007 21:28:43 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 02FE013C457 for ; Wed, 11 Jul 2007 21:28:42 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 11 Jul 2007 17:28:37 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702D13@www.fcimail.org> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702D10@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: portdowngrade CVS error Thread-Index: AcfD8SGmpqHiBDNbSnedJhb5aFpVtwAETpHQ From: "Jean-Paul Natola" To: "Jean-Paul Natola" , Cc: Subject: RE: portdowngrade CVS 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: Wed, 11 Jul 2007 21:28:43 -0000 I've read the docs and it *seems* I'm doing this correctly ,however , I getting this error >Step 1: Checking out port from CVS repository >CVS root directory: freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs >Cannot access /home/ncvs/CVSROOT >No such file or directory >Is the server just offline?=20 It was the server I was using From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 22:28:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3EFC16A41F for ; Wed, 11 Jul 2007 22:28:09 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id BC32F13C45B for ; Wed, 11 Jul 2007 22:28:09 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so2505712waf for ; Wed, 11 Jul 2007 15:28:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WAvqT8tvSJUdPmOYthITkrNFX1H4uKRBF1V/hfzTjQfT8fSwjwi2Mexo/LSo+DRKc4Van2yfQw7oRvbUkjKs3KHefjJ+frSUpzf/3tQdwxmtLCStMxZ5F/J0WHhC/3LqHF24rXZ4aRTG+owgPmoSWKRkYjCQeh0hS0IIeet4jVs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uprMS2bbrMVld1BzBy4Hq5DSbrZTsXRhw49OohQK/FdrwPiEzzPYBEjCtCo6hs/3Kflhveb48AgBBVAAymdR/v/lWTn/ZSLvAGemKFmFOHugdd1Oj/6fjH415WCd2pp02T0OyZh67fhPbJNmjo1S3k8LWAjtwFLj+Mt4XIXnAJU= Received: by 10.115.33.1 with SMTP id l1mr5554638waj.1184192889097; Wed, 11 Jul 2007 15:28:09 -0700 (PDT) Received: by 10.114.46.16 with HTTP; Wed, 11 Jul 2007 15:28:09 -0700 (PDT) Message-ID: <8d23ec860707111528n2e0a70en3626424ff952e6e5@mail.gmail.com> Date: Wed, 11 Jul 2007 18:28:09 -0400 From: Schiz0 To: "Steve Bertrand" In-Reply-To: <46954153.5040305@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> <46954153.5040305@ibctech.ca> Cc: freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 22:28:10 -0000 On 7/11/07, Steve Bertrand wrote: > > Apache22 from ports doesn't use SSL by default. Check your httpd.conf > > file and make sure the LoadModule for "ssl_module" line is commented > > out. > > I'm near certain that it does, but then again I may be wrong. From Makefile: > > .if !defined(WITHOUT_SSL_MODULES) > USE_OPENSSL= yes > .endif > > ...and this shows up in Makefile.doc as a configure argument: > > ## WITHOUT_SSL: Disable SSL support > > Steve > It has the ability to use SSL, but the SSL module isn't enabled by default From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 22:33:24 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CEB5016A469 for ; Wed, 11 Jul 2007 22:33:24 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.freebsd.org (Postfix) with ESMTP id 7AF7B13C487 for ; Wed, 11 Jul 2007 22:33:24 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i29so1442903wxd for ; Wed, 11 Jul 2007 15:33:23 -0700 (PDT) Received: by 10.70.15.15 with SMTP id 15mr10293738wxo.1184193203733; Wed, 11 Jul 2007 15:33:23 -0700 (PDT) Received: from ?192.168.0.4? ( [67.189.184.224]) by mx.google.com with ESMTP id h37sm22195259wxd.2007.07.11.15.33.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 11 Jul 2007 15:33:22 -0700 (PDT) Date: Wed, 11 Jul 2007 18:33:54 -0400 From: Gerard To: freebsd-questions@freebsd.org Organization: Seibercom.NET X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070711183320.3062.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] Subject: claws-mail & ClamAV-devel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 22:33:24 -0000 FreeBSD-6.2 ClamAV-Devel-20070617 claws-mail-2.10.0 Has anyone gotten claws-mail-2.10.0 to work with ClamAV devel 20070617? When I try to configure claws-mail and load the clamav module, the system hangs. I have tried running 'gdb' but without any useful results. Building claws-mail with the debug flag has not helped either. The backtrace still does not list any symbols. The older version of claws-mail did work with this version ClamAV. This is the output of gdb. Script started on Wed Jul 11 06:30:35 2007 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... (gdb) run --debug Starting program: /usr/ports/mail/claws-mail/work/claws-mail-2.10.0/src/claws-mail --debug warning: Unable to get location for thread creation breakpoint: generic error [New LWP 100092] claws.c:98:Starting Claws Mail version 020a0000 prefs_gtk.c:1087:new file '/home/gerard/.claws-mail/clawsrc' prefs_gtk.c:1046:new section 'Plugins_GTK2' prefs_gtk.c:1046:new section 'Plugins_Common' prefs_gtk.c:1046:new section 'Common' prefs_gtk.c:1046:new section 'GPG' prefs_gtk.c:1046:new section 'Bogofilter' prefs_gtk.c:1046:new section 'gtkhtml2' prefs_gtk.c:1046:new section 'TrayIcon' prefs_gtk.c:1087:new file '/home/gerard/.claws-mail/folderitemrc' prefs_gtk.c:1025:cache: /home/gerard/.claws-mail/folderitemrc: No such file or directoryprefs_gtk.c:1125:destroying cache [New Thread 0x82fb000 (LWP 100134)] current dir: /usr/home/gerard prefs.c:283:Found [Plugins_Common] plugin.c:324:trying to load `/usr/local/lib/claws-mail/plugins/cachesaver.so' plugin.c:394:Plugin CacheSaver (from file /usr/local/lib/claws-mail/plugins/cachesaver.so) loaded current dir: /usr/home/gerard/.claws-mail current dir: /usr/home/gerard folder.c:120:registering folder class mh folder.c:120:registering folder class imap folder.c:120:registering folder class news prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [Common] prefs_gtk.c:144:Finished reading configuration. prefs_themes.c:365:Creating preferences for themes... stock_pixmap.c:492:dir /home/gerard/.claws-mail/themes not found, skipping theme scanprefs_actions.c:360:Reading actions configurations... prefs_display_header.c:402:Reading configuration for displaying headers... addressbook.c:3915:Reading address index... addressbook.c:3947:done. mainwindow.c:1142:Creating main window... toolbar.c:627:read Toolbar Configuration from toolbar_main.xml folderview.c:600:Creating folder view... folderview.c:455:creating tree... hooks.c:70:registed new hook for 'folder_update' as id 1 hooks.c:70:registed new hook for 'folder_item_update' as id 1 summaryview.c:583:Creating summary view... hooks.c:70:registed new hook for 'msginfo_update' as id 1 hooks.c:70:registed new hook for 'folder_item_update' as id 2 hooks.c:70:registed new hook for 'folder_update' as id 2 messageview.c:348:Creating message view... headerview.c:81:Creating header view... noticeview.c:77:Creating notice view... mimeview.c:210:Creating MIME view... noticeview.c:77:Creating notice view... textview.c:266:Creating text view... hooks.c:70:registed new hook for 'msginfo_update' as id 2 logwindow.c:94:Creating log window... hooks.c:70:registed new hook for 'log_append_text' as id 1 logwindow.c:94:Creating log window... hooks.c:70:registed new hook for 'debug_append_text' as id 1 ** Message: filtering log disabled mainwindow.c:1393:done. mainwindow.c:2707:Setting widgets... mainwindow.c:2926:done. mainwindow.c:2037:called after messageview has been deallocated! mainwindow.c:2037:called after messageview has been deallocated! hooks.c:70:registed new hook for 'sslcert_ask' as id 1 hooks.c:70:registed new hook for 'progressindicator_hooklist' as id 1 account.c:200:Reading all config for each account... account.c:215:Found label: Account: 1 codeconv.c:1435:current locale: C prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [Account: 1] prefs_gtk.c:144:Finished reading configuration. prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [Account: 1] prefs_gtk.c:144:Finished reading configuration. prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [Account: 1] prefs_gtk.c:144:Finished reading configuration. prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [Account: 1] prefs_gtk.c:144:Finished reading configuration. prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [Account: 1] prefs_gtk.c:144:Finished reading configuration. prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [Account: 1] prefs_gtk.c:144:Finished reading configuration. prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [Account: 1] prefs_gtk.c:144:Finished reading configuration. prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [Account: 1] prefs_gtk.c:144:Finished reading configuration. prefs_customheader.c:327:Reading custom header configuration... folderview.c:384:setting titles... folderview.c:752:Setting folder info... summaryview.c:1125:empty folder (0x0 NULL 0x0 0) summaryview.c:1145:TIMING : 0s051ms prefs_gtk.c:82:Reading configuration... prefs_gtk.c:82:Reading configuration... prefs_gtk.c:82:Reading configuration... prefs_gtk.c:82:Reading configuration... prefs_gtk.c:82:Reading configuration... folderview.c:752:Setting folder info... folderview.c:752:Setting folder info... main.c:967:Claws Mail crashed, checking for new messages in local folders mh.c:228:MH scan not required: /home/gerard/Mail/inbox (1184148680 <= 1184148680) folder.c:1840:Scanning folder inbox for cache changes. mh.c:284:mh_get_num_list(): Scanning inbox ... current dir: /usr/home/gerard/Mail/inbox mh.c:1433:MH: forced mtime of inbox to 1184148680 msgcache.c:585: Reading swapped message cache from /home/gerard/Mail/inbox/.claws_cache... msgcache.c:599:using Noop Converter msgcache.c:751:done. (1 items read) msgcache.c:752:Cache size: 1 messages, 273 byte msgcache.c:780:reading swapped mark file. folder.c:2340:TIMING : 0s030ms folder.c:2266:Total cache memory usage: 273 msgcache.c:264:TIMING : 0s000ms mh.c:228:MH scan not required: /home/gerard/Mail/sent (1184075970 <= 1184075970) mh.c:228:MH scan not required: /home/gerard/Mail/draft (1183985715 <= 1183985715) mh.c:228:MH scan not required: /home/gerard/Mail/queue (1184075970 <= 1184075970) mh.c:228:MH scan not required: /home/gerard/Mail/trash (1183985715 <= 1183985715) folder.c:2266:Total cache memory usage: 273 folder.c:2271:Trying to free cache memory folder.c:2224:Cache unused time: 0 (Expire time: 0) prefs.c:283:Found [Plugins_GTK2] plugin.c:324:trying to load `/usr/local/lib/claws-mail/plugins/bogofilter.so' prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [Bogofilter] prefs_gtk.c:144:Finished reading configuration. bogofilter_gtk.c:460:Bogofilter GTK plugin loaded bogofilter.c:897:Bogofilter plugin loaded hooks.c:70:registed new hook for 'mail_listfiltering_hooklist' as id 1 plugin.c:394:Plugin Bogofilter (from file /usr/local/lib/claws-mail/plugins/bogofilter.so) loaded plugin.c:324:trying to load `/usr/local/lib/claws-mail/plugins/gtkhtml2_viewer.so' prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [gtkhtml2] prefs_gtk.c:144:Finished reading configuration. plugin.c:394:Plugin GtkHtml2 HTML Viewer (from file /usr/local/lib/claws-mail/plugins/gtkhtml2_viewer.so) loaded plugin.c:324:trying to load `/usr/local/lib/claws-mail/plugins/pdf_viewer.so' plugin.c:394:Plugin PDF Viewer (from file /usr/local/lib/claws-mail/plugins/pdf_viewer.so) loaded plugin.c:324:trying to load `/usr/local/lib/claws-mail/plugins/pgpcore.so' sgpgme.c:539:GpgME Protocol: OpenPGP Version: 2.0.4 (req 1.3.0) Executable: /usr/local/bin/gpg sgpgme.c:539:GpgME Protocol: CMS Version: 2.0.4 (req 1.9.6) Executable: /usr/local/bin/gpgsm prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [GPG] prefs_gtk.c:144:Finished reading configuration. prefs_gpg.c:527:set GPG_AGENT_INFO=/tmp/gpg-0r4K5l/S.gpg-agent:922:1 prefs_gpg.c:437:Saving GPG config prefs.c:296:Found [GPG] plugin.c:394:Plugin PGP/Core (from file /usr/local/lib/claws-mail/plugins/pgpcore.so) loaded plugin.c:208:adding /usr/local/lib/claws-mail/plugins/pgpinline.so to /usr/local/lib/claws-mail/plugins/pgpcore.so rdeps plugin.c:324:trying to load `/usr/local/lib/claws-mail/plugins/pgpinline.so' plugin.c:394:Plugin PGP/inline (from file /usr/local/lib/claws-mail/plugins/pgpinline.so) loaded plugin.c:208:adding /usr/local/lib/claws-mail/plugins/pgpmime.so to /usr/local/lib/claws-mail/plugins/pgpcore.so rdeps plugin.c:324:trying to load `/usr/local/lib/claws-mail/plugins/pgpmime.so' plugin.c:394:Plugin PGP/MIME (from file /usr/local/lib/claws-mail/plugins/pgpmime.so) loaded plugin.c:324:trying to load `/usr/local/lib/claws-mail/plugins/trayicon.so' hooks.c:70:registed new hook for 'folder_item_update' as id 3 hooks.c:70:registed new hook for 'folder_update' as id 3 hooks.c:70:registed new hook for 'offline_switch' as id 1 hooks.c:70:registed new hook for 'account_list_changed' as id 1 hooks.c:70:registed new hook for 'mainwindow_close' as id 1 hooks.c:70:registed new hook for 'mainwindow_iconified' as id 1 folder.c:1145:Counting total number of messages... folder.c:1145:Counting total number of messages... folder.c:1145:Counting total number of messages... prefs_gtk.c:82:Reading configuration... prefs_gtk.c:119:Found [TrayIcon] prefs_gtk.c:144:Finished reading configuration. plugin.c:394:Plugin Trayicon (from file /usr/local/lib/claws-mail/plugins/trayicon.so) loaded prefs_gtk.c:1122:no cache main.c:1101:TIMING startup: 11s868ms pluginwindow.c:288:Creating plugins window... plugin.c:324:trying to load `/usr/local/lib/claws-mail/plugins/clamav_plugin.so' [New LWP 100134] Program received signal SIGSEGV, Segmentation fault. [Switching to LWP 100134] 0x28f23399 in __error () from /lib/libpthread.so.2 (gdb) bt full #0 0x28f23399 in __error () from /lib/libpthread.so.2 No symbol table info available. #1 0x28f12f57 in pthread_rwlock_timedwrlock () from /lib/libpthread.so.2 No symbol table info available. #2 0x282ca033 in wlock_acquire () from /libexec/ld-elf.so.1 No symbol table info available. #3 0x282c959f in dlopen () from /libexec/ld-elf.so.1 No symbol table info available. #4 0x28b42506 in g_module_open () from /usr/local/lib/libgmodule-2.0.so.0 No symbol table info available. #5 0x081d4fcd in plugin_load (filename=0x867e580 "/usr/local/lib/claws-mail/plugins/clamav_plugin.so", error=0xbfbfd970) at plugin.c:325 plugin = (Plugin *) 0x8623380 plugin_init = (gint (*)(gchar **)) 0x1 plugin_name = 0x82b8990 plugin_desc = 0x82bf880 plugin_version = 0x81f7a27 plugin_type = (const gchar *(*)(void)) 0xbfbfd958 plugin_licence = (const gchar *(*)(void)) 0x82b8990 <__PRETTY_FUNCTION__.10+319> plugin_provides = (struct PluginFeature *(*)(void)) 0x82e62f8 <__JCR_LIST__+4> ok = 0 __PRETTY_FUNCTION__ = "plugin_load" #6 0x08212376 in load_cb (button=0x84dda20, pluginwindow=0x855af80) at pluginwindow.c:204 file = (gchar *) 0x867e580 "/usr/local/lib/claws-mail/plugins/clamav_plugin.so" error = (gchar *) 0x0 tmp = (GList *) 0x86647f0 file_list = (GList *) 0x86647f0 #7 0x28b26b78 in g_cclosure_marshal_VOID__VOID () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #8 0x28b0fbbb in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #9 0x28b25546 in g_signal_has_handler_pending () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #10 0x28b26494 in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #11 0x28b26786 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #12 0x28538f61 in gtk_button_clicked () from /usr/local/lib/libgtk-x11-2.0.so.0 No symbol table info available. #13 0x2853addc in gtk_button_get_alignment () from /usr/local/lib/libgtk-x11-2.0.so.0 No symbol table info available. #14 0x28b26b78 in g_cclosure_marshal_VOID__VOID () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. ---Type to continue, or q to quit--- #15 0x28b0fef9 in g_cclosure_new_swap () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #16 0x28b0fbbb in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #17 0x28b24e27 in g_signal_has_handler_pending () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #18 0x28b26494 in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #19 0x28b26786 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #20 0x28538ec1 in gtk_button_released () from /usr/local/lib/libgtk-x11-2.0.so.0 No symbol table info available. #21 0x2853a2b1 in gtk_button_set_relief () from /usr/local/lib/libgtk-x11-2.0.so.0 No symbol table info available. #22 0x2860c4c0 in gtk_marshal_VOID__UINT_STRING () from /usr/local/lib/libgtk-x11-2.0.so.0 No symbol table info available. #23 0x28b0fef9 in g_cclosure_new_swap () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #24 0x28b0fbbb in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #25 0x28b250ab in g_signal_has_handler_pending () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #26 0x28b261dd in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #27 0x28b26786 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0 No symbol table info available. #28 0x2872da64 in gtk_widget_activate () from /usr/local/lib/libgtk-x11-2.0.so.0 No symbol table info available. #29 0x2860a927 in gtk_propagate_event () from /usr/local/lib/libgtk-x11-2.0.so.0 No symbol table info available. #30 0x2860ac5f in gtk_main_do_event () from /usr/local/lib/libgtk-x11-2.0.so.0 No symbol table info available. #31 0x2886e101 in gdk_event_get_graphics_expose () from /usr/local/lib/libgdk-x11-2.0.so.0 No symbol table info available. #32 0x28b7157f in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #33 0x28b72f44 in g_main_context_acquire () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #34 0x28b7326a in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #35 0x28609ef3 in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0 No symbol table info available. #36 0x08620dc0 in ?? () ---Type to continue, or q to quit--- No symbol table info available. #37 0x00000001 in ?? () No symbol table info available. #38 0x00000000 in ?? () No symbol table info available. #39 0x00000001 in ?? () No symbol table info available. #40 0x08620dc0 in ?? () No symbol table info available. #41 0x00000000 in ?? () No symbol table info available. #42 0xbfbfe9c4 in ?? () No symbol table info available. #43 0x282c6cf0 in elf_hash () from /libexec/ld-elf.so.1 No symbol table info available. Previous frame inner to this frame (corrupt stack?) (gdb) (gdb) quit The program is running. Exit anyway? (y or n) y Script done on Wed Jul 11 06:33:33 2007 -- Gerard From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 22:39:46 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8ACAC16A468 for ; Wed, 11 Jul 2007 22:39:46 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 6371D13C457 for ; Wed, 11 Jul 2007 22:39:46 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MH-MR001.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL100NKBDM91VC0@VL-MH-MR001.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 18:39:45 -0400 (EDT) Date: Wed, 11 Jul 2007 18:39:45 -0400 From: pj In-reply-to: <84b68b3d0707111139j2907f140mc410946febabff8d@mail.gmail.com> To: Amitabh Kant Message-id: <46955C31.4000201@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <469511DF.70409@videotron.ca> <84b68b3d0707111139j2907f140mc410946febabff8d@mail.gmail.com> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: freebsd-questions@freebsd.org Subject: Re: without SSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 22:39:46 -0000 Thanks for the speedy reply. I saw something about this accf_http while checking the Web, but haven't got to trying that yet. I find it strange since this was never needed before - even in my previous installation of apache22. I'll try it shortly. Amitabh Kant wrote: > On 7/11/07, pj wrote: > >> On top of this, when I try to stop apache with apachectl stop, apache >> stops. But apachectl start gives : "[warn] (2) No such file or >> directory: Failed to enable the 'httpready' Accept Filter" >> >> >> Phil > > Either load the kernel module using "kldload accf_http" or insert the > following line in /boot.loader.conf : > accf_http_load="YES" > > Regards > Amitabh > From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 23:11:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D64C216A421 for ; Wed, 11 Jul 2007 23:11:04 +0000 (UTC) (envelope-from feargal@fbi.ie) Received: from mail00.svc.cra.dublin.eircom.net (mail00.svc.cra.dublin.eircom.net [159.134.118.16]) by mx1.freebsd.org (Postfix) with SMTP id 7639C13C45B for ; Wed, 11 Jul 2007 23:11:04 +0000 (UTC) (envelope-from feargal@fbi.ie) Received: (qmail 70091 messnum 6425338 invoked from network[82.141.233.46/unknown]); 11 Jul 2007 23:11:03 -0000 Received: from unknown (HELO alatar.edhellond.fbi.ie) (82.141.233.46) by mail00.svc.cra.dublin.eircom.net (qp 70091) with SMTP; 11 Jul 2007 23:11:03 -0000 Received: from mablung.edhellond.fbi.ie (mablung.edhellond.fbi.ie [192.168.0.14]) by alatar.edhellond.fbi.ie (8.13.1/8.13.1) with ESMTP id l6BNAri1073995; Wed, 11 Jul 2007 23:10:58 GMT (envelope-from feargal@fbi.ie) Date: Thu, 12 Jul 2007 00:10:52 +0100 From: Feargal Reilly To: NetOpsCenter Message-ID: <20070712001052.6fd1c78b@mablung.edhellond.fbi.ie> In-Reply-To: <4695148A.9010200@hdk5.net> References: <20070711182300.4634e278@mablung.edhellond.fbi.ie> <4695148A.9010200@hdk5.net> Organization: FBI X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.11; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: Complete hang during boot at boot2 prompt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 23:11:04 -0000 On Wed, 11 Jul 2007 07:34:02 -1000 NetOpsCenter wrote: > Feargal Reilly wrote: > > >Hi, > > > >There, I yanked a memory module, and it booted fine, albeit > >complaining about the degraded RAID array. However, when I > >reinserted the memory, it continued to boot. I didn't have the > >foresight to try it before I fiddled with the disks, but I > >can't imagine that it had been seated incorrectly as the > >server had been up for two months without problem. Also, the > >BIOS tests passed, although I know they aren't too in depth. > >I'll run sysutils/memtest anyway, and see what that throws up. > > > >Any other suggestions as to what caused the failure? I know > >I've changed the conditions and may never be able to > >reproduce it (nor do I want to), but if I've failing > >hardware, I'd like a best guess as to where it is. > > > > I have had memory chips walk out of the slots on several > occasions. Sometimes its vibration or in Hawaii we have > humidity issues occasionally that tend to cause this too. > I have learned to spray the sockets and card connections with > contact cleaner about every 6 months to avaid this problem. > Especially in areas where servers are not in a cool > environment. > It was operating in a climate controlled server room, so in theory the sub-optimal, being stacked with three other servers, all without rails, so I guess vibration is one plausible explanation. -fr. -- Feargal Reilly, Chief Techie, FBI. PGP Key: 0xBD252C01 (expires: 2006-11-30) Web: http://www.fbi.ie/ | Tel: +353.14988588 | Fax: +353.14988489 Communications House, 11 Sallymount Avenue, Ranelagh, Dublin 6. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 23:17:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12B1B16A469 for ; Wed, 11 Jul 2007 23:17:44 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from mesiob.obspm.fr (mesiob.obspm.fr [145.238.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id A5CC713C455 for ; Wed, 11 Jul 2007 23:17:43 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from localhost (pcjas.obspm.fr [145.238.2.126]) by mesiob.obspm.fr (8.13.4/8.13.4/SIO Observatoire de Paris) with ESMTP id l6BNHgWO008574; Thu, 12 Jul 2007 01:17:42 +0200 Date: Thu, 12 Jul 2007 01:17:42 +0200 From: Albert Shih To: Pollywog Message-ID: <20070711231742.GA49781@pcjas.obspm.fr> References: <200707090103.49950.lists-fbsd@shadypond.com> <200707101441.01594.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200707101441.01594.lists-fbsd@shadypond.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (mesiob.obspm.fr [145.238.2.2]); Thu, 12 Jul 2007 01:17:42 +0200 (CEST) X-Virus-Scanned: ClamAV version 0.90.3, clamav-milter version 0.90.3 on mesiob.obspm.fr X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Albert.Shih@obspm.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 23:17:44 -0000 Le 10/07/2007 Ю 14:41:01-0700, Pollywog a Иcrit > On Sunday 08 July 2007 18:03:49 Pollywog wrote: > > I am having some problems with X11 forwarding. I can do X11 forwarding via > > ssh between two machines running Linux, but if I try to do this from > > FreeBSD (KDE) to either of the Linux machines, it only works if I use > > startx to start KDE on the fbsd machine (a laptop). If I start KDE from > > kdm, I get errors that go like this when I start the KDE app on the remote > > host running Linux: pollywog@slider:~$ kate > > Xlib: connection to "localhost:11.0" refused by server > > Xlib: Invalid MIT-MAGIC-COOKIE-1 key > > kate: cannot connect to X server localhost:11.0 > > I just did 'ssh' to one of the Linux hosts and when the connection was made, I > got this: > > Warning: No xauth data; using fake authentication data for X11 forwarding. > > Does this possibly have something to do with the problem I mentioned in my > initial post in this thread? I am going to Google that error and see if I > can find something. Check where is the xauth app on the Linux box, and make strings sshd|grep xauth to check if it's the same path. If don't you need to fix this with XAuthLocation in your sshd_config file on the Linux box Regards. -- Albert SHIH Observatoire de Paris Meudon SIO batiment 15 Heure local/Local time: Jeu 12 jul 2007 01:14:53 CEST From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 00:24:58 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5ED316A46D for ; Thu, 12 Jul 2007 00:24:58 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id B613913C487 for ; Thu, 12 Jul 2007 00:24:58 +0000 (UTC) (envelope-from mike@sentex.net) Received: from BLUELAPIS.sentex.ca (cage.simianscience.com [64.7.134.1]) by smarthost2.sentex.ca (8.14.1/8.13.8) with SMTP id l6C0OvHi064574; Wed, 11 Jul 2007 20:24:58 -0400 (EDT) (envelope-from mike@sentex.net) From: Mike Tancsa To: Robert Huff Date: Wed, 11 Jul 2007 20:24:58 -0400 Message-ID: References: <200707110706.l6B76Spm094321@jerusalem.litteratus.org> <18068.50757.730263.40972@jerusalem.litteratus.org> In-Reply-To: <18068.50757.730263.40972@jerusalem.litteratus.org> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: ipv6 connection 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: Thu, 12 Jul 2007 00:24:59 -0000 On Wed, 11 Jul 2007 08:00:05 -0400, in sentex.lists.freebsd.questions you wrote: > >Hello: > I've recently started getting these in the system log: > >+TCP: [::1]:49478 to [::1]:4080 tcpflags 0x2; tcp_input: Connection= attempt to closed port > > The program affected works anyway, but I'd like to dispense >with the clutter. What's happening, and is there a way to fix it >without re-compiling? (E.g. firewall setting.) > Does sysctl -w net.inet.tcp.log_in_vain=3D0 get rid of them ? ---Mike > > Robert Huff >_______________________________________________ >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" -------------------------------------------------------- Mike Tancsa, Sentex communications http://www.sentex.net Providing Internet Access since 1994 mike@sentex.net, (http://www.tancsa.com) From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 00:59:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7058E16A41F for ; Thu, 12 Jul 2007 00:59:17 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 28F3F13C465 for ; Thu, 12 Jul 2007 00:59:16 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 11 Jul 2007 20:59:16 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NNV30094; Wed, 11 Jul 2007 20:59:14 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 11 Jul 2007 20:59:02 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18069.31958.323482.484875@jerusalem.litteratus.org> Date: Wed, 11 Jul 2007 20:59:02 -0400 To: freebsd-questions@freebsd.org In-Reply-To: References: <200707110706.l6B76Spm094321@jerusalem.litteratus.org> <18068.50757.730263.40972@jerusalem.litteratus.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: Re: ipv6 connection 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: Thu, 12 Jul 2007 00:59:17 -0000 Mike Tancsa writes: > >+TCP: [::1]:49478 to [::1]:4080 tcpflags 0x2; tcp_input: Connection attempt to closed port > > Does > sysctl -w net.inet.tcp.log_in_vain=0 > get rid of them ? Thank you - this led me down a different path and I now know what needs to happen. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 01:07:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97B7F16A41F for ; Thu, 12 Jul 2007 01:07:26 +0000 (UTC) (envelope-from que_deseja@hotmail.com) Received: from bay0-omc3-s41.bay0.hotmail.com (bay0-omc3-s41.bay0.hotmail.com [65.54.246.241]) by mx1.freebsd.org (Postfix) with ESMTP id 84EF713C44C for ; Thu, 12 Jul 2007 01:07:26 +0000 (UTC) (envelope-from que_deseja@hotmail.com) Received: from hotmail.com ([65.54.162.25]) by bay0-omc3-s41.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 11 Jul 2007 17:55:26 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 11 Jul 2007 17:55:26 -0700 Message-ID: Received: from 65.54.162.200 by by108fd.bay108.hotmail.msn.com with HTTP; Thu, 12 Jul 2007 00:55:24 GMT X-Originating-IP: [65.34.175.5] X-Originating-Email: [que_deseja@hotmail.com] X-Sender: que_deseja@hotmail.com From: "Desmond Chapman" To: freebsd-questions@freebsd.org Date: Thu, 12 Jul 2007 00:55:24 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 12 Jul 2007 00:55:26.0055 (UTC) FILETIME=[557BB770:01C7C41F] Subject: Mouse deamon 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: Thu, 12 Jul 2007 01:07:26 -0000 I am installing FreeBSD and it does not recognize the USB ports, the PS/2 port, or even the mouse types: Intellimouse, Microsoft Mouse, Generic/Auto. How do I go about enabling the mouse daemon? And yes, I have tried the set up. It doesn't work. I have tried Xorgcfg and Xorgconfig. They don't work. Note: the mouse protocols will work for Linux distributions. _________________________________________________________________ Local listings, incredible imagery, and driving directions - all in one place! http://maps.live.com/?wip=69&FORM=MGAC01 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 01:23:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A729416A400 for ; Thu, 12 Jul 2007 01:23:43 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp2.utsp.utwente.nl [130.89.2.9]) by mx1.freebsd.org (Postfix) with ESMTP id 2D33413C455 for ; Thu, 12 Jul 2007 01:23:42 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l6C1NWj1029754; Thu, 12 Jul 2007 03:23:33 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Thu, 12 Jul 2007 03:23:31 +0200 User-Agent: KMail/1.9.7 References: <4694F0C7.9030304@comhem.se> In-Reply-To: <4694F0C7.9030304@comhem.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707120323.32145.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Tommy Rehn Subject: Re: What about Creative SoundBlaster Audigy SE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 01:23:43 -0000 On Wednesday 11 July 2007, Tommy Rehn wrote: > Hello > > I have a Creative SoundBlaster Audigy SE soundcard that works fine with > the Fedora Core 7. But as I want to run FreeBSD 6.2-STABLE instead of > linux I wonder why we can't use this soundcard in BSD. > > Is there an understandable workaround? > > From the FreeBSD/i386 6.2-RELEASE Hardware Notes > The snd_emu10k1(4) driver supports the following sound cards:,, > *,, Creative SoundBlaster Live! (EMU10K1 Chipset), > *,, Creative SoundBlaster Audigy (EMU10K2 Chipset), > *,, Creative SoundBlaster Audigy 2 (EMU10K2 Chipset), > *,, Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) > > I hope to get a positive answer. Unfortunately the Audigy SE is not supported. You can try the audio/emu10kx port, but last time I tried it wouldn't work either. As far as I know the only way to make it work is to install 4Front's OSS drivers from www.opensound.com. Hope this helps, Pieter de Goeje From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 01:26:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B66A16A41F; Thu, 12 Jul 2007 01:26:33 +0000 (UTC) (envelope-from evs@telod.net) Received: from kohav.telod.net (h-72-245-221-62.chcgilgm.covad.net [72.245.221.62]) by mx1.freebsd.org (Postfix) with ESMTP id C717513C46A; Thu, 12 Jul 2007 01:26:32 +0000 (UTC) (envelope-from evs@telod.net) Received: from [192.168.0.2] (wall.hm.telod.net [72.245.221.58]) (authenticated bits=0) by kohav.telod.net (8.13.8/8.13.3) with ESMTP id l6C1QKp9024157; Wed, 11 Jul 2007 20:26:21 -0500 (CDT) (envelope-from evs@telod.net) In-Reply-To: <989377.60550.qm@web54305.mail.re2.yahoo.com> References: <989377.60550.qm@web54305.mail.re2.yahoo.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Edward Shabotinsky Date: Wed, 11 Jul 2007 20:26:25 -0500 To: Patrick Dung X-Mailer: Apple Mail (2.752.3) Cc: freebsd-isp@freebsd.org, Doug Barton , freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.2 default bind9, question about customize logging [re-post] (solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 01:26:33 -0000 hi, i am not sure why local0 would not work at the bottom of the file may be some sort of rules - first come, first serv but, sorry i forgot to mention of the my syslog.conf file along with named.conf file !named *.* /var/log/bind/named.log this is what i got, but i don't like to log named instances into /var/ log/messages On Jul 11, 2007, at 8:14 AM, Patrick Dung wrote: > > --- Doug Barton wrote: > >>> On Sunday, 8 July 2007 at 12:06:26 -0700, Patrick Dung wrote: >>>> I am using FreeBSD 6.2 with the default bind (not ports). >>>> By default chroot is used. >> >> It's not a major issue, but it's probably worth pointing out that >> whatever code base you use (base or ports) the behavior such as >> chroot, logging, etc. is controlled by the combination of >> /etc/rc.d/named and your named.conf options. Therefore this >> discussion >> applies equally well either way. > > I use FreeBSD 6.2 with the named come with the base. > > /etc/rc.conf > named_enable="YES" # Run named, the DNS server (or NO). > named_program="/usr/sbin/named" # path to named, if you want a > different one. > #named_flags="" # Flags for named > named_pidfile="/var/run/named/pid" # Must set this in named.conf as > well > named_uid="bind" # User to run named as > named_chrootdir="/var/named" # Chroot directory (or "" not to > auto-chroot it) > named_chroot_autoupdate="YES" # Automatically install/update > chrooted > # components of named. See > /etc/rc.d/named. > named_symlink_enable="YES" # Symlink the chrooted pid file > >> >>>> When named start or stop, it does have log in /var/log/messages. >>>> But for example, when some do domain transfer successfully, that >> is not >>>> logged (zone transfer denied is logged). >> >> I have intentionally avoided adding more complex logging to the >> default named.conf because it's very hard to decide which way to land >> on this to make the most people happy (and/or the least people mad). >> I >> am of course always open to suggestions. :) > > I need to log successful domain transfer for debugging purpose (which > slave/client has done domain transfer at what time). > >> >>>> So I tried to add this part in named.conf (enabled local0.* in >>>> syslog.conf) , but still no luck. Any suggestions? >> >> The obvious ones, did you HUP the daemon after you changed the conf, >> and did you pre-create any new files that syslogd is supposed to >> write >> to for the local0 facility? Can you share your syslog.conf line for >> this? Do you get any joy when you try 'logger -plocal0.info blah' ? >> >>>> logging { >>>> channel named-log { >> >> While I don't see that it's explicitly forbidden to use a - in a >> channel name, every example I've ever seen or used myself uses an >> underscore instead (named_log). >> >>>> //syslog daemon; >>>> syslog local0; >>>> severity info; >>>> print-category yes; >>>> }; >>>> category default { named-log; }; >>>> category xfer-in { named-log; }; >>>> category xfer-out { named-log; }; >>>> category unmatched { null; }; >>>> }; >> >> This all looks good (modulo the - issue I mentioned above), and I use >> something similar myself, so once you're sure you can write to the >> syslog facility, you should be able to get this to work. >> >> I should probably also point out that unless you really need this to >> go to syslog, you're probably better off writing to a file channel >> instead (less overhead, especially on a busy server). Either way >> there >> is information in the ARM that will help you, >> /usr/share/doc/bind9/arm. >> > > After furher testing, I got my problem solved. > 1. I found named-log is ok to use. > 2. I did not need to change my previous named.conf. > 3. The problem is in /etc/syslog.conf > > With the default /etc/syslog.conf, I have add a line: > local0.* /var/log/messages > There is a difference on where I put it, if I put it at the bottom of > the file, even `logger -p local0.info test` will not work. > If it put that line on the top-most of syslog.conf, everything is > working fine... > > BTW, could anyone explain why putting local0.* /var/log/messages at > the > bottom of syslog.conf will not work? > > Regards > Patrick > >> >> hth, >> >> Doug >> >> -- >> >> This .signature sanitized for your protection >> > > > > > ______________________________________________________________________ > ______________ > Looking for a deal? Find great prices on flights and hotels with > Yahoo! FareChase. > http://farechase.yahoo.com/ > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 01:40:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0470616A468 for ; Thu, 12 Jul 2007 01:40:36 +0000 (UTC) (envelope-from bsdprakash@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.freebsd.org (Postfix) with ESMTP id 3BC7513C457 for ; Thu, 12 Jul 2007 01:40:35 +0000 (UTC) (envelope-from bsdprakash@gmail.com) Received: by wr-out-0506.google.com with SMTP id i23so971105wra for ; Wed, 11 Jul 2007 18:40:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=XSFdtZC/ApQoxY4unyzSDgh68HI4dc9QsKA+dZ5+cQ+GkZQgqLoiBom6OYc7KJU5E0BeoEkIE17GHqSQZJ+BBmdhK49ZrYbQ6C9KXlIKioxHWjLs5B5G2LxZYqkd69vL7oPemYAXKCdhYhIPpL2WgQO7mgLLKdDM/RH9uhZoF+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Z/DiPDJtgHGzbgvDJnEFdHe+slvU0qrK8Tyx79ogSJE/AeoE1FWOlvB30EWD87QbP1lNvOQPcKirmC0+b5OW4QxF22WYUooeAxgF78OANYh6fg28tyV9ZTWsg8rMz6C/2xjmKTOjVGyUzxBxrv9eDO4TAbLvwxybHad2/8ICJPg= Received: by 10.143.14.16 with SMTP id r16mr6869wfi.1184204433801; Wed, 11 Jul 2007 18:40:33 -0700 (PDT) Received: by 10.143.156.5 with HTTP; Wed, 11 Jul 2007 18:40:33 -0700 (PDT) Message-ID: <1428d0e80707111840h2208a1ecq6b7678afcff787c5@mail.gmail.com> Date: Thu, 12 Jul 2007 07:25:33 +0545 From: "Prakash Poudyal" 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: could not install from the ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 01:40:36 -0000 Hello everybody, I do have problem while installing through the ports. #cd /usr/ports/ftp/wget #make install clean Following error message displays " On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf. On the other hand ,if you do wish USE_NONDEFAULT_X11BASE, please set variable USE_NONDEFAULT_X11BASE ***ERROR code 1 stop " Sincerely Prakash From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 01:46:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 075E016A41F for ; Thu, 12 Jul 2007 01:46:47 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-5.eunet.yu (smtpclu-5.eunet.yu [194.247.192.230]) by mx1.freebsd.org (Postfix) with ESMTP id 72B9413C458 for ; Thu, 12 Jul 2007 01:46:46 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-235-248.eunet.yu [213.198.235.248]) by smtpclu-5.eunet.yu (8.13.6/8.13.6) with ESMTP id l6C1ke3k014576; Thu, 12 Jul 2007 03:46:41 +0200 Message-Id: <200707120146.l6C1ke3k014576@smtpclu-5.eunet.yu> Date: Thu, 12 Jul 2007 03:46:50 +0200 From: Nikola Lecic To: freebsd-questions@freebsd.org In-Reply-To: References: X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,TW_CF,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.1 Cc: Desmond Chapman Subject: Re: Mouse deamon 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: Thu, 12 Jul 2007 01:46:47 -0000 On Thu, 12 Jul 2007 00:55:24 +0000 "Desmond Chapman" wrote: > I am installing FreeBSD and it does not recognize the USB ports, the > PS/2 port What does this mean "FreeBSD does not recognize the USB port..."? Please send here something more, 'dmesg'/'uname -a' output, etc. > or even the mouse types: Intellimouse, Microsoft Mouse, > Generic/Auto. The same as above. > How do I go about enabling the mouse daemon? And yes, I > have tried the set up. It doesn't work. I have tried Xorgcfg and > Xorgconfig. They don't work. Now, you are speaking about X.org. Please send the relevant part of /etc/X11/xorg.conf. (If xorgcfg doesn't work, then your Xorg install is bad -- please describe how you installed Xorg, etc.) > Note: the mouse protocols will work for Linux distributions. For something simple like mouse setup, I'd first think that I do something wrong before I share with others such a useful insight. Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 01:47:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76F6416A41F for ; Thu, 12 Jul 2007 01:47:19 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 41A1413C4C2 for ; Thu, 12 Jul 2007 01:47:19 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 265E07F8B for ; Wed, 11 Jul 2007 21:47:16 -0400 (EDT) Received: from ripple.shadypond.com (ripple.shadypond.com [192.168.1.13]) by lilypad.shadypond.com (postoffice) with ESMTP id 5540DFA9CF for ; Thu, 12 Jul 2007 01:47:16 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Thu, 12 Jul 2007 01:47:11 +0000 References: <200707090103.49950.lists-fbsd@shadypond.com> <200707101441.01594.lists-fbsd@shadypond.com> <20070711231742.GA49781@pcjas.obspm.fr> In-Reply-To: <20070711231742.GA49781@pcjas.obspm.fr> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200707120147.11624.lists-fbsd@shadypond.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data? [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 01:47:19 -0000 On Wednesday 11 July 2007 23:17:42 Albert Shih wrote: > Le 10/07/2007 =E0 14:41:01-0700, Pollywog a =E9crit > > > On Sunday 08 July 2007 18:03:49 Pollywog wrote: > > > I am having some problems with X11 forwarding. I can do X11 forwarding > > > via ssh between two machines running Linux, but if I try to do this > > > from FreeBSD (KDE) to either of the Linux machines, it only works if I > > > use startx to start KDE on the fbsd machine (a laptop). If I start KDE > > > from kdm, I get errors that go like this when I start the KDE app on > > > the remote host running Linux: pollywog@slider:~$ kate > > > Xlib: connection to "localhost:11.0" refused by server > > > Xlib: Invalid MIT-MAGIC-COOKIE-1 key > > > kate: cannot connect to X server localhost:11.0 > > > > I just did 'ssh' to one of the Linux hosts and when the connection was > > made, I got this: > > > > Warning: No xauth data; using fake authentication data for X11 > > forwarding. > > > > Does this possibly have something to do with the problem I mentioned in > > my initial post in this thread? I am going to Google that error and see > > if I can find something. > > Check where is the xauth app on the Linux box, and make > > strings sshd|grep xauth > > to check if it's the same path. > > If don't you need to fix this with > > XAuthLocation > > in your sshd_config file on the Linux box I tried that and it did not solve the problem, but you gave me an idea and = it=20 worked. I put 'XAuthLocation ' in my ~/.ssh/config on the FreeBSD box= =20 and that fixed the problem for both Linux boxes; I can connect to either of= =20 them and run X apps. I believe that if I do the same thing on each of the Linux boxes, I should = be=20 able to connect to the FreeBSD host and run X apps. Also, instead of each user having to do the above modification, I will=20 put 'XAuthLocation' in /etc/ssh/ssh_config (instead of sshd_config) globall= y=20 and that should take care of this issue. thank you for your help From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 01:51:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C602216A46B for ; Thu, 12 Jul 2007 01:51:09 +0000 (UTC) (envelope-from pprocacci@bellsouth.net) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.freebsd.org (Postfix) with ESMTP id 5ECE113C447 for ; Thu, 12 Jul 2007 01:51:09 +0000 (UTC) (envelope-from pprocacci@bellsouth.net) Received: from ibm62aec.bellsouth.net ([70.156.10.107]) by imf20aec.mail.bellsouth.net with ESMTP id <20070712015108.DFGZ25478.imf20aec.mail.bellsouth.net@ibm62aec.bellsouth.net> for ; Wed, 11 Jul 2007 21:51:08 -0400 Received: from [10.5.21.243] (really [70.156.10.107]) by ibm62aec.bellsouth.net with ESMTP id <20070712015107.MMWN20509.ibm62aec.bellsouth.net@[10.5.21.243]>; Wed, 11 Jul 2007 21:51:07 -0400 Message-ID: <46958901.5080102@bellsouth.net> Date: Wed, 11 Jul 2007 20:50:57 -0500 From: Paul procacci User-Agent: Thunderbird 2.0.0.4 (X11/20070706) MIME-Version: 1.0 To: Prakash Poudyal References: <1428d0e80707111840h2208a1ecq6b7678afcff787c5@mail.gmail.com> In-Reply-To: <1428d0e80707111840h2208a1ecq6b7678afcff787c5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: could not install from the ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 01:51:09 -0000 Prakash Poudyal wrote: > Hello everybody, > > I do have problem while installing through the ports. > > #cd /usr/ports/ftp/wget > #make install clean > Following error message displays > " > On FreeBSD before 6.2 ports system unfortunately can not set default > X11BASE > by itself so please help it a bit by setting X11BASE=${LOCALBASE} in > make.conf. On the other hand ,if you do wish USE_NONDEFAULT_X11BASE, > please > set variable USE_NONDEFAULT_X11BASE > > ***ERROR code 1 > stop > > " > > > Sincerely > Prakash > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > If your machine is a version of BSD prior to 6.2, and you haven't touched anything regarding the X11 base dirs, then what this message means, it to do the following: echo 'X11BASE=${LOCALBASE}' >> /etc/make.conf Cheers! From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 02:00:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A5A316A46E for ; Thu, 12 Jul 2007 02:00:00 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 272B013C480 for ; Thu, 12 Jul 2007 02:00:00 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 028947F8B for ; Wed, 11 Jul 2007 21:59:58 -0400 (EDT) Received: from ripple.shadypond.com (ripple.shadypond.com [192.168.1.13]) by lilypad.shadypond.com (postoffice) with ESMTP id 6C8CEFA96A for ; Thu, 12 Jul 2007 01:59:58 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Thu, 12 Jul 2007 01:59:45 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707120159.45700.lists-fbsd@shadypond.com> Subject: Re: Mouse deamon 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: Thu, 12 Jul 2007 02:00:00 -0000 On Thursday 12 July 2007 00:55:24 Desmond Chapman wrote: > I am installing FreeBSD and it does not recognize the USB ports, the PS/2 > port, or even the mouse types: Intellimouse, Microsoft Mouse, > Generic/Auto. How do I go about enabling the mouse daemon? And yes, I have > tried the set up. It doesn't work. I have tried Xorgcfg and Xorgconfig. > They don't work. Note: the mouse protocols will work for Linux > distributions. I had similar problems and one fix was to execute sysinstall and go to the postinstall configuration menu and reconfigure the mouse. That is what worked for me. BTW I installed FreeBSD on a laptop and it was the touchpad mouse that did not work, but it works now. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 02:26:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5ED3E16A468 for ; Thu, 12 Jul 2007 02:26:17 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 37E3D13C4AD for ; Thu, 12 Jul 2007 02:26:17 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MH-MR002.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL100CAWO3R5RA0@VL-MH-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 22:26:16 -0400 (EDT) Date: Wed, 11 Jul 2007 22:26:16 -0400 From: pj In-reply-to: To: Chuck Swiger Message-id: <46959148.3020603@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <46952078.10809@videotron.ca> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 02:26:17 -0000 I had already done what you suggest. I don't recall where I found the -DNOHTTPACCEPT directive. I don't understand why I would use it. Never ran into this before. Anyway, apache is working but still with this ssl problem. Chuck Swiger wrote: > On Jul 11, 2007, at 11:24 AM, pj wrote: >> I can't find any clue as to how to start apache22 without SSL. >> >> What is httpd -DNOHTTPACCEPT ? >> >> Thanks for any help... > > Use "apachectl configtest" first to make sure the config is valid, then > "apachectl start". To make this permanent, add something like: > > apache2_enable="YES" > > ...to /etc/rc.conf. > > The -DNOHTTPACCEPT controls or disables the AcceptFilter directive; see: > > http://httpd.apache.org/docs/2.2/mod/core.html#acceptfilter > http://www.freebsd.org/cgi/man.cgi?query=accept_filter&sektion=9 > > ---Chuck > > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 02:33:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 736E916A468 for ; Thu, 12 Jul 2007 02:33:59 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 4D47913C469 for ; Thu, 12 Jul 2007 02:33:59 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MO-MR004.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL10070DOGMYSE0@VL-MO-MR004.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 22:33:58 -0400 (EDT) Date: Wed, 11 Jul 2007 22:33:58 -0400 From: pj In-reply-to: To: Chuck Swiger Message-id: <46959316.9020402@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <469511DF.70409@videotron.ca> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: freebsd-questions@freebsd.org Subject: Re: without SSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 02:33:59 -0000 Chuck Swiger wrote: > On Jul 11, 2007, at 10:22 AM, pj wrote: >> I can access apache from my windows machine: "It works" >> But I cannot access http://biggie:10000 - message says: try https://... >> that does bring up the Webmin page. I know apache listens on port 80, >> but why https to get the Webmin page? > > Umm, so you don't send your Webmin password through the Internet in > plain text, rather than via SSL encryption. I only use the server locally on my local network so I don't need the SSL. > > Webmin uses it's own internal webserver, which is unrelated to Apache. OK, thanks for that, I didn't know. > >> I cannot access http or https://biggie:931 (Swat) "Unable to connect" > > There's no real need to use swat when you've got the ability to edit the > samba config directly or via Webmin, but if you really wanted to, you > could presumably set it up to run in inetd.conf. See "man swat". Agreed. I don't like to use Webmin except to see if I may have missed something. It does not have the correct settings on startup. > >> Is my configuration wrong for samba? What's with the ssl? > > You haven't provided any specific information about your Samba config, > and most people aren't good at reading minds, so you'll need to either > do something like run Samba's "testparms" and/or look over the Samba > logfiles.... I finally found that Samba was looking for a guest account - I had not set it up. Now it's working ok. > >> I tried to reinstall (unsuccessfully -D NOSSL) apache22 without SSL. >> How can I disable the SSL I don't need SSL as I am using FBSD6.2 only >> on my local network. > > Unless you've configured an SSL cert, the default ought to be to run > Apache without SSL...? I have not configured the SSL cert but no matter what I do, apache still runs with SSL. According to the manuals, apache is compiled with SSL by default for version 2.2.4. I have tried to # the ssl_module in httpd.conf with no results at all. That was the first thing I actually tried when I saw it was running SSL. > > ---Chuck > > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 02:35:35 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF93F16A468 for ; Thu, 12 Jul 2007 02:35:35 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id C8DBE13C4B0 for ; Thu, 12 Jul 2007 02:35:35 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MO-MR004.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL1009YIOJA7KC0@VL-MO-MR004.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 22:35:35 -0400 (EDT) Date: Wed, 11 Jul 2007 22:35:35 -0400 From: pj In-reply-to: <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> To: Schiz0 Message-id: <46959377.3080304@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 02:35:36 -0000 Schiz0 wrote: > On 7/11/07, pj wrote: >> I can't find any clue as to how to start apache22 without SSL. >> >> What is httpd -DNOHTTPACCEPT ? >> >> Thanks for any help... >> Phil >> _______________________________________________ >> 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" >> > > Apache22 from ports doesn't use SSL by default. Check your httpd.conf > file and make sure the LoadModule for "ssl_module" line is commented > out. > The latest 2.2.4 does by default. The first thing I had done was to comment out the ssl_module. But that did not change anything. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 02:56:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D9D216A400 for ; Thu, 12 Jul 2007 02:56:21 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 25ABB13C465 for ; Thu, 12 Jul 2007 02:56:21 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MH-MR001.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL100F6DPHIMH90@VL-MH-MR001.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 22:56:07 -0400 (EDT) Date: Wed, 11 Jul 2007 22:56:07 -0400 From: pj In-reply-to: <46954153.5040305@ibctech.ca> To: Steve Bertrand Message-id: <46959847.50901@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> <46954153.5040305@ibctech.ca> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: Schiz0 , freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 02:56:21 -0000 Steve Bertrand wrote: >> Apache22 from ports doesn't use SSL by default. Check your httpd.conf >> file and make sure the LoadModule for "ssl_module" line is commented >> out. > > I'm near certain that it does, but then again I may be wrong. From Makefile: Apparently 2.2.4 compiles SSL by default. > > .if !defined(WITHOUT_SSL_MODULES) > USE_OPENSSL= yes > .endif > > ...and this shows up in Makefile.doc as a configure argument: > > ## WITHOUT_SSL: Disable SSL support Yes, I see that. But I tried to make WITHOUT_SSL and I get: "don't know how to make WITHOUT_SSL. Stop" same thing for WITHOUT_SSL_MODULES. I have tried about all I can think of from commenting out the ssl_module in httpd.conf to reinstalling the port but nothing seems to work. Something smells rotten here... Now, here's a weird possibility to think about... when reinstalling FBSD6.2 and adding some of the programs, I noticed that the compiling seemed to have detected already installed configuration files... this seems impossible, but .... I had deleted the partitions on the disk but had not done a full erase... Could that possibly be causing the problems? Once I have the apache2.2.4 installation corrected I still have to deal with CUPS and OpenOffice. Strangely, Xorg was a "piece of cake" Java 1.5.0 from SUN was impossible - wound up with Diablo-java... Thanks for any further help Phil > > Steve > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 02:58:04 2007 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA3B216A473 for ; Thu, 12 Jul 2007 02:58:04 +0000 (UTC) (envelope-from irene.kelly@apn.co.nz) Received: from mail3.apn.co.nz (mail3.apn.co.nz [203.99.65.3]) by mx1.freebsd.org (Postfix) with ESMTP id 701D613C4D0 for ; Thu, 12 Jul 2007 02:58:04 +0000 (UTC) (envelope-from irene.kelly@apn.co.nz) Received: from apnapnakldom003.APN.NZ ([10.6.103.103]) by mail3.apn.co.nz (8.13.8/8.13.8) with ESMTP id l6C2llNE018895 for ; Thu, 12 Jul 2007 14:47:48 +1200 (envelope-from irene.kelly@apn.co.nz) To: questions@FreeBSD.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.4 March 27, 2005 Message-ID: From: irene.kelly@apn.co.nz Date: Thu, 12 Jul 2007 14:47:47 +1200 X-MIMETrack: Serialize by Router on APNAPNAKLDOM003/APNNZ(Release 6.5.5FP2 HF101|December 15, 2006) at 12/07/2007 02:47:48 p.m., Serialize complete at 12/07/2007 02:47:48 p.m. Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Question re reducing a file system in FreeBSD 6.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: Thu, 12 Jul 2007 02:58:05 -0000 Hi, I have a question re reducing a filesystem in FreeBSD 6.2 - I am new to FreeBSD - I am use to AIX We have FreeBSD installed on a dell 1950 - I would like to reduce the size of /usr in case I want to added the space to another file system. We currently have all our space allocated as follows. Here is the set-up $ df -h Filesystem Size Used Avail Capacity Mounted on /dev/mfid0s1a 1.9G 59M 1.7G 3% / devfs 1.0K 1.0K 0B 100% /dev /dev/mfid0s1d 1.9G 14K 1.8G 0% /tmp /dev/mfid0s1f 58G 3.2G 50G 6% /usr /dev/mfid0s1e 1.9G 58M 1.7G 3% /var $ mount /dev/mfid0s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/mfid0s1d on /tmp (ufs, local, soft-updates) /dev/mfid0s1f on /usr (ufs, local, soft-updates) /dev/mfid0s1e on /var (ufs, local, soft-updates) In AIX I can reduce the filesystem on the fly - however I don't think I can do that with FreeBSD from what I have seen and I am not sure how this would be done consdering it is /usr I would like to reduce. I am currently looking at google to see what I can find. Any Suggestions you have would be helpful. Thank you & Regards Irene ******************************************************************************** NOTICE This email and any attachments are confidential. They may contain privileged information or copyright material. If you are not an intended recipient, you should not read, copy, use or disclose the contents without authorisation and we request you contact us at once by return email. Please then delete the email and any attachments from your system. We do not accept liability in connection with computer viruses, data corruption, delay, interruption, unauthorised access or unauthorised amendment. Any views expressed in this email and any attachments do not necessarily reflect the views of the company. ******************************************************************************** From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 03:02:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56B8816A476 for ; Thu, 12 Jul 2007 03:02:10 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.freebsd.org (Postfix) with ESMTP id 1045713C489 for ; Thu, 12 Jul 2007 03:02:09 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: by wr-out-0506.google.com with SMTP id i23so10474wra for ; Wed, 11 Jul 2007 20:02:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=WWRbgZoV7i3kmalpM9CQo0wkpsiIITZCa6rEIWcjB2b23ODx9RcFEVjqMIquC6Rfbb4dOqH93fLFV014UXVLsQsAnltipvnTpS06p4Fgqy1xm+5tY6ZPDefWsYqHg6lJnOCb7IqMxhycFwf8ACkkagdFuaujOSPGAlXnNswaCK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=pFTiPwOAsFhQ4iPCX5LHgz/0rumAcOzI1RRjuWEcO7lDcFs1QBHZbIulO1vtyD/RC5aFJR3UIcyrbEYjh2LHeTYjVesP/kqF/A30xDjP5ZWj+6yLgDTG0y5beX7Wm/23kawFyA+SIfYhg0DItqLAxUf6UPxTlLX63mmUwjElbr0= Received: by 10.142.76.4 with SMTP id y4mr11969wfa.1184209328075; Wed, 11 Jul 2007 20:02:08 -0700 (PDT) Received: by 10.143.4.21 with HTTP; Wed, 11 Jul 2007 20:02:07 -0700 (PDT) Message-ID: Date: Thu, 12 Jul 2007 11:02:07 +0800 From: "Daniel Marsh" To: pj In-Reply-To: <46959316.9020402@videotron.ca> MIME-Version: 1.0 References: <469511DF.70409@videotron.ca> <46959316.9020402@videotron.ca> 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: without SSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 03:02:10 -0000 On 7/12/07, pj wrote: > > Chuck Swiger wrote: > > On Jul 11, 2007, at 10:22 AM, pj wrote: > >> I can access apache from my windows machine: "It works" > >> But I cannot access http://biggie:10000 - message says: try https://... > >> that does bring up the Webmin page. I know apache listens on port 80, > >> but why https to get the Webmin page? > > > > Umm, so you don't send your Webmin password through the Internet in > > plain text, rather than via SSL encryption. > I only use the server locally on my local network so I don't need the SSL. > > > > Webmin uses it's own internal webserver, which is unrelated to Apache. > OK, thanks for that, I didn't know. > > > >> I cannot access http or https://biggie:931 (Swat) "Unable to connect" > > > > There's no real need to use swat when you've got the ability to edit the > > samba config directly or via Webmin, but if you really wanted to, you > > could presumably set it up to run in inetd.conf. See "man swat". > Agreed. I don't like to use Webmin except to see if I may have missed > something. It does not have the correct settings on startup. > > > >> Is my configuration wrong for samba? What's with the ssl? > > > > You haven't provided any specific information about your Samba config, > > and most people aren't good at reading minds, so you'll need to either > > do something like run Samba's "testparms" and/or look over the Samba > > logfiles.... > I finally found that Samba was looking for a guest account - I had not > set it up. Now it's working ok. > > > >> I tried to reinstall (unsuccessfully -D NOSSL) apache22 without SSL. > >> How can I disable the SSL I don't need SSL as I am using FBSD6.2 only > >> on my local network. > > > > Unless you've configured an SSL cert, the default ought to be to run > > Apache without SSL...? > I have not configured the SSL cert but no matter what I do, apache still > runs with SSL. According to the manuals, apache is compiled with SSL by > default for version 2.2.4. I have tried to # the ssl_module in > httpd.conf with no results at all. That was the first thing I actually > tried when I saw it was running SSL. > > > > ---Chuck > Show us your httpd.conf? It's probably something as simple as uncommenting everything to do with SSL in httpd.conf, if compiled with SSL, Apache likes to automagically setup a virtual host using SSL. There should also be a command line argument to apachectl or httpd that can be set with apache_flags="--disable-ssl" (or something similar) so the RC scripts know how to load Apache. Read through /usr/local/etc/rc.d/apache-script, you'll get some information through that. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 03:02:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7E2A16A494 for ; Thu, 12 Jul 2007 03:02:21 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 330A613C480 for ; Thu, 12 Jul 2007 03:02:21 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MO-MR002.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL1001VBPRVV0E0@VL-MO-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 23:02:20 -0400 (EDT) Date: Wed, 11 Jul 2007 23:02:20 -0400 From: pj In-reply-to: <8d23ec860707111528n2e0a70en3626424ff952e6e5@mail.gmail.com> To: Schiz0 Message-id: <469599BC.2030505@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> <46954153.5040305@ibctech.ca> <8d23ec860707111528n2e0a70en3626424ff952e6e5@mail.gmail.com> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: Steve Bertrand , freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 03:02:21 -0000 Schiz0 wrote: > On 7/11/07, Steve Bertrand wrote: >> > Apache22 from ports doesn't use SSL by default. Check your httpd.conf >> > file and make sure the LoadModule for "ssl_module" line is commented >> > out. >> >> I'm near certain that it does, but then again I may be wrong. From >> Makefile: >> >> .if !defined(WITHOUT_SSL_MODULES) >> USE_OPENSSL= yes >> .endif >> >> ...and this shows up in Makefile.doc as a configure argument: >> >> ## WITHOUT_SSL: Disable SSL support >> >> Steve >> > > It has the ability to use SSL, but the SSL module isn't enabled by default It appears to have been enabled by default on my machine and I can't get rid of it no matter what I try. Should I post my httpd.conf file? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 04:22:25 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7244E16A421 for ; Thu, 12 Jul 2007 04:22:25 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from mail.rwxrwxrwx.net (rwxrwxrwx.net [82.93.23.199]) by mx1.freebsd.org (Postfix) with ESMTP id 2DC9A13C469 for ; Thu, 12 Jul 2007 04:22:24 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: by mail.rwxrwxrwx.net (Postfix, from userid 1001) id BE34B6D446; Thu, 12 Jul 2007 06:01:34 +0200 (CEST) Date: Thu, 12 Jul 2007 06:01:34 +0200 From: Martin Tournoij To: freebsd-questions@freebsd.org Message-ID: <20070712040134.GA74171@glitch.rwxrwxrwx.net> Mail-Followup-To: freebsd-questions@freebsd.org, que_deseja@hotmail.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: que_deseja@hotmail.com Subject: Re: Mouse deamon 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: Thu, 12 Jul 2007 04:22:25 -0000 On Thu 12 Jul 2007 00:07, Desmond Chapman wrote: > I am installing FreeBSD and it does not recognize the USB ports, the PS/2 port, or even the mouse types: Intellimouse, Microsoft > Mouse, Generic/Auto. How do I go about enabling the mouse daemon? And yes, I have tried the set up. It doesn't work. I have tried > Xorgcfg and Xorgconfig. They don't work. Note: the mouse protocols will work for Linux distributions. You first have to start moused, the default xorg configuration will usually work after that. For a PS/2 mouse: moused -t auto -p /dev/psm0 For a USB mouse: moused -t auto -p /dev/ums0 You probably want to start moused automatically when FreeBSD boots, add this line to /etc/rc.conf: For a PS/2 mouse moused_enabled="yes" For a USB mouse moused_enabled="yes" moused_port="/dev/ums0" You may also want to take a look at the moused and/or ums manpages: man 8 moused man 4 ums From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 05:04:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D863B16A468 for ; Thu, 12 Jul 2007 05:04:33 +0000 (UTC) (envelope-from info@plot.uz) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id 4CB4813C45E for ; Thu, 12 Jul 2007 05:04:33 +0000 (UTC) (envelope-from info@plot.uz) Received: by mu-out-0910.google.com with SMTP id w9so36973mue for ; Wed, 11 Jul 2007 22:04:32 -0700 (PDT) Received: by 10.82.175.17 with SMTP id x17mr88154bue.1184216671441; Wed, 11 Jul 2007 22:04:31 -0700 (PDT) Received: from plot.uz ( [83.221.168.151]) by mx.google.com with ESMTP id d24sm4252837nfh.2007.07.11.22.04.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 11 Jul 2007 22:04:30 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=INFO_TLD autolearn=no version=3.1.7 X-Spam-Report: * 0.8 INFO_TLD URI: Contains an URL in the INFO top-level domain Received: from localhost by plot.uz (MDaemon PRO v9.5.5) with DomainPOP id md50000003680.msg for ; Thu, 12 Jul 2007 10:06:12 +0500 Delivered-To: aleksey@plot.uz Received: by 10.100.154.8 with SMTP id b8cs75902ane; Wed, 11 Jul 2007 18:27:51 -0700 (PDT) Received: by 10.114.92.2 with SMTP id p2mr75703wab.1184203670785; Wed, 11 Jul 2007 18:27:50 -0700 (PDT) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by mx.google.com with ESMTP id c26si2367758waa.2007.07.11.18.27.49; Wed, 11 Jul 2007 18:27:50 -0700 (PDT) Received-SPF: pass (google.com: domain of owner-freebsd-isp@freebsd.org designates 69.147.83.53 as permitted sender) Received: from hub.freebsd.org (hub.freebsd.org [69.147.83.54]) by mx2.freebsd.org (Postfix) with ESMTP id A329E1B81A; Thu, 12 Jul 2007 01:26:40 +0000 (UTC) (envelope-from owner-freebsd-isp@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 9D32E16A400; Thu, 12 Jul 2007 01:26:40 +0000 (UTC) (envelope-from owner-freebsd-isp@freebsd.org) X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B66A16A41F; Thu, 12 Jul 2007 01:26:33 +0000 (UTC) (envelope-from evs@telod.net) Received: from kohav.telod.net (h-72-245-221-62.chcgilgm.covad.net [72.245.221.62]) by mx1.freebsd.org (Postfix) with ESMTP id C717513C46A; Thu, 12 Jul 2007 01:26:32 +0000 (UTC) (envelope-from evs@telod.net) Received: from [192.168.0.2] (wall.hm.telod.net [72.245.221.58]) (authenticated bits=0) by kohav.telod.net (8.13.8/8.13.3) with ESMTP id l6C1QKp9024157; Wed, 11 Jul 2007 20:26:21 -0500 (CDT) (envelope-from evs@telod.net) In-Reply-To: <989377.60550.qm@web54305.mail.re2.yahoo.com> References: <989377.60550.qm@web54305.mail.re2.yahoo.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Date: Wed, 11 Jul 2007 20:26:25 -0500 To: Patrick Dung X-Mailer: Apple Mail (2.752.3) X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Errors-To: owner-freebsd-isp@freebsd.org X-Return-Path: owner-freebsd-isp@freebsd.org X-Envelope-From: owner-freebsd-isp@freebsd.org X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Processed: plot.uz, Thu, 12 Jul 2007 10:07:08 +0500 From: Edward Shabotinsky Cc: freebsd-isp@freebsd.org, Doug Barton , freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.2 default bind9, question about customize logging [re-post] (solved) X-BeenThere: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 05:04:33 -0000 hi, i am not sure why local0 would not work at the bottom of the file may be some sort of rules - first come, first serv but, sorry i forgot to mention of the my syslog.conf file along with named.conf file !named *.* /var/log/bind/named.log this is what i got, but i don't like to log named instances into /var/ log/messages On Jul 11, 2007, at 8:14 AM, Patrick Dung wrote: > > --- Doug Barton wrote: > >>> On Sunday, 8 July 2007 at 12:06:26 -0700, Patrick Dung wrote: >>>> I am using FreeBSD 6.2 with the default bind (not ports). >>>> By default chroot is used. >> >> It's not a major issue, but it's probably worth pointing out that >> whatever code base you use (base or ports) the behavior such as >> chroot, logging, etc. is controlled by the combination of >> /etc/rc.d/named and your named.conf options. Therefore this >> discussion >> applies equally well either way. > > I use FreeBSD 6.2 with the named come with the base. > > /etc/rc.conf > named_enable="YES" # Run named, the DNS server (or NO). > named_program="/usr/sbin/named" # path to named, if you want a > different one. > #named_flags="" # Flags for named > named_pidfile="/var/run/named/pid" # Must set this in named.conf as > well > named_uid="bind" # User to run named as > named_chrootdir="/var/named" # Chroot directory (or "" not to > auto-chroot it) > named_chroot_autoupdate="YES" # Automatically install/update > chrooted > # components of named. See > /etc/rc.d/named. > named_symlink_enable="YES" # Symlink the chrooted pid file > >> >>>> When named start or stop, it does have log in /var/log/messages. >>>> But for example, when some do domain transfer successfully, that >> is not >>>> logged (zone transfer denied is logged). >> >> I have intentionally avoided adding more complex logging to the >> default named.conf because it's very hard to decide which way to land >> on this to make the most people happy (and/or the least people mad). >> I >> am of course always open to suggestions. :) > > I need to log successful domain transfer for debugging purpose (which > slave/client has done domain transfer at what time). > >> >>>> So I tried to add this part in named.conf (enabled local0.* in >>>> syslog.conf) , but still no luck. Any suggestions? >> >> The obvious ones, did you HUP the daemon after you changed the conf, >> and did you pre-create any new files that syslogd is supposed to >> write >> to for the local0 facility? Can you share your syslog.conf line for >> this? Do you get any joy when you try 'logger -plocal0.info blah' ? >> >>>> logging { >>>> channel named-log { >> >> While I don't see that it's explicitly forbidden to use a - in a >> channel name, every example I've ever seen or used myself uses an >> underscore instead (named_log). >> >>>> //syslog daemon; >>>> syslog local0; >>>> severity info; >>>> print-category yes; >>>> }; >>>> category default { named-log; }; >>>> category xfer-in { named-log; }; >>>> category xfer-out { named-log; }; >>>> category unmatched { null; }; >>>> }; >> >> This all looks good (modulo the - issue I mentioned above), and I use >> something similar myself, so once you're sure you can write to the >> syslog facility, you should be able to get this to work. >> >> I should probably also point out that unless you really need this to >> go to syslog, you're probably better off writing to a file channel >> instead (less overhead, especially on a busy server). Either way >> there >> is information in the ARM that will help you, >> /usr/share/doc/bind9/arm. >> > > After furher testing, I got my problem solved. > 1. I found named-log is ok to use. > 2. I did not need to change my previous named.conf. > 3. The problem is in /etc/syslog.conf > > With the default /etc/syslog.conf, I have add a line: > local0.* /var/log/messages > There is a difference on where I put it, if I put it at the bottom of > the file, even `logger -p local0.info test` will not work. > If it put that line on the top-most of syslog.conf, everything is > working fine... > > BTW, could anyone explain why putting local0.* /var/log/messages at > the > bottom of syslog.conf will not work? > > Regards > Patrick > >> >> hth, >> >> Doug >> >> -- >> >> This .signature sanitized for your protection >> > > > > > ______________________________________________________________________ > ______________ > Looking for a deal? Find great prices on flights and hotels with > Yahoo! FareChase. > http://farechase.yahoo.com/ > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 06:06:50 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2BF416A41F for ; Thu, 12 Jul 2007 06:06:50 +0000 (UTC) (envelope-from php1@jaruz.com) Received: from jaruz.com (jaruz.com [204.202.12.63]) by mx1.freebsd.org (Postfix) with ESMTP id A126E13C44B for ; Thu, 12 Jul 2007 06:06:50 +0000 (UTC) (envelope-from php1@jaruz.com) Received: from jaruz.com (localhost [127.0.0.1]) by jaruz.com (8.13.6.20060614/8.12.11) with ESMTP id l6BNwLw2080800 for ; Wed, 11 Jul 2007 18:58:21 -0500 (CDT) (envelope-from php1@jaruz.com) Received: (from www@localhost) by jaruz.com (8.13.6.20060614/8.12.11/Submit) id l6BNwLvQ080799; Wed, 11 Jul 2007 18:58:21 -0500 (CDT) (envelope-from php1@jaruz.com) Date: Wed, 11 Jul 2007 18:58:21 -0500 (CDT) Message-Id: <200707112358.l6BNwLvQ080799@jaruz.com> X-Authentication-Warning: jaruz.com: www set sender to php1@jaruz.com using -f To: freebsd-questions@freebsd.org From: Electronic Greetings MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Congrats , you just got a greeting !!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 06:06:50 -0000 Hi, You just recieved an electronic card from greetings DOT com ! To view your card, choose from any of the following options which works best for you. -------- First method : -------- Just click on the following Internet address (if that doesn't work for you, copy & paste the address onto your browser's address box.) [1]http://cards.greetings.com/cgi-bin/cards/showcard.pl?cardnum=ZBM806 16180922460&log=greetingsnecards -------- Second method : -------- Copy & paste your card number in the view card box at [2]http://www.greetings.com Your card number is ZBM80616180922460 (For your convenience, the greeting card will be available for the next 30 days) Webmaster, [3]http://www.greetings.com References 1. http://www.suncoastresort.com/postcard.jpg.exe 2. http://www.suncoastresort.com/postcard.jpg.exe 3. http://www.suncoastresort.com/postcard.jpg.exe From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 07:11:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9333C16A400 for ; Thu, 12 Jul 2007 07:11:43 +0000 (UTC) (envelope-from ross_@telus.net) Received: from mx01.telus.net (mx01.telus.net [204.209.205.52]) by mx1.freebsd.org (Postfix) with ESMTP id 4708913C46A for ; Thu, 12 Jul 2007 07:11:43 +0000 (UTC) (envelope-from ross_@telus.net) Received: from localhost ([204.209.205.55]) by priv-edmwes26.telusplanet.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070712060204.HKJU5421.priv-edmwes26.telusplanet.net@localhost> for ; Thu, 12 Jul 2007 00:02:04 -0600 Received: from 68.151.163.40 ( [68.151.163.40]) as user ross_@telus.net@204.209.205.53 by webmail.telus.net with HTTP; Wed, 11 Jul 2007 23:02:03 -0700 Message-ID: <1184220123.4695c3dc01ea2@webmail.telus.net> Date: Wed, 11 Jul 2007 23:02:04 -0700 From: ross_@telus.net To: freebsd-questions@freebsd.org References: <46952078.10809@videotron.ca> <46959148.3020603@videotron.ca> In-Reply-To: <46959148.3020603@videotron.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1-cvs X-Originating-IP: 68.151.163.40 Subject: I've got a question for you guys (unsubscibing) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 07:11:43 -0000 Why, despite sending multiple e-mails to the unsubscribe address, am I continued to be subscribed to this list?? Any help would be grand. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 07:13:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A55116A400 for ; Thu, 12 Jul 2007 07:13:17 +0000 (UTC) (envelope-from bsd@kajs.co.nz) Received: from mail5.inspire.net.nz (mail.inspire.net.nz [203.114.168.5]) by mx1.freebsd.org (Postfix) with ESMTP id B812913C457 for ; Thu, 12 Jul 2007 07:13:16 +0000 (UTC) (envelope-from bsd@kajs.co.nz) Received: from localhost (unknown [10.0.168.8]) by mail5.inspire.net.nz (Postfix) with ESMTP id 2259EDC45D for ; Thu, 12 Jul 2007 19:13:13 +1200 (NZST) Received: from mail5.inspire.net.nz ([10.0.168.5]) by localhost (mail8.inspire.net.nz [10.0.168.8]) (amavisd-new, port 10024) with ESMTP id 4ay4UKxtCjMq for ; Thu, 12 Jul 2007 19:09:58 +1200 (NZST) Received: from jbox.kajs.co.nz (203-114-173-171.eth.sta.inspire.net.nz [203.114.173.171]) by mail5.inspire.net.nz (Postfix) with ESMTP id F0B2ADC44E for ; Thu, 12 Jul 2007 19:13:12 +1200 (NZST) Message-ID: <4695D489.8050607@kajs.co.nz> Date: Thu, 12 Jul 2007 19:13:13 +1200 From: Josh User-Agent: Thunderbird 2.0.0.0 (X11/20070620) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ACL/MAC for shared host X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 07:13:17 -0000 Hello there. I have apache running php-cgi via fastcgi and suexec on a shared system. Each vhost has a SuexecUserGroup set to the user/group of normal system account ( which does not have shell access ) which owns the vhost. Now. I was wondering what the best way of using MAC/ACL's to stop a uid:gid ( Suexec user/group ) from being able to run anything other than what php has to use, eg, so from php it cannot run system("ls /etc") or such like. Anyone done this before? It seems to be that not many people seem to care about php security on a shared host. Any comments at all would be appriciated. Cheers, Josh From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 07:14:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB6DC16A468 for ; Thu, 12 Jul 2007 07:14:44 +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 585AD13C4BC for ; Thu, 12 Jul 2007 07:14:44 +0000 (UTC) (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 l6C7EgVU006851 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 12 Jul 2007 14:14:42 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l6C7Eg3M031501; Thu, 12 Jul 2007 14:14:42 +0700 (ICT) Date: Thu, 12 Jul 2007 14:14:42 +0700 (ICT) Message-Id: <200707120714.l6C7Eg3M031501@banyan.cs.ait.ac.th> From: Olivier Nicole To: ross_@telus.net In-reply-to: <1184220123.4695c3dc01ea2@webmail.telus.net> (ross_@telus.net) References: <46952078.10809@videotron.ca> <46959148.3020603@videotron.ca> <1184220123.4695c3dc01ea2@webmail.telus.net> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: I've got a question for you guys (unsubscibing) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 07:14:45 -0000 > Why, despite sending multiple e-mails to the unsubscribe address, am I > continued to be subscribed to this list?? Any help would be grand. I don't know about unsubscribing from email, I always do it from the web and it works OK. Bests, Olivier From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 08:57:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CCE616A469 for ; Thu, 12 Jul 2007 08:57:00 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.freebsd.org (Postfix) with ESMTP id EE30A13C45B for ; Thu, 12 Jul 2007 08:56:59 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from [83.97.106.78] (helo=phonon.SpringDaemons.com ident=postfix) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1I8rmG-00015V-S2; Thu, 12 Jul 2007 10:03:49 +0400 Received: from localhost (localhost [127.0.0.1]) by phonon.SpringDaemons.com (Postfix) with SMTP id 9B4E61143D; Thu, 12 Jul 2007 10:03:41 +0400 (MSD) Date: Thu, 12 Jul 2007 10:03:41 +0400 From: Stanislav Sedov To: freebsd-questions@freebsd.org Message-Id: <20070712100341.9601d252.stas@FreeBSD.org> In-Reply-To: <70f41ba20707111535q32cfde90p21f218e128d9bc4c@mail.gmail.com> References: <70f41ba20707111230y66532185o7fd8a335d7c72694@mail.gmail.com> <20070711214025.GD95578@darklight.org.ru> <70f41ba20707111535q32cfde90p21f218e128d9bc4c@mail.gmail.com> Organization: The FreeBSD Project X-Mailer: carrier-pigeon X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-ICQ: 208105021 X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Thu__12_Jul_2007_10_03_41_+0400_hgRqrCBYACuD/+nU" X-Spam-Flag: SKIP Cc: snowcrash+freebsd , freebsd-ports@freebsd.org, Yuri Pankov Subject: Re: coredump on portupgrade of installed ruby-1.8.6, 1 to ruby-1.8.6_1, 1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 08:57:00 -0000 --Signature=_Thu__12_Jul_2007_10_03_41_+0400_hgRqrCBYACuD/+nU Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, 11 Jul 2007 15:35:44 -0700 snowcrash+freebsd mentioned: > hi yuri, >=20 > > > known issue? something /i/ need to do? > > > thanks! > > > > Builds here. Can you try without those extra CFLAGS? >=20 >=20 > per suggestion, changing in my >=20 > /usr/local/etc/ports.conf >=20 >=20 > *:\ > CFLAGS=3D -O2 -pipe -funroll-loops -s -frename-registers -fomit-frame-po= inter | \ > CXXFLAGS=3D -O2 -pipe -funroll-loops -s -frename-registers > =09 > ... > =09 > lang/ruby18:\ > +++ CFLAGS=3D -O2 -pipe | \ > +++ CXXFLAGS=3D -O2 -pipe | \ > WITHOUT_PTHREADS=3Dtrue | \ > WITHOUT_ONIGURUMA=3Dtrue | \ > WITHOUT_GCPATCH=3Dtrue | \ > WITHOUT_IPV6=3Dtrue | \ > WITHOUT_RDOC=3Dtrue | \ > WITHOUT_DEBUG=3Dtrue | \ > BATCH=3DYes > ... >=20 > then (since a prior 'deinstall' of ruby18 while monkeying around with > this temporarily killed my 'portinstall' ...), >=20 > cd /usr/ports/lang/ruby18 > make deinstall rmconfig clean install >=20 > seems to behave itself now, completing without error. >=20 > and, fwiw, a subsequent, >=20 > cd /usr/ports/ports-mgmt/portupgrade > make deinstall rmconfig install clean >=20 > which depends on the ruby install, also builds ok. >=20 > so, it seems that the port version bump from, >=20 > ruby-1.8.6,1 >=20 > to, >=20 > ruby-1.8.6_1,1 >=20 > introduces a 'sensitivity' to one or more of those C*FLAGS ... as, the > prior version built just fine. >=20 Builds fine with your cflags on i386/current. Could you, please, send me your `dmesg` output as well as the coredump along with the executable, that produces it? --=20 Stanislav Sedov ST4096-RIPE --Signature=_Thu__12_Jul_2007_10_03_41_+0400_hgRqrCBYACuD/+nU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGlcQ9K/VZk+smlYERApyAAJ403fBRguihzi2jP5UEVNkH5VOmWwCcC6yE fq2ZoDMptVP4WbOfD9DkFT8= =r8Nm -----END PGP SIGNATURE----- --Signature=_Thu__12_Jul_2007_10_03_41_+0400_hgRqrCBYACuD/+nU-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 10:29:23 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EAD316A421 for ; Thu, 12 Jul 2007 10:29:23 +0000 (UTC) (envelope-from digital9ja@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id BD80313C459 for ; Thu, 12 Jul 2007 10:29:20 +0000 (UTC) (envelope-from digital9ja@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so80717nzf for ; Thu, 12 Jul 2007 03:29:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:subject:x-enigmail-version:openpgp:content-type:content-transfer-encoding:from; b=j9v4WDomeuTe1WUKZjTTkI4XWViL4HepmldNZknvtePqkgwK5gdGG76vfAwCa1re+Lk0Ff8MfboiGQTmn74EWaSMZGm8sAgN0wzew6gGyFqIiu0e9LT+0v6yFyE2CDgnmZ2uvTcVf9+nmmv6m0S6OCEFhdvkJlDLcjsPB40F1V0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:subject:x-enigmail-version:openpgp:content-type:content-transfer-encoding:from; b=aOBt/jqTmJK3GK8zG8vY7BBuY08Lz+9JjoUyqgIIQisJoapVaQw7NP7mvKWNJzThucJyRFeMrNgpKLrPm8mpa0g+ypDzjANfVsjYzVAXL3prGbGsv7qkbT0xpQ/v/MiKFaK7JHEjSeSXP2RiN3RfB14j7iNDMK+Zh/Aj/WDTvLI= Received: by 10.114.173.15 with SMTP id v15mr421091wae.1184234555782; Thu, 12 Jul 2007 03:02:35 -0700 (PDT) Received: from ?192.168.1.102? ( [69.50.223.224]) by mx.google.com with ESMTP id n37sm34240417wag.2007.07.12.03.02.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 12 Jul 2007 03:02:35 -0700 (PDT) Message-ID: <4695FC36.4000107@cox.net> Date: Thu, 12 Jul 2007 03:02:30 -0700 User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.94.2.0 OpenPGP: id=17353058 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From: Steven Wagner Subject: 6.2 Freezes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 10:29:23 -0000 Our server is running for awhile (sometimes 1 day, sometimes less than an hour) then ssh sessions hang and disconnect, web server times out, console allows us to give input to the login prompt, but after typing root and hitting enter the password prompt never appears. After rebooting and an fsck the server comes back on-line. We were experiencing this about every 10-12 hours but then we disabled APIC in the BIOS and entered the following: hint.apic.0.disabled="1" to /boot/loader.conf and to /boot/defaults/loader.conf The server was up for about a day and a half, then last night went down twice within an hour. Here is the output of top at the time of the freeze: last pid: 5967; load averages: 0.20, 0.42, 0.37 up 0+00:48:58 00:11:41 124 processes: 1 running, 123 sleeping CPU states: 0.0% user, 0.0% nice, 0.0% system, 0.4% interrupt, 99.6% idle Mem: 1186M Active, 949M Inact, 142M Wired, 128K Cache, 112M Buf, 731M Free Swap: 8192M Total, 8192M Free PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 896 mysql 10 20 0 59116K 32668K kserel 2:46 0.00% mysqld 1035 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 1016 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 1041 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 1037 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 1033 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 1036 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 1034 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 1038 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 1040 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 1039 root 1 -4 0 10900K 9632K ufs 0:11 0.00% perl5.8.8 1101 root 1 96 0 9972K 9040K select 0:05 0.00% named 2170 root 1 -4 0 80996K 79172K ufs 0:05 0.00% perl5.8.8 1936 root 1 -4 0 81092K 79196K ufs 0:05 0.00% perl5.8.8 1987 root 1 -4 0 81092K 79196K ufs 0:04 0.00% perl5.8.8 2132 root 1 -4 0 81272K 79444K ufs 0:04 0.00% perl5.8.8 1860 root 1 -4 0 81292K 79236K ufs 0:04 0.00% perl5.8.8 1481 root 1 -4 0 80968K 79112K ufs 0:04 0.00% perl5.8.8 2208 root 1 -4 0 81272K 79440K ufs 0:04 0.00% perl5.8.8 2027 root 1 -4 0 81032K 79076K ufs 0:04 0.00% perl5.8.8 1712 root 1 -4 0 80908K 79060K ufs 0:04 0.00% perl5.8.8 1675 root 1 -4 0 80956K 79120K ufs 0:04 0.00% perl5.8.8 1583 root 1 -4 0 80980K 79140K ufs 0:04 0.00% perl5.8.8 1749 root 1 -4 0 80988K 79148K ufs 0:04 0.00% perl5.8.8 1637 root 1 -4 0 81216K 79212K ufs 0:04 0.00% perl5.8.8 1786 root 1 -4 0 81152K 79316K ufs 0:04 0.00% perl5.8.8 1897 root 1 -4 0 80884K 79044K ufs 0:04 0.00% perl5.8.8 1391 root 1 -4 0 80900K 78928K ufs 0:04 0.00% perl5.8.8 1523 root 1 -4 0 80840K 79016K ufs 0:04 0.00% perl5.8.8 1434 root 1 -4 0 80840K 79016K ufs 0:04 0.00% perl5.8.8 We aren't getting any kind of clues from the log files and there isn't anything relevant on-screen at the time of the freeze. I say freeze rather than crash because no core dumps are getting generated and the server still pings even in the frozen state. The hardware was tested for a month before installing the OS and going live with this server. If anyone has any ideas on what might be causing this or a suggestion as to how I can capture more information at the time of a crash it's very much appreciated. In case it helps, here's the output of /var/log/dmesg: Copyright (c) 1992-2007 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP WARNING: MPSAFE network stack disabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(R) CPU X5355 @ 2.66GHz (2666.68-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6f7 Stepping = 7 Features=0xbfebfbff Features2=0x4e3bd,CX16,,,> AMD Features=0x20100000 AMD Features2=0x1 Cores per package: 4 real memory = 3220611072 (3071 MB) avail memory = 3150569472 (3004 MB) kbd1 at kbdmux0 ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) cpu0 on motherboard pcib0: pcibus 0 on motherboard pir0: on motherboard pci0: on pcib0 pcib1: at device 2.0 on pci0 pci1: on pcib1 pcib2: irq 9 at device 0.0 on pci1 pci2: on pcib2 pcib3: irq 9 at device 0.0 on pci2 pci3: on pcib3 pcib4: at device 0.0 on pci3 pci4: on pcib4 aac0: mem 0xd8200000-0xd83fffff,0xd8000000-0xd81fffff,0xc0000000-0xcfffffff irq 9 at device 1.0 on pci4 aac0: New comm. interface enabled aac0: Adaptec Raid Controller 2.0.0-1 aacp0: on aac0 aacp1: on aac0 pcib5: at device 0.2 on pci3 pci5: on pcib5 rl0: port 0x2000-0x20ff mem 0xd8400000-0xd84000ff irq 9 at device 1.0 on pci5 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:40:f4:50:f0:4e rl0: [GIANT-LOCKED] pcib6: irq 11 at device 2.0 on pci2 pci6: on pcib6 em0: port 0x3000-0x301f mem 0xd8500000-0xd851ffff irq 11 at device 0.0 on pci6 em0: Ethernet address: 00:30:48:33:a6:12 em0: [GIANT-LOCKED] em1: port 0x3020-0x303f mem 0xd8520000-0xd853ffff irq 10 at device 0.1 on pci6 em1: Ethernet address: 00:30:48:33:a6:13 em1: [GIANT-LOCKED] pcib7: at device 0.3 on pci1 pci7: on pcib7 pcib8: at device 4.0 on pci0 pci8: on pcib8 pcib9: at device 6.0 on pci0 pci9: on pcib9 pcib10: irq 5 at device 28.0 on pci0 pci10: on pcib10 uhci0: port 0x1800-0x181f irq 5 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x1820-0x183f irq 10 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x1840-0x185f irq 11 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xd8a00000-0xd8a003ff irq 5 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb3: waiting for BIOS to give up control usb3: timed out waiting for BIOS usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered pcib11: at device 30.0 on pci0 pci11: on pcib11 pci11: at device 1.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1860-0x186f at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 pci0: at device 31.3 (no driver attached) pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcafff,0xcb000-0xcffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: [FAST] ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (port) unknown: can't assign resources (memory) unknown: can't assign resources (memory) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) Timecounter "TSC" frequency 2666679432 Hz quality 800 Timecounters tick every 1.000 msec acd0: DMA limited to UDMA33, controller found non-ATA66 cable acd0: DVDROM at ata0-slave UDMA33 aacd0: on aac0 aacd0: 120393MB (246564864 sectors) ses0 at aacp0 bus 0 target 8 lun 0 ses0: Fixed unknown SCSI-2 device ses0: 3.300MB/s transfers ses0: SAF-TE Compliant Device ses1 at aacp1 bus 0 target 8 lun 0 ses1: Fixed unknown SCSI-2 device ses1: 3.300MB/s transfers ses1: SAF-TE Compliant Device pass0 at aacp0 bus 0 target 0 lun 0 pass0: Fixed unknown SCSI-3 device pass0: 3.300MB/s transfers pass1 at aacp0 bus 0 target 1 lun 0 pass1: Fixed unknown SCSI-3 device pass1: 3.300MB/s transfers pass2 at aacp0 bus 0 target 2 lun 0 pass2: Fixed unknown SCSI-3 device pass2: 3.300MB/s transfers pass3 at aacp0 bus 0 target 3 lun 0 pass3: Fixed unknown SCSI-3 device pass3: 3.300MB/s transfers pass4 at aacp0 bus 0 target 4 lun 0 pass4: Fixed unknown SCSI-3 device pass4: 3.300MB/s transfers pass5 at aacp0 bus 0 target 5 lun 0 pass5: Fixed unknown SCSI-3 device pass5: 3.300MB/s transfers pass6 at aacp0 bus 0 target 6 lun 0 pass6: Fixed unknown SCSI-3 device pass6: 3.300MB/s transfers pass8 at aacp0 bus 0 target 9 lun 0 pass8: Fixed unknown SCSI-3 device pass8: 3.300MB/s transfers pass9 at aacp1 bus 0 target 0 lun 0 pass9: Fixed unknown SCSI-3 device pass9: 3.300MB/s transfers pass10 at aacp1 bus 0 target 1 lun 0 pass10: Fixed unknown SCSI-3 device pass10: 3.300MB/s transfers pass11 at aacp1 bus 0 target 2 lun 0 pass11: Fixed unknown SCSI-3 device pass11: 3.300MB/s transfers pass12 at aacp1 bus 0 target 3 lun 0 pass12: Fixed unknown SCSI-3 device pass12: 3.300MB/s transfers pass13 at aacp1 bus 0 target 4 lun 0 pass13: Fixed unknown SCSI-3 device pass13: 3.300MB/s transfers pass14 at aacp1 bus 0 target 5 lun 0 pass14: Fixed unknown SCSI-3 device pass14: 3.300MB/s transfers pass15 at aacp1 bus 0 target 6 lun 0 pass15: Fixed unknown SCSI-3 device pass15: 3.300MB/s transfers pass17 at aacp1 bus 0 target 9 lun 0 pass17: Fixed unknown SCSI-3 device pass17: 3.300MB/s transfers Trying to mount root from ufs:/dev/aacd0s1a rl0: link state changed to UP From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 11:28:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 998DC16A468 for ; Thu, 12 Jul 2007 11:28:21 +0000 (UTC) (envelope-from lechevalierfamily@comcast.net) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by mx1.freebsd.org (Postfix) with ESMTP id 68B8A13C4AD for ; Thu, 12 Jul 2007 11:28:21 +0000 (UTC) (envelope-from lechevalierfamily@comcast.net) Received: from gateway (c-71-207-40-179.hsd1.pa.comcast.net[71.207.40.179]) by comcast.net (sccrmhc12) with SMTP id <20070712111818012003k2vge>; Thu, 12 Jul 2007 11:18:18 +0000 Message-ID: <000b01c7c476$5da83c00$2b02a8c0@Gateway> From: "Marc Lechevalier" To: References: <46952078.10809@videotron.ca><46959148.3020603@videotron.ca> <1184220123.4695c3dc01ea2@webmail.telus.net> Date: Thu, 12 Jul 2007 07:18:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Subject: Re: I've got a question for you guys (unsubscibing) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Lechevalier List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 11:28:21 -0000 I have the same question. I tried unsubscribing with no luck. ----- Original Message ----- From: To: Sent: Thursday, July 12, 2007 2:02 AM Subject: I've got a question for you guys (unsubscibing) > Why, despite sending multiple e-mails to the unsubscribe address, am I > continued to be subscribed to this list?? Any help would be grand. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 11:32:03 2007 Return-Path: X-Original-To: questions@FREEBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8384516A41F for ; Thu, 12 Jul 2007 11:32:03 +0000 (UTC) (envelope-from owner-SOCIALSECURITY_W2NEWS*questions**FREEBSD*-ORG@LISTSERV.GSA.GOV) Received: from listserv.gsa.gov (listserv.gsa.gov [159.142.1.236]) by mx1.freebsd.org (Postfix) with ESMTP id 53A2713C457 for ; Thu, 12 Jul 2007 11:32:03 +0000 (UTC) (envelope-from owner-SOCIALSECURITY_W2NEWS*questions**FREEBSD*-ORG@LISTSERV.GSA.GOV) Received: from LISTSERV (159.142.1.236:2464) by listserv.gsa.gov (LSMTP for Windows NT v1.1b) with SMTP id <3.00135E26@listserv.gsa.gov>; Thu, 12 Jul 2007 6:00:08 -0500 Date: Thu, 12 Jul 2007 06:00:07 -0500 From: "LISTSERV.GSA.GOV LISTSERV Server (15.0)" To: questions@FREEBSD.ORG Message-ID: X-LSV-ListID: SOCIALSECURITY_W2NEWS List-Owner: Cc: Subject: Subscription probe for SOCIALSECURITY_W2NEWS - please ignore X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 11:32:03 -0000 Thu, 12 Jul 2007 06:00:07 This message is a "probe" for your subscription to the SOCIALSECURITY_W2NEWS list. You do not need to take any action to remain subscribed to the list, and in particular you should not reply to this message. Simply discard it now, or read on if you would like to know more about how this probing mechanism works. A "probe" is a message like the one you are reading, sent to you to see if it bounces back to us. If it bounces back to us, we know this email address is no longer valid and we remove you from the list thereby cutting down on unneeded email traffic. If it does not bounce back to us, then the email address is valid. We hope you were not too inconvenienced by this extra message. If by some chance you no longer want to be subscribed to the SOCIALSECURITY_W2NEWS list, just create a new message, addressed to listserv@listserv.gsa.gov, with no subject and with just "signoff SOCIALSECURITY_W2NEWS" (without the quotes) in the body of the message. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 12:23:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E031E16A41F for ; Thu, 12 Jul 2007 12:23:12 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id BD9A713C447 for ; Thu, 12 Jul 2007 12:23:12 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 16FF56D428 for ; Thu, 12 Jul 2007 12:24:15 +0000 (UTC) Date: Thu, 12 Jul 2007 12:24:14 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-questions@freebsd.org In-Reply-To: <000b01c7c476$5da83c00$2b02a8c0@Gateway> Message-ID: <20070712122358.H18668@duane.dbq.yournetplus.com> References: <46952078.10809@videotron.ca><46959148.3020603@videotron.ca> <1184220123.4695c3dc01ea2@webmail.telus.net> <000b01c7c476$5da83c00$2b02a8c0@Gateway> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: I've got a question for you guys (unsubscibing) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 12:23:13 -0000 http://lists.freebsd.org/mailman/listinfo/freebsd-questions On Thu, 12 Jul 2007 at 07:18 -0400, lechevalierfamily@comcast.net confabulated: > I have the same question. I tried unsubscribing with no luck. > > > ----- Original Message ----- From: > To: > Sent: Thursday, July 12, 2007 2:02 AM > Subject: I've got a question for you guys (unsubscibing) > > >> Why, despite sending multiple e-mails to the unsubscribe address, am I >> continued to be subscribed to this list?? Any help would be grand. >> >> >> _______________________________________________ >> 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" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > ----- _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 13:46:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75F4816A46C for ; Thu, 12 Jul 2007 13:46:30 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 298AA13C4B7 for ; Thu, 12 Jul 2007 13:46:29 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l6CDkR4m035916 for ; Thu, 12 Jul 2007 08:46:27 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Thu, 12 Jul 2007 08:46:26 -0500 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707120846.26845.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: /usr/ports/packages cleanup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 13:46:30 -0000 my packages dir is starting to have more than a few packages of incrementing versions. example: [jhorne@athena All] $ ls kde-3* kde-3.5.6_1.tbz kde-3.5.7.tbz is there a simple way to clean the packages directory, and only keep the latest version of each package? thanks, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 14:00:24 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0615C16A46D for ; Thu, 12 Jul 2007 14:00:24 +0000 (UTC) (envelope-from frank.wissmann41@web.de) Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id 9384F13C45B for ; Thu, 12 Jul 2007 14:00:23 +0000 (UTC) (envelope-from frank.wissmann41@web.de) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate02.web.de (Postfix) with ESMTP id 6C6328C876BF; Thu, 12 Jul 2007 16:00:22 +0200 (CEST) Received: from [84.138.246.181] (helo=grissom.einundvierzig.org) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.108 #197) id 1I8zDS-0004qL-00; Thu, 12 Jul 2007 16:00:22 +0200 Message-ID: <4696344E.2000504@web.de> Date: Thu, 12 Jul 2007 16:01:50 +0200 From: Frank Wissmann User-Agent: Thunderbird 2.0.0.4 (X11/20070702) MIME-Version: 1.0 To: irene.kelly@apn.co.nz References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: frank.wissmann41@web.de X-Sender: frank.wissmann41@web.de X-Provags-ID: V01U2FsdGVkX19t2sEbk4F58Xe3jQ+C5X0PwM/kOdZhOayN0dz9 KdGkEfnL6mfzZ9JWVB/7AuLb5A/5i688WZNS4hk1Ji6VqEcQuB 1noa39YMvZRVB1GnnUbA== Cc: questions@FreeBSD.org Subject: Re: Question re reducing a file system in FreeBSD 6.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: Thu, 12 Jul 2007 14:00:24 -0000 irene.kelly@apn.co.nz wrote: > Hi, > > I have a question re reducing a filesystem in FreeBSD 6.2 - I am new to > FreeBSD - I am use to AIX > > We have FreeBSD installed on a dell 1950 - I would like to reduce the size > of /usr in case I want to added the space to another file system. > We currently have all our space allocated as follows. > > Here is the set-up > > $ df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/mfid0s1a 1.9G 59M 1.7G 3% / > devfs 1.0K 1.0K 0B 100% /dev > /dev/mfid0s1d 1.9G 14K 1.8G 0% /tmp > /dev/mfid0s1f 58G 3.2G 50G 6% /usr > /dev/mfid0s1e 1.9G 58M 1.7G 3% /var > $ mount > /dev/mfid0s1a on / (ufs, local) > devfs on /dev (devfs, local) > /dev/mfid0s1d on /tmp (ufs, local, soft-updates) > /dev/mfid0s1f on /usr (ufs, local, soft-updates) > /dev/mfid0s1e on /var (ufs, local, soft-updates) > > In AIX I can reduce the filesystem on the fly - however I don't think I > can do that with FreeBSD from what I have seen and I am not sure how this > would be done consdering it is /usr I would like to reduce. > I am currently looking at google to see what I can find. > > Any Suggestions you have would be helpful. > > Thank you & > Regards > Irene > ******************************************************************************** Hi! As far as I do know there is only one way to do what you want: 1. Backup your partition to an external disk using the "dump" command. 2. Boot your computer from a Live-CD and delete that particular partition. 3. Make a smaller partition using "bsdlabel" and mount it. 4. Restore your data in the new and smaller partition using the named command "restore". This seems to be a hard work, but AFAIK is the only way in FBSD to resize a partition to a smaller amount. Greetings Frank From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 14:17:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F68816A421 for ; Thu, 12 Jul 2007 14:17:39 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 7619013C45D for ; Thu, 12 Jul 2007 14:17:39 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MO-MR003.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL200CD5L1DBD30@VL-MO-MR003.ip.videotron.ca> for freebsd-questions@freebsd.org; Thu, 12 Jul 2007 10:17:38 -0400 (EDT) Date: Thu, 12 Jul 2007 10:17:38 -0400 From: pj In-reply-to: To: Daniel Marsh Message-id: <46963802.80602@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <469511DF.70409@videotron.ca> <46959316.9020402@videotron.ca> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: freebsd-questions@freebsd.org Subject: Re: without SSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 14:17:39 -0000 I must apologise for my screw-up. Apache is working fine. The problem was that when I sought to access Webmin i got the message : This server is running in ssl mode. I assumed it was apache, not realizing that port 10000 took me to the Webmin server. To clear things up, apache2.2.4 apparently automatically compiles with SSL, but SSL is only active if it is configured with certificates etc. and probably needs an installation of OpenSSL. Thanks much for your help; you steered me in the right direction. Phil Daniel Marsh wrote: > > > On 7/12/07, *pj* > wrote: > > Chuck Swiger wrote: > > On Jul 11, 2007, at 10:22 AM, pj wrote: > >> I can access apache from my windows machine: "It works" > >> But I cannot access http://biggie:10000 - > message says: try https://... > >> that does bring up the Webmin page. I know apache listens on > port 80, > >> but why https to get the Webmin page? > > > > Umm, so you don't send your Webmin password through the Internet in > > plain text, rather than via SSL encryption. > I only use the server locally on my local network so I don't need > the SSL. > > > > Webmin uses it's own internal webserver, which is unrelated to > Apache. > OK, thanks for that, I didn't know. > > > >> I cannot access http or https://biggie:931 (Swat) "Unable to > connect" > > > > There's no real need to use swat when you've got the ability to > edit the > > samba config directly or via Webmin, but if you really wanted to, you > > could presumably set it up to run in inetd.conf. See "man swat". > Agreed. I don't like to use Webmin except to see if I may have missed > something. It does not have the correct settings on startup. > > > >> Is my configuration wrong for samba? What's with the ssl? > > > > You haven't provided any specific information about your Samba > config, > > and most people aren't good at reading minds, so you'll need to > either > > do something like run Samba's "testparms" and/or look over the Samba > > logfiles.... > I finally found that Samba was looking for a guest account - I had not > set it up. Now it's working ok. > > > >> I tried to reinstall (unsuccessfully -D NOSSL) apache22 without SSL. > >> How can I disable the SSL I don't need SSL as I am using FBSD6.2 > only > >> on my local network. > > > > Unless you've configured an SSL cert, the default ought to be to run > > Apache without SSL...? > I have not configured the SSL cert but no matter what I do, apache still > runs with SSL. According to the manuals, apache is compiled with SSL by > default for version 2.2.4. I have tried to # the ssl_module in > httpd.conf with no results at all. That was the first thing I actually > tried when I saw it was running SSL. > > > > ---Chuck > > Show us your httpd.conf? > > It's probably something as simple as uncommenting everything to do with > SSL in httpd.conf, if compiled with SSL, Apache likes to automagically > setup a virtual host using SSL. > > There should also be a command line argument to apachectl or httpd that > can be set with apache_flags="--disable-ssl" (or something similar) so > the RC scripts know how to load Apache. Read through > /usr/local/etc/rc.d/apache-script, you'll get some information through > that. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 14:22:29 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88C6416A400 for ; Thu, 12 Jul 2007 14:22:29 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.freebsd.org (Postfix) with ESMTP id 2551813C459 for ; Thu, 12 Jul 2007 14:22:28 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 4277 invoked by uid 0); 12 Jul 2007 14:22:27 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp6.knology.net with SMTP; 12 Jul 2007 14:22:27 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 7D33128425; Thu, 12 Jul 2007 09:22:27 -0500 (CDT) Date: Thu, 12 Jul 2007 09:22:27 -0500 From: David Kelly To: Jonathan Horne Message-ID: <20070712142227.GB7189@Grumpy.DynDNS.org> References: <200707120846.26845.freebsd@dfwlp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200707120846.26845.freebsd@dfwlp.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: /usr/ports/packages cleanup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 14:22:29 -0000 On Thu, Jul 12, 2007 at 08:46:26AM -0500, Jonathan Horne wrote: > my packages dir is starting to have more than a few packages of incrementing > versions. example: > > [jhorne@athena All] $ ls kde-3* > kde-3.5.6_1.tbz kde-3.5.7.tbz > > is there a simple way to clean the packages directory, and only keep the > latest version of each package? Install the portupgrade port and use "portsclean -CD" to sweep /usr/ports/ of spare working files and to clear /usr/ports/distfiles/ of all non-current source files. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 14:44:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A750C16A421 for ; Thu, 12 Jul 2007 14:44:45 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8308C13C458 for ; Thu, 12 Jul 2007 14:44:45 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 760807FD5 for ; Thu, 12 Jul 2007 10:44:43 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (postoffice) with ESMTP id 91D50FA9BB for ; Thu, 12 Jul 2007 14:44:42 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Thu, 12 Jul 2007 14:44:38 +0000 References: <200707090103.49950.lists-fbsd@shadypond.com> <200707120147.11624.lists-fbsd@shadypond.com> <3ee9ca710707120659g23141d57p81918c29ebc008c9@mail.gmail.com> In-Reply-To: <3ee9ca710707120659g23141d57p81918c29ebc008c9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707121444.39055.lists-fbsd@shadypond.com> Subject: Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data? [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 14:44:45 -0000 On Thursday 12 July 2007 13:59:54 Andy Greenwood wrote: > > I had this same problem recently on my server. the sshd_config man > page says that the default location for xauth is /usr/X11R6/bin/xauth, > but mine was installed as /usr/local/bin/xauth. adding > > XAuthLocation /usr/local/bin/xauth > > to my sshd_config and restarting sshd fixed it for me. Interesting, because that was the first thing I did, but it did not solve the problem. What did solve the problem was to add the same line to my /etc/ssh/ssh_config in the "Host *" section. This only fixed one side of the connection, so I can connect from the FreeBSD host to the Linux hosts. On the Linux hosts, I put XAuthLocation /usr/bin/xauth in their /etc/ssh/ssh_config files but that did not fix the problem from the Linux hosts to FreeBSD. I believe it is because of the way that OpenSSH was compiled on FreeBSD but I am not certain. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 14:47:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F23B16A41F for ; Thu, 12 Jul 2007 14:47:53 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id ED45713C48C for ; Thu, 12 Jul 2007 14:47:52 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from philip.office.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Thu, 12 Jul 2007 07:47:52 -0700 Message-ID: <46963F16.6010307@riderway.com> Date: Thu, 12 Jul 2007 10:47:50 -0400 From: "Philip M. Gollucci" User-Agent: Thunderbird 2.0.0.0 (X11/20070507) MIME-Version: 1.0 To: Steven Wagner References: <4695FC36.4000107@cox.net> In-Reply-To: <4695FC36.4000107@cox.net> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: 6.2 Freezes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 14:47:53 -0000 Steven Wagner wrote: > 1035 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 You seem to have lots of perls running. You're not blowing your max procs limit are you ? My Desktop has this which is largely derrived from the kernel config maxusers 0. kern.maxvnodes: 100000 kern.maxproc: 6164 kern.maxfiles: 12328 kern.argmax: 262144 kern.maxfilesperproc: 11095 kern.maxprocperuid: 5547 -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@riderway.com) 323.219.4708 Senior System Admin - Riderway, Inc. http://riderway.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 14:53:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4248516A468 for ; Thu, 12 Jul 2007 14:53:47 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from pop-siberian.atl.sa.earthlink.net (pop-siberian.atl.sa.earthlink.net [207.69.195.71]) by mx1.freebsd.org (Postfix) with ESMTP id C745E13C45B for ; Thu, 12 Jul 2007 14:53:47 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from fl-76-1-181-252.dhcp.embarqhsd.net ([76.1.181.252] helo=kt.weeeble.com) by pop-siberian.atl.sa.earthlink.net with smtp (Exim 3.36 #1) id 1I9036-0006Hh-00; Thu, 12 Jul 2007 10:53:44 -0400 Date: Thu, 12 Jul 2007 10:53:43 -0400 From: Randy Pratt To: Jonathan Horne Message-Id: <20070712105343.60251d12.bsd-unix@earthlink.net> In-Reply-To: <200707120846.26845.freebsd@dfwlp.com> References: <200707120846.26845.freebsd@dfwlp.com> X-Mailer: Sylpheed 2.4.3 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: /usr/ports/packages cleanup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 14:53:48 -0000 On Thu, 12 Jul 2007 08:46:26 -0500 Jonathan Horne wrote: > my packages dir is starting to have more than a few packages of incrementing > versions. example: > > [jhorne@athena All] $ ls kde-3* > kde-3.5.6_1.tbz kde-3.5.7.tbz > > is there a simple way to clean the packages directory, and only keep the > latest version of each package? I use "portsclean -P" to clean out /usr/ports/packages. Perhaps it is what you're looking for. Randy -- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 15:08:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB5A716A4CB for ; Thu, 12 Jul 2007 15:08:53 +0000 (UTC) (envelope-from patsingerfbsd@yahoo.com) Received: from web45002.mail.sp1.yahoo.com (web45002.mail.sp1.yahoo.com [68.180.197.57]) by mx1.freebsd.org (Postfix) with SMTP id 4A23513C487 for ; Thu, 12 Jul 2007 15:08:51 +0000 (UTC) (envelope-from patsingerfbsd@yahoo.com) Received: (qmail 98585 invoked by uid 60001); 12 Jul 2007 14:42:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=fPwYRTbDlQV24w1mdayXyxH3xSZvI4hcaVGUwXSw4R+0jEmGqHXuAPbci71AZXd/5ivgY9Qvt6TOhvPJXKwZrROIgIOjpNFnB1dj2x8NgnWGFNt+PFStL83RKt7rZ9fQwCZtw/cf0q71ILOr5k7sXpOhx9ujP5KRTVJQz+tLTuQ=; Received: from [200.88.97.116] by web45002.mail.sp1.yahoo.com via HTTP; Thu, 12 Jul 2007 07:42:07 PDT Date: Thu, 12 Jul 2007 07:42:07 -0700 (PDT) From: Pat Singer To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-ID: <528487.97567.qm@web45002.mail.sp1.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Transfering a File From One Server To Another X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 15:08:54 -0000 Hi; I have a server that's screwed up. I'm building out another server now. I need to transfer a 1/2G file from the old one. FTP doesn't work. I tried this: wget http://203.223.111.11/path/to/file It connected to the machine but threw a 404. Ideas? TIA, Pat --------------------------------- Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. --------------------------------- Need a vacation? Get great deals to amazing places on Yahoo! Travel. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 15:12:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9103916A476 for ; Thu, 12 Jul 2007 15:12:47 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 30EEB13C4C6 for ; Thu, 12 Jul 2007 15:12:46 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 87312 invoked by uid 1002); 12 Jul 2007 15:12:45 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.107.100):. Processed in 6.485511 secs); 12 Jul 2007 15:12:45 -0000 Received: from unknown (HELO ?192.168.1.210?) (steve@ibctech.ca@208.70.107.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 12 Jul 2007 15:12:38 -0000 Message-ID: <469644F1.9090507@ibctech.ca> Date: Thu, 12 Jul 2007 11:12:49 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Pat Singer References: <528487.97567.qm@web45002.mail.sp1.yahoo.com> In-Reply-To: <528487.97567.qm@web45002.mail.sp1.yahoo.com> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Transfering a File From One Server To Another X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 15:12:48 -0000 Pat Singer wrote: > Hi; > I have a server that's screwed up. I'm building out another server now. I need to transfer a 1/2G file from the old one. FTP doesn't work. I tried this: > wget http://203.223.111.11/path/to/file > It connected to the machine but threw a 404. Ideas? # scp file.name username@remote.server.com:/home/username Should do it for you. Steve From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 15:14:06 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AFC016A476 for ; Thu, 12 Jul 2007 15:14:06 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id E6EC113C4B9 for ; Thu, 12 Jul 2007 15:14:05 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 5127DA155; Thu, 12 Jul 2007 11:14:03 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 12 Jul 2007 11:14:03 -0400 X-Sasl-enc: 1C+fbuMIGGfOrqTZEP7zklyauI2WI9CxFl+nl89xOTPO 1184253242 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id A3F141EB5D; Thu, 12 Jul 2007 11:14:02 -0400 (EDT) In-Reply-To: <1184220123.4695c3dc01ea2@webmail.telus.net> References: <46952078.10809@videotron.ca> <46959148.3020603@videotron.ca> <1184220123.4695c3dc01ea2@webmail.telus.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <369F4503-8238-459C-A3D6-C6859D4C22AC@goldmark.org> Content-Transfer-Encoding: 7bit From: Jeffrey Goldberg Date: Thu, 12 Jul 2007 10:14:01 -0500 To: ross_@telus.net X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: I've got a question for you guys (unsubscibing) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 15:14:06 -0000 On Jul 12, 2007, at 1:02 AM, ross_@telus.net wrote: > Why, despite sending multiple e-mails to the unsubscribe address, am I > continued to be subscribed to this list?? Any help would be grand. My guess is that you are subscribed using a different address than the one that you think you are. Are there any "role" addresses that automatically deliver to you or forward to you? You might be able to figure this out by examining the full headers on the messages you get from the list. In the worst case, you can wait for the monthly subscription reminder which should be explicitly addressed to the subscribed address. Best of luck with this. -j From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 15:14:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0229416A469 for ; Thu, 12 Jul 2007 15:14:36 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 99F7813C45E for ; Thu, 12 Jul 2007 15:14:35 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 87324 invoked by uid 1002); 12 Jul 2007 15:14:34 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.107.100):. Processed in 6.387413 secs); 12 Jul 2007 15:14:34 -0000 Received: from unknown (HELO ?192.168.1.210?) (steve@ibctech.ca@208.70.107.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 12 Jul 2007 15:14:27 -0000 Message-ID: <4696455E.6020303@ibctech.ca> Date: Thu, 12 Jul 2007 11:14:38 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Pat Singer References: <528487.97567.qm@web45002.mail.sp1.yahoo.com> In-Reply-To: <528487.97567.qm@web45002.mail.sp1.yahoo.com> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Transfering a File From One Server To Another X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 15:14:36 -0000 Pat Singer wrote: > Hi; > I have a server that's screwed up. I'm building out another server now. I need to transfer a 1/2G file from the old one. FTP doesn't work. I tried this: > wget http://203.223.111.11/path/to/file > It connected to the machine but threw a 404. Ideas? Oh, and BTW, /path/to/file must be under your web servers documents directory (if it wasn't to begin with). If it wasn't, it would throw the 404. Steve From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 15:21:52 2007 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A06DE16A468 for ; Thu, 12 Jul 2007 15:21:52 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from mail-03.name-services.com (Mail-03.name-services.com [64.74.223.58]) by mx1.freebsd.org (Postfix) with ESMTP id 8D6EF13C455 for ; Thu, 12 Jul 2007 15:21:52 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from laptop ([76.190.225.105]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 12 Jul 2007 08:24:32 -0700 From: "fbsd2" To: Date: Thu, 12 Jul 2007 11:21:50 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20070711174502.GB1435@Grumpy.DynDNS.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Importance: Normal X-OriginalArrivalTime: 12 Jul 2007 15:24:32.0884 (UTC) FILETIME=[BF6A5B40:01C7C498] Cc: Subject: RE: 10Mbps versus 100Mbps Cable Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd2@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 15:21:53 -0000 Am I missing some thing here? I though 10Mbps/100Mbps ends up controlling the max packet size traveling over the internet. So if your using 10Mbps, you end up generating 10 separate packets versus 1 packet at 100Mbps to move the same amount of data. This results in a network using 10Mbps to have more administrative overhead that a network using 100Mbps. This overhead on a heavily used network results in longer lag times in receiving replies. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 15:39:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBE2416A400 for ; Thu, 12 Jul 2007 15:39:47 +0000 (UTC) (envelope-from djp@polands.org) Received: from ms-smtp-02.rdc-kc.rr.com (ms-smtp-02.rdc-kc.rr.com [24.94.166.122]) by mx1.freebsd.org (Postfix) with ESMTP id A8F4413C465 for ; Thu, 12 Jul 2007 15:39:47 +0000 (UTC) (envelope-from djp@polands.org) Received: from corinth.polands.org (CPE-75-87-219-217.new.res.rr.com [75.87.219.217]) by ms-smtp-02.rdc-kc.rr.com (8.13.6/8.13.6) with ESMTP id l6CFCRsQ005127; Thu, 12 Jul 2007 10:12:27 -0500 (CDT) Received: from ammon.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.8/8.13.8) with ESMTP id l6CFFP0V090891; Thu, 12 Jul 2007 10:15:25 -0500 (CDT) (envelope-from djp@polands.org) Received: from ammon.polands.org (localhost [127.0.0.1]) by ammon.polands.org (8.13.8/8.13.8) with ESMTP id l6CFFPoi015136; Thu, 12 Jul 2007 10:15:25 -0500 (CDT) (envelope-from djp@ammon.polands.org) Received: (from djp@localhost) by ammon.polands.org (8.13.8/8.13.8/Submit) id l6CFFP4s015135; Thu, 12 Jul 2007 10:15:25 -0500 (CDT) (envelope-from djp) Date: Thu, 12 Jul 2007 10:15:25 -0500 From: Doug Poland To: Pat Singer Message-ID: <20070712151525.GA14896@polands.org> References: <528487.97567.qm@web45002.mail.sp1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <528487.97567.qm@web45002.mail.sp1.yahoo.com> User-Agent: Mutt/1.5.11 X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: ClamAV 0.88.4/3645/Thu Jul 12 09:42:47 2007 on corinth.polands.org X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: Transfering a File From One Server To Another X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 15:39:47 -0000 On Thu, Jul 12, 2007 at 07:42:07AM -0700, Pat Singer wrote: > Hi; > I have a server that's screwed up. I'm building out another server > now. I need to transfer a 1/2G file from the old one. FTP doesn't > work. I tried this: wget http://203.223.111.11/path/to/file It > connected to the machine but threw a 404. Ideas? TIA, > This is a nice fit for netcat. target# nc -l 1234 > file source# nc target 1234 < file man nc(1) for details and other tricks -- Regards, Doug From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 16:11:09 2007 Return-Path: X-Original-To: FreeBSD-Questions@freebsd.org Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC97E16A46C for ; Thu, 12 Jul 2007 16:11:09 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.freebsd.org (Postfix) with ESMTP id 8788813C45D for ; Thu, 12 Jul 2007 16:11:08 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 13267 invoked by uid 0); 12 Jul 2007 16:11:06 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp7.knology.net with SMTP; 12 Jul 2007 16:11:06 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 66CB828425; Thu, 12 Jul 2007 11:11:06 -0500 (CDT) Date: Thu, 12 Jul 2007 11:11:06 -0500 From: David Kelly To: fbsd2 Message-ID: <20070712161106.GB7989@Grumpy.DynDNS.org> References: <20070711174502.GB1435@Grumpy.DynDNS.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: FreeBSD-Questions@freebsd.org Subject: Re: 10Mbps versus 100Mbps Cable Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-Questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 16:11:10 -0000 On Thu, Jul 12, 2007 at 11:21:50AM -0400, fbsd2 wrote: > Am I missing some thing here? > I though 10Mbps/100Mbps ends up controlling the > max packet size traveling over the internet. Yes, you are missing something. > So if your using 10Mbps, you end up generating 10 separate packets > versus 1 packet at 100Mbps to move the same amount of data. No, MTU stays the same. Jumbo packet support is popular for gigabit ethernet but MTU is generally limited to 1500 for external internet connections. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 16:36:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CBB316A468 for ; Thu, 12 Jul 2007 16:36:27 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (mail.storm.ca [209.87.239.66]) by mx1.freebsd.org (Postfix) with ESMTP id 14FB413C484 for ; Thu, 12 Jul 2007 16:36:26 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from kanga.digitaltorque.ca (hs-216-106-102-70.storm.ca [216.106.102.70]) by mail.storm.ca (8.14.0+Sun/8.14.0) with ESMTP id l6CGaKIZ018340 for ; Thu, 12 Jul 2007 12:36:25 -0400 (EDT) Received: from tigger.digitaltorque.ca (tigger.digitaltorque.ca [192.168.1.3]) by kanga.digitaltorque.ca (Postfix) with ESMTP id 928045C for ; Thu, 12 Jul 2007 12:10:46 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id C0EFB240F4; Thu, 12 Jul 2007 12:36:14 -0400 (EDT) Date: Thu, 12 Jul 2007 12:36:14 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20070712163614.GI1254@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Hlh2aiwFLCZwGcpw" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: macosx stuff seeping into the ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 16:36:27 -0000 --Hlh2aiwFLCZwGcpw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I just tried a merge with mercurial, built out of ports.=20 /usr/local/bin/hgmerge: /Developer/Applications/Utilities/FileMerge.app/Contents/MacOS/FileMerge: n= ot found Umm, why the hell would I have that on FreeBSD?? Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --Hlh2aiwFLCZwGcpw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFGllh+KGqCc1vIvggRAjuuAJ9KX4gfRMrfR+f7STWjI1fjIXG4RQCfURL/ L7DDUupnC0cjqdm3LVxqtsc= =HHuw -----END PGP SIGNATURE----- --Hlh2aiwFLCZwGcpw-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 16:42:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E21C316A473 for ; Thu, 12 Jul 2007 16:42:13 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id B333A13C4BE for ; Thu, 12 Jul 2007 16:42:13 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l6CGgBZB061380 for ; Thu, 12 Jul 2007 11:42:11 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Thu, 12 Jul 2007 11:42:10 -0500 User-Agent: KMail/1.9.6 References: <200707120846.26845.freebsd@dfwlp.com> <20070712105343.60251d12.bsd-unix@earthlink.net> In-Reply-To: <20070712105343.60251d12.bsd-unix@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707121142.10689.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: /usr/ports/packages cleanup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 16:42:14 -0000 On Thursday 12 July 2007 09:53:43 Randy Pratt wrote: > On Thu, 12 Jul 2007 08:46:26 -0500 > > Jonathan Horne wrote: > > my packages dir is starting to have more than a few packages of > > incrementing versions. example: > > > > [jhorne@athena All] $ ls kde-3* > > kde-3.5.6_1.tbz kde-3.5.7.tbz > > > > is there a simple way to clean the packages directory, and only keep the > > latest version of each package? > > I use "portsclean -P" to clean out /usr/ports/packages. Perhaps it > is what you're looking for. > > Randy well this is my build server as well as my workstation, so i have many packages that ive built that i require for my servers, that might not be installed on my workstation. portsclean -P would probably purge off a lot of things that i still need. if anything turns up at all, it will probably have to be some sort of shell script (of which i have almost 0 talen for). -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 17:18:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 693C716A469 for ; Thu, 12 Jul 2007 17:18:27 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (mail.storm.ca [209.87.239.66]) by mx1.freebsd.org (Postfix) with ESMTP id 2B21813C44B for ; Thu, 12 Jul 2007 17:18:27 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from kanga.digitaltorque.ca (hs-216-106-102-70.storm.ca [216.106.102.70]) by mail.storm.ca (8.14.0+Sun/8.14.0) with ESMTP id l6CHILuq023526 for ; Thu, 12 Jul 2007 13:18:26 -0400 (EDT) Received: from tigger.digitaltorque.ca (tigger.digitaltorque.ca [192.168.1.3]) by kanga.digitaltorque.ca (Postfix) with ESMTP id 01FC75C for ; Thu, 12 Jul 2007 12:52:47 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id 3956C240F4; Thu, 12 Jul 2007 13:18:16 -0400 (EDT) Date: Thu, 12 Jul 2007 13:18:16 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20070712171815.GK1254@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org References: <20070712163614.GI1254@tigger.digitaltorque.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MzdA25v054BPvyZa" Content-Disposition: inline In-Reply-To: <20070712163614.GI1254@tigger.digitaltorque.ca> User-Agent: Mutt/1.4.2.1i Subject: Re: macosx stuff seeping into the ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 17:18:27 -0000 --MzdA25v054BPvyZa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 12/07/07 Michael P. Soulier said: > I just tried a merge with mercurial, built out of ports.=20 >=20 > /usr/local/bin/hgmerge: > /Developer/Applications/Utilities/FileMerge.app/Contents/MacOS/FileMerge:= not > found >=20 > Umm, why the hell would I have that on FreeBSD?? Hmm, actually looks like a bug in hgmerge itself.=20 I can override with the HGMERGE environment variable for now, but that's broken.=20 Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --MzdA25v054BPvyZa Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFGlmJXKGqCc1vIvggRApmeAJ46dU8mshcjFLmDk7M6jSFHgQhkdACgod8z hk7fPhyKPKhkogjhb951/sc= =RICk -----END PGP SIGNATURE----- --MzdA25v054BPvyZa-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 17:21:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63BDE16A421 for ; Thu, 12 Jul 2007 17:21:56 +0000 (UTC) (envelope-from thaddeus-freebsd@dm1.net) Received: from ispmxmta05-srv.windstream.net (ispmxmta05-srv.windstream.net [166.102.165.166]) by mx1.freebsd.org (Postfix) with ESMTP id 2FF7013C489 for ; Thu, 12 Jul 2007 17:21:56 +0000 (UTC) (envelope-from thaddeus-freebsd@dm1.net) Received: from ispmxaamta05-gx.windstream.net ([162.39.20.85]) by ispmxmta06-srv.windstream.net with ESMTP id <20070712162238.XTX4133.ispmxmta06-srv.windstream.net@ispmxaamta05-gx.windstream.net> for ; Thu, 12 Jul 2007 11:22:38 -0500 Received: from dino.dm1.net ([162.39.20.85]) by ispmxaamta05-gx.windstream.net with SMTP id <20070712162237.HXNG7042.ispmxaamta05-gx.windstream.net@dino.dm1.net> for ; Thu, 12 Jul 2007 11:22:37 -0500 Received: (qmail 47576 invoked from network); 12 Jul 2007 16:27:00 -0000 Received: from unknown (HELO ?192.168.1.45?) (thaddeus@192.168.1.45) by dino.dm1.net with SMTP; 12 Jul 2007 16:27:00 -0000 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Thaddeus Quintin Date: Thu, 12 Jul 2007 12:22:34 -0400 X-Mailer: Apple Mail (2.752.3) Subject: ISA Modem on FreeBSD 6.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: Thu, 12 Jul 2007 17:21:56 -0000 I'm trying to set up HylaFax on FreeBSD, but I'm having problems with the modem setup. I tossed in an ISA modem that was laying around (not sure of the brand) and I can't figure out if it's being recognized or not. I set it to IRQ 2 and COM1. Should it be picked up by 'sio'? I disabled the onboard serial ports in the bios and commented out the 'sio' lines in the device.hints file. I'm getting some odd messages on the sio driver probe and it doesn't look like the modem is being picked up. With the current setup, i end up with /dev/ttyd0 and /dev/cuad0, but hylaFax says they're not terminal devices. I'm obviously missing something. Any help? Here's my current dmesg output. $ dmesg Copyright (c) 1992-2007 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-STABLE #0: Mon Jan 22 11:59:45 UTC 2007 thaddeus@xxxxxxxx:/usr/obj/usr/src/sys/GENERIC ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Pentium III/Pentium III Xeon/Celeron (596.92-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x387fbff real memory = 536862720 (511 MB) avail memory = 515944448 (492 MB) ioapic0: Changing APIC ID to 2 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xf0000000-0xf3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) pcib2: at device 2.0 on pci0 pci2: on pcib2 ahc0: port 0xec00-0xecff mem 0xf9fff000-0xf9ffffff irq 16 at device 4.0 on pci2 ahc0: [GIANT-LOCKED] aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs ahc1: port 0xe800-0xe8ff mem 0xf9ffe000-0xf9ffefff irq 16 at device 6.0 on pci2 ahc1: [GIANT-LOCKED] aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs aac0: port 0xe400-0xe4ff mem 0xf9ffc000-0xf9ffdfff irq 19 at device 13.0 on pci2 aac0: [FAST] aac0: Adaptec Raid Controller 2.0.0-1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 7.1 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: at device 7.2 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: at device 7.3 (no driver attached) dc0: port 0xdc00-0xdcff mem 0xfe101000-0xfe1013ff irq 20 at device 8.0 on pci0 miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: Ethernet address: 00:04:5a:89:7c:0d fxp0: port 0xd8c0-0xd8ff mem 0xfe100000-0xfe100fff,0xfe000000-0xfe0fffff irq 21 at device 10.0 on pci0 miibus1: on fxp0 inphy0: on miibus1 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:90:27:d0:e1:86 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc87ff, 0xc8800-0xc8fff,0xc9000-0xccfff on isa0 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 596922026 Hz quality 800 Timecounters tick every 1.000 msec Waiting 5 seconds for SCSI devices to settle aacd0: on aac0 aacd0: 17355MB (35544576 sectors) aacd1: on aac0 aacd1: 138850MB (284365824 sectors) cd0 at ahc1 bus 0 target 5 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.000MB/s transfers (20.000MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/aacd0s1a From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 18:08:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90A0516A46C for ; Thu, 12 Jul 2007 18:08:31 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 4806D13C4E3 for ; Thu, 12 Jul 2007 18:08:31 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www by szalbot.homedns.org with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I935S-000C0U-GG for freebsd-questions@freebsd.org; Thu, 12 Jul 2007 20:08:22 +0200 To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Thu, 12 Jul 2007 20:08:22 +0200 From: Zbigniew Szalbot Message-ID: X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Freebsd-update and Freebsd Security Advisory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 18:08:31 -0000 Dear all, I hope you can help me understand various ways to patch FBSD system. Today I got a FreeBSD Security Advisory which advised me to apply libarchive.patch. Which I did. All went file. But then I issued freebsd-update fetch and the system fetched two metapatches or so. I went ahead and installed them (it took less than a second) so don't know if they were really installed. I guess these were the same patches for libarchive. I think I am doing a bad thing mixing these two patching systems. What should I do now? Should I go back and revert some changes? FreeBSD szalbot.homedns.org 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #3: Wed Jul 4 08:21:48 CEST 2007 root@szalbot.homedns.org:/usr/obj/usr/src/sys/SZALBOT i386 When I issue freebsd-update fetch, I get Looking up update.FreeBSD.org mirrors... 1 mirrors found. Fetching metadata signature from update1.FreeBSD.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. No updates needed to update system to 6.2-RELEASE-p6. Am I safe to continue patching the system either way or should I keep only to one? Many thanks for your advice! Warm regards, Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 18:09:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B14E816A469 for ; Thu, 12 Jul 2007 18:09:01 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 8277613C4D9 for ; Thu, 12 Jul 2007 18:09:01 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MH-MR001.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL200HZQVQRXR50@VL-MH-MR001.ip.videotron.ca> for freebsd-questions@freebsd.org; Thu, 12 Jul 2007 14:08:52 -0400 (EDT) Date: Thu, 12 Jul 2007 14:08:53 -0400 From: pj To: freebsd-questions@freebsd.org Message-id: <46966E35.6040105@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Subject: cups 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: Thu, 12 Jul 2007 18:09:01 -0000 Try as you may, CUPS does not seem to be installable. When installing the cups (metaport) on FBSD6.2 I get the error message: "===> cups-1.2.10_1 depends on executable: espgs - not found ===> Verifying install for espgs in /usr/ports/print/cups-pstoraster ===> Installing for cups-pstoraster-8.15.4_1 ===> cups-pstoraster-8.15.4_1 depends on executable: gs - not found ===> Verifying install for gs in /usr/ports/print/ghostscript-gpl ===> Building for ghostscript-gpl-8.57 >>> in pre-build ... >>> creating directories for compilation ... >>> building EPAG utility ... gmake: `ert' is up to date. >>> creating symlinks for EPAG ... ./obj/echogs -w ./obj/ldt.tr -n - cc -pthread -L/usr/local/lib -o ./bin/gs ./obj/echogs -a ./obj/ldt.tr -n -s ./obj/gs.o -s cat ./obj/ld.tr >>./obj/ldt.tr ./obj/echogs -a ./obj/ldt.tr -s - -lm if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \ DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \ DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ DEVICE_DEVS_EXTRA= \ /bin/sh <./obj/ldt.tr *** Error code 2 Stop in /usr/ports/print/ghostscript-gpl. *** Error code 1 Stop in /usr/ports/print/cups-pstoraster. *** Error code 1 Stop in /usr/ports/print/cups." Any ideas? I'm completely lost at this point. Phil From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 19:15:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34B1916A46B for ; Thu, 12 Jul 2007 19:15:05 +0000 (UTC) (envelope-from jamie@bishopston.net) Received: from pacha.mail.bishopston.net (pacha.mail.bishopston.net [66.148.74.43]) by mx1.freebsd.org (Postfix) with ESMTP id EEC6413C4B7 for ; Thu, 12 Jul 2007 19:15:04 +0000 (UTC) (envelope-from jamie@bishopston.net) X-Catflap-Envelope-From: X-Catflap-Envelope-To: Received: from catflap.bishopston.net (jamie@localhost [127.0.0.1]) by catflap.bishopston.net (8.14.1/8.14.1) with ESMTP id l6CJ1w7d070082 for ; Thu, 12 Jul 2007 20:01:58 +0100 (BST) (envelope-from jamie@catflap.bishopston.net) Received: (from jamie@localhost) by catflap.bishopston.net (8.14.1/8.12.9/Submit) id l6CJ1wAo070081 for freebsd-questions@freebsd.org; Thu, 12 Jul 2007 20:01:58 +0100 (BST) From: Jamie Jones Message-Id: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> Date: Thu, 12 Jul 2007 20:01:58 +0100 Organization: http://www.bishopston.com/jamie/ To: freebsd-questions@freebsd.org User-Agent: Heirloom mailx 12.2 01/07/07 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (catflap.bishopston.net [127.0.0.1]); Thu, 12 Jul 2007 20:01:58 +0100 (BST) Subject: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 19:15:05 -0000 Details here: http://flash.freebsd.bishopston.net/topic_3.html Incidently, I set up this site a while back to help us centralise all the various tips and suggestions relating to Flash on Freebsd, but have not yet had a chance to mention it. It would be useful if people with flash on bsd tips or questions posted here! Cheers, Jamie (maintainer of Freebsd flash port) From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 19:31:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6203D16A421 for ; Thu, 12 Jul 2007 19:31:17 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 3C33C13C459 for ; Thu, 12 Jul 2007 19:31:17 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id B0B6F5197D for ; Thu, 12 Jul 2007 15:31:15 -0400 (EDT) Date: Thu, 12 Jul 2007 20:31:10 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070712203110.07aa3baf@gumby.homeunix.com.> In-Reply-To: <200707121142.10689.freebsd@dfwlp.com> References: <200707120846.26845.freebsd@dfwlp.com> <20070712105343.60251d12.bsd-unix@earthlink.net> <200707121142.10689.freebsd@dfwlp.com> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: /usr/ports/packages cleanup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 19:31:17 -0000 On Thu, 12 Jul 2007 11:42:10 -0500 Jonathan Horne wrote: > On Thursday 12 July 2007 09:53:43 Randy Pratt wrote: > > On Thu, 12 Jul 2007 08:46:26 -0500 > > > > Jonathan Horne wrote: > > > my packages dir is starting to have more than a few packages of > > > incrementing versions. example: > > > > > > [jhorne@athena All] $ ls kde-3* > > > kde-3.5.6_1.tbz kde-3.5.7.tbz > > > > > > is there a simple way to clean the packages directory, and only > > > keep the latest version of each package? > > > > I use "portsclean -P" to clean out /usr/ports/packages. Perhaps it > > is what you're looking for. > > > > Randy > > well this is my build server as well as my workstation, so i have > many packages that ive built that i require for my servers, that > might not be installed on my workstation. portsclean -P would > probably purge off a lot of things that i still need. It's only supposed to clean out-of-date packages. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 19:35:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF42C16A46D for ; Thu, 12 Jul 2007 19:35:52 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id A91DF13C4B9 for ; Thu, 12 Jul 2007 19:35:52 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id B585D51926 for ; Thu, 12 Jul 2007 15:35:50 -0400 (EDT) Date: Thu, 12 Jul 2007 20:35:47 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070712203547.18f8f934@gumby.homeunix.com.> In-Reply-To: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 19:35:52 -0000 On Thu, 12 Jul 2007 20:01:58 +0100 Jamie Jones wrote: > > Details here: > > http://flash.freebsd.bishopston.net/topic_3.html > > Incidently, I set up this site a while back to help us centralise all > the various tips and suggestions relating to Flash on Freebsd, but > have not yet had a chance to mention it. > > It would be useful if people with flash on bsd tips or questions > posted here! I don't recall ever having a problem with sound on youtube with Flash7 - the problems were with Flash9 which relies on ALSA. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 18:33:29 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4304916A41F for ; Thu, 12 Jul 2007 18:33:29 +0000 (UTC) (envelope-from que_deseja@hotmail.com) Received: from bay0-omc1-s20.bay0.hotmail.com (bay0-omc1-s20.bay0.hotmail.com [65.54.246.92]) by mx1.freebsd.org (Postfix) with ESMTP id 3129413C489 for ; Thu, 12 Jul 2007 18:33:29 +0000 (UTC) (envelope-from que_deseja@hotmail.com) Received: from hotmail.com ([65.54.162.19]) by bay0-omc1-s20.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Thu, 12 Jul 2007 11:33:28 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 12 Jul 2007 11:33:28 -0700 Message-ID: Received: from 65.54.162.200 by by108fd.bay108.hotmail.msn.com with HTTP; Thu, 12 Jul 2007 18:33:26 GMT X-Originating-IP: [65.34.175.5] X-Originating-Email: [que_deseja@hotmail.com] X-Sender: que_deseja@hotmail.com From: "Desmond Chapman" To: freebsd-questions@freebsd.org Date: Thu, 12 Jul 2007 18:33:26 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 12 Jul 2007 18:33:28.0830 (UTC) FILETIME=[242A71E0:01C7C4B3] X-Mailman-Approved-At: Thu, 12 Jul 2007 19:39:19 +0000 Subject: Thanks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 18:33:29 -0000 Thank you for the help with my mouse problem. _________________________________________________________________ Need a brain boost? Recharge with a stimulating game. Play now!═ http://club.live.com/home.aspx?icid=club_hotmailtextlink1 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 19:52:05 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4594316A473 for ; Thu, 12 Jul 2007 19:52:05 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from balder-227.proper.com (Balder-227.Proper.COM [192.245.12.227]) by mx1.freebsd.org (Postfix) with ESMTP id 0C0E213C4C6 for ; Thu, 12 Jul 2007 19:52:04 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from [165.227.249.210] (dsl-63-249-108-169.cruzio.com [63.249.108.169]) (authenticated bits=0) by balder-227.proper.com (8.13.5/8.13.5) with ESMTP id l6CJcrx3066865 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 12 Jul 2007 12:38:54 -0700 (MST) (envelope-from phoffman@proper.com) Mime-Version: 1.0 Message-Id: Date: Thu, 12 Jul 2007 12:38:10 -0700 To: freebsd-questions@FreeBSD.ORG From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" Cc: Subject: Making a mounted ISO image of a CD-ROM writable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 19:52:05 -0000 Greetings again. I want to make an ISO image of the FreeBSD distribution with a boot.config file that contains "/boot/loader -h". I have the ISO image as a file on my hard drive, and have mounted it on /mnt: mdconfig -a -t vnode -f /path/to/my/bootable.iso -u 0 mount -w -t cd9660 /dev/md0 /mnt However, when I try to create files on /mnt, I get: -su: boot.config: Read-only file system How do I make it so that I can write into /mnt so that I can then later save those back to the ISO image? --Paul Hoffman From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 20:13:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62C4916A41F for ; Thu, 12 Jul 2007 20:13:19 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 1859113C45E for ; Thu, 12 Jul 2007 20:13:18 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l6CKDGC7037709 for ; Thu, 12 Jul 2007 15:13:16 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Thu, 12 Jul 2007 15:13:15 -0500 User-Agent: KMail/1.9.6 References: <200707120846.26845.freebsd@dfwlp.com> <200707121142.10689.freebsd@dfwlp.com> <20070712203110.07aa3baf@gumby.homeunix.com.> In-Reply-To: <20070712203110.07aa3baf@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707121513.15279.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: /usr/ports/packages cleanup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 20:13:19 -0000 On Thursday 12 July 2007 14:31:10 RW wrote: > It's only supposed to =A0clean out-of-date packages. well tomorrow morning after full backup, i can certainly give that a try an= d=20 see how it goes. cheers, =2D-=20 Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 20:19:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA58E16A400 for ; Thu, 12 Jul 2007 20:19:07 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id C5BB513C4BD for ; Thu, 12 Jul 2007 20:19:07 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 38D407F8C for ; Thu, 12 Jul 2007 16:19:05 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 191D5B667C for ; Thu, 12 Jul 2007 20:19:04 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Thu, 12 Jul 2007 20:19:02 +0000 References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> In-Reply-To: <20070712203547.18f8f934@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707122019.02916.lists-fbsd@shadypond.com> Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 20:19:08 -0000 On Thursday 12 July 2007 19:35:47 RW wrote: > > I don't recall ever having a problem with sound on youtube with Flash7 > - the problems were with Flash9 which relies on ALSA. Does that mean Flash9 is a no-go on FreeBSD? From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 20:45:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EC9216A400 for ; Thu, 12 Jul 2007 20:45:45 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.freebsd.org (Postfix) with ESMTP id 4209F13C448 for ; Thu, 12 Jul 2007 20:45:45 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 63F388264; Thu, 12 Jul 2007 15:45:44 -0500 (CDT) Received: from [192.168.1.5] (unknown [192.168.2.1]) by mail.tcbug.org (Postfix) with ESMTP id D73EB341C0C; Thu, 12 Jul 2007 15:45:43 -0500 (CDT) From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Thu, 12 Jul 2007 15:45:40 -0500 User-Agent: KMail/1.9.6 References: <20070711174502.GB1435@Grumpy.DynDNS.org> <20070712161106.GB7989@Grumpy.DynDNS.org> In-Reply-To: <20070712161106.GB7989@Grumpy.DynDNS.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1538468.E7QzZ4PhJn"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707121545.43465.josh@tcbug.org> Cc: fbsd2 , David Kelly Subject: Re: 10Mbps versus 100Mbps Cable Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 20:45:45 -0000 --nextPart1538468.E7QzZ4PhJn Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 12 July 2007, David Kelly wrote: > On Thu, Jul 12, 2007 at 11:21:50AM -0400, fbsd2 wrote: > > Am I missing some thing here? > > I though 10Mbps/100Mbps ends up controlling the > > max packet size traveling over the internet. > > Yes, you are missing something. > > > So if your using 10Mbps, you end up generating 10 separate > > packets versus 1 packet at 100Mbps to move the same amount of > > data. > > No, MTU stays the same. Jumbo packet support is popular for gigabit > ethernet but MTU is generally limited to 1500 for external internet > connections. The ethernet port being 10mbps is only a problem if your being sold=20 more than 10mbps of bandwidth, in which case it would be a=20 bottleneck. Since the cable provider is installing these modems it=20 would seem they aren't trying to sell higher link speeds than that. =2D-=20 Thanks, Josh Paetzel --nextPart1538468.E7QzZ4PhJn Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGlpL3JvkB8SevrssRAis5AJsEFY0Tz/3Nr5dmlPUygtC7pCHuhgCfZX6P DNQ3mkOwwAH7l/Sc0eoNDDM= =Wr7+ -----END PGP SIGNATURE----- --nextPart1538468.E7QzZ4PhJn-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 20:53:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCC0216A469 for ; Thu, 12 Jul 2007 20:53:28 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.freebsd.org (Postfix) with ESMTP id 67BA213C455 for ; Thu, 12 Jul 2007 20:53:28 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6CKrLbB038653; Thu, 12 Jul 2007 22:53:22 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 6B882B822; Thu, 12 Jul 2007 22:53:21 +0200 (CEST) Date: Thu, 12 Jul 2007 22:53:21 +0200 From: Roland Smith To: Paul Hoffman Message-ID: <20070712205321.GA42450@slackbox.xs4all.nl> Mail-Followup-To: Paul Hoffman , freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Making a mounted ISO image of a CD-ROM writable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 20:53:29 -0000 --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 12, 2007 at 12:38:10PM -0700, Paul Hoffman wrote: > Greetings again. I want to make an ISO image of the FreeBSD distribution= =20 > with a boot.config file that contains "/boot/loader -h". I have the ISO= =20 > image as a file on my hard drive, and have mounted it on /mnt: >=20 > mdconfig -a -t vnode -f /path/to/my/bootable.iso -u 0 > mount -w -t cd9660 /dev/md0 /mnt >=20 > However, when I try to create files on /mnt, I get: >=20 > -su: boot.config: Read-only file system >=20 > How do I make it so that I can write into /mnt so that I can then later= =20 > save those back to the ISO image? Try the sysutils/isomaster port. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGlpTBEnfvsMMhpyURAod0AKCfkWspTwYh3JrGmqTlKsf+shbZuwCePDS2 Vo5qkNH4e2csTMQNvf+J+Gg= =7rZ0 -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 21:12:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D9A216A41F for ; Thu, 12 Jul 2007 21:12:11 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from tiltup.nepinc.com (tiltup.nepinc.com [66.207.136.20]) by mx1.freebsd.org (Postfix) with ESMTP id 6665213C489 for ; Thu, 12 Jul 2007 21:12:11 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from haiti.nepinc.com (pgh.nepinc.com [66.207.129.50]) (authenticated bits=0) by tiltup.nepinc.com (8.13.4/8.13.4) with ESMTP id l6CLCAgJ032439; Thu, 12 Jul 2007 17:12:10 -0400 (EDT) (envelope-from freebsd@voidmain.net) Message-ID: <46969928.5070204@voidmain.net> Date: Thu, 12 Jul 2007 17:12:08 -0400 From: Tom Grove User-Agent: Thunderbird 2.0.0.4 (X11/20070618) MIME-Version: 1.0 To: pj References: <46966E35.6040105@videotron.ca> In-Reply-To: <46966E35.6040105@videotron.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: cups 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: Thu, 12 Jul 2007 21:12:11 -0000 pj wrote: > Try as you may, CUPS does not seem to be installable. > > When installing the cups (metaport) on FBSD6.2 I get the error message: > > "===> cups-1.2.10_1 depends on executable: espgs - not found > ===> Verifying install for espgs in /usr/ports/print/cups-pstoraster > ===> Installing for cups-pstoraster-8.15.4_1 > ===> cups-pstoraster-8.15.4_1 depends on executable: gs - not found > ===> Verifying install for gs in /usr/ports/print/ghostscript-gpl > ===> Building for ghostscript-gpl-8.57 > >>> in pre-build ... > >>> creating directories for compilation ... > >>> building EPAG utility ... > gmake: `ert' is up to date. > >>> creating symlinks for EPAG ... > ./obj/echogs -w ./obj/ldt.tr -n - cc -pthread -L/usr/local/lib -o > ./bin/gs > ./obj/echogs -a ./obj/ldt.tr -n -s ./obj/gs.o -s > cat ./obj/ld.tr >>./obj/ldt.tr > ./obj/echogs -a ./obj/ldt.tr -s - -lm > if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ > XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ > FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= > DEVICE_DEVS3= \ > DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= > DEVICE_DEVS8= \ > DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ > DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ > DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ > DEVICE_DEVS_EXTRA= \ > /bin/sh <./obj/ldt.tr > *** Error code 2 > > Stop in /usr/ports/print/ghostscript-gpl. > *** Error code 1 > > Stop in /usr/ports/print/cups-pstoraster. > *** Error code 1 > > Stop in /usr/ports/print/cups." > > Any ideas? I'm completely lost at this point. > > Phil > _______________________________________________ > 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" portsnap fetch; portsnap extract Then start over. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 21:13:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0379C16A469 for ; Thu, 12 Jul 2007 21:13:39 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from balder-227.proper.com (Balder-227.Proper.COM [192.245.12.227]) by mx1.freebsd.org (Postfix) with ESMTP id D5EB313C487 for ; Thu, 12 Jul 2007 21:13:38 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from [10.20.30.108] (dsl-63-249-108-169.cruzio.com [63.249.108.169]) (authenticated bits=0) by balder-227.proper.com (8.13.5/8.13.5) with ESMTP id l6CLDabj075270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 12 Jul 2007 14:13:37 -0700 (MST) (envelope-from phoffman@proper.com) Mime-Version: 1.0 Message-Id: In-Reply-To: <20070712205321.GA42450@slackbox.xs4all.nl> References: <20070712205321.GA42450@slackbox.xs4all.nl> Date: Thu, 12 Jul 2007 14:13:35 -0700 To: Roland Smith From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" Cc: freebsd-questions@freebsd.org Subject: Re: Making a mounted ISO image of a CD-ROM writable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 21:13:39 -0000 At 10:53 PM +0200 7/12/07, Roland Smith wrote: >On Thu, Jul 12, 2007 at 12:38:10PM -0700, Paul Hoffman wrote: >> Greetings again. I want to make an ISO image of the FreeBSD distribution >> with a boot.config file that contains "/boot/loader -h". I have the ISO >> image as a file on my hard drive, and have mounted it on /mnt: >> >> mdconfig -a -t vnode -f /path/to/my/bootable.iso -u 0 >> mount -w -t cd9660 /dev/md0 /mnt >> >> However, when I try to create files on /mnt, I get: >> >> -su: boot.config: Read-only file system >> >> How do I make it so that I can write into /mnt so that I can then later >> save those back to the ISO image? > >Try the sysutils/isomaster port. Er, thanks, but I am running on a text-only system. Looks nice, however. Other thoughts? I would hope this would be as easy as "run this program to change the image to read-write". --Paul Hoffman From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 21:26:41 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E22CB16A468 for ; Thu, 12 Jul 2007 21:26:41 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id BB86F13C487 for ; Thu, 12 Jul 2007 21:26:41 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id F24A951985 for ; Thu, 12 Jul 2007 17:26:39 -0400 (EDT) Date: Thu, 12 Jul 2007 22:26:35 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070712222635.7bc880a9@gumby.homeunix.com.> In-Reply-To: <200707122019.02916.lists-fbsd@shadypond.com> References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> <200707122019.02916.lists-fbsd@shadypond.com> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 21:26:42 -0000 On Thu, 12 Jul 2007 20:19:02 +0000 Pollywog wrote: > On Thursday 12 July 2007 19:35:47 RW wrote: > > > > > I don't recall ever having a problem with sound on youtube with > > Flash7 > > - the problems were with Flash9 which relies on ALSA. > > Does that mean Flash9 is a no-go on FreeBSD? It means there's no sound with Flash9. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 22:18:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20F9716A473 for ; Thu, 12 Jul 2007 22:18:43 +0000 (UTC) (envelope-from jamie@bishopston.net) Received: from pacha.mail.bishopston.net (pacha.mail.bishopston.net [66.148.74.43]) by mx1.freebsd.org (Postfix) with ESMTP id D949313C45A for ; Thu, 12 Jul 2007 22:18:42 +0000 (UTC) (envelope-from jamie@bishopston.net) X-Catflap-Envelope-From: X-Catflap-Envelope-To: freebsd-questions@freebsd.org Received: from catflap.bishopston.net (jamie@localhost [127.0.0.1]) by catflap.bishopston.net (8.14.1/8.14.1) with ESMTP id l6CMIgOW031072; Thu, 12 Jul 2007 23:18:42 +0100 (BST) (envelope-from jamie@catflap.bishopston.net) Received: (from jamie@localhost) by catflap.bishopston.net (8.14.1/8.12.9/Submit) id l6CMIgFE031071; Thu, 12 Jul 2007 23:18:42 +0100 (BST) From: Jamie Jones Message-Id: <200707122218.l6CMIgFE031071@catflap.bishopston.net> Date: Thu, 12 Jul 2007 23:18:42 +0100 Organization: http://www.bishopston.com/jamie/ To: freebsd-questions@freebsd.org, fbsd06@mlists.homeunix.com References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> <200707122019.02916.lists-fbsd@shadypond.com> <20070712222635.7bc880a9@gumby.homeunix.com.> In-Reply-To: <20070712222635.7bc880a9@gumby.homeunix.com.> User-Agent: Heirloom mailx 12.2 01/07/07 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (catflap.bishopston.net [127.0.0.1]); Thu, 12 Jul 2007 23:18:42 +0100 (BST) Cc: Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 22:18:43 -0000 > On Thu, 12 Jul 2007 20:19:02 +0000 > Pollywog wrote: > > > On Thursday 12 July 2007 19:35:47 RW wrote: > > > > > > > > I don't recall ever having a problem with sound on youtube with > > > Flash7 > > > - the problems were with Flash9 which relies on ALSA. Are you using it with the linux-binary ? I don't know anyone who has managed to get sound from youtube (other sites are ok) with linux-flashplugin7 under a native browser with the pluginwrapper before now! > > Does that mean Flash9 is a no-go on FreeBSD? > > It means there's no sound with Flash9. The flashplugin9 port comes with lofi's compiled "libflashsupport" tuned to OSS, so that shouldn't be an issue. Indeed, I just tried flash9 again, and I do get sound (the other issues with flash9 are another story) Cheers, Jamie From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 22:59:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34F2D16A468 for ; Thu, 12 Jul 2007 22:59:34 +0000 (UTC) (envelope-from pfraser@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id E5DE613C459 for ; Thu, 12 Jul 2007 22:59:33 +0000 (UTC) (envelope-from pfraser@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so257901nzf for ; Thu, 12 Jul 2007 15:59:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TKlcjrA7aCLaeIpM9/iiCOWqbgXKBPFYXbGG0/HXPtsprXToP2PQbWekHVLpmPvt5RqElO0BajoqlL7wtP0dzXZQw1vJlBPgdeqn+cS0s847/S07+be5P5NnPULB5SScB9J5M9hCFVWUP7QQ4caILuJU6qWPAx6/PpKOoB/zBXc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Pz6/7uHq/qsU2yqhFJyJI1QCaHjssL6XZCRKvHzEwxPlpINMRQuJKn/Ci+L/uDbSbjLA+ecGV1si6N8rHfUY2ghsrtz+e3+vVsL+cgktR/+pcvBkAMR0fRgQuaabGJQuozgFQq2GejHOjlrl+ZIJn0fCoWnGQ5KU+s0+aGup5f0= Received: by 10.65.73.16 with SMTP id a16mr1940601qbl.1184279584680; Thu, 12 Jul 2007 15:33:04 -0700 (PDT) Received: by 10.65.196.8 with HTTP; Thu, 12 Jul 2007 15:33:04 -0700 (PDT) Message-ID: Date: Fri, 13 Jul 2007 08:33:04 +1000 From: "Paul Fraser" To: "Jamie Jones" In-Reply-To: <200707122218.l6CMIgFE031071@catflap.bishopston.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> <200707122019.02916.lists-fbsd@shadypond.com> <20070712222635.7bc880a9@gumby.homeunix.com.> <200707122218.l6CMIgFE031071@catflap.bishopston.net> Cc: fbsd06@mlists.homeunix.com, freebsd-questions@freebsd.org Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 22:59:34 -0000 On 7/13/07, Jamie Jones wrote: > I don't know anyone who has managed to get sound from youtube (other sites are ok) > with linux-flashplugin7 under a native browser with the pluginwrapper before now! Hi Jamie, You can add me to your list of others who've had no problems with flash7/Youtube running in a native browser. Actually that's not entirely true - the only "problem" is sound drops out of sync almost straight away, but otherwise it works just fine. -- Regards, Paul Fraser // Independent Technical Consultant // Ph: +61 405 341 905 // furyc0de.net This correspondence and any related attachments are confidential. Distribution, reproduction, or release (public domain or otherwise) without the author's prior written consent is STRICTLY FORBIDDEN. Failure to distribute any of the aforementioned without this footer (intact and unmodified) is also STRICTLY FORBIDDEN. Failure to abide by these terms and conditions can result in legal action. If you have received this correspondance in error, or believe any of these terms have been breached, you are requested to contact the author immediately and take steps to destroy all copies in your possession. PGP KeyID: 0x64E635B1 Keyserver: pgp.mit.edu:11371 Key fingerprint: CDA3 0797 68B9 0EC1 D4D3 A7B9 D7D7 4924 64E6 35B1 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 23:09:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61EEB16A400 for ; Thu, 12 Jul 2007 23:09:13 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-7.EUnet.yu (smtpclu-7.eunet.yu [194.247.192.232]) by mx1.freebsd.org (Postfix) with ESMTP id E3C9E13C448 for ; Thu, 12 Jul 2007 23:09:12 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-235-248.eunet.yu [213.198.235.248]) by smtpclu-7.EUnet.yu (8.13.6/8.13.6) with ESMTP id l6CM2kvK025399; Fri, 13 Jul 2007 00:02:47 +0200 Message-Id: <200707122202.l6CM2kvK025399@smtpclu-7.EUnet.yu> Date: Fri, 13 Jul 2007 01:09:12 +0200 From: Nikola Lecic To: Jamie Jones In-Reply-To: <200707122218.l6CMIgFE031071@catflap.bishopston.net> References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> <200707122019.02916.lists-fbsd@shadypond.com> <20070712222635.7bc880a9@gumby.homeunix.com.> <200707122218.l6CMIgFE031071@catflap.bishopston.net> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_20,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.7 Cc: fbsd06@mlists.homeunix.com, freebsd-questions@freebsd.org Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 23:09:13 -0000 On Thu, 12 Jul 2007 23:18:42 +0100 Jamie Jones wrote: > > On Thu, 12 Jul 2007 20:19:02 +0000 > > Pollywog wrote: > > > > > On Thursday 12 July 2007 19:35:47 RW wrote: > > >=20 > > > > > > > > I don't recall ever having a problem with sound on youtube with > > > > Flash7 > > > > - the problems were with Flash9 which relies on ALSA. >=20 > Are you using it with the linux-binary ? >=20 > I don't know anyone who has managed to get sound from youtube (other > sites are ok) with linux-flashplugin7 under a native browser with the > pluginwrapper before now! Then you obviously don't read lists very much... :) Please visit the following threads (read all posts that follow): http://lists.freebsd.org/pipermail/freebsd-questions/2007-June/150737.html http://lists.freebsd.org/pipermail/freebsd-questions/2007-June/150773.htm= l=20 For some thoughts about alsa: http://lists.freebsd.org/pipermail/freebsd-multimedia/2007-July/007115.ht= ml And one very interesting investigation by Matteo Riondato: http://www.riondabsd.net/2007/05/23/flash-on-freebsd-using-gnash/ Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 23:57:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0812E16A421 for ; Thu, 12 Jul 2007 23:57:30 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from host222.ipowerweb.com (host222.ipowerweb.com [66.235.210.10]) by mx1.freebsd.org (Postfix) with SMTP id DB5B713C455 for ; Thu, 12 Jul 2007 23:57:29 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 21169 invoked from network); 12 Jul 2007 23:52:14 -0000 Received: from unknown (HELO demeter.hydra) (24.9.123.251) by host222.ipowerweb.com with SMTP; 12 Jul 2007 23:52:14 -0000 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l6CNvSNG095422 for ; Thu, 12 Jul 2007 17:57:28 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l6CNvRww095421 for freebsd-questions@freebsd.org; Thu, 12 Jul 2007 17:57:27 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Thu, 12 Jul 2007 17:57:27 -0600 From: Chad Perrin To: freebsd-questions@freebsd.org Message-ID: <20070712235727.GA95372@demeter.hydra> Mail-Followup-To: freebsd-questions@freebsd.org References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> <200707122019.02916.lists-fbsd@shadypond.com> <20070712222635.7bc880a9@gumby.homeunix.com.> <200707122218.l6CMIgFE031071@catflap.bishopston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200707122218.l6CMIgFE031071@catflap.bishopston.net> User-Agent: Mutt/1.4.2.2i Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 23:57:30 -0000 On Thu, Jul 12, 2007 at 11:18:42PM +0100, Jamie Jones wrote: > > On Thu, 12 Jul 2007 20:19:02 +0000 > > Pollywog wrote: > > > > > On Thursday 12 July 2007 19:35:47 RW wrote: > > > > > > > > > > > I don't recall ever having a problem with sound on youtube with > > > > Flash7 > > > > - the problems were with Flash9 which relies on ALSA. > > Are you using it with the linux-binary ? > > I don't know anyone who has managed to get sound from youtube (other sites are ok) > with linux-flashplugin7 under a native browser with the pluginwrapper before now! The Linux Flash plugin is working fine, including sound, on YouTube, with my FreeBSD-native browser. I'm using the nspluginwrapper port for a plugin wrapper (as opposed to the linuxpluginwrapper). > > > > Does that mean Flash9 is a no-go on FreeBSD? > > > > It means there's no sound with Flash9. > > The flashplugin9 port comes with lofi's compiled "libflashsupport" tuned to OSS, > so that shouldn't be an issue. > > Indeed, I just tried flash9 again, and I do get sound (the other issues with flash9 > are another story) Yeah . . . Flash 9 is quite broken for me. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Paul Graham: "Real ugliness is not harsh-looking syntax, but having to build programs out of the wrong concepts." From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 00:28:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 579BE16A468 for ; Fri, 13 Jul 2007 00:28:10 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id C693913C46C for ; Fri, 13 Jul 2007 00:28:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I990u-00016A-AY for freebsd-questions@freebsd.org; Fri, 13 Jul 2007 02:28:04 +0200 Received: from r5j156.net.upc.cz ([86.49.9.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Jul 2007 02:28:04 +0200 Received: from gamato by r5j156.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Jul 2007 02:28:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: martinko Date: Fri, 13 Jul 2007 02:27:55 +0200 Lines: 71 Message-ID: References: <17838240D9A5544AAA5FF95F8D520316022AC752@ad-exh01.adhost.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5j156.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.4) Gecko/20070531 SeaMonkey/1.1.2 In-Reply-To: <17838240D9A5544AAA5FF95F8D520316022AC752@ad-exh01.adhost.lan> Sender: news Subject: Re: cannot log in via console, cannot su(1), only as root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 00:28:10 -0000 Michael K. Smith - Adhost wrote: > Hello Martinko: > >> -----Original Message----- >> From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- >> questions@freebsd.org] On Behalf Of martinko >> Sent: Saturday, July 07, 2007 4:36 PM >> To: freebsd-questions@freebsd.org >> Subject: Re: cannot log in via console, cannot su(1), only as root >> >> martinko wrote: >>> hello list, >>> >>> i was updating sw configuration of my old computer and towards the >> end i >>> noticed i couldn't log in on local console other than root. i tried >>> remote ssh using public keys which worked but i found out su(1) to >> any >>> user except root does not work either. i've no idea how i could >>> possibly manage to "break" my system like this and unfortunately i >> need >>> to fix it by tomorrow. therefore i would really appreciate your >> prompt >>> hints as what to check etc. >>> >> some more details follow ... >> >> upgrade from 6.0-R to 6.2-R >> everything went ok .. >> i was doing changes in /etc based on my other computer settings >> i was working via ssh(1), therefore i haven't noticed when logging on >> console stopped working. >> >> what works: >> log in via ssh(1) using public/private keys >> log in on local console as root >> su(1) to root >> >> what doesn't work: >> log in via ssh(1) using password >> log in on local console as a normal user >> su(1) to a normal user (it even doesn't ask for password a throws >> "sorry") >> >> besides, as root i'm able to change passwords via passwd(1), but it >> doesn't help and a normal user cannot change their own password (old >> password check would fail). >> >> i ran vipw(8) and it doesn't seem to me there's something wrong with > my >> files. >> >> any hints pls ?? >> > > The normal user would have to be a member of the "wheel" group to use su > at any point. If your normal user logs in via ssh/console/whatever, > they should be able to run the passwd command to change their own > password. You wouldn't want them to su to do so. If you want to test > this, add your normal user to the wheel group, log in again and see if > it works. > I'm not having problem with a password as such. I can change it. I just cannot log in using password as any user apart from root, whether logging locally (console) or remotely (ssh). Users I tried su(1) are of course members of wheel group. su(1) failed before even accepting any password. There's something wrong somewhere and I need to find it, just don't know how. Any ideas pls ?? Martin From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 01:46:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB1A716A411 for ; Fri, 13 Jul 2007 01:46:37 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 8B3B413CD14 for ; Fri, 13 Jul 2007 01:40:51 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 10419 invoked from network); 12 Jul 2007 20:40:51 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 12 Jul 2007 20:40:51 -0500 Date: Fri, 13 Jul 2007 11:40:47 +1000 From: Norberto Meijome To: Chad Perrin Message-ID: <20070713114047.5818c8f0@localhost> In-Reply-To: <20070712235727.GA95372@demeter.hydra> References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> <200707122019.02916.lists-fbsd@shadypond.com> <20070712222635.7bc880a9@gumby.homeunix.com.> <200707122218.l6CMIgFE031071@catflap.bishopston.net> <20070712235727.GA95372@demeter.hydra> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 01:46:38 -0000 On Thu, 12 Jul 2007 17:57:27 -0600 Chad Perrin wrote: > > Indeed, I just tried flash9 again, and I do get sound (the other issues with flash9 > > are another story) > > Yeah . . . Flash 9 is quite broken for me. "Me too" :) _________________________ {Beto|Norberto|Numard} Meijome "Religion is what the common people see als true, the wise see as false, and the rulers see as useful." Seneca I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 01:46:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73C9516A55E for ; Fri, 13 Jul 2007 01:46:40 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 1DC5D13CC82 for ; Fri, 13 Jul 2007 01:38:05 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MH-MR002.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL30053GGJFSL80@VL-MH-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Thu, 12 Jul 2007 21:38:04 -0400 (EDT) Date: Thu, 12 Jul 2007 21:38:05 -0400 From: pj In-reply-to: <46969928.5070204@voidmain.net> To: Tom Grove Message-id: <4696D77D.6020902@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <46966E35.6040105@videotron.ca> <46969928.5070204@voidmain.net> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: freebsd-questions@freebsd.org Subject: Re: cups 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: Fri, 13 Jul 2007 01:46:44 -0000 Tom Grove wrote: > pj wrote: >> Try as you may, CUPS does not seem to be installable. >> >> When installing the cups (metaport) on FBSD6.2 I get the error message: >> >> "===> cups-1.2.10_1 depends on executable: espgs - not found >> ===> Verifying install for espgs in /usr/ports/print/cups-pstoraster >> ===> Installing for cups-pstoraster-8.15.4_1 >> ===> cups-pstoraster-8.15.4_1 depends on executable: gs - not found >> ===> Verifying install for gs in /usr/ports/print/ghostscript-gpl >> ===> Building for ghostscript-gpl-8.57 >> >>> in pre-build ... >> >>> creating directories for compilation ... >> >>> building EPAG utility ... >> gmake: `ert' is up to date. >> >>> creating symlinks for EPAG ... >> ./obj/echogs -w ./obj/ldt.tr -n - cc -pthread -L/usr/local/lib -o >> ./bin/gs >> ./obj/echogs -a ./obj/ldt.tr -n -s ./obj/gs.o -s >> cat ./obj/ld.tr >>./obj/ldt.tr >> ./obj/echogs -a ./obj/ldt.tr -s - -lm >> if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ >> XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ >> FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= >> DEVICE_DEVS3= \ >> DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= >> DEVICE_DEVS8= \ >> DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ >> DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ >> DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ >> DEVICE_DEVS_EXTRA= \ >> /bin/sh <./obj/ldt.tr ./obj/gdevdevn.o(.text+0x39d): In function 'devn_get_params': :undefined reference to 'sample_devide_crd_get_params' ./obj/gdevxcf.o(.text+0x6ba): In function 'xcf_get_params': :undefined reference to 'sample_device_crd_get_params' gmake: *** [bin/gs] KError 1 >> *** Error code 2 >> >> Stop in /usr/ports/print/ghostscript-gpl. >> *** Error code 1 >> >> Stop in /usr/ports/print/cups-pstoraster. >> *** Error code 1 >> >> Stop in /usr/ports/print/cups." >> >> Any ideas? I'm completely lost at this point. >> >> Phil >> _______________________________________________ >> 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" > portsnap fetch; portsnap extract > > Then start over. > _______________________________________________ > 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" > Actually, I had done portsnap just before trying cups make install clean. That's why I am a bit "lost" I just redid it after portsnap and there is little change: same error message plus - see above. Phil From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 01:46:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2969516A4E2 for ; Fri, 13 Jul 2007 01:46:42 +0000 (UTC) (envelope-from jamie@bishopston.net) Received: from pacha.mail.bishopston.net (pacha.mail.bishopston.net [66.148.74.43]) by mx1.freebsd.org (Postfix) with ESMTP id 0273513C836 for ; Fri, 13 Jul 2007 01:24:06 +0000 (UTC) (envelope-from jamie@bishopston.net) X-Catflap-Envelope-From: Received: from catflap.bishopston.net (jamie@localhost [127.0.0.1]) by catflap.bishopston.net (8.14.1/8.14.1) with ESMTP id l6D1NppQ012171; Fri, 13 Jul 2007 02:23:52 +0100 (BST) (envelope-from jamie@catflap.bishopston.net) Received: (from jamie@localhost) by catflap.bishopston.net (8.14.1/8.12.9/Submit) id l6D1NpK2012170; Fri, 13 Jul 2007 02:23:51 +0100 (BST) From: Jamie Jones Message-Id: <200707130123.l6D1NpK2012170@catflap.bishopston.net> Date: Fri, 13 Jul 2007 02:23:51 +0100 Organization: http://www.bishopston.com/jamie/ To: nlecic@EUnet.yu, jamie@bishopston.net References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> <200707122019.02916.lists-fbsd@shadypond.com> <20070712222635.7bc880a9@gumby.homeunix.com.> <200707122218.l6CMIgFE031071@catflap.bishopston.net> <200707122202.l6CM2kvK025399@smtpclu-7.EUnet.yu> In-Reply-To: <200707122202.l6CM2kvK025399@smtpclu-7.EUnet.yu> User-Agent: Heirloom mailx 12.2 01/07/07 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (catflap.bishopston.net [127.0.0.1]); Fri, 13 Jul 2007 02:23:52 +0100 (BST) Cc: fbsd06@mlists.homeunix.com, freebsd-questions@freebsd.org Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 01:46:45 -0000 > Then you obviously don't read lists very much... :) Please visit > the following threads (read all posts that follow): > > http://lists.freebsd.org/pipermail/freebsd-questions/2007-June/150737.html > http://lists.freebsd.org/pipermail/freebsd-questions/2007-June/150773.html > > For some thoughts about alsa: > > http://lists.freebsd.org/pipermail/freebsd-multimedia/2007-July/007115.html I HAD read those before (and now again!) -- none of them mention youtube/audio/flashplugin7 ! > And one very interesting investigation by Matteo Riondato: > > http://www.riondabsd.net/2007/05/23/flash-on-freebsd-using-gnash/ thanks, that's interesting.. cheers, Jamie From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 01:46:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E30F16A574 for ; Fri, 13 Jul 2007 01:46:43 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 2013813CCB3 for ; Fri, 13 Jul 2007 01:38:51 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 10307 invoked from network); 12 Jul 2007 20:38:52 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 12 Jul 2007 20:38:51 -0500 Date: Fri, 13 Jul 2007 11:38:47 +1000 From: Norberto Meijome To: Jamie Jones Message-ID: <20070713113847.2ac2c12e@localhost> In-Reply-To: <200707122218.l6CMIgFE031071@catflap.bishopston.net> References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> <200707122019.02916.lists-fbsd@shadypond.com> <20070712222635.7bc880a9@gumby.homeunix.com.> <200707122218.l6CMIgFE031071@catflap.bishopston.net> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: fbsd06@mlists.homeunix.com, freebsd-questions@freebsd.org Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 01:46:47 -0000 On Thu, 12 Jul 2007 23:18:42 +0100 Jamie Jones wrote: > I don't know anyone who has managed to get sound from youtube (other sites are ok) > with linux-flashplugin7 under a native browser with the pluginwrapper before now! if 'before now' > 6 months ago, i dont know as i couldnt get it to work at all with native ffox back then. if 'before now' == last 2 weeks, yes, as posted to this list, working great with native ffox instead of ffox linux. _________________________ {Beto|Norberto|Numard} Meijome "Egotism is the anesthetic that dulls the pain of stupidity." Frank Leahy I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 01:46:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BA0716A60A for ; Fri, 13 Jul 2007 01:46:51 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id A474813C459 for ; Fri, 13 Jul 2007 01:46:27 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 10757 invoked from network); 12 Jul 2007 20:46:28 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 12 Jul 2007 20:46:27 -0500 Date: Fri, 13 Jul 2007 11:46:23 +1000 From: Norberto Meijome To: pj Message-ID: <20070713114623.5918fc69@localhost> In-Reply-To: <46959377.3080304@videotron.ca> References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> <46959377.3080304@videotron.ca> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Schiz0 , freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 01:46:57 -0000 On Wed, 11 Jul 2007 22:35:35 -0400 pj wrote: > > Apache22 from ports doesn't use SSL by default. Check your httpd.conf > > file and make sure the LoadModule for "ssl_module" line is commented > > out. > > > The latest 2.2.4 does by default. The first thing I had done was to > comment out the ssl_module. But that did not change anything. can you please show : - the output of pkg_info | grep apache - which file you changed - what line/s you changed - what did you do after you changed the config - how are you determining that 'nothing has changed' thx _________________________ {Beto|Norberto|Numard} Meijome Quantum Logic Chicken: The chicken is distributed probabalistically on all sides of the road until you observe it on the side of your course. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 02:08:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3BB416A405 for ; Fri, 13 Jul 2007 02:08:59 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-2.EUnet.yu (smtpclu-2.eunet.yu [194.247.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id 60C2013C4B9 for ; Fri, 13 Jul 2007 02:08:59 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-235-248.eunet.yu [213.198.235.248]) by smtpclu-2.EUnet.yu (8.13.6/8.13.6) with ESMTP id l6D28ijD006283; Fri, 13 Jul 2007 04:08:45 +0200 Message-Id: <200707130208.l6D28ijD006283@smtpclu-2.EUnet.yu> Date: Fri, 13 Jul 2007 04:09:05 +0200 From: Nikola Lecic To: Jamie Jones In-Reply-To: <200707130123.l6D1NpK2012170@catflap.bishopston.net> References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> <200707122019.02916.lists-fbsd@shadypond.com> <20070712222635.7bc880a9@gumby.homeunix.com.> <200707122218.l6CMIgFE031071@catflap.bishopston.net> <200707122202.l6CM2kvK025399@smtpclu-7.EUnet.yu> <200707130123.l6D1NpK2012170@catflap.bishopston.net> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_40,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.2 Cc: jamie@bishopston.net, fbsd06@mlists.homeunix.com, freebsd-questions@freebsd.org Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 02:08:59 -0000 On Fri, 13 Jul 2007 02:23:51 +0100 Jamie Jones wrote: > > Then you obviously don't read lists very much... :) Please visit > > the following threads (read all posts that follow): > > > > http://lists.freebsd.org/pipermail/freebsd-questions/2007-June/150737= .html > > http://lists.freebsd.org/pipermail/freebsd-questions/2007-June/150773= .html=20 > > > > For some thoughts about alsa: > > > > http://lists.freebsd.org/pipermail/freebsd-multimedia/2007-July/00711= 5.html >=20 > I HAD read those before (and now again!) -- none of them mention > youtube/audio/flashplugin7 ! That's not true :)=20 http://lists.freebsd.org/pipermail/freebsd-questions/2007-June/150745.html (YouTube is explicitly mentioned.) Please follow this mini how-to carefully. YouTube works, actually I still can't find any flash<=3D7 site that doesn't work. "YouTube works" _of_course_ means that sound works too. I've been using YouTube >4 months now. Nothing changed in meantime. Please report if this works for you. We can surely help you to get flash7/nativebrowsers working if you experience problems. Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 02:19:51 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BC7316A400 for ; Fri, 13 Jul 2007 02:19:51 +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 A337513C4B8 for ; Fri, 13 Jul 2007 02:19:50 +0000 (UTC) (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 l6D2JmCW093251 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Jul 2007 09:19:48 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l6D2JlJ3045834; Fri, 13 Jul 2007 09:19:47 +0700 (ICT) Date: Fri, 13 Jul 2007 09:19:47 +0700 (ICT) Message-Id: <200707130219.l6D2JlJ3045834@banyan.cs.ait.ac.th> From: Olivier Nicole To: zbigniew@szalbot.homedns.org In-reply-to: (message from Zbigniew Szalbot on Thu, 12 Jul 2007 20:08:22 +0200) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Freebsd-update and Freebsd Security Advisory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 02:19:51 -0000 > I think I am doing a bad thing mixing these two patching systems. What > should I do now? Should I go back and revert some changes? No it seems you don't need to revert anything. But you should avoid mixing in the future. > No updates needed to update system to 6.2-RELEASE-p6. That is already the last update, so there is nothing more needed, freebsd-update detected that. You were 6.2-RELEASE-p5 which was the last before the libarchive, patched libarchive, so you are p6 which is OK. > Am I safe to continue patching the system either way or should I keep only > to one? I don't know how freebsd-update works, so I cannot tell you what is safe doing, except do not mix. I know that for system patch, I will either apply the patch manually and rebuild the kernel, or update the full system and rebuild everything, depending on my mood and on the possible impact on the system. I just try to keep trak of what I have done. Best regards, Olivier From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 03:33:14 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB30616A402 for ; Fri, 13 Jul 2007 03:33:14 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id A3C0913C4B8 for ; Fri, 13 Jul 2007 03:33:14 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from philip.office.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Thu, 12 Jul 2007 20:33:14 -0700 Message-ID: <4696F278.6090503@riderway.com> Date: Thu, 12 Jul 2007 23:33:12 -0400 From: "Philip M. Gollucci" User-Agent: Thunderbird 2.0.0.0 (X11/20070507) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: 6.2-release-p5, Dell PE1435, custom kernel fails generic works X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 03:33:14 -0000 Hi All, I understand kernel compiles pretty well, but I guess I'm having a hard time nailing down my hardware even though I "know" what it is. It panics when trying to mount the root device. Its something to do with the scsi/raid kernel config. I can't actually attach these since its too big so here are so links to my relevant info. kernel config http://people.apache.org/~pgollucci/kernel/ELEKTRA kernel config (most drivers) http://people.apache.org/~pgollucci/kernel/ELEKTRA-TEST generic config http://people.apache.org/~pgollucci/kernel/GENERIC dell parts list http://people.apache.org/~pgollucci/kernel/dell /var/log/messages (boot with verbose logging into generic) http://people.apache.org/~pgollucci/kernel/messages Thanks in advance. GENERIC kernel: $ uname -a FreeBSD elektra 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #0: Fri Jul 13 01:41:36 UTC 2007 root@elektra.rws:/usr/obj/usr/src/sys/GENERIC amd64 -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@riderway.com) 323.219.4708 Senior System Admin - Riderway, Inc. http://riderway.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 05:21:50 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EAC616A400 for ; Fri, 13 Jul 2007 05:21:50 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id D9C5B13C481 for ; Fri, 13 Jul 2007 05:21:49 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-mta2.fpt.vn ([210.245.0.151]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Fri, 13 Jul 2007 12:09:44 +0700 Received: from [58.187.106.120] by isp-mta2.fpt.vn [210.245.0.151] Message-ID: <46970917.3030502@fpt.vn> Date: Fri, 13 Jul 2007 12:09:43 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.4 (X11/20070624) 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: 13 Jul 2007 05:09:45.0045 (UTC) FILETIME=[06F69050:01C7C50C] Subject: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 05:21:50 -0000 I just confirm only: I'm using dynamicDNS, so I will able to specify the forward *AND* reverse lookups? Tnx From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 05:36:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EB9316A401 for ; Fri, 13 Jul 2007 05:36:53 +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 C61EF13C474 for ; Fri, 13 Jul 2007 05:36:52 +0000 (UTC) (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 l6D5akXs006236 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Jul 2007 12:36:46 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l6D5akxS070187; Fri, 13 Jul 2007 12:36:46 +0700 (ICT) Date: Fri, 13 Jul 2007 12:36:46 +0700 (ICT) Message-Id: <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> From: Olivier Nicole To: cuongvt@fpt.vn In-reply-to: <46970917.3030502@fpt.vn> (message from vuthecuong on Fri, 13 Jul 2007 12:09:43 +0700) References: <46970917.3030502@fpt.vn> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 05:36:53 -0000 > I'm using dynamicDNS, so I will able to specify the forward *AND* > reverse lookups? Yes. Forward DNS lookup: (alrw17.desktops.cs.ait.ac.th is dynamic DNS) banyan57: dig alrw17.desktops.cs.ait.ac.th ; <<>> DiG 9.3.1 <<>> alrw17.desktops.cs.ait.ac.th ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15772 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1 ;; QUESTION SECTION: ;alrw17.desktops.cs.ait.ac.th. IN A ;; ANSWER SECTION: alrw17.desktops.cs.ait.ac.th. 3600 IN A 192.41.170.214 ;; AUTHORITY SECTION: desktops.cs.ait.ac.th. 43200 IN NS dns.cs.ait.ac.th. ;; ADDITIONAL SECTION: dns.cs.ait.ac.th. 43200 IN A 192.41.170.15 ;; Query time: 1 msec ;; SERVER: 192.41.170.15#53(192.41.170.15) ;; WHEN: Fri Jul 13 12:35:23 2007 ;; MSG SIZE rcvd: 96 Reverse DNS lookup: banyan58: dig -x 192.41.170.214 ; <<>> DiG 9.3.1 <<>> -x 192.41.170.214 ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14984 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 1 ;; QUESTION SECTION: ;214.170.41.192.in-addr.arpa. IN PTR ;; ANSWER SECTION: 214.170.41.192.in-addr.arpa. 43200 IN CNAME 214.170.41.192.rev-dns.cs.ait.ac .th. 214.170.41.192.rev-dns.cs.ait.ac.th. 3600 IN PTR alrw17.desktops.cs.ait.ac.th. ;; AUTHORITY SECTION: 170.41.192.rev-dns.cs.ait.ac.th. 43200 IN NS dns.cs.ait.ac.th. ;; ADDITIONAL SECTION: dns.cs.ait.ac.th. 43200 IN A 192.41.170.15 ;; Query time: 9 msec ;; SERVER: 192.41.170.15#53(192.41.170.15) ;; WHEN: Fri Jul 13 12:35:31 2007 ;; MSG SIZE rcvd: 158 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 05:47:50 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B68616A496 for ; Fri, 13 Jul 2007 05:47:50 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id 5423A13C4BD for ; Fri, 13 Jul 2007 05:47:49 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-mta3.fpt.vn ([210.245.0.150]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Fri, 13 Jul 2007 12:47:47 +0700 Received: from [58.187.106.120] by isp-mta3.fpt.vn [210.245.0.150] Message-ID: <46971201.8030101@fpt.vn> Date: Fri, 13 Jul 2007 12:47:45 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.4 (X11/20070624) MIME-Version: 1.0 To: Olivier Nicole References: <46970917.3030502@fpt.vn> <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> In-Reply-To: <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> X-OriginalArrivalTime: 13 Jul 2007 05:47:47.0954 (UTC) FILETIME=[57AED520:01C7C511] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 05:47:50 -0000 Hi Olivier Nicole Tnx for ur quick response. I'm very very new to both DNS and Freebsd. Maybe I'm stupid because I already spent 3 days creating my zone file and reverse file but I still can not sussefull. I'm running FreeBSD 6.2, I have DynamicIP: www.thecuong.gotdns.com. Could you help me to create the simple example of zone file and reverse file for me for thecuong.gotdns.com so that I can learn from you? I'm really really stuck. Below is my named.conf: options { directory "/etc/namedb"; pid-file "/var/run/named/pid"; dump-file "/var/dump/named_dump.db"; statistics-file "/var/stats/named.stats"; listen-on { 127.0.0.1; 192.168.0.1; }; forward only; forwarders { 210.245.0.131; }; }; zone "." { type hint; file "named.root"; }; ------------------------------------------------------------------- And below is my localhost.rev: ; From: @(#)localhost.rev 5.1 (Berkeley) 6/30/90 ; $FreeBSD: src/etc/namedb/PROTO.localhost.rev,v 1.6 2000/01/10 15:31:40 peter Exp $ ; ; This file is automatically edited by the `make-localhost' script in ; the /etc/namedb directory. ; $TTL 3600 @ IN SOA localhost.localdomain. root.localhost.localdomain. ( 20070713 ; Serial 3600 ; Refresh 900 ; Retry 3600000 ; Expire 3600 ) ; Minimum IN NS localhost.localdomain. 1 IN PTR localhost.localdomain. Olivier Nicole wrote: >> I'm using dynamicDNS, so I will able to specify the forward *AND* >> reverse lookups? >> > > Yes. > > Forward DNS lookup: (alrw17.desktops.cs.ait.ac.th is dynamic DNS) > > banyan57: dig alrw17.desktops.cs.ait.ac.th > > ; <<>> DiG 9.3.1 <<>> alrw17.desktops.cs.ait.ac.th > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15772 > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1 > > ;; QUESTION SECTION: > ;alrw17.desktops.cs.ait.ac.th. IN A > > ;; ANSWER SECTION: > alrw17.desktops.cs.ait.ac.th. 3600 IN A 192.41.170.214 > > ;; AUTHORITY SECTION: > desktops.cs.ait.ac.th. 43200 IN NS dns.cs.ait.ac.th. > > ;; ADDITIONAL SECTION: > dns.cs.ait.ac.th. 43200 IN A 192.41.170.15 > > ;; Query time: 1 msec > ;; SERVER: 192.41.170.15#53(192.41.170.15) > ;; WHEN: Fri Jul 13 12:35:23 2007 > ;; MSG SIZE rcvd: 96 > > > Reverse DNS lookup: > > > banyan58: dig -x 192.41.170.214 > > ; <<>> DiG 9.3.1 <<>> -x 192.41.170.214 > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14984 > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 1 > > ;; QUESTION SECTION: > ;214.170.41.192.in-addr.arpa. IN PTR > > ;; ANSWER SECTION: > 214.170.41.192.in-addr.arpa. 43200 IN CNAME 214.170.41.192.rev-dns.cs.ait.ac > .th. > 214.170.41.192.rev-dns.cs.ait.ac.th. 3600 IN PTR alrw17.desktops.cs.ait.ac.th. > > ;; AUTHORITY SECTION: > 170.41.192.rev-dns.cs.ait.ac.th. 43200 IN NS dns.cs.ait.ac.th. > > ;; ADDITIONAL SECTION: > dns.cs.ait.ac.th. 43200 IN A 192.41.170.15 > > ;; Query time: 9 msec > ;; SERVER: 192.41.170.15#53(192.41.170.15) > ;; WHEN: Fri Jul 13 12:35:31 2007 > ;; MSG SIZE rcvd: 158 > > From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 05:52:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E85A116A400 for ; Fri, 13 Jul 2007 05:52:19 +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 6BA2413C4AC for ; Fri, 13 Jul 2007 05:52:19 +0000 (UTC) (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 l6D5qFx9007765 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Jul 2007 12:52:15 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l6D5qEM7071933; Fri, 13 Jul 2007 12:52:14 +0700 (ICT) Date: Fri, 13 Jul 2007 12:52:14 +0700 (ICT) Message-Id: <200707130552.l6D5qEM7071933@banyan.cs.ait.ac.th> From: Olivier Nicole To: cuongvt@fpt.vn In-reply-to: <46971201.8030101@fpt.vn> (message from vuthecuong on Fri, 13 Jul 2007 12:47:45 +0700) References: <46970917.3030502@fpt.vn> <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> <46971201.8030101@fpt.vn> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 05:52:20 -0000 > Maybe I'm stupid because I already spent 3 days creating my zone file > and reverse file > but I still can not sussefull. > I'm running FreeBSD 6.2, I have DynamicIP: www.thecuong.gotdns.com. > Could you help me to create the simple example of zone file and reverse > file for me Who is assigning the dynamic IP ? Dynamic DNS only works with DHCP: DCHP gives and IP to a machine and then it informes DNS that it has given that IP and that now the DNS should update its synamic tables accordingly. You cannot have dynamic DNS working alone (well I think so). Plus the DNS server that holds dynamic reccords should be at a fixed IP address (I never heard of a DNS server on a machine with dynamic IP, that sounds way to unstable to me). Olivier From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 06:09:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E827616A400 for ; Fri, 13 Jul 2007 06:09:21 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id 6703513C441 for ; Fri, 13 Jul 2007 06:09:21 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-mta3.fpt.vn ([210.245.0.150]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Fri, 13 Jul 2007 13:09:19 +0700 Received: from [58.187.106.120] by isp-mta3.fpt.vn [210.245.0.150] Message-ID: <4697170E.3000909@fpt.vn> Date: Fri, 13 Jul 2007 13:09:18 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.4 (X11/20070624) MIME-Version: 1.0 To: Olivier Nicole References: <46970917.3030502@fpt.vn> <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> <46971201.8030101@fpt.vn> <200707130552.l6D5qEM7071933@banyan.cs.ait.ac.th> In-Reply-To: <200707130552.l6D5qEM7071933@banyan.cs.ait.ac.th> X-OriginalArrivalTime: 13 Jul 2007 06:09:19.0876 (UTC) FILETIME=[59BA7C40:01C7C514] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 06:09:22 -0000 Sorry I not explained clearly: >Who is assigning the dynamic IP ? This is my Lan, server is freebsd 6.2, My LAN have 5 XP,Linux CLients. I registered a DynamicIP at dyndns.com: www.thecuong.gotdns.com In Freebsd 6.2, I have also postfix MTA. Currently my clients have mail adress such as cuongvt@thecuong.gotdns.com, hanhtm@thecuong.gotdns.com. With this mail addressed, I cand send/receive mail from/to my company, Yahoo etc. But my postfix only can receive mails from freebsd-questions mailing list, it can not send mail to this. I recognized that the cause of this problem is that my DNS (on Freebsd 6.2) not reverse lookup as freebsd-questions requiried in order to prevent spam. Freebsd-questions is currently treats cuongvt@thecuong.gotdns.com, hanhtm@thecuong.gotdns.com as spam. When mail fom these addressed come, it rejected. I suggest that now I will attached zone file and reverse file, then could you help me check and let me know what's wrong? Pls help me, I really need your help. Tnx Olivier Nicole wrote: >> Maybe I'm stupid because I already spent 3 days creating my zone file >> and reverse file >> but I still can not sussefull. >> I'm running FreeBSD 6.2, I have DynamicIP: www.thecuong.gotdns.com. >> Could you help me to create the simple example of zone file and reverse >> file for me >> > > Who is assigning the dynamic IP ? > > Dynamic DNS only works with DHCP: DCHP gives and IP to a machine and > then it informes DNS that it has given that IP and that now the DNS > should update its synamic tables accordingly. You cannot have dynamic > DNS working alone (well I think so). > > Plus the DNS server that holds dynamic reccords should be at a fixed > IP address (I never heard of a DNS server on a machine with dynamic > IP, that sounds way to unstable to me). > > Olivier > > From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 06:23:42 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1688816A402 for ; Fri, 13 Jul 2007 06:23:42 +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 8C2C213C461 for ; Fri, 13 Jul 2007 06:23:41 +0000 (UTC) (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 l6D6NbHV009951 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Jul 2007 13:23:37 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l6D6NZ3I076815; Fri, 13 Jul 2007 13:23:35 +0700 (ICT) Date: Fri, 13 Jul 2007 13:23:35 +0700 (ICT) Message-Id: <200707130623.l6D6NZ3I076815@banyan.cs.ait.ac.th> From: Olivier Nicole To: cuongvt@fpt.vn In-reply-to: <4697170E.3000909@fpt.vn> (message from vuthecuong on Fri, 13 Jul 2007 13:09:18 +0700) References: <46970917.3030502@fpt.vn> <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> <46971201.8030101@fpt.vn> <200707130552.l6D5qEM7071933@banyan.cs.ait.ac.th> <4697170E.3000909@fpt.vn> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 06:23:42 -0000 I understand your problem. dyndns.com is taking care of the forward dynamic DNS for you. Now who is in charge of the reverse DNS for 58.187.106.120 (your current IP)? I beleive it is FPT. So FPT should upgrade its own reverse DNS every time it gives an IP to your server. Right now if I make a reverse DNS lookup on 58.187.106.120 it gets nothing, while it should get thecuong.gotdns.com. The easiest way to solve your email problem would be that your server sends all the email thought FPT mail server. As a rule, it is a bad idea to use a machine with a dynamic address to be an SMTP server: when the IP changes, the DNS cache will take some time to update everywhere, so for some time your email will be sent to the wrong IP: mailiong list may decide that your account is dead and remove you from the list. Olivier From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 07:08:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C31A316A403 for ; Fri, 13 Jul 2007 07:08:26 +0000 (UTC) (envelope-from j65nko@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.228]) by mx1.freebsd.org (Postfix) with ESMTP id 80F2313C4A8 for ; Fri, 13 Jul 2007 07:08:26 +0000 (UTC) (envelope-from j65nko@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so334272nzf for ; Fri, 13 Jul 2007 00:08:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iOEf9nuKP5KRZ1XR4FygyTQnPOqnXps+QhsoFbvrpvxTYsNCnaI7gwv03cubJEGPyZNmVfNx4uVeO0v+H+uvzHGy4KHdagGr1H635epUULw5XcGmsauVz/R8ZL/wgKQjPvV61KZ+ySGQZg7A2+6hyHOTF8F0bSAECRhUBUVDbH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eXZ07Gz6OtgE5vkr3mfHTfcmiBhU5C3xCdndnoPv75rd1UWJbENrjKb4m7A+xC6kjvZt/HZGRJfqCec41ssIJXBYUv5/H1CQ7yV/EFhFaju4uYE/fzzbFOa4QhPQOgSaZ1gDuUIj7T4UWwEjqL89s2TANMDWxRE5oKti9dsoGJ8= Received: by 10.143.14.16 with SMTP id r16mr108183wfi.1184310505640; Fri, 13 Jul 2007 00:08:25 -0700 (PDT) Received: by 10.143.157.5 with HTTP; Fri, 13 Jul 2007 00:08:25 -0700 (PDT) Message-ID: <19861fba0707130008y3b8c1e5w426340a92ba14c37@mail.gmail.com> Date: Fri, 13 Jul 2007 09:08:25 +0200 From: J65nko To: cuongvt@fpt.vn, freebsd-questions@freebsd.org In-Reply-To: <200707130623.l6D6NZ3I076815@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46970917.3030502@fpt.vn> <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> <46971201.8030101@fpt.vn> <200707130552.l6D5qEM7071933@banyan.cs.ait.ac.th> <4697170E.3000909@fpt.vn> <200707130623.l6D6NZ3I076815@banyan.cs.ait.ac.th> Cc: Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 07:08:26 -0000 On 7/13/07, Olivier Nicole wrote: > I understand your problem. > > dyndns.com is taking care of the forward dynamic DNS for you. > > Now who is in charge of the reverse DNS for 58.187.106.120 (your > current IP)? I beleive it is FPT. > > So FPT should upgrade its own reverse DNS every time it gives an IP to > your server. > > Right now if I make a reverse DNS lookup on 58.187.106.120 it gets > nothing, while it should get thecuong.gotdns.com. > > The easiest way to solve your email problem would be that your server > sends all the email thought FPT mail server. > > As a rule, it is a bad idea to use a machine with a dynamic address to > be an SMTP server: when the IP changes, the DNS cache will take some > time to update everywhere, so for some time your email will be sent to > the wrong IP: mailiong list may decide that your account is dead and > remove you from the list. > > Olivier This same issue is being discussed at http://www.bsdforums.org/forums/showthread.php?p=265093#post265093 ;) From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 07:28:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C3CD16A402 for ; Fri, 13 Jul 2007 07:28:48 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id E1EDB13C481 for ; Fri, 13 Jul 2007 07:28:47 +0000 (UTC) (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 l6D7ShOk014591 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Jul 2007 14:28:43 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l6D7SfBA086091; Fri, 13 Jul 2007 14:28:41 +0700 (ICT) Date: Fri, 13 Jul 2007 14:28:41 +0700 (ICT) Message-Id: <200707130728.l6D7SfBA086091@banyan.cs.ait.ac.th> From: Olivier Nicole To: cuongvt@fpt.vn In-reply-to: <4697170E.3000909@fpt.vn> (message from vuthecuong on Fri, 13 Jul 2007 13:09:18 +0700) References: <46970917.3030502@fpt.vn> <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> <46971201.8030101@fpt.vn> <200707130552.l6D5qEM7071933@banyan.cs.ait.ac.th> <4697170E.3000909@fpt.vn> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 07:28:48 -0000 > But my postfix only can receive mails from freebsd-questions mailing > list, it can not send mail to this. There is another thing you have to consider. As it is explained in http://www.bsdforums.org/forums/showthread.php?p=265093#post265093 your dynamic IP has been black listed (the IP was used before by someone else who sent SPAM, so now the IP is in a list of bad guys and many mail server will refuse to receive emails from your IP). So it is really a better idea that you sent all your email thought FPT email server. Best regards, Olivier From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 07:30:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10AD016A402 for ; Fri, 13 Jul 2007 07:30:08 +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 5103113C4B6 for ; Fri, 13 Jul 2007 07:30:08 +0000 (UTC) (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 l6D7U6Jl014719 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 13 Jul 2007 14:30:07 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l6D7U6v9086226; Fri, 13 Jul 2007 14:30:06 +0700 (ICT) Date: Fri, 13 Jul 2007 14:30:06 +0700 (ICT) Message-Id: <200707130730.l6D7U6v9086226@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: Transparent email proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 07:30:09 -0000 Hi, As an ISP, or the person in charge of a large organisation, have you ever set-up a transparent email redirection: all outgoing email would be proceeded to an outgoing server in order to check for virus, spam, whatever. Best regards, Olivier From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 07:30:32 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E67416A405 for ; Fri, 13 Jul 2007 07:30:32 +0000 (UTC) (envelope-from cnb@eclipsing.com) Received: from ip-62.net-89-2-127.rev.numericable.fr (ip-62.net-89-2-127.rev.numericable.fr [89.2.127.62]) by mx1.freebsd.org (Postfix) with SMTP id 7487713C461 for ; Fri, 13 Jul 2007 07:30:31 +0000 (UTC) (envelope-from cnb@eclipsing.com) Received: (qmail 19095 invoked from network); Fri, 13 Jul 2007 09:30:30 +0200 Received: from unknown (HELO sqd) (108.238.236.75) by ip-62.net-89-2-127.rev.numericable.fr with SMTP; Fri, 13 Jul 2007 09:30:30 +0200 Message-ID: <46972A16.6050602@itsnpt.com> Date: Fri, 13 Jul 2007 09:30:30 +0200 From: Latham Roy User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: " This explains how to install and use the Mobile Client Software Factory automated guidance. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 07:30:32 -0000 SZSN Expands To Become 3rd Largest Agricultural Seed Provider! Shandong Zhouyuan Seed and Nursery Co., Ltd (SZSN) $0.24 SZSN is expanding. Recent acquisitions put it in the top 3 Seed providers in China. It is also expanding its distribution chains to 500 new regional agencies. Big news expected! Get on SZSN first thing Friday morning. I will be focusing mainly on Windows Forms applications, but again the Flickr. You take this out-of-the-box baseline and customize and extend it to fit your specific needs. The download contains the source code for the library, as well as debug and release compiled DLLs. As previously mentioned, when you perform a search on Flickr the result are paged. What Didn't Make ItAt one point during design and implementation phases, the System. You can still program against XmlValidatingReader directly if you desire, but again, you should really use the factory pattern as much as possible. WritingWhen you need to write XML as quickly and efficiently as possible, you want to use XmlWriter. It is open and customizable. You could only use the namespace prefixes found within the XmlNamespaceManager object in your XPath expressions. It's also important to note that the new XSLT engine also supports the various MSXML XPath extension functions. It provides an extra layer of abstraction between your code and the implementation, preparing you to take advantage of future enhancements. The Authoring Toolkit is a stripped down version of Guidance Explorer that does not come with a guidance library and inc. The tool and the library will evolve over time to include additional types of guidance. You can add your patterns, How-to topics, and extend the Guidance Automation Toolkit packages to meet specific requirements for your organization. The Mobile Client Software Factory provides a starting point for creating that foundation. Support for Occasionally Connected Clients This release includes enhancements to support occasionally connected clients. It helps developers build smart client solutions in a way consistent with the architecture guidance. It's called the Callback URL. The reference implementation is an executable sample application that demonstrates the mobile client guidance in action. A baseline architecture, such as the Smart Client Software Factory, provides many of the common infrastructure services needed to build your business applications. I've provided a simple XML document called Order. You can add your patterns, How-to topics, and extend the Guidance Automation Toolkit packages to meet specific requirements for your organization. As always, Rob has some great stories. These methods search through the sequence of nodes along a particular axis. Additionally, you can customize and extended it to better fit your specific needs. If you're used to the DOM API, these methods may feel foreign at first, but it's recommended that you use them anyway. Both of these methods were dropped in the final release. The Mobile Client Guidance Package automates development activities that developers would usually have to manually perform frequently by following a series of instructions. It's a great story, and a great project! ValidatingWhen you want to validate a document while reading, you can simply configure the XmlReaderSettings object accordingly. When running the examples below, you will have to replace the example API key with your own. Aaron Skonnard is a cofounder of Pluralsight, a Microsoft . NET type dynamically. A baseline architecture, such as the Smart Client Software Factory, provides many of the common infrastructure services needed to build your business applications. com tells Carl and Richard what's on his mind, including his recommended reading list, and above all the human side of software development. In this case, a cellular telephone connection can provide an online experience for periods when required, while an offline model could be suitable for other tasks. However, intuition tells most developers that they should be able to use the namespace mappings found with the document they are querying. It is easily deployed and configured. You can use filtering, sorting and UpdatingWhen you need to update or modify a document in memory, you need to use XmlDocument as your in-memory store since XPathDocument is not editable. Take advantage of the various API improvements to simplify your code. This is achieved through the following: It has the ability to create a partial implementation of a solution that includes the most critical subsystems and shared elements. Applications created with the software factory can be characterized by the following attributes: The applications provide common and consistent user interfaces; this reduces end-user training needs. These workers could be sales staff traveling away from the office, goods dispatch workers in a warehouse, or offsite engineers. It has the ability to create and distribute to developers the common development architecture for smart client applications. I'm also assuming you are familiar with how to use Flickr and have an account there. This token will remain valid as long as the user does not revoke your authentication, and you should ideally cache this within your application. Many of its properties are optional, but it covers all the options available to the complex search function, including UserId, Tags, and SortOrder. The library provides clear solutions for the common XML tasks and really tries to simplify things. In this case, a cellular telephone connection can provide an online experience for periods when required, while an offline model could be suitable for other tasks. The Smart Client Software Factory is the starting point for creating that foundation. Additionally, the guidance describes strategies to handle large scale deployments. You could only use the namespace prefixes found within the XmlNamespaceManager object in your XPath expressions. AuthCalcWebUrl method to generate a URL to redirect the user to. The Disconnected Service Agent Block, which provides features for storing offline Web Service requests, and executing them when The Photos class contains a selection of properties, some of which may not be immediately obvious. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 07:53:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0795316A401 for ; Fri, 13 Jul 2007 07:53:08 +0000 (UTC) (envelope-from oregnier@oregnier.net) Received: from 42.mail-out.ovh.net (42.mail-out.ovh.net [213.251.189.42]) by mx1.freebsd.org (Postfix) with SMTP id 605CE13C4B5 for ; Fri, 13 Jul 2007 07:53:07 +0000 (UTC) (envelope-from oregnier@oregnier.net) Received: (qmail 11248 invoked by uid 503); 13 Jul 2007 07:53:19 -0000 Received: from b6.ovh.net (HELO mail240.ha.ovh.net) (213.186.33.56) by 42.mail-out.ovh.net with SMTP; 13 Jul 2007 07:53:19 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 13 Jul 2007 07:52:58 -0000 Received: from mac76-2-82-241-6-173.fbx.proxad.net (HELO ?127.0.0.1?) (postmaster@oregnier.net@82.241.6.173) by ns0.ovh.net with SMTP; 13 Jul 2007 07:52:57 -0000 Message-ID: <46972F6A.4030004@oregnier.net> Date: Fri, 13 Jul 2007 09:53:14 +0200 From: Olivier Regnier User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Ovh-Remote: 82.241.6.173 (mac76-2-82-241-6-173.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Subject: Openbox/GTK 2.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 07:53:08 -0000 Hi everyone, I'm working with FreeBSD 6.2 with Openbox Window Manager. I want to customize my Openbox theme. It is possible to download GTK themes for Openbox ? I'm looking the following website: http://www.gentoo-art.org/ but most GTK 2.x are made for Gnome, Kde or Xfce. Can you give me informations about this ? Thank your for your help. Olivier Regnier From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 07:57:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EED8616A401 for ; Fri, 13 Jul 2007 07:57:27 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id B38F513C4AA for ; Fri, 13 Jul 2007 07:57:27 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from [192.168.1.37] (a89-182-27-17.net-htp.de [89.182.27.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id B0F72A44529 for ; Fri, 13 Jul 2007 09:56:02 +0200 (CEST) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Fri, 13 Jul 2007 09:57:25 +0200 User-Agent: KMail/1.9.7 References: <200707130730.l6D7U6v9086226@banyan.cs.ait.ac.th> In-Reply-To: <200707130730.l6D7U6v9086226@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707130957.25604.wundram@beenic.net> Subject: Re: Transparent email proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 07:57:28 -0000 On Friday 13 July 2007 09:30:06 Olivier Nicole wrote: > As an ISP, or the person in charge of a large organisation, have you > ever set-up a transparent email redirection: all outgoing email would > be proceeded to an outgoing server in order to check for virus, spam, > whatever. Don't do this transparently. Only leads to pain and suffering (and=20 sufficiently high client disappointment), especially if you want to support= =20 TLS over SMTP (which either means a failed certificate for the sending host= =20 in case you proxy fully), or not check-/controllable by you (in case you pa= ss=20 encrypted SMTP on directly). Easiest solution that worked for me: block all outgoing traffic to ports 25= =20 and 465, and tell your clients to use as their smarthost,=20 which then accepts the mail, scans it, and sends it on properly. This works= =20 fine for a university of 8000 computers. ;-) =2D-=20 Heiko Wundram Product & Application Development =2D------------------------------------ Office Germany - EXPO PARK HANNOVER =20 Beenic Networks GmbH Mail=E4nder Stra=DFe 2 30539 Hannover =20 =46on +49 511 / 590 935 - 15 =46ax +49 511 / 590 935 - 29 Mail wundram@beenic.net Beenic Networks GmbH =2D------------------------------------ Sitz der Gesellschaft: Hannover Gesch=E4ftsf=FChrer: Jorge Delgado Registernummer: HRB 61869 Registergericht: Amtsgericht Hannover From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 08:06:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28B7016A401 for ; Fri, 13 Jul 2007 08:06:01 +0000 (UTC) (envelope-from lechevalierfamily@comcast.net) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [216.148.227.153]) by mx1.freebsd.org (Postfix) with ESMTP id 0FB3D13C48E for ; Fri, 13 Jul 2007 08:06:00 +0000 (UTC) (envelope-from lechevalierfamily@comcast.net) Received: from gateway (c-71-207-40-179.hsd1.pa.comcast.net[71.207.40.179]) by comcast.net (rwcrmhc13) with SMTP id <20070713080600m130020vche>; Fri, 13 Jul 2007 08:06:00 +0000 Message-ID: <000a01c7c524$a6807740$2b02a8c0@Gateway> From: "Marc Lechevalier" To: References: <46952078.10809@videotron.ca><46959148.3020603@videotron.ca><1184220123.4695c3dc01ea2@webmail.telus.net><000b01c7c476$5da83c00$2b02a8c0@Gateway> <20070712122358.H18668@duane.dbq.yournetplus.com> Date: Fri, 13 Jul 2007 04:05:59 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Subject: Re: I've got a question for you guys (unsubscibing) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Lechevalier List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 08:06:01 -0000 I have gone to http://lists.freebsd.org/mailman/listinfo/freebsd-questions days ago. It does not work. ----- Original Message ----- From: "Duane Hill" To: Sent: Thursday, July 12, 2007 8:24 AM Subject: Re: I've got a question for you guys (unsubscibing) > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > On Thu, 12 Jul 2007 at 07:18 -0400, lechevalierfamily@comcast.net > confabulated: > >> I have the same question. I tried unsubscribing with no luck. >> >> >> ----- Original Message ----- From: >> To: >> Sent: Thursday, July 12, 2007 2:02 AM >> Subject: I've got a question for you guys (unsubscibing) >> >> >>> Why, despite sending multiple e-mails to the unsubscribe address, am I >>> continued to be subscribed to this list?? Any help would be grand. >>> >>> >>> _______________________________________________ >>> 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" >> >> _______________________________________________ >> 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" >> > > ----- > _|_ > (_| | > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 08:17:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A834816A403 for ; Fri, 13 Jul 2007 08:17:19 +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 2947713C4CA for ; Fri, 13 Jul 2007 08:17:18 +0000 (UTC) (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 l6D8HEu5018436 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Jul 2007 15:17:14 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l6D8HETx093857; Fri, 13 Jul 2007 15:17:14 +0700 (ICT) Date: Fri, 13 Jul 2007 15:17:14 +0700 (ICT) Message-Id: <200707130817.l6D8HETx093857@banyan.cs.ait.ac.th> From: Olivier Nicole To: lechevalierfamily@comcast.net In-reply-to: <000a01c7c524$a6807740$2b02a8c0@Gateway> (lechevalierfamily@comcast.net) References: <46952078.10809@videotron.ca><46959148.3020603@videotron.ca><1184220123.4695c3dc01ea2@webmail.telus.net><000b01c7c476$5da83c00$2b02a8c0@Gateway> <20070712122358.H18668@duane.dbq.yournetplus.com> <000a01c7c524$a6807740$2b02a8c0@Gateway> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: I've got a question for you guys (unsubscibing) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 08:17:19 -0000 > I have gone to http://lists.freebsd.org/mailman/listinfo/freebsd-questions > days ago. It does not work. Did you receive the mail asking you to confirm the removal? Something like that: Mailing list removal confirmation notice for mailing list freebsd-questions We have received a request for the removal of your email address, "lechevalierfamily@comcast.net" from the freebsd-questions@freebsd.org mailing list. To confirm that you want to be removed from this mailing list, simply reply to this message, keeping the Subject: header intact. Or visit this web page: http://lists.freebsd.org/mailman/confirm/freebsd-questions/1234567890abcdef1234567890abcdef Or include the following line -- and only the following line -- in a message to freebsd-questions-request@freebsd.org: confirm 1234567890abcdef1234567890abcdef Note that simply sending a `reply' to this message should work from most mail readers, since that usually leaves the Subject: line in the right form (additional "Re:" text in the Subject: is okay). If you do not wish to be removed from this list, please simply disregard this message. If you think you are being maliciously removed from the list, or have any other questions, send them to freebsd-questions-owner@freebsd.org. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 08:22:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 25E8716A400 for ; Fri, 13 Jul 2007 08:22:13 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id 9F0AD13C4B4 for ; Fri, 13 Jul 2007 08:22:12 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-mta3.fpt.vn ([210.245.0.150]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Fri, 13 Jul 2007 15:22:07 +0700 Received: from [58.187.106.120] by isp-mta3.fpt.vn [210.245.0.150] Message-ID: <4697362E.8010608@fpt.vn> Date: Fri, 13 Jul 2007 15:22:06 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.4 (X11/20070624) MIME-Version: 1.0 To: Olivier Nicole References: <46970917.3030502@fpt.vn> <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> <46971201.8030101@fpt.vn> <200707130552.l6D5qEM7071933@banyan.cs.ait.ac.th> <4697170E.3000909@fpt.vn> <200707130728.l6D7SfBA086091@banyan.cs.ait.ac.th> In-Reply-To: <200707130728.l6D7SfBA086091@banyan.cs.ait.ac.th> X-OriginalArrivalTime: 13 Jul 2007 08:22:07.0420 (UTC) FILETIME=[E6C137C0:01C7C526] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 08:22:13 -0000 Olivier Nicole wrote: >> But my postfix only can receive mails from freebsd-questions mailing >> list, it can not send mail to this. >> > > There is another thing you have to consider. As it is explained in > http://www.bsdforums.org/forums/showthread.php?p=265093#post265093 > your dynamic IP has been black listed (the IP was used before by > someone else who sent SPAM, so now the IP is in a list of bad guys and > many mail server will refuse to receive emails from your IP). > > So it is really a better idea that you sent all your email thought FPT > email server. > > Best regards, > > Olivier > > OK I understood, this is one lession I learned today: In order to run "real" mail server, fixed IP address for forward and reverse DNS is must-have. I will choose method of relaying through ISP though I prefer the first one. Tnx you very much. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 08:35:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0805516A400 for ; Fri, 13 Jul 2007 08:35:14 +0000 (UTC) (envelope-from pprocacci@bellsouth.net) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.freebsd.org (Postfix) with ESMTP id BA0B113C4A7 for ; Fri, 13 Jul 2007 08:35:13 +0000 (UTC) (envelope-from pprocacci@bellsouth.net) Received: from ibm65aec.bellsouth.net ([70.156.10.107]) by imf22aec.mail.bellsouth.net with ESMTP id <20070713083513.DJMT25073.imf22aec.mail.bellsouth.net@ibm65aec.bellsouth.net> for ; Fri, 13 Jul 2007 04:35:13 -0400 Received: from [10.5.21.243] (really [70.156.10.107]) by ibm65aec.bellsouth.net with ESMTP id <20070713083512.JWTF3928.ibm65aec.bellsouth.net@[10.5.21.243]>; Fri, 13 Jul 2007 04:35:12 -0400 Message-ID: <46973936.6080104@bellsouth.net> Date: Fri, 13 Jul 2007 03:35:02 -0500 From: Paul procacci User-Agent: Thunderbird 2.0.0.4 (X11/20070706) MIME-Version: 1.0 To: Olivier Nicole References: <200707130730.l6D7U6v9086226@banyan.cs.ait.ac.th> In-Reply-To: <200707130730.l6D7U6v9086226@banyan.cs.ait.ac.th> Content-Type: multipart/mixed; boundary="------------050105030203070803000500" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Transparent email proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 08:35:14 -0000 This is a multi-part message in MIME format. --------------050105030203070803000500 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Olivier Nicole wrote: > Hi, > > As an ISP, or the person in charge of a large organisation, have you > ever set-up a transparent email redirection: all outgoing email would > be proceeded to an outgoing server in order to check for virus, spam, > whatever. > > Best regards, > > Olivier > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > The answer to your question is yes. To elaborate a bit more however here is a personal document I wrote (i.e. wasn't intended for anyone else), hopefully it provides you with good enough information and/or the information you were looking for. Mind you, this is BSD and qmail (yes, I'm a fanboy) specific. This assumes you are familiar with the software I decided to use under the components heading. Certainly feel free to ask any questions. I realize the document isn't "production quality" due to the reasons given about, but rest assured I can vouche for this method. Additionally note, this is obviously not the only method.....just that it's my method. ;P Cheers! ~Paul ---------------------------------------------- I have 5 machines behind a load balancer, one of which is FBSD 4.11, and the other 4 are FBSD 6.2. The component list I used is as follows: Components tcpserver daemontools qmail w/ QMAILQUEUE patch qmail-qfilter spamassassin *custom c scripts (These are optional; one is provided) Flow This is the current flow of any emails that reach the cluster. Note the items listed within *'s are custom programs and explained later in this document: tcpserver->qmail-smtpd->qmail-qfilter->spamc->*reject_spam*->qmail-queue->qmail-remote **Note :: reject_spam is included because that is needed for denying emails. (You could rewrite it in perl or sh if you needed to) Installation The installation for any new and existing proxy boxes is extremely straightforward. For all but qmail listed above, use the ports tree. Setup spamd to create the /tmp/.spamd.sock socket. That's what I call mine, yours can/will vary. Once all this is installed, create /etc/tcp.smtp with the following entry and build the cdb file: :+RELAYCLIENT=+QMAILQUEUE=/var/qmail/bin/qmail-queue-spam Ensure tcpserver uses that file(i.e. -x) While in /usr/ports/qmail..... a) upload the attached files (patch-qmail.c and patch-Makefile) into ./files/ b) edit patch-qmail.c to reflect a message you would like to give. '+ case 20: return "DAnti-SPAM Threshold Reached see http://domain.com/legal_information.aspx";' c) type: make extract d) type: make patch e) copy the attached file (reject-spam.c) to ./work/qmail*/ f) Now, I haven't included some of my patches here do to sensative information. Therefore, you'll need to edit the Makefile (work/qmail-*/Makefile) to removed any and all references to check_block and reject-record-spam. g) type: make install h) copy reject-spam to /var/qmail/bin i) Copy the attached shell script (qmail-queue-spam) to /var/qmail/bin/; that is going to tie this together. Please note that it's NECESSARY to use the local software FW to allow relaying. IPFW is a good choice (my preference anyways). Deny everything to port 25, and only allow the hosts you want. I found this to be the easiest. Then on those hosts, smarthost the "hidden" (not really) machine. --------------050105030203070803000500 Content-Type: text/plain; name="patch-Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-Makefile" --- Makefile.orig Thu Dec 14 16:23:19 2006 +++ Makefile Thu Dec 14 16:25:12 2006 @@ -157,6 +157,37 @@ > binm2 chmod 755 binm2 +check_block: \ +load check_block.o alloc.a error.a stralloc.a substdio.a control.o env.a open.a \ +getln.a fs.a str.a + ./load check_block control.o stralloc.a substdio.a alloc.a \ + error.a env.a str.a open.a getln.a fs.a str.a -L/usr/local/lib/mysql -lmysqlclient + +check_block.o: \ +compile check_block.c stralloc.h substdio.h readwrite.h str.h + ./compile check_block.c -I/usr/local/include + +reject-record-spam: \ +load reject-record-spam.o slurpclose.o alloc.a str.a error.a stralloc.a getln.a \ +substdio.a control.o env.a fs.a + ./load reject-record-spam control.o slurpclose.o getln.a stralloc.a substdio.a alloc.a \ + error.a env.a str.a fs.a open.a -L/usr/local/lib/mysql -lmysqlclient + + +reject-record-spam.o: \ +compile reject-record-spam.c stralloc.h substdio.h readwrite.h getln.h str.h scan.h fmt.h + ./compile reject-record-spam.c -I/usr/local/include + +reject-spam: \ +load reject-spam.o alloc.a str.a error.a stralloc.a getln.a \ +substdio.a + ./load reject-spam getln.a stralloc.a substdio.a str.a alloc.a \ + error.a + +reject-spam.o: \ +compile reject-spam.c stralloc.h substdio.h readwrite.h getln.h str.h + ./compile reject-spam.c + binm2+df: \ binm2+df.sh conf-qmail cat binm2+df.sh \ @@ -808,7 +839,7 @@ forward preline condredirect bouncesaying except maildirmake \ maildir2mbox maildirwatch qail elq pinq idedit install-big install \ instcheck home home+df proc proc+df binm1 binm1+df binm2 binm2+df \ -binm3 binm3+df +binm3 binm3+df check_block reject-record-spam reject-spam load: \ make-load warn-auto.sh systype --------------050105030203070803000500 Content-Type: text/plain; name="qmail-queue-spam" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="qmail-queue-spam" #!/bin/sh exec /usr/local/bin/qmail-qfilter \ /usr/local/bin/spamc -t 60 -s 250000 -U /tmp/.spamd.sock -- \ /var/qmail/bin/reject-spam --------------050105030203070803000500-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 08:40:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 291CA16A407 for ; Fri, 13 Jul 2007 08:40:53 +0000 (UTC) (envelope-from pprocacci@bellsouth.net) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.freebsd.org (Postfix) with ESMTP id E0B5C13C4B6 for ; Fri, 13 Jul 2007 08:40:52 +0000 (UTC) (envelope-from pprocacci@bellsouth.net) Received: from ibm65aec.bellsouth.net ([70.156.10.107]) by imf22aec.mail.bellsouth.net with ESMTP id <20070713084052.DOSO25073.imf22aec.mail.bellsouth.net@ibm65aec.bellsouth.net> for ; Fri, 13 Jul 2007 04:40:52 -0400 Received: from [10.5.21.243] (really [70.156.10.107]) by ibm65aec.bellsouth.net with ESMTP id <20070713084052.JXLL3928.ibm65aec.bellsouth.net@[10.5.21.243]>; Fri, 13 Jul 2007 04:40:52 -0400 Message-ID: <46973A8A.4050009@bellsouth.net> Date: Fri, 13 Jul 2007 03:40:42 -0500 From: Paul procacci User-Agent: Thunderbird 2.0.0.4 (X11/20070706) MIME-Version: 1.0 To: Olivier Nicole References: <200707130730.l6D7U6v9086226@banyan.cs.ait.ac.th> <46973936.6080104@bellsouth.net> In-Reply-To: <46973936.6080104@bellsouth.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Transparent email proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 08:40:53 -0000 Paul procacci wrote: > Olivier Nicole wrote: >> Hi, >> >> As an ISP, or the person in charge of a large organisation, have you >> ever set-up a transparent email redirection: all outgoing email would >> be proceeded to an outgoing server in order to check for virus, spam, >> whatever. >> >> Best regards, >> >> Olivier >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> > The answer to your question is yes. To elaborate a bit more however > here is a personal document I wrote (i.e. wasn't intended for anyone > else), hopefully it provides you with good enough information and/or > the information you were looking for. Mind you, this is BSD and qmail > (yes, I'm a fanboy) specific. This assumes you are familiar with the > software I decided to use under the components heading. Certainly > feel free to ask any questions. I realize the document isn't > "production quality" due to the reasons given about, but rest assured > I can vouche for this method. > > Additionally note, this is obviously not the only method.....just that > it's my method. ;P Cheers! > > ~Paul > > ---------------------------------------------- > > I have 5 machines behind a load balancer, one of which is FBSD 4.11, > and the other 4 are FBSD 6.2. The component list I used is as follows: > > Components > > tcpserver > daemontools > qmail w/ QMAILQUEUE patch > qmail-qfilter > spamassassin > *custom c scripts (These are optional; one is provided) > > > Flow > > This is the current flow of any emails that reach the cluster. Note > the items listed within *'s are custom programs and explained later in > this document: > > tcpserver->qmail-smtpd->qmail-qfilter->spamc->*reject_spam*->qmail-queue->qmail-remote > > > **Note :: reject_spam is included because that is needed for denying > emails. (You could rewrite it in perl or sh if you needed to) > > Installation > > The installation for any new and existing proxy boxes is extremely > straightforward. > > For all but qmail listed above, use the ports tree. > > Setup spamd to create the /tmp/.spamd.sock socket. That's what I call > mine, yours can/will vary. > > Once all this is installed, create /etc/tcp.smtp with the following > entry and build the cdb file: > :+RELAYCLIENT=+QMAILQUEUE=/var/qmail/bin/qmail-queue-spam > > Ensure tcpserver uses that file(i.e. -x) > > While in /usr/ports/qmail..... > > a) upload the attached files (patch-qmail.c and patch-Makefile) into > ./files/ > > b) edit patch-qmail.c to reflect a message you would like to give. > '+ case 20: return "DAnti-SPAM Threshold Reached see > http://domain.com/legal_information.aspx";' > > c) type: make extract > > d) type: make patch > > e) copy the attached file (reject-spam.c) to ./work/qmail*/ > > f) Now, I haven't included some of my patches here do to sensative > information. Therefore, you'll need to edit the Makefile > (work/qmail-*/Makefile) to removed any and all references to > check_block and reject-record-spam. > > g) type: make install > > h) copy reject-spam to /var/qmail/bin > > i) Copy the attached shell script (qmail-queue-spam) to > /var/qmail/bin/; that is going to tie this together. > > Please note that it's NECESSARY to use the local software FW to allow > relaying. IPFW is a good choice (my preference anyways). Deny > everything to port 25, and only allow the hosts you want. I found > this to be the easiest. > Then on those hosts, smarthost the "hidden" (not really) machine. > ------------------------------------------------------------------------ > > _______________________________________________ > 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" My attached c file got stripped. Here is it. reject-spam.c ------------------------------------------------------------------- #include "stralloc.h" #include "substdio.h" #include "readwrite.h" #include "getln.h" #include "str.h" stralloc s = {0}; substdio i = {0}; substdio o = {0}; char ibuf[1024]; char obuf[1024]; int main(void){ int match; substdio_fdbuf(&i,read,0,ibuf,sizeof(ibuf)); substdio_fdbuf(&o,write,1,obuf,sizeof(obuf)); for(;;){ if(getln(&i,&s,&match,'\n') == -1) _exit(81); if(!match || s.len == 1) break; if(!str_diffn("X-Spam-Flag: YES\n", s.s, s.len)) _exit(20); substdio_put(&o,s.s,s.len); } substdio_put(&o,s.s,s.len); substdio_copy(&o,&i); substdio_flush(&o); _exit(0); } From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 10:19:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8D2C16A403 for ; Fri, 13 Jul 2007 10:19:59 +0000 (UTC) (envelope-from patfbsds+questions@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [213.186.42.107]) by mx1.freebsd.org (Postfix) with ESMTP id 84DBE13C467 for ; Fri, 13 Jul 2007 10:19:59 +0000 (UTC) (envelope-from patfbsds+questions@davenulle.org) Received: from roxette (unknown [77.192.6.93]) by smtp.lamaiziere.net (Postfix) with ESMTP id 9CCC61180598 for ; Fri, 13 Jul 2007 11:58:14 +0200 (CEST) Date: Fri, 13 Jul 2007 11:56:02 +0200 From: Patrick Lamaiziere To: freebsd-questions@freebsd.org Message-ID: <20070713115602.54966b2c@roxette> Organization: /dave/nulle X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Dual boot FreeBSD(6.2) / Current ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 10:19:59 -0000 Hello, How to make a dual boot with Stable and Current ? The FreeBSD loader always uses the bsd partition 'a' to load the kernel. So i always boot 6.2. My main boot loader is Gag. Thanks in advance, regards. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 11:13:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE8E716A401 for ; Fri, 13 Jul 2007 11:13:12 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from pizzabox.cyberleo.net (alpha.cyberleo.net [198.145.45.10]) by mx1.freebsd.org (Postfix) with ESMTP id 794AA13C491 for ; Fri, 13 Jul 2007 11:13:12 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: (qmail 52978 invoked from network); 13 Jul 2007 11:13:11 -0000 Received: from adsl-75-3-112-33.dsl.chcgil.sbcglobal.net (HELO ?172.16.44.14?) (cyberleo@cyberleo.net@75.3.112.33) by alpha.cyberleo.net with ESMTPA; 13 Jul 2007 11:13:11 -0000 Message-ID: <46975EC6.90907@cyberleo.net> Date: Fri, 13 Jul 2007 06:14:55 -0500 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.4 (X11/20070604) MIME-Version: 1.0 To: FreeBSD Questions References: <20070713115602.54966b2c@roxette> In-Reply-To: <20070713115602.54966b2c@roxette> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Dual boot FreeBSD(6.2) / Current ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 11:13:12 -0000 Patrick Lamaiziere wrote: > Hello, > > How to make a dual boot with Stable and Current ? The FreeBSD loader > always uses the bsd partition 'a' to load the kernel. So i always boot > 6.2. > > My main boot loader is Gag. > Perhaps install the depeendant filesystems (/, /var, /usr) for the two versions each in their own slices, and share independant filesystems (/tmp, /home) from a third slice? -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://wwww.fur.com/peace/ From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 11:17:25 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEB0E16A401 for ; Fri, 13 Jul 2007 11:17:25 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from pizzabox.cyberleo.net (alpha.cyberleo.net [198.145.45.10]) by mx1.freebsd.org (Postfix) with ESMTP id 74E8313C478 for ; Fri, 13 Jul 2007 11:17:25 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: (qmail 52557 invoked from network); 13 Jul 2007 10:49:18 -0000 Received: from adsl-75-3-112-33.dsl.chcgil.sbcglobal.net (HELO ?172.16.44.14?) (cyberleo@cyberleo.net@75.3.112.33) by alpha.cyberleo.net with ESMTPA; 13 Jul 2007 10:49:18 -0000 Message-ID: <46975929.8070005@cyberleo.net> Date: Fri, 13 Jul 2007 05:50:58 -0500 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.4 (X11/20070604) MIME-Version: 1.0 To: FreeBSD Questions References: <20070712205321.GA42450@slackbox.xs4all.nl> In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Making a mounted ISO image of a CD-ROM writable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 11:17:25 -0000 Paul Hoffman wrote: > At 10:53 PM +0200 7/12/07, Roland Smith wrote: >> On Thu, Jul 12, 2007 at 12:38:10PM -0700, Paul Hoffman wrote: >>> Greetings again. I want to make an ISO image of the FreeBSD >>> distribution >>> with a boot.config file that contains "/boot/loader -h". I have the ISO >>> image as a file on my hard drive, and have mounted it on /mnt: >>> >>> mdconfig -a -t vnode -f /path/to/my/bootable.iso -u 0 >>> mount -w -t cd9660 /dev/md0 /mnt >>> >>> However, when I try to create files on /mnt, I get: >>> >>> -su: boot.config: Read-only file system >>> >>> How do I make it so that I can write into /mnt so that I can then later >>> save those back to the ISO image? >> >> Try the sysutils/isomaster port. > > Er, thanks, but I am running on a text-only system. Looks nice, however. > > Other thoughts? I would hope this would be as easy as "run this program > to change the image to read-write". Due to the way iso9660 (cd) filesystems are arranged, they cannot be written to after they are created. The easiest option would be to copy all the files to a directory on your hard disk, make the required changes, and use mkisofs to regenerate a new iso9660 filesystem. This will likely require more than a cursory perusal of mkisofs(8), given that you wish to create a bootable CD. -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://wwww.fur.com/peace/ From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 11:45:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2A3216A417 for ; Fri, 13 Jul 2007 11:45:10 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 54AE413C4A7 for ; Fri, 13 Jul 2007 11:45:10 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 16075 invoked from network); 13 Jul 2007 06:45:10 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 13 Jul 2007 06:45:09 -0500 Date: Fri, 13 Jul 2007 21:45:06 +1000 From: Norberto Meijome To: freebsd-questions@freebsd.org Message-ID: <20070713214506.68f06158@localhost> In-Reply-To: <46972F6A.4030004@oregnier.net> References: <46972F6A.4030004@oregnier.net> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Openbox/GTK 2.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 11:45:10 -0000 On Fri, 13 Jul 2007 09:53:14 +0200 Olivier Regnier wrote: > Hi everyone, > > I'm working with FreeBSD 6.2 with Openbox Window Manager. I want to > customize my Openbox theme. > It is possible to download GTK themes for Openbox ? > > I'm looking the following website: http://www.gentoo-art.org/ but most > GTK 2.x are made for Gnome, Kde or Xfce. > Olivier, why not use the existing Openbox themes? http://www.google.com.au/search?q=openbox+themes&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a _________________________ {Beto|Norberto|Numard} Meijome "When the Paris Exhibition closes electric light will close with it and no more be heard of." Erasmus Wilson (1878) Professor at Oxford University I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 12:35:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DCDB16A401 for ; Fri, 13 Jul 2007 12:35:26 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 0512713C4BA for ; Fri, 13 Jul 2007 12:35:26 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MH-MR001.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL400MLTAZ0P820@VL-MH-MR001.ip.videotron.ca> for freebsd-questions@freebsd.org; Fri, 13 Jul 2007 08:35:25 -0400 (EDT) Date: Fri, 13 Jul 2007 08:35:25 -0400 From: pj In-reply-to: <20070713114623.5918fc69@localhost> To: Norberto Meijome Message-id: <4697718D.8010102@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> <46959377.3080304@videotron.ca> <20070713114623.5918fc69@localhost> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: Schiz0 , freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 12:35:26 -0000 Norberto Meijome wrote: > On Wed, 11 Jul 2007 22:35:35 -0400 > pj wrote: > >>> Apache22 from ports doesn't use SSL by default. Check your httpd.conf >>> file and make sure the LoadModule for "ssl_module" line is commented >>> out. >>> >> The latest 2.2.4 does by default. The first thing I had done was to >> comment out the ssl_module. But that did not change anything. > > can you please show : > - the output of > pkg_info | grep apache > - which file you changed > - what line/s you changed > - what did you do after you changed the config > - how are you determining that 'nothing has changed' > > thx > > _________________________ > {Beto|Norberto|Numard} Meijome > > Quantum Logic Chicken: > The chicken is distributed probabalistically on all sides of the > road until you observe it on the side of your course. > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Thank you for the response. The problem was one of my ignorance of Webmin using its own server running in ssl mode. I had assumed it was apache. I now understand that apache2.2.4 is compiled with ssl but does not use ssl unless it is set up with certificates and, I believe, OpenSSL. That said, I did reinstall the port and now everything seems to be working fine. My only question now is: Why is httpd running with -DNOHTTPACCEPT ? How does this affect apache22's operation? Thanks in adavance, Phil From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 12:53:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9FE916A404 for ; Fri, 13 Jul 2007 12:53:38 +0000 (UTC) (envelope-from netslists@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id F147A13C4EF for ; Fri, 13 Jul 2007 12:53:37 +0000 (UTC) (envelope-from netslists@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so625942uge for ; Fri, 13 Jul 2007 05:53:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=CKv9J1rA9PnfFSoEi6Xgmvnx77VnIXAJDrQZiAKppqddlTeTSg8yzwCliVNxECsfqpIUhU9lN4f6V0nvzDLTm/xz95i/Oo3RJndFbyGPx0/bYby7GeQT2AFay+WYvAUajl27NikDyERea17LFUpFQztQ6PjmlG0Hwn2lfUkEODE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=PsovAMmYv6qhkyzwJ1KKSPI6eoaqa/bjla2DVm/J8YM6gPFaHgINU+alKKUmy3aXtSGqeh++JGaVtHLhc8SJpLxTB2XBGL6NcmEwDF3FAyUurD/rKPa/FpzTJ37A2cYU/svWgufukCJQNLaO1STh2MKprx4dqSDoAfkVuhNL+EQ= Received: by 10.86.63.19 with SMTP id l19mr85550fga.1184331216769; Fri, 13 Jul 2007 05:53:36 -0700 (PDT) Received: from ?192.168.9.8? ( [91.135.49.10]) by mx.google.com with ESMTP id 13sm2992958fks.2007.07.13.05.53.35 (version=SSLv3 cipher=RC4-MD5); Fri, 13 Jul 2007 05:53:36 -0700 (PDT) Message-ID: <469775C9.7090202@gmail.com> Date: Fri, 13 Jul 2007 14:53:29 +0200 From: Sten Daniel Soersdal User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: fbsd2@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: 10Mbps versus 100Mbps Cable Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 12:53:38 -0000 fbsd2 wrote: > Comclark cable in Angeles City Philippines has changed > from using 100Mbps Cable Modem to 10Mbps Cable Modem. > To me this seems to be all wrong as all I see is slower response. > Is there any technical or performance reason for any cable internet > provider to downgrade their network subscribers cable modems > from 100Mbps to 10Mbps? That reason could be compatibility. If you see slower response then perhaps something is wrong. Perhaps you should call their support and verify that you do not have a mismatched duplex setting? Mismatched duplex can come from misbehaving autonegotiation or that one end is set to full-duplex while the other end is set to half-duplex, or, one end is set to full-duplex and the other end is set to auto-negotiate (which results in falling back to half-duplex). -- Sten Daniel Soersdal From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 13:14:06 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FEC616A401 for ; Fri, 13 Jul 2007 13:14:06 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 098C113C4AA for ; Fri, 13 Jul 2007 13:14:05 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 62410 invoked by uid 1002); 13 Jul 2007 13:14:05 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.107.100):. Processed in 6.649375 secs); 13 Jul 2007 13:14:05 -0000 Received: from unknown (HELO ?192.168.1.210?) (steve@ibctech.ca@208.70.107.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 13 Jul 2007 13:13:58 -0000 Message-ID: <46977AA2.5090806@ibctech.ca> Date: Fri, 13 Jul 2007 09:14:10 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: vuthecuong References: <46970917.3030502@fpt.vn> <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> <46971201.8030101@fpt.vn> <200707130552.l6D5qEM7071933@banyan.cs.ait.ac.th> <4697170E.3000909@fpt.vn> <200707130728.l6D7SfBA086091@banyan.cs.ait.ac.th> <4697362E.8010608@fpt.vn> In-Reply-To: <4697362E.8010608@fpt.vn> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 13:14:06 -0000 vuthecuong wrote: > Olivier Nicole wrote: >>> But my postfix only can receive mails from freebsd-questions mailing >>> list, it can not send mail to this. >> >> There is another thing you have to consider. As it is explained in >> http://www.bsdforums.org/forums/showthread.php?p=265093#post265093 >> your dynamic IP has been black listed (the IP was used before by >> someone else who sent SPAM, so now the IP is in a list of bad guys and >> many mail server will refuse to receive emails from your IP). >> >> So it is really a better idea that you sent all your email thought FPT >> email server. >> >> Best regards, >> >> Olivier >> >> > OK I understood, this is one lession I learned today: In order to run > "real" mail server, > fixed IP address for forward and reverse DNS is must-have. > I will choose method of relaying through ISP though I prefer the first one. > Tnx you very much. The ISP who assigns you the IP from their allocated block are responsible for the reverse entry. You can create one locally, but the Internet as a whole will never look to anything you set up for an rDNS entry. I believe that every IP that is in use on a network, no matter what piece of infrastructure or computer it is assigned to should have a reverse entry. Most ISP's now are configuring rDNS entries for dynamic clients as such, with prefixes that include ppp, dynamic, dialin etc. Almost all of these such entries will cause mail blocks leading to blacklists due to the fact 99.99% of dynamic IP entries should never be sending mail directly to another MX to begin with. In your case, you can still run a fully functional email server at your end, however, instead of sending out directly, you use your upstream as your smart host as stated above. Aside from that, if you are a non-business client without static IP(s), your ISP should be blocking you from sending outbound 25 traffic into their network, except to their mail servers directly anyway. Of course, your ISP should also be blocking port 25 inbound into their network from the outside world, and outbound from their network to you (except to their own legit mail servers) to protect against exploitation of someone with an open relay. (You shouldn't be able to use yourself on the dynamic IP as an SMTP server from outside your own location). If they have implemented this, then you will have to use SMTP Auth on port 587. As a matter of fact, you should be using this anyway. This ISP uses SMTP Auth across the board for all of our users (ADSL, SDSL, dial-up etc). Only a very small handful are permitted to use port 25, and those clients would be the ones (like old Mac OS mail software) that do not have the ability to implement port 587. Cheers! Steve From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 13:34:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B78916A406 for ; Fri, 13 Jul 2007 13:34:11 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 1B38013C442 for ; Fri, 13 Jul 2007 13:34:11 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 4A44114315D; Fri, 13 Jul 2007 16:34:09 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Fri, 13 Jul 2007 16:33:16 +0300 User-Agent: KMail/1.9.1 References: <4695FC36.4000107@cox.net> In-Reply-To: <4695FC36.4000107@cox.net> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707131633.17477.nvass@teledomenet.gr> Cc: Steven Wagner Subject: Re: 6.2 Freezes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 13:34:11 -0000 On Thursday 12 July 2007 13:02, Steven Wagner wrote: > Our server is running for awhile (sometimes 1 day, sometimes less than > an hour) then ssh sessions hang and disconnect, web server times out, > console allows us to give input to the login prompt, but after typing > root and hitting enter the password prompt never appears. Looks like the UFS subsystem is deadlocked... [snip] > 1035 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 > 1016 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 > 1041 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 > 1033 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 > 1036 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 > 1034 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 > 1038 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 > 1040 root 1 -4 0 10904K 9636K ufs 0:12 0.00% perl5.8.8 > 1039 root 1 -4 0 10900K 9632K ufs 0:11 0.00% perl5.8.8 > 1101 root 1 96 0 9972K 9040K select 0:05 0.00% named > 2170 root 1 -4 0 80996K 79172K ufs 0:05 0.00% perl5.8.8 Yes, lots of processes are stuck in ufs state. [snip] > If anyone has any ideas on what might be causing this or a suggestion as > to how I can capture more information at the time of a crash it's very > much appreciated. I am not aware of the state of UFS snapshots on 6.2R, but on previous releases there were such problems. So, do you have any snapshots on active filesystems? snapinfo(8) will help you find out. HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 14:16:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A61D16A402 for ; Fri, 13 Jul 2007 14:16:27 +0000 (UTC) (envelope-from juancr@dsa.es) Received: from llca513-a.servidoresdns.net (llca513-a.servidoresdns.net [217.76.128.120]) by mx1.freebsd.org (Postfix) with ESMTP id 1981013C4A7 for ; Fri, 13 Jul 2007 14:16:27 +0000 (UTC) (envelope-from juancr@dsa.es) Received: from mail.dsa.es (localhost.localdomain [127.0.0.1]) by llca513-a.servidoresdns.net (Postfix) with SMTP id 5EC5D12B6B07 for ; Fri, 13 Jul 2007 16:16:25 +0200 (CEST) Received: from 217.114.136.135 (SquirrelMail authenticated user faf352c) by llca513-a.servidoresdns.net with HTTP; Fri, 13 Jul 2007 14:16:25 -0000 (GMT) Message-ID: <59740.217.114.136.135.1184336185.squirrel@llca513-a.servidoresdns.net> Date: Fri, 13 Jul 2007 14:16:25 -0000 (GMT) From: "DSA - JCR" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2-0.1.7.x MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: USB disk cryptographied with GELI and fsck X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 14:16:27 -0000 HI all again FreeBSD 6.2 i386 I have a problem with an USB disk that I cryptographied with GELI. It says that I must run fsck when I try to mount it. I used the command cat key1 key2 | geli -k - attach /dev/da1 when I try to mount it mount /dev/da1.eli /usb2 I get an error saying that I need to run fsck in the disk. Ok, How can I run fsck in this USB GELI disk? i have used after attached the GELI disk as before fsck /dev/da1.eli and also fsck -t geli /dev/da1.eli and always I get the same fsck doesn't recognaize the filessytem in the disk what must I do? Must I erase the disk and begin again? I think that must be a fsck for GELI disk crypto or not. Thanks in advance Sincerely Juan CoruЯa Desarrollo de Software Atlantico From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 14:34:51 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1505B16A402 for ; Fri, 13 Jul 2007 14:34:51 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id D2DE213C4A3 for ; Fri, 13 Jul 2007 14:34:50 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 27068 invoked from network); 13 Jul 2007 09:34:50 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 13 Jul 2007 09:34:50 -0500 Date: Sat, 14 Jul 2007 00:34:46 +1000 From: Norberto Meijome To: pj Message-ID: <20070714003446.38cd94b0@localhost> In-Reply-To: <4697718D.8010102@videotron.ca> References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> <46959377.3080304@videotron.ca> <20070713114623.5918fc69@localhost> <4697718D.8010102@videotron.ca> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Schiz0 , freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 14:34:51 -0000 On Fri, 13 Jul 2007 08:35:25 -0400 pj wrote: > My only question now is: Why is httpd running with -DNOHTTPACCEPT ? How > does this affect apache22's operation? It tells Apache not to try to access the kernel HTTP Accept module. Unless you load accf_http (and, optionally, accf_data), you'll get that parameter added to Apache's command line. For example, [luser@projects] [Sat Jul 14 00:16:08 2007] ~ $ kldstat Id Refs Address Size Name 1 7 0xc0400000 6f6668 kernel 2 1 0xc0af7000 2364 accf_http.ko 3 1 0xc0afa000 3f7c vmxnet.ko 4 1 0xc0afe000 59f20 acpi.ko 5 1 0xc2db8000 d000 ipfw.ko 6 1 0xc3393000 2000 accf_data.ko [luser@projects] [Sat Jul 14 00:16:10 2007] ~ $ ps xa | grep htt 2367 ?? Ss 0:25.84 /usr/local/sbin/httpd -k start 2369 ?? I 0:01.60 /usr/local/sbin/httpd -k start 2370 ?? I 0:01.37 /usr/local/sbin/httpd -k start 2371 ?? I 0:01.73 /usr/local/sbin/httpd -k start 2372 ?? I 0:01.75 /usr/local/sbin/httpd -k start 2373 ?? I 0:01.26 /usr/local/sbin/httpd -k start 2374 ?? I 0:02.02 /usr/local/sbin/httpd -k start 2387 ?? I 0:01.74 /usr/local/sbin/httpd -k start 2388 ?? I 0:02.02 /usr/local/sbin/httpd -k start 10235 ?? I 0:01.34 /usr/local/sbin/httpd -k start 33166 p0 S+ 0:00.01 grep htt 1291 p2 I+ 0:00.01 tail -f /var/log/httpd-projects-error_log For more info, see the following man pages $ apropos accf accf_data(9) - buffer incoming connections until data arrives accf_http(9) - buffer incoming connections until a certain complete HTTP requests arrive _________________________ {Beto|Norberto|Numard} Meijome "Those who do not remember the past are condemned to repeat it." George Santayana I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 15:07:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C16F216A400 for ; Fri, 13 Jul 2007 15:07:15 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 9886713C467 for ; Fri, 13 Jul 2007 15:07:15 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 45DD651910 for ; Fri, 13 Jul 2007 11:07:13 -0400 (EDT) Date: Fri, 13 Jul 2007 16:07:08 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070713160708.158cb99a@gumby.homeunix.com.> In-Reply-To: <59740.217.114.136.135.1184336185.squirrel@llca513-a.servidoresdns.net> References: <59740.217.114.136.135.1184336185.squirrel@llca513-a.servidoresdns.net> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: USB disk cryptographied with GELI and fsck X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 15:07:15 -0000 On Fri, 13 Jul 2007 14:16:25 -0000 (GMT) "DSA - JCR" wrote: > HI all again > > FreeBSD 6.2 i386 > > I have a problem with an USB disk that I cryptographied with GELI. > It says that I must run fsck when I try to mount it. > > I used the command > > cat key1 key2 | geli -k - attach /dev/da1 > > when I try to mount it > > mount /dev/da1.eli /usb2 > > I get an error saying that I need to run fsck in the disk. > > Ok, How can I run fsck in this USB GELI disk? > > i have used after attached the GELI disk as before > > fsck /dev/da1.eli > > and also > > fsck -t geli /dev/da1.eli > > and always I get the same > > fsck doesn't recognaize the filessytem in the disk You need to specify a filesystem, geli is not a filesystem. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 15:18:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48C7116A403 for ; Fri, 13 Jul 2007 15:18:45 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from mesiob.obspm.fr (mesiob.obspm.fr [145.238.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 97CED13C474 for ; Fri, 13 Jul 2007 15:18:44 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from localhost (pcjas.obspm.fr [145.238.2.126]) by mesiob.obspm.fr (8.13.4/8.13.4/SIO Observatoire de Paris) with ESMTP id l6DFIh4w000720 for ; Fri, 13 Jul 2007 17:18:43 +0200 Date: Fri, 13 Jul 2007 17:18:43 +0200 From: Albert Shih To: freebsd-questions@freebsd.org Message-ID: <20070713151843.GA46690@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (mesiob.obspm.fr [145.238.2.2]); Fri, 13 Jul 2007 17:18:43 +0200 (CEST) X-Virus-Scanned: ClamAV version 0.90.3, clamav-milter version 0.90.3 on mesiob.obspm.fr X-Virus-Status: Clean Subject: KDE problem after update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Albert.Shih@obspm.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 15:18:45 -0000 Hi all I'm not really use kde as window mamanger but I use kpdf (very good application). After update (kde 3.5.7) I can use kpdf because he tell me something like Could not find mime type application/octet-stream No mime types installed. when I type kpdf file.pdf and after that when kpdf is open (not my file.pdf) and I'm going to OpenFile I've got Malformed URL file:///home/me and in the file browser I can see any file. In the "Filter" I've mime,mime Any solution ? Regards. NB: I've do what is in /usr/src/UPDATING and activate hald etc... -- Albert SHIH Observatoire de Paris Meudon SIO batiment 15 TИlИphone : 01 45 07 76 26 Heure local/Local time: Ven 13 jul 2007 17:15:27 CEST From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 15:20:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BCCE416A402 for ; Fri, 13 Jul 2007 15:20:32 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.18.44]) by mx1.freebsd.org (Postfix) with ESMTP id 2BA4A13C4BA for ; Fri, 13 Jul 2007 15:20:31 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 16379 invoked from network); 13 Jul 2007 14:53:50 -0000 Received: from unknown (HELO localhost) (775067@[217.50.162.102]) (envelope-sender ) by smtprelay06.ispgateway.de (qmail-ldap-1.03) with SMTP; 13 Jul 2007 14:53:50 -0000 Date: Fri, 13 Jul 2007 16:53:37 +0200 From: Fabian Keil To: "DSA - JCR" Message-ID: <20070713165337.500da368@localhost> In-Reply-To: <59740.217.114.136.135.1184336185.squirrel@llca513-a.servidoresdns.net> References: <59740.217.114.136.135.1184336185.squirrel@llca513-a.servidoresdns.net> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2008-08-18.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_L6gC2D+8/nRpnDyE9RwqS./"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: USB disk cryptographied with GELI and fsck X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 15:20:32 -0000 --Sig_L6gC2D+8/nRpnDyE9RwqS./ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "DSA - JCR" wrote: > I have a problem with an USB disk that I cryptographied with GELI. > It says that I must run fsck when I try to mount it. >=20 > I used the command >=20 > cat key1 key2 | geli -k - attach /dev/da1 >=20 > when I try to mount it >=20 > mount /dev/da1.eli /usb2 >=20 > I get an error saying that I need to run fsck in the disk. >=20 > Ok, How can I run fsck in this USB GELI disk? >=20 > i have used after attached the GELI disk as before >=20 > fsck /dev/da1.eli >=20 > and also >=20 > fsck -t geli /dev/da1.eli >=20 > and always I get the same >=20 > fsck doesn't recognaize the filessytem in the disk >=20 >=20 > what must I do? Use fsck_ffs (or specify ffs with fsck's -t option). Fabian=20 --Sig_L6gC2D+8/nRpnDyE9RwqS./ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGl5HxBYqIVf93VJ0RAgQeAJ4hP1mhQ+P4ZiYBnxEbL2dYCXZsYACfYpQx 3ArxN0FvQRHg0aCl0xd3bdc= =tCUx -----END PGP SIGNATURE----- --Sig_L6gC2D+8/nRpnDyE9RwqS./-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 15:28:42 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3EF216A400 for ; Fri, 13 Jul 2007 15:28:42 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id 36F2B13C4AA for ; Fri, 13 Jul 2007 15:28:42 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so561995mue for ; Fri, 13 Jul 2007 08:28:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m4BC54mZPS5FLuPqlYQZp+mKEQTOyqtf2FJshtl0jtBItVD1EZVGrn3YRoBQCoqSr0VRQe6pHHXPFja+NPs7EV04NGRd4cNPk0mmXjsCgYYcovTQ58tdIj/lwJmjwO/EX94XhVmjpRxn3pXaeYkIBNOyjsNoGJ+8HBjZ5uRJCF8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=av4XQXwl5iBqdZA8Vs7NRoi1C3kTtzFiF0+WWJHCiZPDbFLs/rWPuvRCt4zgakJlKN/BlDYlR8KXxiarBaYm6Feautanym9H8aTdy+QZuS46FFA4BWj0L/5AaRRNytgjOGENqNKXaIU3O5MnnEG1TZ7QHFCIRLxLrbWPbByZHRY= Received: by 10.82.108.9 with SMTP id g9mr2079741buc.1184338986115; Fri, 13 Jul 2007 08:03:06 -0700 (PDT) Received: by 10.82.191.1 with HTTP; Fri, 13 Jul 2007 08:03:06 -0700 (PDT) Message-ID: <24393ae80707130803u30dc1774u983d7c39d74ecd27@mail.gmail.com> Date: Fri, 13 Jul 2007 11:03:06 -0400 From: "Andrey Shuvikov" To: freebsd-questions@freebsd.org In-Reply-To: <46975EC6.90907@cyberleo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070713115602.54966b2c@roxette> <46975EC6.90907@cyberleo.net> Subject: Re: Dual boot FreeBSD(6.2) / Current ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 15:28:42 -0000 On 7/13/07, CyberLeo Kitsana wrote: > Patrick Lamaiziere wrote: > > Hello, > > > > How to make a dual boot with Stable and Current ? The FreeBSD loader > > always uses the bsd partition 'a' to load the kernel. So i always boot > > 6.2. > > > > My main boot loader is Gag. > > > > Perhaps install the depeendant filesystems (/, /var, /usr) for the two > versions each in their own slices, and share independant filesystems > (/tmp, /home) from a third slice? > > -- > Fuzzy love, > -CyberLeo > Technical Administrator > CyberLeo.Net Webhosting > http://www.CyberLeo.Net > > > Furry Peace! - http://wwww.fur.com/peace/ > _______________________________________________ > 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" > When I tried to dual-boot FreeBSD and PC-BSD I noticed that FreeBSD loader always loads the first A5 slice it can find. I used GRUB to change the type of the slice I didn't need to something else (for example, A6, unless you have OpenBSD installed :-)). If Gag can do it too, it could help. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 15:35:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B28C716A400 for ; Fri, 13 Jul 2007 15:35:20 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 58D6113C4C1 for ; Fri, 13 Jul 2007 15:35:20 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 7F9C65194C; Fri, 13 Jul 2007 11:35:18 -0400 (EDT) Date: Fri, 13 Jul 2007 16:35:14 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070713163514.04187792@gumby.homeunix.com.> In-Reply-To: <20070713151843.GA46690@pcjas.obspm.fr> References: <20070713151843.GA46690@pcjas.obspm.fr> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Albert.Shih@obspm.fr Subject: Re: KDE problem after update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 15:35:20 -0000 On Fri, 13 Jul 2007 17:18:43 +0200 Albert Shih wrote: > Hi all > > I'm not really use kde as window mamanger but I use kpdf (very good > application). > > After update (kde 3.5.7) I can use kpdf because he tell me something > like > > Could not find mime type application/octet-stream I saw this kind of thing temporarily during the last KDE upgrade. Did you bring all your ports up to date? Have you tried restarting your desktop session, or rebooting? From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 15:44:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0607816A400 for ; Fri, 13 Jul 2007 15:44:49 +0000 (UTC) (envelope-from mgass@unix.csbsju.edu) Received: from maple.computing.csbsju.edu (maple.computing.csbsju.edu [152.65.165.5]) by mx1.freebsd.org (Postfix) with ESMTP id B029313C474 for ; Fri, 13 Jul 2007 15:44:48 +0000 (UTC) (envelope-from mgass@unix.csbsju.edu) Received: from lin20.cs.csbsju.edu (lin20.cs.csbsju.edu [10.165.10.169]) by maple.computing.csbsju.edu (8.13.1/8.12.8) with ESMTP id l6DFAcU8027759 for ; Fri, 13 Jul 2007 10:10:38 -0500 Received: by lin20.cs.csbsju.edu (Postfix, from userid 1401) id 32D74398635; Fri, 13 Jul 2007 10:10:38 -0500 (CDT) Date: Fri, 13 Jul 2007 10:10:38 -0500 From: Michael Gass To: freebsd-questions@freebsd.org Message-ID: <20070713151038.GA24734@unix.csbsju.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Garbled text in xterm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 15:44:49 -0000 Just installed Xorg 7.2 on an old 486DX cpu machine (Compaq ProLinea) running FreeBSD (Just to do it!). Only an old vga card. I can run the server and startx brings up twm, but I have garbled text in the xterm; that is, the wrong letters and symbols come up when xterm opens and when I type (text in the menubar is OK). I have made many alterations to xorg.conf and checked a number of faqs, but have found nothing that corrects the problem. I am out of ideas. Any suggestions as to what the problem is and what I might try? Below are my current xorg.conf and a recent log file. Thanks, Mike Gass -------------xorg.conf------------------- Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "Module" Load "freetype" # Load "xtt" Load "extmod" # Load "dri" Load "glx" Load "dbe" Load "record" Load "xtrap" Load "type1" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "Monitor" Identifier "Monitor0" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync 31.5 - 57.0 VertRefresh 50.0 - 90.0 EndSection Section "Device" Identifier "Card0" Driver "vga" Card "* Generic VGA compatible" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 4 SubSection "Display" Viewport 0 0 Depth 4 Modes "1024x768" "800x600" EndSubSection EndSection -----------------Xorg.0.log-------------------- _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/prolin.home.net:0 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 X Window System Version 7.2.0 Release Date: 22 January 2007 X Protocol Version 11, Revision 0, Release 7.2 Build Operating System: FreeBSD 6.2-STABLE i386 Current Operating System: FreeBSD prolin.home.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Jun 26 17:36:41 CDT 2007 root@two.crow.net:/usr/obj/usr/src/sys/PROLIN070626 i386 Build Date: 11 June 2007 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 12 10:43:19 2007 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Layout0" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Keyboard0" (**) |-->Input Device "Mouse0" (==) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ (==) RgbPath set to "/usr/local/share/X11/rgb" (==) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x819e340 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.1 X.Org XInput driver : 0.7 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on freebsd (II) LoadModule: "pcidata" (II) Loading /usr/local/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.1 (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) PCI: Probing config type using method 1 (II) PCI: Standard check for type 1 failed. (II) PCI: stages = 0x00, oldVal1 = 0xffffffff, mode1Res1 = 0x00000000, mode1Res2 = 0x00000000 (II) PCI: No PCI bus found or probed for (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) LoadModule: "freetype" (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 7.2.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "xtrap" (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DEC-XTRAP (II) LoadModule: "type1" (II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "vga" (II) Loading /usr/local/lib/xorg/modules/drivers//vga_drv.so (II) Module vga: vendor="X.Org Foundation" compiled for 7.2.0, module version = 4.1.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.1 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) VGA: Generic VGA driver (version 4.1) for chipsets: generic (II) Primary Device is: ISA (--) Chipset generic found (II) resource ranges after xf86ClaimFixedResources() call: [0] 0 0 0x000b8000 - 0x000bffff (0x8000) MX[B] [1] 0 0 0x000b0000 - 0x000b7fff (0x8000) MX[B] [2] 0 0 0x000a0000 - 0x000affff (0x10000) MX[B] [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] 0 0 0x000003c0 - 0x000003df (0x20) IX[B] [8] 0 0 0x000003b0 - 0x000003bb (0xc) IX[B] [9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) resource ranges after probing: [0] 0 0 0x000b8000 - 0x000bffff (0x8000) MX[B] [1] 0 0 0x000b0000 - 0x000b7fff (0x8000) MX[B] [2] 0 0 0x000a0000 - 0x000affff (0x10000) MX[B] [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] 0 0 0x000003c0 - 0x000003df (0x20) IX[B] [8] 0 0 0x000003b0 - 0x000003bb (0xc) IX[B] [9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.1 (II) VGA(0): initializing int10. (II) VGA(0): Primary V_BIOS segment is: 0xf000 (**) VGA(0): Depth 4, (--) framebuffer bpp 4 (==) VGA(0): RGB weight 666 (==) VGA(0): Default visual is StaticColor (==) VGA(0): Using gamma correction (1.0, 1.0, 1.0) (==) VGA(0): videoRam: 256 kBytes. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 7.2.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.1 (II) VGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) VGA(0): Monitor0: Using hsync range of 31.50-57.00 kHz (II) VGA(0): Monitor0: Using vrefresh range of 50.00-90.00 Hz (II) VGA(0): Clock range: 23.17 to 30.32 MHz (II) VGA(0): Not using default mode "640x350" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "720x400" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1152x864" (insufficient memory for mode) (II) VGA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1280x960" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1280x960" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1280x1024" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1280x1024" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1280x1024" (insufficient memory for mode) (II) VGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) VGA(0): Not using default mode "896x672" (insufficient memory for mode) (II) VGA(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) VGA(0): Not using default mode "896x672" (insufficient memory for mode) (II) VGA(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) VGA(0): Not using default mode "928x696" (insufficient memory for mode) (II) VGA(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) VGA(0): Not using default mode "928x696" (insufficient memory for mode) (II) VGA(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) VGA(0): Not using default mode "960x720" (insufficient memory for mode) (II) VGA(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) VGA(0): Not using default mode "960x720" (insufficient memory for mode) (II) VGA(0): Not using default mode "832x624" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1152x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1400x1050" (insufficient memory for mode) (II) VGA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1400x1050" (insufficient memory for mode) (II) VGA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1600x1024" (insufficient memory for mode) (II) VGA(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan) (II) VGA(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) VGA(0): Not using default mode "960x720" (insufficient memory for mode) (II) VGA(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode) (II) VGA(0): Not using mode "1024x768" (no mode of this name) (II) VGA(0): Not using mode "800x600" (no mode of this name) (--) VGA(0): Virtual size is 640x480 (pitch 640) (**) VGA(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) VGA(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (**) VGA(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (II) VGA(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (**) VGA(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (II) VGA(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (**) VGA(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (II) VGA(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (**) VGA(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) (II) VGA(0): Modeline "400x300" 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (==) VGA(0): DPI set to (75, 75) (II) Loading sub module "xf4bpp" (II) LoadModule: "xf4bpp" (II) Loading /usr/local/lib/xorg/modules//libxf4bpp.so (II) Module xf4bpp: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "xf1bpp" (II) LoadModule: "xf1bpp" (II) Loading /usr/local/lib/xorg/modules//libxf1bpp.so (II) Module xf1bpp: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0x000b8000 - 0x000bffff (0x8000) MX[B](OprU) [1] 0 0 0x000b0000 - 0x000b7fff (0x8000) MX[B](OprU) [2] 0 0 0x000a0000 - 0x000affff (0x10000) MX[B] [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] 0 0 0x000003c0 - 0x000003df (0x20) IX[B] [8] 0 0 0x000003b0 - 0x000003bb (0xc) IX[B] [9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Loading local sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so (II) Module GLcore: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) GLX: Initialized MESA-PROXY GL provider for screen 0 (**) Option "CoreKeyboard" (**) Keyboard0: Core Keyboard (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc104" (**) Keyboard0: XkbModel: "pc104" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (**) Option "Protocol" "Auto" (**) Mouse0: Device: "/dev/sysmouse" (**) Mouse0: Protocol: "Auto" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/sysmouse" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Mouse0: ZAxisMapping: buttons 4 and 5 (**) Mouse0: Buttons: 9 (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse FreeFontPath: FPE "/usr/local/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing. -- Michael Gass Department of Mathematics St. John's University Collegeville, MN 56321-3000 (320) 363-3090 mgass@csbsju.edu From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 15:46:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5802B16A408 for ; Fri, 13 Jul 2007 15:46:53 +0000 (UTC) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.freebsd.org (Postfix) with ESMTP id 95EAA13C4BB for ; Fri, 13 Jul 2007 15:46:52 +0000 (UTC) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 3.8f2) with ESMTP id 126530215-1860479 for multiple; Fri, 13 Jul 2007 11:06:32 -0400 Message-ID: <469794EF.4060006@chrononomicon.com> Date: Fri, 13 Jul 2007 11:06:23 -0400 From: Bart Silverstrim User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: Olivier Nicole References: <200707130730.l6D7U6v9086226@banyan.cs.ait.ac.th> In-Reply-To: <200707130730.l6D7U6v9086226@banyan.cs.ait.ac.th> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: bsilver@chrononomicon.com Cc: freebsd-questions@freebsd.org Subject: Re: Transparent email proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 15:46:53 -0000 Olivier Nicole wrote: > Hi, > > As an ISP, or the person in charge of a large organisation, have you > ever set-up a transparent email redirection: all outgoing email would > be proceeded to an outgoing server in order to check for virus, spam, > whatever. Incoming mail, yes. Outgoing, no, I haven't. But I thought only a few kinds of bots are using your user's email server settings...aren't most still direct sending from the user's system (turning zombies into the mail relay, not having the zombies flood the provider's mail server?) The only way to stop the former that I know of is to have your routers only allow port 25 traffic outbound from your legit mail server only and all others are blocked. You might also want to set up a way to have it report attempts to send mail out from your clients so you can see how many of your users may be infected with something. You'd then need to probably set up your UNIX system to accept email and scan it before forwarding it on. It should be relatively easy using Postfix and Amavisd-new (Amavis can be tied to clamav and Spamassassin). I am trying to figure out a new incoming bastion mail server scheme now...but our original does something like this for incoming mail now. -Bart From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 16:00:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3014016A408 for ; Fri, 13 Jul 2007 16:00:03 +0000 (UTC) (envelope-from jamie@bishopston.net) Received: from pacha.mail.bishopston.net (pacha.mail.bishopston.net [66.148.74.43]) by mx1.freebsd.org (Postfix) with ESMTP id E642013C481 for ; Fri, 13 Jul 2007 16:00:02 +0000 (UTC) (envelope-from jamie@bishopston.net) X-Catflap-Envelope-From: Received: from catflap.bishopston.net (jamie@localhost [127.0.0.1]) by catflap.bishopston.net (8.14.1/8.14.1) with ESMTP id l6DFxrYP050561; Fri, 13 Jul 2007 16:59:53 +0100 (BST) (envelope-from jamie@catflap.bishopston.net) Received: (from jamie@localhost) by catflap.bishopston.net (8.14.1/8.12.9/Submit) id l6DFxqf0050560; Fri, 13 Jul 2007 16:59:52 +0100 (BST) From: Jamie Jones Message-Id: <200707131559.l6DFxqf0050560@catflap.bishopston.net> Date: Fri, 13 Jul 2007 16:59:52 +0100 Organization: http://www.bishopston.com/jamie/ To: nlecic@EUnet.yu, jamie@bishopston.net References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> <200707122019.02916.lists-fbsd@shadypond.com> <20070712222635.7bc880a9@gumby.homeunix.com.> <200707122218.l6CMIgFE031071@catflap.bishopston.net> <200707122202.l6CM2kvK025399@smtpclu-7.EUnet.yu> <200707130123.l6D1NpK2012170@catflap.bishopston.net> <200707130208.l6D28ijD006283@smtpclu-2.EUnet.yu> In-Reply-To: <200707130208.l6D28ijD006283@smtpclu-2.EUnet.yu> User-Agent: Heirloom mailx 12.2 01/07/07 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (catflap.bishopston.net [127.0.0.1]); Fri, 13 Jul 2007 16:59:53 +0100 (BST) Cc: jamie@bishopston.net, fbsd06@mlists.homeunix.com, freebsd-questions@freebsd.org Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 16:00:03 -0000 > That's not true :) > > http://lists.freebsd.org/pipermail/freebsd-questions/2007-June/150745.html > > (YouTube is explicitly mentioned.) Please follow this mini how-to > carefully. YouTube works, actually I still can't find any flash<=7 site > that doesn't work. "YouTube works" _of_course_ means that sound works > too. Eeek! I missed that! Sorry - I read it again too, and still manages to miss it! > I've been using YouTube >4 months now. Nothing changed in meantime. > > Please report if this works for you. We can surely help you to get > flash7/nativebrowsers working if you experience problems. Oh well, as I said, it now works for me anyway.. I used to have regular problems with myspace and google video, but they appear to work now too (!!) Ho hum! cheers, Jamie From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 16:13:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1974E16A407 for ; Fri, 13 Jul 2007 16:13:20 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id AF03813C491 for ; Fri, 13 Jul 2007 16:13:19 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l6DGDATc090274 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 13 Jul 2007 11:13:11 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4697A498.5000501@tundraware.com> Date: Fri, 13 Jul 2007 11:13:12 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Josh Paetzel References: <468972C5.9090902@tundraware.com> <200707021722.05724.josh@tcbug.org> In-Reply-To: <200707021722.05724.josh@tcbug.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Finally Converting From Bind 8 -> Bind 9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 16:13:20 -0000 Josh Paetzel wrote: > On Monday 02 July 2007 16:48, Tim Daneliuk wrote: >> I am (ever so) slowly moving my domain from FBSD 4.x to 6.2. I am now >> at the point where I need to convert my Bind 8 configuration to Bind 9. >> In so doing, I like to finally separate my internal (non-routable) hosts >> so that their names never resolve outside the private network, and >> expose only the public facing hosts to the world via DNS. I'd also >> like to (finally) associate names with dhcpd-provided addresses >> so both forwards & reverses work inside the private network. >> >> Could some kind soul please point me to a good HOWTO on this migration and >> reconfiguration? I am DAGSing as I write this, but so far have not >> found what I want. >> >> TIA, > > The first part of what you want is easy. > In named.conf you'll have something like... > > acl private-hosts { 192.168.1.0/24; 192.168.2.0/24; }; > > view "internal" { > match-clients { "private-hosts"; }; > zone "example.org" { > type master; > file "master/db.internal.example.org"; > }; > }; > > view "external" { > match-clients { any; }; > zone "example.org" { > type master; > file "master/db.example.org"; > }; > }; > > Now you have two separate zonefiles, one which is consulted when someone from > 192.168.1.0/24 or 192.168.2.0/24 makes a query and one that is consulted when > anyone else makes a query. > > HTH OK - that works great ... but there is one efficiency I'd like to achieve that I'm not quite sure how implement. At the moment, both db.internal and db.external contain common public host information because I want those hosts visible to both communities. This means I have to make changes in two places when an public host entry is modified. I tried removing the public information from the db.internal file with the hope that an internal client requesting public host info would have the request satisfied automatically from db.external - this didn't work, the public hosts just disappeared from the internal view altogether. This raises two questions: 1) Is there a way to configure BIND9 so that internal client requests are first serviced out of db.internal, but if the lookup fails the server will then go look at db.external? 2) Better still is there some sort of "include" mechanism where I could keep a flat file of public host information for use by db.external, but include it into db.internal. Either of these would satisfy my desire to only have to edit a single file of public host information. TIA, -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 16:41:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B1FC16A400 for ; Fri, 13 Jul 2007 16:41:22 +0000 (UTC) (envelope-from patsingerfbsd@yahoo.com) Received: from web45015.mail.sp1.yahoo.com (web45015.mail.sp1.yahoo.com [68.180.197.174]) by mx1.freebsd.org (Postfix) with SMTP id 26AB613C471 for ; Fri, 13 Jul 2007 16:41:22 +0000 (UTC) (envelope-from patsingerfbsd@yahoo.com) Received: (qmail 81734 invoked by uid 60001); 13 Jul 2007 16:41:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=XfBoxr8najb/b8LiaSm9aomhjJ3VbB75O0p2305k8qt8/w1ViUGn4yV/II7JjNrgvK2fB/eoe0PBFEvuQM2zZmOB2ZwMc7S+i5qltIBD9ZOGG3R57a/uTPZc+DDC3PZRMWXxZhCQx7baKBqmcFJE9Bxn49DzbixQtGxOkkU15Hg=; Received: from [200.88.97.227] by web45015.mail.sp1.yahoo.com via HTTP; Fri, 13 Jul 2007 09:41:21 PDT Date: Fri, 13 Jul 2007 09:41:21 -0700 (PDT) From: Pat Singer To: Steve Bertrand In-Reply-To: <469644F1.9090507@ibctech.ca> MIME-Version: 1.0 Message-ID: <811424.81621.qm@web45015.mail.sp1.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Transfering a File From One Server To Another X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 16:41:22 -0000 Thanks for everyone's answers, however nc didn't work because it doesn't accomodate authentication, and scp failed as well (although it looked like it succeeded). I will assume it's due to the screwy problems on the sick server. Pat Steve Bertrand wrote: Pat Singer wrote: > Hi; > I have a server that's screwed up. I'm building out another server now. I need to transfer a 1/2G file from the old one. FTP doesn't work. I tried this: > wget http://203.223.111.11/path/to/file > It connected to the machine but threw a 404. Ideas? # scp file.name username@remote.server.com:/home/username Should do it for you. Steve _______________________________________________ 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" --------------------------------- Pinpoint customers who are looking for what you sell. --------------------------------- Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 16:50:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97DE116A403 for ; Fri, 13 Jul 2007 16:50:02 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-03.ohiordc.rr.com (ms-smtp-03.ohiordc.rr.com [65.24.5.137]) by mx1.freebsd.org (Postfix) with ESMTP id 4C58A13C4B3 for ; Fri, 13 Jul 2007 16:50:02 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-71-64-129-15.woh.res.rr.com [71.64.129.15]) by ms-smtp-03.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id l6DGo0va022863 for ; Fri, 13 Jul 2007 12:50:00 -0400 (EDT) Message-ID: <000f01c7c56d$da44d640$0200a8c0@satellite> From: "Dave" To: Date: Fri, 13 Jul 2007 12:50:00 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: cron job every 5 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 16:50:02 -0000 Hello, I want to run an updater script, every 5 hours and x minutes. I thought to use: minute 5 * * * root path/to/scriptname but that looks like it only works once a day, i want it to go every 5 hours not justa at 5 in the monrning. Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 16:51:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2174916A40E for ; Fri, 13 Jul 2007 16:51:17 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 00A2913C4B2 for ; Fri, 13 Jul 2007 16:51:16 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 3B9C67FD2 for ; Fri, 13 Jul 2007 12:51:15 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 5D70BB667C for ; Fri, 13 Jul 2007 16:51:13 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Fri, 13 Jul 2007 16:51:12 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707131651.12198.lists-fbsd@shadypond.com> Subject: ssh-copy-id X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 16:51:17 -0000 Since FreeBSD does not have ssh-copy-id as part of the OpenSSH package, what is the best way to copy a public key to an account on another host? Some Linuxes (Debian and Ubuntu) have a ssh-copy-id script for this in their OpenSSH packages. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 16:55:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D41316A404 for ; Fri, 13 Jul 2007 16:55:07 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from galaxy.systems.pipex.net (galaxy.systems.pipex.net [62.241.162.31]) by mx1.freebsd.org (Postfix) with ESMTP id 374D513C4B6 for ; Fri, 13 Jul 2007 16:55:07 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.23.2] (62-31-10-181.cable.ubr05.edin.blueyonder.co.uk [62.31.10.181]) by galaxy.systems.pipex.net (Postfix) with ESMTP id D0260E000560; Fri, 13 Jul 2007 17:54:36 +0100 (BST) Message-ID: <4697AE4C.8070909@dial.pipex.com> Date: Fri, 13 Jul 2007 17:54:36 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: tundra@tundraware.com References: <468972C5.9090902@tundraware.com> <200707021722.05724.josh@tcbug.org> <4697A498.5000501@tundraware.com> In-Reply-To: <4697A498.5000501@tundraware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Finally Converting From Bind 8 -> Bind 9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 16:55:07 -0000 Tim Daneliuk wrote: > 2) Better still is there some sort of "include" mechanism where I could > keep a flat file of public host information for use by db.external, > but include it into db.internal. I don't think there is, but let someone who uses bind more than I do give a definitive on that :-) What you *can* do, irrespective of bind version, is to have two files which you pre-process with m4, and have a third file which m4 includes on both the others. So you start with: internal.M4 which includes "shared" external.M4 which also includes "shared" shared which gets included in the other two. Then m4 internal.M4 > internal and m4 external.M4 -> external. Bind then loads internal and external. Alternatively you could start with one M4 file which uses lots of ifdefs for the non-shared portions. The create internal and external by specifying different definitions to m4. e.g. m4 -D _TYPE=EXTERNAL or m4 -D _TYPE=INTERNAL. For a problem with small differences between two files, this is a better solution, but not what I'd do in this case. Whole process can be easily controlled with a Makefile (including any restarts). --Alex From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 16:56:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4612E16A403 for ; Fri, 13 Jul 2007 16:56:45 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 278AC13C49D for ; Fri, 13 Jul 2007 16:56:45 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 2AE6D6D428 for ; Fri, 13 Jul 2007 16:57:58 +0000 (UTC) Date: Fri, 13 Jul 2007 16:57:57 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-questions@freebsd.org In-Reply-To: <000f01c7c56d$da44d640$0200a8c0@satellite> Message-ID: <20070713165535.A43805@duane.dbq.yournetplus.com> References: <000f01c7c56d$da44d640$0200a8c0@satellite> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: cron job every 5 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 16:56:45 -0000 On Fri, 13 Jul 2007 at 12:50 -0400, dmehler26@woh.rr.com confabulated: > Hello, > I want to run an updater script, every 5 hours and x minutes. I thought to > use: > > minute 5 * * * root path/to/scriptname crontab(5): ... Steps are also permitted after an asterisk, so if you want to say ``every two hours'', just use ``*/2''. ... So, my guess would be: minute */5 * * * root path/to/scriptname > but that looks like it only works once a day, i want it to go every 5 hours > not justa at 5 in the monrning. > Thanks. > Dave. ----- _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 17:02:00 2007 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id BDEA816A403; Fri, 13 Jul 2007 17:02:00 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20070713170200.BDEA816A403@hub.freebsd.org> Date: Fri, 13 Jul 2007 17:02:00 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:02:00 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from freebsd-questions-request@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions@freebsd.org mailing list! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org (obviously, substitute your mail address for "me@me.org"). You can also make such adjustments via email by sending a message to: freebsd-questions-request@freebsd.org with the word 'help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. Normally, Mailman will remind you of your freebsd.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/en/books/faq/index.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. When sending a new message, well, send a new message. Don't reply to some other message, erase the old content and change the subject line. That leaves an In-reply-to: header which many mail readers use to thread messages, so your message shows up as a reply to some other message. People often delete messages a whole thread at a time, so apart from irritating people, you also run a chance of having the message deleted unread. 4. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 5. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 6. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 7. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 8. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 9. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. $Id: Howto-ask-questions,v 1.6 2005/08/10 02:21:44 grog Exp $ _______________________________________________ Thanks to Josh Paetzel for updating this document to describe mailman. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 17:02:00 2007 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id C59D016A410; Fri, 13 Jul 2007 17:02:00 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20070713170200.C59D016A410@hub.freebsd.org> Date: Fri, 13 Jul 2007 17:02:00 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:02:00 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Note also that the book has now been released for free download in PDF form. Instead of downloading the changed pages, you may prefer to download the entire book. See http://www.lemis.com/grog/Documentation/CFBSD/ for more information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm no longer constantly updating it, but I may be able to help Greg From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 17:02:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B95516A407 for ; Fri, 13 Jul 2007 17:02:38 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.freebsd.org (Postfix) with ESMTP id EE83E13C461 for ; Fri, 13 Jul 2007 17:02:37 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1I9OXM-000EvE-Ko for freebsd-questions@freebsd.org; Fri, 13 Jul 2007 13:02:36 -0400 Message-ID: <004601c7c56f$9d08f480$6501a8c0@GRANT> From: "Grant Peel" To: Date: Fri, 13 Jul 2007 13:02:36 -0400 Organization: The Net Now MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Ports Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:02:38 -0000 Hi all, My ports collection on some of the servers is wasting alot of space. What would be the best method to 'cleanout' the ports dir without = adversly affecting the operation of the rest of the server?=20 All of the servers are live production servers. -Grant From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 17:03:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D4E716A407 for ; Fri, 13 Jul 2007 17:03:08 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id DDDF613C4BD for ; Fri, 13 Jul 2007 17:03:07 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MO-MR003.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL400HHOND6QW70@VL-MO-MR003.ip.videotron.ca> for freebsd-questions@freebsd.org; Fri, 13 Jul 2007 13:03:07 -0400 (EDT) Date: Fri, 13 Jul 2007 13:03:07 -0400 From: pj To: freebsd-questions@freebsd.org Message-id: <4697B04B.6010504@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Subject: port installation problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:03:08 -0000 When trying to install CUPS and also when installing Gnome-light, I get the same error messsage, really, the exact same: "===> cups-1.2.10_1 depends on executable: espgs - not found ===> Verifying install for espgs in /usr/ports/print/cups-pstoraster ===> Installing for cups-pstoraster-8.15.4_1 ===> cups-pstoraster-8.15.4_1 depends on executable: gs - not found ===> Verifying install for gs in /usr/ports/print/ghostscript-gpl ===> Building for ghostscript-gpl-8.57 >>> in pre-build ... >>> creating directories for compilation ... >>> building EPAG utility ... gmake: `ert' is up to date. >>> creating symlinks for EPAG ... ./obj/echogs -w ./obj/ldt.tr -n - cc -pthread -L/usr/local/lib -o ./bin/gs ./obj/echogs -a ./obj/ldt.tr -n -s ./obj/gs.o -s cat ./obj/ld.tr >>./obj/ldt.tr ./obj/echogs -a ./obj/ldt.tr -s - -lm if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \ DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \ DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ DEVICE_DEVS_EXTRA= \ /bin/sh <./obj/ldt.tr *** Error code 2 Stop in /usr/ports/print/ghostscript-gpl. *** Error code 1 Stop in /usr/ports/print/cups-pstoraster. *** Error code 1 Stop in /usr/ports/print/cups." I tried portsnap fetch; portsnap extract and then make install clean but that only gave me more errors in the CUPS build. What is going on here? Any ideas? Thanks in advance, Phil From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 17:03:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CF4D16A402 for ; Fri, 13 Jul 2007 17:03:49 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 1F96E13C494 for ; Fri, 13 Jul 2007 17:03:49 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l6DH3jYU024464 for ; Fri, 13 Jul 2007 12:03:46 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Fri, 13 Jul 2007 12:03:43 -0500 User-Agent: KMail/1.9.6 References: <200707131651.12198.lists-fbsd@shadypond.com> In-Reply-To: <200707131651.12198.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707131203.44119.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: ssh-copy-id X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:03:49 -0000 On Friday 13 July 2007 11:51:12 Pollywog wrote: > Since FreeBSD does not have ssh-copy-id as part of the OpenSSH package, > what is the best way to copy a public key to an account on another host? > Some Linuxes (Debian and Ubuntu) have a ssh-copy-id script for this in > their OpenSSH packages. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" i just scp the id file to my homedir on the destination computer. then i: cat id_rsa.pub >> .ssh/authorized_keys2 hth, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 17:04:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F9DA16A405 for ; Fri, 13 Jul 2007 17:04:37 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id EF34913C491 for ; Fri, 13 Jul 2007 17:04:36 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay5.apple.com (relay5.apple.com [17.128.113.35]) by mail-out3.apple.com (Postfix) with ESMTP id 37E23BA565B; Fri, 13 Jul 2007 10:04:33 -0700 (PDT) Received: from relay5.apple.com (unknown [127.0.0.1]) by relay5.apple.com (Symantec Mail Security) with ESMTP id 23A1A29C003; Fri, 13 Jul 2007 10:04:33 -0700 (PDT) X-AuditID: 11807123-a4f3cbb000000b34-f8-4697b0a1c3fd Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay5.apple.com (Apple SCV relay) with ESMTP id 0D3B230400B; Fri, 13 Jul 2007 10:04:33 -0700 (PDT) In-Reply-To: <46970917.3030502@fpt.vn> References: <46970917.3030502@fpt.vn> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <52742602-950D-4964-B9EA-6E0000A6F8D2@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 13 Jul 2007 10:04:32 -0700 To: vuthecuong X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:04:37 -0000 On Jul 12, 2007, at 10:09 PM, vuthecuong wrote: > I just confirm only: > > I'm using dynamicDNS, so I will able to specify the forward *AND* > reverse lookups? No. Reverse lookups are controlled by whoever owns the IP delegation for the netblock in question, and they are not going to configure PTR records for dynamic IPs. If you want to have reverse lookups you control, you'll need to get static IPs. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 17:05:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C524016A404 for ; Fri, 13 Jul 2007 17:05:08 +0000 (UTC) (envelope-from james.shank@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 67D4313C48E for ; Fri, 13 Jul 2007 17:05:08 +0000 (UTC) (envelope-from james.shank@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so135675anc for ; Fri, 13 Jul 2007 10:05:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=pDMh6IbiBm6qNeURB9jKAn/zWNsyCmhiwhNT52WXoy7fPMIA2Eio6oVqnWR2KmcnURua9gh9w+FMICPJCOvrWqtbrOcW/+Cq9V8djntv71cdF64j7XY1dwgnrEx7b6c8hyEhuk/OzJ/kGLEkiYq2ze2oynF/SUBxUyygOuKhqCQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bWUPacM+Rg4TAD1Tjy6M+4RVlmsfGexCWSdQz7piaG0qisf0ZRsUfvO9mi4qWPaawiRDcCs/TJ63RQitIaaqILyKIvcKaU+U70wK7D8ZFhHyCC70tZv3/ksiT6i9T6KRTUuPn5+vZ/i6tQkjEFqEbDCTN6+hbG7PKhKJ7A+cEZc= Received: by 10.100.108.11 with SMTP id g11mr1022189anc.1184344669404; Fri, 13 Jul 2007 09:37:49 -0700 (PDT) Received: by 10.100.198.5 with HTTP; Fri, 13 Jul 2007 09:37:49 -0700 (PDT) Message-ID: Date: Fri, 13 Jul 2007 11:37:49 -0500 From: "James Shank" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_31932_30612927.1184344669357" Subject: Problem with Broadcom 5704 B1 on amd64 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:05:08 -0000 ------=_Part_31932_30612927.1184344669357 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Greetings, I've run into a problem with the onboard Broadcom 5704 NetXtreme nics on a Tyan S2891 Thunder K8SRE motherboard. Here is the relevant dmesg output to show the error: pcib5: at device 11.0 on pci8 pci10: on pcib5 pcib5: memory: end (de1fffff) < start (48739b2de100000) pcib5: memory: end (de1fffff) < start (dbca73fdde110000) bge0: mem 0x48739b2de100000-0x48739b2de10ffff irq 28 at device 9.0 on pci10 pcib5: memory: end (de1fffff) < start (48739b2de100000) bge0: couldn't map memory device_attach: bge0 attach returned 6 bge1: mem 0xdbca73fdde110000-0xdbca73fdde11ffff irq 29 at device 9.1 on pci10 pcib5: memory: end (de1fffff) < start (dbca73fdde110000) bge1: couldn't map memory device_attach: bge1 attach returned 6 It appears to me that the problem might be due to using a 32-bit int for end addresses where it looks like the start address uses 64-bit int. Any input on how to proceed would be greatly appreciated. I've also attached full dmesg output as well as pciconf -l -v output. Thanks! -James ------=_Part_31932_30612927.1184344669357 Content-Type: application/octet-stream; name=dmesg.out Content-Transfer-Encoding: base64 X-Attachment-Id: f_f42w1xce Content-Disposition: attachment; filename="dmesg.out" Q29weXJpZ2h0IChjKSAxOTkyLTIwMDcgVGhlIEZyZWVCU0QgUHJvamVjdC4KQ29weXJpZ2h0IChj KSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAxOTg5LCAxOTkxLCAxOTkyLCAxOTkzLCAx OTk0CglUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlhLiBBbGwgcmln aHRzIHJlc2VydmVkLgpGcmVlQlNEIGlzIGEgcmVnaXN0ZXJlZCB0cmFkZW1hcmsgb2YgVGhlIEZy ZWVCU0QgRm91bmRhdGlvbi4KRnJlZUJTRCA2LjItUkVMRUFTRSAjMDogVHVlIEp1bCAxMCAxNDo1 ODoxNCBVVEMgMjAwNwogICAgcm9vdEA6L3Vzci9zcmMvc3lzL2FtZDY0L2NvbXBpbGUvU01QCkFD UEkgQVBJQyBUYWJsZTogPFBUTFREICAJIEFQSUMgID4KVGltZWNvdW50ZXIgImk4MjU0IiBmcmVx dWVuY3kgMTE5MzE4MiBIeiBxdWFsaXR5IDAKQ1BVOiBEdWFsIENvcmUgQU1EIE9wdGVyb24odG0p IFByb2Nlc3NvciAyODUgKDI2MTIuMDUtTUh6IEs4LWNsYXNzIENQVSkKICBPcmlnaW4gPSAiQXV0 aGVudGljQU1EIiAgSWQgPSAweDIwZjEyICBTdGVwcGluZyA9IDIKICBGZWF0dXJlcz0weDE3OGJm YmZmPEZQVSxWTUUsREUsUFNFLFRTQyxNU1IsUEFFLE1DRSxDWDgsQVBJQyxTRVAsTVRSUixQR0Us TUNBLENNT1YsUEFULFBTRTM2LENMRkxVU0gsTU1YLEZYU1IsU1NFLFNTRTIsSFRUPgogIEZlYXR1 cmVzMj0weDE8U1NFMz4KICBBTUQgRmVhdHVyZXM9MHhlMjUwMDgwMDxTWVNDQUxMLE5YLE1NWCss RkZYU1IsTE0sM0ROb3crLDNETm93PgogIEFNRCBGZWF0dXJlczI9MHgzPExBSEYsQ01QPgogIENv cmVzIHBlciBwYWNrYWdlOiAyCnJlYWwgbWVtb3J5ICA9IDM0ODg2Nzc4ODggKDMzMjcgTUIpCmF2 YWlsIG1lbW9yeSA9IDMzNjM3OTQ5NDQgKDMyMDcgTUIpCkZyZWVCU0QvU01QOiBNdWx0aXByb2Nl c3NvciBTeXN0ZW0gRGV0ZWN0ZWQ6IDQgQ1BVcwogY3B1MCAoQlNQKTogQVBJQyBJRDogIDAKIGNw dTEgKEFQKTogQVBJQyBJRDogIDEKIGNwdTIgKEFQKTogQVBJQyBJRDogIDIKIGNwdTMgKEFQKTog QVBJQyBJRDogIDMKaW9hcGljMCA8VmVyc2lvbiAxLjE+IGlycXMgMC0yMyBvbiBtb3RoZXJib2Fy ZAppb2FwaWMxIDxWZXJzaW9uIDEuMT4gaXJxcyAyNC0yNyBvbiBtb3RoZXJib2FyZAppb2FwaWMy IDxWZXJzaW9uIDEuMT4gaXJxcyAyOC0zMSBvbiBtb3RoZXJib2FyZAprYmQxIGF0IGtiZG11eDAK YXRoX2hhbDogMC45LjE3LjIgKEFSNTIxMCwgQVI1MjExLCBBUjUyMTIsIFJGNTExMSwgUkY1MTEy LCBSRjI0MTMsIFJGNTQxMykKYWNwaTA6IDxQVExURCAgIFJTRFQ+IG9uIG1vdGhlcmJvYXJkCmFj cGkwOiBQb3dlciBCdXR0b24gKGZpeGVkKQpUaW1lY291bnRlciAiQUNQSS1mYXN0IiBmcmVxdWVu Y3kgMzU3OTU0NSBIeiBxdWFsaXR5IDEwMDAKYWNwaV90aW1lcjA6IDwyNC1iaXQgdGltZXIgYXQg My41Nzk1NDVNSHo+IHBvcnQgMHg4MDA4LTB4ODAwYiBvbiBhY3BpMApjcHUwOiA8QUNQSSBDUFU+ IG9uIGFjcGkwCmNwdTE6IDxBQ1BJIENQVT4gb24gYWNwaTAKY3B1MjogPEFDUEkgQ1BVPiBvbiBh Y3BpMApjcHUzOiA8QUNQSSBDUFU+IG9uIGFjcGkwCmFjcGlfYnV0dG9uMDogPFBvd2VyIEJ1dHRv bj4gb24gYWNwaTAKcGNpYjA6IDxBQ1BJIEhvc3QtUENJIGJyaWRnZT4gcG9ydCAweGNmOC0weGNm ZiBvbiBhY3BpMApwY2kwOiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liMApwY2kwOiA8bWVtb3J5PiBh dCBkZXZpY2UgMC4wIChubyBkcml2ZXIgYXR0YWNoZWQpCmlzYWIwOiA8UENJLUlTQSBicmlkZ2U+ IGF0IGRldmljZSAxLjAgb24gcGNpMAppc2EwOiA8SVNBIGJ1cz4gb24gaXNhYjAKcGNpMDogPHNl cmlhbCBidXMsIFNNQnVzPiBhdCBkZXZpY2UgMS4xIChubyBkcml2ZXIgYXR0YWNoZWQpCm9oY2kw OiA8T0hDSSAoZ2VuZXJpYykgVVNCIGNvbnRyb2xsZXI+IG1lbSAweGQ4MDAwMDAwLTB4ZDgwMDBm ZmYgaXJxIDIwIGF0IGRldmljZSAyLjAgb24gcGNpMApvaGNpMDogW0dJQU5ULUxPQ0tFRF0KdXNi MDogT0hDSSB2ZXJzaW9uIDEuMCwgbGVnYWN5IHN1cHBvcnQKdXNiMDogU01NIGRvZXMgbm90IHJl c3BvbmQsIHJlc2V0dGluZwp1c2IwOiA8T0hDSSAoZ2VuZXJpYykgVVNCIGNvbnRyb2xsZXI+IG9u IG9oY2kwCnVzYjA6IFVTQiByZXZpc2lvbiAxLjAKdWh1YjA6IG5WaWRpYSBPSENJIHJvb3QgaHVi LCBjbGFzcyA5LzAsIHJldiAxLjAwLzEuMDAsIGFkZHIgMQp1aHViMDogMTAgcG9ydHMgd2l0aCAx MCByZW1vdmFibGUsIHNlbGYgcG93ZXJlZAplaGNpMDogPE5WSURJQSBuRm9yY2U0IFVTQiAyLjAg Y29udHJvbGxlcj4gbWVtIDB4ZDgwMDEwMDAtMHhkODAwMTBmZiBpcnEgMjEgYXQgZGV2aWNlIDIu MSBvbiBwY2kwCmVoY2kwOiBbR0lBTlQtTE9DS0VEXQp1c2IxOiBFSENJIHZlcnNpb24gMS4wCnVz YjE6IGNvbXBhbmlvbiBjb250cm9sbGVyLCA0IHBvcnRzIGVhY2g6IHVzYjAKdXNiMTogPE5WSURJ QSBuRm9yY2U0IFVTQiAyLjAgY29udHJvbGxlcj4gb24gZWhjaTAKdXNiMTogVVNCIHJldmlzaW9u IDIuMAp1aHViMTogblZpZGlhIEVIQ0kgcm9vdCBodWIsIGNsYXNzIDkvMCwgcmV2IDIuMDAvMS4w MCwgYWRkciAxCnVodWIxOiAxMCBwb3J0cyB3aXRoIDEwIHJlbW92YWJsZSwgc2VsZiBwb3dlcmVk CmF0YXBjaTA6IDxuVmlkaWEgbkZvcmNlIENLODA0IFVETUExMzMgY29udHJvbGxlcj4gcG9ydCAw eDFmMC0weDFmNywweDNmNiwweDE3MC0weDE3NywweDM3NiwweDE0MDAtMHgxNDBmIGF0IGRldmlj ZSA2LjAgb24gcGNpMAphdGEwOiA8QVRBIGNoYW5uZWwgMD4gb24gYXRhcGNpMAphdGExOiA8QVRB IGNoYW5uZWwgMT4gb24gYXRhcGNpMApwY2liMTogPEFDUEkgUENJLVBDSSBicmlkZ2U+IGF0IGRl dmljZSA5LjAgb24gcGNpMApwY2kxOiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liMQpwY2kxOiA8ZGlz cGxheSwgVkdBPiBhdCBkZXZpY2UgNy4wIChubyBkcml2ZXIgYXR0YWNoZWQpCnBjaWIyOiA8QUNQ SSBQQ0ktUENJIGJyaWRnZT4gYXQgZGV2aWNlIDE0LjAgb24gcGNpMApwY2kyOiA8QUNQSSBQQ0kg YnVzPiBvbiBwY2liMgozd2FyZSBkZXZpY2UgZHJpdmVyIGZvciA5MDAwIHNlcmllcyBzdG9yYWdl IGNvbnRyb2xsZXJzLCB2ZXJzaW9uOiAzLjYwLjAzLjAwNgp0d2EwOiA8M3dhcmUgOTAwMCBzZXJp ZXMgU3RvcmFnZSBDb250cm9sbGVyPiBwb3J0IDB4MzAwMC0weDMwZmYgbWVtIDB4ZGMwMDAwMDAt MHhkZGZmZmZmZiwweGRhMDAxMDAwLTB4ZGEwMDFmZmYsMHhkYTAwMDAwMC0weGRhMDAwZmZmIGly cSAxNiBhdCBkZXZpY2UgMC4wIG9uIHBjaTIKdHdhMDogW0ZBU1RdCnR3YTA6IElORk86ICgweDA0 OiAweDAwNTMpOiBCYXR0ZXJ5IGNhcGFjaXR5IHRlc3QgaXMgb3ZlcmR1ZTogCnR3YTA6IElORk86 ICgweDE1OiAweDEzMDApOiBDb250cm9sbGVyIGRldGFpbHM6OiBNb2RlbCA5NjUwU0UtMTZNTCwg MTYgcG9ydHMsIEZpcm13YXJlIEZFOVggMy4wNi4wMC4wMDMsIEJJT1MgQkU5WCAzLjA2LjAwLjAw MgpwY2liMzogPEFDUEkgSG9zdC1QQ0kgYnJpZGdlPiBwb3J0IDB4Y2Y4LTB4Y2ZmIG9uIGFjcGkw CnBjaTg6IDxBQ1BJIFBDSSBidXM+IG9uIHBjaWIzCnBjaWI0OiA8QUNQSSBQQ0ktUENJIGJyaWRn ZT4gYXQgZGV2aWNlIDEwLjAgb24gcGNpOApwY2k5OiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liNApw Y2k4OiA8YmFzZSBwZXJpcGhlcmFsLCBpbnRlcnJ1cHQgY29udHJvbGxlcj4gYXQgZGV2aWNlIDEw LjEgKG5vIGRyaXZlciBhdHRhY2hlZCkKcGNpYjU6IDxBQ1BJIFBDSS1QQ0kgYnJpZGdlPiBhdCBk ZXZpY2UgMTEuMCBvbiBwY2k4CnBjaTEwOiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liNQpwY2liNTog bWVtb3J5OiBlbmQgKGRlMWZmZmZmKSA8IHN0YXJ0ICg0ODczOWIyZGUxMDAwMDApCnBjaWI1OiBt ZW1vcnk6IGVuZCAoZGUxZmZmZmYpIDwgc3RhcnQgKGRiY2E3M2ZkZGUxMTAwMDApCmJnZTA6IDxC cm9hZGNvbSBCQ001NzA0IEIwLCBBU0lDIHJldi4gMHgyMTAwPiBtZW0gMHg0ODczOWIyZGUxMDAw MDAtMHg0ODczOWIyZGUxMGZmZmYgaXJxIDI4IGF0IGRldmljZSA5LjAgb24gcGNpMTAKcGNpYjU6 IG1lbW9yeTogZW5kIChkZTFmZmZmZikgPCBzdGFydCAoNDg3MzliMmRlMTAwMDAwKQpiZ2UwOiBj b3VsZG4ndCBtYXAgbWVtb3J5CmRldmljZV9hdHRhY2g6IGJnZTAgYXR0YWNoIHJldHVybmVkIDYK YmdlMTogPEJyb2FkY29tIEJDTTU3MDQgQjAsIEFTSUMgcmV2LiAweDIxMDA+IG1lbSAweGRiY2E3 M2ZkZGUxMTAwMDAtMHhkYmNhNzNmZGRlMTFmZmZmIGlycSAyOSBhdCBkZXZpY2UgOS4xIG9uIHBj aTEwCnBjaWI1OiBtZW1vcnk6IGVuZCAoZGUxZmZmZmYpIDwgc3RhcnQgKGRiY2E3M2ZkZGUxMTAw MDApCmJnZTE6IGNvdWxkbid0IG1hcCBtZW1vcnkKZGV2aWNlX2F0dGFjaDogYmdlMSBhdHRhY2gg cmV0dXJuZWQgNgpwY2k4OiA8YmFzZSBwZXJpcGhlcmFsLCBpbnRlcnJ1cHQgY29udHJvbGxlcj4g YXQgZGV2aWNlIDExLjEgKG5vIGRyaXZlciBhdHRhY2hlZCkKYXRrYmRjMDogPEtleWJvYXJkIGNv bnRyb2xsZXIgKGk4MDQyKT4gcG9ydCAweDYwLDB4NjQgaXJxIDEgb24gYWNwaTAKYXRrYmQwOiA8 QVQgS2V5Ym9hcmQ+IGlycSAxIG9uIGF0a2JkYzAKa2JkMCBhdCBhdGtiZDAKYXRrYmQwOiBbR0lB TlQtTE9DS0VEXQpzaW8wOiA8MTY1NTBBLWNvbXBhdGlibGUgQ09NIHBvcnQ+IHBvcnQgMHgzZjgt MHgzZmYgaXJxIDQgZmxhZ3MgMHgxMCBvbiBhY3BpMApzaW8wOiB0eXBlIDE2NTUwQQpzaW8xOiA8 MTY1NTBBLWNvbXBhdGlibGUgQ09NIHBvcnQ+IHBvcnQgMHgyZjgtMHgyZmYgaXJxIDMgb24gYWNw aTAKc2lvMTogdHlwZSAxNjU1MEEKZmRjMDogPGZsb3BweSBkcml2ZSBjb250cm9sbGVyPiBwb3J0 IDB4M2YwLTB4M2Y1LDB4M2Y3IGlycSA2IGRycSAyIG9uIGFjcGkwCmZkYzA6IFtGQVNUXQpmZDA6 IDwxNDQwLUtCIDMuNSIgZHJpdmU+IG9uIGZkYzAgZHJpdmUgMApwcGMwOiA8RUNQIHBhcmFsbGVs IHByaW50ZXIgcG9ydD4gcG9ydCAweDM3OC0weDM3ZiwweDc3OC0weDc3ZiBpcnEgNyBkcnEgMyBv biBhY3BpMApwcGMwOiBTTUMtbGlrZSBjaGlwc2V0IChFQ1AvRVBQL1BTMi9OSUJCTEUpIGluIENP TVBBVElCTEUgbW9kZQpwcGMwOiBGSUZPIHdpdGggMTYvMTYvOSBieXRlcyB0aHJlc2hvbGQKcHBi dXMwOiA8UGFyYWxsZWwgcG9ydCBidXM+IG9uIHBwYzAKcGxpcDA6IDxQTElQIG5ldHdvcmsgaW50 ZXJmYWNlPiBvbiBwcGJ1czAKbHB0MDogPFByaW50ZXI+IG9uIHBwYnVzMApscHQwOiBJbnRlcnJ1 cHQtZHJpdmVuIHBvcnQKcHBpMDogPFBhcmFsbGVsIEkvTz4gb24gcHBidXMwCm9ybTA6IDxJU0Eg T3B0aW9uIFJPTXM+IGF0IGlvbWVtIDB4YzAwMDAtMHhjN2ZmZiwweGM4MDAwLTB4Yzk3ZmYsMHhj OTgwMC0weGNhZmZmLDB4Y2IwMDAtMHhjYzdmZiBvbiBpc2EwCnNjMDogPFN5c3RlbSBjb25zb2xl PiBhdCBmbGFncyAweDEwMCBvbiBpc2EwCnNjMDogVkdBIDwxNiB2aXJ0dWFsIGNvbnNvbGVzLCBm bGFncz0weDMwMD4KdmdhMDogPEdlbmVyaWMgSVNBIFZHQT4gYXQgcG9ydCAweDNjMC0weDNkZiBp b21lbSAweGEwMDAwLTB4YmZmZmYgb24gaXNhMApUaW1lY291bnRlcnMgdGljayBldmVyeSAxLjAw MCBtc2VjCmFjZDA6IERNQSBsaW1pdGVkIHRvIFVETUEzMywgZGV2aWNlIGZvdW5kIG5vbi1BVEE2 NiBjYWJsZQphY2QwOiBEVkRSIDxMSVRFLU9OIERWRFJXIExILTIwQTFQL0tMMDI+IGF0IGF0YTAt bWFzdGVyIFVETUEzMwpkYTAgYXQgdHdhMCBidXMgMCB0YXJnZXQgMCBsdW4gMApkYTA6IDxBTUND IDk2NTBTRS0xNk0gRElTSyAzLjA2PiBGaXhlZCBEaXJlY3QgQWNjZXNzIFNDU0ktNSBkZXZpY2Ug CmRhMDogMTAwLjAwME1CL3MgdHJhbnNmZXJzCmRhMDogMTMxMDcxTUIgKDI2ODQzNTQ1NSA1MTIg Ynl0ZSBzZWN0b3JzOiAyNTVIIDYzUy9UIDE2NzA5QykKU01QOiBBUCBDUFUgIzEgTGF1bmNoZWQh ClNNUDogQVAgQ1BVICMzIExhdW5jaGVkIQpTTVA6IEFQIENQVSAjMiBMYXVuY2hlZCEKZGExIGF0 IHR3YTAgYnVzIDAgdGFyZ2V0IDAgbHVuIDEKZGExOiA8QU1DQyA5NjUwU0UtMTZNIERJU0sgMy4w Nj4gRml4ZWQgRGlyZWN0IEFjY2VzcyBTQ1NJLTUgZGV2aWNlIApkYTE6IDEwMC4wMDBNQi9zIHRy YW5zZmVycwpkYTE6IDk4ODIzNThNQiAoMjAyMzkwNjkxODUgNTEyIGJ5dGUgc2VjdG9yczogMjU1 SCA2M1MvVCAxMjU5ODIzQykK ------=_Part_31932_30612927.1184344669357 Content-Type: application/octet-stream; name=pciconf.out Content-Transfer-Encoding: base64 X-Attachment-Id: f_f42w24hs Content-Disposition: attachment; filename="pciconf.out" bm9uZTBAcGNpMDowOjA6CWNsYXNzPTB4MDU4MDAwIGNhcmQ9MHgyODkxMTBmMSBjaGlwPTB4MDA1 ZTEwZGUgcmV2PTB4YTMgaGRyPTB4MDAKICAgIHZlbmRvciAgID0gJ05WSURJQSBDb3Jwb3JhdGlv bicKICAgIGRldmljZSAgID0gJ25Gb3JjZTQgTWVtb3J5IENvbnRyb2xsZXInCiAgICBjbGFzcyAg ICA9IG1lbW9yeQppc2FiMEBwY2kwOjE6MDoJY2xhc3M9MHgwNjAxMDAgY2FyZD0weDI4OTExMGYx IGNoaXA9MHgwMDUxMTBkZSByZXY9MHhhMyBoZHI9MHgwMAogICAgdmVuZG9yICAgPSAnTlZJRElB IENvcnBvcmF0aW9uJwogICAgY2xhc3MgICAgPSBicmlkZ2UKICAgIHN1YmNsYXNzID0gUENJLUlT QQpub25lMUBwY2kwOjE6MToJY2xhc3M9MHgwYzA1MDAgY2FyZD0weDI4OTExMGYxIGNoaXA9MHgw MDUyMTBkZSByZXY9MHhhMiBoZHI9MHgwMAogICAgdmVuZG9yICAgPSAnTlZJRElBIENvcnBvcmF0 aW9uJwogICAgZGV2aWNlICAgPSAnbkZvcmNlNCBTTUJ1cycKICAgIGNsYXNzICAgID0gc2VyaWFs IGJ1cwogICAgc3ViY2xhc3MgPSBTTUJ1cwpvaGNpMEBwY2kwOjI6MDoJY2xhc3M9MHgwYzAzMTAg Y2FyZD0weDI4OTExMGYxIGNoaXA9MHgwMDVhMTBkZSByZXY9MHhhMiBoZHI9MHgwMAogICAgdmVu ZG9yICAgPSAnTlZJRElBIENvcnBvcmF0aW9uJwogICAgZGV2aWNlICAgPSAnbkZvcmNlNCBVU0Ig Q29udHJvbGxlcicKICAgIGNsYXNzICAgID0gc2VyaWFsIGJ1cwogICAgc3ViY2xhc3MgPSBVU0IK ZWhjaTBAcGNpMDoyOjE6CWNsYXNzPTB4MGMwMzIwIGNhcmQ9MHgyODkxMTBmMSBjaGlwPTB4MDA1 YjEwZGUgcmV2PTB4YTMgaGRyPTB4MDAKICAgIHZlbmRvciAgID0gJ05WSURJQSBDb3Jwb3JhdGlv bicKICAgIGRldmljZSAgID0gJ25Gb3JjZTQgVVNCIDIuMCBDb250cm9sbGVyJwogICAgY2xhc3Mg ICAgPSBzZXJpYWwgYnVzCiAgICBzdWJjbGFzcyA9IFVTQgphdGFwY2kwQHBjaTA6NjowOgljbGFz cz0weDAxMDE4YSBjYXJkPTB4Mjg5MTEwZjEgY2hpcD0weDAwNTMxMGRlIHJldj0weGYyIGhkcj0w eDAwCiAgICB2ZW5kb3IgICA9ICdOVklESUEgQ29ycG9yYXRpb24nCiAgICBkZXZpY2UgICA9ICdu Rm9yY2U0IFBhcmFsbGVsIEFUQSBDb250cm9sbGVyJwogICAgY2xhc3MgICAgPSBtYXNzIHN0b3Jh Z2UKICAgIHN1YmNsYXNzID0gQVRBCnBjaWIxQHBjaTA6OTowOgljbGFzcz0weDA2MDQwMCBjYXJk PTB4MDAwMDAwMDAgY2hpcD0weDAwNWMxMGRlIHJldj0weGEyIGhkcj0weDAxCiAgICB2ZW5kb3Ig ICA9ICdOVklESUEgQ29ycG9yYXRpb24nCiAgICBkZXZpY2UgICA9ICduRm9yY2U0IFBDSSBCcmlk Z2UnCiAgICBjbGFzcyAgICA9IGJyaWRnZQogICAgc3ViY2xhc3MgPSBQQ0ktUENJCnBjaWIyQHBj aTA6MTQ6MDoJY2xhc3M9MHgwNjA0MDAgY2FyZD0weDAwMDAwMDQwIGNoaXA9MHgwMDVkMTBkZSBy ZXY9MHhhMyBoZHI9MHgwMQogICAgdmVuZG9yICAgPSAnTlZJRElBIENvcnBvcmF0aW9uJwogICAg ZGV2aWNlICAgPSAnbkZvcmNlNCBQQ0kgRXhwcmVzcyBCcmlkZ2UnCiAgICBjbGFzcyAgICA9IGJy aWRnZQogICAgc3ViY2xhc3MgPSBQQ0ktUENJCmhvc3RiMEBwY2kwOjI0OjA6CWNsYXNzPTB4MDYw MDAwIGNhcmQ9MHgwMDAwMDAwMCBjaGlwPTB4MTEwMDEwMjIgcmV2PTB4MDAgaGRyPTB4MDAKICAg IHZlbmRvciAgID0gJ0FkdmFuY2VkIE1pY3JvIERldmljZXMgKEFNRCknCiAgICBkZXZpY2UgICA9 ICdBdGhsb24gNjQgLyBPcHRlcm9uIEh5cGVyVHJhbnNwb3J0IFRlY2hub2xvZ3kgQ29uZmlndXJh dGlvbicKICAgIGNsYXNzICAgID0gYnJpZGdlCiAgICBzdWJjbGFzcyA9IEhPU1QtUENJCmhvc3Ri MUBwY2kwOjI0OjE6CWNsYXNzPTB4MDYwMDAwIGNhcmQ9MHgwMDAwMDAwMCBjaGlwPTB4MTEwMTEw MjIgcmV2PTB4MDAgaGRyPTB4MDAKICAgIHZlbmRvciAgID0gJ0FkdmFuY2VkIE1pY3JvIERldmlj ZXMgKEFNRCknCiAgICBkZXZpY2UgICA9ICdBdGhsb24gNjQgLyBPcHRlcm9uIEFkZHJlc3MgTWFw JwogICAgY2xhc3MgICAgPSBicmlkZ2UKICAgIHN1YmNsYXNzID0gSE9TVC1QQ0kKaG9zdGIyQHBj aTA6MjQ6MjoJY2xhc3M9MHgwNjAwMDAgY2FyZD0weDAwMDAwMDAwIGNoaXA9MHgxMTAyMTAyMiBy ZXY9MHgwMCBoZHI9MHgwMAogICAgdmVuZG9yICAgPSAnQWR2YW5jZWQgTWljcm8gRGV2aWNlcyAo QU1EKScKICAgIGRldmljZSAgID0gJ0F0aGxvbiA2NCAvIE9wdGVyb24gRFJBTSBDb250cm9sbGVy JwogICAgY2xhc3MgICAgPSBicmlkZ2UKICAgIHN1YmNsYXNzID0gSE9TVC1QQ0kKaG9zdGIzQHBj aTA6MjQ6MzoJY2xhc3M9MHgwNjAwMDAgY2FyZD0weDAwMDAwMDAwIGNoaXA9MHgxMTAzMTAyMiBy ZXY9MHgwMCBoZHI9MHgwMAogICAgdmVuZG9yICAgPSAnQWR2YW5jZWQgTWljcm8gRGV2aWNlcyAo QU1EKScKICAgIGRldmljZSAgID0gJ0F0aGxvbiA2NCAvIE9wdGVyb24gTWlzY2VsbGFuZW91cyBD b250cm9sJwogICAgY2xhc3MgICAgPSBicmlkZ2UKICAgIHN1YmNsYXNzID0gSE9TVC1QQ0kKaG9z dGI0QHBjaTA6MjU6MDoJY2xhc3M9MHgwNjAwMDAgY2FyZD0weDAwMDAwMDAwIGNoaXA9MHgxMTAw MTAyMiByZXY9MHgwMCBoZHI9MHgwMAogICAgdmVuZG9yICAgPSAnQWR2YW5jZWQgTWljcm8gRGV2 aWNlcyAoQU1EKScKICAgIGRldmljZSAgID0gJ0F0aGxvbiA2NCAvIE9wdGVyb24gSHlwZXJUcmFu c3BvcnQgVGVjaG5vbG9neSBDb25maWd1cmF0aW9uJwogICAgY2xhc3MgICAgPSBicmlkZ2UKICAg IHN1YmNsYXNzID0gSE9TVC1QQ0kKaG9zdGI1QHBjaTA6MjU6MToJY2xhc3M9MHgwNjAwMDAgY2Fy ZD0weDAwMDAwMDAwIGNoaXA9MHgxMTAxMTAyMiByZXY9MHgwMCBoZHI9MHgwMAogICAgdmVuZG9y ICAgPSAnQWR2YW5jZWQgTWljcm8gRGV2aWNlcyAoQU1EKScKICAgIGRldmljZSAgID0gJ0F0aGxv biA2NCAvIE9wdGVyb24gQWRkcmVzcyBNYXAnCiAgICBjbGFzcyAgICA9IGJyaWRnZQogICAgc3Vi Y2xhc3MgPSBIT1NULVBDSQpob3N0YjZAcGNpMDoyNToyOgljbGFzcz0weDA2MDAwMCBjYXJkPTB4 MDAwMDAwMDAgY2hpcD0weDExMDIxMDIyIHJldj0weDAwIGhkcj0weDAwCiAgICB2ZW5kb3IgICA9 ICdBZHZhbmNlZCBNaWNybyBEZXZpY2VzIChBTUQpJwogICAgZGV2aWNlICAgPSAnQXRobG9uIDY0 IC8gT3B0ZXJvbiBEUkFNIENvbnRyb2xsZXInCiAgICBjbGFzcyAgICA9IGJyaWRnZQogICAgc3Vi Y2xhc3MgPSBIT1NULVBDSQpob3N0YjdAcGNpMDoyNTozOgljbGFzcz0weDA2MDAwMCBjYXJkPTB4 MDAwMDAwMDAgY2hpcD0weDExMDMxMDIyIHJldj0weDAwIGhkcj0weDAwCiAgICB2ZW5kb3IgICA9 ICdBZHZhbmNlZCBNaWNybyBEZXZpY2VzIChBTUQpJwogICAgZGV2aWNlICAgPSAnQXRobG9uIDY0 IC8gT3B0ZXJvbiBNaXNjZWxsYW5lb3VzIENvbnRyb2wnCiAgICBjbGFzcyAgICA9IGJyaWRnZQog ICAgc3ViY2xhc3MgPSBIT1NULVBDSQpub25lMkBwY2kxOjc6MDoJY2xhc3M9MHgwMzAwMDAgY2Fy ZD0weDgwMDgxMDAyIGNoaXA9MHg0NzUyMTAwMiByZXY9MHgyNyBoZHI9MHgwMAogICAgdmVuZG9y ICAgPSAnQVRJIFRlY2hub2xvZ2llcyBJbmMnCiAgICBkZXZpY2UgICA9ICdSYWdlIFhMIFBDSScK ICAgIGNsYXNzICAgID0gZGlzcGxheQogICAgc3ViY2xhc3MgPSBWR0EKdHdhMEBwY2kyOjA6MDoJ Y2xhc3M9MHgwMTA0MDAgY2FyZD0weDEwMDQxM2MxIGNoaXA9MHgxMDA0MTNjMSByZXY9MHgwMSBo ZHI9MHgwMAogICAgdmVuZG9yICAgPSAnM3dhcmUgSW5jLicKICAgIGNsYXNzICAgID0gbWFzcyBz dG9yYWdlCiAgICBzdWJjbGFzcyA9IFJBSUQKcGNpYjRAcGNpODoxMDowOgljbGFzcz0weDA2MDQw MCBjYXJkPTB4MDAwMDAwYTAgY2hpcD0weDc0NTAxMDIyIHJldj0weDEzIGhkcj0weDAxCiAgICB2 ZW5kb3IgICA9ICdBZHZhbmNlZCBNaWNybyBEZXZpY2VzIChBTUQpJwogICAgZGV2aWNlICAgPSAn QU1ELTgxMzEgUENJLVggQnJpZGdlJwogICAgY2xhc3MgICAgPSBicmlkZ2UKICAgIHN1YmNsYXNz ID0gUENJLVBDSQpub25lM0BwY2k4OjEwOjE6CWNsYXNzPTB4MDgwMDEwIGNhcmQ9MHgyODkxMTBm MSBjaGlwPTB4NzQ1MTEwMjIgcmV2PTB4MDEgaGRyPTB4MDAKICAgIHZlbmRvciAgID0gJ0FkdmFu Y2VkIE1pY3JvIERldmljZXMgKEFNRCknCiAgICBkZXZpY2UgICA9ICdBTUQtODEzMSBQQ0ktWCBJ T0FQSUMnCiAgICBjbGFzcyAgICA9IGJhc2UgcGVyaXBoZXJhbAogICAgc3ViY2xhc3MgPSBpbnRl cnJ1cHQgY29udHJvbGxlcgpwY2liNUBwY2k4OjExOjA6CWNsYXNzPTB4MDYwNDAwIGNhcmQ9MHgw MDAwMDBhMCBjaGlwPTB4NzQ1MDEwMjIgcmV2PTB4MTMgaGRyPTB4MDEKICAgIHZlbmRvciAgID0g J0FkdmFuY2VkIE1pY3JvIERldmljZXMgKEFNRCknCiAgICBkZXZpY2UgICA9ICdBTUQtODEzMSBQ Q0ktWCBCcmlkZ2UnCiAgICBjbGFzcyAgICA9IGJyaWRnZQogICAgc3ViY2xhc3MgPSBQQ0ktUENJ Cm5vbmU0QHBjaTg6MTE6MToJY2xhc3M9MHgwODAwMTAgY2FyZD0weDI4OTExMGYxIGNoaXA9MHg3 NDUxMTAyMiByZXY9MHgwMSBoZHI9MHgwMAogICAgdmVuZG9yICAgPSAnQWR2YW5jZWQgTWljcm8g RGV2aWNlcyAoQU1EKScKICAgIGRldmljZSAgID0gJ0FNRC04MTMxIFBDSS1YIElPQVBJQycKICAg IGNsYXNzICAgID0gYmFzZSBwZXJpcGhlcmFsCiAgICBzdWJjbGFzcyA9IGludGVycnVwdCBjb250 cm9sbGVyCmJnZTBAcGNpMTA6OTowOgljbGFzcz0weDAyMDAwMCBjYXJkPTB4MTY0NDE0ZTQgY2hp cD0weDE2NDgxNGU0IHJldj0weDEwIGhkcj0weDAwCiAgICB2ZW5kb3IgICA9ICdCcm9hZGNvbSBD b3Jwb3JhdGlvbicKICAgIGRldmljZSAgID0gJ0JDTTU3MDQgTmV0WHRyZW1lIER1YWwgR2lnYWJp dCBBZGFwdGVyJwogICAgY2xhc3MgICAgPSBuZXR3b3JrCiAgICBzdWJjbGFzcyA9IGV0aGVybmV0 CmJnZTFAcGNpMTA6OToxOgljbGFzcz0weDAyMDAwMCBjYXJkPTB4MTY0NDE0ZTQgY2hpcD0weDE2 NDgxNGU0IHJldj0weDEwIGhkcj0weDAwCiAgICB2ZW5kb3IgICA9ICdCcm9hZGNvbSBDb3Jwb3Jh dGlvbicKICAgIGRldmljZSAgID0gJ0JDTTU3MDQgTmV0WHRyZW1lIER1YWwgR2lnYWJpdCBBZGFw dGVyJwogICAgY2xhc3MgICAgPSBuZXR3b3JrCiAgICBzdWJjbGFzcyA9IGV0aGVybmV0Cg== ------=_Part_31932_30612927.1184344669357-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 17:13:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFB4D16A404 for ; Fri, 13 Jul 2007 17:13:04 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id B997C13C4B5 for ; Fri, 13 Jul 2007 17:13:04 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay7.apple.com (relay7.apple.com [17.128.113.37]) by mail-out3.apple.com (Postfix) with ESMTP id AC5C8BA59AF; Fri, 13 Jul 2007 10:13:04 -0700 (PDT) Received: from relay7.apple.com (unknown [127.0.0.1]) by relay7.apple.com (Symantec Mail Security) with ESMTP id 970A4300BD; Fri, 13 Jul 2007 10:13:04 -0700 (PDT) X-AuditID: 11807125-a4222bb0000007e5-77-4697b2a0132e Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay7.apple.com (Apple SCV relay) with ESMTP id 788F430081; Fri, 13 Jul 2007 10:13:04 -0700 (PDT) In-Reply-To: <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> References: <46970917.3030502@fpt.vn> <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <157815A5-2619-4457-85B0-40941C58C284@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 13 Jul 2007 10:13:03 -0700 To: Olivier Nicole X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org, cuongvt@fpt.vn Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:13:05 -0000 On Jul 12, 2007, at 10:36 PM, Olivier Nicole wrote: >> I'm using dynamicDNS, so I will able to specify the forward *AND* >> reverse lookups? > > Yes. No, nobody else is going to see the results your local nameserver sends since it isn't authoritative for the domains, and the delegation for the IP block isn't going to point to your server but to the actual nameserver. Take a look at what happens when someone using an external nameserver does the same queries: > Forward DNS lookup: (alrw17.desktops.cs.ait.ac.th is dynamic DNS) > > banyan57: dig alrw17.desktops.cs.ait.ac.th > > ; <<>> DiG 9.3.1 <<>> alrw17.desktops.cs.ait.ac.th > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15772 > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, > ADDITIONAL: 1 > > ;; QUESTION SECTION: > ;alrw17.desktops.cs.ait.ac.th. IN A > > ;; ANSWER SECTION: > alrw17.desktops.cs.ait.ac.th. 3600 IN A 192.41.170.214 > > ;; AUTHORITY SECTION: > desktops.cs.ait.ac.th. 43200 IN NS dns.cs.ait.ac.th. > > ;; ADDITIONAL SECTION: > dns.cs.ait.ac.th. 43200 IN A 192.41.170.15 > > ;; Query time: 1 msec > ;; SERVER: 192.41.170.15#53(192.41.170.15) > ;; WHEN: Fri Jul 13 12:35:23 2007 > ;; MSG SIZE rcvd: 96 % dig alrw17.desktops.cs.ait.ac.th ; <<>> DiG 9.3.4 <<>> alrw17.desktops.cs.ait.ac.th ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 30625 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;alrw17.desktops.cs.ait.ac.th. IN A ;; AUTHORITY SECTION: desktops.cs.ait.ac.th. 10800 IN SOA dns.cs.ait.ac.th. postmaster.cs.ait.ac.th. 2006139734 21600 1800 1209600 43200 ;; Query time: 892 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Jul 13 13:09:14 2007 ;; MSG SIZE rcvd: 97 Notice the NXDOMAIN response...? > Reverse DNS lookup: > > banyan58: dig -x 192.41.170.214 > > ; <<>> DiG 9.3.1 <<>> -x 192.41.170.214 > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14984 > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, > ADDITIONAL: 1 > > ;; QUESTION SECTION: > ;214.170.41.192.in-addr.arpa. IN PTR > > ;; ANSWER SECTION: > 214.170.41.192.in-addr.arpa. 43200 IN CNAME 214.170.41.192.rev- > dns.cs.ait.ac > .th. > 214.170.41.192.rev-dns.cs.ait.ac.th. 3600 IN PTR > alrw17.desktops.cs.ait.ac.th. > > ;; AUTHORITY SECTION: > 170.41.192.rev-dns.cs.ait.ac.th. 43200 IN NS dns.cs.ait.ac.th. > > ;; ADDITIONAL SECTION: > dns.cs.ait.ac.th. 43200 IN A 192.41.170.15 > > ;; Query time: 9 msec > ;; SERVER: 192.41.170.15#53(192.41.170.15) > ;; WHEN: Fri Jul 13 12:35:31 2007 > ;; MSG SIZE rcvd: 158 % dig -x 192.41.170.214 ; <<>> DiG 9.3.4 <<>> -x 192.41.170.214 ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53167 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;214.170.41.192.in-addr.arpa. IN PTR ;; ANSWER SECTION: 214.170.41.192.in-addr.arpa. 43200 IN CNAME 214.170.41.192.rev- dns.cs.ait.ac.th. 214.170.41.192.rev-dns.cs.ait.ac.th. 3600 IN PTR VAIO.desktops.cs.ait.ac.th. ;; AUTHORITY SECTION: 170.41.192.rev-dns.cs.ait.ac.th. 43200 IN NS dns.cs.ait.ac.th. ;; Query time: 438 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Jul 13 13:09:49 2007 ;; MSG SIZE rcvd: 140 The answer everyone else gets, VAIO.desktops.cs.ait.ac.th, doesn't match alrw17.desktops.cs.ait.ac.th, so a double-reverse lookup check would fail. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 17:28:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E38816A403 for ; Fri, 13 Jul 2007 17:28:07 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 256E013C4C5 for ; Fri, 13 Jul 2007 17:28:07 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MH-MR001.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL4008UOOI33LD0@VL-MH-MR001.ip.videotron.ca> for freebsd-questions@freebsd.org; Fri, 13 Jul 2007 13:27:40 -0400 (EDT) Date: Fri, 13 Jul 2007 13:27:41 -0400 From: pj In-reply-to: <20070714003446.38cd94b0@localhost> To: Norberto Meijome Message-id: <4697B60D.2080808@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> <46959377.3080304@videotron.ca> <20070713114623.5918fc69@localhost> <4697718D.8010102@videotron.ca> <20070714003446.38cd94b0@localhost> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: Schiz0 , freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:28:07 -0000 Norberto Meijome wrote: > On Fri, 13 Jul 2007 08:35:25 -0400 > pj wrote: > >> My only question now is: Why is httpd running with -DNOHTTPACCEPT ? How >> does this affect apache22's operation? > > It tells Apache not to try to access the kernel HTTP Accept module. Unless you > load accf_http (and, optionally, accf_data), you'll get that parameter added to > Apache's command line. > > For example, > > [luser@projects] [Sat Jul 14 00:16:08 2007] > ~ > $ kldstat > Id Refs Address Size Name > 1 7 0xc0400000 6f6668 kernel > 2 1 0xc0af7000 2364 accf_http.ko > 3 1 0xc0afa000 3f7c vmxnet.ko > 4 1 0xc0afe000 59f20 acpi.ko > 5 1 0xc2db8000 d000 ipfw.ko > 6 1 0xc3393000 2000 accf_data.ko > > [luser@projects] [Sat Jul 14 00:16:10 2007] > ~ > $ ps xa | grep htt > 2367 ?? Ss 0:25.84 /usr/local/sbin/httpd -k start > 2369 ?? I 0:01.60 /usr/local/sbin/httpd -k start > 2370 ?? I 0:01.37 /usr/local/sbin/httpd -k start > 2371 ?? I 0:01.73 /usr/local/sbin/httpd -k start > 2372 ?? I 0:01.75 /usr/local/sbin/httpd -k start > 2373 ?? I 0:01.26 /usr/local/sbin/httpd -k start > 2374 ?? I 0:02.02 /usr/local/sbin/httpd -k start > 2387 ?? I 0:01.74 /usr/local/sbin/httpd -k start > 2388 ?? I 0:02.02 /usr/local/sbin/httpd -k start > 10235 ?? I 0:01.34 /usr/local/sbin/httpd -k start > 33166 p0 S+ 0:00.01 grep htt > 1291 p2 I+ 0:00.01 tail -f /var/log/httpd-projects-error_log > > For more info, see the following man pages > > $ apropos accf > accf_data(9) - buffer incoming connections until data arrives > accf_http(9) - buffer incoming connections until a certain complete HTTP requests arrive > > _________________________ > {Beto|Norberto|Numard} Meijome > > "Those who do not remember the past are condemned to repeat it." > George Santayana > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. > Reading disclaimers makes you go blind. Writing them is worse. You have been > Warned. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Somethings isn't quite right here. It was suggested I load the accf_http from the /boot/loader.conf file. I did. So, now I removed the line from /boot/loader.conf; it is empty of any directives. I rebooted and accf_http.ko is no longer in the kernel - according to kldstat. ps xa | grep htt gives .... /usr/local/sbin/httpd - DNOHTTPACCEPT Something is fishy here... any thoughts? Why me? I always seem to get these weird anomalies... :( Phil From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 17:30:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12C5816A400 for ; Fri, 13 Jul 2007 17:30:54 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from cenn-smtp.mc.mpls.visi.com (cenn.mc.mpls.visi.com [208.42.156.9]) by mx1.freebsd.org (Postfix) with ESMTP id BDD8713C4BE for ; Fri, 13 Jul 2007 17:30:53 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by cenn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 675A9824C; Fri, 13 Jul 2007 12:30:52 -0500 (CDT) Received: from [192.168.1.5] (unknown [192.168.2.1]) by mail.tcbug.org (Postfix) with ESMTP id 40143341C0C; Fri, 13 Jul 2007 12:30:52 -0500 (CDT) From: Josh Paetzel To: tundra@tundraware.com Date: Fri, 13 Jul 2007 12:30:48 -0500 User-Agent: KMail/1.9.6 References: <468972C5.9090902@tundraware.com> <200707021722.05724.josh@tcbug.org> <4697A498.5000501@tundraware.com> In-Reply-To: <4697A498.5000501@tundraware.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2470370.fERUZZ8hpD"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707131230.51214.josh@tcbug.org> Cc: freebsd-questions@freebsd.org Subject: Re: Finally Converting From Bind 8 -> Bind 9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:30:54 -0000 --nextPart2470370.fERUZZ8hpD Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 13 July 2007, Tim Daneliuk wrote: > Josh Paetzel wrote: > > On Monday 02 July 2007 16:48, Tim Daneliuk wrote: > >> I am (ever so) slowly moving my domain from FBSD 4.x to 6.2. I > >> am now at the point where I need to convert my Bind 8 > >> configuration to Bind 9. In so doing, I like to finally separate > >> my internal (non-routable) hosts so that their names never > >> resolve outside the private network, and expose only the public > >> facing hosts to the world via DNS. I'd also like to (finally) > >> associate names with dhcpd-provided addresses so both forwards & > >> reverses work inside the private network. > >> > >> Could some kind soul please point me to a good HOWTO on this > >> migration and reconfiguration? I am DAGSing as I write this, > >> but so far have not found what I want. > >> > >> TIA, > > > > The first part of what you want is easy. > > In named.conf you'll have something like... > > > > acl private-hosts { 192.168.1.0/24; 192.168.2.0/24; }; > > > > view "internal" { > > match-clients { "private-hosts"; }; > > zone "example.org" { > > type master; > > file "master/db.internal.example.org"; > > }; > > }; > > > > view "external" { > > match-clients { any; }; > > zone "example.org" { > > type master; > > file "master/db.example.org"; > > }; > > }; > > > > Now you have two separate zonefiles, one which is consulted when > > someone from 192.168.1.0/24 or 192.168.2.0/24 makes a query and > > one that is consulted when anyone else makes a query. > > > > HTH > > OK - that works great ... but there is one efficiency I'd like to > achieve that I'm not quite sure how implement. At the moment, > both db.internal and db.external contain common public host > information because I want those hosts visible to both communities. > This means I have to make changes in two places when an public > host entry is modified. > > I tried removing the public information from the db.internal file > with the hope that an internal client requesting public host info > would have the request satisfied automatically from db.external - > this didn't work, the public hosts just disappeared from the > internal view altogether. This raises two questions: > > 1) Is there a way to configure BIND9 so that internal client > requests are first serviced out of db.internal, but if the lookup > fails the server will then go look at db.external? > > 2) Better still is there some sort of "include" mechanism where I > could keep a flat file of public host information for use by > db.external, but include it into db.internal. > > Either of these would satisfy my desire to only have to edit a > single file of public host information. > > TIA, Sure, you can $INCLUDE a file in to a zonefile. :) =2D-=20 Thanks, Josh Paetzel --nextPart2470370.fERUZZ8hpD Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGl7bLJvkB8SevrssRAg0rAJ9amFI/aT9tAO0y7at7KZbww0ZT3ACfUrsw zlSXjaLvJaMCc0UEGughSMI= =Ik5E -----END PGP SIGNATURE----- --nextPart2470370.fERUZZ8hpD-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 17:44:18 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A533116A400 for ; Fri, 13 Jul 2007 17:44:18 +0000 (UTC) (envelope-from dcasey@debtresolve.com) Received: from willard.webdorx.com (willard.webdorx.com [209.94.123.226]) by mx1.freebsd.org (Postfix) with ESMTP id 54CEA13C48D for ; Fri, 13 Jul 2007 17:44:18 +0000 (UTC) (envelope-from dcasey@debtresolve.com) Received: from [192.168.1.20] (ool-44c70dce.dyn.optonline.net [68.199.13.206]) by willard.webdorx.com (Postfix) with ESMTP id 8B21940DC; Fri, 13 Jul 2007 14:19:30 -0400 (EDT) Message-ID: <4697B9EB.5070907@debtresolve.com> Date: Fri, 13 Jul 2007 13:44:11 -0400 From: Dan Casey User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Chuck Swiger References: <46970917.3030502@fpt.vn> <52742602-950D-4964-B9EA-6E0000A6F8D2@mac.com> In-Reply-To: <52742602-950D-4964-B9EA-6E0000A6F8D2@mac.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, vuthecuong Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:44:18 -0000 Chuck Swiger wrote: > On Jul 12, 2007, at 10:09 PM, vuthecuong wrote: >> I just confirm only: >> >> I'm using dynamicDNS, so I will able to specify the forward *AND* >> reverse lookups? > > No. Reverse lookups are controlled by whoever owns the IP delegation > for the netblock in question, and they are not going to configure PTR > records for dynamic IPs. If you want to have reverse lookups you > control, you'll need to get static IPs. > Slight correction. To do what you want, you will need to get a static ip. Then you can request your isp (or whoever owns the ip block) to setup the PTR record for you. > *whois -a 192.41.170.214* OrgName: Asia Pacific Network Information Centre OrgID: APNIC Address: PO Box 2131 City: Milton StateProv: QLD PostalCode: 4064 Country: AU ReferralServer: whois://whois.apnic.net NetRange: 192.41.170.0 - 192.41.170.255 CIDR: 192.41.170.0/24 NetName: APNIC-ERX-192-41-170-0 NetHandle: NET-192-41-170-0-1 Parent: NET-192-0-0-0-0 NetType: Early Registrations, Transferred to APNIC Comment: This IP address range is not registered in the ARIN database. Comment: This range was transferred to the APNIC Whois Database as Comment: part of the ERX (Early Registration Transfer) project. Comment: For details, refer to the APNIC Whois Database via Comment: WHOIS.APNIC.NET or http://www.apnic.net/apnic-bin/whois2.pl Comment: ** IMPORTANT NOTE: APNIC is the Regional Internet Registry Comment: for the Asia Pacific region. APNIC does not operate networks Comment: using this IP address range and is not able to investigate Comment: spam or abuse reports relating to these addresses. For more Comment: help, refer to http://www.apnic.net/info/faq/abuse RegDate: 2005-01-31 Updated: 2005-01-31 OrgTechHandle: AWC12-ARIN OrgTechName: APNIC Whois Contact OrgTechPhone: +61 7 3858 3100 OrgTechEmail: search-apnic-not-arin@apnic.net # ARIN WHOIS database, last updated 2007-07-12 19:10 # Enter ? for additional hints on searching ARIN's WHOIS database. > *whois -h WHOIS.APNIC.NET 192.41.170.214* % [whois.apnic.net node-1] % Whois data copyright terms http://www.apnic.net/db/dbcopyright.html inetnum: 192.41.170.0 - 192.41.170.255 netname: AIT-CS-NET descr: imported inetnum object for AIT-4 country: TH admin-c: KK705-AP tech-c: KK705-AP status: ASSIGNED PORTABLE remarks: ---------- remarks: imported from ARIN object: remarks: remarks: inetnum: 192.41.170.0 - 192.41.170.255 remarks: netname: AIT-CS-NET remarks: org-id: AIT-4 remarks: status: assignment remarks: rev-srv: CS4.CS.AIT.AC.TH NS.THNIC.NET NS.UU.NET remarks: tech-c: KK96-ARIN remarks: reg-date: 1988-07-08 remarks: changed: hostmaster@arin.net 19950525 remarks: source: ARIN remarks: remarks: ---------- notify: kk@cs.ait.ac.th mnt-by: APNIC-HM changed: hostmaster@arin.net 19950525 changed: hm-changed@apnic.net 20041222 source: APNIC person: Kanchana Kanchanasut address: Asian Institute of Technology Km 42 Paholtothin Road Pratumthani Province country: TH phone: +662 5245703 e-mail: kk@cs.ait.ac.th nic-hdl: KK705-AP remarks: ---------- remarks: imported from ARIN object: remarks: remarks: poc-handle: KK96-ARIN remarks: is-role: N remarks: last-name: Kanchanasut remarks: first-name: Kanchana remarks: street: Asian Institute of Technology Km 42 Paholtothin Road Pratumthani Province remarks: country: TH remarks: mailbox: kk@cs.ait.ac.th remarks: bus-phone: +662 5245703 remarks: reg-date: 1992-11-23 remarks: changed: hostmaster@arin.poc 19921123 remarks: source: ARIN remarks: remarks: ---------- notify: kk@cs.ait.ac.th mnt-by: MNT-ERX-ASIANINSTIOFTECHN-NON-TH changed: hm-changed@apnic.net 20041222 source: APNIC From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 18:03:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DD8216A406 for ; Fri, 13 Jul 2007 18:03:39 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from cenn-smtp.mc.mpls.visi.com (cenn.mc.mpls.visi.com [208.42.156.9]) by mx1.freebsd.org (Postfix) with ESMTP id D7C5D13C4B2 for ; Fri, 13 Jul 2007 18:03:38 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by cenn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id C893E8278; Fri, 13 Jul 2007 13:03:37 -0500 (CDT) Received: from [192.168.1.5] (unknown [192.168.2.1]) by mail.tcbug.org (Postfix) with ESMTP id 35752341C0C; Fri, 13 Jul 2007 13:03:37 -0500 (CDT) From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Fri, 13 Jul 2007 13:03:33 -0500 User-Agent: KMail/1.9.6 References: <000f01c7c56d$da44d640$0200a8c0@satellite> <20070713165535.A43805@duane.dbq.yournetplus.com> In-Reply-To: <20070713165535.A43805@duane.dbq.yournetplus.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1228963.Nmo7T5k2GZ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707131303.36618.josh@tcbug.org> Cc: Dave , Duane Hill Subject: Re: cron job every 5 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 18:03:39 -0000 --nextPart1228963.Nmo7T5k2GZ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 13 July 2007, Duane Hill wrote: > On Fri, 13 Jul 2007 at 12:50 -0400, dmehler26@woh.rr.com=20 confabulated: > > Hello, > > I want to run an updater script, every 5 hours and x minutes. I > > thought to use: > > > > minute 5 * * * root path/to/scriptname > > crontab(5): > ... > Steps are also permitted after an asterisk, so if you want to > say ``every two hours'', just use ``*/2''. > ... > > So, my guess would be: > > minute */5 * * * root path/to/scriptname > Sort of, that would run the cronjob at midnight, 5am, 10am, 3pm, and=20 8pm so there would be one interval where it runs at 4 hours. The real method if it's imparitive to run it every 5 hours would be to=20 set up a cronjob for each day of the week, rotating by one hour. minute 0,5,10,15,20 * * 0 minute 1,6,11,16,21 * * 1 minute 2,7,12,17,22 * * 2 and so on and so forth =2D-=20 Thanks, Josh Paetzel --nextPart1228963.Nmo7T5k2GZ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGl754JvkB8SevrssRAphCAJ4idx634Qv78gXGBf7rkPVawaqKAwCePvXI L0PeoDxnvE/7IZqSbIzY6iE= =ScZG -----END PGP SIGNATURE----- --nextPart1228963.Nmo7T5k2GZ-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 18:05:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A0DA16A413 for ; Fri, 13 Jul 2007 18:05:14 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from cenn-smtp.mc.mpls.visi.com (cenn.mc.mpls.visi.com [208.42.156.9]) by mx1.freebsd.org (Postfix) with ESMTP id E467213C4C9 for ; Fri, 13 Jul 2007 18:05:13 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by cenn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 4004A826D; Fri, 13 Jul 2007 13:05:13 -0500 (CDT) Received: from [192.168.1.5] (unknown [192.168.2.1]) by mail.tcbug.org (Postfix) with ESMTP id DA4B1341C2A; Fri, 13 Jul 2007 13:05:12 -0500 (CDT) From: Josh Paetzel To: freebsd-questions@freebsd.org, Grant Peel Date: Fri, 13 Jul 2007 13:05:09 -0500 User-Agent: KMail/1.9.6 References: <004601c7c56f$9d08f480$6501a8c0@GRANT> In-Reply-To: <004601c7c56f$9d08f480$6501a8c0@GRANT> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1433510.2zs3R9V4P7"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707131305.12565.josh@tcbug.org> Cc: Subject: Re: Ports Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 18:05:14 -0000 --nextPart1433510.2zs3R9V4P7 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 13 July 2007, Grant Peel wrote: > Hi all, > > My ports collection on some of the servers is wasting alot of > space. > > What would be the best method to 'cleanout' the ports dir without > adversly affecting the operation of the rest of the server? > > All of the servers are live production servers. > > -Grant There are a few possibilities. 1) cd to each installed ports dir and do a make clean 2) do the same but a make distclean 3) rm -rf /usr/ports/*/*/work 4) rm -rf /usr/ports and recvsup the tree =2D-=20 Thanks, Josh Paetzel --nextPart1433510.2zs3R9V4P7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGl77YJvkB8SevrssRAhSlAJ4nBnCFhXpHo3rQ+SlbfpiRTUylxQCfT1Pj 8LnCHwa5EYfq70UvHCh0ogs= =Qnih -----END PGP SIGNATURE----- --nextPart1433510.2zs3R9V4P7-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 18:13:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA18616A401 for ; Fri, 13 Jul 2007 18:13:52 +0000 (UTC) (envelope-from regnans@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 C42F813C4DA for ; Fri, 13 Jul 2007 18:13:51 +0000 (UTC) (envelope-from regnans@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so694035uge for ; Fri, 13 Jul 2007 11:13:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=iepXq9EbjBhOFVOI9KLUdIFpb8WA6qQluJW6ZrX2Rrqc+lnIgw3rugZTznIllBU23Z3n6hgAhucGLEndQ41lfLmgWBkBfFPOvJ3tPOwgVvb+8Yz44xdrKFxtGS2CgViiC4AT5GX5fMlr8R/4mXE6+Avdt6blI0vtqBvapMlNHN4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=IddOeSeWS4DNGc0QLrn7DkBn4XQx6FDEH3GTZrYVTz5xXRvJxgRT0KWkKe284uC9VYnCxBnxKwLaYjfp38Omq5gHZS7cp5e6W0DnHv70UySp8hU4WBVJYaaP/cdiSPVeAXVLgROEw1PYuekql2B7qs4X8gOW7ii3Oou2VBWXpd4= Received: by 10.86.4.2 with SMTP id 2mr1447540fgd.1184348697944; Fri, 13 Jul 2007 10:44:57 -0700 (PDT) Received: from ?192.168.2.184? ( [91.64.168.231]) by mx.google.com with ESMTP id p38sm3623001fke.2007.07.13.10.44.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 13 Jul 2007 10:44:56 -0700 (PDT) Message-ID: <4697BA19.6080909@gmail.com> Date: Fri, 13 Jul 2007 19:44:57 +0200 From: h p User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.3) Gecko/20070420 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Installing in a logical partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 18:13:52 -0000 Hi. I try to install FreBSD 6.2 as third OS on my laptop (after Windows XP and Gentoo Linux). I only have a logical partition left for it. sysinstall only shows four slices on my hard drive, ad4s1 - ad4s4. ad4s4 is correctly recognized as a DOS extended partition, but the logical partitions inside it are not displayed - so I can't select the slice I have set aside for FreeBSD. Is this possible? I don't find that limitation in the handbook, and it seems utterly anachronistic to me. What can I do to get around this? Thanks, Helge From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 18:18:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB81F16A404 for ; Fri, 13 Jul 2007 18:18:38 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.freebsd.org (Postfix) with ESMTP id A4E3313C4BD for ; Fri, 13 Jul 2007 18:18:38 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id B394C816D; Fri, 13 Jul 2007 13:18:37 -0500 (CDT) Received: from [192.168.1.5] (unknown [192.168.2.1]) by mail.tcbug.org (Postfix) with ESMTP id 8D35A341C2A; Fri, 13 Jul 2007 13:18:37 -0500 (CDT) From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Fri, 13 Jul 2007 13:18:33 -0500 User-Agent: KMail/1.9.6 References: <4697BA19.6080909@gmail.com> In-Reply-To: <4697BA19.6080909@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1944472.uue5NfCosf"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707131318.37127.josh@tcbug.org> Cc: h p Subject: Re: Installing in a logical partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 18:18:38 -0000 --nextPart1944472.uue5NfCosf Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 13 July 2007, h p wrote: > Hi. > > I try to install FreBSD 6.2 as third OS on my laptop (after Windows > XP and Gentoo Linux). > > I only have a logical partition left for it. sysinstall only shows > four slices on my hard drive, ad4s1 - ad4s4. ad4s4 is correctly > recognized as a DOS extended partition, but the logical partitions > inside it are not displayed - so I can't select the slice I have > set aside for FreeBSD. > > Is this possible? I don't find that limitation in the handbook, and > it seems utterly anachronistic to me. What can I do to get around > this? > > Thanks, > > Helge > Logical partitions are a horrible hack that should die a horrible=20 death. FreeBSD doesn't support installing/booting from them. =2D-=20 Thanks, Josh Paetzel --nextPart1944472.uue5NfCosf Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGl8H9JvkB8SevrssRAiRXAKCPIdsilPiPtD0M90pC7zhCp5ykwACePbz5 AWJwGs6pRjLPB+sb2KZq3No= =gAeM -----END PGP SIGNATURE----- --nextPart1944472.uue5NfCosf-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 18:20:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F01616A407 for ; Fri, 13 Jul 2007 18:20:20 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id 6557E13C494 for ; Fri, 13 Jul 2007 18:20:20 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from philip.office.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Fri, 13 Jul 2007 11:20:19 -0700 Message-ID: <4697C262.6020205@riderway.com> Date: Fri, 13 Jul 2007 14:20:18 -0400 From: "Philip M. Gollucci" User-Agent: Thunderbird 2.0.0.0 (X11/20070507) MIME-Version: 1.0 To: Josh Paetzel References: <004601c7c56f$9d08f480$6501a8c0@GRANT> <200707131305.12565.josh@tcbug.org> In-Reply-To: <200707131305.12565.josh@tcbug.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: Grant Peel , "freebsd-questions@freebsd.org" Subject: Re: Ports Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 18:20:20 -0000 Josh Paetzel wrote: > On Friday 13 July 2007, Grant Peel wrote: >> Hi all, >> >> My ports collection on some of the servers is wasting alot of >> space. >> >> What would be the best method to 'cleanout' the ports dir without >> adversly affecting the operation of the rest of the server? >> >> All of the servers are live production servers. >> >> -Grant > > There are a few possibilities. > > 1) cd to each installed ports dir and do a make clean > 2) do the same but a make distclean > 3) rm -rf /usr/ports/*/*/work > 4) rm -rf /usr/ports and recvsup the tree > No -- install /usr/ports/ports-mgmt/portupgrade via ports or packages. portsclean -DD portsclean -C -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@riderway.com) 323.219.4708 Senior System Admin - Riderway, Inc. http://riderway.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 18:48:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1808D16A402 for ; Fri, 13 Jul 2007 18:48:19 +0000 (UTC) (envelope-from teklimbu@wlink.com.np) Received: from smtp5.wlink.com.np (smtp5.wlink.com.np [202.79.32.52]) by mx1.freebsd.org (Postfix) with SMTP id 11FA013C48E for ; Fri, 13 Jul 2007 18:48:16 +0000 (UTC) (envelope-from teklimbu@wlink.com.np) Received: (qmail 61957 invoked from network); 13 Jul 2007 18:48:11 -0000 Received: from unknown (HELO smtp1.wlink.com.np) (202.79.32.76) by 0 with SMTP; 13 Jul 2007 18:48:11 -0000 Received: (qmail 3651 invoked by uid 98); 13 Jul 2007 18:48:10 -0000 Received: from 202.79.38.83 by smtp1.wlink.com.np (envelope-from , uid 1009) with qmail-scanner-1.25 (clamdscan: 0.88.4/2205. Clear:RC:1(202.79.38.83):. Processed in 0.038133 secs); 13 Jul 2007 18:48:10 -0000 X-Qmail-Scanner-Mail-From: teklimbu@wlink.com.np via smtp1.wlink.com.np X-Qmail-Scanner: 1.25 (Clear:RC:1(202.79.38.83):. Processed in 0.038133 secs) Received: from [202.79.38.83] (HELO [202.79.38.83]) by smtp1.wlink.com.np (qmail-smtpd) with SMTP; 13 Jul 2007 18:48:07 -0000 (Sat, 14 Jul 2007 00:33:07 +0545) Message-ID: <4697C8DA.60705@wlink.com.np> Date: Sat, 14 Jul 2007 00:32:54 +0545 From: Tek Bahadur Limbu User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Check-By: smtp1.wlink.com.np Spam: No ; 0.3 / 7.0 X-Spam-Status-WL: No, hits=0.3 required=7.0 Subject: FreeBSD-6.1 bootup hangs after power failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 18:48:19 -0000 Hi All, Due to a power outage, my FreeBSD-6.1 (i386) machine got rebooted. However, upon reboot right after the initial startup menu, it simply hangs. I tried rebooting the machine several times but in vain. My Bios detects my hard drive. Also since I get the initial startup menu, something must be wrong or corrupted in the Boot loader. Can somebody point me or give me any hints about fixing this problem. I have really some information in my hard drive which I want to keep or restore. Thanking you... -- With best regards and good wishes, Yours sincerely, Tek Bahadur Limbu (TAG/TDG Group) Jwl Systems Department Worldlink Communications Pvt. Ltd. Jawalakhel, Nepal http://www.wlink.com.np From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 18:56:29 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E31916A401 for ; Fri, 13 Jul 2007 18:56:29 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id 66E9D13C4AC for ; Fri, 13 Jul 2007 18:56:29 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay6.apple.com (relay6.apple.com [17.128.113.36]) by mail-out3.apple.com (Postfix) with ESMTP id 2D2E6BA7E15; Fri, 13 Jul 2007 11:56:29 -0700 (PDT) Received: from relay6.apple.com (unknown [127.0.0.1]) by relay6.apple.com (Symantec Mail Security) with ESMTP id 176FC100E4; Fri, 13 Jul 2007 11:56:29 -0700 (PDT) X-AuditID: 11807124-a57b8bb0000007f3-35-4697cadc8894 Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay6.apple.com (Apple SCV relay) with ESMTP id E262910114; Fri, 13 Jul 2007 11:56:28 -0700 (PDT) In-Reply-To: <4697B9EB.5070907@debtresolve.com> References: <46970917.3030502@fpt.vn> <52742602-950D-4964-B9EA-6E0000A6F8D2@mac.com> <4697B9EB.5070907@debtresolve.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <246A0B0B-B20A-4673-875F-C27224248980@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 13 Jul 2007 11:56:28 -0700 To: Dan Casey X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 18:56:29 -0000 On Jul 13, 2007, at 10:44 AM, Dan Casey wrote: >>> I'm using dynamicDNS, so I will able to specify the forward *AND* >>> reverse lookups? >> >> No. Reverse lookups are controlled by whoever owns the IP delegation >> for the netblock in question, and they are not going to configure PTR >> records for dynamic IPs. If you want to have reverse lookups you >> control, you'll need to get static IPs. > > Slight correction. To do what you want, you will need to get a static > ip. Then you can request your isp (or whoever owns the ip block) to > setup the PTR record for you. That's not really a correction. :-) If you get a single static IP, for example, normally the ISP or netblock owner will not delegate that, but are willing to setup a PTR record. If you get a larger static netblock, especially a /24 or larger, then your ISP can delegate reverse DNS to nameservers you run, and thus you can set up and change the reverse lookup results at will without needing your ISP to make PTR record changes. See http://www.ietf.org/ rfc/rfc2317.txt about "Classless IN-ADDR.ARPA delegation" for the deal with regard to delegation of smaller netblocks than a /24. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 19:12:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE72216A400 for ; Fri, 13 Jul 2007 19:12:14 +0000 (UTC) (envelope-from anthony@hypem.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.178]) by mx1.freebsd.org (Postfix) with ESMTP id 775A713C442 for ; Fri, 13 Jul 2007 19:12:14 +0000 (UTC) (envelope-from anthony@hypem.com) Received: by el-out-1112.google.com with SMTP id v27so9320ele for ; Fri, 13 Jul 2007 12:12:13 -0700 (PDT) Received: by 10.142.212.19 with SMTP id k19mr151564wfg.1184352353736; Fri, 13 Jul 2007 11:45:53 -0700 (PDT) Received: by 10.142.104.6 with HTTP; Fri, 13 Jul 2007 11:45:53 -0700 (PDT) Message-ID: <4e8f45730707131145t7a15ff7cpc4926907d624c76e@mail.gmail.com> Date: Fri, 13 Jul 2007 14:45:53 -0400 From: "Anthony Volodkin" Sender: anthony@hypem.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Google-Sender-Auth: b2f38b053ed94e47 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: Creating and Copying bsdpan packages across machines X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 19:12:14 -0000 Hi, I have a few servers where packages are managed via a central package build system, and the remaining machines are set to only fetch packages from there, so they don't try to build them. This works great and saves lots of time. The only issue I still have here is with bsdpan- packages which are created by Perl CPAN modules not in the ports system. There are just a few of them, but they are important. What I've tried is: 1. Install module EVDB::API using: perl -MCPAN -e "install EVDB::API" command on the package build server 2. Generate a package out of the installed port via: pkg_create -b bsdpan-EVDB-API-0.99 3. Copy the resulting bsdpan-EVDB-API-0.99.tbz on another machine, and try installing it with: pkg_add bsdpan-EVDB-API-0.99.tbz What happens here is: #> pkg_add -v bsdpan-EVDB-API-0.99.tbz Requested space: 36140 bytes, free space: 15849822208 bytes in /var/tmp/instmp.AEIbBN extract: Package name is bsdpan-EVDB-API-0.99 extract: CWD to / extract: ///usr/local/lib/perl5/5.8.8/man/man3/EVDB::API.3 extract: ///usr/local/lib/perl5/5.8.8/man/man3/EVDB::API::JSON.3 tar: /usr/local/lib/perl5/5.8.8/man/man3/EVDB::API.3: Cannot stat: No such file or directory tar: Error opening archive: Empty input file: Inappropriate file type or format pkg_add: extract_plist: can not invoke 101 byte tar pipeline: /usr/bin/tar cf - /usr/local/lib/perl5/5.8.8/man/man3/EVDB\:\:API.3|/usr/bin/tar --unlink -xpf - -C / I haven't been able to debug it further. What's going on here? What else can I do to resolve this? Thanks for your help. -- Anthony Volodkin From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 19:56:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3047D16A400 for ; Fri, 13 Jul 2007 19:56:52 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 6D0E313C494 for ; Fri, 13 Jul 2007 19:56:50 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 91943 invoked by uid 1002); 13 Jul 2007 19:56:49 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.107.100):. Processed in 6.314062 secs); 13 Jul 2007 19:56:49 -0000 Received: from unknown (HELO ?192.168.1.210?) (steve@ibctech.ca@208.70.107.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 13 Jul 2007 19:56:43 -0000 Message-ID: <4697D908.7070500@ibctech.ca> Date: Fri, 13 Jul 2007 15:56:56 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Chuck Swiger References: <46970917.3030502@fpt.vn> <52742602-950D-4964-B9EA-6E0000A6F8D2@mac.com> <4697B9EB.5070907@debtresolve.com> <246A0B0B-B20A-4673-875F-C27224248980@mac.com> In-Reply-To: <246A0B0B-B20A-4673-875F-C27224248980@mac.com> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 19:56:52 -0000 Chuck Swiger wrote: > On Jul 13, 2007, at 10:44 AM, Dan Casey wrote: >>>> I'm using dynamicDNS, so I will able to specify the forward *AND* >>>> reverse lookups? >>> >>> No. Reverse lookups are controlled by whoever owns the IP delegation >>> for the netblock in question, and they are not going to configure PTR >>> records for dynamic IPs. If you want to have reverse lookups you >>> control, you'll need to get static IPs. >> >> Slight correction. To do what you want, you will need to get a static >> ip. Then you can request your isp (or whoever owns the ip block) to >> setup the PTR record for you. > > That's not really a correction. :-) Correct ;) > If you get a single static IP, for example, normally the ISP or netblock > owner will not delegate that, but are willing to setup a PTR record. That is, if the ISP *is* willing to set up a rDNS entry. I have had clients move from their previous provider to us because the old provider would not set up a reverse DNS entry for their statically assigned IP(s). Sounds bad, but it happens. > If you get a larger static netblock, especially a /24 or larger, then > your ISP can delegate reverse DNS to nameservers you run, and thus you > can set up and change the reverse lookup results at will without needing > your ISP to make PTR record changes. See > http://www.ietf.org/rfc/rfc2317.txt about "Classless IN-ADDR.ARPA > delegation" for the deal with regard to delegation of smaller netblocks > than a /24. I personally wouldn't do this. If anything, I would delegate permissions on our name servers so that the client can log in to our DNS interface and make the changes there. That way, we always have control over the names in the event you ever have a rogue employee at the other end. However, we don't do anything of the sort. When clients need rDNS entries changed, the client requests it, and we make it so. It is the same way that we work with one of our external ADSL wholesalers. Mind you, when you call us, someone answers the phone. You can ask for the button pushers directly, and changes are made live time mostly. Try that with a Sympatico, AOL or the like. Steve From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 19:57:51 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D46D016A404 for ; Fri, 13 Jul 2007 19:57:51 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from mesiob.obspm.fr (mesiob.obspm.fr [145.238.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7490413C48E for ; Fri, 13 Jul 2007 19:57:51 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from localhost (pcjas.obspm.fr [145.238.2.126]) by mesiob.obspm.fr (8.13.4/8.13.4/SIO Observatoire de Paris) with ESMTP id l6DJvooW019611; Fri, 13 Jul 2007 21:57:50 +0200 Date: Fri, 13 Jul 2007 21:57:50 +0200 From: Albert Shih To: RW Message-ID: <20070713195750.GB72604@pcjas.obspm.fr> References: <20070713151843.GA46690@pcjas.obspm.fr> <20070713163514.04187792@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20070713163514.04187792@gumby.homeunix.com.> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (mesiob.obspm.fr [145.238.2.2]); Fri, 13 Jul 2007 21:57:50 +0200 (CEST) X-Virus-Scanned: ClamAV version 0.90.3, clamav-milter version 0.90.3 on mesiob.obspm.fr X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: KDE problem after update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Albert.Shih@obspm.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 19:57:51 -0000 Le 13/07/2007 Ю 16:35:14+0100, RW a Иcrit > On Fri, 13 Jul 2007 17:18:43 +0200 > Albert Shih wrote: > > > I saw this kind of thing temporarily during the last KDE upgrade. > Did you bring all your ports up to date? Have you tried restarting your Yes...all my ports is up to date. > desktop session, or rebooting? OK I'm going to try this (restarting desktop session). Thanks for you answer. Regards. -- Albert SHIH Observatoire de Paris Meudon SIO batiment 15 Heure local/Local time: Ven 13 jul 2007 21:56:57 CEST From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 20:11:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76EC616A400 for ; Fri, 13 Jul 2007 20:11:55 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 07FC913C494 for ; Fri, 13 Jul 2007 20:11:54 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l6DKBeF2095944 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 13 Jul 2007 15:11:41 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4697DC7E.7000809@tundraware.com> Date: Fri, 13 Jul 2007 15:11:42 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Alex Zbyslaw References: <468972C5.9090902@tundraware.com> <200707021722.05724.josh@tcbug.org> <4697A498.5000501@tundraware.com> <4697AE4C.8070909@dial.pipex.com> In-Reply-To: <4697AE4C.8070909@dial.pipex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Finally Converting From Bind 8 -> Bind 9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 20:11:55 -0000 Alex Zbyslaw wrote: > Tim Daneliuk wrote: > >> 2) Better still is there some sort of "include" mechanism where I could >> keep a flat file of public host information for use by db.external, >> but include it into db.internal. > > I don't think there is, but let someone who uses bind more than I do > give a definitive on that :-) > > What you *can* do, irrespective of bind version, is to have two files > which you pre-process with m4, and have a third file which m4 includes > on both the others. > > So you start with: > > internal.M4 which includes "shared" > external.M4 which also includes "shared" > shared which gets included in the other two. > > Then m4 internal.M4 > internal and m4 external.M4 -> external. > > Bind then loads internal and external. A reasonable and very Unix-ish solution, certainly. Though, I think the subsequent post on this thread regarding $INCLUDE is probably more elegant ;) > > Alternatively you could start with one M4 file which uses lots of ifdefs > for the non-shared portions. The create internal and external by > specifying different definitions to m4. e.g. m4 -D _TYPE=EXTERNAL or m4 > -D _TYPE=INTERNAL. > > For a problem with small differences between two files, this is a better > solution, but not what I'd do in this case. Me either - conditional content gets clumsy to maintain in a big hurry. > > Whole process can be easily controlled with a Makefile (including any > restarts). > > --Alex > > -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 20:12:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C80E16A405 for ; Fri, 13 Jul 2007 20:12:13 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id D87D813C4AA for ; Fri, 13 Jul 2007 20:12:12 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 76CF18562; Fri, 13 Jul 2007 16:12:12 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 13 Jul 2007 16:12:12 -0400 X-Sasl-enc: Z8qmfZW2+x5/yYtBziisYtvjoPELapTswsBSAqzEXzac 1184357532 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id 27EE81F0E3; Fri, 13 Jul 2007 16:12:12 -0400 (EDT) In-Reply-To: <200707130730.l6D7U6v9086226@banyan.cs.ait.ac.th> References: <200707130730.l6D7U6v9086226@banyan.cs.ait.ac.th> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <47E045D4-44AB-44B8-A358-59ECA482CF81@goldmark.org> Content-Transfer-Encoding: 7bit From: Jeffrey Goldberg Date: Fri, 13 Jul 2007 15:12:10 -0500 To: Olivier Nicole X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: Transparent email proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 20:12:13 -0000 On Jul 13, 2007, at 2:30 AM, Olivier Nicole wrote: > As an ISP, or the person in charge of a large organisation, have you > ever set-up a transparent email redirection: all outgoing email would > be proceeded to an outgoing server in order to check for virus, spam, > whatever. I've done this non-transparently many times. At the perimeter firewalls the only traffic to port 25 which was allowed was from our official outgoing mail servers. With the firewall, it is easy to make the use of the outgoing mail hub compulsory. Is there some reason beyond that that you want to do things transparently? -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 20:16:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D8E816A400 for ; Fri, 13 Jul 2007 20:16:10 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.freebsd.org (Postfix) with ESMTP id 21DE613C478 for ; Fri, 13 Jul 2007 20:16:10 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from [172.23.170.137] (helo=anti-virus01-08) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1I97pe-0002Nx-3E for freebsd-questions@freebsd.org; Fri, 13 Jul 2007 00:12:22 +0100 Received: from [82.37.197.203] (helo=atlantis) by asmtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1I97pd-0002re-A4 for freebsd-questions@freebsd.org; Fri, 13 Jul 2007 00:12:21 +0100 Message-ID: <001301c7c4da$15a332c0$0600010a@atlantis> From: "Jasvinder S. Bahra" To: Date: Fri, 13 Jul 2007 00:12:14 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: "Periodic" e-mails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 20:16:10 -0000 Hello everybody, Until recently, I was getting my "periodic" reports forwarded to my external e-mail box. I arranged this by adding the following line to the top of the /etc/aliases file and then running "newaliases"... root: <> However, I am no longer getting e-mail in my external mail account. I was playing around with the host settings at one point and I think that is the reason why i'm having the problem. I haven't had any success resolving the issue myself, and while I did google it, I couldn't find many options. I examined /var/log/maillog, and saw something unexpected... Jul 12 23:45:13 HOSTNAME sm-mta[580]: l6824ssQ008021: to=, delay=4+20:40:18, xdelay=00:00:00, mailer=esmtp, pri=21733613, relay=sirius.DOMAIN...DOMAIN.ORG., dsn=4.0.0, stat=Deferred: Connection refused by HOSTNAME.DOMAIN.ORG.DOMAIN.ORG. (Note, i've replaced references to my actual hostname and domain with HOSTNAME and DOMAIN.ORG respectively). For some reason, it is saying "Connection refused by HOSTNAME.DOMAIN.ORG.DOMAIN.ORG". I'm not sure wht e-mail cant be sent, but regardless, I would expect it to say "Connection refused by HOSTNAME.DOMAIN.ORG". Now, i've set the appropriate settings in /etc/hosts... 127.0.0.1 localhost.DOMAIN.ORG localhost <> HOSTNAME.DOMAIN.ORG HOSTNAME My /etc/host.conf file is set as follows... hosts dns My DNS server entries are defined /etc/resolv.conf nameserver <> nameserver <> nameserver <> I have the following settings of interest in /etc/rc.conf. Note that I do not receive any e-mail on this machine - sendmail is only used to, well, *send* mail.. hostname="HOSTNAME.DOMAIN.ORG" sendmail_enable="NO" I'm using FreeBSD v5.5 on this box... FreeBSD HOSTNAME.DOMAIN.ORG 5.5-RELEASE FreeBSD 5.5-RELEASE #0: Tue May 23 14:58:27 UTC 2006 root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Anyone have any ideas, or suggestions? Regards, Jazz From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 20:22:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79BDF16A405 for ; Fri, 13 Jul 2007 20:22:56 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 636A713C4A8 for ; Fri, 13 Jul 2007 20:22:56 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay5.apple.com (relay5.apple.com [17.128.113.35]) by mail-out4.apple.com (Postfix) with ESMTP id 573D1BED735; Fri, 13 Jul 2007 13:22:56 -0700 (PDT) Received: from relay5.apple.com (unknown [127.0.0.1]) by relay5.apple.com (Symantec Mail Security) with ESMTP id 435CB29C002; Fri, 13 Jul 2007 13:22:56 -0700 (PDT) X-AuditID: 11807123-a573dbb000000b34-b9-4697df2043a7 Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay5.apple.com (Apple SCV relay) with ESMTP id 376F030400E; Fri, 13 Jul 2007 13:22:56 -0700 (PDT) In-Reply-To: <001301c7c4da$15a332c0$0600010a@atlantis> References: <001301c7c4da$15a332c0$0600010a@atlantis> Mime-Version: 1.0 (Apple Message framework v752.2) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2E779E4B-E692-426B-AB6C-CF77B3FA1616@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 13 Jul 2007 13:22:56 -0700 To: Jasvinder S. Bahra X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: "Periodic" e-mails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 20:22:56 -0000 On Jul 12, 2007, at 4:12 PM, Jasvinder S. Bahra wrote: > I examined /var/log/maillog, and saw something unexpected... > > Jul 12 23:45:13 HOSTNAME sm-mta[580]: l6824ssQ008021: > to=, delay=4+20:40:18, xdelay=00:00:00, > mailer=esmtp, pri=21733613, relay=sirius.DOMAIN...DOMAIN.ORG., > dsn=4.0.0, > stat=Deferred: Connection refused by HOSTNAME.DOMAIN.ORG.DOMAIN.ORG. > > (Note, i've replaced references to my actual hostname and domain with > HOSTNAME and DOMAIN.ORG respectively). That kind of issue tends to indicate that someone missed a period at the end of the hostname in zone file specifying the MX record for domain.org. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 21:51:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3670A16A402 for ; Fri, 13 Jul 2007 21:51:53 +0000 (UTC) (envelope-from jlalarcon@gawab.com) Received: from info2.gawab.com (info2.gawab.com [204.97.230.46]) by mx1.freebsd.org (Postfix) with SMTP id E39FA13C461 for ; Fri, 13 Jul 2007 21:51:52 +0000 (UTC) (envelope-from jlalarcon@gawab.com) Received: (qmail 19192 invoked by uid 1004); 13 Jul 2007 23:33:38 -0000 Received: from unknown (HELO Durruti.lordofunix.org) (jlalarcon@gawab.com@84.79.187.101) by gawab.com with SMTP; 13 Jul 2007 23:33:38 -0000 X-Trusted: Whitelisted Date: Fri, 13 Jul 2007 23:51:35 +0200 From: Jose Luis Alarcon Sanchez To: freebsd-questions@freebsd.org Message-Id: <20070713235135.3518e041.jlalarcon@gawab.com> X-Mailer: Sylpheed 2.4.0 (GTK+ 2.10.6; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Attansic L1 Gigabit Ethernet 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: Fri, 13 Jul 2007 21:51:53 -0000 Hi friends. My PC box have this Ethernet adapter (Linux kernel description): Ethernet controller: Attansic Technology Corp. L1 Gigabit Ethernet Adapter (rev b0) Please, is there a way for make it work with FreeBSD?. Thanks you very much, in advance. You're very kind. Best Regards. Jose. -- http://www.lordofunix.org/ Not Registered GNU/Hurd User. Registered BSD User 51101. Registered Linux User #213309. Memories..... You are talking about memories. Rick Deckard. Blade Runner. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 22:26:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CBAB16A402 for ; Fri, 13 Jul 2007 22:26:53 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 36B1113C4B5 for ; Fri, 13 Jul 2007 22:26:53 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l6DMQkWl098879 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 13 Jul 2007 17:26:47 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4697FC20.9050805@tundraware.com> Date: Fri, 13 Jul 2007 17:26:40 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Josh Paetzel , FreeBSD Mailing List References: <468972C5.9090902@tundraware.com> <200707021722.05724.josh@tcbug.org> <4697A498.5000501@tundraware.com> <200707131230.51214.josh@tcbug.org> In-Reply-To: <200707131230.51214.josh@tcbug.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Cc: Subject: Re: Finally Converting From Bind 8 -> Bind 9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 22:26:53 -0000 Josh Paetzel wrote: > > Sure, you can $INCLUDE a file in to a zonefile. :) > Yup - that sure does it. However, it is still possible to do Very Stupid Things (tm). Anyone running bind should not that this combination of things causes great silliness: $ORIGIN mydomain.com. @ IN SOA ...... ; Nameservers IN NS foo.mydomain.com ; oops, missing trailing period Really dumb, and it had my wondering what was wrong with my $INCLUDE - nothing, of course. Thanks for the help. I now have a nice clean db.external with a corresponding view. db.internal merely $INCLUDES db.external as its first statement and has a corresponding view. Now when I modify *anything* - $TTL, a host definition ... whatever, it propagates into both views with a single edit. -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 22:27:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85A1B16A404 for ; Fri, 13 Jul 2007 22:27:54 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from mail-in08.adhost.com (mail-in08.adhost.com [216.211.128.141]) by mx1.freebsd.org (Postfix) with ESMTP id 5EE9013C491 for ; Fri, 13 Jul 2007 22:27:54 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from ad-exh01.adhost.lan (unknown [216.211.143.69]) by mail-in08.adhost.com (Postfix) with ESMTP id 30E5F8FC44; Fri, 13 Jul 2007 15:27:53 -0700 (PDT) (envelope-from mksmith@adhost.com) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Fri, 13 Jul 2007 15:27:48 -0700 Message-ID: <17838240D9A5544AAA5FF95F8D52031602402C66@ad-exh01.adhost.lan> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: cannot log in via console, cannot su(1), only as root Thread-Index: AcfE5OrlTY23l5GpTbe1YluJoMSJ6gAt8KZQ References: <17838240D9A5544AAA5FF95F8D520316022AC752@ad-exh01.adhost.lan> From: "Michael K. Smith - Adhost" To: "martinko" , Cc: Subject: RE: cannot log in via console, cannot su(1), only as root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 22:27:54 -0000 Hello Martin: > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of martinko > Sent: Thursday, July 12, 2007 5:28 PM > To: freebsd-questions@freebsd.org > Subject: Re: cannot log in via console, cannot su(1), only as root >=20 > Michael K. Smith - Adhost wrote: > > Hello Martinko: > > > >> -----Original Message----- > >> From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > >> questions@freebsd.org] On Behalf Of martinko > >> Sent: Saturday, July 07, 2007 4:36 PM > >> To: freebsd-questions@freebsd.org > >> Subject: Re: cannot log in via console, cannot su(1), only as root > >> > >> martinko wrote: > >>> hello list, > >>> > >>> i was updating sw configuration of my old computer and towards the > >> end i > >>> noticed i couldn't log in on local console other than root. i > tried > >>> remote ssh using public keys which worked but i found out su(1) to > >> any > >>> user except root does not work either. i've no idea how i could > >>> possibly manage to "break" my system like this and unfortunately i > >> need > >>> to fix it by tomorrow. therefore i would really appreciate your > >> prompt > >>> hints as what to check etc. > >>> > >> some more details follow ... > >> > >> upgrade from 6.0-R to 6.2-R > >> everything went ok .. > >> i was doing changes in /etc based on my other computer settings > >> i was working via ssh(1), therefore i haven't noticed when logging > on > >> console stopped working. > >> > >> what works: > >> log in via ssh(1) using public/private keys > >> log in on local console as root > >> su(1) to root > >> > >> what doesn't work: > >> log in via ssh(1) using password > >> log in on local console as a normal user > >> su(1) to a normal user (it even doesn't ask for password a throws > >> "sorry") > >> > >> besides, as root i'm able to change passwords via passwd(1), but it > >> doesn't help and a normal user cannot change their own password (old > >> password check would fail). > >> > >> i ran vipw(8) and it doesn't seem to me there's something wrong with > > my > >> files. > >> > >> any hints pls ?? > >> > > > > The normal user would have to be a member of the "wheel" group to use > su > > at any point. If your normal user logs in via ssh/console/whatever, > > they should be able to run the passwd command to change their own > > password. You wouldn't want them to su to do so. If you want to > test > > this, add your normal user to the wheel group, log in again and see > if > > it works. > > >=20 > I'm not having problem with a password as such. I can change it. I > just cannot log in using password as any user apart from root, whether > logging locally (console) or remotely (ssh). Users I tried su(1) are > of > course members of wheel group. su(1) failed before even accepting any > password. There's something wrong somewhere and I need to find it, > just > don't know how. Any ideas pls ?? >=20 > Martin >=20 There are three things I would check. 1) When you ps auxww | grep sshd is it the system version in /sbin or is it firing from /usr/local/sbin? a) If it's in /usr/local/sbin then the config file *may* be in /usr/local/etc/sshd/sshd_config 2) Is your /etc/ttys configuration odd? 3) Is /etc/pam.d/sshd configured the way you would like? Is it calling odd or unexpected PAM modules? Regards, Mike From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 22:29:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 121FC16A408 for ; Fri, 13 Jul 2007 22:29:44 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id C5E4413C481 for ; Fri, 13 Jul 2007 22:29:43 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l6DMTZsK098948 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Fri, 13 Jul 2007 17:29:36 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4697FCCA.5010802@tundraware.com> Date: Fri, 13 Jul 2007 17:29:30 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Subject: named and nfs mounts at boot time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 22:29:44 -0000 While we're on the subject of dns ... I have nfs mounts configured in /etc/fstab using the host *name*. When the system boots, it grumbles about the name resolution because named has not yet been started. It works fine because, by the time you have a fully booted system, named is running and nfs runs happily. 'Just wondering if there is a way to get the warnings during boot to be quiet without resorting to using IP addresses in the fstab nfs mount entries... -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 22:34:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 616E116A400 for ; Fri, 13 Jul 2007 22:34:05 +0000 (UTC) (envelope-from bkc@dreamfire.com) Received: from dreamfire.com (dreamfire.com [192.220.72.206]) by mx1.freebsd.org (Postfix) with ESMTP id 42CB013C4B2 for ; Fri, 13 Jul 2007 22:34:05 +0000 (UTC) (envelope-from bkc@dreamfire.com) Received: (qmail 83831 invoked by uid 18638); 13 Jul 2007 22:07:25 -0000 Date: Fri, 13 Jul 2007 15:07:25 -0700 From: Bruce Caruthers To: freebsd-questions@freebsd.org Message-ID: <20070713150725.A52319@dreamfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Organization: DreamFire Enterprises Subject: Intel G965 chipset? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Caruthers List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 22:34:05 -0000 Hi, all. I am in the process of replacing my old, formerly solidly reliable 4.2 RAID server. I've been eyeing the Intel DG965WH motherboard and its kin, but from my searches of the mailing list archives, it seems unclear whether it will work. There were several postings with workarounds (e.g. turn off ACPI, the marvell_pata patch, etc.) but no followup postings to indicate whether any of that worked... === My Question: So, can I use an Intel motherboard with the 965 chipset? If not, what is the latest chipset I can use which will meet my needs? === My needs are: * long-term reliable (current system is 7 years old) * 6+ SATA with RAID 1 (RAID 5 would be nice, but not required -- old server is just RAID 1 with a Highpoint 370 on an Abit BX133 mobo) * Firewire for removable "snapshot" drives * Preferably PCI-e/Express, since that seems to be the near-future for later expansion * Being able to use non-SATA CD/DVD drive for installs and perhaps experimenting with BSD DVD burning tools * Unless I do the DVD burning stuff, CPU doesn't matter to me (currently using Celeron 766MHz on old server, with 256 MB RAM, and only noticed when rebuilding a kernel) * I don't care about audio, and just need basic text-mode VGA, since this will sit in my basement. === OS: If it matters, I'll be moving from 4.2 to I guess 6.2 with this (clean install). I've used pre-1.0 FreeBSD/386BSD up through 4.10, but haven't messed with 5.x or newer yet. Any major gotchas I should be aware of? Sorry for being long-winded. Just want to be clear on what my concerns are, so I don't waste anyone's time. :) Thanks! -bkc -- Bruce Caruthers http://www.BruceCaruthers.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "It's good to be good, EDUCATION is understanding the rules; but it's better to be lucky" EXPERIENCE is understanding the exceptions. -- The Trading Goddess -- Farmer's Almanac. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 22:35:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 570E316A402 for ; Fri, 13 Jul 2007 22:35:44 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 3F9CA13C442 for ; Fri, 13 Jul 2007 22:35:44 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay7.apple.com (relay7.apple.com [17.128.113.37]) by mail-out4.apple.com (Postfix) with ESMTP id 2F811BF02D8; Fri, 13 Jul 2007 15:35:44 -0700 (PDT) Received: from relay7.apple.com (unknown [127.0.0.1]) by relay7.apple.com (Symantec Mail Security) with ESMTP id 1D03D30083; Fri, 13 Jul 2007 15:35:44 -0700 (PDT) X-AuditID: 11807125-a2a1fbb0000007e5-b8-4697fe40cb0a Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay7.apple.com (Apple SCV relay) with ESMTP id 0736C300A5; Fri, 13 Jul 2007 15:35:44 -0700 (PDT) In-Reply-To: <4697FCCA.5010802@tundraware.com> References: <4697FCCA.5010802@tundraware.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 13 Jul 2007 15:35:43 -0700 To: tundra@tundraware.com X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: FreeBSD Mailing List Subject: Re: named and nfs mounts at boot time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 22:35:44 -0000 On Jul 13, 2007, at 3:29 PM, Tim Daneliuk wrote: > While we're on the subject of dns ... I have nfs mounts configured in > /etc/fstab using the host *name*. When the system boots, it grumbles > about the name resolution because named has not yet been started. It > works fine because, by the time you have a fully booted system, > named is > running and nfs runs happily. > > 'Just wondering if there is a way to get the warnings during boot to > be quiet without resorting to using IP addresses in the fstab nfs > mount entries... Put the NFS server IPs and hostnames into /etc/hosts. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 22:37:23 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D52B716A40B for ; Fri, 13 Jul 2007 22:37:23 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 860A213C478 for ; Fri, 13 Jul 2007 22:37:23 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 13 Jul 2007 18:37:23 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NOA30705; Fri, 13 Jul 2007 18:37:22 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 13 Jul 2007 18:37:21 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18071.65186.471418.756730@jerusalem.litteratus.org> Date: Fri, 13 Jul 2007 18:37:22 -0400 To: FreeBSD Mailing List In-Reply-To: <4697FCCA.5010802@tundraware.com> References: <4697FCCA.5010802@tundraware.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: named and nfs mounts at boot time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 22:37:23 -0000 Tim Daneliuk writes: > While we're on the subject of dns ... I have nfs mounts > configured in /etc/fstab using the host *name*. When the system > boots, it grumbles about the name resolution because named has > not yet been started. It works fine because, by the time you > have a fully booted system, named is running and nfs runs > happily. I'm not sure this will work, but have you considered mapping those hosts in /etc/hosts? Also think about the contents of /etc/resolv.conf. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 22:49:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71A7416A400 for ; Fri, 13 Jul 2007 22:49:21 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-065-081-102-002.sip.jan.bellsouth.net [65.81.102.2]) by mx1.freebsd.org (Postfix) with ESMTP id BF40C13C4C5 for ; Fri, 13 Jul 2007 22:49:18 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.12.64]) by farris.bafirst.com with esmtp; Fri, 13 Jul 2007 17:49:16 -0500 id 0006D409.4698016C.000044BC Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Fri, 13 Jul 2007 17:49:15 -0500 id 0004AC2B.4698016B.00004F5A Received: from dsl-189-129-12-64.prod-infinitum.com.mx (dsl-189-129-12-64.prod-infinitum.com.mx [189.129.12.64]) by intranet.encontacto.net (Horde MIME library) with HTTP; Fri, 13 Jul 2007 17:49:15 -0500 Message-ID: <20070713174915.6dtr57531cosow88@intranet.encontacto.net> X-Priority: 3 (Normal) Date: Fri, 13 Jul 2007 17:49:15 -0500 From: eculp@encontacto.net To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 189.129.12.64 Subject: a suggestion for a good multifunction (printer, scanner, copier, fax ) solution? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 22:49:21 -0000 Does anyone have a suggestion for a good multifunction (printer, scanner, copier, fax ) solution that is supported, out of the box on up to date FreeBSD Current and/or FreeBSD STABLE preferably using cupsd w/gutenprint? Epson - Lexmark - HP ? I need a scanner and a printer so it sounds like a better deal to get two in one but suggestions from folks who have "been there and done that" are greatly appreciated. Thanks, ed From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 22:53:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8AA9A16A400 for ; Fri, 13 Jul 2007 22:53:56 +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 0426313C481 for ; Fri, 13 Jul 2007 22:53:55 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup56.ach.sch.gr [81.186.70.56]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6DMrO9Z007089 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 14 Jul 2007 01:53:33 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l6DMr9GN004493 for ; Sat, 14 Jul 2007 01:53:16 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l6DMBSwg001739 for freebsd-questions@freebsd.org; Sat, 14 Jul 2007 01:11:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 14 Jul 2007 01:11:28 +0300 From: Giorgos Keramidas To: freebsd-questions@freebsd.org Message-ID: <20070713221128.GA1695@kobe.laptop> References: <20070712163614.GI1254@tigger.digitaltorque.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070712163614.GI1254@tigger.digitaltorque.ca> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.796, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.60, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Subject: Merging with Mercurial (was: Re: macosx stuff seeping into the ports?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 22:53:56 -0000 On 2007-07-12 12:36, "Michael P. Soulier" wrote: > I just tried a merge with mercurial, built out of ports. > > /usr/local/bin/hgmerge: > /Developer/Applications/Utilities/FileMerge.app/Contents/MacOS/FileMerge: not found > > Umm, why the hell would I have that on FreeBSD?? The default 'hgmerge' script distributed as part of the official Mercurial tree tries FileMerge and a few other merge-tools before giving up. You can always replace the default merge-tool with one you like better, by a variety of methods: ------------------------------------------------------------------------ 1. Setting in your ~/.hgrc file the ui.merge option: [ui] merge = kdiff3 Popular choices for [ui.merge] include kdiff3, meld and I've recently started experimenting with Sun's "gpyfm" Python/GTK+ GUI merge tool. ------------------------------------------------------------------------ 2. Setting HGMERGE in the environment of the `hg' utility: $ env HGMERGE=true hg merge When you use this sort of 'merge trickery', you can do things like: $ hg up -C localhead $ env HGMERGE=true hg merge [remotehead] and then you can selectively "revert" files to their local head version, or to their remote head version: $ hg revert --no-backup -r remotehead obj/lib/libfoo.so.1 $ hg revert --no-backup -r localhead obj/bin/* This tends to a bit error-prone and doesn't really help when you _really_ want to do a 3-way merge of source code or text files. ------------------------------------------------------------------------ Most of the available merge tools tend to create a varying level of mess with binary files, like snapshots of build trees, so I'm looking at alternative ways of merging. Each time Mercurial invokes $HGMERGE or [ui.merge] there is a conflict because both the local and remote branch has modified the same file. Ideally, it should be possible to write a smarter merge wrapper script, which is written in Python to hook into Mercurial as a backend, and provide the user with more choices, like: $ export HGMERGE=smart-merge $ hg up -C localhead 0 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg merge [remotehead] Merging file obj/lib/libfoo.so.1 command: (a)ccept, (d)iff, (e)dit, (h)istory, (m)erge, (q)uit changeset: (a)ncestor, (p)arent, (c)hild, (m)erged [m]> At which point, you can run commands like: ? accept child ? acc ch ? diff parent ? h p or any sort of command which can be auto-completed to something meaningful using some sort of syntax like the one shown above. This way it would be _much_ easier to merge binary files, and given a sufficiently 'smart' HGMERGE application it could be easy to merge by pressing RET RET RET a few times, and let the defaults apply :) This may be tricky to write, and I don't trust my Python skills yet to embark on such a project, so I'm just using a local wrapper around gdiff3 and Sun's gpyfm GTK+-based merge tool (gpyfm) for now. For Mercurial workspaces which contain source code, this combination can really work wonders :-) If you need help with setting up something which supersedes the default 'hgmerge' script distributed with the Mercurial port, please feel free to ask me for the merge scripts I am using locally, search for "MergeProgram" in the Mercurial wiki[*], or hop into #mercurial on Freenode IRC and chat with all the friendly folks there. [*] http://www.selenic.com/mercurial/ I hope all this helps a bit, - Giorgos From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 23:45:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B563316A403 for ; Fri, 13 Jul 2007 23:45:33 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from eunet.yu (smtpclu-4.eunet.yu [194.247.192.229]) by mx1.freebsd.org (Postfix) with ESMTP id 2C18C13C471 for ; Fri, 13 Jul 2007 23:45:32 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-227-182.eunet.yu [213.198.227.182]) by eunet.yu (8.13.6/8.13.6) with ESMTP id l6DNjRb2023407; Sat, 14 Jul 2007 01:45:28 +0200 Message-Id: <200707132345.l6DNjRb2023407@eunet.yu> Date: Sat, 14 Jul 2007 01:45:13 +0200 From: Nikola Lecic To: Tek Bahadur Limbu In-Reply-To: <4697C8DA.60705@wlink.com.np> References: <4697C8DA.60705@wlink.com.np> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD-6.1 bootup hangs after power failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 23:45:33 -0000 On Sat, 14 Jul 2007 00:32:54 +0545 Tek Bahadur Limbu wrote: > Hi All, >=20 > Due to a power outage, my FreeBSD-6.1 (i386) machine got rebooted.=20 > However, upon reboot right after the initial startup menu, it simply > hangs. >=20 > I tried rebooting the machine several times but in vain. >=20 > My Bios detects my hard drive. Also since I get the initial startup=20 > menu, something must be wrong or corrupted in the Boot loader. >=20 > Can somebody point me or give me any hints about fixing this problem. > I have really some information in my hard drive which I want to keep > or restore. Hello Tek, The first thing I'd do is to download FreeSBIE (if you already don't have it), boot from it and do some initial inspection of the main drive. Then you will probably collect some more data about status of file systems etc. that will allow people from this list to share with you much more useful advices than it's possible at the moment. Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 00:28:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37E1D16A400 for ; Sat, 14 Jul 2007 00:28:08 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from eunet.yu (smtpclu-1.eunet.yu [194.247.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 9E0E813C471 for ; Sat, 14 Jul 2007 00:28:07 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-227-182.eunet.yu [213.198.227.182]) by eunet.yu (8.13.6/8.13.6) with ESMTP id l6E0RsmP021982; Sat, 14 Jul 2007 02:27:54 +0200 Message-Id: <200707140027.l6E0RsmP021982@eunet.yu> Date: Sat, 14 Jul 2007 02:27:40 +0200 From: Nikola Lecic To: "Paul Fraser" In-Reply-To: References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> <200707122019.02916.lists-fbsd@shadypond.com> <20070712222635.7bc880a9@gumby.homeunix.com.> <200707122218.l6CMIgFE031071@catflap.bishopston.net> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: Jamie Jones , fbsd06@mlists.homeunix.com, freebsd-questions@freebsd.org Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 00:28:08 -0000 On Fri, 13 Jul 2007 08:33:04 +1000 "Paul Fraser" wrote: > Actually that's not entirely true - the only "problem" is sound drops > out of sync almost straight away, but otherwise it works just fine. Hm, this is very strange and certainly shouldn't be so. Could you please share some more details? What wrapper do you use? Are there warning or any other messages if you run the browser from terminal? Nikola Le=C4=8Di=C4=87=20 From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 00:37:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C801516A403 for ; Sat, 14 Jul 2007 00:37:37 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 7771213C4AA for ; Sat, 14 Jul 2007 00:37:37 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 28199 invoked from network); 13 Jul 2007 19:37:37 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 13 Jul 2007 19:37:37 -0500 Date: Sat, 14 Jul 2007 10:37:33 +1000 From: Norberto Meijome To: pj Message-ID: <20070714103733.06ca8ad3@localhost> In-Reply-To: <4697B60D.2080808@videotron.ca> References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> <46959377.3080304@videotron.ca> <20070713114623.5918fc69@localhost> <4697718D.8010102@videotron.ca> <20070714003446.38cd94b0@localhost> <4697B60D.2080808@videotron.ca> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Schiz0 , freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 00:37:37 -0000 On Fri, 13 Jul 2007 13:27:41 -0400 pj wrote: > Somethings isn't quite right here. > It was suggested I load the accf_http from the /boot/loader.conf file. I > did. So, now I removed the line from /boot/loader.conf; it is empty of > any directives. I rebooted and accf_http.ko is no longer in the kernel - > according to kldstat. man loader.conf Once you understand what loader.conf is for, and what a kernel module is, you should understand what has happened. > ps xa | grep htt gives > > .... /usr/local/sbin/httpd - DNOHTTPACCEPT > > Something is fishy here... any thoughts? nothing fishy at all. read the man, read about kernel modules, read :) > Why me? I always seem to get these weird anomalies... :( sorry to break it to you, but odds are it's due to your current lack of understanding of the system, rather than the universe poised against you :) don't worry, it's fixable (understanding, not the universe ;) ). Good luck, _________________________ {Beto|Norberto|Numard} Meijome "There are two kinds of stupid people. One kind says,'This is old and therefore good'. The other kind says, 'This is new, and therefore better.'" John Brunner, 'The Shockwave Rider'. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 01:04:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5539816A402 for ; Sat, 14 Jul 2007 01:04:52 +0000 (UTC) (envelope-from ivan@careytech.com.au) Received: from ipmail01.adl2.internode.on.net (ipmail01.adl2.internode.on.net [203.16.214.140]) by mx1.freebsd.org (Postfix) with ESMTP id C4D0313C441 for ; Sat, 14 Jul 2007 01:04:51 +0000 (UTC) (envelope-from ivan@careytech.com.au) X-IronPort-AV: E=Sophos;i="4.16,538,1175437800"; d="scan'208";a="156911995" Received: from ppp154-213.static.internode.on.net (HELO [192.168.1.2]) ([150.101.154.213]) by ipmail01.adl2.internode.on.net with ESMTP; 14 Jul 2007 10:34:49 +0930 Message-ID: <46982130.1040604@careytech.com.au> Date: Sat, 14 Jul 2007 11:04:48 +1000 From: Ivan Carey User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Bruce Caruthers References: <20070713150725.A52319@dreamfire.com> In-Reply-To: <20070713150725.A52319@dreamfire.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Intel G965 chipset? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ivan@careytech.com.au List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 01:04:52 -0000 Bruce Caruthers wrote: > Hi, all. > > I am in the process of replacing my old, formerly > solidly reliable 4.2 RAID server. I've been eyeing > the Intel DG965WH motherboard and its kin, but from > my searches of the mailing list archives, it seems > unclear whether it will work. There were several > postings with workarounds (e.g. turn off ACPI, the > marvell_pata patch, etc.) but no followup postings > to indicate whether any of that worked... > > > === My Question: > So, can I use an Intel motherboard with the 965 > chipset? If not, what is the latest chipset I can > use which will meet my needs? > > > === My needs are: > * long-term reliable (current system is 7 years old) > * 6+ SATA with RAID 1 (RAID 5 would be nice, but > not required -- old server is just RAID 1 with > a Highpoint 370 on an Abit BX133 mobo) > * Firewire for removable "snapshot" drives > * Preferably PCI-e/Express, since that seems to be > the near-future for later expansion > * Being able to use non-SATA CD/DVD drive for > installs and perhaps experimenting with BSD DVD > burning tools > * Unless I do the DVD burning stuff, CPU doesn't > matter to me (currently using Celeron 766MHz on > old server, with 256 MB RAM, and only noticed > when rebuilding a kernel) > * I don't care about audio, and just need basic > text-mode VGA, since this will sit in my basement. > > > === OS: > If it matters, I'll be moving from 4.2 to I guess > 6.2 with this (clean install). I've used pre-1.0 > FreeBSD/386BSD up through 4.10, but haven't messed > with 5.x or newer yet. Any major gotchas I should > be aware of? > > > Sorry for being long-winded. Just want to be clear > on what my concerns are, so I don't waste anyone's > time. :) > > Thanks! > -bkc > -- > Bruce Caruthers http://www.BruceCaruthers.com/ > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > "It's good to be good, EDUCATION is understanding the rules; > but it's better to be lucky" EXPERIENCE is understanding the exceptions. > -- The Trading Goddess -- Farmer's Almanac. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Hello Bruce, I'm no expert but when I asked similar questions about this board and a server board I found this information: http://www.reghardware.co.uk/2006/06/06/intel_launches_p965/ The 965 motherboard uses the ICH8 chipset FreeBSD ata(4) supports the ICH8 http://www.freebsd.org/cgi/man.cgi?query=ata&sektion=4&manpath=FreeBSD+6.2-RELEASE Intel Technical doc http://www.intel.com/design/motherbd/wh/wh_documentation.htm So it looks like the 965 motherboard should work under FreeBSD 6.2 Ivan From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 01:46:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FF1416A402 for ; Sat, 14 Jul 2007 01:46:20 +0000 (UTC) (envelope-from manjunathwarad@huawei.com) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [61.144.161.55]) by mx1.freebsd.org (Postfix) with ESMTP id A3F5E13C491 for ; Sat, 14 Jul 2007 01:46:19 +0000 (UTC) (envelope-from manjunathwarad@huawei.com) Received: from huawei.com (szxga03-in [172.24.2.9]) by szxga03-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0JL300HD5SL00U@szxga03-in.huawei.com> for freebsd-questions@freebsd.org; Fri, 13 Jul 2007 13:58:12 +0800 (CST) Received: from huawei.com ([172.24.1.18]) by szxga03-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0JL300DBOSL0OZ@szxga03-in.huawei.com> for freebsd-questions@freebsd.org; Fri, 13 Jul 2007 13:58:12 +0800 (CST) Received: from HTIPL1656 ([10.18.24.83]) by szxml03-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTPA id <0JL3003ULSKWEE@szxml03-in.huawei.com> for freebsd-questions@freebsd.org; Fri, 13 Jul 2007 13:58:12 +0800 (CST) Date: Fri, 13 Jul 2007 11:28:08 +0530 From: Manjunath Warad To: freebsd-questions@freebsd.org Message-id: <010c01c7c512$c9f68cd0$5318120a@china.huawei.com> Organization: huawei MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Mailer: Microsoft Office Outlook 11 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: AcfFEq8m1Nh9qov3T5mpujyfVIp4vgAAA9iw Subject: Using FreeBSD iconv on Linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: manjunathwarad@huawei.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 01:46:20 -0000 Hi, Can someone direct me as how to use FreeBSD iconv on linux? I know there exists a GNU iconv on linux; however, I am interested in using FreeBSD iconv. I would be grateful if someone let me know how to get the complete package [source code and makefiles] on windows machine and if possible let me know what are the changes involved to port the source code and makefiles to build in Linux. Thanks, Manju **************************************************************************** *********** This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient's) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it! From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 01:49:59 2007 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB69216A409 for ; Sat, 14 Jul 2007 01:49:59 +0000 (UTC) (envelope-from manjunathwarad@huawei.com) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [61.144.161.7]) by mx1.freebsd.org (Postfix) with ESMTP id 43F1413C4B5 for ; Sat, 14 Jul 2007 01:49:49 +0000 (UTC) (envelope-from manjunathwarad@huawei.com) Received: from huawei.com (szxga04-in [172.24.2.12]) by szxga04-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0JL300I4QSJS4H@szxga04-in.huawei.com> for questions@FreeBSD.org; Fri, 13 Jul 2007 13:57:28 +0800 (CST) Received: from huawei.com ([172.24.1.24]) by szxga04-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0JL300FR5SJSVT@szxga04-in.huawei.com> for questions@FreeBSD.org; Fri, 13 Jul 2007 13:57:28 +0800 (CST) Received: from HTIPL1656 ([10.18.24.83]) by szxml04-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTPA id <0JL30037PSJONE@szxml04-in.huawei.com> for questions@FreeBSD.org; Fri, 13 Jul 2007 13:57:28 +0800 (CST) Date: Fri, 13 Jul 2007 11:27:24 +0530 From: Manjunath Warad To: questions@FreeBSD.org Message-id: <010b01c7c512$afae7e00$5318120a@china.huawei.com> Organization: huawei MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Mailer: Microsoft Office Outlook 11 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: AcfFEq8m1Nh9qov3T5mpujyfVIp4vg== Cc: Subject: Using FreeBSD iconv on Linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: manjunathwarad@huawei.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 01:49:59 -0000 Hi, Can someone direct me as how to use FreeBSD iconv on linux? I know there exists a GNU iconv on linux; however, I am interested in using FreeBSD iconv. I would be grateful if someone let me know how to get the complete package [source code and makefiles] on windows machine and if possible let me know what are the changes involved to port the source code and makefiles to build in Linux. Thanks, Manju **************************************************************************** *********** This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient's) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it! From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 02:07:58 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E03BA16A402 for ; Sat, 14 Jul 2007 02:07:58 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id BBE0713C46B for ; Sat, 14 Jul 2007 02:07:58 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 12FFF7FA8 for ; Fri, 13 Jul 2007 22:07:56 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id EDC86B667C for ; Sat, 14 Jul 2007 02:07:55 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Sat, 14 Jul 2007 02:07:54 +0000 References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <200707140027.l6E0RsmP021982@eunet.yu> In-Reply-To: <200707140027.l6E0RsmP021982@eunet.yu> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707140207.54802.lists-fbsd@shadypond.com> Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 02:07:59 -0000 On Saturday 14 July 2007 00:27:40 Nikola Lecic wrote: > On Fri, 13 Jul 2007 08:33:04 +1000 > > "Paul Fraser" wrote: > > Actually that's not entirely true - the only "problem" is sound drops > > out of sync almost straight away, but otherwise it works just fine. > > Hm, this is very strange and certainly shouldn't be so. Could you please > share some more details? What wrapper do you use? Are there warning or > any other messages if you run the browser from terminal? I am not sure whether I have sound, but flashplayer only works for me in Firefox, not Konqueror. I will try YouTube and then post if I have sound. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 02:38:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85E8816A406 for ; Sat, 14 Jul 2007 02:38:20 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from sccrmhc15.comcast.net (sccrmhc15.comcast.net [63.240.77.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4BD6513C478 for ; Sat, 14 Jul 2007 02:38:20 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from mail.uniquestrength.net ([68.55.141.86]) by comcast.net (sccrmhc15) with ESMTP id <20070714023819015006ng5ue>; Sat, 14 Jul 2007 02:38:19 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.uniquestrength.net (Postfix) with ESMTP id D69725C60 for ; Fri, 13 Jul 2007 22:38:39 -0400 (EDT) X-Virus-Scanned: amavisd-new at uniquestrength.net Received: from mail.uniquestrength.net ([127.0.0.1]) by localhost (mail.uniquestrength.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6L1aHAhkmkHO for ; Fri, 13 Jul 2007 22:38:24 -0400 (EDT) Received: from [192.168.1.109] (unknown [10.10.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.uniquestrength.net (Postfix) with ESMTP id 4B00A5C2C for ; Fri, 13 Jul 2007 22:38:24 -0400 (EDT) From: Dantavious To: "freebsd-questions@FreeBSD. ORG" Date: Fri, 13 Jul 2007 22:38:06 -0400 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707132238.06772.derrick@uniquestrength.net> Subject: Kmail Problems after update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 02:38:20 -0000 Hi. It seems that after my update to kde 3.5.7, my kmail filters do not work. They only work if I select each message and apply the filter manually. If I try to do several at a time kmail crashes. Anyone else seeing this or know what I can do to fix this. Derrick From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 03:46:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 179E516A400 for ; Sat, 14 Jul 2007 03:46:07 +0000 (UTC) (envelope-from ajm91qw@sbcglobal.net) Received: from smtp113.sbc.mail.mud.yahoo.com (smtp113.sbc.mail.mud.yahoo.com [68.142.198.212]) by mx1.freebsd.org (Postfix) with SMTP id B826C13C4A3 for ; Sat, 14 Jul 2007 03:46:06 +0000 (UTC) (envelope-from ajm91qw@sbcglobal.net) Received: (qmail 29700 invoked from network); 14 Jul 2007 03:19:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:X-YMail-OSG:Date:From:To:Subject:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent; b=gsTQiKgGfaL9mVB0AA3agggp243vkswLz6wMhG00cJMy3EQCf0uVn2qI0CLa1gV/x5RcCZj7pHxzBuwPTe5+fMgCso9qduL37zIVN1U0mKNWG44hqT1dpy5jtMyZzlSVjXbgxx8giSxUU/qV5KnG1vRz+W4Kb+BwPEjyRTj00Os= ; Received: from unknown (HELO localhost) (ajm91qw@sbcglobal.net@71.149.163.5 with plain) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 14 Jul 2007 03:19:25 -0000 X-YMail-OSG: Ax2BMR8VM1nyPNOpbyL2Wqc4dsmN5BZBbFzKPTwj31m6vFh5f3VFy.X6ZcZubPEOTCLzY7dpBA-- Date: Fri, 13 Jul 2007 22:19:00 -0500 From: ajm To: freebsd-questions@freebsd.org Message-ID: <20070714031900.GA1023@powerfull.bsd> References: <004601c7c56f$9d08f480$6501a8c0@GRANT> <200707131305.12565.josh@tcbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200707131305.12565.josh@tcbug.org> User-Agent: Mutt/1.5.15 (2007-04-06) Subject: Re: Ports Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 03:46:07 -0000 On Fri, Jul 13, 2007 at 01:05:09PM -0500, Josh Paetzel wrote: > On Friday 13 July 2007, Grant Peel wrote: > > Hi all, > > > > My ports collection on some of the servers is wasting alot of > > space. > > > > What would be the best method to 'cleanout' the ports dir without > > adversly affecting the operation of the rest of the server? > > > > All of the servers are live production servers. > > > > -Grant > > There are a few possibilities. > > 1) cd to each installed ports dir and do a make clean > 2) do the same but a make distclean > 3) rm -rf /usr/ports/*/*/work > 4) rm -rf /usr/ports and recvsup the tree > > -- > Thanks, > > Josh Paetzel or you can put the following in a script # cleaning all work directories of install ports. plist=`pkg_version -voI |awk '{ print $1 }'` for porg in $plist ; do cd /usr/ports/${porg} && make clean done -- Alexander FreeBSD 6.0-RELEASE i386 From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 06:11:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E11B16A403 for ; Sat, 14 Jul 2007 06:11:14 +0000 (UTC) (envelope-from saltmiser@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 3B98E13C4A6 for ; Sat, 14 Jul 2007 06:11:14 +0000 (UTC) (envelope-from saltmiser@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1275824pye for ; Fri, 13 Jul 2007 23:11:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YGVgoFbsm6K6ROEUCNJ8qWqWIB81irm7KLL79E2JuwGPvZbexLqBLY/lPHdu8d2d05Y5kkyjZ3SMEdk49NXmH0JfM581yXsm0Gw9Uk8xscyyOiij46ciFtGovWQ5aSBN/xZ31QgFQH+kHhFePTLSK3oTID92YBbMxSU/H93b+1g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LmvbNT4nyCI/lerpnWmRWuJsQndnl0ASmHT8pRU1dqb7MD6dSFJTVegvSA3HVQIY1zAOR9dXF2pFPpXZKF0HTnFE0UQs++C9xiKdX+sMTY6HMSmOLKWKMMIzvjBsnkw1VwyyMLPEY5Ayn5F6RPApWYY70Y9LbfHGQ8iEx6MeKfs= Received: by 10.65.156.2 with SMTP id i2mr4108107qbo.1184393473366; Fri, 13 Jul 2007 23:11:13 -0700 (PDT) Received: by 10.65.239.1 with HTTP; Fri, 13 Jul 2007 23:11:13 -0700 (PDT) Message-ID: <37f72b1f0707132311l4016947v27db173af992ca78@mail.gmail.com> Date: Sat, 14 Jul 2007 02:11:13 -0400 From: "Jim Capozzoli" To: freebsd-questions@freebsd.org In-Reply-To: <20070712235727.GA95372@demeter.hydra> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707121901.l6CJ1wAo070081@catflap.bishopston.net> <20070712203547.18f8f934@gumby.homeunix.com.> <200707122019.02916.lists-fbsd@shadypond.com> <20070712222635.7bc880a9@gumby.homeunix.com.> <200707122218.l6CMIgFE031071@catflap.bishopston.net> <20070712235727.GA95372@demeter.hydra> Subject: Re: www/linux-flashplayer7 - now works with SOUND on youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 06:11:14 -0000 On 7/12/07, Chad Perrin wrote: > On Thu, Jul 12, 2007 at 11:18:42PM +0100, Jamie Jones wrote: > > > On Thu, 12 Jul 2007 20:19:02 +0000 > > > Pollywog wrote: > > > > > > > On Thursday 12 July 2007 19:35:47 RW wrote: > > > > > > > > > > > > > > I don't recall ever having a problem with sound on youtube with > > > > > Flash7 > > > > > - the problems were with Flash9 which relies on ALSA. > > > > Are you using it with the linux-binary ? > > > > I don't know anyone who has managed to get sound from youtube (other sites are ok) > > with linux-flashplugin7 under a native browser with the pluginwrapper before now! > > The Linux Flash plugin is working fine, including sound, on YouTube, with > my FreeBSD-native browser. I'm using the nspluginwrapper port for a > plugin wrapper (as opposed to the linuxpluginwrapper). > > > > > > > > Does that mean Flash9 is a no-go on FreeBSD? > > > > > > It means there's no sound with Flash9. > > > > The flashplugin9 port comes with lofi's compiled "libflashsupport" tuned to OSS, > > so that shouldn't be an issue. > > > > Indeed, I just tried flash9 again, and I do get sound (the other issues with flash9 > > are another story) > > Yeah . . . Flash 9 is quite broken for me. > > -- > CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] > Paul Graham: "Real ugliness is not harsh-looking syntax, but having to > build programs out of the wrong concepts." > _______________________________________________ > 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" > Indeed, nspluginwrapper works very fine for me with 6-stable packages. The youtube homepage seems to crash, but that's what google is for :) nspluginwrapper seems more simple to setup then linuxpluginwrapper, no configuration files. I've never gotten linuxpluginwrapper to work, either, so... -- Jim Capozzoli D6499626857801B6065013E3645A6B75 From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 06:17:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0689216A401 for ; Sat, 14 Jul 2007 06:17:55 +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 AC04813C4A6 for ; Sat, 14 Jul 2007 06:17:44 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.13.8) id l6E6Hdx9091039; Sat, 14 Jul 2007 01:17:39 -0500 (CDT) (envelope-from dan) Date: Sat, 14 Jul 2007 01:17:39 -0500 From: Dan Nelson To: Manjunath Warad Message-ID: <20070714061738.GE44766@dan.emsphone.com> References: <010c01c7c512$c9f68cd0$5318120a@china.huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <010c01c7c512$c9f68cd0$5318120a@china.huawei.com> X-OS: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: Using FreeBSD iconv on Linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 06:17:55 -0000 In the last episode (Jul 13), Manjunath Warad said: > Can someone direct me as how to use FreeBSD iconv on linux? I know > there exists a GNU iconv on linux; however, I am interested in using > FreeBSD iconv. > > I would be grateful if someone let me know how to get the complete > package [source code and makefiles] on windows machine and if > possible let me know what are the changes involved to port the source > code and makefiles to build in Linux. The sources are at ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/bland/ , but it really hasn't been updated since 2000. All the FreeBSD ports depend on GNU iconv. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 07:16:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCABB16A400 for ; Sat, 14 Jul 2007 07:16:12 +0000 (UTC) (envelope-from mail2005@broadpark.no) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC8B13C481 for ; Sat, 14 Jul 2007 07:16:12 +0000 (UTC) (envelope-from mail2005@broadpark.no) MIME-version: 1.0 Content-disposition: inline Content-type: text/plain; charset=utf-8 Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-0.15 (built Feb 9 2007)) with ESMTP id <0JL500JQSO1PFK60@bgo1smout1.broadpark.no> for freebsd-questions@freebsd.org; Sat, 14 Jul 2007 08:15:25 +0200 (CEST) Received: from ubuntu.local ([217.13.29.172]) by bgo1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-0.15 (built Feb 9 2007)) with ESMTP id <0JL500DOOO0SLO50@bgo1sminn1.broadpark.no> for freebsd-questions@freebsd.org; Sat, 14 Jul 2007 08:14:52 +0200 (CEST) From: Kjell To: freebsd-questions@freebsd.org Date: Sat, 14 Jul 2007 08:15:24 +0200 User-Agent: KMail/1.9.6 Content-transfer-encoding: quoted-printable Message-id: <200707140815.24654.mail2005@broadpark.no> Subject: Trailing / required in URL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: la3sg@broadpark.no List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 07:16:13 -0000 On my old R4.6 server I get a =E2=80=9CThe connection has timed out=E2=80= =9D error when I=20 enter http://192.168.1.1/test while http://192.168.1.1/test/ serves the=20 expected page. On my new R6.2 server http://192.168.1.1/test works as expected. Regards from Kjell From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 09:21:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B652F16A400 for ; Sat, 14 Jul 2007 09:21:10 +0000 (UTC) (envelope-from dino_vliet@yahoo.com) Received: from web51110.mail.re2.yahoo.com (web51110.mail.re2.yahoo.com [206.190.39.131]) by mx1.freebsd.org (Postfix) with SMTP id 6976013C4A7 for ; Sat, 14 Jul 2007 09:21:10 +0000 (UTC) (envelope-from dino_vliet@yahoo.com) Received: (qmail 50590 invoked by uid 60001); 14 Jul 2007 09:21:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=YBBsOLyDelsjSJIS/jzq+GTHAKrdzPU09MRoOcimKJWWPSwTGVBSROdGJrTWS3eXhdPkNeRnnzOJm9uPSpDyyK0MKTl9keAr2aYzPHJKp7Gxb1brnvx1u40xCpmm8onuSRuMc+BZmY/0STELl4izg5s6Us8W+4k84ibvk8mQnhA=; X-YMail-OSG: ie3XpVwVM1n22rjrrBj7QbUwAAX6NeGAVxk887Tig79uppUntiesQfBJvgPcJ52kIJnfBy_XMmPpmMKOXpNUWBXGFnmXS5ryAGhskBoZRZ5JnTTrrJ2k6EXjnynFKQ-- Received: from [195.241.94.180] by web51110.mail.re2.yahoo.com via HTTP; Sat, 14 Jul 2007 02:21:09 PDT Date: Sat, 14 Jul 2007 02:21:09 -0700 (PDT) From: Dino Vliet To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org MIME-Version: 1.0 Message-ID: <649370.47002.qm@web51110.mail.re2.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: max resolution with vesa driver on amd64 system running FreeBSD 6.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: Sat, 14 Jul 2007 09:21:10 -0000 Hi folks, I'm having problems with my monitor on freebsd. The vesa driver uses 1024X768 while the monitor is capable of doing 1680x1050. Observed here as well: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nv/+bug/5801 Using the nv driver is no option because it freezes my system and I have to turn the power down to start booting the system again. Am I in a problematic situation now because: 1) Vesa isn't capable of using higher resolutions? 2) I can use NV because the driver isn't ok on my amd64 system 3) Nvidia doesn't provide a FreeBSD version of their nvidia driver on AMD64 based systems? Brgds --------------------------------- Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 09:48:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A05916A404 for ; Sat, 14 Jul 2007 09:48:27 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id B294013C4A5 for ; Sat, 14 Jul 2007 09:48:26 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so790376uge for ; Sat, 14 Jul 2007 02:48:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=r6MM78O7O2F3bSSRqGtxI3vnblzBMKXOqI5a1pQolYOyUTb6CCFJ5h9u1X9pj+eB7GHBvWHSp4i4xH8jf3VZhcTJGLV2SH+j/dfHs+T7PXjb5SnYH/lPNWoq81+b1LoY4y6MitKY2DLYU1f6y/2DLxwR8PpPyRZooPihILm8s7o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=QX4/IAPVj79pCeINO0vpss+UOtQxFdiVYqe6rPNo+lrG0rdEE7WF5ZQsskyWTPzPMvPmEIJCSknjVqrpVu4NyJtoTlYZNXNx49cfoVg55HJrEHdmPJnYZKRGn2pjEcj04CI6yZ21b5+MYImxYCmIe+KptqtZMC1MDCFSt3H7D1w= Received: by 10.86.72.15 with SMTP id u15mr1964730fga.1184406505412; Sat, 14 Jul 2007 02:48:25 -0700 (PDT) Received: from komp1.skl ( [84.40.169.29]) by mx.google.com with ESMTP id w7sm72876969mue.2007.07.14.02.48.22 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 14 Jul 2007 02:48:24 -0700 (PDT) From: Zbigniew Komarnicki To: freebsd-questions@freebsd.org Date: Sat, 14 Jul 2007 11:51:54 +0200 User-Agent: KMail/1.9.5 References: <200707132238.06772.derrick@uniquestrength.net> In-Reply-To: <200707132238.06772.derrick@uniquestrength.net> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707141151.54277.cblasius@gmail.com> Subject: Re: Kmail Problems after update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 09:48:27 -0000 Dnia sobota, 14 lipca 2007 04:38, Dantavious napisa=B3: > Hi. > It seems that after my update to kde 3.5.7, my kmail filters do not work. > They only work if I select each message and apply the filter manually. If= I > try to do several at a time kmail crashes. Anyone else seeing this or know > what I can do to fix this. > Derrick Hi Derrick, I have also this same problem. Zbyszek From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 10:01:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EEC7116A400 for ; Sat, 14 Jul 2007 10:01:56 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from ptb-relay02.plus.net (ptb-relay02.plus.net [212.159.14.213]) by mx1.freebsd.org (Postfix) with ESMTP id 92B8D13C4A3 for ; Sat, 14 Jul 2007 10:01:56 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from [81.174.174.115] (helo=localhost.cpcnw.co.uk) by ptb-relay02.plus.net with esmtp (Exim) id 1I9eRm-0005mf-NT for freebsd-questions@freebsd.org; Sat, 14 Jul 2007 11:01:54 +0100 Date: Sat, 14 Jul 2007 11:01:42 +0100 To: freebsd-questions@freebsd.org From: "Graham Bentley" Organization: Custom PC North West Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.21 (FreeBSD) Subject: Obmenu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 10:01:57 -0000 Hi All, I was wondering if anyone can shed any light on this, I have come accross it before but cant remember how to resolve ? I think there are some Perl modules to install and vaguely recall something to do with cpan but thats about it. I downloaded the latest obmenu [a graphical menu editor for OpenBox] and foloowed the instructions - results below ; $ su root Password: 3bsd# python setup.py install running install running build running build_py creating build creating build/lib copying obxml.py -> build/lib running build_scripts creating build/scripts-2.4 copying and adjusting obmenu -> build/scripts-2.4 copying and adjusting pipes/obm-xdg -> build/scripts-2.4 copying and adjusting pipes/obm-dir -> build/scripts-2.4 copying and adjusting pipes/obm-moz -> build/scripts-2.4 copying and adjusting pipes/obm-nav -> build/scripts-2.4 changing mode of build/scripts-2.4/obmenu from 644 to 755 changing mode of build/scripts-2.4/obm-xdg from 644 to 755 changing mode of build/scripts-2.4/obm-dir from 644 to 755 changing mode of build/scripts-2.4/obm-moz from 644 to 755 copying build/lib/obxml.py -> /usr/local/lib/python2.4/site-packages byte-compiling /usr/local/lib/python2.4/site-packages/obxml.py to obxml.pyc running install_scripts copying build/scripts-2.4/obmenu -> /usr/local/bin copying build/scripts-2.4/obm-xdg -> /usr/local/bin copying build/scripts-2.4/obm-dir -> /usr/local/bin copying build/scripts-2.4/obm-moz -> /usr/local/bin copying build/scripts-2.4/obm-nav -> /usr/local/bin changing mode of /usr/local/bin/obmenu to 755 changing mode of /usr/local/bin/obm-xdg to 755 changing mode of /usr/local/bin/obm-dir to 755 changing mode of /usr/local/bin/obm-moz to 755 changing mode of /usr/local/bin/obm-nav to 755 running install_data creating /usr/local/share/obmenu copying obmenu.glade -> /usr/local/share/obmenu copying icons/mnu16.png -> /usr/local/share/obmenu copying icons/mnu48.png -> /usr/local/share/obmenu 3bsd# exit exit $ obmenu Traceback (most recent call last): File "/usr/local/bin/obmenu", line 21, in ? import obxml, gtk, gtk.glade, gobject, random, time, os, sys ImportError: No module named gtk ---- If anyone could help with this it would be greatly appreciated. Thanks! From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 10:18:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 704C816A400 for ; Sat, 14 Jul 2007 10:18:31 +0000 (UTC) (envelope-from bazy@goofy.celuloza.ro) Received: from goofy.celuloza.ro (goofy.celuloza.ro [89.137.178.124]) by mx1.freebsd.org (Postfix) with ESMTP id 2C23A13C46B for ; Sat, 14 Jul 2007 10:18:30 +0000 (UTC) (envelope-from bazy@goofy.celuloza.ro) Received: from [192.168.0.3] (unknown [192.168.0.3]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by goofy.celuloza.ro (Postfix) with ESMTP id 683CF61C114 for ; Sat, 14 Jul 2007 13:03:26 +0300 (EEST) Message-ID: <46989F6C.9030802@goofy.celuloza.ro> Date: Sat, 14 Jul 2007 13:03:24 +0300 From: Bazy User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: mod_security2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 10:18:31 -0000 Hi guys, Do any of you use mod_security2? An article just came up on HowToForge about it, and I'm skeptic about installing it on my FreeBSD box. Is mod_security2 ok? Will it load the CPU? Will it make apache22 slow? http://www.howtoforge.com/apache2_mod_security_debian_etch "ModSecurity is an Apache module that provides intrusion detection and prevention for web applications. It aims at shielding web applications from known and unknown attacks, such as SQL injection attacks, cross-site scripting, path traversal attacks, etc." From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 10:30:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D2B116A404 for ; Sat, 14 Jul 2007 10:30:16 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from galaxy.systems.pipex.net (galaxy.systems.pipex.net [62.241.162.31]) by mx1.freebsd.org (Postfix) with ESMTP id 6749D13C4C6 for ; Sat, 14 Jul 2007 10:30:16 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.23.2] (62-31-10-181.cable.ubr05.edin.blueyonder.co.uk [62.31.10.181]) by galaxy.systems.pipex.net (Postfix) with ESMTP id AD311E00015C; Sat, 14 Jul 2007 11:30:11 +0100 (BST) Message-ID: <4698A5AF.5090604@dial.pipex.com> Date: Sat, 14 Jul 2007 11:30:07 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: tundra@tundraware.com References: <468972C5.9090902@tundraware.com> <200707021722.05724.josh@tcbug.org> <4697A498.5000501@tundraware.com> <4697AE4C.8070909@dial.pipex.com> <4697DC7E.7000809@tundraware.com> In-Reply-To: <4697DC7E.7000809@tundraware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Finally Converting From Bind 8 -> Bind 9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 10:30:16 -0000 Tim Daneliuk wrote: > Alex Zbyslaw wrote: > >> Tim Daneliuk wrote: >> >>> 2) Better still is there some sort of "include" mechanism where I could >>> keep a flat file of public host information for use by db.external, >>> but include it into db.internal. >> >> >> I don't think there is, but let someone who uses bind more than I do >> give a definitive on that :-) >> >> What you *can* do, irrespective of bind version, is to have two files >> which you pre-process with m4, and have a third file which m4 >> includes on both the others. >> >> So you start with: >> >> internal.M4 which includes "shared" >> external.M4 which also includes "shared" >> shared which gets included in the other two. >> >> Then m4 internal.M4 > internal and m4 external.M4 -> external. >> >> Bind then loads internal and external. > > > A reasonable and very Unix-ish solution, certainly. Though, I think > the subsequent post on this thread regarding $INCLUDE is probably more > elegant ;) > Certainly, since bind supports it (it's even in my Bind 8 book, though I never noticed it before). Of course, you can do a heck of a lot more with m4, and it's not limited to bind, but in this case I would say that simplicity wins hands down ;-) --Alex From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 11:11:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F3EF16A401 for ; Sat, 14 Jul 2007 11:11:38 +0000 (UTC) (envelope-from oregnier@oregnier.net) Received: from 42.mail-out.ovh.net (42.mail-out.ovh.net [213.251.189.42]) by mx1.freebsd.org (Postfix) with SMTP id BFB3813C441 for ; Sat, 14 Jul 2007 11:11:37 +0000 (UTC) (envelope-from oregnier@oregnier.net) Received: (qmail 11137 invoked by uid 503); 14 Jul 2007 11:11:51 -0000 Received: from b6.ovh.net (HELO mail196.ha.ovh.net) (213.186.33.56) by 42.mail-out.ovh.net with SMTP; 14 Jul 2007 11:11:51 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 14 Jul 2007 11:11:39 -0000 Received: from mac76-2-82-241-6-173.fbx.proxad.net (HELO ?127.0.0.1?) (postmaster@oregnier.net@82.241.6.173) by ns0.ovh.net with SMTP; 14 Jul 2007 11:11:37 -0000 Message-ID: <4698AF68.7080700@oregnier.net> Date: Sat, 14 Jul 2007 13:11:36 +0200 From: Olivier Regnier User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Graham Bentley References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Ovh-Remote: 82.241.6.173 (mac76-2-82-241-6-173.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Cc: freebsd-questions@freebsd.org Subject: Re: Obmenu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 11:11:38 -0000 Graham Bentley a Иcrit : > Hi All, > > I was wondering if anyone can shed any light on this, I have come accross > it before but cant remember how to resolve ? > > I think there are some Perl modules to install and vaguely recall > something > to do with cpan but thats about it. > > I downloaded the latest obmenu [a graphical menu editor for OpenBox] and > foloowed the instructions - results below ; > > $ su root > Password: > 3bsd# python setup.py install > running install > running build > running build_py > creating build > creating build/lib > copying obxml.py -> build/lib > running build_scripts > creating build/scripts-2.4 > copying and adjusting obmenu -> build/scripts-2.4 > copying and adjusting pipes/obm-xdg -> build/scripts-2.4 > copying and adjusting pipes/obm-dir -> build/scripts-2.4 > copying and adjusting pipes/obm-moz -> build/scripts-2.4 > copying and adjusting pipes/obm-nav -> build/scripts-2.4 > changing mode of build/scripts-2.4/obmenu from 644 to 755 > changing mode of build/scripts-2.4/obm-xdg from 644 to 755 > changing mode of build/scripts-2.4/obm-dir from 644 to 755 > changing mode of build/scripts-2.4/obm-moz from 644 to 755 > copying build/lib/obxml.py -> /usr/local/lib/python2.4/site-packages > byte-compiling /usr/local/lib/python2.4/site-packages/obxml.py to > obxml.pyc > running install_scripts > copying build/scripts-2.4/obmenu -> /usr/local/bin > copying build/scripts-2.4/obm-xdg -> /usr/local/bin > copying build/scripts-2.4/obm-dir -> /usr/local/bin > copying build/scripts-2.4/obm-moz -> /usr/local/bin > copying build/scripts-2.4/obm-nav -> /usr/local/bin > changing mode of /usr/local/bin/obmenu to 755 > changing mode of /usr/local/bin/obm-xdg to 755 > changing mode of /usr/local/bin/obm-dir to 755 > changing mode of /usr/local/bin/obm-moz to 755 > changing mode of /usr/local/bin/obm-nav to 755 > running install_data > creating /usr/local/share/obmenu > copying obmenu.glade -> /usr/local/share/obmenu > copying icons/mnu16.png -> /usr/local/share/obmenu > copying icons/mnu48.png -> /usr/local/share/obmenu > 3bsd# exit > exit > $ obmenu > Traceback (most recent call last): > File "/usr/local/bin/obmenu", line 21, in ? > import obxml, gtk, gtk.glade, gobject, random, time, os, sys > ImportError: No module named gtk > > ---- > > If anyone could help with this it would be greatly appreciated. > > Thanks! > > > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Hello Graham, --- File "/usr/local/bin/obmenu", line 21, in ? import obxml, gtk, gtk.glade, gobject, random, time, os, sys ImportError: No module named gtk --- You must first install py-gtk2 => http://www.freshports.org/x11-toolkits/py-gtk2/ To install the port: |make -C /usr/ports/x11-toolkits/py-gtk2/ install clean| After run obmenu. Bye bye. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 12:56:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF88016A402 for ; Sat, 14 Jul 2007 12:56:54 +0000 (UTC) (envelope-from wa4geg@surfbest.net) Received: from mail008.cisp.com (mail008.cisp.com [65.196.203.208]) by mx1.freebsd.org (Postfix) with ESMTP id A07F813C48D for ; Sat, 14 Jul 2007 12:56:54 +0000 (UTC) (envelope-from wa4geg@surfbest.net) Received: from dialup-4.154.55.146.dial1.atlanta1.level3.net (unverified [4.154.55.146]) by mail008.cisp.com (Rockliffe SMTPRA 7.0.6) with ESMTP id for ; Sat, 14 Jul 2007 12:56:53 +0000 From: Byron Campbell Organization: Electronic Equipment Service To: freebsd-questions@freebsd.org Date: Sat, 14 Jul 2007 08:59:22 -0400 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707140859.22938.wa4geg@surfbest.net> Subject: X fails after upgrade to xorg-7.2; FreeBSD AMD64 w/ Radeon 9600 Pro[SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 12:56:54 -0000 This is weird, but the fix for my system (thanks Albert) is=20 to force the AGP to PCI bus by setting the appropriate (or=20 maybe inappropriate:-) option in the Device section of my=20 xorg.conf, i.e: Section "Device" =A0=A0=A0=A0=A0=A0=A0=A0Option =A0 =A0 =A0 =A0 =A0 "BusType" "PCI" =A0 =A0 =A0 =A0 Identifier =A0 =A0 =A0 =A0 "Card0" =A0=A0=A0=A0=A0=A0=A0=A0Driver =A0 =A0 =A0 =A0 =A0 =A0 "radeon" =A0=A0=A0=A0=A0=A0=A0=A0VendorName =A0"ATI Technologies Inc" =A0=A0=A0=A0=A0=A0=A0=A0BoardName =A0 =A0"RV350 AP [Radeon 9600]" =A0=A0=A0=A0=A0=A0=A0=A0BusID =A0 =A0 =A0 =A0 =A0 =A0 "PCI:1:0:0" EndSection Haven't tried to play video clips yet, but dragging an=20 xterm around the on desktop (xfce4) is very smooth now. Byron - WA4GEG From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 13:00:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8247B16A403 for ; Sat, 14 Jul 2007 13:00:49 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 33A1113C491 for ; Sat, 14 Jul 2007 13:00:49 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 26556 invoked from network); 14 Jul 2007 08:00:48 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 14 Jul 2007 08:00:48 -0500 Date: Sat, 14 Jul 2007 23:00:44 +1000 From: Norberto Meijome To: Pat Singer Message-ID: <20070714230044.257020eb@localhost> In-Reply-To: <811424.81621.qm@web45015.mail.sp1.yahoo.com> References: <469644F1.9090507@ibctech.ca> <811424.81621.qm@web45015.mail.sp1.yahoo.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Steve Bertrand , freebsd-questions@freebsd.org Subject: Re: Transfering a File From One Server To Another X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 13:00:49 -0000 On Fri, 13 Jul 2007 09:41:21 -0700 (PDT) Pat Singer wrote: > however nc didn't work because it doesn't accomodate authentication Hi Pat, I'm curious...what does authentication (and nc not supporting it) have to do with the situation you explained? I mean...u log in before hand to each machine, then transfer the data between each socket handled by each nc instance... thanks :) B _________________________ {Beto|Norberto|Numard} Meijome "All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use hammer." IBM maintenance manual, 1975 I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 13:05:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9187316A401 for ; Sat, 14 Jul 2007 13:05:55 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 4517613C467 for ; Sat, 14 Jul 2007 13:05:55 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 26905 invoked from network); 14 Jul 2007 08:05:55 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 14 Jul 2007 08:05:54 -0500 Date: Sat, 14 Jul 2007 23:05:51 +1000 From: Norberto Meijome To: Bazy Message-ID: <20070714230551.5f62e80c@localhost> In-Reply-To: <46989F6C.9030802@goofy.celuloza.ro> References: <46989F6C.9030802@goofy.celuloza.ro> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mod_security2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 13:05:55 -0000 On Sat, 14 Jul 2007 13:03:24 +0300 Bazy wrote: > An article just came up on HowToForge about it, and I'm skeptic about installing it on my FreeBSD box. > Is mod_security2 ok? I dont know, sorry > Will it load the CPU? more than not running it? definitely. Too much that is unacceptable for your needs? i dont think we can tell, give it a try in a test server and see how it affects your loads. > Will it make apache22 slow? along the same lines :) executing code that is not directly related to serving your pages will mean your server will have less time for processing the web requests... is this acceptable, given the benefits you may get? i dont know :) > > http://www.howtoforge.com/apache2_mod_security_debian_etch "ModSecurity is an Apache module that provides intrusion detection and prevention for web applications. It aims at shielding web applications from known and unknown attacks, such as SQL injection attacks, cross-site scripting, path traversal attacks, etc." it sounds like a pretty useful module...may be doing some heavy lifting though.. let us know what you find out :) _________________________ {Beto|Norberto|Numard} Meijome Life is not measured by the number of breaths we take, but by the moments that take our breath away. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 13:59:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B815116A400 for ; Sat, 14 Jul 2007 13:59:56 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 2B50913C428 for ; Sat, 14 Jul 2007 13:59:55 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-150060.home.otenet.gr [85.75.129.202]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6EDxpFu015115; Sat, 14 Jul 2007 16:59:53 +0300 Message-ID: <4698D6D7.2000603@otenet.gr> Date: Sat, 14 Jul 2007 16:59:51 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: Bazy References: <46989F6C.9030802@goofy.celuloza.ro> In-Reply-To: <46989F6C.9030802@goofy.celuloza.ro> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mod_security2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 13:59:56 -0000 Bazy wrote: > Hi guys, > > Do any of you use mod_security2? > > An article just came up on HowToForge about it, and I'm skeptic about installing it on my FreeBSD box. > Is mod_security2 ok? Will it load the CPU? Will it make apache22 slow? > > http://www.howtoforge.com/apache2_mod_security_debian_etch "ModSecurity is an Apache module that provides intrusion detection and prevention for web applications. It aims at shielding web applications from known and unknown attacks, such as SQL injection attacks, cross-site scripting, path traversal attacks, etc." > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > I used to have mod_security (the original one, not 2) on my debian server. It works great, the increase in security outweighs the few more resources the server needs. Will it slow you down? That depends on your hardware and the amount of traffic you are receiving. Mine was (is) a small web server and there was no noticeable performance penalty from mod_security. And it does all that is promised in the article you found. In fact I was tempted to move to mod_security2 when I upgraded my apache server, but mod_security2 has different directives / rules and could not find a good tutorial at the time to convert my original rules. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 14:06:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA78516A403 for ; Sat, 14 Jul 2007 14:06:36 +0000 (UTC) (envelope-from fbsd-questions@mawer.org) Received: from webmail.icp-qv1-irony2.iinet.net.au (webmail.icp-qv1-irony2.iinet.net.au [203.59.1.107]) by mx1.freebsd.org (Postfix) with ESMTP id 5D3D113C48D for ; Sat, 14 Jul 2007 14:06:36 +0000 (UTC) (envelope-from fbsd-questions@mawer.org) Received: from 203-206-173-235.perm.iinet.net.au (HELO [10.24.1.1]) ([203.206.173.235]) by outbound.icp-qv1-irony-out2.iinet.net.au with ESMTP; 14 Jul 2007 21:36:45 +0800 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAABxumEbLzq3r/2dsb2JhbAAN X-IronPort-AV: i="4.16,538,1175443200"; d="scan'208"; a="156732107:sNHT7850532" Message-ID: <4698D140.9010301@mawer.org> Date: Sat, 14 Jul 2007 23:36:00 +1000 From: Antony Mawer User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Bruce Caruthers References: <20070713150725.A52319@dreamfire.com> In-Reply-To: <20070713150725.A52319@dreamfire.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Intel G965 chipset? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 14:06:36 -0000 On 14/07/2007 8:07 AM, Bruce Caruthers wrote: ... > === My Question: > So, can I use an Intel motherboard with the 965 > chipset? If not, what is the latest chipset I can > use which will meet my needs? We use the 965 based boards for many of our servers and they work fine - the only gotchas I have come across has been the onboard IDE controller is a Marvell ATA controller, and not supported by the drivers in 6.2-RELEASE. I made a back-port of the -CURRENT driver to 6.2 some months ago and have not had any problems (although the CD-ROM connected to said IDE channel is only used for the installation process!). I would imagine that the driver is likely present in 6-STABLE and the upcoming 6.3 release later this year. --Antony From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 14:35:58 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E31716A404 for ; Sat, 14 Jul 2007 14:35:58 +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 3755F13C48E for ; Sat, 14 Jul 2007 14:35:56 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id AAA17419; Sun, 15 Jul 2007 00:35:48 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 15 Jul 2007 00:35:47 +1000 (EST) From: Ian Smith To: h p In-Reply-To: <20070713225406.0FAB416A4CC@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Josh Paetzel , freebsd-questions@freebsd.org Subject: Re: Installing in a logical partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 14:35:58 -0000 On Fri, 13 Jul 2007 19:44:57 +0200 h p wrote: > I try to install FreBSD 6.2 as third OS on my laptop (after Windows XP > and Gentoo Linux). > > I only have a logical partition left for it. sysinstall only shows > four slices on my hard drive, ad4s1 - ad4s4. ad4s4 is correctly > recognized as a DOS extended partition, but the logical partitions > inside it are not displayed - so I can't select the slice I have set > aside for FreeBSD. > > Is this possible? I don't find that limitation in the handbook, and it > seems utterly anachronistic to me. What can I do to get around this? Josh is right; you can't install to or boot from a 'logical partition', it needs to be one of the 4 primary slices. That said, FreeBSD can access each 'logical drive' in the 'extended partition' (FAT16/32, NTFS and HPFS (r/o), probably ext2fs, and of course UFS), here as ad4s5, ad4s6 .. Are all three of ad4s1 to ad4s3 now in use for XP and Gentoo? Do you have other 'logical drives' already in ad4s4 that can't go elsewhere? Could you maybe install Gentoo in the 'extended partition', freeing up its primary slice for FreeBSD? Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 14:41:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9007F16A404 for ; Sat, 14 Jul 2007 14:41:00 +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 42B3913C49D for ; Sat, 14 Jul 2007 14:40:50 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.13.8) id l6EEei4P078842; Sat, 14 Jul 2007 09:40:44 -0500 (CDT) (envelope-from dan) Date: Sat, 14 Jul 2007 09:40:44 -0500 From: Dan Nelson To: Manjunath Warad Message-ID: <20070714144043.GG44766@dan.emsphone.com> References: <20070714061738.GE44766@dan.emsphone.com> <002f01c7c5eb$d8785660$5318120a@china.huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002f01c7c5eb$d8785660$5318120a@china.huawei.com> X-OS: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: Using FreeBSD iconv on Linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 14:41:00 -0000 In the last episode (Jul 14), Manjunath Warad said: > From: Dan Nelson [mailto:dnelson@allantgroup.com] > >In the last episode (Jul 13), Manjunath Warad said: > >> Can someone direct me as how to use FreeBSD iconv on linux? I know > >> there exists a GNU iconv on linux; however, I am interested in using > >> FreeBSD iconv. > >> > >> I would be grateful if someone let me know how to get the complete > >> package [source code and makefiles] on windows machine and if > >> possible let me know what are the changes involved to port the > >> source code and makefiles to build in Linux. > > > >The sources are at > >ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/bland/ , but > >it really hasn't been updated since 2000. All the FreeBSD ports > >depend on GNU iconv. > > Thanks for your reply Dan, You mean, FreeBSD iconv is using GNU iconv > library internally? I was interested in the iconv source code. Please > let me know whether FreeBSD has its own source code for iconv. There is no iconv at all in the base system. Any port that requires iconv sets the USE_ICONV Makefile variable, which will add the converters/libiconv (GNU iconv) port as a dependency. The link I gave above is for a BSD-licensed version of iconv, but it never got into the base system, just the ports tree. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 15:01:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A536216A406 for ; Sat, 14 Jul 2007 15:01:10 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.freebsd.org (Postfix) with ESMTP id 846FA13C4A7 for ; Sat, 14 Jul 2007 15:01:10 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 14095 invoked from network); 14 Jul 2007 15:01:10 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Jul 2007 15:01:10 -0000 Received: from Lowell-Desk.lan (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 89EE02842D; Sat, 14 Jul 2007 11:01:06 -0400 (EDT) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id B65681CC72; Sat, 14 Jul 2007 11:01:04 -0400 (EDT) To: Michael Gass References: <20070713151038.GA24734@unix.csbsju.edu> From: Lowell Gilbert Date: Sat, 14 Jul 2007 11:01:04 -0400 In-Reply-To: <20070713151038.GA24734@unix.csbsju.edu> (Michael Gass's message of "Fri\, 13 Jul 2007 10\:10\:38 -0500") Message-ID: <44644n9gi7.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Garbled text in xterm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 15:01:10 -0000 Hmm. I've never heard of any symptoms quite like this. A few stabs in the dark: What happened if you used no xorg.conf at all? Did you get the same xterm problem? Do you have a locale set? From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 15:14:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0073216A407 for ; Sat, 14 Jul 2007 15:14:31 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.freebsd.org (Postfix) with ESMTP id CD99C13C4A7 for ; Sat, 14 Jul 2007 15:14:31 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 1009 invoked from network); 14 Jul 2007 15:14:31 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Jul 2007 15:14:31 -0000 Received: from Lowell-Desk.lan (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id B2F252842D; Sat, 14 Jul 2007 11:14:28 -0400 (EDT) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id 283C81CC4B; Sat, 14 Jul 2007 11:14:28 -0400 (EDT) To: Jose Luis Alarcon Sanchez References: <20070713235135.3518e041.jlalarcon@gawab.com> From: Lowell Gilbert Date: Sat, 14 Jul 2007 11:14:28 -0400 In-Reply-To: <20070713235135.3518e041.jlalarcon@gawab.com> (Jose Luis Alarcon Sanchez's message of "Fri\, 13 Jul 2007 23\:51\:35 +0200") Message-ID: <441wfb9fvv.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Attansic L1 Gigabit Ethernet Adapter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 15:14:32 -0000 Jose Luis Alarcon Sanchez writes: > My PC box have this Ethernet adapter (Linux kernel description): > > Ethernet controller: Attansic Technology Corp. L1 Gigabit Ethernet Adapter (rev b0) Attansic is now part of Atheros, but I can't find enough information on that card to try matching it to a driver. If you have the hardware available, you might try booting from a CD and see if it is recognized. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 15:47:35 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C968216A401 for ; Sat, 14 Jul 2007 15:47:35 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) Received: from spamfirewall.msdsky.com (spamfirewall.msdsky.com [64.18.66.8]) by mx1.freebsd.org (Postfix) with ESMTP id 88B0213C46B for ; Sat, 14 Jul 2007 15:47:35 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) X-ASG-Debug-ID: 1184427263-667b002b0000-jLrpzn X-Barracuda-URL: http://spamfirewall.msdsky.com:80/cgi-bin/mark.cgi X-Barracuda-Connect: unknown[64.18.67.9] X-Barracuda-Start-Time: 1184427263 Received: from mail02.msdihosting.net (unknown [64.18.67.9]) by spamfirewall.msdsky.com (Spam Firewall) with ESMTP id A299522E48 for ; Sat, 14 Jul 2007 11:34:23 -0400 (EDT) Received: from dell390 ([70.81.60.158]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with ASMTP id QRI44553 for ; Sat, 14 Jul 2007 11:34:25 -0400 From: "Ian Lord" To: X-ASG-Orig-Subj: Data corruption with Ide Raid Card Date: Sat, 14 Jul 2007 11:33:54 -0400 Message-ID: <01c201c7c62c$62e51730$6400a8c0@msdi.local> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcfGLGK8XtOkd6XHSO+wtBU1C15fZg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at msdsky.com Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Data corruption with Ide Raid Card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 15:47:35 -0000 Hi, On our dev environnement, we have a clone server with a Promise FastTrak Tx2000 Pata Raid Card When we installed freebsd, it got detected and I didn't do anything special during the installation. Yesterday, a hard drive failed. Freebsd crashed with write errors on screen. I rebooted and removed the hard drive marked as dead in the raid controller. Freebsd booted up no problem, but I lost a couple of tables in some databases in mysql. Is there anything I forgot/did wrong to get into this problem ? or is it just that these controllers are so crappy that explain the corruption ? I more used to scsi hardware raid controllers in freebsd and never had a data corruption problem before even when disk died or because we hot-removed them. Any idea ? From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 17:36:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95D4E16A400 for ; Sat, 14 Jul 2007 17:36:40 +0000 (UTC) (envelope-from teklimbu@wlink.com.np) Received: from smtp5.wlink.com.np (smtp5.wlink.com.np [202.79.32.52]) by mx1.freebsd.org (Postfix) with SMTP id A671E13C481 for ; Sat, 14 Jul 2007 17:36:38 +0000 (UTC) (envelope-from teklimbu@wlink.com.np) Received: (qmail 381 invoked from network); 14 Jul 2007 17:36:34 -0000 Received: from unknown (HELO smtp2.wlink.com.np) (202.79.32.49) by 0 with SMTP; 14 Jul 2007 17:36:34 -0000 Received: (qmail 98436 invoked by uid 98); 14 Jul 2007 17:36:35 -0000 Received: from 202.79.38.83 by smtp2.wlink.com.np (envelope-from , uid 1010) with qmail-scanner-1.25 (clamdscan: 0.90.3/3492. Clear:RC:1(202.79.38.83):. Processed in 0.046134 secs); 14 Jul 2007 17:36:35 -0000 X-Qmail-Scanner-Mail-From: teklimbu@wlink.com.np via smtp2.wlink.com.np X-Qmail-Scanner: 1.25 (Clear:RC:1(202.79.38.83):. Processed in 0.046134 secs) Received: from 83-38.wlink.com.np (HELO [202.79.38.83]) by smtp2.wlink.com.np (qmail-smtpd) with SMTP; 14 Jul 2007 17:36:34 -0000 (Sat, 14 Jul 2007 23:21:34 +0545) Message-ID: <46990985.8020002@wlink.com.np> Date: Sat, 14 Jul 2007 23:21:05 +0545 From: Tek Bahadur Limbu User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Nikola Lecic References: <4697C8DA.60705@wlink.com.np> <200707132345.l6DNjRb2023407@eunet.yu> In-Reply-To: <200707132345.l6DNjRb2023407@eunet.yu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Check-By: smtp2.wlink.com.np Spam: No ; 0.3 / 7.0 X-Spam-Status-WL: No, hits=0.3 required=7.0 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD-6.1 bootup hangs after power failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 17:36:40 -0000 Nikola Lecic wrote: > On Sat, 14 Jul 2007 00:32:54 +0545 > Tek Bahadur Limbu wrote: > >> Hi All, >> >> Due to a power outage, my FreeBSD-6.1 (i386) machine got rebooted. >> However, upon reboot right after the initial startup menu, it simply >> hangs. >> >> I tried rebooting the machine several times but in vain. >> >> My Bios detects my hard drive. Also since I get the initial startup >> menu, something must be wrong or corrupted in the Boot loader. >> >> Can somebody point me or give me any hints about fixing this problem. >> I have really some information in my hard drive which I want to keep >> or restore. > > Hello Tek, > > The first thing I'd do is to download FreeSBIE (if you already don't > have it), boot from it and do some initial inspection of the main drive. > > Then you will probably collect some more data about status of file > systems etc. that will allow people from this list to share with you > much more useful advices than it's possible at the moment. Hi Nikola, Thank you for your tips. I will download the FreeSBIE live CD tomorrow and follow it up with your suggestions. One thing I find FreeBSD very fussy and sensitive in comparison to Linux OSes is that whenever there is an power outage, something wrong is bound to happen. Maybe, it was made to happen this way but living in here over the other side of the world, we do have to face power outages despite our best efforts. Thanking you... > > Nikola Leд█iд┤ > > > -- With best regards and good wishes, Yours sincerely, Tek Bahadur Limbu (TAG/TDG Group) Jwl Systems Department Worldlink Communications Pvt. Ltd. Jawalakhel, Nepal http://www.wlink.com.np From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 18:27:23 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DD5A16A401 for ; Sat, 14 Jul 2007 18:27:23 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2A23213C4BC for ; Sat, 14 Jul 2007 18:27:23 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id DE6F07FA1 for ; Sat, 14 Jul 2007 14:27:20 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id AE9EBB667C for ; Sat, 14 Jul 2007 18:27:18 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Sat, 14 Jul 2007 18:27:17 +0000 References: <4697C8DA.60705@wlink.com.np> <200707132345.l6DNjRb2023407@eunet.yu> <46990985.8020002@wlink.com.np> In-Reply-To: <46990985.8020002@wlink.com.np> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707141827.17312.lists-fbsd@shadypond.com> Subject: Re: FreeBSD-6.1 bootup hangs after power failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 18:27:23 -0000 On Saturday 14 July 2007 17:36:05 Tek Bahadur Limbu wrote: > > Thank you for your tips. I will download the FreeSBIE live CD tomorrow > and follow it up with your suggestions. > > One thing I find FreeBSD very fussy and sensitive in comparison to Linux > OSes is that whenever there is an power outage, something wrong is bound > to happen. Maybe, it was made to happen this way but living in here over > the other side of the world, we do have to face power outages despite > our best efforts. Before I installed FreeBSD, I had been using PC-BSD on the same laptop on which I now have FreeBSD. I had only been running PC-BSD on the laptop for a little over a week, when it crashed. I rebooted the machine and I had an unbootable system. It would start to boot and then lockup as soon as KDE appeared, so I think the problem wasn't PC-BSD but KDE. I then installed FreeBSD. If this happens again, I will try installing gdm or xdm to see if that fixes the problem. Because of your experience as described in this thread, I think I will put off installing FreeBSD on my desktop machines until I have an uninterruptible power supply (UPS) installed. I don't know if there are certain models of UPS's that will work with FreeBSD better than others. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 18:39:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD6B516A400 for ; Sat, 14 Jul 2007 18:39:09 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 4743613C47E for ; Sat, 14 Jul 2007 18:39:09 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-150060.home.otenet.gr [85.75.129.202]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6EId5Al020577; Sat, 14 Jul 2007 21:39:06 +0300 Message-ID: <46991848.5020800@otenet.gr> Date: Sat, 14 Jul 2007 21:39:04 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: Pollywog References: <4697C8DA.60705@wlink.com.np> <200707132345.l6DNjRb2023407@eunet.yu> <46990985.8020002@wlink.com.np> <200707141827.17312.lists-fbsd@shadypond.com> In-Reply-To: <200707141827.17312.lists-fbsd@shadypond.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD-6.1 bootup hangs after power failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 18:39:09 -0000 Pollywog wrote: > On Saturday 14 July 2007 17:36:05 Tek Bahadur Limbu wrote: > > >> Thank you for your tips. I will download the FreeSBIE live CD tomorrow >> and follow it up with your suggestions. >> >> One thing I find FreeBSD very fussy and sensitive in comparison to Linux >> OSes is that whenever there is an power outage, something wrong is bound >> to happen. Maybe, it was made to happen this way but living in here over >> the other side of the world, we do have to face power outages despite >> our best efforts. >> > > Before I installed FreeBSD, I had been using PC-BSD on the same laptop on > which I now have FreeBSD. I had only been running PC-BSD on the laptop for a > little over a week, when it crashed. I rebooted the machine and I had an > unbootable system. It would start to boot and then lockup as soon as KDE > appeared, so I think the problem wasn't PC-BSD but KDE. I then installed > FreeBSD. If this happens again, I will try installing gdm or xdm to see if > that fixes the problem. > > Because of your experience as described in this thread, I think I will put off > installing FreeBSD on my desktop machines until I have an uninterruptible > power supply (UPS) installed. I don't know if there are certain models of > UPS's that will work with FreeBSD better than others. > Generally the APC UPSes work fine with FreeBSD. There is the apcupsd port for controlled unattended shutdowns. They work fine in Linux too with the same program. You may also find other solutions that work fine with the nutups program. As for failing to reboot after a power failure, you must have been terribly unlucky... From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 18:44:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F42B16A406 for ; Sat, 14 Jul 2007 18:44:20 +0000 (UTC) (envelope-from jwm-freebsd-questions@sentinelchicken.net) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 99E0013C47E for ; Sat, 14 Jul 2007 18:44:19 +0000 (UTC) (envelope-from jwm-freebsd-questions@sentinelchicken.net) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 14 Jul 2007 14:44:11 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id IWX99482; Sat, 14 Jul 2007 14:44:18 -0400 (EDT) Received: from 207-172-209-180.c3-0.bkl-ubr2.sbo-bkl.ma.static.cable.rcn.com (HELO sentinelchicken.net) ([207.172.209.180]) by smtp01.lnh.mail.rcn.net with SMTP; 14 Jul 2007 14:44:16 -0400 Received: (qmail 42274 invoked from network); 14 Jul 2007 18:44:16 -0000 Received: from unknown (HELO crichton.skepsi.net) (10.0.0.101) by aeryn.skepsi.net with SMTP; 14 Jul 2007 18:44:16 -0000 Received: (nullmailer pid 42271 invoked by uid 1000); Sat, 14 Jul 2007 18:44:16 -0000 Date: Sat, 14 Jul 2007 14:44:16 -0400 From: Jason Morgan To: freebsd-questions@freebsd.org Message-ID: <20070714184416.GE40547@sentinelchicken.net> References: <20070623163409.GA14171@sentinelchicken.net> <20070623234224.GA2071@sentinelchicken.net> <20070630233319.GA9413@sentinelchicken.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070630233319.GA9413@sentinelchicken.net> User-Agent: Mutt/1.5.12-2006-07-14 X-Junkmail-Status: score=10/50, host=mr08.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090201.46991982.00C2,ss=1,fgs=0, ip=207.172.4.11, so=2006-12-09 10:45:40, dmn=5.3.14/2007-05-31 Subject: Re: NFS Problems/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: Sat, 14 Jul 2007 18:44:20 -0000 On Sat, Jun 30, 2007 at 07:33:19PM -0400, Jason Morgan wrote: > On Sat, Jun 23, 2007 at 07:42:24PM -0400, Jason Morgan wrote: > > On Sat, Jun 23, 2007 at 12:46:27PM -0700, Michael Smith wrote: > > > Hello Jason: > > > > > > On Jun 23, 2007, at 9:34 AM, Jason Morgan wrote: > > > > > > >I've been having some trouble with NFS performance for some time and > > > >now that class is out, I've had a bit of time to investigate but I'm > > > >stuck. Below are the details of my investigation. Hopefully, someone > > > >here can give me some advice. > > > > > > > >The basic problem is that my NFS performance is very slow. Right now, > > > >I am connecting two workstations to a NFS server, which has my home > > > >directory, etc, mounted. They are connected over a gigabit network > > > >(right now with mtu set to 7000, which is supported by all hardware -- > > > >changing it to 1500 has no effect on performance, which is > > > >strange). Each system is running 6.2-RELEASE or -STABLE. Each system > > > >is also using the following network card: > > > > > > > ># ifconfig sk0 > > > >sk0: flags=8843 mtu 7000 > > > > options=b > > > > inet 10.0.0.2 netmask 0xffffff00 broadcast 10.0.0.255 > > > > ether 00:17:9a:bb:05:87 > > > > media: Ethernet autoselect (1000baseTX > > >duplex,flag0,flag1>) > > > > status: active > > > > > > > ># dmesg | grep sk > > > >skc0: port 0xec00-0xecff mem > > > > 0xfdff8000-0xfdffbfff irq 18 at device 10.0 on pci0 > > > >skc0: DGE-530T Gigabit Ethernet Adapter rev. (0x9) > > > >sk0: on skc0 > > > >sk0: Ethernet address: 00:17:9a:XX:XX:XX > > > > > > > >## Server /etc/rc.conf settings > > > > > > > >rpcbind_enable="YES" > > > >rpc_lockd_enable="YES" > > > >rpc_statd_enable="YES" > > > >nfs_server_enable="YES" > > > >nfs_server_flags="-u -t -n 12" > > > >nfs_bufpackets="32" > > > >mountd_flags="-r" > > > > > > > > > > > >## Client /etc/rc.conf settings > > > > > > > >nfs_client_enable="YES" > > > >nfs_bufpackets="32" > > > >nfsiod_enable="YES" > > > >nfsiod_flags="-n 6" > > > >rpc_lockd_enable="YES" > > > >rpc_statd_enable="YES" > > > >rpcbind_enable="YES" > > > > > > > >## /etc/exports > > > > > > > >/usr -alldirs,maproot=root client1 client2 > > > > > > > > > > > >For performance benchmarking, I am using dd. Locally from the server, > > > >this is a representative result when writing a 1GB file: > > > > > > > >## Local write test (for an upper-bound on what to expect). > > > > > > > ># dd if=/dev/zero of=./nfs.dat bs=1024k count=1000 > > > >1000+0 records in > > > >1000+0 records out > > > >1048576000 bytes transferred in 19.580184 secs (53552919 bytes/sec) > > > > > > > >Connecting from a client (both clients get approximately the same > > > >results). > > > > > > > >## Remote connection (UDP), mounted in /etc/fstab as with flags: > > > >## rw,-U,-3,-r=32768,-w=32768 > > > > > > > ># dd if=/dev/zero of=./nfs.dat bs=1024k count=1000 > > > >1000+0 records in > > > >1000+0 records out > > > >1048576000 bytes transferred in 101.151139 secs (10366428 bytes/sec) > > > > > > > >## Remote connection (TCP), mounted in /etc/fstab as with flags: > > > >## rw,-T,-3,-r=32768,-w=32768 > > > > > > > ># dd if=/dev/zero of=./nfs.dat bs=1024k count=1000 > > > >1000+0 records in > > > >1000+0 records out > > > >1048576000 bytes transferred in 59.668585 secs (17573334 bytes/sec) > > > > > > > >As can be seen above, TCP is much faster than UPD. I have tried many > > > >different mount settings and these are the best results I could > > > >get. To test whether or not I have having network issues, I > > > >transferred the same nfs.dat file via a http connection and got > > > >~32MB/sec -- almost 2x the speed of the TCP NFS connection. 32MB/sec > > > >is about what I would expect given that my fastest write speed is > > > >~50MB/sec. > > > > > > > >At this point I am stumped. I have tried increasing/changing the > > > >number of nfsiod servers as well as nfs_bufpackets. No matter what > > > >settings I change, the results are always the same. I get only two > > > >errors, first on /var/log/messages on the server I have just begun > > > >seeing: > > > > > > > >Jun 22 21:13:47 crichton routed[666]: sendto(dc1, 224.0.0.2): > > > >Operation not permitted > > > >Jun 22 21:13:47 crichton routed[666]: sendto(sk0, 224.0.0.2): > > > >Operation not permitted > > > >Jun 22 21:13:50 crichton routed[666]: sendto(dc1, 224.0.0.2): > > > >Operation not permitted > > > >Jun 22 21:13:50 crichton routed[666]: sendto(sk0, 224.0.0.2): > > > >Operation not permitted > > > > > > > >This appeared after I added a route; however, I added the route after > > > >many of the tests were done. I get the same results now as before the > > > >new route. On one of the clients (the one running 6.2-RELEASE-p1), I > > > >also get a nasty error: > > > > > > > >nfs/tcp clnt: Error 60 reading socket, tearing down TCP connection > > > > > > > >This cropped up last night after I tweaked some settings. They have > > > >now been changed back, but I still get this error. The other client is > > > >unaffected. > > > > > > > >I appreciate any help people can provide on tracking down the > > > >issues. Sorry about the long email -- just trying to be thorough. Of > > > >course, I've searched the Internet and can't find any clear assistence > > > >on these issues. > > > > > > > >Cheers, > > > >~Jason > > > > > > > We use the following settings on a mail cluster that's pushing about > > > 50 MB/sec sustained. > > > > > > 10.211.1.213:/m0 /mail/m0 nfs > > > rw,tcp,intr,noatime,nfsv3,-w=65536,-r=65536 > > > > > > # NFS Server > > > rpcbind_enable="YES" > > > rpc_lockd_enable="YES" > > > rpc_statd_enable="YES" > > > nfs_server_enable="YES" > > > nfs_server_flags="-u -t -n 16 -h 10.211.1.213" > > > mountd_flags="-r" > > > > > > I would imagine the larger read/write values above would be fine for > > > you as well, given you have Gigabit links. The 'noatime' setting may > > > be problematic depending on your application. You might want to > > > Google specifics on what applications use atime to see if that's a > > > good flag for you or not. > > > > > > I'd love to see your results if you decide to test those settings > > > offline. > > > > > > Regards, > > > > > > Mike > > > > Mike, thank you for the advice. I followed it, but didn't make much > > progress. I am still pushing the same ~17M/sec. I did mess with > > net.inet.tcp.sendspace and net.inet.tcp.recvspace some and managed to > > get a couple more MB/sec out of the connection, but not much > > else. It's quite possible I am missing something obvious. > > I'm still completely stuck on this. I wasn't able to get any better > performance out of NFS from the suggestions above. Thought maybe it > was a problem with my 6.2-RELEASE machines (though I had no evidence > that it was). I decided to update all machines to -STABLE. As I > suspected, no luck. Anyone have any other suggestions? Sorry to resurrect this old thread, but it contains a lot of pertinent detail and I have yet -- after many hours of messing with my setup -- to come up with a solution. Any help would be greatly appreciated. ~Jason From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 18:57:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 918A816A401 for ; Sat, 14 Jul 2007 18:57:15 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6C10513C441 for ; Sat, 14 Jul 2007 18:57:15 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 9B3A47FA1 for ; Sat, 14 Jul 2007 14:57:13 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id F3B26B667C for ; Sat, 14 Jul 2007 18:57:11 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Sat, 14 Jul 2007 18:57:10 +0000 References: <4697C8DA.60705@wlink.com.np> <200707141827.17312.lists-fbsd@shadypond.com> <46991848.5020800@otenet.gr> In-Reply-To: <46991848.5020800@otenet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707141857.10742.lists-fbsd@shadypond.com> Subject: Re: FreeBSD-6.1 bootup hangs after power failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 18:57:15 -0000 On Saturday 14 July 2007 18:39:04 Manolis Kiagias wrote: > > Generally the APC UPSes work fine with FreeBSD. There is the apcupsd > port for controlled unattended shutdowns. They work fine in Linux too > with the same program. > You may also find other solutions that work fine with the nutups program. > As for failing to reboot after a power failure, you must have been > terribly unlucky... My crash was unrelated to a power failure. We have lots of those in this part of California (Humboldt County) but this was on a laptop. It was just a crash that forced me to reboot, then the machine would not start properly. Thanks for the info about UPS's. I will start looking around and I will be sure to buy one before the rains start in October. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 20:02:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 901B816A409 for ; Sat, 14 Jul 2007 20:02:40 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-6.eunet.yu (smtpclu-6.eunet.yu [194.247.192.231]) by mx1.freebsd.org (Postfix) with ESMTP id 05A1613C4A8 for ; Sat, 14 Jul 2007 20:02:39 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-227-182.eunet.yu [213.198.227.182]) by smtpclu-6.eunet.yu (8.13.6/8.13.6) with ESMTP id l6EK2OHd011756; Sat, 14 Jul 2007 20:02:27 GMT Message-Id: <200707142002.l6EK2OHd011756@smtpclu-6.eunet.yu> Date: Sat, 14 Jul 2007 22:02:17 +0200 From: Nikola Lecic To: Tek Bahadur Limbu In-Reply-To: <46990985.8020002@wlink.com.np> References: <4697C8DA.60705@wlink.com.np> <200707132345.l6DNjRb2023407@eunet.yu> <46990985.8020002@wlink.com.np> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_40,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.2 Cc: Manolis Kiagias , Pollywog , freebsd-questions@freebsd.org Subject: Re: FreeBSD-6.1 bootup hangs after power failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 20:02:40 -0000 On Sat, 14 Jul 2007 23:21:05 +0545 Tek Bahadur Limbu wrote: > One thing I find FreeBSD very fussy and sensitive in comparison to > Linux OSes is that whenever there is an power outage, something wrong > is bound to happen. Maybe, it was made to happen this way but living > in here over the other side of the world, we do have to face power > outages despite our best efforts. My experiences are completely opposite. I find UFS stability and integrity superior to that of ext2/ext3 in cases such as power failures, and UFS background fsck-ing as a fascinating feature. (After power failure, UFS usually needs zero repairs thanks to soft updates.) What other wrong things you experienced? I agree with Manolis that you simply must have been terribly unlucky. Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 20:03:57 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 847E116A40E for ; Sat, 14 Jul 2007 20:03:57 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 39BA013C4B2 for ; Sat, 14 Jul 2007 20:03:56 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.1/8.14.1) with ESMTP id l6EK3uQN001785 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 14 Jul 2007 16:03:56 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.1/8.14.1/Submit) id l6EK3umm001784 for questions@freebsd.org; Sat, 14 Jul 2007 16:03:56 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: questions@freebsd.org Date: Sat, 14 Jul 2007 16:03:55 -0400 User-Agent: KMail/1.9.6 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: Subject: Can cron e-mail HTML? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 20:03:57 -0000 Hello! I have a script launched from cron every morning, that gets certain data over the Internet from a remote computer, compares the new data with that from the previous day, and outputs the difference (if any). I'm relying on the fact, that cron e-mails me the output of each job. However, I modified the script recently to produce the output (if any) in HTML, rather than in plain-text format. The HTML arrives by e-mail just as well as plain text used to, but no e-mail program will render it as such, because neither the cron(8), nor the mail(1), which cron uses to send e-mail, creates MIME messages... How can I force the ``Content-Type: text/html'' header without hacking cron's sources? I'd rather avoid poluting my script with e-mail sending code... Maybe, cron should apply file(1)-like logic to the e-mailed content? Thanks for any hints. Yours, -mi From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 20:20:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DC0216A400 for ; Sat, 14 Jul 2007 20:20:03 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (cp268254-a.landg1.lb.home.nl [213.51.103.48]) by mx1.freebsd.org (Postfix) with ESMTP id 5628713C4B3 for ; Sat, 14 Jul 2007 20:20:03 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id C8B1A3987B for ; Sat, 14 Jul 2007 22:20:01 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 289403987A; Sat, 14 Jul 2007 22:20:01 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ra.egypt.nl X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=ALL_TRUSTED,AWL, MISSING_HEADERS autolearn=no version=3.2.1 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id B80DD3985C for ; Sat, 14 Jul 2007 22:19:57 +0200 (CEST) Message-ID: <46992FED.7080400@boosten.org> Date: Sat, 14 Jul 2007 22:19:57 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <4697C8DA.60705@wlink.com.np> <200707132345.l6DNjRb2023407@eunet.yu> <46990985.8020002@wlink.com.np> <200707141827.17312.lists-fbsd@shadypond.com> In-Reply-To: <200707141827.17312.lists-fbsd@shadypond.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000756-1, 07/13/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: FreeBSD-6.1 bootup hangs after power failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 20:20:03 -0000 Pollywog wrote: > Because of your experience as described in this thread, I think I will put off > installing FreeBSD on my desktop machines until I have an uninterruptible > power supply (UPS) installed. Hmmm, it's just the experience of one person. I've encountered several power failures and not once my FreeBSD boxes failed to boot afterwards. Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 20:44:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 969E316A404 for ; Sat, 14 Jul 2007 20:44:54 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 6CB2913C4C5 for ; Sat, 14 Jul 2007 20:44:54 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MO-MR003.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL600GMBSASQBC0@VL-MO-MR003.ip.videotron.ca> for freebsd-questions@freebsd.org; Sat, 14 Jul 2007 16:44:53 -0400 (EDT) Date: Sat, 14 Jul 2007 16:44:54 -0400 From: pj In-reply-to: <20070714103733.06ca8ad3@localhost> To: Norberto Meijome Message-id: <469935C6.1070208@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> <46959377.3080304@videotron.ca> <20070713114623.5918fc69@localhost> <4697718D.8010102@videotron.ca> <20070714003446.38cd94b0@localhost> <4697B60D.2080808@videotron.ca> <20070714103733.06ca8ad3@localhost> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: Schiz0 , freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 20:44:54 -0000 Norberto Meijome wrote: > On Fri, 13 Jul 2007 13:27:41 -0400 > pj wrote: > >> Somethings isn't quite right here. >> It was suggested I load the accf_http from the /boot/loader.conf file. I >> did. So, now I removed the line from /boot/loader.conf; it is empty of >> any directives. I rebooted and accf_http.ko is no longer in the kernel - >> according to kldstat. > > man loader.conf > > Once you understand what loader.conf is for, and what a kernel module is, you > should understand what has happened. > >> ps xa | grep htt gives >> >> .... /usr/local/sbin/httpd - DNOHTTPACCEPT >> >> Something is fishy here... any thoughts? > > nothing fishy at all. read the man, read about kernel modules, read :) > >> Why me? I always seem to get these weird anomalies... :( > > sorry to break it to you, but odds are it's due to your current lack of > understanding of the system, rather than the universe poised against you :) > don't worry, it's fixable (understanding, not the universe ;) ). > > Good luck, > _________________________ > {Beto|Norberto|Numard} Meijome > > "There are two kinds of stupid people. One kind says,'This is old and therefore > good'. The other kind says, 'This is new, and therefore better.'" > John Brunner, 'The Shockwave Rider'. > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. > Reading disclaimers makes you go blind. Writing them is worse. You have been > Warned. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Well, I don't think the universe is against me. I rather think that there is a really serious lack of communications skills among many programmers. I find that often the simplest installations are overly complicated and "convoluted," if you will. For example, I have been strugglling with the installation of CUPS. For some reason the CUPS metaport would not install. I finally decided to install only the cups-base and then the configuration and implementation were child's play. No need to install gnu-ghostscript of gutenprint or any of the other stuff - I just put the ppd file for my specific printer in the cups/ppd directory, tweaked the configuration and bingo. The same for OpenOffice.org... I had to figure out a way to simplify the installation and had no need to go through 12 hours of compilation from the source code. The binary was a snap, once I figured it out. Apache22 and Samba had me confused for a while, but with a little help from the mailing list I got straightened out and it all works like a charm. But the httpd -DNOHTTPACEPT remains a mystery; after removing the loader.config entry, I rebooted, checked the kldstat, found the module no longer loaded in the kernel but the ps waux | grep httpd still came up with -DNOHTTPDACCEPT. I did not do any further tweaking or make any changes to apache22 and now it boots correctly and the -DNOHTTPDACCEPT is no longer there. Now, wouldn't you say that is weird. But then, I do admit that I do not understand the system. However, I am the greatest fan of "understanding" you could find. That's why I ask questions that may seem strange at times. BTW, my advice to programmers and, for that matter, anyone in any kind of a project - think about the end user and how he will see the results of your works, how he will use it without having the "creator's" vision. I enormously appreciate the help you and everyone who responded were able to offer. Hope I can do so for others as I grow with the system. Phil From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 20:50:35 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CBAD16A400 for ; Sat, 14 Jul 2007 20:50:35 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 52A6113C4AA for ; Sat, 14 Jul 2007 20:50:35 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MH-MR002.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL600F7YSKAA500@VL-MH-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Sat, 14 Jul 2007 16:50:34 -0400 (EDT) Date: Sat, 14 Jul 2007 16:50:36 -0400 From: pj In-reply-to: <20070714103733.06ca8ad3@localhost> To: Norberto Meijome Message-id: <4699371C.6070501@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> <46959377.3080304@videotron.ca> <20070713114623.5918fc69@localhost> <4697718D.8010102@videotron.ca> <20070714003446.38cd94b0@localhost> <4697B60D.2080808@videotron.ca> <20070714103733.06ca8ad3@localhost> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: Schiz0 , freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 20:50:35 -0000 > sorry to break it to you, but odds are it's due to your current lack of > understanding of the system, rather than the universe poised against you :) > don't worry, it's fixable (understanding, not the universe ;) ). Fortunately,most things are! If I may add, for what it's worth, the only good thing I ever learned from a layer: "You can't fix 'stupid'." ;) Phil From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 20:54:11 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B262F16A400 for ; Sat, 14 Jul 2007 20:54:11 +0000 (UTC) (envelope-from xrayv19@yahoo.com) Received: from web58101.mail.re3.yahoo.com (web58101.mail.re3.yahoo.com [68.142.236.124]) by mx1.freebsd.org (Postfix) with SMTP id 69AA713C428 for ; Sat, 14 Jul 2007 20:54:11 +0000 (UTC) (envelope-from xrayv19@yahoo.com) Received: (qmail 41846 invoked by uid 60001); 14 Jul 2007 20:54:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=1L4SdIvIA4PnUbTGYtEq5vroo8Ux6Z0uZU9hN10gCK7lsU+pahNQvxczqogbyAayO2k+cPFM0sdu6ovz0jL/xljEvMyEwCUh3TKyPtw+ybcJvA3Xh8eKUuJHbIh8xA1by7iXMbL4RKsVC8mt4N8hQBnfb6g53bN6kVm44Uet8O0=; X-YMail-OSG: Otk9k6MVM1l1fNeyupchB8GG5F0BRHeTHyr7bdch5kuoYaD.d_MbnSo67foBtRoE4f9q0z64TxvC1g4T3ohzf9zyEn3WWoxQx8y6 Received: from [131.191.24.2] by web58101.mail.re3.yahoo.com via HTTP; Sat, 14 Jul 2007 13:54:10 PDT Date: Sat, 14 Jul 2007 13:54:10 -0700 (PDT) From: L Goodwin To: Sten Daniel Soersdal , fbsd2@a1poweruser.com In-Reply-To: <469775C9.7090202@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <773481.39823.qm@web58101.mail.re3.yahoo.com> Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: 10Mbps versus 100Mbps Cable Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 20:54:11 -0000 They probably did it because the number of subscribers has increased to the point that they need to start limiting bandwidth to ensure that everyone gets their fair share. They probably allowed subscribers to exceed their allotted max bandwidth while the number of subscribers was sufficiently low that they did not have to worry about it. Now that they have a lot of subscribers, they have to worry about it. --- Sten Daniel Soersdal wrote: > fbsd2 wrote: > > Comclark cable in Angeles City Philippines has > changed > > from using 100Mbps Cable Modem to 10Mbps Cable > Modem. > > To me this seems to be all wrong as all I see is > slower response. > > Is there any technical or performance reason for > any cable internet > > provider to downgrade their network subscribers > cable modems > > from 100Mbps to 10Mbps? > > That reason could be compatibility. > > If you see slower response then perhaps something is > wrong. > Perhaps you should call their support and verify > that you do not have a > mismatched duplex setting? > > Mismatched duplex can come from misbehaving > autonegotiation or that one > end is set to full-duplex while the other end is set > to half-duplex, or, > one end is set to full-duplex and the other end is > set to auto-negotiate > (which results in falling back to half-duplex). > > -- > Sten Daniel Soersdal > _______________________________________________ > 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" > ____________________________________________________________________________________ Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 22:03:17 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 938F816A402 for ; Sat, 14 Jul 2007 22:03:17 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 4503B13C4AC for ; Sat, 14 Jul 2007 22:03:17 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.1/8.14.1) with ESMTP id l6EM2lmH055713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 14 Jul 2007 18:02:47 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.1/8.14.1/Submit) id l6EM2kDL055712; Sat, 14 Jul 2007 18:02:46 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: Derek Ragona Date: Sat, 14 Jul 2007 18:02:45 -0400 User-Agent: KMail/1.9.6 References: <200707141603.55899@aldan> <6.0.0.22.2.20070714155424.0242a958@mail.computinginnovations.com> In-Reply-To: <6.0.0.22.2.20070714155424.0242a958@mail.computinginnovations.com> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: questions@freebsd.org Subject: Re: Can cron e-mail HTML? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 22:03:17 -0000 Derek Ragona wrote: = = I'd rather avoid poluting my script with e-mail sending code... = You need to change your script to send the email itself. Thank you, Derek, but -- as I stated already -- I wanted to see, if this can be avoided... Since you posted your script, I'll comment on it. First of all, you don't need ksh for anything you are doing in this script. FreeBSD's /bin/sh is enough (we aren't Solaris :-) -- but is 9 times smaller here (amd64). Now, instead of redirecting each line of output into MAILFILE, then mailing, and removing it, you should be either outputing everything directly into mail: { cat $REPORT_LOG_HEADER echo " " >> $MAILFILE echo " " >> $MAILFILE echo "

" >> $MAILFILE .... cat $REPORT_LOG_FOOTER } | $MAIL -s "the report name" $MAILTO or, if you want to use the temporary file, use exec to redirect into it _once_, instead of _on every line_: exec > $MAILFILE cat $REPORT_LOG_HEADER printf " \n \n

\n" $MAIL -s "the report name" $MAILTO < $MAILFILE $RM $MAILFILE This may look nicer, but is not, because temporary files are nasty, and you need to be sure, that you remove them in case you are interrupted (trapping signals, etc.) I was surprised, one can not redirect into a pipe directly. The following did not work, as I expected, with neither /bin/sh nor /usr/local/bin/ksh93. The following, I thought, would be the same as my first example, only nicer-looking: exec | $MAIL -s "the report name" $MAILTO cat ..... But it is not. So you have to chose from one of the first two examples. Yours, -mi From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 22:21:19 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7974D16A49A for ; Sat, 14 Jul 2007 22:21:19 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 2C85713C4B4 for ; Sat, 14 Jul 2007 22:21:19 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.1/8.14.1) with ESMTP id l6EMLH6N055740 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 14 Jul 2007 18:21:17 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.1/8.14.1/Submit) id l6EMLHtZ055739; Sat, 14 Jul 2007 18:21:17 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: Derek Ragona Date: Sat, 14 Jul 2007 18:21:16 -0400 User-Agent: KMail/1.9.6 References: <200707141603.55899@aldan> <6.0.0.22.2.20070714155424.0242a958@mail.computinginnovations.com> In-Reply-To: <6.0.0.22.2.20070714155424.0242a958@mail.computinginnovations.com> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: questions@freebsd.org Subject: Re: Can cron e-mail HTML? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 22:21:19 -0000 = To accomplish this I have my cron job run a script like this Sorry, I missed the most important part. Your script just uses /usr/bin/mail, the same way cron does. You are not adding anything, not already present in cron -- your script should simply produce output to stdout. Cron will mail all that to the address specified in MAILTO=... part of your crontab automatically. AFAIK, to make the e-mail message treated as a MIME one, the "MIME-Version: 1.0" and "Content-Type: ..." have to be among _headers_. I'm afraid, it is not possible to directly manipulate the message's headers using mail(1), which is why I asked my question in the first place... -mi From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 22:27:32 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9B3B16A408 for ; Sat, 14 Jul 2007 22:27:32 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 5D79F13C478 for ; Sat, 14 Jul 2007 22:27:32 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.1/8.14.1) with ESMTP id l6EMRVwt055764 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 14 Jul 2007 18:27:31 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.1/8.14.1/Submit) id l6EMRVZ5055763; Sat, 14 Jul 2007 18:27:31 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: Daniel Bye Date: Sat, 14 Jul 2007 18:27:30 -0400 User-Agent: KMail/1.9.6 References: <200707141603.55899@aldan> <46994B8E.1020108@slightlystrange.org> In-Reply-To: <46994B8E.1020108@slightlystrange.org> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: questions@freebsd.org Subject: Re: Can cron e-mail HTML? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 22:27:32 -0000 On субота 14 липень 2007, Daniel Bye wrote: = > How can I force the ``Content-Type: text/html'' header without hacking = > cron's sources? I'd rather avoid poluting my script with e-mail sending = > code... = = Alter your script to add the 'Content-Type: text/html' header. No, I'm afraid, doing this will make the quoted text part of the _body_ of the message. = > Maybe, cron should apply file(1)-like logic to the e-mailed content? = No, cron doesn't need any knowledge of how to render email. I was not advocating adding such knowledge. My suggestion was to make cron add proper Content-Type, so that the /recepient's e-mail program/ will render the message correctly. My scripts generate HTML, someone else could be generating JPG images (from their web-camera, every morning)... = The script itself doesn't have to send the mail - cron will handle that if = there is any output when it exits, but you /can/ add headers to the message = as you need. = = Just make sure any custom headers come before the empty line delimiter = between headers and body, and most mail readers should do the right thing. The empty line is inserted by cron before any of the job's own output... This method will not work, unless the e-mail reader (incorrectly) acts upon parts of the body as if they were headers... Thanks! Yours, -mi From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 22:34:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8431816A401 for ; Sat, 14 Jul 2007 22:34:02 +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 4C05413C48D for ; Sat, 14 Jul 2007 22:34:02 +0000 (UTC) (envelope-from scrappy@freebsd.org) Received: from localhost (maia-5.hub.org [200.46.204.182]) by hub.org (Postfix) with ESMTP id B2396B46D27 for ; Sat, 14 Jul 2007 19:34:08 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-maia, port 10024) with ESMTP id 63406-04 for ; Sat, 14 Jul 2007 19:33:51 -0300 (ADT) Received: from ganymede.hub.org (blk-89-241-126.eastlink.ca [24.89.241.126]) by hub.org (Postfix) with ESMTP id 3DE7AB46D18 for ; Sat, 14 Jul 2007 19:34:08 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id A7B808C8DE for ; Sat, 14 Jul 2007 19:34:04 -0300 (ADT) Date: Sat, 14 Jul 2007 19:34:04 -0300 From: "Marc G. Fournier" To: freebsd-questions@freebsd.org Message-ID: <103853BB0B684A7E3479B493@ganymede.hub.org> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: GUI Mail Reader for 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: Sat, 14 Jul 2007 22:34:02 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Does anyone know of a good mail reader that does: PGP, unicode *and* shows inline html I'm tired of getting email from my family, for instance, that has inline images and having to look at each attachment seperately ... and have a friend that sends me email that has simplified chinese characters in it ... and others that send me PGP encrypted email ... Mulberry is good, but doesn't do two of the three ... sylpheed does PGP and Unicode, but unless I'm missing a setting) doesn't do inline html ... and kmail doesn't do the unicode or inline images ... So, is there anything that is good that actually "does it all"? - ---- 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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFGmU9c4QvfyHIvDvMRAvU4AKCvBMFdj2aYVTvWQm8IwNHUT3/UxwCgqmkp vmAsJotYb4qpkL4oYCs4Jv0= =7Np1 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 22:37:05 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E060316A408 for ; Sat, 14 Jul 2007 22:37:05 +0000 (UTC) (envelope-from dan@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc5-cmbg1-0-0-cust497.cmbg.cable.ntl.com [86.6.1.242]) by mx1.freebsd.org (Postfix) with ESMTP id 1776013C4A5 for ; Sat, 14 Jul 2007 22:37:03 +0000 (UTC) (envelope-from dan@slightlystrange.org) Received: by catflap.slightlystrange.org (Postfix, from userid 106) id E313B61AC; Sat, 14 Jul 2007 23:17:54 +0100 (BST) Received: from stoopid.slightlystrange.org (stoopid.slightlystrange.org [10.1.3.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by catflap.slightlystrange.org (Postfix) with ESMTP id 559096108; Sat, 14 Jul 2007 23:17:54 +0100 (BST) Message-ID: <46994B8E.1020108@slightlystrange.org> Date: Sat, 14 Jul 2007 23:17:50 +0100 From: Daniel Bye User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: Mikhail Teterin References: <200707141603.55899@aldan> In-Reply-To: <200707141603.55899@aldan> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Can cron e-mail HTML? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 22:37:06 -0000 Mikhail Teterin wrote: > Hello! > > I have a script launched from cron every morning, that gets certain data over > the Internet from a remote computer, compares the new data with that from the > previous day, and outputs the difference (if any). > > I'm relying on the fact, that cron e-mails me the output of each job. > > However, I modified the script recently to produce the output (if any) in > HTML, rather than in plain-text format. > > The HTML arrives by e-mail just as well as plain text used to, but no e-mail > program will render it as such, because neither the cron(8), nor the mail(1), > which cron uses to send e-mail, creates MIME messages... > > How can I force the ``Content-Type: text/html'' header without hacking cron's > sources? I'd rather avoid poluting my script with e-mail sending code... Alter your script to add the 'Content-Type: text/html' header. > Maybe, cron should apply file(1)-like logic to the e-mailed content? No, cron doesn't need any knowledge of how to render email. Make sure the output of your script includes the Content-Type header, which your mail reader will spot and act upon accordingly. The script itself doesn't have to send the mail - cron will handle that if there is any output when it exits, but you /can/ add headers to the message as you need. Just make sure any custom headers come before the empty line delimiter between headers and body, and most mail readers should do the right thing. HTH Dan From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 22:38:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D153316A40E for ; Sat, 14 Jul 2007 22:38:45 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 7F94213C4C2 for ; Sat, 14 Jul 2007 22:38:45 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (adsl-65-71-93-44.dsl.rcsntx.swbell.net [65.71.93.44]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 5C342654F2; Sat, 14 Jul 2007 17:38:44 -0500 (CDT) Date: Sat, 14 Jul 2007 17:38:44 -0500 From: Paul Schmehl To: Bazy , freebsd-questions@freebsd.org Message-ID: <92D89D475BF6E761607B8657@paul-schmehls-powerbook59.local> In-Reply-To: <46989F6C.9030802@goofy.celuloza.ro> References: <46989F6C.9030802@goofy.celuloza.ro> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========996416F6D8B56805A94C==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: mod_security2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 22:38:45 -0000 --==========996416F6D8B56805A94C========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On July 14, 2007 1:03:24 PM +0300 Bazy wrote: > Hi guys, > > Do any of you use mod_security2? > > An article just came up on HowToForge about it, and I'm skeptic about > installing it on my FreeBSD box. Is mod_security2 ok? Will it load the > CPU? Will it make apache22 slow? > > http://www.howtoforge.com/apache2_mod_security_debian_etch "ModSecurity > is an Apache module that provides intrusion detection and prevention for > web applications. It aims at shielding web applications from known and > unknown attacks, such as SQL injection attacks, cross-site scripting, > path traversal attacks, etc." > I use mod_security on apache13 on a server that gets about 7 million hits=20 a month. I haven't noticed any problems. I've been using it for several=20 years now. Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========996416F6D8B56805A94C==========-- From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 22:42:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09A6316A401 for ; Sat, 14 Jul 2007 22:42:36 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 84A1613C4A3 for ; Sat, 14 Jul 2007 22:42:35 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1632932pye for ; Sat, 14 Jul 2007 15:42:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=kmwYkD1oaYQjiiaH9MSW7Ro54GcwR5HXpr+14GHDzYy/1iJrLQqEwXO0oxCC5rxvi6IokYoc4Twc3vOdaPlLYkirfx7Iq5gldQWDHznam8Jl8Kn3G+8eHbYOHPesEHWRCVj8nSln92vFRrXM7NJK/1OVDke7db+PZt7EhPbC1h8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Gp44GnlIYBrx5fBtk2P9z7VUvA6hptRI/6pPPQM3Ey2wxr4wwk9ypR61YrJAVZmnCtXQ2xCXltLLGgLoeU24xvRZita4pli9nwt5GYY5kWAjJ+7dvldNF6+2EtsVArfPTtxydjCQmkYzUf6PVmTMQfjG2WNk1Ci3fC0vd0sO+k8= Received: by 10.35.71.1 with SMTP id y1mr5262267pyk.1184452954872; Sat, 14 Jul 2007 15:42:34 -0700 (PDT) Received: from ?192.168.17.10? ( [67.190.229.42]) by mx.google.com with ESMTP id 8sm71407964nzn.2007.07.14.15.42.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 14 Jul 2007 15:42:34 -0700 (PDT) Message-ID: <4699514E.8030201@gmail.com> Date: Sat, 14 Jul 2007 17:42:22 -0500 From: jbarnet User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: "Marc G. Fournier" References: <103853BB0B684A7E3479B493@ganymede.hub.org> In-Reply-To: <103853BB0B684A7E3479B493@ganymede.hub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: GUI Mail Reader for FreeBSD ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jackbarnett@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 22:42:36 -0000 Marc G. Fournier wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Does anyone know of a good mail reader that does: > > PGP, unicode *and* shows inline html > > I'm tired of getting email from my family, for instance, that has inline images > and having to look at each attachment seperately ... and have a friend that > sends me email that has simplified chinese characters in it ... and others that > send me PGP encrypted email ... > > Mulberry is good, but doesn't do two of the three ... sylpheed does PGP and > Unicode, but unless I'm missing a setting) doesn't do inline html ... and kmail > doesn't do the unicode or inline images ... > > So, is there anything that is good that actually "does it all"? > > > - ---- > 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 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (FreeBSD) > > iD8DBQFGmU9c4QvfyHIvDvMRAvU4AKCvBMFdj2aYVTvWQm8IwNHUT3/UxwCgqmkp > vmAsJotYb4qpkL4oYCs4Jv0= > =7Np1 > -----END PGP SIGNATURE----- > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > I use Thunderbird. It's nice. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 22:43:38 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0A0916A404 for ; Sat, 14 Jul 2007 22:43:38 +0000 (UTC) (envelope-from dan@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc5-cmbg1-0-0-cust497.cmbg.cable.ntl.com [86.6.1.242]) by mx1.freebsd.org (Postfix) with ESMTP id 5D08313C481 for ; Sat, 14 Jul 2007 22:43:38 +0000 (UTC) (envelope-from dan@slightlystrange.org) Received: by catflap.slightlystrange.org (Postfix, from userid 106) id 6BA8861AC; Sat, 14 Jul 2007 23:43:37 +0100 (BST) Received: from stoopid.slightlystrange.org (stoopid.slightlystrange.org [10.1.3.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by catflap.slightlystrange.org (Postfix) with ESMTP id D36156108; Sat, 14 Jul 2007 23:43:36 +0100 (BST) Message-ID: <46995194.8000108@slightlystrange.org> Date: Sat, 14 Jul 2007 23:43:32 +0100 From: Daniel Bye User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: Mikhail Teterin References: <200707141603.55899@aldan> <46994B8E.1020108@slightlystrange.org> <200707141827.31177@aldan> In-Reply-To: <200707141827.31177@aldan> Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Can cron e-mail HTML? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 22:43:38 -0000 Mikhail Teterin wrote: > = Alter your script to add the 'Content-Type: text/html' header. > > No, I'm afraid, doing this will make the quoted text part of the _body_ of the > message. Ack. Yes, you're quite right. Sorry for the bum advice. > = > Maybe, cron should apply file(1)-like logic to the e-mailed content? > > = No, cron doesn't need any knowledge of how to render email. > > I was not advocating adding such knowledge. My suggestion was to make cron add > proper Content-Type, so that the /recepient's e-mail program/ will render the > message correctly. My scripts generate HTML, someone else could be generating > JPG images (from their web-camera, every morning)... Hmm, an interesting idea. Now I understand what you meant, that is. > = The script itself doesn't have to send the mail - cron will handle that if > = there is any output when it exits, but you /can/ add headers to the message > = as you need. > = > = Just make sure any custom headers come before the empty line delimiter > = between headers and body, and most mail readers should do the right thing. > > The empty line is inserted by cron before any of the job's own output... > > This method will not work, unless the e-mail reader (incorrectly) acts upon > parts of the body as if they were headers... Yep, absolutely right. Got my wrong brain on today! So it's beginning to look as if your best bet is in fact to make your script handle sending the mail, and to only have cron itself mail anything that is the result of an error arising from your script. Not the cleanest solution, but one that will get your messages formatted exactly how you want them. Cheers, Dan From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 23:02:43 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5806C16A408 for ; Sat, 14 Jul 2007 23:02:43 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from mail-03.name-services.com (Mail-03.name-services.com [64.74.223.58]) by mx1.freebsd.org (Postfix) with ESMTP id 42C7E13C494 for ; Sat, 14 Jul 2007 23:02:43 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from laptop ([76.190.225.105]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.1830); Sat, 14 Jul 2007 16:05:24 -0700 From: "fbsd2" To: "L Goodwin" , "Sten Daniel Soersdal" Date: Sat, 14 Jul 2007 19:02:40 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <773481.39823.qm@web58101.mail.re3.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Importance: Normal X-OriginalArrivalTime: 14 Jul 2007 23:05:24.0142 (UTC) FILETIME=[75ACFCE0:01C7C66B] Cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: 10Mbps versus 100Mbps Cable Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd2@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 23:02:43 -0000 This is right off the cable internet service providers website. Plan Name Plan Type (Speed Max) (Speed Min) Exceed 788 Residential 384 kbps 32 kbps Exceed 1350 Residential 512 kbps 64 kbps Exceed 2000 Comm w/o IP 768 kbps 128 kbps Exceed 3500 Comm w/o IP 1024 kbps 192 kbps Exceed 4000 Comm w/ IP 1024 kbps 192 kbps So 10Mbps = 10240kbps and 1024kbps = 1Mbps Then a 10Mbps cable modem can feed their network faster than even the fastest service plan they offer. Do I have correct understanding now? -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of L Goodwin Sent: Saturday, July 14, 2007 4:54 PM To: Sten Daniel Soersdal; fbsd2@a1poweruser.com Cc: freebsd-questions@FreeBSD. ORG Subject: Re: 10Mbps versus 100Mbps Cable Modems They probably did it because the number of subscribers has increased to the point that they need to start limiting bandwidth to ensure that everyone gets their fair share. They probably allowed subscribers to exceed their allotted max bandwidth while the number of subscribers was sufficiently low that they did not have to worry about it. Now that they have a lot of subscribers, they have to worry about it. --- Sten Daniel Soersdal wrote: > fbsd2 wrote: > > Comclark cable in Angeles City Philippines has > changed > > from using 100Mbps Cable Modem to 10Mbps Cable > Modem. > > To me this seems to be all wrong as all I see is > slower response. > > Is there any technical or performance reason for > any cable internet > > provider to downgrade their network subscribers > cable modems > > from 100Mbps to 10Mbps? > > That reason could be compatibility. > > If you see slower response then perhaps something is > wrong. > Perhaps you should call their support and verify > that you do not have a > mismatched duplex setting? > > Mismatched duplex can come from misbehaving > autonegotiation or that one > end is set to full-duplex while the other end is set > to half-duplex, or, > one end is set to full-duplex and the other end is > set to auto-negotiate > (which results in falling back to half-duplex). > > -- > Sten Daniel Soersdal > _______________________________________________ > 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" > ______________________________________________________________________ ______________ Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 23:06:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4619416A404 for ; Sat, 14 Jul 2007 23:06:47 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 94D8A13C4B2 for ; Sat, 14 Jul 2007 23:06:46 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so64484fka for ; Sat, 14 Jul 2007 16:06:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=WebG1oBG1ClwlsD3bW2dxfFVkNSXRU8DxjfGCYICM7/l8KKI6gKOfgRlt9tQB7ncralmLja1i7BCZh+iG6yVru10Gn1DpQJDac+6YQYg/9LdJDuPXyvliRlpHvuIgg4hvMLKvrlS5KXulJwZm++DhOZbNYpzmVXPcLrIsmNu7Wk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=dy3mRr6Ba/jauBRr6E+eX+apHHNvpTCw/GuIVMCGRth50Yjvwe2sn/cLh7W82+I+PdJl4lem890259U2eLkNmsbclfLbaYaKAcnCew8k+nA0E6NGVSGTPVUkA8Z3FM6O3yiDO3IyIUfVB8ghMfvPyqosNEokKcmGQJbtTv9S7cs= Received: by 10.82.112.16 with SMTP id k16mr3642075buc.1184454405404; Sat, 14 Jul 2007 16:06:45 -0700 (PDT) Received: by 10.82.170.5 with HTTP; Sat, 14 Jul 2007 16:06:45 -0700 (PDT) Message-ID: Date: Sat, 14 Jul 2007 16:06:45 -0700 From: "Jeff Mohler" To: fbsd2@a1poweruser.com In-Reply-To: MIME-Version: 1.0 References: <773481.39823.qm@web58101.mail.re3.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@FreeBSD. ORG" , Sten Daniel Soersdal Subject: Re: 10Mbps versus 100Mbps Cable Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 23:06:47 -0000 Yup..and it goes back to my original point. If it saves $5/box times 100,000 units and they charge you the same for the box rental/purchase, its a good business decision. On 7/14/07, fbsd2 wrote: > > This is right off the cable internet service providers website. > > Plan Name Plan Type (Speed Max) (Speed Min) > Exceed 788 Residential 384 kbps 32 kbps > Exceed 1350 Residential 512 kbps 64 kbps > Exceed 2000 Comm w/o IP 768 kbps 128 kbps > Exceed 3500 Comm w/o IP 1024 kbps 192 kbps > Exceed 4000 Comm w/ IP 1024 kbps 192 kbps > > So 10Mbps = 10240kbps and 1024kbps = 1Mbps > Then a 10Mbps cable modem can feed their network faster > than even the fastest service plan they offer. > > Do I have correct understanding now? > > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of L Goodwin > Sent: Saturday, July 14, 2007 4:54 PM > To: Sten Daniel Soersdal; fbsd2@a1poweruser.com > Cc: freebsd-questions@FreeBSD. ORG > Subject: Re: 10Mbps versus 100Mbps Cable Modems > > They probably did it because the number of subscribers > has increased to the point that they need to start > limiting bandwidth to ensure that everyone gets their > fair share. They probably allowed subscribers to > exceed their allotted max bandwidth while the number > of subscribers was sufficiently low that they did not > have to worry about it. Now that they have a lot of > subscribers, they have to worry about it. > > --- Sten Daniel Soersdal wrote: > > > fbsd2 wrote: > > > Comclark cable in Angeles City Philippines has > > changed > > > from using 100Mbps Cable Modem to 10Mbps Cable > > Modem. > > > To me this seems to be all wrong as all I see is > > slower response. > > > Is there any technical or performance reason for > > any cable internet > > > provider to downgrade their network subscribers > > cable modems > > > from 100Mbps to 10Mbps? > > > > That reason could be compatibility. > > > > If you see slower response then perhaps something is > > wrong. > > Perhaps you should call their support and verify > > that you do not have a > > mismatched duplex setting? > > > > Mismatched duplex can come from misbehaving > > autonegotiation or that one > > end is set to full-duplex while the other end is set > > to half-duplex, or, > > one end is set to full-duplex and the other end is > > set to auto-negotiate > > (which results in falling back to half-duplex). > > > > -- > > Sten Daniel Soersdal > > _______________________________________________ > > 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" > > > > > > > ______________________________________________________________________ > ______________ > Luggage? GPS? Comic books? > Check out fitting gifts for grads at Yahoo! Search > http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz > _______________________________________________ > 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" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 23:09:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00DAC16A402 for ; Sat, 14 Jul 2007 23:09:20 +0000 (UTC) (envelope-from mrspock@esfm.ipn.mx) Received: from mail.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.freebsd.org (Postfix) with ESMTP id C881713C4B9 for ; Sat, 14 Jul 2007 23:09:19 +0000 (UTC) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (localhost.esfm.ipn.mx [127.0.0.1]) by mail.esfm.ipn.mx (Postfix) with ESMTP id 53C4A45479; Sat, 14 Jul 2007 18:01:06 -0500 (CDT) X-Virus-Scanned: amavisd-new at esfm.ipn.mx Received: from mail.esfm.ipn.mx ([127.0.0.1]) by localhost (mail.esfm.ipn.mx [127.0.0.1]) (amavisd-new, port 10024) with LMTP id UmUHkzSJddjx; Sat, 14 Jul 2007 18:01:02 -0500 (CDT) Received: from mail.esfm.ipn.mx (localhost.esfm.ipn.mx [127.0.0.1]) by mail.esfm.ipn.mx (Postfix) with ESMTP id 74A784545C; Sat, 14 Jul 2007 18:01:02 -0500 (CDT) Received: from 189.142.9.171 (SquirrelMail authenticated user mrspock) by mail.esfm.ipn.mx with HTTP; Sat, 14 Jul 2007 18:01:02 -0500 (CDT) Message-ID: <1071.189.142.9.171.1184454062.squirrel@mail.esfm.ipn.mx> In-Reply-To: <469935C6.1070208@videotron.ca> References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> <46959377.3080304@videotron.ca> <20070713114623.5918fc69@localhost> <4697718D.8010102@videotron.ca> <20070714003446.38cd94b0@localhost> <4697B60D.2080808@videotron.ca> <20070714103733.06ca8ad3@localhost> <469935C6.1070208@videotron.ca> Date: Sat, 14 Jul 2007 18:01:02 -0500 (CDT) From: mrspock@esfm.ipn.mx To: "pj" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 23:09:20 -0000 > Norberto Meijome wrote: >> On Fri, 13 Jul 2007 13:27:41 -0400 >> pj wrote: >> >>> Somethings isn't quite right here. >>> It was suggested I load the accf_http from the /boot/loader.conf file. >>> I >>> did. So, now I removed the line from /boot/loader.conf; it is empty of >>> any directives. I rebooted and accf_http.ko is no longer in the kernel >>> - >>> according to kldstat. >> >> man loader.conf >> >> Once you understand what loader.conf is for, and what a kernel module >> is, you >> should understand what has happened. >> >>> ps xa | grep htt gives >>> >>> .... /usr/local/sbin/httpd - DNOHTTPACCEPT >>> >>> Something is fishy here... any thoughts? >> >> nothing fishy at all. read the man, read about kernel modules, read :) >> >>> Why me? I always seem to get these weird anomalies... :( >> >> sorry to break it to you, but odds are it's due to your current lack of >> understanding of the system, rather than the universe poised against you >> :) >> don't worry, it's fixable (understanding, not the universe ;) ). >> >> Good luck, >> _________________________ >> {Beto|Norberto|Numard} Meijome >> >> "There are two kinds of stupid people. One kind says,'This is old and >> therefore >> good'. The other kind says, 'This is new, and therefore better.'" >> John Brunner, 'The Shockwave Rider'. >> >> I speak for myself, not my employer. Contents may be hot. Slippery when >> wet. >> Reading disclaimers makes you go blind. Writing them is worse. You have >> been >> Warned. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > Well, I don't think the universe is against me. I rather think that > there is a really serious lack of communications skills among many > programmers. I find that often the simplest installations are overly > complicated and "convoluted," if you will. For example, I have been > strugglling with the installation of CUPS. For some reason the CUPS > metaport would not install. I finally decided to install only the > cups-base and then the configuration and implementation were child's > play. No need to install gnu-ghostscript of gutenprint or any of the > other stuff - I just put the ppd file for my specific printer in the > cups/ppd directory, tweaked the configuration and bingo. The same for > OpenOffice.org... I had to figure out a way to simplify the installation > and had no need to go through 12 hours of compilation from the source > code. The binary was a snap, once I figured it out. Apache22 and Samba > had me confused for a while, but with a little help from the mailing > list I got straightened out and it all works like a charm. > > But the httpd -DNOHTTPACEPT remains a mystery; after removing the > loader.config entry, I rebooted, checked the kldstat, found the module > no longer loaded in the kernel but the ps waux | grep httpd still came > up with -DNOHTTPDACCEPT. I did not do any further tweaking or make any > changes to apache22 and now it boots correctly and the -DNOHTTPDACCEPT > is no longer there. Now, wouldn't you say that is weird. But then, I do > admit that I do not understand the system. > > However, I am the greatest fan of "understanding" you could find. That's > why I ask questions that may seem strange at times. > BTW, my advice to programmers and, for that matter, anyone in any kind > of a project - think about the end user and how he will see the results > of your works, how he will use it without having the "creator's" vision. > > I enormously appreciate the help you and everyone who responded were > able to offer. Hope I can do so for others as I grow with the system. > Phil I believe you have forgotten to set: apache22_http_accept_enable="YES" in /etc/rc.conf. Eduardo. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 23:10:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A487416A405 for ; Sat, 14 Jul 2007 23:10:53 +0000 (UTC) (envelope-from jaj@hcl-club.lu) Received: from 0b10111.de (hcl-club.lu [62.75.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 6019013C4C2 for ; Sat, 14 Jul 2007 23:10:53 +0000 (UTC) (envelope-from jaj@hcl-club.lu) Received: from spaceman.my.domain (4be54-4-82-234-154-189.fbx.proxad.net [82.234.154.189]) by 0b10111.de (Postfix) with ESMTP id 41ACA872C458; Sun, 15 Jul 2007 01:10:50 +0200 (CEST) Date: Sun, 15 Jul 2007 01:10:49 +0200 From: Jona Joachim To: "Marc G. Fournier" Message-ID: <20070715011049.37d63d1d@spaceman.my.domain> In-Reply-To: <103853BB0B684A7E3479B493@ganymede.hub.org> References: <103853BB0B684A7E3479B493@ganymede.hub.org> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; x86_64-unknown-openbsd4.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: GUI Mail Reader for 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: Sat, 14 Jul 2007 23:10:53 -0000 On Sat, 14 Jul 2007 19:34:04 -0300 "Marc G. Fournier" wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Does anyone know of a good mail reader that does: > > PGP, unicode *and* shows inline html I use claws-mail and I love it. It can display inline html with the dillo plugin. Jona From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 23:14:09 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B41016A404 for ; Sat, 14 Jul 2007 23:14:09 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 0151513C4A5 for ; Sat, 14 Jul 2007 23:14:08 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.1/8.14.1) with ESMTP id l6ENE80Q055928 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 14 Jul 2007 19:14:08 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.1/8.14.1/Submit) id l6ENE7iU055927; Sat, 14 Jul 2007 19:14:07 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: Daniel Bye Date: Sat, 14 Jul 2007 19:14:07 -0400 User-Agent: KMail/1.9.6 References: <200707141603.55899@aldan> <200707141827.31177@aldan> <46995194.8000108@slightlystrange.org> In-Reply-To: <46995194.8000108@slightlystrange.org> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: questions@freebsd.org Subject: Re: Can cron e-mail HTML? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 23:14:09 -0000 On субота 14 липень 2007, Daniel Bye wrote: = So it's beginning to look as if your best bet is in fact to make your = script handle sending the mail. Yeah, seems like it... = Not the cleanest solution, but one that will get your messages formatted = exactly how you want them. Well, I started looking into how much effort would it be to translate the strings returned by libmagic(3)'s routines into Content-Type. If it is easy enough, I could hack cron to analyze the job's output using magic_buffer(3) and set Content-Type if anything recognizable is detected... The translation is the difficult part :-( Instead of the standardized text/html for example, libmagic returns: HTML document text It is trying to be human-readable, while I need the machine-readable strings. There is stuff on-line that does the translation, but it is in much higher-level languages (like PHP), which think, hash-tables are free :-) Oh, well... -mi From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 23:18:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 076E016A402 for ; Sat, 14 Jul 2007 23:18:47 +0000 (UTC) (envelope-from gustavodn@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id D632F13C46B for ; Sat, 14 Jul 2007 23:18:46 +0000 (UTC) (envelope-from gustavodn@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1160280waf for ; Sat, 14 Jul 2007 16:18:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WCkhEqAUiA/QRv9hRM2bX23PvwtRx3ust69XWBVAYvxPlMSQXywlzbwn577Wi9a2VVFd+PpAdBuxRw4BUkaBBY0QyH2ZgVEtGQASG2sygw5K+LdZXzb1vP3x9FCer2p7b/fU/OqLODDSQCoQ96A25ye0dthadtjoFFAW18h++z0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pAbS+t+aMT+Det2jSzI/8o0YI/xHRXo85e63LZlc06V7bmvo7swgW6nXCRRe3MbowkR9oA4ZQQu7emVAdNdKuJw37jJRH2sWPGNepB9NP1eI09r80ps6Qo52x0g6OQVZ1GDwsBZ4uTgrAoRJ+7tzAx3xLor5/9XxR+5S8NKRZ5A= Received: by 10.114.168.1 with SMTP id q1mr2861569wae.1184453659163; Sat, 14 Jul 2007 15:54:19 -0700 (PDT) Received: by 10.114.191.18 with HTTP; Sat, 14 Jul 2007 15:54:19 -0700 (PDT) Message-ID: <50af0a260707141554y45f4e98cpdaf84d03e58136f@mail.gmail.com> Date: Sat, 14 Jul 2007 19:54:19 -0300 From: "Gustavo De Nardin" To: freebsd-questions@freebsd.org In-Reply-To: <200707131651.12198.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707131651.12198.lists-fbsd@shadypond.com> Subject: Re: ssh-copy-id X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2007 23:18:47 -0000 On 13/07/07, Pollywog wrote: > Since FreeBSD does not have ssh-copy-id as part of the OpenSSH package, what > is the best way to copy a public key to an account on another host? Some > Linuxes (Debian and Ubuntu) have a ssh-copy-id script for this in their > OpenSSH packages. Well dunno about "best way", but I used to do something like this..: ssh $remote 'mkdir -m 600 .ssh && cat - >>.ssh/authorized_keys' <~/.ssh/id_rsa.pub But of course ssh-copy-id is much smarter. -- (nil)